<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.console {
  max-height: 500px;
  overflow: auto;
}
.init {
  color: transparent;
  background-color: #f2f2f2;
  transition: color 3s;
}
.cursor-default {
  cursor: default !important;
}
.cursor-help {
  cursor: help !important;
}
[v-cloak] {
  display: none !important;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.borderbox {
  box-sizing: border-box;
}
.round {
  border-radius: 50%;
}
.pointer {
  cursor: pointer;
}
.transparent {
  opacity: 0;
}
.hover--09:hover {
  opacity: 0.9;
}
.hover--08:hover {
  opacity: 0.8;
}
.ntfn {
  margin: 0 auto 20px;
  padding: 5px 35px;
  background-color: #ffd600;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}
.ntfn--lng {
  border-radius: 0;
  padding: 10px 20px 8px 20px;
}
.ntfn--norates {
  border-radius: 0;
  padding: 0 15px 0 10px;
  text-align: left;
  margin: 0 0 15px 0;
}
.ntfn--mb {
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 30px;
  font-weight: bold;
}
.ntfn--mb a {
  text-decoration: underline;
}
.ntfn--paypal {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 20px;
  text-align: left;
}
.ntfn--email-confirm {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  text-align: left;
  background-color: #e20000;
}
.ntfn__row {
  line-height: 20px;
}
.ntfn__link {
  font-weight: bold;
  text-decoration: underline;
}
.ntfn__btns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.ntfn__btn {
  display: block;
  text-align: center;
  line-height: 27px;
  min-width: 84px;
  margin-left: 20px;
  background-color: #fff;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  padding: 0 8px;
}
.ntfn__btn:hover {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.15);
}
.ntfn__btn--lng {
  width: auto;
  padding: 0 5px;
  line-height: 20px;
  border: 1px solid #36444b;
  background-color: transparent;
}
.ntfn__btn--lng:hover {
  opacity: 0.75;
}
.ntfn__close {
  position: relative;
  height: 24px;
  width: 24px;
  border: 2px solid #000;
  border-radius: 50%;
  flex-shrink: 0;
}
.ntfn__close:hover {
  opacity: 0.75;
}
.ntfn__close:before,
.ntfn__close:after {
  position: absolute;
  display: block;
  content: '';
  background-color: #000;
  height: 2px;
  width: 16px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -8px;
}
.ntfn__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ntfn__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ntfn__accemail {
  padding: 15px;
  margin: 20px 0 0;
  border-radius: 0;
  text-align: left;
}
body {
  min-height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #3d464c;
  background-color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  min-width: 1280px;
  padding-bottom: 0;
}
body.dark {
  background-color: #212121;
  color: #fff;
}
.main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.main--404 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #2e353a;
  padding-top: 20px;
}
.main .container {
  padding-top: 15px;
  padding-bottom: 30px;
}
.main .container:after {
  content: '';
  display: block;
  clear: both;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-hidden #app {
  overflow-y: scroll;
}
#app {
  position: relative;
}
.overflow-scroll {
  overflow: scroll;
}
input,
button,
textarea {
  font-family: 'PT Sans', sans-serif;
  outline: none;
}
@media (min-width: 1300px) {
  .hide-wide {
    display: none !important;
  }
}
@media (max-width: 1299px) {
  .hide-narrow {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hide-mobile1023 {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .hide-mobile600 {
    display: none !important;
  }
}
@media (max-width: 539px) {
  .hide-mobile539 {
    display: none !important;
  }
}
.clear {
  clear: both;
}
.clear--h20 {
  height: 20px;
}
.container {
  width: 1250px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container--header {
  display: flex;
  align-items: center;
  gap: 10px;
  max-height: 35px;
}
img.float-left {
  float: left;
  margin: 0 5px 5px 0;
}
img.float-right {
  float: right;
  m: 0 0 5px 5px;
}
a {
  color: #36444a;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.hover:hover {
  text-decoration: underline;
}
.hred:hover {
  color: #e20000;
}
.hrefred a {
  color: #e20000;
  text-decoration: underline;
}
.hrefred a:hover {
  text-decoration: none;
}
.note-link {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
  background-color: #a6a6a6;
  border-radius: 5px;
}
.note-link--float-width {
  padding: 0 10px;
  display: inline-block;
}
.note-link--mt0 {
  margin-top: 0;
}
.note-link:hover {
  background-color: #e20000;
}
.hidden {
  display: none;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.wrap {
  white-space: normal;
}
.center {
  text-align: center;
}
.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.justify {
  text-align: justify;
}
.justify:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.h1 {
  color: #3d464c;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.title-descr {
  font-size: 13px;
  text-transform: none;
  margin-left: 35px;
}
.underline {
  text-decoration: underline;
}
.white {
  color: #fff;
}
.red {
  color: #e20000 !important;
}
.blue {
  color: #00f;
}
.purple {
  color: #800080;
}
.hotpink {
  color: #ff69b4;
}
.green {
  color: #15b400 !important;
}
.magenta {
  color: #f0f !important;
}
.gold {
  color: #ffd700;
}
.orangered {
  color: #ff4500;
}
.aqua {
  color: #0ff;
}
.lime {
  color: #0f0;
}
.gray {
  color: #3d464c;
  text-shadow: 1px 1px 1px #fff;
}
.darkgreen {
  color: #007c5c;
}
.coral {
  color: #ff7f50;
}
.textcolor {
  color: #36444a;
}
.marked {
  position: relative;
  left: -15px;
  border-radius: 3px;
  height: 22px;
  line-height: 22px;
  width: 40px;
  padding-left: 15px;
}
.marked--hauto {
  height: auto;
}
.best {
  background-color: #ffeeab;
}
.won {
  position: relative;
}
.won:before {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -10px;
  right: -10px;
  display: block;
  content: '';
  border: 2px solid #15b400;
  border-radius: 4px;
  z-index: -1;
}
.redbg {
  display: inline-block;
  color: #fff;
  background-color: #e20000;
  height: 22px;
  line-height: 22px;
  width: 40px;
  border-radius: 5px;
}
.redbg--float-width {
  padding: 0 5px;
  width: auto;
  display: inline-block;
}
.redbg--h25 {
  line-height: 25px;
  height: 25px;
}
.redbg--h23 {
  line-height: 23px;
  height: 23px;
}
.noselect {
  -webkit-user-select: none /* Chrome all / Safari all */;
  -moz-user-select: none /* Firefox all */;
  -ms-user-select: none /* IE 10+ */;
  user-select: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.absolute--left-15 {
  top: 0;
  bottom: 0;
  left: -15px;
  right: 10px;
}
.absolute:hover {
  background-color: transparent;
}
.abs-top-right {
  position: absolute;
  top: 0;
  right: 0;
}
.abs-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}
.nf {
  text-align: center;
  color: #fff;
}
.nf__logo {
  display: block;
  margin-bottom: 40px;
}
.nf__title {
  font-size: 23px;
  margin-bottom: 30px;
}
.nf__text {
  font-size: 18px;
  margin-bottom: 25px;
}
.nf__link {
  color: #fff;
  text-decoration: underline;
}
.nf__wrapper {
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  width: 395px;
  box-shadow: 0 0 0 1px #a4d6f6 inset;
  border-radius: 5px;
  background-color: #fff;
}
.nf__inp {
  width: 100%;
  box-sizing: border-box;
  padding: 0 44px 0 10px;
  font-size: 18px;
  line-height: 24px;
  border: none;
}
.nf__btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 0;
  height: 24px;
  width: 24px;
  display: block;
  border: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512.005 512.005'%3E%3Cpath d='M505.749 475.587l-145.6-145.6c28.203-34.837 45.184-79.104 45.184-127.317C405.333 90.926 314.41.003 202.666.003S0 90.925 0 202.669s90.923 202.667 202.667 202.667c48.213 0 92.48-16.981 127.317-45.184l145.6 145.6c4.16 4.16 9.621 6.251 15.083 6.251s10.923-2.091 15.083-6.251c8.341-8.341 8.341-21.824-.001-30.165zM202.667 362.669c-88.235 0-160-71.765-160-160s71.765-160 160-160 160 71.765 160 160-71.766 160-160 160z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.h2 {
  color: #3d464c;
  font-size: 17px;
  font-weight: normal;
  text-transform: uppercase;
}
.h2--light {
  color: #fff;
}
.h2--light:before {
  background-image: url("../img/ico/title.arrow-2x.light.png");
}
.h2--light a {
  color: #fff;
}
.h2 a:hover {
  text-decoration: underline;
}
.h2 a:hover span {
  text-decoration: underline;
}
.h2:before {
  position: relative;
  top: -2px;
  display: inline-block;
  height: 12px;
  width: 9px;
  content: '';
  margin-right: 4px;
  vertical-align: middle;
  background: transparent url("../img/ico/title.arrow-2x.png") 0 0 no-repeat;
  background-size: 9px 12px;
}
.h2__ico {
  display: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .h2:before {
    display: none;
  }
  .h2__ico {
    font: normal normal normal 13px/1 FontAwesome;
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-right: 4px;
    display: inline-block;
    text-rendering: auto;
  }
  .h2__ico:before {
    content: '\f054';
  }
}
@font-face {
  font-family: 'SEB';
  src: url("../fonts/sonicbt.woff2") format('woff2'), url("../fonts/sonicbt.woff") format('woff');
  font-weight: normal;
  font-style: normal;
}
.header {
  color: #fff;
  background-color: #3d464c;
}
.header a {
  color: #fff;
  text-decoration: none;
}
.header a:hover {
  color: #e20000;
}
.header--top {
  height: 75px;
  position: relative;
}
.header--bottom {
  height: 40px;
  background-color: #2e353a;
}
.header__ntf {
  position: absolute;
  top: 0;
  right: 180px;
  min-width: 120px;
}
.header__ntf_ico {
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.header__ntf_ico--bell {
  border-radius: 0 0 0 4px;
  margin-right: 1px;
  background-color: #fbd448;
}
.header__ntf_ico--num {
  border-radius: 0 0 4px 0;
  color: #000;
  background-color: #fbd448;
}
.header__ntf_round {
  height: 20px;
  line-height: 21px;
  min-width: 20px;
  padding: 0 5px;
  border-radius: 10px;
  background-color: #fbd448;
  color: #000;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}
.header__profile {
  position: absolute;
  top: 0;
  right: 15px;
  width: 155px;
  height: 35px;
  background-color: #e20000;
  border-radius: 0 0 5px 5px;
  text-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.header__profile a {
  display: inline-block;
  line-height: 35px;
  text-align: center;
}
.header__profile a:hover {
  color: #fff;
  text-decoration: underline;
}
.header__profile--loggedin a {
  position: relative;
  width: 100%;
  line-height: 35px;
  height: 35px;
}
.header__profile__name {
  padding-right: 36px;
  display: inline-block;
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header__profile__avatar {
  display: block;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -24px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
}
.header__profile__psymbol {
  display: block;
  position: absolute;
  top: 50%;
  right: -12px;
  margin-top: -24px;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  font-family: 'SEB';
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  line-height: 48px;
  color: #fff;
}
.header__profile__icons {
  position: absolute;
  top: 12px;
  right: 180px;
  width: 120px;
  text-align: center;
}
.header__profile__icons a:hover {
  color: #fff;
}
.header__profile__icon {
  display: inline-block;
  height: 14px;
  width: 21px;
  margin: 0 10px;
  position: relative;
}
.header__profile__icon__qty {
  position: absolute;
  top: 100%;
  left: 100%;
  margin-top: -5px;
  margin-left: -5px;
  display: block;
  height: 14px;
  width: 14px;
  border-radius: 6px;
  font-size: 8px;
  font-weight: bold;
  font-style: normal;
  line-height: 14px;
  text-align: center;
  background-color: #e20000;
  content: '';
}
.header__profile__icon--mail {
  background: transparent url("../img/ico/ico.profile.mail.png") center no-repeat;
}
.header__profile__icon--community {
  background: transparent url("../img/ico/ico.profile.community.png") center no-repeat;
}
.header__profile__menu {
  position: absolute;
  bottom: 0;
  right: 15px;
  width: 155px;
  font-size: 12px;
}
.header__profile__menu__title {
  position: relative;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  padding-left: 15px;
}
.header__profile__menu__title:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: -15px;
  display: block;
  height: 6px;
  width: 8px;
  margin-left: 5px;
  background-color: transparent;
  background-image: url("../img/ico/ico.arrow.2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  content: '';
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__profile__menu__title--active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__profile__menu__links {
  position: absolute;
  top: 100%;
  background-color: #3d464c;
  margin-top: 10px;
  padding: 5px 0;
  border-radius: 3px;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
  z-index: 11;
}
.header__profile__menu__links a {
  color: #fff;
}
.header__profile__menu__links a:hover {
  color: #3d464c;
  background-color: #c3c7c9;
}
.header__profile__menu__link {
  position: relative;
  display: block;
  height: 25px;
  padding: 0 20px 0 35px;
  line-height: 25px;
  font-size: 12px;
  font-weight: bold;
  white-space: nowrap;
}
.header__profile__menu__link:hover {
  background-color: #35454c;
}
.header__profile__menu__link:before {
  position: absolute;
  top: 6px;
  left: 12px;
  display: block;
  height: 13px;
  width: 13px;
  content: '';
}
.header__profile__menu__link--profile:before {
  background: transparent url("/img/svg/profile.sprite.svg") 0 0 no-repeat;
  background-size: 13px 26px;
}
.header__profile__menu__link--profile:hover:before {
  background-position: 0 100%;
}
.header__profile__menu__link--bookmakers:before {
  background: transparent url("/img/svg/star.sprite.svg") 0 0 no-repeat;
  background-size: 13px 26px;
}
.header__profile__menu__link--bookmakers:hover:before {
  background-position: 0 100%;
}
.header__profile__menu__link--logout:before {
  background: transparent url("/img/svg/off.sprite.svg") 0 0 no-repeat;
  background-size: 13px 26px;
}
.header__profile__menu__link--logout:hover:before {
  background-position: 0 100%;
}
.header__langs {
  position: absolute;
  bottom: -2px;
  right: 14px;
  width: 155px;
  text-align: center;
}
.header__langs a:hover {
  color: #fff;
  text-decoration: underline;
}
.header__lang {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  width: 30px;
}
.header__lng-ico {
  display: inline-block;
  position: relative;
  top: -1px;
  height: 6px;
  width: 8px;
  background-color: transparent;
  background-image: url("../img/ico/ico.arrow.2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__lng-ico:after {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  position: absolute;
  top: -5px;
  left: -4px;
  cursor: pointer;
}
.header__lng-ico--active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__odds,
.header__time {
  position: absolute;
  right: 180px;
  width: 120px;
  font-size: 12px;
  cursor: pointer;
  white-space: nowrap;
}
.header__odds.active .header__odds__select,
.header__time.active .header__odds__select,
.header__odds.active .header__time__select,
.header__time.active .header__time__select {
  display: block;
}
.header__odds__current,
.header__time__current {
  display: inline-block;
  line-height: 20px;
  padding: 0 10px 0 20px;
}
.header__odds__current:after,
.header__time__current:after {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 5px;
  display: block;
  height: 6px;
  width: 8px;
  margin-left: 5px;
  background-color: transparent;
  background-image: url("../img/ico/ico.arrow.2x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 6px;
  content: '';
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.header__odds__current--active:after,
.header__time__current--active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.header__odds__current--right:after,
.header__time__current--right:after {
  right: -5px;
}
.header__odds__select,
.header__time__select {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px 0;
  background-color: #3d464c;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.3);
  border-radius: 3px;
  white-space: nowrap;
  z-index: 11;
}
.header__odds__select a:hover,
.header__time__select a:hover {
  color: #36444b;
  text-decoration: none;
  background-color: #c3c7c9;
}
.header__odds__option,
.header__time__option {
  display: block;
  line-height: 22px;
  padding: 0 13px;
}
.header__time__block {
  width: 230px;
  float: left;
  box-shadow: -1px 0 0 0 #c3c7c9;
}
.header__time__block:first-child {
  box-shadow: none;
}
.header__time__select {
  display: -webkit-flex;
  display: flex;
  left: auto;
  right: -165px;
  top: 100%;
  margin-top: 10px;
  padding: 5px 0;
}
.header__time__select--loading {
  width: auto;
  right: 0;
}
.header__time__loading {
  padding: 20px 50px;
  font-weight: bold;
}
.header__time__option {
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header__time__option.header__time__option--current {
  color: #36444b;
  background-color: #c3c7c9;
}
.header__odds {
  top: 9px;
}
.header__odds__select {
  top: 100%;
  margin-top: 10px;
}
.header__odds__current:before {
  position: absolute;
  top: 0;
  left: 5px;
  display: inline-block;
  height: 20px;
  width: 10px;
  background: transparent url("../img/ico/ico.half-2x.png") center no-repeat;
  background-size: 10px 12px;
  content: '';
}
.header__time {
  bottom: -2px;
}
.header__time__current:before {
  position: absolute;
  top: 1px;
  left: 3px;
  display: inline-block;
  height: 20px;
  width: 12px;
  background: transparent url("../img/ico/ico.clock-2x.png") center no-repeat;
  background-size: 12px 12px;
  content: '';
}
.header__search {
  position: absolute;
  top: 0;
  right: 15px;
  height: 40px;
  text-align: right;
}
.header__search .search {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 155px;
  font-size: 12px;
  line-height: 20px;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 4px;
  border: none;
  padding: 0 22px 0 10px;
  transition: width 0.3s;
  z-index: 3;
}
.header__search .search:focus {
  width: 210px;
}
.header__search .search-btn {
  color: #3d464c;
  position: absolute;
  top: 10px;
  right: 0;
  display: block;
  background-color: transparent;
  background: transparent url("../img/ico/search.png") center center no-repeat;
  background-size: 10px 10px;
  border: none;
  height: 20px;
  width: 20px;
  z-index: 3;
  cursor: pointer;
  opacity: 0.5;
}
.header__search .search-btn:hover {
  opacity: 0.7;
}
.header__search .search-btn:active {
  opacity: 0.5;
}
.header .container {
  position: relative;
}
.header__popup-wrapper {
  position: absolute;
  top: 100%;
  right: -5px;
  margin-top: 10px;
  z-index: 11;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.header__popup {
  text-align: left;
  border-radius: 3px;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  padding: 10px;
  background-color: #3d464c;
  line-height: 1;
  -webkit-user-select: none /* Chrome all / Safari all */;
  -moz-user-select: none /* Firefox all */;
}
.header__popup__link {
  display: block;
  padding: 0 10px;
  line-height: 24px;
  font-size: 12px;
  white-space: nowrap;
  min-width: 60px;
}
.header__popup__link:hover {
  text-decoration: none !important;
  color: #36444b !important;
  background-color: #c3c7c9;
}
.header__popup__link.current {
  cursor: default;
  color: #aaa;
}
.header__popup__link.current:hover {
  color: #aaa !important;
  background-color: transparent;
}
.logo {
  position: relative;
  padding-left: 10px;
  padding-top: 25px;
}
.logo__img {
  height: 36px;
  width: 220px;
}
.top-bonus {
  display: block;
  position: absolute;
  top: 18px;
  left: 700px;
}
.top-bonus img {
  vertical-align: top;
}
.top-bonus:hover span {
  color: #fff;
  text-decoration: underline;
}
.top-bonus__title {
  vertical-align: top;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 27px;
  line-height: 27px;
  text-align: center;
  border-radius: 2px;
  width: 120px;
  margin: 0 10px 0 0;
  background-color: #e20000;
}
.top-bonus__body {
  padding-top: 3px;
  text-align: center;
}
a.top-bonus__title:hover {
  color: #fff;
}
.top-nav {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  position: relative;
}
#navigation {
  overflow: hidden;
  height: 20px;
}
#navigation .navigation__item {
  margin: 0 5px 15px 5px;
  height: 25px;
}
.navigation {
  margin: 0 -5px;
  padding: 0 5px;
  max-width: 980px;
  max-height: 25px;
  overflow: hidden;
}
.navigation__search .search-btn {
  color: #fff;
  display: block;
  background-color: transparent;
  background: transparent url("../img/ico/search.svg") center center no-repeat;
  background-size: auto;
  background-size: 20px 20px;
  border: none;
  height: 35px;
  width: 35px;
  cursor: pointer;
}
.navigation__search {
  display: none;
}
.navigation--hidden {
  opacity: 0;
}
.navigation__item {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.navigation__item+.navigation__item:after {
  display: inline-block;
  content: '/';
  color: #848484;
  position: absolute;
  left: -10px;
  top: 0;
  font-weight: bold;
}
.navigation__item--green {
  background-color: #017c5c;
  height: 20px !important;
}
.navigation__item--green+li:not(.navigation__item--current):after {
  display: none !important;
}
.navigation__item--green:after {
  position: absolute;
  top: 0;
  right: -10px;
  left: auto !important;
  display: block;
  border-width: 0 0 20px 10px;
  border-style: solid;
  border-color: transparent #017c5c;
  content: '' !important;
}
.navigation__item--green:before {
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  border-width: 20px 10px 0 0;
  border-style: solid;
  border-color: transparent #017c5c;
  content: '';
}
.navigation__item--green .navigation__link:hover {
  color: #fff;
}
.navigation__item--current {
  background-color: #e20000;
  height: 20px !important;
}
.navigation__item--current+li:not(.navigation__item--green):after {
  display: none !important;
}
.navigation__item--current:after {
  position: absolute;
  top: 0;
  right: -10px;
  left: auto !important;
  display: block;
  border-width: 0 0 20px 10px;
  border-style: solid;
  border-color: transparent #e20000;
  content: '' !important;
}
.navigation__item--current:before {
  position: absolute;
  top: 0;
  left: -10px;
  display: block;
  border-width: 20px 10px 0 0;
  border-style: solid;
  border-color: transparent #e20000;
  content: '';
}
.navigation__item--current .navigation__link:hover {
  color: #fff;
}
.navigation__item:hover {
  color: #e20000;
}
.navigation__h1 {
  color: #fff;
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  padding: 0 5px;
  text-transform: uppercase;
}
.navigation__link {
  display: inline-block;
  line-height: 20px;
  font-size: 15px;
  font-weight: bold;
  padding: 0 5px;
  text-transform: uppercase;
}
.navigation-popup {
  box-shadow: none;
  position: absolute;
  padding: 5px 0 5px 0;
  top: 100%;
  right: 0;
  margin-top: 9px;
  z-index: 12;
  background-color: #2e353a;
  border-radius: 5px;
  display: none;
  max-height: none;
}
.navigation-popup__dots {
  position: relative;
  cursor: pointer;
  height: 30px;
  padding: 1px 5px 0 5px;
  background-color: #2e353a;
  z-index: 1;
  bottom: 1px;
}
.navigation-popup__dots i {
  display: inline-block;
  line-height: 40px;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  background-color: #fff;
}
.navigation-popup:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 10px;
}
.navigation-popup:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -9px;
  border-width: 0 9px 9px 9px;
  border-style: solid;
  border-color: #2e353a transparent;
}
.navigation-popup-wrapper {
  height: 20px;
  width: 30px;
  white-space: nowrap;
}
.navigation-popup-wrapper:hover .navigation {
  display: block;
}
.navigation-popup-wrapper:hover .navigation-popup__dots i,
.navigation-popup-wrapper--active .navigation-popup__dots i {
  background-color: #e20000;
}
.navigation-popup-wrapper--hidden {
  z-index: -1;
}
.navigation-popup .navigation__item {
  display: block;
  padding: 0 10px;
  margin: 0;
}
.navigation-popup .navigation__item:after {
  display: none;
}
.navigation-popup .navigation__item:before {
  display: none;
}
.navigation-popup .navigation__link {
  display: block;
  line-height: 25px;
}
@media (max-width: 1299px) {
  .navigation {
    max-width: 720px;
  }
  .navigation__item,
  .navigation__link {
    font-size: 14px;
  }
}
.header-slider {
  position: absolute;
  top: 18px;
  left: 290px;
  height: 45px;
  width: 400px;
  overflow: hidden;
}
.header-slider .slide {
  height: 45px;
  outline: none;
}
.header-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 2px;
  margin: 0;
  padding: 8px 0 0 0;
  width: 125px;
  text-align: center;
  height: 10px;
  line-height: 10px;
  background-color: #3d464c;
}
.header-slider .slick-dots li {
  display: inline-block;
  height: 10px;
  width: 10px;
  line-height: 10px;
  margin: 0 7px;
  border-radius: 5px;
  background-color: #7d8387;
  cursor: pointer;
}
.header-slider .slick-dots li.slick-active {
  background-color: #d8dadb;
}
.header-slider .slick-dots button {
  display: none;
}
.hs__trn {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.hs__logo {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 45px;
  width: 45px;
  margin-right: 15px;
}
.hs__block {
  text-align: left;
  line-height: 22px;
  overflow: hidden;
}
.hs__name {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hs__date {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hs__title {
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 2px;
  float: left;
  width: 125px;
  margin: 0;
  background-color: #e20000;
}
.hs__match {
  font-size: 15px;
  margin-left: 15px;
  display: inline-block;
  max-width: 260px;
  text-align: center;
}
.hs__teams {
  display: block;
  margin: 0;
  line-height: 25px;
}
.hs__rate {
  margin-left: 10px;
  margin-right: 10px;
}
.hs__rate:before {
  color: #fff;
  position: relative;
  top: -2px;
  display: inline-block;
  content: '';
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 7px;
  background-color: #e20000;
  font-size: 10px;
  font-weight: bold;
}
.hs__rft:before {
  content: '1';
}
.hs__rst:before {
  content: '2';
}
.hs__rdraw:before {
  content: 'x';
}
a.hs__title:hover,
a.hs__teams:hover,
a.hs__trn:hover {
  color: #fff;
  text-decoration: underline;
}
a.hs__rate:hover span {
  color: #fff;
  text-decoration: underline;
}
.bc {
  height: 25px;
  margin-bottom: 10px;
}
.bc__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  right: 5px;
  background-color: #f2f2f2;
  -webkit-transform: skew(-21deg);
  transform: skew(-21deg);
  z-index: -1;
}
.bc__link {
  padding: 1px 10px 0;
  line-height: 24px;
}
.bc__link:hover {
  opacity: 0.75;
}
.bc__arr {
  height: 10px;
  width: 6px;
}
.bc__ex {
  font-size: 12px;
  font-weight: bold;
  padding: 1px 15px 0;
  line-height: 24px;
}
.bc__exbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ff4500;
  -webkit-transform: skewX(-21deg);
  transform: skewX(-21deg);
}
.bc--user {
  margin-bottom: 5px;
}
.bc--news_read,
.bc--competition,
.bc--competition_fixtures,
.bc--competition_playoff,
.bc--bookmaker,
.bc--tipster,
.bc--upcoming,
.bc--faq,
.bc--bookmakers,
.bc--match {
  margin-bottom: 10px;
}
.bc--betting_overview,
.bc--betting_rating,
.bc--betting_mybets,
.bc--betting_faq {
  margin-bottom: 15px;
}
.bc--bookmaker2 {
  margin-bottom: 10px;
}
.content {
  float: left;
  width: 930px;
}
.content--up {
  margin-top: -14px;
}
.content--fluid {
  width: auto;
}
.content__line:after {
  display: block;
  clear: both;
  width: 100%;
  content: '';
}
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&amp;v=4.7.0") format('embedded-opentype'), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format('woff2'), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format('woff'), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format('truetype'), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-arrow-up:before {
  content: "\f176";
}
.fa-code:before {
  content: "\f121";
}
.cp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 6;
}
.cp--transparent {
  opacity: 0;
}
.cp__wrapper {
  position: relative;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
.cp__block {
  width: 300px;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.cp__head {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  padding: 0 13px;
  background-color: #e20000;
  cursor: pointer;
}
.cp__note {
  display: block;
  margin-left: 5px;
  height: 14px;
  width: 14px;
  margin-top: -4px;
  background-size: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.cp__note:after {
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  display: block;
  text-align: center;
  content: '?';
}
.cp__arr {
  position: absolute;
  top: 10px;
  right: 10px;
  height: 10px;
  width: 12px;
  display: block;
  transition: -webkit-transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s;
  transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
}
.cp__arr:before,
.cp__arr:after {
  position: absolute;
  top: 50%;
  width: 7px;
  box-shadow: 0 0 0 1px #fff;
  content: '';
}
.cp__arr:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cp__arr:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cp__arr--up {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cp__body {
  color: #fff;
  background-color: #263237;
}
.cp__tabs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  padding-right: 30px;
}
.cp__del {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background: transparent url("../img/ico/del.png") center no-repeat;
  background-size: cover;
  cursor: pointer;
}
.cp__del:hover {
  opacity: 0.75;
}
.cp__tab {
  text-align: center;
  padding: 0 10px;
  -webkit-transform: skew(-27deg);
  transform: skew(-27deg);
  cursor: pointer;
}
.cp__tab:hover {
  background-color: #e20000;
}
.cp__tab--active {
  background-color: #e20000;
  cursor: default;
}
.cp__tab--disabled {
  color: rgba(255,255,255,0.5);
  cursor: default;
}
.cp__tab--disabled:hover {
  background-color: transparent;
}
.cp__tname {
  position: relative;
  display: inline-block;
  line-height: 1;
  -webkit-transform: skew(27deg);
  transform: skew(27deg);
  padding-bottom: 4px;
}
.cp__content {
  background-color: #36444b;
  padding: 1px 0;
  width: 300px;
}
.cp__row {
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 10px 13px 10px 10px;
  font-size: 13px;
}
.cp__rleft {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 26px;
  margin-right: 10px;
  -webkit-align-self: center;
  align-self: center;
  text-align: center;
}
.cp__rmon {
  cursor: default;
}
.cp__rmon,
.cp__rlive {
  display: inline-block;
  margin-bottom: 3px;
  padding: 1px 2px;
  border-radius: 2px;
  font-size: 8px;
  font-weight: bold;
}
.cp__rmon {
  color: #2e353a;
  background-color: #fbd500;
}
.cp__rlive {
  color: #fff;
  background-color: #e20000;
}
.cp__rclose {
  position: relative;
  display: block;
  height: 26px;
  width: 26px;
  border-radius: 13px;
  background-color: #263237;
  cursor: pointer;
}
.cp__rclose:hover {
  background-color: #eb0607;
}
.cp__rclose--locked {
  background-color: #eb0607;
}
.cp__rclose--locked:hover {
  background-color: #263237;
}
.cp__rclose--cr {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  cursor: default;
}
.cp__rclose--cr:hover {
  background-color: #263237;
}
.cp__rclose:before,
.cp__rclose:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  box-shadow: 0 0 0 1px #fff;
  display: block;
  content: '';
}
.cp__rclose:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cp__rclose:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.cp__rcont {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  cursor: default;
}
.cp__rwinner {
  font-size: 13px;
  font-weight: bold;
}
.cp__rmatch {
  font-size: 13px;
  font-weight: bold;
}
.cp__rtype {
  font-size: 12px;
}
.cp__rright {
  text-align: right;
  font-weight: bold;
  min-width: 50px;
  margin-left: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cp__rodds {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cp__rodds--locked {
  opacity: 0.5;
}
.cp__rodd--gray {
  color: #aaa;
}
.cp__rodd--red {
  margin-left: 10px;
  border-radius: 3px;
  background-color: #e20000;
  padding: 1px 4px;
}
.cp__total {
  font-size: 13px;
  padding: 5px 13px;
}
.cp__trow {
  line-height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cp__tleft {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cp__tright {
  min-width: 50px;
  margin-left: 10px;
  text-align: right;
}
.cp__bottom {
  position: relative;
}
.cp__confirm {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 20px;
  font-size: 12px;
  background-color: #00634a;
  z-index: 3;
}
.cp__inp-wrapper {
  position: relative;
  width: 50px;
  margin-left: auto;
  margin-top: 9px;
  text-align: right;
}
.cp__inp {
  height: 22px;
  width: 50px;
  text-align: right;
  font-size: 13px;
  line-height: 13px;
  border-radius: 2px;
  padding: 0 5px;
  border: 2px solid #fff;
  box-sizing: border-box;
}
.cp__inp--warn {
  border-color: #fbd500;
}
.cp__inp--error {
  border-color: #eb0607;
}
.cp__inp--warn {
  border-color: #fbd500;
}
.cp__inp--locked {
  opacity: 0.5;
  border-color: #263237;
}
.cp__btns {
  display: -webkit-flex;
  display: flex;
  height: 30px;
  font-size: 13px;
  color: #fff;
}
.cp__defer {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 12px;
  background-color: #00634a;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
}
.cp__defer:hover {
  color: rgba(255,255,255,0.75);
}
.cp__yellow {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #fbd500;
  padding: 0 10px;
  color: #3d464c;
  z-index: 1;
}
.cp__bclose {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #fbd500;
  width: 30px;
  cursor: pointer;
  z-index: 1;
}
.cp__bclose:hover:before,
.cp__bclose:hover:after {
  opacity: 0.75;
}
.cp__bclose:before,
.cp__bclose:after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #3d464c;
  width: 8px;
  display: block;
  content: '';
}
.cp__bclose:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.cp__bclose:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cp__bet {
  font-size: 14px;
  font-weight: bold;
  background-color: #007c5c;
  padding: 0 10px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}
.cp__bet:hover {
  color: rgba(255,255,255,0.75);
}
.cp__bet--disabled {
  color: rgba(255,255,255,0.75);
  cursor: default;
}
.cp__changed {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 12px;
  background-color: #00634a;
  padding: 0 10px;
  text-align: center;
}
.cp__ok,
.cp__return {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  padding: 0 10px;
  text-align: center;
  cursor: pointer;
}
.cp__ok:hover,
.cp__return:hover {
  color: rgba(255,255,255,0.75);
}
.cp__ok {
  background-color: #00634a;
}
.cp__return {
  background-color: #eb0607;
}
.cp__apply {
  font-size: 14px;
  font-weight: bold;
  background-color: #eb0607;
  padding: 0 10px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  cursor: pointer;
}
.cp__apply:hover {
  color: rgba(255,255,255,0.75);
}
.cp__bdel {
  border-width: 30px 15px 0 0;
  border-style: solid;
  border-color: #00634a #007c5c;
}
.cp__bdel--gr {
  border-color: #00634a #eb0607;
}
.cp__bdel--rg {
  border-color: #eb0607 #00634a;
}
.cp__btn {
  display: inline-block;
  line-height: 30px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cp__err {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 30px;
  font-weight: bold;
  background-color: #e20000;
  color: #fff;
  white-space: nowrap;
  border-radius: 2px;
  padding: 0 10px;
}
.cp__err:after {
  position: absolute;
  top: 0;
  left: 100%;
  border-width: 15px 0 15px 15px;
  border-style: solid;
  border-color: transparent #e20000;
  box-shadow: -2px 0 0 0 #e20000;
  display: block;
  content: '';
}
.cp__status {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 20px 0;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  min-height: 300px;
  background-color: #212b32;
}
.cp__status--coupon-saved-before {
  min-height: 50px;
}
.cp__saved {
  background-color: #2e4246;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 10px 20px;
  padding: 10px 10px;
  border-radius: 4px;
}
.cp__saved-before {
  text-align: center;
  padding: 10px 20px;
}
.cp__saved-descr {
  background-color: #2e4246;
  text-align: center;
  padding: 10px 20px;
}
.cp__saved-err {
  background-color: #eb0607;
  text-align: center;
  padding: 10px 20px;
  margin: 0 20px;
  border-radius: 8px;
}
.cp__error {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #eb0607;
  border-radius: 8px;
  padding: 10px 20px;
  margin: 10px 5px;
  font-size: 14px;
  font-weight: bold;
}
.cp__err-close {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: -5px;
  line-height: 20px;
  height: 20px;
  width: 20px;
  text-align: center;
}
.cp__err-close:hover {
  opacity: 0.75;
}
.cp__link {
  color: #fff;
  text-decoration: underline;
}
.cp__link:hover {
  text-decoration: none;
}
.cp__accepted {
  background-color: #006147;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 10px 20px;
  padding: 10px 10px;
  border-radius: 4px;
}
.cp__acc-details {
  background-color: #2e4246;
  padding: 10px 20px;
}
.cp__acc-row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 14px;
  padding: 5px 0;
}
.cp__acc-label {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cp__acc-val {
  font-weight: bold;
  padding: 5px 0;
}
@media (max-width: 1299px) {
  .cp__wrapper {
    width: 100%;
    max-width: 990px;
  }
}
.my-coupon {
  position: relative;
  color: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.db {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.9);
  color: #fff;
  padding: 20px;
  max-height: 100vh;
  overflow: auto;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.db__section {
  padding: 0 5px;
}
.db pre {
  font-size: 12px;
  color: #0f0;
  font-weight: bold;
  font-family: 'PT Sans', sans-serif;
}
.widget-rating {
  margin-bottom: 10px;
}
.sw {
  height: 28px;
  box-shadow: 0 0 0 1px #c4c4c4 inset;
  border-radius: 6px;
}
.sw__item {
  position: relative;
  line-height: 28px;
  padding: 0 20px;
  cursor: pointer;
  box-sizing: border-box;
  z-index: 5;
}
.sw__item--live {
  padding: 0 15px;
}
.sw__item--narrow {
  padding: 0 10px;
}
.sw__item:hover {
  background-color: #eb0607;
}
.sw__item:hover .svg {
  fill: #fff;
}
.sw__item:hover .sw__item-text {
  color: #fff;
}
.sw__item.active {
  background-color: #eb0607;
  z-index: 6;
}
.sw__item.active .svg {
  fill: #fff;
}
.sw__item.active .sw__item-text {
  color: #fff;
}
.sw__item--bm:hover {
  background-color: #257c5b;
  font-weight: bold;
  white-space: nowrap;
}
.sw__item--bm.active {
  background-color: #257c5b;
  font-weight: bold;
}
.sw__search {
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  margin-left: -5px;
  box-shadow: 0 0 0 1px #c4c4c4 inset;
  border-radius: 6px;
  background-color: #fff;
  transition: width 0.3s;
  z-index: 3;
}
.sw__search--hidden {
  width: 44px;
  box-shadow: 0 0 0 1px #c4c4c4 inset;
}
.sw__search--archive {
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
}
.sw__strut {
  top: 5px;
  left: 100%;
}
.sw__sico {
  position: absolute;
  top: 50%;
  left: 15px;
  height: 14px;
  width: 14px;
  background-image: url("/img/ico/search.svg");
  transform: translateY(-50%);
}
.sw__inp {
  position: absolute;
  left: 0;
  right: 0;
  border: none;
  background-color: transparent;
  line-height: 28px;
  width: 100%;
  padding: 0 20px;
  color: #3d464c;
}
.sw__inp::-webkit-input-placeholder {
  color: #c4c4c4;
}
.sw__inp::-ms-input-placeholder {
  color: #c4c4c4;
}
.sw__inp::placeholder {
  color: #c4c4c4;
}
.sw__inp--archive {
  padding: 0 10px;
}
.sw__bg {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 0;
  transition: width 0.3s, left 0.3s, background-color 0.3s, border-radius 0.3s, top 0.3s, bottom 0.3s;
  z-index: 4;
}
.wr__line {
  display: block;
  border-bottom: 1px solid #d3d3d3;
  padding: 12px 0;
}
.wr__line:hover {
  opacity: 0.8;
}
.wr__line &gt; div {
  vertical-align: middle;
}
.wr__line:last-child {
  border-bottom: none;
}
.wr__img {
  position: relative;
  width: 120px;
  display: inline-block;
}
.wr__img img {
  display: block;
}
.wr__rate {
  font-size: 16px;
  width: 50px;
  text-align: center;
  display: inline-block;
}
.stars {
  width: 120px;
  display: inline-block;
}
.ws__arr {
  position: absolute;
  top: 7px;
  right: 5px;
  height: 12px;
  width: 18px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.293 8.707a1 1 0 001.414 0l6.364-6.364A1 1 0 0013.657.93L8 6.586 2.343.929A1 1 0 00.93 2.343l6.364 6.364zM7 7v1h2V7H7z' fill='%2336444B'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ws__arr--light {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.293 8.707a1 1 0 001.414 0l6.364-6.364A1 1 0 0013.657.93L8 6.586 2.343.929A1 1 0 00.93 2.343l6.364 6.364zM7 7v1h2V7H7z' fill='%23FFFFFF'/%3E%3C/svg%3E");
}
.ws__arr--reg {
  top: 18px;
}
.ws__arr--ap {
  top: 10px;
}
.ws__select {
  display: inline-block;
  border-radius: 4px;
  height: 26px;
  line-height: 26px;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 15px;
  box-sizing: border-box;
}
.ws__select--mb0 {
  margin-bottom: 0;
}
.ws__current {
  position: relative;
  display: block;
  line-height: 26px;
  padding-left: 10px;
  padding-right: 25px;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  white-space: nowrap;
  background-color: #fff;
  z-index: 2;
}
.ws__current.active {
  border-radius: 4px 4px 0 0;
}
.ws__current span {
  display: inline-block;
}
.ws__current--dark {
  background-color: #000;
  color: #fff !important;
}
.ws__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.ws__options {
  max-height: 200px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 1px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #b4b4b4;
  border-radius: 0 0 4px 4px;
  z-index: 3;
}
.ws__options--dark {
  background-color: #000;
}
.ws__options--filter {
  padding-top: 35px;
}
.ws__options-transition {
  transition: opacity 0.3s;
}
.ws__options-enter,
.ws__options-leave {
  opacity: 0;
}
.ws__options.mha {
  max-height: 50vh;
}
.ws__input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #b4b4b4;
  height: 35px;
  line-height: 35px;
  padding: 0 10px;
  outline: none;
  opacity: 0.5;
}
.ws__input:focus,
.ws__input:active {
  outline: none;
}
.ws__option {
  display: block;
  line-height: 25px;
  padding: 0 10px;
}
.ws__option:hover {
  background-color: #f2f2f2;
}
.ws__option--dark {
  color: #fff !important;
}
.ws__option--dark:hover {
  background-color: #212121;
}
.wc__item:before {
  display: inline-block;
  height: 11px;
  width: 13px;
  content: '';
  margin-right: 5px;
  background: transparent url("../img/b64/ico.unchecked.png") 0 0 no-repeat;
}
.wc__item--checked:before {
  background: transparent url("../img/b64/ico.checked.png") 0 0 no-repeat;
}
.nt {
  position: relative;
  clear: both;
  margin-top: 8px;
  margin-bottom: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
}
.nt__wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  padding-right: 20px;
  height: 0;
}
.nt__add {
  position: relative;
  height: 24px;
  line-height: 24px;
  margin-bottom: -24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nt__add+.nt__text {
  margin-left: 45px;
}
.nt__addtext {
  color: transparent;
  font-size: 13px;
  padding: 0 15px 0 10px;
}
.nt__plus {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 36px;
  display: -webkit-flex;
  display: flex;
  background-color: #007c5c;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
  cursor: pointer;
}
.nt__plus--active {
  width: 100%;
}
.nt__plus svg {
  margin-left: auto;
}
.nt__plustext {
  position: absolute;
  top: 0;
  left: 10px;
  color: #fff;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.3s;
}
.nt__plustext--active {
  transition: opacity 0.3s 0.15s;
  opacity: 1;
}
.nt__text {
  font-size: 13px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
  z-index: -1;
  transition: opacity 0.3s 0.15s;
}
.nt__text--hidden {
  opacity: 0;
  transition: opacity 0.1s;
}
.nt__rate {
  display: inline-block;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 45px;
  background-color: #e20000;
  color: #fff;
  font-size: 13px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 3px;
  margin-right: 2px;
  transition: background-color 0.3s;
}
.nt__rate--half {
  border-radius: 3px 0 0 3px;
}
.nt__rate--green {
  background-color: #007c5c;
}
.nt__rate--gray {
  background-color: #9b9b9b;
}
.nt__dot {
  border-radius: 50%;
  height: 2px;
  width: 2px;
  position: fixed;
  box-shadow: 0 0 0 10px rgba(0,124,92,0.3);
  transition: opacity 0.3s, box-shadow 0.3s 0.3s;
}
.nt__dot--active {
  box-shadow: 0 0 0 25px rgba(0,124,92,0.3);
  opacity: 1;
  transition: box-shadow 0.3s;
}
.nt__expert {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
  padding-right: 5px;
}
.nt__ava {
  display: block;
  height: 46px;
  width: 46px;
  border-radius: 23px;
  box-shadow: 0 0 0 2px #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 12px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.nt__desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  white-space: nowrap;
  margin: 0;
}
.nt__name {
  position: relative;
  font-weight: bold;
}
.nt__name:hover {
  color: #e20000;
}
.nt__more {
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-left: 5px;
  padding: 0 5px;
}
.nt__more:hover {
  opacity: 0.75;
}
.nt__ico {
  position: relative;
  display: block;
  height: 12px;
  width: 4px;
  background-color: #3d464c;
}
.nt__ico:before,
.nt__ico:after {
  position: absolute;
  bottom: 0;
  display: block;
  content: '';
  width: 4px;
  background-color: #3d464c;
}
.nt__ico:before {
  height: 8px;
  right: 100%;
  margin-right: 1px;
}
.nt__ico:after {
  height: 6px;
  left: 100%;
  margin-left: 1px;
}
.nt__label {
  margin-left: 20px;
  height: 24px;
  min-width: 130px;
  padding: 0 10px;
  text-align: center;
  line-height: 24px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  border-radius: 4px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: auto;
}
.nt__label--win {
  background-color: #00ba13;
}
.nt__label--back {
  background-color: #3761b8;
}
.nt__label--lose {
  background-color: #eb0607;
}
.nt__longlink {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  font-weight: bold;
  cursor: default;
  margin: 0 auto;
}
.nt__link {
  margin-left: 20px;
}
.nt__link--top {
  font-size: 13px;
}
.nt__img {
  height: 20px;
  width: 64px;
  vertical-align: middle;
  margin-right: 10px;
}
.nt__profile-check {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.nt .mb {
  background-color: #fff;
}
.nt .mb__wava {
  height: 68px;
  width: 68px;
  top: -4px;
}
.nt .nl {
  background-color: #fff;
}
.nt1__expert {
  box-shadow: 0 0 0 1px #e20000;
}
.nt1__right {
  box-shadow: 0 0 0 1px ligthblue;
}
.nt1__longlink {
  box-shadow: 0 0 0 1px #add8e6;
}
.nt1__link {
  box-shadow: 0 0 0 2px #f0f;
}
.main-slider {
  margin-bottom: 20px;
}
.ms__slides,
.ms__slide {
  height: 268px;
  width: 670px;
}
.ms__slides {
  overflow: hidden;
  background-color: #ccc;
}
.ms__slide {
  position: absolute;
}
.ms__img img {
  display: block;
  height: auto;
  width: 100%;
}
.ms__data {
  color: #fff;
  position: absolute;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  padding: 0 15px 10px 15px;
  background-color: rgba(0,0,0,0.75);
  box-sizing: border-box;
}
.ms__content {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
}
.ms__time,
.ms__unit,
.ms__rate {
  font-size: 19px;
}
.ms__time {
  margin: 7px 0 0 0;
  line-height: 1.2;
  width: 420px;
}
.ms__time--hidden {
  transition: opacity 0s;
  opacity: 0;
}
.ms__num {
  font-size: 35px;
  font-weight: bold;
  padding-left: 7px;
}
.ms__description {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
  max-width: 100%;
  margin: 5px 0 0 0;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.ms__description:hover .ms__text {
  text-decoration: underline;
}
.ms__forecast {
  display: inline-block;
  color: #fff;
  height: 20px;
  line-height: 22px;
  padding: 0 5px;
  margin-right: 12px;
  border-radius: 4px;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  background-color: #3d464c;
}
.ms__text {
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
.ms__rates {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
}
.ms__rdesc {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  color: #fff;
  background-color: rgba(255,255,255,0.15);
  border-radius: 5px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  text-align: center;
  margin-left: 5px;
  z-index: 1;
}
.ms__ritem {
  margin-left: 5px;
  text-align: center;
}
.ms__rlink {
  position: relative;
  display: block;
  margin-top: 5px;
}
.ms__rimg {
  display: block;
  height: 18px;
  width: 61px;
}
.ms__rate {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  white-space: nowrap;
}
.ms__rate:hover span {
  text-decoration: underline;
}
.ms__links {
  position: absolute;
  right: 0;
  bottom: 80px;
  margin: 0;
  color: #fff;
  font-size: 18px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgba(0,0,0,0.75);
  max-width: 100%;
  box-sizing: border-box;
}
.ms__link {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  padding: 5px 0;
}
.ms__link:hover {
  text-decoration: underline;
}
.ms__menu {
  background-color: #eee;
  height: 40px;
}
.ms__mwrapper {
  position: relative;
  height: 40px;
  overflow: hidden;
}
.ms__mwrapper.scrollable {
  box-shadow: inset 0 0 10px rgba(0,0,0,0.1);
}
.ms__left,
.ms__right {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  z-index: 2;
  height: 40px;
  width: 30px;
  background: linear-gradient(to right, #eee, rgba(238,238,238,0));
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  cursor: pointer;
}
.ms__left:hover,
.ms__right:hover {
  opacity: 0.8 !important;
}
.ms__right {
  left: auto;
  right: 0;
  background: linear-gradient(to left, #eee, rgba(238,238,238,0));
}
.ms__mlinks {
  width: 100%;
  overflow-x: auto;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 15px;
  white-space: nowrap;
  box-sizing: border-box;
}
.ms__mlinks li {
  display: inline-block;
}
.ms__mlinks li:after {
  content: '|';
  color: #aeaeae;
  padding-left: 5px;
  padding-right: 10px;
}
.ms__mlinks li:last-child:after {
  display: none;
}
.ms__mlink {
  color: #36444a;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 40px;
  cursor: pointer;
}
.ms__mlink.active,
.ms__mlink:hover {
  color: #e20000;
}
.ms__live {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 13px 0 0;
  width: 420px;
}
.ms__live--wide {
  width: auto;
}
.ms__block {
  display: -webkit-flex;
  display: flex;
  height: 36px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.ms__label {
  background-color: #e20000;
  color: #fff;
  padding: 0 10px 0 20px;
  margin-left: -10px;
  margin-right: 5px;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
}
.ms__label--liveonly {
  margin-right: -10px;
  padding-right: 20px;
}
.ms__score {
  background-color: #e20000;
  color: #fff;
  padding: 0 20px 0 10px;
  margin-right: -10px;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
}
.ms__unskew {
  font-weight: bold;
  font-size: 23px;
  display: block;
  line-height: 36px;
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
.ms__ico {
  display: inline-block;
  height: 0;
  width: 0;
  border-width: 4px 0 4px 4px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}
.ms__livestream {
  display: block;
  color: #fff;
  line-height: 1;
  font-size: 10px;
  padding: 4px 10px;
  text-transform: uppercase;
  background-color: #e20000;
  border-radius: 5px;
}
.ms__lstext {
  display: none;
}
.ms__details {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 23px;
  padding: 0 20px;
}
@media (min-width: 1300px) {
  .ms__data {
    height: 100px;
  }
  .ms__slides,
  .ms__slide {
    height: 372px;
    width: 930px;
  }
  .ms__lstext {
    display: inline-block;
  }
  .ms__live {
    width: auto;
  }
  .ms__time {
    margin: 5px 0 0 0;
    width: auto;
    line-height: 1.2;
    font-size: 23px;
  }
  .ms__links {
    bottom: 100px;
  }
  .ms__link {
    font-size: 18px;
  }
  .ms__num {
    font-size: 45px;
  }
  .ms__description {
    font-size: 19px;
  }
  .ms__text {
    line-height: 1.3;
  }
  .ms__rates {
    bottom: 0;
    right: 0;
  }
  .ms__rdesc {
    margin-bottom: 3px;
    margin-left: 14px;
    font-size: 12px;
    line-height: 18px;
  }
  .ms__ritem {
    margin-left: 14px;
  }
  .ms__unit {
    font-size: 28px;
  }
  .ms__rate {
    font-size: 25px;
  }
  .ms__rimg {
    height: 24px;
    width: 78px;
  }
}
.cb__filters {
  margin-bottom: 5px;
}
.cb__filters:after {
  display: block;
  content: '';
  width: 100%;
  clear: both;
}
.cb__filters--tlm {
  margin-top: -35px;
  margin-bottom: 0;
}
.cb__filter {
  margin-left: 1px;
}
.cb__filter a {
  color: #36444a;
  cursor: pointer;
}
.cb__filter--bp {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 25px;
  -webkit-align-items: center;
  align-items: center;
}
.cb__filter--left {
  float: left;
}
.cb__filter--right {
  float: right;
}
.cb__filter--search {
  position: relative;
  float: right;
  width: 320px;
}
.cb__filter--w320 {
  width: 320px;
  float: left;
}
.cb__fitem {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  font-size: 13px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 0 0 1px #d3d3d3;
}
.cb__fitem--small {
  line-height: 20px;
  height: 20px;
}
.cb__fitem--active {
  background-color: middlegray;
}
.cb__fitem--single {
  background-color: middlegray;
  padding: 0 20px;
}
.cb__fitem.active,
.cb__fitem:hover {
  color: #fff;
  background-color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
}
.cb__fitem.active.disabled:hover,
.cb__fitem:hover.disabled:hover {
  color: #fff;
  background-color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
}
.cb__fitem.disabled {
  cursor: default;
  opacity: 0.5;
}
.cb__fitem.disabled:hover {
  color: #36444a;
  background-color: transparent;
  box-shadow: 0 0 0 1px #d3d3d3;
}
.cb__fico {
  position: absolute;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px #fff;
  background-color: #fff;
  height: 44px;
  width: 44px;
  border-radius: 50%;
}
.cb__flabel {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  font-size: 13px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 0 0 1px #d3d3d3;
}
.cb__flabel--cr {
  padding-left: 5px;
  padding-right: 5px;
  display: block;
}
.cb__flabel--calendar:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  height: 17px;
  width: 17px;
  background: transparent url("../img/ico/ico.calendar-2x.png") 0 0/17px 34px no-repeat;
  vertical-align: middle;
  margin-right: 5px;
}
.cb__flabel--calendar.active:before,
.cb__flabel--calendar.light:before,
.cb__flabel--calendar:hover:before {
  background-position: 0 -17px;
}
.cb__flabel.active,
.cb__flabel:hover {
  color: #fff;
  background-color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
}
.cb__flabel.active.disabled:hover,
.cb__flabel:hover.disabled:hover {
  color: #fff;
  background-color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
}
.cb__flabel.disabled {
  cursor: default;
  opacity: 0.5;
}
.cb__flabel.disabled:hover {
  color: #36444a;
  background-color: transparent;
  box-shadow: 0 0 0 1px #d3d3d3;
}
.cb__flabel--small {
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  padding: 0 5px;
  color: #36444a;
  font-weight: normal;
}
.cb__flabel--live:before {
  display: inline-block;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #e20000;
}
.cb__flabel--live:hover:before,
.cb__flabel--live.active:before {
  background-color: #fff;
}
.cb__flabel--upcoming:before {
  display: inline-block;
  content: '';
  height: 12px;
  width: 12px;
  background: transparent url("../img/b64/watch.png") 0 0 no-repeat;
  background-size: 12px;
}
.cb__flabel--upcoming:hover:before,
.cb__flabel--upcoming.active:before {
  background: transparent url("../img/b64/watch.white.png") 0 0 no-repeat;
}
.lr__filter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 4px;
}
.lr__fitem {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 20px;
  cursor: pointer;
}
.lr__fitem--active .lr__ftext,
.lr__fitem:hover .lr__ftext {
  background-color: #e20000;
  color: #fff;
}
.lr__fitem--disabled {
  opacity: 0.5;
  cursor: default;
}
.lr__fitem--ml {
  margin-left: -15px;
}
.lr__fitem--empty .lr__fangle {
  display: none;
}
.lr__fitem--empty .lr__ftext {
  padding-left: 10px;
}
.lr__fimg {
  height: 40px;
  width: 40px;
  margin-right: 5px;
}
.lr__fwrapper {
  position: relative;
  overflow: hidden;
}
.lr__fangle {
  position: absolute;
  bottom: 0;
  right: 100%;
  margin-right: -10px;
  display: block;
  box-shadow: 0 0 0 1px #d3d3d3 inset;
  height: 40px;
  width: 20px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #fff;
}
.lr__ftext {
  box-shadow: 0 0 0 1px #d3d3d3 inset;
  height: 30px;
  padding: 0 10px 0 20px;
  line-height: 30px;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}
.cbv:after {
  display: block;
  content: '';
  width: 100%;
  clear: both;
}
.cb {
  overflow: hidden;
}
.cb__menu {
  position: relative;
  height: 25px;
  line-height: 25px;
  background-color: #3d464c;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cb__menu a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.cb__menu span {
  float: left;
  color: #fff;
  margin-left: 1px;
  margin-right: 1px;
}
.cb__menu--dark {
  background-color: #000;
}
.cb__menu--dark .cb__mitem:first-child:before {
  background-color: #212121;
}
.cb__mdelimiter {
  float: left;
  margin-left: 1px;
  margin-right: 1px;
}
.cb__mdelimiter:last-of-type {
  display: none;
}
.cb__mdelimiter--hidden {
  position: absolute;
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  padding: 0;
}
.cb__mitem {
  position: relative;
  display: block;
  color: #fff;
  font-size: 13px;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: skewX(-24deg);
  transform: skewX(-24deg);
  padding: 0 15px 0 13px;
  margin: 0 -5px;
  cursor: pointer;
}
.cb__mitem span {
  -webkit-transform: skewX(24deg);
  transform: skewX(24deg);
}
.cb__mitem:first-child {
  padding-left: 14px;
  padding-right: 15px;
  position: relative;
  left: -1px;
  margin-right: -6px;
}
.cb__mitem:first-child:before {
  content: '';
  display: block !important;
  position: absolute;
  width: 12px;
  height: 100%;
  box-sizing: content-box;
  padding-bottom: 1px;
  background-color: #fff;
  top: 0;
  left: -6px;
  -webkit-transform: skewX(24deg);
  transform: skewX(24deg);
  border: none;
}
.cb__mitem--all {
  position: absolute;
  right: 0;
}
.cb__mitem--strong {
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
  position: absolute;
  right: 0;
  background-color: #e20000;
  box-shadow: 0 0 0 5px #e20000;
  margin: 0;
  padding: 0 15px 0 10px;
}
.cb__mitem--strong:before,
.cb__mitem--strong:after {
  display: none;
}
.cb__mitem:hover,
.cb__mitem.active {
  background-color: #e20000;
}
.cb__mitem:hover:before,
.cb__mitem.active:before {
  border-color: transparent #e20000;
}
.cb__mitem:hover:after,
.cb__mitem.active:after {
  border-color: #e20000 transparent;
}
.cb__mitem:hover .cb__mitext--empty,
.cb__mitem.active .cb__mitext--empty {
  color: #fff;
}
.cb__mitem:first-child:before {
  display: none;
}
.cb__mitext {
  -webkit-transform: skewX(24deg);
  transform: skewX(24deg);
}
.cb__mitext--empty {
  color: #a0a0a0;
}
.cb__mmore {
  position: relative;
  font-size: 13px;
}
.cb__mmore--hidden {
  z-index: -1;
}
.cb__mmore:hover .cb__mmlink {
  background-color: #e20000;
}
.cb__mmore:hover .cb__mmlink--dark {
  box-shadow: 0 -5px 0 0 #212121 inset;
}
.cb__mmore:hover .cb__mmlink:hover {
  opacity: 1;
}
.cb__mmore:hover .cb__mmitems {
  display: block;
}
.cb__mmlink {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;

  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.cb__mmlink:before {
  position: absolute;
  top: 0;
  left: -8px;
  bottom: 0;
  right: auto;
  content: '';
  display: block;
  border-width: 25px 9px 0 0;
  border-style: solid;
  border-color: transparent;
}
.cb__mmlink.active {
  background-color: #e20000;
}
.cb__mmlink.active:before {
  border-color: transparent #e20000;
}
.cb__mmlink--dark.active {
  box-shadow: 0 -5px 0 0 #212121 inset;
}
.cb__mmitems {
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(5px);

  display: none;
  background-color: #3d464c;
  border-radius: 4px;
  z-index: 3;
  margin: 0;
  padding: 0;
  color: #fff;
}
.cb--pmo .cb__mmitems {
  min-width: 150px;
}
.cb__mmitems--dark {
  background-color: #000;
}
.cb__mmitems:before {
  position: absolute;
  top: -5px;
  left: 0;
  display: block;
  height: 5px;
  width: 100%;
  content: '';
  cursor: pointer;
}
.cb__mmitem {
  display: block;
  padding: 0 20px;
  cursor: pointer;
}
.cb__mmitem--ico {
  padding: 0 10px;
}
.cb__mmitem:first-child {
  border-radius: 4px 4px 0 0;
}
.cb__mmitem:last-child {
  border-radius: 0 0 4px 4px;
}
.cb__mmitem.active,
.cb__mmitem:hover {
  background-color: #e20000;
}
.cb__mmtext {
  line-height: 15px;
  padding: 5px 0;
}
.cb--cropper {
  position: relative;
}
.cb--top-matches {
  width: 640px;
  float: left;
}
.cb--top-matches--full,
.cb--top-matches--upcoming,
.cb--top-matches--results {
  width: auto;
  float: none;
}
.cb--top-matches--all {
  box-shadow: 0 0 0 15px rgba(173,216,230,0.3) inset;
}
.cb--recommended-odds {
  margin-top: 9px;
}
.cb--recommended-odds--old {
  margin-top: 9px;
  width: 770px;
  float: left;
}
.cb--virtual-bookmaker {
  width: 540px;
  float: left;
}
.cb--whats-virtual-bookmaker {
  margin-left: 560px;
}
.cb--wvb__medals {
  text-align: center;
}
.cb--wvb__item {
  display: inline-block;
  margin: 0 15px;
}
.cb--top-free-bets {
  padding-bottom: 30px;
}
.cb--flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cb--slus {
  width: 640px;
}
.cb--lr {
  width: 640px;
  float: left;
  margin-bottom: 30px;
}
.cb--lt {
  width: 270px;
  float: right;
  margin-bottom: 30px;
}
.cb--comments {
  clear: both;
}
.cb--twitter {
  float: left;
  width: 330px;
}
.cb--facebook {
  width: 300px;
  margin-left: 350px;
}
.cb--banner__140-300 {
  margin-left: 790px;
}
.cb--banner__930-290 {
  margin: 10px auto;
}
.cb--leagues-live-score {
  margin-bottom: 30px;
}
.cb--static p {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
}
.cb--static h3 {
  margin: 0;
  margin-top: 1.2em;
  font-size: 17px;
}
.cb--static h4 {
  margin: 0;
  margin-top: 1.2em;
  font-size: 15px;
}
.cb__note {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.cb__note a {
  text-decoration: underline;
}
.cb__note a:hover {
  text-decoration: none;
}
@media (max-width: 1299px) {
  .cb__mitem--fop-tm {
    max-width: 100% !important;
  }
}
@media (min-width: 1300px) {
  .cb__mitem--inner {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
  }
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
}
.overlay--dark {
  background-color: rgba(0,0,0,0.3);
}
.overlay--transparent {
  background-color: transparent;
}
.overlay--ptm {
  background-color: transparent;
}
.overlay-transition {
  transition: opacity 0.5s;
}
.overlay-enter,
.overlay-leave {
  opacity: 0;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 11;
}
.popup span {
  display: inline-block;
}
.popup a:hover {
  color: #e20000;
}
.popup--dark {
  background-color: lightglue;
}
.popup-plus {
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -10px;
  margin-left: -10px;
  height: 16px;
  width: 16px;
  background-color: #c5c5c5;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 3px 0 #000;
}
.popup-plus:before,
.popup-plus:after {
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 50%;
  box-shadow: 0 0 0 1px #fff;
  content: '';
}
.popup-plus:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popup-close {
  position: absolute;
  top: -3px;
  right: -3px;
  height: 16px;
  width: 16px;
  background-color: #c5c5c5;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 3px 0 #000;
}
.popup-close--dark {
  background-color: #3a464c;
}
.popup-close:hover {
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 5px 0 #000;
}
.popup-close:before,
.popup-close:after {
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 50%;
  box-shadow: 0 0 0 1px #fff;
  content: '';
}
.popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ptsb {
  width: 320px;
  margin-left: -160px;
  margin-top: -100px;
}
.ptsb__small {
  font-size: 10px;
}
.ptsb__content {
  background-color: #fff;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 3px 0 #000;
  overflow: hidden;
  border-radius: 5px;
}
.ptsb__head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  height: 45px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #b4b4b4;
}
.ptsb__head__left,
.ptsb__head__right {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
}
.ptsb__head__delimiter {
  height: 50px;
  margin: 0 5px;
  width: 1px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  background-color: #b4b4b4;
}
.ptsb__body {
  font-size: 12px;
  padding: 15px 0 5px;
}
.ptsb__item {
  width: 30%;
}
.ptsb__item p {
  margin: 10px 0;
}
.ptsb__item__rate {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
.ptsb__link {
  display: block;
}
.ptsb__footer {
  border-top: 1px solid #b4b4b4;
  font-size: 13px;
  line-height: 45px;
  background-color: #f7f7f7;
}
.ptsb__item {
  display: inline-block;
  font-weight: bold;
}
.ptsb__input {
  font-size: 12px;
  height: 23px;
  width: 45px;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  outline: none;
}
.pconfirm {
  width: 420px;
  margin-left: -210px;
  margin-top: -80px;
}
.pconfirm__content {
  background-color: #fff;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 12px 0 #000;
  opacityverflow: hidden;
  border-radius: 5px;
  padding: 20px;
}
.pconfirm__msg {
  font-size: 16px;
  font-weight: bold;
  margin: 20px auto;
  text-align: center;
}
.pconfirm__btns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.pconfirm__btn {
  line-height: 30px;
  width: 120px;
  text-align: center;
  color: #fff;
  border: none;
  background-color: #e20000;
  border-radius: 4px;
  cursor: pointer;
}
.pconfirm__btn:hover {
  opacity: 0.9;
}
.pconfirm__btn--cancel {
  background-color: #d3d3d3;
}
.pus {
  position: absolute;
  top: 0;
  left: 130px;
  width: 670px;
}
@media (max-width: 1299px) {
  .pus {
    left: 0;
  }
}
.pus__content {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 12px 0 #3d464c;
  overflow: hidden;
  border-radius: 5px;
  padding: 10px 10px 15px 10px;
}
.pus__body {
  padding: 20px 20px 10px 20px;
}
.pus__line {
  margin-bottom: 10px;
}
.psp {
  width: 540px;
  margin-left: -270px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.psp__content {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 12px 0 #3d464c;
  overflow: hidden;
  border-radius: 5px;
  padding-top: 20px;
  padding-bottom: 10px;
}
.psp__body {
  padding-left: 20px;
  padding-right: 20px;
  max-height: 50vh;
  overflow: auto;
}
.psp__line {
  margin-bottom: 10px;
}
.plogin {
  width: 540px;
  margin-left: -270px;
  margin-top: -130px;
}
.plogin__content {
  background-color: #fff;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 12px 0 #000;
  border-radius: 5px;
}
.plogin__head {
  height: 60px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 0 0 #b4b4b4;
}
.plogin__head span {
  line-height: 60px;
}
.plogin__soc {
  display: inline-block;
  margin-left: 15px;
  height: 31px;
  width: 107px;
  vertical-align: middle;
  background-image: #ff69b4;
  background-position: center;
  background-size: 107px 31px;
  bakcground-repeat: no-repeat;
}
.plogin__soc:hover {
  opacity: 0.75;
}
.plogin__soc img {
  display: block;
}
.plogin__soc--fb {
  background-image: url("../img/soc/facebook-2x.png");
}
.plogin__soc--gp {
  background-image: url("../img/soc/google-2x.png");
}
.plogin__soc--tw {
  background-image: url("../img/soc/twitter-2x.png");
}
.plogin__soc--vk {
  background-image: url("../img/soc/vkontakte-2x.png");
}
.plogin__body {
  padding-top: 20px;
}
.plogin__input-wrapper {
  position: relative;
  margin: 0 auto 15px;
  width: 250px;
}
.plogin__input {
  display: block;
  height: 40px;
  font-size: 13px;
  width: 100%;
  padding: 0 10px;
  border: none;
  box-shadow: 0 0 0 1px #b4b4b4;
  border-radius: 4px;
  box-sizing: border-box;
}
.plogin__input:hover,
.plogin__input:focus {
  box-shadow: 0 0 0 1px #add8e6;
}
.plogin__input--error {
  box-shadow: 0 0 0 1px #e20000;
}
.plogin__submit {
  display: block;
  height: 30px;
  width: 120px;
  color: #fff;
  border: none;
  margin: 0 auto;
  background-color: #e20000;
  border-radius: 4px;
  cursor: pointer;
}
.plogin__submit:hover {
  opacity: 0.9;
}
.plogin__submit--disabled {
  background-color: #3d464c;
  opacity: 0.5;
  cursor: default;
}
.plogin__submit--disabled:hover {
  background-color: #3d464c;
  opacity: 0.5;
}
.plogin__links {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 15px;
}
@media (max-width: 550px) {
  .plogin__links {
    flex-flow: column;
    justify-content: center;
    gap: 12px;
  }
}
.plogin__link {
  text-align: center;
  font-size: 13px;
  line-height: 1;
  text-decoration: underline;
}
.plogin__link:hover {
  color: #e20000;
}
.pbug {
  width: 500px;
  margin-left: -250px;
  margin-top: -180px;
}
.pbug input,
.pbug textarea {
  font-size: 13px;
}
.pbug__content {
  background-color: #fff;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 12px 0 #000;
  overflow: hidden;
  border-radius: 5px;
  max-height: 100vh;
  overflow-y: auto;
}
.pbug__head {
  height: 40px;
  background-color: #f7f7f7;
  box-shadow: 0 1px 0 0 #b4b4b4;
  padding: 0 30px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
}
.pbug__body {
  padding: 10px 30px 20px;
}
.pbug__line {
  display: -webkit-flex;
  display: flex;
  min-height: 40px;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.pbug__block {
  position: relative;
  padding: 5px 0;
}
.pbug__radio {
  display: block;
  height: 16px;
  width: 16px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
  box-shadow: 0 0 0 1px #b4b4b4;
  border-radius: 50%;
}
.pbug__radio.checked {
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 0 3px #fff inset, 0 0 0 8px #3d464c inset;
}
.pbug__label {
  margin-right: 10px;
}
.pbug__input {
  display: block;
  height: 40px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0 10px;
  border: none;
  box-shadow: 0 0 0 1px #b4b4b4;
  border-radius: 4px;
}
.pbug__input:hover,
.pbug__input:focus {
  box-shadow: 0 0 0 1px #add8e6;
}
.pbug__textarea {
  display: block;
  height: 75px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  resize: none;
  border: none;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
}
.pbug__textarea:hover,
.pbug__textarea:focus {
  box-shadow: 0 0 0 1px #add8e6;
}
.pbug__ico {
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -19px;
  right: -20px;
  background: transparent url("../img/ico/ico.big.bug-2x.png") center no-repeat;
  background-size: 50px 50px;
}
.pbug__btns {
  position: relative;
  margin-top: 5px;
}
.pbug__send {
  display: block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  width: 120px;
  color: #fff;
  border: none;
  margin: 0 auto;
  background-color: #e20000;
  border-radius: 4px;
}
.pbug__send:hover {
  color: #fff !important;
  opacity: 0.75;
}
.pbug__send--disabled {
  background-color: #b3b3b3;
  cursor: default;
}
.pbug__send--disabled:hover {
  opacity: 1;
}
.pbug__cancel {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  line-height: 30px;
  color: #3d464c;
}
.pbug__success {
  position: absolute;
  top: 41px;
  bottom: 10px;
  left: 0;
  right: 0;
  padding: 60px 40px 0;
  background-color: #fff;
  text-align: center;
}
.pbug__smessage {
  color: #15b400;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.pbug__sicon {
  display: inline-block;
  height: 128px;
  width: 128px;
  margin-bottom: 30px;
  background: transparent url("../img/ico/success-2x.png") 0 0 no-repeat;
  background-size: cover;
}
.ptm {
  min-width: 290px;
}
.ptm__content {
  box-shadow: 0 0 3px 0 #000;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
  background-color: #fff;
}
.ptm__title {
  position: relative;
  line-height: 25px;
  color: #fff;
  background-color: #3a464c;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px;
}
.ptm__title-text {
  color: #00f;
  position: absolute;
  line-height: 25px;
  white-space: nowrap;
  z-index: 1;
}
.ptm__items {
  padding: 12px 10px 3px 10px;
}
.ptm__items--green {
  color: #fff;
  background-color: #017c5d;
  padding: 10px;
  margin-bottom: -10px;
}
.ptm__item {
  display: -webkit-flex !important;
  display: flex !important;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  letter-spacing: -1em;
  white-space: nowrap;
  height: 25px;
  line-height: 25px;
}
.ptm__item:hover .ptm__btn {
  color: #fff;
  background-color: #e20000;
  border-color: #e20000;
}
.ptm__item:hover .ptm__btn--green {
  background-color: #fff;
  border-color: #fff;
  color: #017c5d;
}
.ptm__item--green {
  white-space: normal;
  line-height: inherit;
  height: auto;
}
.ptm__banner {
  height: 24px;
  width: 84px;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 5px;
}
.ptm__banner--make-bet {
  height: auto;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  margin-right: 5px !important;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.ptm__img {
  display: block !important;
  height: 24px;
  width: 84px;
}
.ptm__img--dummy {
  background-color: #eee;
  border-radius: 4px;
}
.ptm__rate {
  width: 75px;
  text-align: center;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: bold;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.ptm__rate--green {
  color: #fff;
  font-size: 18px;
}
.ptm__dummy {
  background-color: #eee;
  line-height: 14px;
  width: 30px;
  border-radius: 4px;
}
.ptm__btn {
  letter-spacing: 0;
  min-width: 90px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #a6a6a6;
  border-radius: 4px;
  margin-left: 2px;
  margin-right: 2px;
  white-space: nowrap;
  padding: 0 15px;
  box-sizing: border-box;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.ptm__btn--green {
  color: #fff;
  padding: 5px 10px;
  line-height: 14px;
  border-color: #fff;
}
.pls {
  position: absolute;
  box-sizing: border-box;
  width: auto;
  max-width: none;
}
.pls__extra:before,
.pls__extra:after {
  display: block;
  content: '';
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-top: 1px solid #d3d3d3;
}
.pls__extra:before {
  margin-right: 10px;
}
.pls__extra:after {
  margin-left: 10px;
}
.pls__content {
  display: inline-block;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 3px 0 #000;
  border-radius: 5px;
  box-sizing: border-box;
  background-color: #fff;
  background-color: #fff;
  padding: 10px 20px 0;
}
.pls__teams {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.pls__info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin-bottom: 25px;
}
.pls__set {
  color: #e20000;
}
.pls__img-wrapper {
  height: 42px;
  width: 42px;
}
.pls__img {
  height: 42px;
  width: 42px;
}
.pls__center {
  margin: 0 20px;
  position: relative;
}
.pls__center--gray .pls__score {
  background-color: #3d464d;
}
.pls__center--gray .pls__time {
  background-color: #939393;
}
.pls__str {
  padding: 0 5px;
  border-radius: 4px;
  line-height: 15px;
}
.pls__ico {
  height: 15px;
  width: 15px;
  background-color: #3d464d;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  position: absolute;
  top: 4px;
}
.pls__ico--str {
  width: auto;
  border-radius: 6px;
}
.pls__ico--live {
  background-color: #e20000;
}
.pls__ico--dleft {
  right: 100%;
  margin-right: 10px;
}
.pls__ico--left {
  left: -8px;
}
.pls__ico--right {
  right: -8px;
}
.pls__ico--dright {
  left: 100%;
  margin-left: 10px;
}
.pls__ico--up {
  background-image: url("/img/svg/ico.up.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pls__series:hover,
.pls__series:focus {
  color: #e20000;
}
.pls__score,
.pls__time {
  color: #fff;
  min-width: 80px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.pls__score {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 27px;
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  border-radius: 5px 5px 0 0;
  background-color: #e20000;
  border-bottom: 2px solid #fff;
}
.pls__score--disabled {
  background-color: #3d464c;
}
.pls__scorecolon {
  padding-right: 2px;
  margin-top: -2px;
}
.pls__animate {
  -webkit-animation: dots 2s infinite steps(15);
  animation: dots 2s infinite steps(15);
}
.pls__time {
  border-radius: 0 0 5px 5px;
  background-color: #3d464c;
  font-size: 12px;
  line-height: 17px;
  height: 17px;
}
.pls__wide {
  margin: 0 -20px;
  padding: 10px 20px;
  background-color: #f2f2f2;
}
.pls__descr {
  text-align: left;
  font-size: 12px;
  line-height: 1;
  white-space: none;
  font-weight: bold;
}
.pls__to-match {
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 16px;
  background-color: #e20000;
  padding: 0 5px;
  border-radius: 4px;
}
.pls__to-match:hover {
  background-color: #c5c5c5;
}
.pls__to-match:hover span {
  color: #fff;
}
.pls__to-match--gray {
  background-color: #3d464d;
}
.pls__to-match--gray:hover {
  background-color: #e20000;
}
.pls__events {
  -webkit-columns: 2;
  columns: 2;
  padding-top: 5px;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.pls__event {
  height: 22px;
  box-sizing: border-box;
  padding-right: 5px;
  white-space: nowrap;
  overflow: hidden;
}
.pls__event-ico {
  height: 14px;
  width: 16px;
  vertical-align: middle;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 14px;
}
.pls__event-ico--ball {
  background-image: url("../img/ico/ico.15.ball.png");
}
.pls__event-ico--red {
  background-image: url("../img/ico/ico.15.red.png");
}
.pls__event-ico--yellow {
  background-image: url("../img/ico/ico.15.yell.png");
}
.pls__event-ico--yellow-red {
  background-image: url("../img/ico/ico.15.yell-red.png");
}
.pls__event-text {
  font-size: 12px;
  vertical-align: middle;
}
.pls__comments {
  color: #858585;
  font-size: 12px;
}
.pls__items {
  text-align: center;
  padding-top: 10px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.pls__item {
  text-align: center;
  width: 30%;
}
.pls__item__rate {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.js-popup-parent {
  position: relative;
}
.total {
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  min-width: 150px;
  background-color: #fff;
  text-align: center;
  z-index: 3;
}
.total__table {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 5px 1px rgba(0,0,0,0.3);
}
.total__title {
  color: #36444b;
  font-size: 12px;
  font-weight: bold;
  padding: 0 10px;
}
.total__cell {
  font-size: 11px;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  width: 34px;
  cursor: pointer;
}
.total__cell:hover {
  color: #e20000;
}
.total__title {
  color: #36444b;
  font-size: 12px;
  font-weight: bold;
  height: 22px;
  line-height: 22px;
  background-color: #f7f7f7;
  box-shadow: 0 0 0 1px rgba(180,180,180,0.5);
}
.total__key {
  font-size: 11px;
  font-weight: normal;
  float: left;
  height: 22px;
  line-height: 22px;
  width: 33.333333333%;
  cursor: pointer;
  box-shadow: 0 0 0 1px rgba(180,180,180,0.5);
}
.total__key--current,
.total__key:hover {
  color: #e20000;
}
.total-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.3);
  z-index: 2;
}
.age {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.75);
}
.age__block {
  background-color: #fff;
  padding: 15px 50px;
  border-radius: 8px;
}
.age__btn {
  background-color: #d3d3d3;
  line-height: 30px;
  padding: 0 20px;
  border-radius: 8px;
  margin: 0 10px;
}
.age__btn:hover {
  opacity: 0.75;
}
.age__btn--dark {
  color: #fff;
  background-color: #36444b;
}
.cb--news {
  transition: opacity 1s;
}
.cb--news:after {
  display: block;
  clear: both;
  content: '';
  width: 100%;
}
.cb--news__item {
  position: relative;
  float: left;
  height: 100px;
  width: 200px;
  margin-left: 43px;
  margin-bottom: 10px;
  background-color: #f2f2f2;
}
.cb--news__item:nth-child(4n+1) {
  margin-left: 0;
}
.cb--news__item:hover {
  opacity: 0.9;
}
.cb--news__link {
  display: block;
  height: 100%;
  width: 100%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cb--news__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
  font-weight: bold;
  padding: 3px 5px;
  background-color: rgba(0,0,0,0.75);
  transition: opacity 1s;
}
.cat__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.cat__wrapper {
  display: inline-block;
  position: relative;
  box-shadow: 0 0 0 1px #e20000;
}
.cat__current {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  margin: 0;
  font-size: 13px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 0 0 1px #d3d3d3;
}
.cat__current:hover,
.cat__current.active {
  color: #fff;
  background-color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
}
.cat__current:hover:after,
.cat__current.active:after {
  border-color: #fff transparent;
}
.cat__current:after {
  display: inline-block;
  content: '';
  height: 0;
  width: 0;
  margin: 0 0 0 3px;
  top: 0;
  border-width: 6px 5px 0px;
  border-style: solid;
  border-color: #8c8c8c transparent;
}
.cat__list {
  position: absolute;
  top: 100%;
  right: 0;
  padding: 5px 0;
  white-space: nowrap;
  margin-top: 8px;
  box-shadow: 0 0 0 1px #ccc;
  border-radius: 4px;
  background-color: #fff;
  z-index: 4;
}
.cat__list:before,
.cat__list:after {
  display: block;
  position: absolute;
  content: '';
}
.cat__list:before {
  right: 9px;
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.cat__list:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  right: 10px;
}
.cat__item {
  display: block;
  line-height: 24px;
  padding: 0 10px;
}
.cat__item:hover {
  color: #fff;
  background-color: #e20000;
  box-shadow: 1px 0 0 0 #e20000, -1px 0 0 0 #e20000;
}
tr.dropdown {
  font-size: 12px;
}
tr.dropdown td {
  padding: 0;
}
.dd__container {
  height: 17px;
  text-align: center;
  padding: 0 10px;
}
.dd__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: 2;
}
.dd__filter {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  text-align: left;
  z-index: 2;
}
.dd__current {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin: 0;
  padding: 0 5px 0 9px;
  border-bottom: 1px solid #b4b4b4;
  z-index: 2;
  white-space: nowrap;
  color: #3d464c;
}
.dd__current .dsc:hover,
.dd__current .asc:hover {
  opacity: 1;
}
.dd__current:hover {
  color: #e20000;
}
.dd__current--disabled {
  cursor: default;
}
.dd__current--disabled:hover {
  color: #3d464c;
}
.dd__current--fixed:hover {
  color: #3d464c;
}
.dd__current:before,
.dd__current:after {
  position: absolute;
  top: -1px;
  display: block;
  content: '';
  height: 22px;
  width: 1px;
  background-color: #b4b4b4;
}
.dd__current:before {
  left: -4px;
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.dd__current:after {
  right: -4px;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
}
.dd__items {
  position: absolute;
  top: 20px;
  left: 0;
  padding: 5px 10px;
  white-space: nowrap;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  background-color: #fff;
}
.dd__item {
  display: block !important;
  line-height: 1.5;
  color: #3d464c !important;
}
.dd__item:hover {
  color: #e20000 !important;
}
.sel__container {
  font-size: 12px;
  cursor: pointer;
}
.sel__container:hover .sel__list {
  display: block;
}
.sel__container:hover .sel__current:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sel__current {
  line-height: 27px;
  padding: 0 10px;
  box-shadow: 0 0 0 1px #d3d3d3;
  width: 100px;
}
.sel__current:after {
  display: block;
  content: '';
  height: 0;
  width: 0;
  margin-left: auto;
  border-width: 6px 5px 0;
  border-style: solid;
  border-color: #8c8c8c transparent;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.sel__ico {
  height: 14px;
  width: 14px;
  margin-right: 10px;
}
.sel__list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 1px;
  box-shadow: 0 0 0 1px #d3d3d3;
  background-color: #fff;
}
.sel__option {
  line-height: 27px;
  padding: 0 10px;
  cursor: pointer;
}
.sel__option:hover {
  background-color: #f2f2f2;
}
.sb {
  font-size: 12px;
}
.sb p {
  margin: 5px 0;
}
.sb__type-of-bet {
  width: 110px;
}
.sb__total-stake {
  font-weight: bold;
  width: 95px;
}
.sb__bookmakers {
  width: 515px;
  padding: 3px 0;
}
.sb__sure-return {
  text-align: center;
  width: 130px;
}
.sb__line {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 25px;
  line-height: 25px;
  width: auto;
}
.sb__line--fop {
  margin: 0 !important;
  -webkit-align-items: center;
  align-items: center;
}
.sb__teams {
  font-size: 13px;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sb__item {
  width: 32%;
  display: inline-block;
  font-weight: bold;
}
.sb__item__link {
  display: -webkit-inline-flex !important;
  display: inline-flex !important;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.sb__item__inp {
  position: absolute;
  bottom: 0;
  height: 25px;
  left: 90px;
}
.sb__item--relative {
  position: relative;
}
.sb__item--fixed {
  width: 165px;
}
.sb__item--fixed:first-child,
.sb__item--fixed:last-child {
  width: 200px;
}
.sb__item--fixed:nth-child(3),
.sb__item--fixed:nth-last-child(3) {
  width: 165px;
}
.sb__item__rate {
  display: block;
  margin-bottom: 5px;
  padding-left: 15px;
  font-weight: bold;
}
.sb__item__rate:before {
  position: relative;
  top: -2px;
  margin-right: 3px;
  display: inline-block;
  content: 'â—';
  height: 14px;
  width: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 7px;
  background-color: #00f;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.sb__input {
  font-size: 12px;
  height: 23px;
  width: 45px;
  padding: 0;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #c1c1c1;
  outline: none;
}
@media (max-width: 1299px) {
  .sb__sure-return {
    width: 150px;
  }
  .sb__bookmakers {
    width: 240px;
    padding: 0;
  }
  .sb__line {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .sb__line--fop {
    min-width: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 0 !important;
  }
  .sb__item__link {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .sb__item__inp {
    left: 140px;
    top: 5px;
    bottom: auto;
  }
  .sb__item--fixed {
    width: 220px;
  }
  .sb__item--fixed:first-child,
  .sb__item--fixed:last-child,
  .sb__item--fixed:nth-child(3),
  .sb__item--fixed:nth-last-child(3) {
    width: 220px;
  }
  .sb__item__rate {
    width: 50px;
  }
  .sb__item__rate--narrow {
    width: 35px;
    padding-left: 5px;
  }
  .sb__item__rate--narrow:before {
    position: absolute;
    top: 10px;
    right: 100%;
  }
}
.comments--dark {
  color: #fff;
}
.comments--dark .c__follow {
  color: #fff;
}
.comments--dark .c__ftextarea {
  background-color: #263237;
  color: #fff;
}
.comments--dark .c__name {
  color: #fff;
}
.comments--dark .c__content--new {
  background-color: #3d464c;
  box-shadow: 0 0 0 10px #3d464c;
}
.c__head {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.c__filter {
  position: relative;
  text-align: right;
}
.c__filter:hover .c__filter__items {
  display: block;
}
.c__filter__items {
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 0 7px 0px #b4b4b4;
  border-radius: 3px;
  z-index: 1;
}
.c__filter__items:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 10px;
  content: '';
}
.c__filter__item {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
}
.c__filter__item:first-child {
  border-radius: 3px 3px 0 0;
}
.c__filter__item:last-child {
  border-radius: 0 0 3px 3px;
}
.c__filter__item:hover {
  color: #fff;
  background-color: #35454c;
}
.c__row {
  clear: both;
  margin-bottom: 15px;
}
.c__avatar {
  height: 50px;
  width: 50px;
  float: left;
}
.c__avatar--empty {
  border-radius: 50%;
  background-color: #d3d3d3;
}
.c__avatar__img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.c__block {
  margin-left: 65px;
}
.c__block:hover &gt; .c__top &gt; .c__buttons {
  display: block;
}
.c__block .c__row .c__avatar {
  height: 35px;
  width: 35px;
}
.c__block .c__row .c__avatar img {
  height: auto;
  max-width: 100%;
}
.c__block .c__row .c__block {
  margin-left: 50px;
}
.c__top {
  height: 20px;
  margin-bottom: 2px;
}
.c__name {
  margin-bottom: 15px;
  font-weight: bold;
  margin-right: 10px;
}
.c__admin {
  background: #e20000;
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  font-weight: 700;
  padding: 2px 4px 2px 4px;
  margin-right: 12px;
  border-radius: 4px;
}
.c__time {
  color: #9d9d9d;
}
.c__answer {
  color: #9d9d9d;
  margin-right: 20px;
}
.c__answer:hover {
  color: #e20000;
}
.c__report {
  color: #9d9d9d;
  margin-right: 20px;
}
.c__report:hover {
  color: #e20000;
}
.c__buttons {
  display: none;
  float: right;
}
.c__content {
  background-color: transparent;
  box-shadow: 0 0 0 10px transparent;
  margin-bottom: 20px;
  line-height: 20px;
  transition: all 3s;
}
.c__content:hover .c__buttons {
  display: block;
}
.c__content--new {
  background-color: #fff3c9;
  border-radius: 1px;
  box-shadow: 0 0 0 10px #fff3c9;
}
.c__content a {
  text-decoration: underline;
}
.c__content a:hover {
  color: #e20000;
  text-decoration: none;
}
.c__text {
  overflow: hidden;
  font-size: 14px;
}
.c__form {
  position: relative;
  text-align: right;
  margin-bottom: 20px;
}
.c__pseudo-form {
  overflow: hidden;
  box-shadow: 0 0 0 2px #d3d3d3;
  border-radius: 5px;
  font-size: 0;
  text-align: left;
  margin-bottom: 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.c__signup,
.c__login {
  display: inline-block;
  color: #fff;
  font-size: 15px;
  background-color: #e20000;
  line-height: 45px;
  padding: 0 20px;
  border-right: 3px solid #d3d3d3;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.c__signup {
  margin-left: -10px;
  padding-left: 23px;
}
.c__descr {
  color: #d3d3d3;
  font-size: 15px;
  margin-left: 20px;
  line-height: 0.9;
}
.c__ftextarea {
  width: 100%;
  height: 73px;
  overflow: hidden;
  box-sizing: border-box;
  border: none;
  box-shadow: 0 0 0 2px #d3d3d3;
  border-radius: 5px;
  resize: none;
  font-size: 15px;
  padding: 10px 10px 25px;
  transition: box-shadow 3s;
}
.c__ftextarea--attention {
  box-shadow: 0 0 0 2px #e20000;
  transition: box-shadow 1s;
}
.c__ftextarea[disabled] {
  background-color: #f2f2f2;
  box-shadow: 0 0 0 2px #d3d3d3;
}
.c__btn {
  display: inline-block;
  background-color: #e20000;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 20px;
  margin-top: 5px;
  cursor: pointer;
  border-radius: 4px;
}
.c__btn:hover {
  opacity: 0.75;
}
.c__btn:active {
  opacity: 1;
}
.c__btn--disabled {
  background-color: #cbcbcb;
}
.c__btn--disabled:hover,
.c__btn--disabled:active {
  opacity: 1;
}
.c__all {
  text-align: center;
  overflow: hidden;
}
.c__all__btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
  height: 20px;
  padding: 0 15px;
  border-radius: 3px;
  background-color: #a7a7a7;
}
.c__all__btn:before,
.c__all__btn:after {
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  margin-right: 10px;
  border-bottom: 1px solid #a7a7a7;
  width: 450px;
  content: '';
}
.c__all__btn:after {
  right: auto;
  left: 100%;
  margin-left: 10px;
}
.c__all__btn:hover {
  background-color: #e20000;
}
.c__renew {
  float: left;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 4px;
}
.c__renew-wrapper {
  margin: 0 -5px;
}
.c__renew-ico {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  background: transparent url("../img/ico/ico.reload.png") center no-repeat;
}
.c__renew-button {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 0 12px;
  display: inline-block;
  cursor: pointer;
}
.c__renew-button--left {
  background-color: #3d464c;
}
.c__renew-button--right {
  background-color: #a6a6a6;
}
.ls--loading {
  opacity: 0.3;
}
.ls__menu {
  position: relative;
  height: 25px;
  margin-bottom: 5px;
}
.ls__menu--rendering {
  opacity: 0;
}
.ls__menu__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 40px;
  height: 25px;
  margin: 0;
  padding: 0;
}
.ls__menu__item {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  box-shadow: 0 0 0 1px #c1c1c1;
  margin-right: 10px;
  padding: 0 10px;
  cursor: pointer;
  font-size: 13px;
  max-width: 230px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ls__menu__item--current,
.ls__menu__item:hover {
  color: #fff;
  background-color: #e20000;
}
.ls__more {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
}
.ls__more__dots {
  font-size: 14px;
  padding: 2px 5px 0;
  letter-spacing: -1em;
  cursor: pointer;
}
.ls__more__dots i {
  display: inline-block;
  height: 6px;
  width: 6px;
  margin: 0 1px;
  border-radius: 3px;
  background-color: #868b8e;
}
.ls__submenu {
  position: absolute;
  top: 8px;
  right: 0;
  margin: 0;
  background-color: #fff;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #c1c1c1;
  z-index: 2;
}
.ls__submenu--dark {
  background-color: #000;
}
.ls__submenu__item {
  font-size: 13px;
  display: block;
  line-height: 25px;
  padding: 0 15px;
  cursor: pointer;
  border-radius: 5px;
  box-sizing: border-box;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ls__submenu__item:hover {
  color: #fff;
  background-color: #3d474d;
}
.ls__tooltip {
  display: none;
  position: absolute;
  top: -4px;
  right: -6px;
  background-color: #fff;
  margin: 0;
  width: auto;
  padding: 5px;
  box-shadow: 0 0 4px 1px rgba(180,180,180,0.5), 0 0 0 1px rgba(180,180,180,0.5);
  border-radius: 4px;
  z-index: 1;
}
.ls__tooltip--dark {
  color: #fff;
  background-color: #000;
}
.ls__thead {
  display: -webkit-flex;
  display: flex;
  padding: 5px;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
}
.ls__title {
  font-size: 13px;
  font-weight: bold;
  padding-left: 5px;
}
.ls__row {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  border-bottom: 1px solid #d3d3d3;
}
.ls__row:hover .ls__tooltip {
  display: block;
}
.ls__row--link:hover {
  color: #e20000;
}
.ls__row img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.ls__left {
  width: 90px;
  text-align: right;
}
.ls__right {
  width: 90px;
}
.ls__score {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  font-weight: bold;
}
.ls__img {
  height: 18px;
  width: 18px;
  margin: 0 5px;
}
.conf__block {
  text-align: center;
}
.conf__ico {
  display: block;
  margin: 5px auto 20px;
  height: 128px;
  width: 128px;
}
.conf__ico--err {
  background: transparent url("/img/ico/ico.error.png") center no-repeat;
}
.conf__ico--ok {
  background: transparent url("/img/ico/ico.ok.png") center no-repeat;
}
.conf__status {
  margin-bottom: 10px;
  font-weight: bold;
  margin-bottom: 20px;
}
.conf__status--err {
  color: #e20000;
}
.conf__status--ok {
  color: #15b400;
}
.conf__strong {
  font-weight: bold;
}
.conf__message {
  margin-bottom: 45px;
}
.conf__underline {
  text-decoration: underline;
}
.po__scroll {
  overflow-x: auto;
}
.po__grid {
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  line-height: 1.5;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: 50px;
}
.po__tables {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.po__stitle {
  position: absolute;
  bottom: 100%;
  margin-bottom: 4px;
  left: 5px;
  font-weight: bold;
  white-space: nowrap;
}
.po__sect {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.po__sect--final {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  height: 292px;
}
.po__sect--final_2 {
  height: 322px;
}
.po__sect--final_4 {
  height: 456px;
}
.po__sect--final_8 {
  height: 530px;
}
.po__sect--small {
  height: 255px;
}
.po__sect--sb {
  height: 380px;
}
.po__joint {
  padding: 27px 0;
  width: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  box-sizing: border-box;
}
.po__joint--lev0 {
  height: 322px;
}
.po__joint--lev0 .po__arrows {
  height: 100%;
}
.po__joint--lev1 {
  height: 456px;
}
.po__joint--lev1 .po__arrows {
  height: 134px;
}
.po__joint--lev2 {
  height: 530px;
}
.po__joint--sb {
  height: 380px;
}
.po__joint--sb .po__arrows {
  height: 110px;
}
.po__joint--separate {
  position: relative;
}
.po__joint--separate .po__arrows {
  display: none;
}
.po__joint--separate:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  display: block;
  width: 0;
  border-left: 1px dashed #d3d3d3;
  content: '';
}
.po__joint--none .po__arrows {
  display: none;
}
.po__arrows {
  position: relative;
  height: 68px;
  width: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #d3d3d3;
  border-left: none;
}
.po__arrows:after {
  position: absolute;
  top: 50%;
  left: 100%;
  height: 1px;
  width: 100%;
  background-color: #d3d3d3;
  content: '';
}
.po__arrows--sb:after {
  display: none;
}
.po__block {
  position: relative;
  box-shadow: 0 0 0 1px #d3d3d3;
  border-radius: 7px;
  width: 100%;
  height: 54px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 10px;
  box-sizing: border-box;
}
.po__block--hover:hover {
  color: #e20000;
}
.po__block--hover:hover .po__glink {
  color: #e20000;
}
.po__block--live {
  color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
}
.po__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 6px;
}
.po__gtitle {
  position: absolute;
  bottom: 100%;
  margin-bottom: 4px;
  left: 5px;
  font-weight: bold;
  white-space: nowrap;
}
.po__gline {
  box-shadow: 0 0 0 1px rgba(0,0,0,0.2);
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.po__gline--active {
  color: #e20000;
}
.po__gline--active .po__gscore {
  color: #e20000;
}
.po__gline--gray {
  color: #999;
}
.po__gcontent {
  display: -webkit-flex;
  display: flex;
}
.po__gcontent--active {
  color: #e20000;
}
.po__gcontent--active .po__gscr {
  color: #e20000;
}
.po__gteams {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  overflow: hidden;
}
.po__gteamline {
  height: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.po__glink {
  padding-left: 5px;
  padding-right: 5px;
}
.po__glink--total {
  display: none;
}
.po__glink--slim {
  padding-left: 3px;
  padding-right: 3px;
  text-align: center;
}
.po__glink:hover {
  color: #e20000;
}
.po__gscr {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 24px;
  font-weight: bold;
}
.po__gimg {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.po__gimg--null {
  border-radius: 50%;
  background-color: #d3d3d3;
  box-shadow: 0 0 0 2px #fff inset;
}
.po__gteam {
  margin-left: 5px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.po__gteam--gray {
  color: #999;
}
.po__gteam--win {
  font-weight: bold;
}
.po__gscore {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 24px;
  width: 20px;
  font-weight: bold;
  padding-left: 5px;
}
.po__gscore--active {
  color: #e20000;
}
.po__gplace {
  color: #d3d3d3;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 5px 5px;
  font-size: 13px;
  line-height: 15px;
}
.po__gplace--inside {
  position: static;
}
.po__glive {
  position: absolute;
  bottom: 100%;
  right: 5px;
  color: #e20000;
}
.po__tsect {
  width: 450px;
}
.po__table {
  margin-bottom: 10px;
}
.po__ttitle {
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  position: relative;
  border-bottom: 1px solid #d3d3d3;
}
.po__tdate {
  width: 50px;
}
.po__tmatch {
  text-align: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.po__trow {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 32px;
}
.po__trow:hover {
  color: #e20000;
}
.po__ttime {
  width: 50px;
  font-weight: bold;
  white-space: nowrap;
}
.po__tteam {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.po__tteam--win {
  font-weight: bold;
}
.po__tteam--first {
  text-align: right;
}
.po__tscore {
  width: 50px;
  text-align: center;
}
.po__timg {
  height: 18px;
  width: 18px;
  margin: 0 2px;
}
.po__all {
  text-align: center;
  overflow: hidden;
}
.po__all-btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  height: 18px;
  padding: 0 15px;
  border-radius: 3px;
  background-color: #a7a7a7;
  cursor: pointer;
}
.po__all-btn:before,
.po__all-btn:after {
  position: absolute;
  top: 50%;
  right: 100%;
  left: auto;
  margin-right: 10px;
  border-bottom: 1px solid #a7a7a7;
  width: 450px;
  content: '';
}
.po__all-btn:after {
  right: auto;
  left: 100%;
  margin-left: 10px;
}
.po__all-btn:hover {
  background-color: #e20000;
}
.po__sb {
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  line-height: 1.5;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-top: 40px;
  margin-bottom: 50px;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1299px) {
  .po__tsect {
    width: 100%;
  }
  .po__tteam {
    width: 250px;
  }
  .po__joint {
    width: 30px;
    flex-shrink: 0;
  }
  .po__block--short {
    width: 90px;
  }
  .po__block--short .po__gimg {
    margin-right: auto;
  }
  .po__block--short .po__gteam {
    display: none;
  }
  .po__block--short .po__gplace--hidden {
    display: none;
  }
  .po__block--short .po__glink--hastotal {
    color: #00f;
    display: none;
  }
  .po__block--short .po__glink--total {
    display: block;
  }
  .po__block--short .po__glink:not(:nth-last-child(-n+2)) {
    display: none;
  }
}
.ss-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  float: left;
}
.ss-content {
  height: 100%;
  width: calc(100% + 18px);
  padding: 0 18px 0 0;
  position: relative;
  right: -18px;
  left: 0;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
}
.ss-content.rtl {
  width: calc(100% + 18px);
  right: auto;
}
.ss-scroll {
  position: relative;
  background: #fff;
  width: 5px;
  border-radius: 4px;
  top: 0;
  z-index: 3;
  cursor: pointer;
  transition: opacity 0.25s linear;
  margin-left: -1px;
  margin-top: 1px;
}
.ss-hidden {
  display: none;
}
.ss-container {
  overflow: hidden;
  width: 300px;
}
.ss-container:hover .ss-scroll {
  opacity: 1;
}
.ss-container:active .ss-scroll {
  opacity: 1;
}
.ss-grabbed {
  -o-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.bn {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  color: #fff;
  width: 270px;
  margin-bottom: 5px;
  padding: 10px 0;
  border-radius: 4px;
}
.bn__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bn__top {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}
.bn__sponsored {
  font-size: 12px;
  margin-bottom: 5px;
}
.bn__book {
  height: 60px;
  width: 200px;
}
.bn__middle {
  padding: 0 20px;
  margin-bottom: 15px;
  text-align: center;
}
.bn__title {
  margin-bottom: 5px;
}
.bn__starts {
  font-size: 12px;
}
.bn__team {
  font-size: 24px;
  font-weight: bold;
}
.bn__hr {
  border: none;
  margin: 0;
  height: 20px;
}
.bn__rtitle {
  font-size: 11px;
  margin-bottom: 10px;
  text-align: center;
}
.bn__rate {
  position: relative;
  z-index: 1;
  color: inherit;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.bn__rate:hover,
.bn__rate:focus,
.bn__rate:active {
  text-decoration: none;
  color: inherit;
}
.bn__rate:hover {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.bn__rtype {
  height: 20px;
  width: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
  border-radius: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 10px;
  margin-right: 5px;
}
.bn__rval {
  font-size: 30px;
  font-weight: bold;
  line-height: 34px;
}
.bn__descr {
  font-size: 10px;
}
.sf {
  width: 640px;
}
.sf__tabs {
  margin-top: 10px;
  margin-bottom: 30px;
  display: -webkit-flex;
  display: flex;
}
.sf__tab {
  padding: 7px 15px;
  font-size: 13px;
  line-height: 1.1;
  color: #36444b;
  border: 1px solid #d3d3d3;
  margin-right: 18px;
  cursor: pointer;
  text-align: center;
}
.sf__tab--current {
  cursor: default;
}
.sf__tab--current,
.sf__tab:hover {
  background-color: #e20000;
  color: #fff;
  border-color: #e20000;
}
.sf__container {
  position: relative;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sf__container-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 640px;

  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sf__player1,
.sf__player2 {
  position: absolute;
  width: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sf__player1 {
  margin-left: -20px;
  margin-top: -20px;
}
.sf__player2 {
  margin-right: -20px;
  margin-top: -20px;
}
.sf__num {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
.sf__name {
  position: absolute;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  top: 100%;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.sf__team1,
.sf__team2 {
  position: absolute;
  top: -10px;
  background-color: #fff;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.sf__team1 {
  left: -10px;
}
.sf__team2 {
  right: -10px;
}
.sf__logo {
  height: 40px;
  width: 40px;
  display: block;
}
.sf__stadium {
  font-size: 14px;
  font-weight: normal;
}
.cm__head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 27px;
  font-size: 12px;
  color: #a0a0a0;
  font-weight: bold;
}
.cm__empty {
  padding: 10px 20px 20px;
  text-align: center;
}
.cm__row {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  display: -webkit-flex;
  display: flex;
  height: 60px;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 30px;
}
.cm__hrates {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 180px;
  margin-left: auto;
  margin-right: 120px;
}
.cm__hrates--sp {
  margin-right: 200px;
}
.cm__hrate {
  text-align: center;
  width: 30%;
}
.cm__time {
  width: 75px;
  margin-right: 5px;
  font-size: 12px;
  font-weight: bold;
}
.cm__icons {
  display: -webkit-flex;
  display: flex;
}
.cm__ico {
  height: 27px;
  width: 27px;
  margin-right: 5px;
}
.cm__links {
  width: 210px;
  margin-right: 5px;
}
.cm__teams {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
}
.cm__teams:hover {
  color: #e20000;
}
.cm__teams--sp {
  color: #fff;
}
.cm__league {
  display: block;
  font-size: 12px;
  line-height: 15px;
}
.cm__league:hover {
  color: #e20000;
}
.cm__league--sp {
  color: #fff;
}
.cm__block {
  position: relative;
  box-shadow: 0 0 0 1px #000 inset;
  width: 170px;
}
.cm__pb {
  margin: 0 auto;
  position: relative;
  line-height: 24px;
  height: 24px;
  width: 71px;
  background-color: #087b5e;
  background-image: url("/img/odds_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 9px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px 0 0 4px;
  cursor: default;
}
.cm__pb:hover {
  opacity: 1;
}
.cm__pb:after {
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  border-width: 12px 0 12px 7px;
  border-style: solid;
  border-color: transparent #087b5e;
}
.cm__rates {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-direction: row;
  flex-direction: row;
  font-size: 12px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  width: 180px;
}
.cm__item {
  width: 30%;
  text-align: center;
}
.cm__rate {
  line-height: 22px;
  border-radius: 3px;
  padding: 0 7px;
}
.cm__rate:hover,
.cm__rate.active {
  background-color: #097b5e;
  color: #fff;
}
.cm__rate--dark:hover,
.cm__rate--dark.active {
  box-shadow: 0 0 0 1px #fff;
}
.cm__pc {
  color: #b3b3b3;
}
.cm__bnrs {
  width: 120px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cm__bnrs--sp {
  width: 200px;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cm__b {
  height: 18px;
  width: 64px;
  line-height: 18px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  border-radius: 4px;
  margin: 3px;
}
.cm__b--tip {
  background-color: #36444b;
}
.cm__b--bonus {
  background-color: #007c5c;
}
.cm__note {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 45px;
  font-size: 14px;
  line-height: 17px;
  border-radius: 4px;
  color: #fff;
  background-color: #007c5c;
  margin-bottom: 5px;
  padding: 0 25px 0 20px;
}
.cm__note--dark {
  box-shadow: 0 0 0 1px #fff;
}
.cm__pbico {
  position: relative;
  height: 24px;
  width: 71px;
  margin-left: 10px;
  background-color: #087b5e;
  background-image: url("/img/odds_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 9px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #fff;
  border-right: none;
}
.cm__pbico:before,
.cm__pbico:after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  content: '';
}
.cm__pbico:before {
  top: -1px;
  border-width: 13px 0 13px 7px;
  border-style: solid;
  border-color: transparent #fff;
}
.cm__pbico:after {
  border-width: 12px 0 12px 6px;
  border-style: solid;
  border-color: transparent #087b5e;
}
.cm__prizes {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: -14px;
  margin-bottom: 15px;
}
.cm__half {
  width: 455px;
}
.prz__row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
  height: 35px;
  background-color: #36444b;
  margin-bottom: 8px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.prz__row:nth-child(2) {
  background-color: #4b565e;
}
.prz__row:nth-child(3) {
  background-color: #5e6970;
}
.prz__row:nth-child(4) {
  background-color: #727c81;
}
.prz__row:nth-child(5) {
  background-color: #868f93;
}
.prz__row:first-child {
  border-radius: 4px 4px 0 0;
}
.prz__row:last-child {
  border-radius: 0 0 4px 4px;
}
.prz__row--inv {
  background-color: #39444a;
}
.prz__row--inv:nth-child(2) {
  background-color: #364146;
}
.prz__row--inv:nth-child(3) {
  background-color: #343d42;
}
.prz__row--inv:nth-child(4) {
  background-color: #323a3e;
}
.prz__row--inv:nth-child(5) {
  background-color: #2f3639;
}
.prz__row--inv:nth-child(6) {
  background-color: #2a2f32;
}
.prz__row--inv:nth-child(7) {
  background-color: #007c5c;
}
.prz__row--inv:nth-child(8) {
  background-color: #add8e6;
}
.prz__row--inv:nth-child(9) {
  background-color: #00f;
}
.prz__row--inv:nth-child(10) {
  background-color: #35454c;
}
.prz__row--inv:first-child {
  border-radius: 4px 4px 0 0;
}
.prz__row--inv:last-child {
  border-radius: 0 0 4px 4px;
}
.prz__place {
  margin-right: 10px;
}
.prz__ico {
  height: 30px;
  width: 30px;
  background-color: transparent;
  background-image: url("/img/svg/cup.ico.sprite.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 30px 90px;
}
.prz__ico--i {
  background-position: 0 50%;
}
.prz__ico--ii {
  background-position: 0 100%;
}
.prz__amount {
  margin-left: auto;
}
@media (max-width: 1299px) {
  .cm__half {
    width: 100%;
  }
  .cm__hrates {
    margin-right: 0;
  }
  .cm__links {
    width: 170px;
    margin-right: 5px;
  }
}
.block-diagram {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: 0 0 0 1px #b4b4b4;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
}
.tooltip-diagram {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: -5px;
  margin-left: -15px;
  box-shadow: 0 0 4px 1px rgba(180,180,180,0.5), 0 0 0 1px rgba(180,180,180,0.5);
  border-radius: 4px;
  overflow: hidden;
  z-index: 4;
  background-color: #fff;
  width: 170px;
}
.tooltip-diagram--newspage {
  margin-top: 5px;
  left: auto;
  right: -5px;
}
.d__head {
  height: 25px;
  line-height: 25px;
  padding: 0 15px;
  font-size: 12px;
  font-weight: bold;
  background-color: #f7f7f7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.d__body {
  padding: 1px 15px;
  height: 56px;
  font-size: 11px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.d__body--tm {
  padding: 3px 15px;
}
.d__body .nopadding {
  margin-bottom: 0 !important;
}
.d__content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.d__diagram {
  padding-right: 10px;
}
.d__row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 18px;
}
.d__ico {
  margin-right: 9px;
  display: inline-block;
  height: 14px;
  width: auto;
  min-width: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 7px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  padding: 0 4px;
  box-sizing: border-box;
}
.d__ico--0 {
  background-color: #5e6c75;
}
.d__ico--1 {
  background-color: #83929b;
}
.d__ico--2 {
  background-color: #acb6bd;
}
.d__ico--red {
  background-color: #e20000;
}
.d__rate {
  padding-right: 9px;
  white-space: nowrap;
}
.d__pct {
  color: #b3b3b3;
}
.nb__tab {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.nb__section {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
}
.nb__section~.nb__section {
  margin-left: 10px;
}
.nb__section:hover {
  color: #e20000;
}
.nb__section:nth-child(n + 3) {
  display: none;
}
.nb__thumb {
  height: 90px;
  width: 180px;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  border-radius: 6px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.nb__content {
  margin-bottom: 10px;
}
.nb__title {
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 8px;
}
.nb__text {
  font-size: 13px;
  margin-bottom: 5px;
}
.nb__date {
  color: #a0a0a0;
  font-size: 12px;
}
@media (max-width: 1299px) {
  .nb__tab {
    display: block;
  }
  .nb__section {
    margin-bottom: 25px;
  }
  .nb__section:nth-child(n + 3) {
    display: -webkit-flex;
    display: flex;
  }
  .nb__section~.nb__section {
    margin-left: 0;
  }
}
.gtls {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 6;
  background-color: rgba(0,0,0,0.3);
}
.gtls__popup {
  position: relative;
}
.gtls__content {
  background-color: #fff;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 3px 0 #000;
  overflow: hidden;
  border-radius: 5px;
}
.gtls__head {
  line-height: 25px;
  color: #fff;
  background-color: #3a464c;
  font-size: 13px;
  font-weight: bold;
  padding: 0 10px;
}
.gtls__block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background-color: #fff;
}
.gtls__block + .gtls__block {
  border-top: 1px solid #37444a;
}
.gtls__block:hover .gtls__banner {
  opacity: 0.75;
}
.gtls__banner {
  width: 220px;
  -webkit-align-self: stretch;
  align-self: stretch;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  transition: opacity 0.3s;
}
.gtls__text {
  font-size: 12px;
  line-height: 20px;
  padding: 20px 0 20px 20px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.gtls__list {
  margin: 0;
  padding: 0;
}
.gtls__descr {
  max-width: 400px;
}
.gtls__item {
  list-style: none;
  display: -webkit-flex;
  display: flex;
  margin: 2px 0;
  -webkit-align-items: center;
  align-items: center;
}
.gtls__num {
  color: #fff;
  line-height: 33px;
  height: 33px;
  width: 33px;
  background-color: #4c4c4c;
}
.gtls__go {
  height: 50px;
  width: 50px;
  border-radius: 8px;
  background-color: #f80704;
  display: -webkit-flex;
  display: flex;
  margin: 0 30px;
  -webkit-align-items: center;
  align-items: center;
}
.gtls__go:after {
  border-width: 16px 0 16px 27px;
  border-style: solid;
  border-color: transparent #fff;
  margin-left: 14px;
  display: block;
  content: '';
}
.gtls__close {
  position: absolute;
  top: -3px;
  right: -3px;
  height: 16px;
  width: 16px;
  background-color: #3a464c;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 3px 0 #000;
}
.gtls__close:hover {
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 5px 0 #000;
}
.gtls__close:before,
.gtls__close:after {
  display: block;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 50%;
  box-shadow: 0 0 0 1px #fff;
  content: '';
}
.gtls__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gtls__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.us {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
}
.us__item {
  width: 300px;
  color: #fff;
}
@media (max-width: 1299px) {
  .us__item {
    width: 325px;
  }
}
.us__item:hover .us__note {
  background-color: rgba(0,124,92,0.75);
}
.us__item:hover .us__rate {
  opacity: 1;
}
.us__item:hover .us__tip {
  background-color: #007c5c;
}
.us__block {
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 120px;
}
.us__rate {
  opacity: 0;
  height: 75px;
  padding: 0 10px;
  text-align: center;
  background-color: rgba(0,0,0,0.75);
  transition: opacity 0.1s linear;
}
.us__odd {
  font-size: 32px;
  line-height: 35px;
  padding-top: 10px;
  font-weight: bold;
}
.us__descr {
  font-size: 18px;
  line-height: 25px;
}
.us__note {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  padding: 0 10px;
  background-color: rgba(0,0,0,0.75);
  transition: background-color 0.1s linear;
}
.us__match {
  font-size: 16px;
  line-height: 18px;
  padding-top: 3px;
  font-weight: bold;
  padding-top: 5px;
}
.us__league {
  font-size: 14px;
  line-height: 20px;
}
.us__tip {
  border-top: 1px solid #fff;
  font-size: 12px;
  padding: 0 10px;
  line-height: 24px;
  background-color: #000;
  transition: background-color 0.1s linear;
}
.stat {
  position: relative;
}
.stat__tabs {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.stat__tab {
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  margin-right: 15px;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 0 0 1px #d3d3d3;
}
.stat__tab:hover,
.stat__tab--active {
  background-color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
  color: #fff;
}
.stat__tab--active {
  cursor: default;
}
.stat__head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-height: 46px;
}
.stat__detail {
  font-size: 13px;
  margin-bottom: 20px;
  margin-top: -5px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.stat__dico {
  height: 20px;
  width: 20px;
}
.stat__dtitle {
  margin-right: 20px;
}
.stat__live {
  min-width: 80px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
  overflow: hidden;
}
.stat__score {
  line-height: 27px;
  margin-bottom: 2px;
  font-size: 25px;
  font-weight: bold;
  background-color: #e20000;
  padding: 0 10px;
}
.stat__time {
  line-height: 17px;
  font-size: 12px;
  background-color: #3d464c;
  padding: 0 10px;
}
.tbl__head {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.tbl__team {
  font-size: 14px;
  font-weight: bold;
}
.tbl__title {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 30px;
  font-weight: bold;
}
.tbl__tscore {
  background-color: #d3d3d3;
  border-radius: 4px;
  padding: 2px 5px;
  font-weight: bold;
  margin-left: 10px;
}
.tbl__row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 23px;
  font-size: 13px;
}
.tbl__team1 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.tbl__team2 {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.tbl__ico {
  height: 16px;
  width: 16px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 10px;
}
.tbl__text {
  margin-right: 10px;
}
.tbl__in {
  margin-right: 10px;
  color: #15b400;
}
.tbl__out {
  margin-right: 10px;
  color: #e20000;
}
.tl {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.tl__teams {
  padding-right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 50px;
}
.tl__team {
  text-align: right;
}
.tl__teamlogo {
  display: block;
  height: 18px;
  width: 18px;
}
.tl__legend {
  font-size: 10px;
  color: #fff;
  text-align: center;
  height: 14px;
  line-height: 14px;
  width: 25px;
  background-color: #a6a6a6;
  border-radius: 3px;
  cursor: default;
}
.tl__legend--active {
  background-color: #39444a;
}
.tl__line {
  position: relative;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 4px;
  background-color: #cdcdcd;
}
.tl__fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  background-color: #39444a;
  max-width: 100%;
}
.tl__event {
  position: absolute;
  height: 16px;
  width: 16px;
  margin-left: -9px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tl__event--top {
  margin-bottom: 5px;
  bottom: 100%;
}
.tl__event--bottom {
  margin-top: 5px;
  top: 100%;
}
.tl__ttw {
  position: relative;
  min-width: 18px;
}
.tl__ttw:hover .tl__ttc {
  display: block;
}
.tl__ttp {
  box-shadow: 0 0 0 1px #fff inset;
  height: 11px;
  width: 11px;
  background-color: #37444c;
  border-radius: 6px;
  position: absolute;
  top: 7px;
  left: 7px;
}
.tl__ttp:before,
.tl__ttp:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #fff;
}
.tl__ttp:before {
  top: 5px;
  left: 3px;
  height: 1px;
  width: 5px;
}
.tl__ttp:after {
  top: 3px;
  left: 5px;
  height: 5px;
  width: 1px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min--moz-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
  .tl__ttp {
    height: 12px;
    width: 12px;
    background: transparent url("/img/ico/plus.strong.svg") center/cover no-repeat;
    box-shadow: none;
    border-radius: 0;
  }
  .tl__ttp:before,
  .tl__ttp:after {
    display: none;
  }
}
.tl__ttc {
  display: none;
  font-weight: normal;
  position: absolute;
  left: 50%;
  bottom: 100%;
  margin-bottom: 5px;
  z-index: 2;
  box-shadow: 0 0 4px 1px rgba(180,180,180,0.5), 0 0 0 1px rgba(180,180,180,0.5);
  border-radius: 4px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .stat__timeline .tl__ttw:nth-child(4) .tl__ttc,
  .stat__timeline .tl__line:nth-child(5) .tl__ttc {
    transform: translateX(-50%);
  }

  .stat__timeline .tl__ttw:nth-child(6) .tl__ttc,
  .stat__timeline .tl__line:nth-child(7) .tl__ttc,
  .stat__timeline .tl__ttw:nth-child(8) .tl__ttc {
    left: unset;
    right: 0;
  }
}
.tl__ttc--bottom {
  top: 100%;
  margin-top: 5px;
  bottom: auto;
}
.tl__ttc--show {
  display: block;
}
.tl__ttc--center {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tl__ttc--country {
  top: 100%;
  bottom: auto;
  left: 100%;
  margin-top: -22px;
}
.tl__ttc--lg {
  top: 0;
  bottom: auto;
  background-color: #fff;
  margin-bottom: 0;
}
.tl__ttc--ico {
  top: 50%;
  bottom: auto;
  left: 100%;
  margin-left: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tl__tt {
  display: -webkit-flex;
  display: flex;
  padding: 5px 10px;
  background-color: #fff;
  white-space: nowrap;
  font-size: 13px;
  line-height: 17px;
  color: #3d464c;
}
.tl__tth {
  position: relative;
  height: 16px;
  width: 16px;
}
.tl__tth:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 4px;
  width: 4px;
  margin-top: -2px;
  margin-left: -2px;
  box-shadow: 0 0 0 0 rgba(226,0,0,0.15);
  border-radius: 50%;
  transition: box-shadow 0.7s;
}
.tl__tth--active:after {
  box-shadow: 0 0 0 25px rgba(226,0,0,0.15);
}
.tl__text {
  margin-right: 5px;
}
.tl__in {
  margin-right: 5px;
  color: #15b400;
}
.tl__out {
  margin-right: 5px;
  color: #e20000;
}
.ind {
  padding-top: 1px;
}
.ind__row {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 13px;
}
.ind__label {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ind__team1 {
  position: absolute;
  top: -10px;
  left: 48px;
  font-weight: bold;
}
.ind__team2 {
  position: absolute;
  top: -10px;
  right: 48px;
  font-weight: bold;
}
.ind__val {
  height: 36px;
  width: 36px;
  border-radius: 18px;
  font-size: 11px;
  line-height: 36px;
  text-align: center;
  box-shadow: 0 0 0 4px #d3d3d3 inset;
}
.ind__val--first {
  margin-right: 7px;
}
.ind__val--second {
  margin-left: 7px;
}
.ind__bar {
  margin: 0 5px;
  background-color: #f2f2f2;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.ind__fill {
  height: 15px;
  transition: width 0.3s;
}
.tennis__id {
  background-color: #c4c4c4;
  border-radius: 9px;
  padding: 0 10px;
  height: 18px;
  line-height: 19px;
}
.tennis__set {
  background-color: #36444b;
  border-right: 1px solid #fff;
}
.tennis__set:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tennis__set:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border: none;
}
.tennis__set--live:last-child {
  background-color: #e20000;
}
.tennis__set--live:last-child .strong {
  font-weight: normal;
}
.tennis__set--white {
  background-color: #fff;
  box-shadow: 0 0 0 1px #ebebeb;
}
.tennis__set--white:last-child {
  background-color: #fff;
}
.tennis__set--white .tennis__score+.tennis__score {
  border-color: #ebebeb;
}
.tennis__score {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 27px;
  line-height: 1;
  width: 27px;
}
.tennis__score+.tennis__score {
  border-top: 1px solid #fff;
}
.tennis__game {
  border: 1px solid #ebebeb;
  color: #e20000;
}
.tennis__gscore {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 26px;
  width: 34px;
}
.tennis__gscore+.tennis__gscore {
  border-top: 1px solid #ebebeb;
}
.tennis__ico {
  position: absolute;
  left: 100%;
  top: 5px;
  height: 15px;
  width: 15px;
  background-image: url("/img/sport/grey/4.svg");
}
.tennis__ico--before {
  left: auto;
  right: 100%;
}
.tennis__ico--second {
  top: 32px;
}
.sico {
  position: absolute;
  left: 100%;
  top: 5px;
  height: 15px;
  width: 15px;
  transition: top 0.3s;
}
.sico--before {
  left: auto;
  right: 100%;
}
.sico--second {
  top: 32px;
}
.cd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 35px;
}
.cd__title {
  font-size: 18px;
  font-weight: bold;
}
.cd__timer {
  display: -webkit-flex;
  display: flex;
}
.cd__hr {
  text-align: center;
  width: 16px;
  line-height: 40px;
  font-size: 24px;
  font-weight: bold;
}
.cd__block {
  position: relative;
  display: -webkit-flex;
  display: flex;
}
.cd__num {
  position: relative;
  height: 42px;
  line-height: 42px;
  width: 26px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 32px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.cd__num:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #000;
}
.cd__num+.cd__num {
  margin-left: 2px;
}
.cd__label {
  position: absolute;
  left: 0;
  right: 0;
  margin-bottom: 5px;
  bottom: 100%;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
.cd__btn {
  background-color: #f9fc56;
  line-height: 42px;
  width: 154px;
  border-radius: 6px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.cd__btn:hover {
  opacity: 0.75;
}
.cd__msg {
  background-color: #f9fc56;
  padding: 5px 15px;
  color: #000;
  font-size: 13px;
  line-height: 17px;
  max-width: 30%;
  border-radius: 8px;
}
.cd__msg--sp {
  padding: 15px;
  max-width: none;
}
.cd__msg--wide {
  max-width: 100%;
  padding: 10px 25px;
}
.obc {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 270px;
}
@media (max-width: 1299px) {
  .obc {
    width: 100%;
    background-color: transparent;
  }
}
.obc__head {
  height: 50px;
  color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 0 10px;
  background-color: #027b5b;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 1299px) {
  .obc__head {
    border-radius: 5px;
  }
}
.obc__hlink {
  line-height: 50px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.obc__hlink:hover {
  opacity: 0.75;
}
.obc__title {
  font-size: 15px;
  line-height: 19px;
  font-weight: bold;
}
.obc__subtitle {
  font-size: 12px;
  line-height: 17px;
}
.obc__body {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 0 10px;
  box-shadow: 0 0 0 1px #eaeaea inset;
  background-color: #fff;
}
@media (max-width: 1299px) {
  .obc__body {
    box-shadow: 0 0 0 0 transparent inset;
    padding: 0;
  }
}
.obc__hrow {
  font-size: 12px;
  line-height: 17px;
  margin-top: 13px;
  color: #a1a1a1;
}
.obc__hplace {
  margin-right: auto;
  width: 45px;
}
.obc__htb {
  width: 100px;
}
.obc__hunstd {
  width: 120px;
}
.obc__hprize {
  width: 96px;
}
.obc__hbal {
  width: 90px;
}
.obc__row {
  border-top: 1px solid #dfdfdf;
  height: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #36444b;
}
.obc__row:first-child {
  border-color: transparent;
}
.obc__row--my {
  border-top-style: dashed;
  color: #eb0607;
}
.obc__place {
  font-size: 13;
  font-weight: bold;
  width: 40px;
  text-align: center;
}
@media (max-width: 1299px) {
  .obc__place {
    width: 45px;
    margin-right: 10px;
  }
}
.obc__avatar {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin-right: 10px;
  font-size: 22px;
  font-weight: bold;
  font-family: 'SEB';
  color: #fff;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.obc__link {
  overflow: hidden;
}
.obc__link:hover {
  color: #e20000;
}
.obc__info {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 10px;
}
.obc__name {
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
}
.obc__flag {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  background-color: #add8e6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.obc__location {
  font-size: 10px;
  line-height: 13px;
}
.obc__tb {
  width: 100px;
}
.obc__result {
  font-size: 11px;
  font-weight: bold;
  margin-right: 5px;
}
@media (max-width: 1299px) {
  .obc__result {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 0;
  }
}
.obc__prize {
  color: #fff;
  line-height: 17px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  background-color: #acacac;
  margin: 0 0 4px auto;
}
@media (max-width: 1299px) {
  .obc__prize {
    width: 52px;
    line-height: 19px;
    font-size: 13px;
    margin: 0 22px;
  }
}
.obc__prize--red {
  background-color: #eb0607;
}
.obc__bal {
  line-height: 14px;
  text-align: right;
}
@media (max-width: 1299px) {
  .obc__bal {
    width: 90px;
    font-size: 13px;
    text-align: center;
  }
}
.obc__bottom {
  background-color: #027b5b;
  border-radius: 0 0 5px 5px;
}
.obc__blink:hover {
  opacity: 0.75;
}
.obc__unstd {
  width: 120px;
}
.obc__hr {
  width: 1px;
  background-color: #fff;
  -webkit-transform: rotate(21deg);
  transform: rotate(21deg);
  margin: -5px 5px;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.obc__hr--large {
  margin: -5px 10px;
}
.mtm {
  width: 640px;
  margin-right: 20px;
  font-size: 13px;
}
@media (max-width: 1299px) {
  .mtm {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.mtm__menu {
  height: 50px;
  gap: 12px;
}
.mtm__menu--more {
  padding-right: 40px;
}
.mtm__all {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #a6a6a6;
  padding: 0 15px;
  margin: 0 15px;
  border-radius: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  box-shadow: 15px 0 0 0 #fff, -15px 0 0 0 #fff;
}
.mtm__all:hover {
  background-color: #e20000;
}
.mtm__tab {
  position: relative;
  margin: 10px 8px 10px 0;
  z-index: 2;
}
.mtm__tab--active .mtm__tico,
.mtm__tab:hover .mtm__tico,
.mtm__tab--active .mtm__tname,
.mtm__tab:hover .mtm__tname {
  background-color: #eb0607;
  border-color: #eb0607;
  color: #fff;
}
.mtm__tab--active .mtm__tsport,
.mtm__tab:hover .mtm__tsport {
  background-color: #eb0607;
  border: 1px solid #eb0607;
}
.mtm__tab--active .mtm__tsico--light,
.mtm__tab:hover .mtm__tsico--light {
  display: block;
  opacity: 1;
}
.mtm__tab--active .mtm__tsico--dark,
.mtm__tab:hover .mtm__tsico--dark {
  display: none;
}
.mtm__tab--sm {
  margin-left: 12px;
}
.mtm__more {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 5px;
  cursor: pointer;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.mtm__more:hover .mtm__dots {
  background-color: #eb0607;
}
.mtm__dots {
  position: relative;
  height: 6px;
  width: 6px;
  border-radius: 3px;
  margin: 0 12px;
  background-color: #36444b;
}
.mtm__dots:before,
.mtm__dots:after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  background-color: inherit;
  height: 6px;
  width: 6px;
  border-radius: 3px;
}
.mtm__dots:before {
  left: -12px;
}
.mtm__dots:after {
  right: -12px;
}
.mtm__dots--active {
  background-color: #eb0607;
}
.mtm__moverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.mtm__mmenu {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  padding-bottom: 16px;
  z-index: 1;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 8px;
  gap: 6px;
}
.mtm__mmenu--active {
  display: -webkit-flex;
  display: flex;
}
.mtm__tsport {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -9px;
  border: 1px solid #d3d3d3;
  height: 18px;
  width: 18px;
  border-radius: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #fff;
}
.mtm__tsport--sm {
  -webkit-transform: translateY(-50%) scale(0.8);
  transform: translateY(-50%) scale(0.8);
}
.mtm__tsico {
  height: 12px;
  width: 12px;
  opacity: 0.5;
}
.mtm__tsico--light {
  display: none;
}
.mtm__tico {
  position: absolute;
  height: 46px;
  width: 46px;
  border-radius: 23px;
  background-color: #36444b;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33px;
  z-index: 1;
}
.mtm__tico--sm {
  height: 28px;
  width: 28px;
  border-radius: 14px;
  background-size: 18px;
}
.mtm__tname {
  line-height: 28px;
  margin-left: 20px;
  border: 1px solid #d3d3d3;
  padding: 0 14px 0 35px;
}
.mtm__tname--sm {
  position: relative;
  margin-left: 2px;
  line-height: 26px;
}
.mtm__tname--sm:after {
  position: absolute;
  top: -1px;
  left: -10px;
  bottom: -1px;
  width: 20px;
  background-color: #fff;
  display: block;
  content: '';
  -webkit-transform: skewX(27deg);
  transform: skewX(27deg);
}
.mtm__hrow {
  height: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.mtm__th {
  font-size: 12px;
  font-weight: bold;
  color: #a1a1a1;
  width: 50px;
}
.mtm__th--ltitle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
}
.mtm__row {
  height: 40px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
}
.mtm__time {
  font-size: 12px;
  width: 60px;
}
.mtm__wrapper {
  position: relative;
  height: 34px;
}
.mtm__link {
  margin-top: 1px;
}
.mtm__link:hover {
  color: #e20000;
}
.mtm__logo {
  height: 30px;
  width: 30px;
  margin-right: 5px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.mtm__logo--dummy {
  border-radius: 15px;
  background-color: #eee;
}
.mtm__match {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 7px;
  margin-right: 10px;
}
.mtm__match--top {
  margin-top: -2px;
  padding-bottom: 12px;
}
.mtm__lgico {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  opacity: 0.5;
}
.mtm__league {
  position: absolute;
  left: 77px;
  right: 10px;
  top: 18px;
  color: #b3b3b3;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 11px;
  line-height: 1.3;
  height: 14px;
}
.mtm__league:hover {
  color: #e20000;
}
.mtm__banner {
  width: 100px;
  display: -webkit-flex;
  display: flex;
}
.mtm__tip {
  display: block;
  background-color: #3d464c;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  padding: 0 15px;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
  text-transform: uppercase;
}
.mtm__fade {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15px;
  background: linear-gradient(to right, #eb0607, rgba(235,6,7,0));
}
.mtm__score {
  overflow: hidden;
  position: relative;
  background-color: #eb0607;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  padding: 0 7px;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto;
  min-width: 25px;
  cursor: pointer;
}
.mtm__colon {
  position: relative;
  top: -1px;
  padding-right: 1.5px;
}
.mtm__rate {
  font-weight: bold;
  width: 50px;
  text-align: center;
}
.mtm__rate:hover {
  color: #e20000;
}
#jvlabelWrap,
.wrap_mW,
.__jivoMobileButton {
  display: none !important;
}
.cbtn {
  margin-top: 30px;
  height: 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  width: 100%;
  cursor: pointer;
  background-color: #2e353a;
  border: none;
  border-radius: 4px;
}
.cbtn:hover {
  opacity: 0.85;
}
.cbtn__ico {
  height: 28px;
  width: 28px;
  margin: 0 10px;
}
.cbtn__hr {
  width: 5px;
  -webkit-align-self: stretch;
  align-self: stretch;
  height: auto;
  background-color: #fff;
  margin: -5px 15px;
  -webkit-transform: skew(-27deg);
  transform: skew(-27deg);
}
.cbtn__text {
  font-weight: bold;
  font-size: 15px;
}
.sba__block {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}
.sba__block:hover {
  color: #e20000;
}
.sba__block--white {
  color: #fff;
}
.sba__img {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 58px;
  width: 120px;
  margin-right: 15px;
  border-radius: 4px;
}
.sba__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 5px;
}
.sba__date {
  font-size: 12px;
  color: #8e8e8e;
}
.cnt {
  color: #36444b;
}
.cnt__note {
  position: absolute;
  white-space: nowrap;
  margin-left: 30px !important;
  margin-top: -3px;
  color: #3d464c;
  font-size: 11px;
  padding: 0 10px;
  line-height: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  z-index: 1;
}
.cnt--light {
  color: #fff;
}
.cnt--light .cnt__arr {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.293 8.707a1 1 0 001.414 0l6.364-6.364A1 1 0 0013.657.93L8 6.586 2.343.929A1 1 0 00.93 2.343l6.364 6.364zM7 7v1h2V7H7z' fill='white'/%3E%3C/svg%3E");
}
.cnt--light .cnt__ddtab {
  background-color: #000;
}
.cnt--light .cnt__ddtab--active {
  color: #fff;
}
.cnt--light .cnt__ddlist {
  background-color: #000;
}
.cnt--light .cnt__link {
  color: #fff;
}
.cnt__ico {
  height: 24px;
  width: 24px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.cnt__ctcur {
  height: 35px;
  cursor: pointer;
}
.cnt__title {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
}
.cnt__groups-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.cnt__groups {
  position: absolute;
  top: 100%;
  margin-top: 1px;
  left: 0;
  right: 0;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}
.cnt__g {
  padding: 0 5px;
  line-height: 21px;
  font-size: 13px;
  background-color: #fff;
}
.cnt__g:hover {
  color: #e20000;
}
.cnt__arr {
  height: 12px;
  width: 18px;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.293 8.707a1 1 0 001.414 0l6.364-6.364A1 1 0 0013.657.93L8 6.586 2.343.929A1 1 0 00.93 2.343l6.364 6.364zM7 7v1h2V7H7z' fill='%2336444B'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.cnt__ddoverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.cnt__dd {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 4;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.25);
  overflow: hidden;
}
.cnt__ddhead {
  background-color: #36444b;
  height: 48px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}
.cnt__ddtab {
  line-height: 24px;
  font-size: 13px;
  margin: 0 5px;
  padding: 0 10px;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}
.cnt__ddtab--active,
.cnt__ddtab:hover {
  background-color: #e20000;
  color: #fff;
}
.cnt__ddlist {
  padding: 10px 0;
}
.cnt__dditem {
  padding: 10px 15px;
}
.cnt__dditem:hover {
  color: #e20000;
}
.cnt__row {
  height: 30px;
  border-bottom: 1px solid #edeeef;
}
.cnt__row--group {
  background-color: #f6f6f6;
}
.ns {
  font-size: 12px;
}
.ns__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  background-color: #fff;
}
.ns__block {
  position: relative;
  margin-bottom: 20px;
  border-radius: 4px 0 0 4px;
  background-color: #fff;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.ns__head {
  background-color: #fbd448;
  border-radius: 4px 0 0 0;
  font-weight: bold;
  padding: 0 12px;
  height: 42px;
  font-size: 13px;
}
.ns__body {
  border: 1px solid #edeeef;
  border-radius: 0 0 0 4px;
  overflow: hidden;
}
.ns__link:hover {
  background-color: #efefef;
}
.ns__more {
  border-top: 1px solid #edeeef;
  line-height: 25px;
  text-align: center;
}
.ns__more:hover {
  background-color: #efefef;
}
.ns__close {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #3d464c;
}
.ns__close:hover {
  opacity: 0.75;
}
.ns__close:before,
.ns__close:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 4px;
  width: 12px;
  height: 2px;
  background-color: #3d464c;
}
.ns__close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ns__close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ns__bets,
.ns__comments {
  transition: height 0.3s;
}
.ns__item {
  height: 60px;
  padding: 0 0 0 12px;
  border-top: 1px solid #edeeef;
  box-sizing: border-box;
}
.ns__item:first-child {
  border-color: transparent;
}
.ns__item:hover {
  background-color: #efefef;
}
.ns__det {
  padding-left: 5px;
}
.ns__val {
  padding: 0 15px;
  font-size: 14px;
  margin-bottom: 1px;
  margin-left: 11px;
  margin-right: -6px;
}
.ns__val--win {
  background-color: #0b0;
}
.ns__val--lose {
  background-color: #e20000;
}
.ns__val--back {
  background-color: #3661ba;
}
.ns__cb {
  box-shadow: 0 -1px 0 0 #efefef inset;
  padding-top: 7px;
}
.ns__cb:last-child {
  box-shadow: none;
}
.ns__cb:hover {
  background-color: #efefef;
}
.ns__line {
  padding-left: 12px;
}
.ns__team {
  font-size: 13px;
  font-weight: bold;
}
.ns__ico {
  height: 16px;
  width: 16px;
  margin-right: 5px;
  border-radius: 50%;
}
.ns__text {
  padding: 12px 12px 12px 0;
  line-height: 17px;
}
.ns__time {
  background-color: #3d464c;
  font-size: 10px;
  line-height: 21px;
  padding: 0 20px 0 10px;
  margin-right: -10px;
}
.hdn {
  transition: height 1.3s;
}
.hdn h2 {
  font-size: 16px;
}
.hdn__flexible {
  overflow: hidden;
  height: 0;
}
.hdn.active .hdn__flexible {
  height: auto;
}
.hdn__chk {
  display: none;
}
.hdn__chk:checked+.hdn .hdn__flexible {
  height: auto;
}
.hdn__chk:checked~.note-link {
  display: none;
}
.mn {
  margin-bottom: 20px;
  position: relative;
}
.mn__list {
  height: 32px;
  border-radius: 6px;
  background-color: #3d464c;
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}
.mn__hr {
  height: 100%;
  background-color: #fff;
  width: 2px;
  position: relative;
  -webkit-transform: skew(-21deg);
  transform: skew(-21deg);
}
.mn__item {
  display: block;
  -webkit-transform: skew(-21deg);
  transform: skew(-21deg);
  box-sizing: border-box;
}
.mn__item.active,
.mn__item:hover {
  background-color: #e20000;
}
.mn__item.active .mn__qty,
.mn__item:hover .mn__qty {
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 0 1px #fff;
}
.mn__item:first-child {
  margin-left: -5px;
  padding-left: 5px;
}
.mn__ico {
  height: 14px;
  width: 14px;
}
.mn__link {
  display: block;
  color: #fff;
  line-height: 32px;
  padding: 0 20px;
  -webkit-transform: skew(21deg);
  transform: skew(21deg);
}
.mn__qty {
  height: 11px;
  line-height: 11px;
  font-size: 8px;
  font-weight: bold;
  margin-left: 10px;
  color: #3d464c;
  background-color: #fff;
  border-radius: 50%;
  min-width: 11px;
  text-align: center;
}
.mn__more {
  position: absolute;
  top: 100%;
  right: 0;
}
/* Toggle sports dropdown */
.mn {
  z-index: 11;
}
.mn__more-toggle {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.mn__more-toggle:checked + .mn__more-toggle-label::before {
  position: fixed;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mn__more-toggle:checked ~ .mn__mlist {
  display: block;
}
/* end */
.mn__dots {
  border-radius: 0 6px 6px 0;
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 50px;
  height: 32px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mn__dots.active .mn__dot {
  background-color: #e20000;
}
.mn__dot {
  height: 5px;
  width: 5px;
  background-color: #fff;
  border-radius: 3px;
  margin: 0 2px;
}
.mn__mlist {
  display: none;
  background-color: #3d464c;
  margin: 2px 0 0 0;
}
.mn__mitem {
  line-height: 32px;
  display: block;
}
.mn__mitem.active,
.mn__mitem:hover {
  background-color: #e20000;
}
.mn__mitem.active .mn__qty,
.mn__mitem:hover .mn__qty {
  color: #fff;
  background-color: transparent;
  box-shadow: 0 0 0 1px #fff;
}
.mn__mlink {
  display: block;
  color: #fff;
  padding: 0 20px;
}
.brand {
  position: absolute;
  top: 0;
  bottom: 0;
  width: calc(50vw - 640px);
}
@media (max-width: 1299px) {
  .brand {
    width: calc(50vw - 505px);
  }
}
.brand--left {
  right: 100%;
}
.brand--right {
  left: 100%;
}
@media (max-width: 1199px), (min-width: 1299px) and (max-width: 1469px) {
  .brand--left,
  .brand--right {
    background-image: none !important;
  }
}
.bottom {
  display: block;
  margin: 0 auto;
  height: 285px;
  max-width: 100%;
}
@media (max-width: 1299px) {
  .bottom {
    height: 250px;
  }
}
.hb__title {
  background-color: #36444b;
  color: #fff;
  margin-left: -8px;
  margin-right: 4px;
  padding: 0px 21px 0px 26px;
  height: 32px;
  line-height: 32px;
  border-top-left-radius: 6px;
}
.hb__title--small {
  height: 26px;
  line-height: 26px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 3px;
}
.hb__descr {
  background-color: #ffb535;
  color: #fff;
  margin-left: -4px;
  margin-right: -7px;
  padding: 7px 21px 7px 15px;
}
.hb__descrbook {
  color: #fff;
  margin-left: 0px;
  margin-right: -7px;
  padding: 4px 21px 4px 15px;
}
.hb__btn {
  box-sizing: border-box;
  height: 36px;
  background: #fff;
  border: 1px solid #c4c4c4;
  border-radius: 7px;
  padding: 7px 16px;
}
.hb__btn--active {
  box-sizing: border-box;
  height: 39px;
  background-color: #e20000;
  color: #fff;
  padding: 10px 21px;
}
.hb__line {
  height: 7px;
  z-index: -1;
  width: 100%;
  position: absolute;
  background-color: #eaeaea;
  border-radius: 6px;
}
.hb__line--wide {
  height: 11px;
}
.hb__line--small {
  height: 2px;
}
.hb__book {
  height: 20px;
}
.gb {
  box-sizing: border-box;
  background-color: #f5f5f5;
  border-radius: 6px;
  height: 44px;
}
.gb--gold {
  background-color: #ffb535;
}
.gb--gray {
  background-color: #bbb;
}
.gb--lb {
  background-color: #2d9cdb;
}
.gb--lb:hover {
  background-color: #247aab;
}
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.tooltip-width-380 .tooltip-container {
  max-width: 380px;
  width: 380px;
}

@media (max-width: 700px) {
  .tooltip-mob-bottom-left .tooltip-container {
    width: 90vw;
    left: 0;
    top: 100%;
    transform: translateY(3px);
  }
  .tooltip-mob-bottom-left .tooltip-simple {
    white-space: normal;
  }
}

.tooltip-wrapper--reset {
  vertical-align: unset;
}
.tooltip-wrapper:hover .tooltip-container {
  display: block;
}
.tooltip-container {
  display: none;
  text-align: left;
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.tooltip-container--show {
  display: block;
}
.tooltip-simple {
  display: inline-block;
  box-shadow: 0 0 4px 1px rgba(180,180,180,0.5), 0 0 0 1px rgba(180,180,180,0.5);
  padding: 5px 10px;
  background-color: #fff;
  white-space: nowrap;
  font-size: 13px;
  line-height: 18px;
  color: #3d464c;
  border-radius: 4px;
}
.tooltip-simple a {
  text-decoration: underline;
}
.tooltip-simple a:hover {
  text-decoration: none;
  color: #e20000;
}
.tooltip {
  color: #2e353a;
  font-size: 13px;
  line-height: 1.3;
  font-weight: normal;
  position: absolute;
  bottom: 100%;
  left: 100%;
  padding: 8px 12px;
  box-shadow: 0 0 4px 1px rgba(180,180,180,0.5), 0 0 0 1px rgba(180,180,180,0.5);
  border-radius: 4px;
  background-color: #fff;
  z-index: 10;
}
.tooltip--top-left {
  bottom: 100%;
  right: 100%;
  left: auto;
}
.tooltip--visible {
  display: block;
}
.tooltip a {
  color: #e20000;
  cursor: pointer;
}
.tooltip a:hover {
  text-decoration: underline;
}
.tooltip--middle {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.mb__wlist--user-ranking .tooltip-simple {
  width: 50vw;
  max-width: 300px;
  white-space: normal;
}
@media (max-width: 1050px) {
  .mb__wlist--user-ranking .tooltip-container {
    top: -6px;
    transform: translate(-50%, -100%);
    left: 50%;
    right: unset;
    z-index: 9;
  }
}
@media (max-width: 550px) {
  .mb__wlist--user-ranking .tooltip-wrapper {
    width: 100%;
  }
  .mb__wlist--user-ranking .tooltip-container {
    left: 0;
    right: 0;
    transform: translate(0, -100%);
  }
  .mb__wlist--user-ranking .tooltip-simple {
    max-width: unset;
    width: unset;
  }
}
@media (max-width: 390px) {
  .mb__wlist--user-ranking .tooltip-container {
    left: unset;
  }
  .mb__wlist--user-ranking .tooltip-simple {
    min-width: 200px;
  }
}

.bml {
  width: 470px;
  margin: 0 auto 0;
}
.bml__banner {
  height: 90px;
  border-radius: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 20px;
}
.bml__logo {
  height: 50px;
  width: 170px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bml__content {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.bml__title {
  font-weight: bold;
  font-size: 16px;
}
.bml__text {
  margin-bottom: 20px;
}
.bml__link {
  text-decoration: underline;
}
.bml__link:hover {
  color: #e20000;
  text-decoration: none;
}
.bml__block {
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.bml__side {
  width: 140px;
}
.bml__name {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}
.bml__bm {
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.bml__avatar {
  display: block;
  height: 80px;
  width: 80px;
  margin: 0 auto;
  border-radius: 40px;
}
.bml__connect {
  width: 140px;
  text-align: center;
}
.bml__connector {
  background: transparent url("/img/svg/connector.svg") center no-repeat;
  background-size: cover;
  width: 120px;
  height: 30px;
  margin: 0 auto 5px;
}
.bml__connector--waiting {
  background-image: url("/img/svg/connector.animation.color.svg");
}
.bml__connector--linked {
  background-image: url("/img/svg/connector.linked.svg");
}
.bml__connector--fault {
  background-image: url("/img/svg/connector.fault.svg");
}
.bml__status {
  color: #a6a6a6;
  font-size: 18px;
  font-weight: bold;
}
.password-change {
  padding-top: 20px;
}
.back-to-profile {
  display: inline-block;
  text-align: center;
  height: 30px;
  padding: 0 15px;
  font-size: 13px;
  line-height: 30px;
  background-color: #e20000;
  color: #fff;
  font-weight: bold;
}
.pr__text {
  margin-bottom: 20px;
}
.pp {
  margin-bottom: 30px;
}
.pp__top {
  display: -webkit-flex;
  display: flex;
  height: 34px;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}

@media(max-width: 700px) {
  .pp__top {
    flex-wrap: wrap;
    height: auto;
    gap: 6px;
    padding-right: 10px;
  }
}
.pp__label {
  position: relative;
  overflow: hidden;
  height: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding-left: 12px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 15px;
}
.pp__lbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -8px;
  right: 8px;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  display: block;
  content: '';
  background-color: #3d464c;
  z-index: -1;
}
.pp__oddsico {
  height: 26px;
  width: 78px;
  background: transparent url("/img/ico/ico.odds.am.text.svg") center no-repeat;
  background-size: 78px 26px;
}
.pp__login {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  background-color: #263237;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  padding: 0 10px;
}
.pp__lname {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
  margin: 0;
}
.pp__progress {
  position: relative;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  margin-left: 5px;
}
.pp__achv {
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
  width: 10px;
  padding: 0 2px;
}
.pp__achv:before {
  height: 100%;
  display: block;
  content: '';
  background-color: #f2f2f2;
}
.pp__achv--red:before {
  background-color: #eb0607;
}
.pp__achv--green:before {
  background-color: #00ba13;
}
.pp__achv--blue:before {
  background-color: #3761b8;
}
.pp__info {
  width: 180px;
  margin-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.pp__flag {
  height: 34px;
  width: 34px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 10px;
}
.pp__details {
  overflow: hidden;
}
.pp__name {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
}
.pp__name--small {
  font-size: 13px;
}
.pp__name--medium {
  font-size: 17px;
}
.pp__name--large {
  font-size: 21px;
}
.pp__location {
  font-size: 12px;
  color: #a1a1a1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pp__status {
  margin-right: auto;
  padding-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #a1a1a1;
  font-size: 12px;
}
.pp__online:before {
  height: 8px;
  width: 8px;
  border-radius: 4px;
  background-color: #90ee90;
  margin-right: 5px;
  display: inline-block;
  content: '';
}
.pp__filter {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 700px) {
  .pp__filter {
    margin-left: auto;
  }
}

.pp__content {
  display: -webkit-flex;
  display: flex;
}
.pp__left {
  width: 180px;
  margin-right: 20px;
}
.pp__avatar {
  height: 180px;
  width: 180px;
  display: block;
  margin-bottom: 10px;
  border-radius: 4px;

  @media (max-width: 700px) {
    margin: 0 auto;
  }
}
.pp__symbol {
  height: 180px;
  width: 180px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-size: 128px;
  color: #fff;
  font-family: 'SEB';
  text-align: center;
  line-height: 180px;
  text-transform: uppercase;
}
.pp__right {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.pp__blocks {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pp__blocks--half {
  width: 310px;
}
.pp__bleft {
  width: 200px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pp__bright {
  width: 510px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pp__bwrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 510px;
}
.pp__block {
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  width: 110px;
  box-sizing: border-box;
  margin-right: 10px;
}
.pp__block--w90 {
  width: 90px;
}
.pp__block--w100 {
  width: 100px;
}
.pp__block--full {
  width: 100%;
}
.pp__block--half {
  width: 145px;
  margin-bottom: 11px;
}
.pp__bhead {
  border: 1px solid #d3d3d3;
  background-color: #f2f2f2;
  font-size: 13px;
  line-height: 20px;
  border-radius: 4px 4px 0 0;
  padding-top: 1px;
}
.pp__bhead--green {
  color: #fff;
  background-color: #007c5c;
}
.pp__bbody {
  border: 1px solid #d3d3d3;
  border-top: none;
  font-size: 24px;
  font-weight: bold;
  height: 51px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 0 0 4px 4px;
}
.pp__bbody--won {
  color: #00ba13;
}
.pp__bbody--lost {
  color: #e20000;
}
.pp__bbody--slim {
  height: 45px;
}
.pp__tt {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
  color: #3d464c;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 3px 0 #000;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3;
  z-index: 1;
}
.pp__ttwrapper {
  position: absolute;
  top: 13px;
  left: 100%;
  height: 20px;
  width: 20px;
  background: #fff url("/img/svg/q.gray.svg") center no-repeat;
  background-size: 20px 20px;
  border-radius: 12px;
  margin-left: -11px;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  cursor: pointer;
}
.pp__bb {
  margin-top: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.pp__bb--half {
  width: 380px;
  margin-top: 0;
  margin-right: 0;
}
.pl {
  width: 350px;
}
.pl--wide {
  width: 380px;
}
.pl__head {
  text-align: center;
  border: 1px solid #d3d3d3;
  background-color: #f2f2f2;
  font-size: 13px;
  line-height: 30px;
  border-radius: 4px 4px 0 0;
}
.pl__body {
  border: 1px solid #d3d3d3;
  border-top: none;
  border-radius: 0 0 4px 4px;
  height: 146px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.pl__nodata {
  padding: 0 10px;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
}
.pl__row {
  height: 45px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px 0 15px;
}
.pl__ico {
  height: 36px;
  width: 36px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.pl__title {
  font-size: 14px;
  font-weight: bold;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 10px;
}
.pl__bar {
  position: relative;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #15b400;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 24px;
  width: 80px;
  border-radius: 4px;
}
.pl__bar--loose {
  background-color: #e20000;
}
.pl__tt {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
  color: #3d464c;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #b4b4b4, 0 0 3px 0 #000;
  padding: 5px 10px;
  white-space: nowrap;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.3;
  z-index: 1;
}
.pl__tt--right {
  left: auto;
  right: 100%;
  top: 100%;
  margin-right: 5px;
  -webkit-transform: none;
  transform: none;
}
.pl__ttwrapper {
  position: absolute;
  top: 2px;
  left: 100%;
  height: 20px;
  width: 20px;
  background: #fff url("/img/svg/q.gray.svg") center no-repeat;
  background-size: 20px 20px;
  border-radius: 12px;
  margin-left: -11px;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  cursor: pointer;
}
.gl {
  position: relative;
  width: 360px;
}
.gl__head {
  text-align: center;
  border: 1px solid #d3d3d3;
  background-color: #f2f2f2;
  font-size: 13px;
  line-height: 30px;
  border-radius: 4px 4px 0 0;
}
.gl__body {
  position: relative;
  height: 146px;
  border: 1px solid #d3d3d3;
  border-top: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 0 0 4px 4px;
}
.gl__note {
  position: relative;
  margin-top: auto;
  bottom: -12px;
  padding: 0 10px;
  font-size: 12px;
  background-color: #f2f2f2;
  line-height: 24px;
  border-radius: 4px;
  box-shadow: 0 0 0 5px #fff;
}
.gl__val {
  font-weight: bold;
}
.gl__canv {
  position: absolute;
  height: 120px;
  top: 10px;
  left: 0;
  right: 0;
  overflow: hidden;
}
.gl__meridian {
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
  background-color: #d3d3d3;
  height: 1px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.gl__bar {
  position: relative;
  background-color: #3661ba;
  width: 10px;
  border-radius: 3px;
  min-height: 16px;
  margin-right: 1px;
  cursor: pointer;
}
.gl__bar:after {
  position: absolute;
  top: -60px;
  bottom: -60px;
  left: 0;
  right: -1px;
  display: block;
  content: '';
}
.gl__bar:hover {
  background-color: #0000b3;
}
.gl__bar--up {
  background-color: #0b0;
  min-height: 0;
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.gl__bar--up:hover {
  background-color: #008300;
}
.gl__bar--down {
  background-color: #e20000;
  min-height: 0;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.gl__bar--down:hover {
  background-color: #9e0000;
}
@media (min-width: 1300px) {
  .pl__body--hw195 {
    height: 186px;
    padding: 5px 0;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .pp__right--short {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 1299px) {
  .pp__bright {
    width: 250px;
  }
  .pp__bright--wide {
    width: auto;
  }
  .pp__bwrapper--wide {
    margin-left: -220px;
  }
  .pp__blocks--half {
    width: 100%;
  }
  .pp__block {
    width: 115px;
  }
  .pp__block--w90 {
    width: 90px;
  }
  .pp__block--full {
    width: 100%;
  }
  .pp__block--small {
    width: 102px;
  }
  .pp__block--half {
    width: 210px;
  }
  .pp__bb {
    margin-left: -200px;
  }
  .pp__bb--half {
    margin-left: 0;
    width: auto;
  }
  .pl--wide {
    width: 100%;
  }
  .gl {
    width: 300px;
  }
}
.registration .h1 {
  margin: 0 -120px 10px;
}
.r__btn {
  line-height: 45px;
  border-radius: 5px;
  background-color: #e9e9e9;
}
.r__btn:hover {
  opacity: 0.75;
}
.r__soc {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 13px;
}
.r__soc span,
.r__soc .soc {
  margin-right: 5px;
}
.r__line {
  position: relative;
  margin-bottom: 20px;
}
.r__select {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.r__select--left {
  float: left;
  width: 145px;
}
.r__select--right {
  margin-left: 160px;
  width: 235px;
}
.r__select:hover .r__options {
  display: block;
}
.r__current {
  position: relative;
  display: block;
  line-height: 45px;
  padding-left: 30px;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  background-color: #fff;
  z-index: 2;
}
.r__current--pl15 {
  padding-left: 15px;
}
.r__current.active {
  border-radius: 4px 4px 0 0;
  z-index: 2;
}
.r__current:hover i,
.r__current:hover span {
  opacity: 0.75;
}
.r__current:focus {
  outline: none;
  box-shadow: 0 0 0 1px #add8e6;
}
.r__current span {
  display: inline-block;
}
.r__current__arrow {
  display: inline-block;
  height: 6px;
  width: 8px;
  box-shadow: 0 0 0 1px #000;
}
.r__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.r__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #b4b4b4;
  border-top: none;
  border-radius: 0 0 4px 4px;
  z-index: 2;
}
.r__options--scroll {
  max-height: 200px;
  overflow: auto;
}
.r__options-transition {
  transition: opacity 0.3s;
}
.r__options-enter,
.r__options-leave {
  opacity: 0;
}
.r__option {
  display: block;
  line-height: 45px;
  padding-left: 30px;
}
.r__option:hover {
  background-color: #f2f2f2;
}
.r__input {
  font-size: 15px;
  height: 45px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  box-shadow: 0 0 0 1px #b4b4b4;
  border-radius: 4px;
  padding: 0 10px;
}
.r__input:hover,
.r__input:focus {
  box-shadow: 0 0 0 1px #add8e6;
}
.r__input.error {
  box-shadow: 0 0 0 1px #e20000;
}
.r__input.ok {
  box-shadow: 0 0 0 1px #15b400;
}
.r__descr {
  font-size: 13px;
}
.r__descr a {
  font-weight: bold;
}
.r__descr a:hover {
  color: #e20000;
  text-decoration: none;
}
.r__descr p {
  margin: 0;
  padding-left: 1px;
  display: inline-block;
}
.an__line {
  margin-bottom: 20px;
}
.an__label {
  min-width: 140px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 15px;
}
.an__senders {
  position: relative;
  display: inline-block;
  min-width: 180px;
  margin-right: 15px;
}
.an__frequency {
  position: relative;
  min-width: 100px;
  display: inline-block;
}
.an__frequency .adjust-width {
  width: 100px;
}
.an__column-title {
  position: absolute;
  bottom: 100%;
  left: 5px;
  margin-bottom: 10px;
  color: #a0a0a0;
  font-size: 12px;
}
.an__btn {
  border: none;
  height: 30px;
  cursor: pointer;
}
.an__btn--save {
  color: #fff;
  background-color: #e20000;
  width: 70px;
}
.an__btn--save:hover {
  opacity: 0.8;
}
.an__btn--save:active {
  opacity: 0.75;
}
.an__btn--save[disabled] {
  cursor: default;
  background-color: #a6a6a6;
  opacity: 0.5;
}
.an .adjust-width {
  box-sizing: border-box;
}
.ap__form {
  float: left;
  width: 430px;
}
.ap__stuff {
  float: right;
  text-align: right;
}
.ap__avatar {
  position: relative;
  display: block;
  height: 50px;
}
.ap__avatar__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  box-shadow: 0 0 0 2px #fff;
}
.ap__avatar__symbol {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  box-shadow: 0 0 0 2px #fff;
  font-family: 'SEB';
  font-size: 28px;
  text-align: center;
  text-transform: uppercase;
  line-height: 50px;
  color: #fff;
}
.ap__avatar__text {
  display: inline-block;
  color: #fff;
  background-color: #e20000;
  font-size: 13px;
  margin-left: 20px;
  margin-top: 13px;
  padding-left: 40px;
  padding-right: 12px;
  height: 25px;
  line-height: 25px;
}
.ap__pass {
  height: 48px;
  position: relative;
}
.ap__pass__text {
  display: inline-block;
  color: #fff;
  background-color: #e20000;
  font-size: 13px;
  margin-top: 12px;
  padding-left: 12px;
  padding-right: 12px;
  height: 25px;
  line-height: 25px;
}
.ap__soc {
  padding-top: 12px;
}
.ap__line {
  position: relative;
  font-size: 13px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .ap__line--timezones .ap__select {
    width: 200px !important;
  }
}
.ap__label {
  width: 110px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 5px;
  vertical-align: top;
}
.ap__change {
  position: absolute;
  top: 0;
  right: 50px;
  line-height: 30px;
  padding-right: 5px;
}
.ap__change:hover {
  color: #e20000;
}
.ap__input {
  font-size: 13px;
  height: 30px;
  width: 270px;
  box-sizing: border-box;
  border: none;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
}
.ap__input.error {
  border: 1px solid #e20000;
}
.ap__input.ok {
  border: 1px solid #15b400;
}
.ap__input.warning {
  border: 1px solid #ffa500;
}
.ap__input.disabled {
  background-color: #f2f2f2;
}
.ap__input--dropdown {
  border-radius: 4px 4px 0 0;
}
.ap__input--ico {
  padding-left: 35px;
}
.ap__input--club {
  padding-right: 80px;
}
.ap__senders {
  position: relative;
  display: inline-block;
  min-width: 180px;
  margin-right: 15px;
}
.ap__frequency {
  position: relative;
  min-width: 100px;
  display: inline-block;
}
.ap__frequency .adjust-width {
  width: 100px;
}
.ap__column-title {
  position: absolute;
  bottom: 100%;
  left: 5px;
  margin-bottom: 10px;
  color: #a0a0a0;
  font-size: 12px;
}
.ap__bottom {
  padding-top: 10px;
  clear: both;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ap__btn {
  border: none;
  height: 30px;
  cursor: pointer;
}
.ap__btn--save {
  color: #fff;
  background-color: #e20000;
  min-width: 70px;
  padding: 0 20px;
}
.ap__btn--save:hover,
.ap__btn--save:active {
  opacity: 0.75;
}
.ap__message {
  margin: 0 20px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.ap__disactivate {
  display: inline-block;
  background-color: #d3d3d3;
  height: 25px;
  line-height: 25px;
  padding-left: 12px;
  padding-right: 12px;
  color: #fff;
}
.ap__select {
  display: inline-block;
  border-radius: 4px;
  height: 30px;
  width: 270px;
  line-height: 30px;
  position: relative;
  vertical-align: top;
}
.ap__current {
  position: relative;
  display: block;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 30px;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  background-color: #fff;
  z-index: 2;
}
.ap__current.active {
  border-radius: 4px 4px 0 0;
}
.ap__current:focus {
  outline: none;
  box-shadow: 0 0 5px 2px #add8e6;
}
.ap__current:hover i,
.ap__current:hover span {
  opacity: 0.75;
}
.ap__current-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ap__options {
  max-height: 200px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 1px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #b4b4b4;
  border-radius: 0 0 4px 4px;
  z-index: 3;
}
.ap__options--filter {
  padding-top: 35px;
}
.ap__options-transition {
  transition: opacity 0.3s;
}
.ap__options-enter,
.ap__options-leave {
  opacity: 0;
}
.ap__option {
  display: block;
  line-height: 30px;
  padding-left: 10px;
}
.ap__option:hover {
  background-color: #f2f2f2;
}
.ap__gray {
  color: #999;
}
.ap__currtime {
  position: absolute;
  top: 0;
  left: 400px;
  width: 200px;
  line-height: 30px;
  vertical-align: top;
}
.ap__add {
  display: inline-block;
  line-height: 30px;
  vertical-align: top;
  margin-top: 8px;
  margin-left: 10px;
  height: 14px;
  width: 14px;
  background: transparent url("../img/ico/plus.sprite.14-2x.png") 0 0 no-repeat;
  background-size: 14px 28px;
  cursor: pointer;
}
.ap__add:hover,
.ap__add:active {
  background-position: 0 -14px;
}
.ap__remove {
  position: absolute;
  top: 0;
  right: 55px;
  line-height: 30px;
  cursor: pointer;
}
.ap__remove:hover {
  opacity: 0.75;
}
.ap__flagico {
  position: absolute;
  top: 7px;
  left: 130px;
  height: 16px;
  width: 16px;
}
.ap__teamico {
  position: absolute;
  top: 7px;
  left: 130px;
  height: 16px;
  width: 16px;
}
.ap__optionico {
  height: 16px;
  width: 16px;
  line-height: 30px;
  vertical-align: middle;
}
.ap__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 10;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.ap__popup-inner {
  position: relative;
}
.ap__popup {
  position: relative;
  padding: 25px;
  width: 540px;
  text-align: left;
  background-color: #fff;
}
.ap__popup__label {
  display: inline-block;
  line-height: 30px;
  font-size: 13px;
  padding: 0 10px;
  cursor: pointer;
}
.ap__popup__label:hover {
  opacity: 0.75;
}
.ap__popup__label--red {
  color: #fff;
  background-color: #e20000;
}
.ap__popup__dropzone {
  position: relative;
  padding: 50px 10px;
  margin-bottom: 10px;
  border: 4px dashed #eaeaea;
  border-radius: 12px;
}
.ap__popup__dropzone.active,
.ap__popup__dropzone:active {
  border-color: #e20000;
}
.ap__popup__file {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.ap__popup__cropper {
  max-height: 80vh;
}
.ap__popup__img {
  height: auto;
  width: 100%;
}
.ap__popup__save {
  display: inline-block;
  color: #fff;
  height: 30px;
  line-height: 30px;
  background-color: #e20000;
  padding: 0 25px;
}
.ap__popup__save:hover {
  background-color: rgba(226,0,0,0.75);
}
.ap__popup__buttons {
  margin: 10px 0;
}
.ap__success-ico {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  background: transparent url("../img/ico/success-2x.png") center no-repeat;
  background-size: cover;
}
.ap__success-message {
  display: inline-block;
  color: #15b400;
  margin-left: 50px;
}
.faq__tmenu {
  overflow: hidden;
  padding-bottom: 50px;
}
.faq__tmitem {
  height: 40px;
  width: 240px;
  box-shadow: 0 0 0 1px #c0c0c0 inset;
  border-radius: 4px;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  float: left;
  cursor: pointer;
}
.faq__tmitem:hover,
.faq__tmitem.active {
  color: #fff;
  background-color: #e20000;
  box-shadow: none;
}
.faq__tmitem:hover .faq__tmico--how,
.faq__tmitem.active .faq__tmico--how {
  background-position: -54px -27px;
}
.faq__tmitem:hover .faq__tmico--basic,
.faq__tmitem.active .faq__tmico--basic {
  background-position: -27px -27px;
}
.faq__tmitem:hover .faq__tmico--contact,
.faq__tmitem.active .faq__tmico--contact {
  background-position: 0 -27px;
}
.faq__tmitem:hover .faq__tmico--main,
.faq__tmitem.active .faq__tmico--main {
  background-position: 0 -27px;
}
.faq__tmitem:hover .faq__tmico--rules,
.faq__tmitem.active .faq__tmico--rules {
  background-position: -27px -27px;
}
.faq__tmitem:hover .faq__tmico--calc,
.faq__tmitem.active .faq__tmico--calc {
  background-position: -54px -27px;
}
.faq__tmitem.active {
  cursor: default;
}
.faq__tmitem:not(:first-child) {
  margin-left: 105px;
}
.faq__h1 {
  font-size: inherit;
  display: inline;
}
.faq__tmico {
  display: inline-block;
  height: 27px;
  width: 27px;
  margin-left: 10px;
  margin-right: 15px;
  margin-top: -3px;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("../img/ico/ico.faq-2x.png");
  background-size: 82px 54px;
  background-repeat: no-repeat;
}
.faq__tmico--how {
  background-position: -54px 0;
}
.faq__tmico--basic {
  background-position: -27px 0;
}
.faq__tmico--contact {
  background-position: 0 0;
}
.faq__tmico--main,
.faq__tmico--rules,
.faq__tmico--calc {
  background-image: url("../img/ico/ico.betting-faq-2x.png");
}
.faq__tmico--main {
  background-position: 0 0;
}
.faq__tmico--rules {
  background-position: -27px 0;
}
.faq__tmico--calc {
  background-position: -54px 0;
}
.faq__tcontent {
  position: relative;
  min-height: 200px;
  box-shadow: 0 -1px 0 0 #fff inset, 0 0 0 1px #c0c0c0 inset;
  border-radius: 4px 4px 0 0;
}
.faq__tcontent:before,
.faq__tcontent:after {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  content: '';
  height: 100%;
  width: 1px;
  background-image: linear-gradient(to bottom, #c0c0c0 0px, #fff 200px, #fff 100%);
  z-index: 2;
}
.faq__tcontent:after {
  left: auto;
  right: 0;
}
.faq__tcontent a {
  text-decoration: underline;
}
.faq__tcontent a:hover {
  text-decoration: none;
}
.faq__tcslider {
  height: 0;
  width: 0;
  margin-left: -30px;
  border-width: 0 30px 30px 30px;
  border-style: solid;
  border-color: #c0c0c0 transparent;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transition: left 0.7s;
}
.faq__tcslider:before {
  display: block;
  position: absolute;
  top: 1px;
  left: -30px;
  border-width: 0 30px 30px 30px;
  border-style: solid;
  border-color: #fff transparent;
  content: '';
}
.faq__tcslider--left {
  left: 120px;
}
.faq__tcslider--right {
  left: 810px;
}
.faq__tcitem {
  padding: 35px 40px;
}
.faq__tcitem-transition {
  opacity: 1;
  transition: opacity 0.7s;
}
.faq__tcitem-enter {
  opacity: 0;
}
.faq__tcitem-leave {
  opacity: 0;
  transition: opacity 0s;
}
.faq__questions,
.faq__calc {
  margin: 0 -20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.faq__qblock {
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.faq__question,
.faq__answer {
  position: relative;
  font-size: 13px;
  line-height: auto;
  margin-left: 25px;
  padding-bottom: 15px;
}
.faq__question {
  font-weight: bold;
}
.faq__ico {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  height: 15px;
  width: 15px;
  line-height: 15px;
  border-radius: 50%;
  background-color: #2e353a;
  color: #fff;
  font-size: 10px;
  text-align: center;
  font-style: normal;
}
.faq__ico--red {
  background-color: #e20000;
}
.faq__answer {
  padding-bottom: 30px;
}
.faq__answer p {
  margin: 0;
}
.faq__subtabs {
  margin-top: -8px;
}
.faq__stmenu {
  overflow: hidden;
  padding-bottom: 35px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.faq__stmitem {
  font-size: 15px;
  font-weight: bold;
  float: left;
  cursor: pointer;
  width: 32%;
  text-align: center;
}
.faq__stmitem:nth-child(3n+1) {
  clear: both;
}
.faq__stmitem span {
  line-height: 1.3;
}
.faq__stmitem:hover,
.faq__stmitem.active {
  color: #e20000;
}
.faq__stcontent a {
  text-decoration: underline;
}
.faq__stcontent a:hover {
  text-decoration: none;
}
.faq__stcitem__block {
  font-size: 13px;
  margin-bottom: 25px;
}
.faq__stcitem__title,
.faq__stcitem__text {
  position: relative;
  margin-left: 25px;
}
.faq__stcitem__title:before,
.faq__stcitem__text:before {
  position: absolute;
  top: 0;
  left: -25px;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #e20000;
  color: #fff;
  content: 'Q';
  font-size: 10px;
  line-height: 15px;
  text-align: center;
}
.faq__stcitem__title {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
}
.faq__stcitem__text {
  font-size: 13px;
  margin-bottom: 35px;
}
.faq__stcitem__text:before {
  background-color: #2e353a;
  content: 'A';
}
.faq__stcitem-transition {
  opacity: 1;
  transition: opacity 0.7s;
}
.faq__stcitem-enter {
  opacity: 0;
}
.faq__stcitem-leave {
  opacity: 0;
  transition: opacity 0s;
}
.cf {
  text-align: center;
}
.cf__types {
  padding: 30px 0 10px;
}
.cf__type {
  display: inline-block;
  height: 25px;
  width: auto;
  line-height: 25px;
  margin: 0 5px;
  padding: 0 10px;
  cursor: pointer;
  box-shadow: 0 0 0 1px #c0c0c0 inset;
  margin-bottom: 20px;
}
.cf__type.active {
  color: #fff;
  background-color: #e20000;
  box-shadow: none;
  cursor: default;
}
.cf__line {
  position: relative;
  margin-bottom: 20px;
}
.cb--competition__team-stats {
  width: 450px;
  float: right;
}
.com__head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
.com__ico {
  height: 46px;
  width: 46px;
  margin-right: 10px;
}
.com__title {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 10px;
}
.com__descr {
  font-size: 13px;
}
.olc {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.olc__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  max-height: 143px;
}
.olc__more {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.olc__more:before,
.olc__more:after {
  content: '';
  display: block;
  height: 1px;
  background-color: #edeeef;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.olc__mbtn {
  margin: 0 15px;
  cursor: pointer;
  background-color: #a6a6a6;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  border-radius: 2px;
  padding: 0 15px;
}
.olc__mbtn:hover {
  background-color: #e20000;
}
.olc__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 5px 35px 20px 0;
}
.olc__item:hover {
  color: #e20000;
}
.olc__ico {
  height: 46px;
  width: 46px;
  background-color: #39444a;
  border-radius: 23px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.olc__noico {
  height: 36px;
  width: 36px;
  background-color: #eaeaea;
  border-radius: 18px;
}
.olc__img {
  height: 32px;
  width: 32px;
}
.olc__block {
  margin-left: 10px;
  white-space: nowrap;
}
.olc__title {
  font-size: 13px;
}
.olc__descr {
  color: #a0a0a0;
  font-size: 12px;
}
.clt {
  clear: both;
}
.clt .table table {
  margin-bottom: 12px;
}
.clt__nodata {
  padding: 30px 0;
}
.clt__nodata a {
  text-decoration: underline;
}
.clt__nodata a:hover {
  color: #e20000;
  text-decoration: none;
}
.clt__group {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.clt__standings {
  width: 450px;
}
.clt__last-results {
  position: relative;
  width: 450px;
}
.clt__groupkey {
  color: #e20000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: normal;
  white-space: normal;
}
.clr {
  margin-bottom: 12px;
}
.clr span,
.clr strong {
  margin: 0 !important;
}
.clr__title {
  line-height: 27px;
  height: 30px;
  position: relative;
  border-bottom: 1px solid #edeeef;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.clr__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.clr__popup {
  box-shadow: 0 -1px 0 0 #d3d3d3, 1px 3px 5px 0 rgba(0,0,0,0.15);
  position: absolute;
  top: 30px;
  left: -5px;
  right: -5px;
  padding: 0 5px;
  border-radius: 0 0 5px 5px;
  background-color: #fff;
  z-index: 4;
}
.clr__row {
  border-bottom: 1px solid #edeeef;
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  height: 33px;
  line-height: 32px;
  display: block;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.clr__btn {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  background-color: #a6a6a6;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px;
  padding: 0 10px;
  cursor: pointer;

  @media (min-width: 390px) and (max-width: 700px) {
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
}
.clr__btn:hover {
  background-color: #e20000;
}
.cts__head {
  font-weight: bold;
  overflow: hidden;
  padding: 5px 0 0;
}
.cts__hleft {
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.cts__hright {
  width: 50%;
  float: right;
  text-align: right;
  box-sizing: border-box;
}
.cts__row {
  overflow: hidden;
  padding-bottom: 10px;
}
.cts__rtitle {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  margin-bottom: 10px;
}
.cts__rtitle:before,
.cts__rtitle:after {
  display: block;
  height: 0;
  width: 320px;
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  top: 50%;
  right: 100%;
  content: '';
}
.cts__rtitle:after {
  right: auto;
  left: 100%;
}
.cts__rleft {
  width: 50%;
  float: left;
}
.cts__rright {
  width: 50%;
  float: right;
  text-align: right;
}
.cts__rimg {
  display: inline-block;
  vertical-align: middle;
}
.cts__rdescr {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
  margin: 0 10px;
}
.cts__rteam {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cts__rgames {
  color: #a0a0a0;
}
.clm__time {
  width: 40px;
}
.clm__league {
  width: 320px;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
}
.clm__img {
  height: 27px;
  width: 27px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 5px !important;
  margin-right: 5px !important;
}
.clm__teams {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clm__score {
  font-size: 14px;
  width: 80px;
}
.clm__w150 {
  font-size: 14px;
  width: 150px;
}
.cfc__title {
  border-bottom: 1px solid #d3d3d3;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cfc__row {
  height: 30px;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cfc__block {
  width: 48%;
  float: left;
  overflow: hidden;
  margin-bottom: 20px;
}
.cfc__block:nth-child(even) {
  clear: both;
  margin-right: 2%;
}
.cfc__block:nth-child(odd) {
  margin-left: 2%;
}
.cfc__round {
  display: inline-block;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  background-color: #3d464c;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}
.ctw__blocks {
  text-align: center;
  letter-spacing: -1em;
}
.ctw__block {
  letter-spacing: 0;
  display: inline-block;
  overflow: hidden;
  font-size: 14px;
  text-align: left;
  width: 162px;
  box-shadow: 0 0 0 1px #d3d3d3;
  border-radius: 4px;
  transition: box-shadow 0.3s;
  margin-bottom: 20px;
  margin-left: 30px;
}
.ctw__block:nth-child(5n+1) {
  margin-left: 0;
}
.ctw__block:hover {
  box-shadow: 0 0 3px 2px #d3d3d3, 0 0 0 1px #d3d3d3;
}
.ctw__block:hover .ctw__head {
  color: #fff;
  background-color: #e20000;
}
.ctw__head {
  padding: 0 0 0 10px;
  background-color: #f7f7f7;
  transition: background-color 0.15s, color 0.15s;
}
.ctw__body {
  padding: 0 0 0 10px;
}
.ctw__img {
  vertical-align: middle;
  height: 30px;
  width: 30px;
}
.ctw__team {
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
  text-align: center;
  width: 100px;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ctw__bm {
  vertical-align: middle;
  height: 20px;
  width: 64px;
}
.ctw__rate {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 40px;
  width: 70px;
}
.coo__line {
  border-bottom: 1px solid #d3d3d3;
  padding: 5px 0;
  overflow: hidden;
}
.coo__line--head {
  line-height: 22px;
}
.coo__cell {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  padding-left: 5px;
  padding-right: 5px;
}
.coo__cell--type:before,
.coo__cell--date:before {
  display: inline-block;
  vertical-align: middle;
  height: 60px;
  content: '';
}
.coo__cell--blocks {
  height: 60px;
  width: 460px;
  padding: 0;
  transition: height 0.3s;
}
.coo__cell--btn {
  width: 60px;
  height: 60px;
  padding: 0;
}
.coo__type,
.coo__date {
  display: inline-block;
  font-size: 13px;
  line-height: 21px;
  vertical-align: middle;
}
.coo__date {
  font-size: 12px;
  line-height: 22px;
}
.coo__block {
  float: left;
  overflow: hidden;
  height: 60px;
  width: 140px;
  box-shadow: 0 0 0 0 #d3d3d3;
  border-radius: 4px;
  margin-left: 20px;
  transition: all 0.3s;
}
.coo__block:hover {
  transition: all 0.3s;
  box-shadow: 0 0 0 1px #d3d3d3, 0 0 5px 3px #d3d3d3;
}
.coo__block:nth-child(n+4) {
  margin-top: 10px;
}
.coo__block:nth-child(3n+1) {
  margin-left: 0;
}
.coo__head,
.coo__body {
  padding: 0 0 0 10px;
}
.coo__img {
  vertical-align: middle;
  height: 22px;
  width: 22px;
}
.coo__team {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 30px;
  width: 85px;
  margin-left: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coo__bm {
  vertical-align: middle;
  height: 20px;
  width: 64px;
}
.coo__rate {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  font-size: 12px;
  width: 40px;
  text-align: center;
}
.coo__btn {
  height: 60px;
  width: 60px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  cursor: pointer;
}
.coo__btn.active {
  -webkit-transform: rotate(-90deg) translate(-20px, 0px);
  transform: rotate(-90deg) translate(-20px, 0px);
}
.coo__arrow {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  height: 18px;
  line-height: 18px;
  margin-top: 21px;
  text-align: center;
  width: 62px;
  background-color: #3d464c;
  border-radius: 3px 0 0 3px;
  transition: opacity 0.3s;
}
.coo__arrow:hover {
  opacity: 0.75;
}
.coo__arrow:before {
  display: inline-block;
  content: 'show all';
}
.coo__arrow:after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  border-width: 9px 0 9px 9px;
  border-style: solid;
  border-color: transparent #3d464c;
  content: '';
}
.coo__arrow--hide {
  opacity: 0.5;
}
.coo__arrow--hide:before {
  content: 'hide';
}
@media (max-width: 1299px) {
  .clt__standings,
  .clt__last-results {
    width: 100%;
  }
  .cb--competition__league-tables,
  .cb--competition__last-results,
  .cb--competition__team-stats {
    width: auto;
    float: none;
  }
  .clm__league {
    width: 290px;
  }
}
.fop__head {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  min-height: 50px;
  margin-bottom: 5px;
}
.fop__head__title-block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.fop__head__details {
  width: 100%;
  font-size: 14px;
  margin: 0;
  font-weight: normal;
  min-height: 20px;
}
.fop__head__details a:hover {
  text-decoration: none;
  color: #e20000;
}
.fop__flag {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  margin-right: -5px;
  box-shadow: 0 0 0 1px #fff;
}
.fop__title-pair {
  width: 100px;
  position: relative;
}
.fop__title-pair:after {
  content: '';
  display: block;
  width: 6px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  -webkit-transform: skew(-7deg);
  transform: skew(-7deg);
}
.fop__title-link {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 50px;
  width: 50px;
}
.fop__title-link:hover {
  opacity: 0.75;
}
.fop__title-logo {
  border-radius: 50%;
  box-shadow: 0 0 0 2px #efefef;
}
.fop__livestream {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  height: 18px;
  line-height: 18px;
  width: auto;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  padding: 0 7px;
  background-color: #e20000;
  margin-left: 20px;
}
.fop__livestream:hover {
  opacity: 0.75;
}
.fop__livestream:before {
  display: inline-block;
  content: '';
  margin-right: 5px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent #fff;
}
.fop__extlink {
  display: block;
  height: 12px;
  width: 12px;
  background: transparent url("/img/svg/external.link.svg") center/cover no-repeat;
  margin-left: 5px;
}
.fop__soc {
  position: relative;
  display: block;
  text-align: right;
  margin-top: 20px;
  margin-bottom: -38px;
  height: 24px;
  z-index: 1;
}
.fop__soc--register {
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.fop__live {
  margin-left: 20px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
}
.fop__lsicoOld {
  height: 10px;
  width: 10px;
  top: -8px;
  background-image: url("/img/svg/arr.stick.svg");
}
.fop__lsico {
  position: absolute;
  top: 9px;
  height: 10px;
  width: 10px;
  background-image: url("/img/svg/arr.stick.svg");
}
.fop__lsico--1 {
  left: 15px;
}
.fop__lsico--2 {
  right: 15px;
}
.fop__livescore {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 25px;
  line-height: 1;
  height: 27px;
  font-weight: bold;
  color: #fff;
  padding: 0 25px;
  text-align: center;
  background-color: #37444c;
  margin-bottom: 2px;
  border-radius: 4px 4px 0 0;
}
.fop__livescore--live {
  background-color: #e20000;
}
.fop__livescore--livebox {
  min-width: 150px;
  height: 32px;
}
.fop__livescore--box {
  background-color: #3d464c;
}
.fop__colon {
  padding-right: 2px;
  margin-bottom: 2px;
}
.fop__lsel {
  font-size: 25px;
  line-height: 1;
}
.fop__animation {
  -webkit-animation: dots 2s infinite steps(15);
  animation: dots 2s infinite steps(15);
}
.fop__livetime {
  background-color: #949494;
  color: #fff;
  font-size: 12px;
  line-height: 17px;
  padding: 0 15px;
  border-radius: 0 0 3px 3px;
  text-align: center;
}
.fop__livetime--live {
  background-color: #3d464c;
}
.fop__livenote-wrapper {
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 10px;
  z-index: 1;
}
.fop__livenote {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #fff;
  white-space: nowrap;
  margin: 5px 0;
}
.fop__liveline {
  position: absolute;
  bottom: 100%;
  left: 2px;
  right: 2px;
  margin-bottom: 3px;
  border-radius: 2px;
  overflow: hidden;
  opacity: 0.7;
}
.fop__livebrdr {
  height: 3px;
  border-radius: 2px;
  width: 50%;
  margin: 0 auto;
  -webkit-animation: liveline 5s infinite ease-in-out;
  animation: liveline 5s infinite ease-in-out;
  background-color: #e20000;
}
.fop__livebrdr-js {
  height: 3px;
  border-radius: 2px;
  background-color: #e20000;
}
.fop__plus {
  position: absolute;
  right: -8px;
  top: 19px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #fff;
  background-color: #3d464c;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px;
}
.fop__plus:before,
.fop__plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -1px;
  content: '';
  display: block;
  height: 2px;
  width: 8px;
  background-color: #fff;
}
.fop__plus:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fop__plus:hover ~ .fop__popup {
  display: -webkit-flex;
  display: flex;
}
.fop__popup {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #3d464c;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 6px;
  padding: 5px 15px;
}
.fop__popup:hover {
  display: -webkit-flex;
  display: flex;
}
.fop__pline {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 28px;
  white-space: nowrap;
}
.fop__ptext:first-letter {
  text-transform: capitalize;
}
.fop__pscore {
  height: 24px;
  padding: 0 10px;
  color: #3d464c;
  background-color: #fff;
  border-radius: 4px;
}
.fop__note {
  display: inline-block;
  margin-right: -5px;
  height: 20px;
  width: 20px;
  background: transparent url("../img/ico/ico.note.white.png") center no-repeat;
  background-size: 15px;
}
.fop__art {
  position: relative;
}
.fop__art__pretitle {
  color: #fff;
  background-color: #3d464c;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 3px;
  padding: 3px 15px;
}
.fop__art__title {
  color: #fff;
  background-color: #3d464c;
  display: inline-block;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 12px;
  padding: 3px 15px;
}
.fop__art__img {
  margin-bottom: 10px;
}
.fop__art__img--left {
  float: left;
  margin-right: 10px;
}
.fop__art__img--right {
  float: right;
  margin-left: 10px;
}
.fop__art__text {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  padding: 0;
}
.fop__art__author {
  position: absolute;
  top: 100%;
  right: 0;
  font-size: 13px;
  font-style: italic;
  font-weight: bold;
  text-align: right;
}
.fop__bm {
  overflow: hidden;
  border-radius: 3px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 15px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.fop__bm__img {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80px 24px;
  height: 24px;
  width: 90px;
}
.fop__bm__delim {
  -webkit-align-self: stretch;
  align-self: stretch;
  -webkit-transform: skew(-16deg);
  transform: skew(-16deg);
  margin-left: -2px;
  width: 4px;
  background-color: #fff;
}
.fop__bm__rate {
  color: #fff;
  text-align: center;
  width: 40px;
}
.fop__bgreen {
  position: relative;
}
.fop__bgreen:before {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -10px;
  right: -10px;
  display: block;
  content: '';
  border: 2px solid #15b400;
  border-radius: 4px;
  z-index: -1;
}
.fop__green {
  position: relative;
  border-radius: 3px;
  padding: 0 7px;
  margin-left: -3px !important;
}
.fop__green:hover {
  background-color: #097b5e;
  color: #fff;
}
.fop__green:before {
  content: '';
  display: block;
  border-radius: 50%;
  height: 2px;
  width: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -1px;
  box-shadow: 0 0 0 10px rgba(21,180,0,0.3);
  opacity: 0;
  transition: opacity 0.3s, box-shadow 0.3s 0.3s;
  z-index: -1;
}
.fop__green.active:before {
  box-shadow: 0 0 0 25px rgba(21,180,0,0.3);
  opacity: 1;
  transition: box-shadow 0.3s;
}
.fop__descr a.fop__link {
  text-decoration: underline;
  vertical-align: inherit;
  margin: 0;
}
.fop__descr a.fop__link:hover {
  color: #3d464c;
  text-decoration: none;
}
.fop__player-wrapper {
  position: relative;
  margin-bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  -webkit-justify-content: center;
  justify-content: center;
  background-color: #151515;
  transition: margin-bottom 0.3s 0.3s;
}
.fop__player-wrapper--active {
  transition: margin-bottom 0.3s;
  margin-bottom: 20px;
}
.fop__player {
  overflow: hidden;
  transition: height 0.3s;
  box-sizing: border-box;
}
.fop__player--hidden {
  opacity: 0;
  transition: height 0.3s 0.1s;
  height: 0 !important;
}
.fop__close {
  height: 20px;
  width: 100%;
}
@media (min-width: 1300px) {
  .fop__close {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.fop__close-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  font-weight: bold;
  cursor: pointer;
}
.fop__close-btn:before,
.fop__close-btn:after {
  position: absolute;
  width: 12px;
  box-shadow: 0 0 0 1px #fff;
  top: 10px;
  left: 3px;
  content: '';
}
.fop__close-btn:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.fop__close-btn:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slus {
  position: relative;
}
.slus:after {
  clear: both;
  display: block;
  content: '';
}
.slus--left,
.slus--right {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.slus--left {
  padding-right: 15px;
}
.slus--right {
  padding-left: 15px;
}
.slus__title {
  font-size: 17px;
  font-weight: bold;
  padding-bottom: 5px;
}
.slus__subtitle {
  font-size: 13px;
  padding: 5px 0 0;
  font-weight: bold;
}
.slus__line {
  border-bottom: 1px solid #edeeef;
  display: -webkit-flex;
  display: flex;
}
.slus__line--coach {
  margin-top: 20px;
  border-top: 1px solid #edeeef;
}
.slus__col {
  box-sizing: border-box;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 25px;
}
.slus__col--ico {
  height: 25px;
  width: 14px;
}
.slus__col--nat {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 40px;
}
.slus__col--no {
  width: 30px;
  text-align: center;
}
.slus__col--name {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 5px 0 20px;
}
.slus__col--coach-name {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 15px;
  margin-right: 5px;
  font-weight: bold;
}
.slus__col--coach-label {
  margin-left: auto;
  margin-right: 10px;
}
.slus__col--in,
.slus__col--out {
  width: 20px;
  position: relative;
}
.slus__col--in:before,
.slus__col--out:before {
  width: 0;
  margin-top: 7px;
  display: block;
  border-style: solid;
  margin-left: 1px;
  content: '';
}
.slus__col--in:before {
  border-width: 5px 0 5px 9px;
  border-color: transparent #5c9c54;
}
.slus__col--out:before {
  border-width: 5px 9px 5px 0;
  border-color: transparent #d10000;
}
.slus__col--pos {
  width: 30px;
  text-align: center;
}
.slus__icons-wrapper {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-self: stretch;
  align-self: stretch;
}
.slus__icons {
  display: -webkit-flex;
  display: flex;
  margin-left: 5px;
}
.slus__icons--gb {
  margin-left: -5px;
}
.slus__icons--gb:first-child {
  margin-left: 3px;
}
.slus__icons:hover .slus__note {
  display: block;
}
.slus__icon {
  display: inline-block;
  height: 100%;
  width: 16px;
  background-color: transparent;
  background-position: center;
  background-size: 16px 14px;
  background-repeat: no-repeat;
}
.slus__note {
  position: absolute;
  white-space: nowrap;
  margin-left: 20px;
  margin-top: -1px;
  color: #3d464c;
  font-size: 11px;
  padding: 0 10px;
  line-height: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  z-index: 1;
}
.slus__img {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: block;
  margin-left: 7px;
  height: 100%;
  width: 18px;
}
.slus__img--null {
  height: 18px;
  background-color: #d3d3d3;
  border-radius: 50%;
}
.slus__img--second {
  margin-left: -5px;
}
.lr__nodata {
  margin-top: 20px;
  font-size: 14px;
  font-weight: bold;
}
.lr__title {
  line-height: 30px;
  display: block;
  float: left;
}
.lr__title--date {
  width: 90px;
}
.lr__title--match {
  width: 385px;
}
.lr__title--competition {
  width: 150px;
}
.lr__line {
  border-bottom: 1px solid #edeeef;
  overflow: hidden;
  height: 31px;
}
.lr__line:last-child {
  border: none;
}
.lr__link {
  display: block;
  float: left;
  line-height: 30px;
  align-items: center;
}
.lr__link--first {
  width: 480px;
}
.lr__link--second {
  width: 150px;
  text-align: right;
}
.lr__col--date {
  padding-left: 5px;
  width: 90px;
}
.lr__col--team {
  width: 120px;
}
.lr__col--team--first {
  text-align: right;
}
.lr__col--win {
  font-weight: bold;
}
.lr__col--lose {
  color: #9c9c9c;
}
.lr__col--img {
  height: 18px;
  width: 18px;
  padding: 0 5px;
}
.lr__col--match {
  display: inline-block;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
.lr__col--competition {
  color: #9c9c9c;
  width: 140px;
  padding-right: 5px;
}
.lr__col--competition:hover {
  color: #e20000;
}
.lr__score {
  font-weight: bold;
  line-height: 1.2;
  padding: 3px 0;
}
.lr__score--small {
  font-size: 10px;
  line-height: 15px;
}
.lt__title {
  line-height: 30px;
  display: block;
  float: left;
  text-align: center;
}
.lt__title--offset {
  text-align: left;
  width: 150px;
}
.lt__title--pl {
  width: 30px;
}
.lt__title--wdl {
  width: 60px;
}
.lt__title--pts {
  width: 30px;
}
.lt__line {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 1px solid #edeeef;
  height: 31px;
}
.lt__line--delimiter {
  border-bottom: 1px dashed #d3d3d3;
}
.lt__line--link:hover {
  color: #e20000;
}
.lt__cimg {
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: middle;
  padding: 0 5px;
}
.lt__cteam-half {
  display: inline-block;
  vertical-align: middle;
  width: 107px;
}
.lt__cteam {
  vertical-align: middle;
  width: 90px;
}
.lt__clink {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 124px;
}
.lt__clink:hover {
  color: #e20000;
}
.lt__clink:hover img {
  opacity: 0.75;
}
.lt__cpl {
  text-align: center;
  width: 25px;
}
.lt__cwdl {
  text-align: center;
  width: 60px;
}
.lt__cpts {
  text-align: center;
  width: 25px;
}
.lt__cscore {
  font-weight: bold;
  text-align: center;
  width: 50px;
}
.bm {
  margin-top: -5px;
  font-size: 12px;
  color: #a0a0a0;
  text-align: center;
}
.bm--nowrap {
  white-space: nowrap;
}
.bm__clink {
  display: -webkit-flex;
  display: flex;
  height: 24px;
  width: 132px;
  position: relative;
  border-radius: 4px;
}
.bm__cbg {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 78px 24px;
}
.bm__cdel {
  position: relative;
  overflow: hidden;
  width: 10px;
}
.bm__cdel:after {
  content: '';
  display: block;
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 50%;
  width: 4px;
  margin-left: -2px;
  background-color: #fff;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.bm__codd {
  font-size: 12px;
  font-weight: bold;
  line-height: 24px;
  width: 38px;
  text-align: center;
  color: #fff;
}
.bm__link {
  position: relative;
  display: block;
  font-size: 0;
}
.bm__flag {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 14px;
  width: 14px;
  border-radius: 7px;
  margin-right: -2px !important;
  margin-bottom: -2px;
  box-shadow: 0 0 0 1px #fff;
}
.bm__flag--sbg {
  margin-right: -4px !important;
  margin-bottom: -2px;
}
.bm__flag--sbt {
  height: 12px;
  width: 12px;
  margin-right: -1px !important;
  margin-bottom: 0 !important;
}
.bm__flag--ptm {
  margin-right: -7px !important;
  margin-bottom: -2px;
}
.bm__flag--dummy {
  background-color: #eee;
}
.bm__flag--big {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  margin-right: -7px !important;
  margin-bottom: -4px;
}
.bm__item {
  display: inline-block;
  position: relative;
  left: 0;
  height: 20px;
  line-height: 20px;
  padding: 0 10px 0 10px;
  border-bottom: 1px solid #b4b4b4;
  white-space: nowrap;
  cursor: default;
  color: #3d464c;
}
.bm__item:before,
.bm__item:after {
  position: absolute;
  top: -1px;
  display: block;
  content: '';
  height: 22px;
  width: 1px;
  background-color: #b4b4b4;
}
.bm__item:before {
  left: -4px;
  -webkit-transform: rotate(-22deg);
  transform: rotate(-22deg);
}
.bm__item:after {
  right: -4px;
  -webkit-transform: rotate(22deg);
  transform: rotate(22deg);
}
.bm__item--floating {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.bm__item--right {
  left: -5px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.bm__item--right:before {
  display: none;
}
.bm__item--left {
  left: 5px;
}
.bm__item--left:after {
  display: none;
}
.bm__item--right,
.bm__item--left {
  cursor: pointer;
}
.bm__item--right:hover,
.bm__item--left:hover {
  color: #e20000;
}
@media (max-width: 1299px) {
  .fop__bm {
    margin-left: auto;
  }
  .fop__soc {
    top: 0;
    bottom: auto;
  }
  .fop__score {
    top: 100%;
    left: 0;
    margin-top: 5px;
    right: auto;
  }
  .fop__art__author {
    position: static;
    margin-bottom: 10px;
  }
  .lr__link--second {
    width: 180px;
  }
  .lr__col--competition {
    width: 170px;
  }
  .lt__title--offset {
    width: 200px;
  }
  .lt__cimg {
    display: inline-block;
  }
  .lt__cteam-half {
    width: 100px;
  }
  .lt__cteam {
    width: 140px;
  }
  .lt__clink {
    width: 174px;
  }
}
@-webkit-keyframes liveline {
  0%, 100% {
    -webkit-transform: translateX(-125%);
    transform: translateX(-125%);
  }
  50% {
    -webkit-transform: translateX(125%);
    transform: translateX(125%);
  }
}
@keyframes liveline {
  0%, 100% {
    -webkit-transform: translateX(-125%);
    transform: translateX(-125%);
  }
  50% {
    -webkit-transform: translateX(125%);
    transform: translateX(125%);
  }
}
@-webkit-keyframes dots {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
@keyframes dots {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}
.wel__blocks {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wel__block {
  position: relative;
  width: 650px;
  margin: 50px auto;
}
.wel__head {
  background-color: #f2f2f2;
  border: 1px solid #b4b4b4;
  border-bottom: none;
  height: 75px;
  padding: 20px 20px 0 20px;
  background-color: #f2f2f2;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
}
.wel__body {
  border: 1px solid #b4b4b4;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 10px 20px;
}
.wel__list {
  margin: 0;
  margin-left: 15px;
  padding: 0;
  width: 390px;
}
.wel__item {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 5px;
}
.wel__btn {
  position: absolute;
  top: 50px;
  right: -20px;
  background-color: #e20000;
  color: #fff;
  font-size: 17px;
  padding: 0 30px;
  line-height: 45px;
  box-shadow: 0 0 0 1px #b4b4b4;
}
.wel__btn:hover,
.wel__btn:active,
.wel__btn:focus,
.wel__btn:visited {
  color: #fff;
}
.wb {
  width: 285px;
}
.wb__head {
  height: 90px;
  padding: 15px 15px 0 15px;
  border: 1px solid #b4b4b4;
  background-color: #f2f2f2;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
}
.wb__body {
  height: 110px;
  padding-top: 25px;
  border: 1px solid #b4b4b4;
  border-top: none;
  border-radius: 0 0 5px 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  box-sizing: border-box;
}
.wb__bottom {
  padding: 0 15px;
  margin-top: -13px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wb__link {
  border-radius: 3px;
  background-color: #e20000;
  color: #fff;
  margin: 0 2px;
  padding: 0 10px;
  line-height: 25px;
  box-shadow: 0 0 0 3px #fff;
}
.wb__link:hover {
  color: #fff;
  text-decoration: underline;
}
.wb__link:active,
.wb__link:focus,
.wb__link:visited {
  color: #fff;
}
.wb__ico {
  margin-right: 20px;
}
.wb__desc {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 13px;
  line-height: 15px;
}
.wb__title {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
}
.wb__achv {
  text-align: center;
}
.wb__val {
  font-size: 24px;
  font-weight: bold;
}
.wb__label {
  font-size: 13px;
}
@media (max-width: 1299px) {
  .wel__blocks {
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .wel__block {
    width: auto;
  }
  .wel__btn {
    right: 0;
  }
}
.redir {
  height: 100vh;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.redir__block {
  background-color: #2e353a;
  min-width: 640px;
  max-width: 980px;
  padding: 55px 90px 75px 90px;
  border-radius: 12px;
  box-sizing: border-box;
}
.redir__block--extlink {
  padding: 35px 60px 45px 60px;
}
.redir__logo {
  display: block;
  margin: 0 auto 40px;
  height: 36px;
  width: 219px;
}
.redir__content {
  padding: 25px 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 6px;
}
.redir__text {
  font-size: 22px;
}
.redir__img {
  margin-left: 40px;
  height: 47.45px;
  width: 160px;
}
.redir__descr {
  border: 2px solid #fff;
  border-radius: 6px;
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 15px 25px;
}
.redir__descr a {
  color: #fff;
}
.redir__title {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 10px;
}
.redir__message {
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.redir__btns {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.redir__btn {
  position: relative;
  color: #36444b;
  font-size: 16px;
  font-weight: bold;
  line-height: 44px;
  padding: 0 15px;
  margin: 0 30px;
  background-color: #fff;
  border-radius: 4px;
}
.redir__btn--active {
  color: #e20000;
}
.redir__btn:hover {
  opacity: 0.9;
}
.redir__ghost {
  position: absolute;
  left: -42px;
  top: -14px;
  background: transparent url("/img/ghost.png") center no-repeat;
  background-size: contain;
  height: 75px;
  width: 55px;
}
.pv {
  display: -webkit-flex;
  display: flex;
}
.pv__title {
  line-height: 20px;
  font-weight: bold;
  border-bottom: 3px solid #e20000;
  margin-bottom: 30px;
}
.pv__thumb {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.pv__full {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 20px;
}
.np__cols {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
.np__cols .np__cblock {
  width: calc(32%)
}
.np__cblock {
  display: block;
  margin-bottom: 30px;
}
.np__cblock:hover .np__ctitle {
  color: #e20000;
}
.np__cimg {
  padding-top: 40%;
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 5px;
}
.np__cdesc {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #acacac;
  font-size: 11px;
  line-height: 14px;
  margin-bottom: 5px;
}
.np__csportico {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  opacity: 0.5;
}
.np__ctitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.np__lna {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.np__ln {
  width: 460px;
}
.np__sblock {
  display: -webkit-flex;
  display: flex;
  width: 460px;
  margin-bottom: 25px;
}
.np__sblock:hover .np__stitle {
  color: #e20000;
}
.np__simg {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 70px;
  width: 170px;
  background-color: #f2f2f2;
}
.np__scontent {
  margin-left: 12px;
}
.np__stitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.np__a {
  width: 440px;
}
.np__abanner {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.np__ablock {
  display: block;
  margin-bottom: 25px;
}
.np__ablock:hover .np__atitle {
  color: #e20000;
}
.np__atitle {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.np__secondary {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 20px;
}
.np__grid {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.np__gitem {
  position: relative;
  width: 300px;
}
.np__glink {
  display: block;
}
.np__glink--nl {
  background-color: #f2f2f2;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.np__glink:hover .np__gtitle {
  color: #e20000;
}
.np__gimg {
  height: 126px;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.np__gcontent--nl {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 10px 10px;
  box-sizing: border-box;
}
.np__gtitle {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.np__gtitle--block {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 5px;
}
.np__gbm {
  position: absolute;
  bottom: 5px;
  right: 10px;
}
.np__gbm:hover {
  opacity: 0.75;
}
.np__gbm--top {
  top: 0;
}
.np__gbm-ico {
  display: block;
  height: 19px;
  width: 66px;
}
.np__gdate {
  font-size: 12px;
  line-height: 14px;
  color: #8e8e8e;
}
.np__gdate--fixed {
  position: absolute;
  left: 10px;
  bottom: 10px;
}
.np__gtext {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.np__ad {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: #000;
  margin-left: 15px;
  width: 300px;
}
.np__rb {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 15px;
  width: 300px;
}
.np__vidico {
  position: relative;
  line-height: 14px;
  height: 14px;
  width: 14px;
  vertical-align: top;
  display: inline-block;
  background-color: #e20000;
  border-radius: 3px;
  margin-left: 5px;
}
.np__vidico--middle {
  vertical-align: middle;
}
.np__vidico:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -2px;
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent #fff;
  display: block;
  content: '';
}
.np__bonus {
  padding-top: 10px;
  margin-bottom: 20px;
}
.np__banner {
  display: block;
  margin: 0 auto 20px;
  height: 65px;
  width: 220px;
  border-radius: 10px;
  text-decoration: none;
  background-color: transparent;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.np__banner:hover {
  text-decoration: none;
  opacity: 0.75;
}
.fnp__top {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 3px;
}
.fnp__title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  margin: 0;
}
.fnp__tbm {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 78px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 4px;
}
.fnp__soc {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
}
.fnp__soc--ml0 {
  margin-left: 0;
}
.fnp__details {
  font-size: 12px;
  color: #8e8e8e;
}
.fnp__photo {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
}
.fnp__descr {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
  padding: 15px 0;
}
.fnp__text {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  padding: 15px 0;
}
.fnp__footer {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fnp__author {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.fnp__alabel {
  margin-right: 10px;
}
.fnp__alink {
  display: -webkit-flex;
  display: flex;
  font-weight: bold;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: underline;
}
.fnp__alink:hover {
  color: #e20000;
  text-decoration: none;
}
.fnp__aico {
  margin-right: 10px;
  height: 32px;
  width: 32px;
  border-radius: 50%;
}
.fnp__aname {
  font-weight: bold;
}
.fnp__board {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-radius: 4px;
  background-color: #f7f7f7;
  margin-top: 10px;
  padding: 15px;
  gap: 10px;
}
.fnp__match-block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
}
.fnp__match-block:hover {
  color: #e20000;
}
.fnp__team-ico {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  aspect-ratio: 1 / 1;
}
.fnp__match {
  margin-left: 10px;
}
.fnp__teams {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.fnp__time {
  font-size: 12px;
  color: #8e8e8e;
}
.fnp__bms {
  display: -webkit-flex;
  display: flex;
}
.fnp__bms--disabled .fnp__bm {
  margin-left: 10px;
}
.fnp__bms--disabled .fnp__bm-rate {
  color: #a5a5a5;
  width: 65px;
  font-size: 13px;
}
.fnp__bms--disabled .fnp__bm-ico {
  height: 20px;
  width: 65px;
}
.fnp__rates {
  margin: 0 -5px 0 5px;
  display: -webkit-flex;
  display: flex;
}
.fnp__block {
  margin: 0 10px;
  padding: 0 5px;
}
.fnp__block:hover .fnp__b-rate {
  background-color: #007c5c;
  color: #fff;
}
.fnp__b-pre {
  -webkit-align-self: flex-end;
  align-self: flex-end;
}
.fnp__b-title {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 9px;
}
.fnp__b-descr {
  color: #8e8e8e;
  font-size: 12px;
  line-height: 12px;
}
.fnp__b-rate {
  font-size: 16px;
  line-height: 1;
  padding: 5px 7px;
  border-radius: 4px;
}
.fnp__b-rate--active {
  background-color: #007c5c;
  color: #fff;
}
.fnp__b-pct {
  color: #8e8e8e;
  line-height: 1;
}
.fnp__bm {
  display: block;
  margin-left: 30px;
  text-align: center;
  text-decoration: none !important;
}
.fnp__bm:hover {
  color: #e20000;
}
.fnp__bm-rate {
  font-size: 16px;
  height: 22px;
  width: 78px;
  line-height: 22px;
  font-weight: bold;
  white-space: nowrap;
}
.fnp__bm-rate--marked {
  position: relative;
}
.fnp__bm-rate--marked:after {
  display: block;
  content: '';
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  border: 2px solid #15b400;
  border-radius: 4px;
}
.fnp__bm-ico {
  position: relative;
  display: block;
  height: 24px;
  width: 78px;
}
.fnp__sb {
  color: #fff;
  text-align: center;
  padding-left: 30px;
}
.fnp__sb-score {
  font-size: 24px;
  font-weight: bold;
  line-height: 27px;
  padding: 0 15px;
  background-color: #3e464d;
  margin-bottom: 2px;
  border-radius: 4px 4px 0 0;
}
.fnp__sb-time {
  font-size: 14px;
  line-height: 17px;
  padding: 0 15px;
  background-color: #929292;
  border-radius: 0 0 4px 4px;
}
.fnp__tags {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fnp__tag {
  color: #fff;
  text-decoration: none !important;
  font-size: 13px;
  line-height: 22px;
  padding: 0 10px;
  border-radius: 3px;
  background-color: #a5a5a5;
  margin-right: 10px;
  margin-bottom: 5px;
}
.fnp__tag:hover {
  color: #fff !important;
  background-color: #e20000;
}
.fnp__wrapper {
  display: -webkit-flex;
  display: flex;
}
.fnp__body {
  margin-bottom: 20px;
}
.fnp__body h2 {
  margin: 0;
}
.fnp__body p {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}
.fnp__body a {
  text-decoration: underline;
}
.fnp__body a:hover {
  color: #e20000;
  text-decoration: none;
}
.fnp__extra {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 20px;
  width: 270px;
}
.fnp__lt {
  margin-bottom: 20px;
}
.fnp__lt:after {
  clear: both;
  display: block;
  content: '';
}
.fnp__related {
  margin-bottom: 20px;
}
.fnp__ritem {
  display: block;
  margin-bottom: 15px;
}
.fnp__ritem:hover .fnp__rtitle {
  color: #e20000;
}
.fnp__rtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: bold;
}
.fnp__rcat {
  text-transform: uppercase;
  font-size: 12px;
  color: #8e8e8e;
}
.fnp__rdate {
  font-size: 12px;
  color: #8e8e8e;
}
@media (max-width: 1299px) {
  .np__lna {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .np__ln,
  .np__a,
  .np__sblock {
    width: auto;
  }
  .np__gitem {
    width: 325px;
  }
  .np__ad {
    display: none;
  }
  .fnp__wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .fnp__extra {
    margin-left: 0;
    width: 100%;
  }
  .fnp__rlist {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .fnp__ritem {
    width: 320px;
    margin-bottom: 15px;
  }
}
.tp {
  margin: 15px 0 30px;
}
.tp__content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tp__left {
  width: 380px;
}
@media (max-width: 1299px) {
  .tp__left {
    width: 300px;
  }
}
.tp__right {
  width: 520px;
}
@media (max-width: 1299px) {
  .tp__right {
    width: 350px;
  }
}
.tp__team {
  margin-bottom: 30px;
}
.tp__teambanner {
  border-radius: 8px;
  height: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 12px;
}
.tp__teambanner--border {
  box-shadow: 0 0 0 1px #dedede;
}
.tp__teamlogo {
  height: 70px;
  width: 70px;
  margin-right: 30px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tp__teamlogo--round {
  border-radius: 30px;
  height: 60px;
  width: 60px;
  box-shadow: 0 0 0 2px #fff;
}
.tp__teamlogo--dummy {
  border-radius: 35px;
  background-color: rgba(255,255,255,0.15);
}
.tp__teamname {
  margin: 0;
  font-size: 24px;
  line-height: 20px;
  font-weight: bold;
}
.tp__teamsport {
  font-size: 12px;
  line-height: 1;
  font-weight: normal;
  margin-top: 5px;
}
.tp__teamdesc {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tp__teamlabel {
  font-size: 12px;
  line-height: 18px;
}
.tp__teamval {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.tp__teamico {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.tp__ev {
  margin-bottom: 20px;
}
.tp__evtabs {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tp__evtab {
  height: 65px;
  width: 189px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 15px;
  margin-bottom: 2px;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 1299px) {
  .tp__evtab {
    width: 100%;
  }
}
.tp__evtab--current,
.tp__evtab:hover {
  background-color: #f2f2f2;
}
.tp__evtab--current {
  cursor: default;
}
.tp__evico {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 36px;
  width: 36px;
  border-radius: 18px;
  background-color: #39444a;
  margin-right: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tp__evimg {
  height: 24px;
  width: 24px;
}
.tp__evtitle {
  font-size: 14px;
  font-weight: bold;
}
.tp__evdesc {
  font-size: 12px;
}
.tp__trow {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 31px;
  border-bottom: 1px solid #edeeef;
}
.tp__trow--delimiter {
  border-bottom: 1px dashed #d3d3d3;
}
.tp__tblock {
  border-bottom: 1px solid #edeeef;
  font-size: 13px;
  height: 31px;
}
.tp__tblock--group {
  background-color: #f6f6f6;
}
.tp__tbteam {
  width: 144px;
}
@media (max-width: 1299px) {
  .tp__tbteam {
    width: 104px;
  }
}
.tp__tblogo {
  height: 18px;
  width: 18px;
  margin: 0 5px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tp__tbscore {
  width: 36px;
  text-align: center;
}
.tp__title {
  text-align: center;
}
.tp__title--offset {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.tp__title--pl {
  width: 50px;
}
@media (max-width: 1299px) {
  .tp__title--pl {
    width: 35px;
  }
}
.tp__title--wdl {
  width: 90px;
}
@media (max-width: 1299px) {
  .tp__title--wdl {
    width: 80px;
  }
}
.tp__title--pts {
  width: 35px;
}
.tp__tlink {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.tp__tlink:hover {
  color: #e20000;
}
.tp__tlink:hover .tp__timg {
  opacity: 0.75;
}
.tp__timg {
  height: 18px;
  width: 18px;
  padding: 0 8px;
}
.tp__cpl,
.tp__cwdl,
.tp__cpts {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tp__cpl {
  text-align: center;
  width: 50px;
}
@media (max-width: 1299px) {
  .tp__cpl {
    width: 35px;
  }
}
.tp__cwdl {
  text-align: center;
  width: 90px;
}
@media (max-width: 1299px) {
  .tp__cwdl {
    width: 80px;
  }
}
.tp__cpts {
  text-align: center;
  width: 35px;
}
.tp__lu {
  margin-bottom: 20px;
  order: 1;
}
.tp__lutabs {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 10px;
}
.tp__lutab {
  margin-right: 10px;
  line-height: 28px;
  padding: 0 10px;
  border: 1px solid #d3d3d3;
  cursor: pointer;
}
.tp__lutab--current,
.tp__lutab:hover {
  color: #fff;
  border-color: #e20000;
  background-color: #e20000;
}
.tp__lutab--current {
  cursor: default;
}
.tp__luhead,
.tp__lurow {
  border-bottom: 1px solid #edeeef;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 25px;
}
.tp__luhead {
  font-weight: bold;
}
.tp__lunat {
  width: 32px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tp__luimg {
  height: 18px;
  width: 18px;
  display: block;
  margin: 0 auto;
}
.tp__luno {
  width: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tp__luname {
  padding-left: 15px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tp__lupos,
.tp__luage {
  width: 40px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tp__nmhead {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  padding: 15px 20px;
  cursor: default;
}
.tp__nmhead--link {
  cursor: pointer;
}
.tp__nmhead--link:hover .tp__nmmatch {
  color: #e20000;
}
.tp__nmlogo {
  height: 60px;
  width: 60px;
}
.tp__nmcont {
  min-width: 240px;
  margin: 0 20px;
}
@media (max-width: 1299px) {
  .tp__nmcont {
    min-width: 160px;
  }
}
.tp__nmmatch {
  font-size: 19px;
  font-weight: bold;
}
.tp__nmdesc {
  font-size: 12px;
  color: #787878;
}
.tp__nmlive {
  color: #fff;
  display: -webkit-inline-flex;
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
  margin-top: 5px;
}
.tp__nmscore,
.tp__nmtime {
  line-height: 30px;
  padding: 0 10px;
}
.tp__nmscore {
  background-color: #e20000;
  font-size: 20px;
  font-weight: bold;
}
.tp__nmtime {
  border-left: 2px solid #fff;
  background-color: #3d464c;
  font-size: 12px;
  font-weight: bold;
}
.tp__nmrow {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.tp__nmblock {
  width: 75px;
}
.tp__nmblock:hover {
  color: #e20000;
}
.tp__nmcblock {
  height: 45px;
  width: 75px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  cursor: pointer;
}
.tp__nmcblock:hover {
  color: #fff;
  background-color: #017c5c;
}
.tp__nmcblock:hover .tp__nmico--green {
  color: #017c5c;
  background-color: #fff;
}
.tp__nmval {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tp__nmpct {
  text-align: center;
}
.tp__nmico {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 5px;
  border-radius: 7px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background-color: #e20000;
  font-size: 10px;
  font-weight: bold;
}
.tp__nmico--green {
  background-color: #017c5c;
}
.tp__nmbm {
  display: block;
  height: 20px;
  width: 65px;
  margin: 0 auto;
}
.tp__nmline {
  position: relative;
  z-index: 1;
  background-color: #3d464c;
  -webkit-transform: skewX(-27deg);
  transform: skewX(-27deg);
  font-size: 13px;
  height: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 15px;
}
.tp__nmline--green {
  background-color: #017c5c;
}
.tp__nmlinetext {
  color: #fff;
  -webkit-transform: skewX(27deg);
  transform: skewX(27deg);
}
.tp__nmlinetext--bold {
  font-weight: bold;
}
.tp__nmtip {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.tp__nmexp {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.tp__nmexp:hover {
  color: #e20000;
}
@media (max-width: 1299px) {
  .tp__nmexp {
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
  }
}
.tp__nmavatar {
  height: 45px;
  width: 45px;
  border-radius: 50%;
  margin-right: 10px;
}
.tp__nmname {
  font-weight: bold;
}
.tp__tsrow {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.tp__tslogo {
  height: 36px;
  width: 36px;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.tp__tslogo--dummy {
  border-radius: 18px;
  background-color: rgba(61,70,76,0.15);
}
.tp__tsblock {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.tp__tsdesc {
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 5px;
}
.tp__tsodd {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.tp__tsrate {
  height: 20px;
  width: 45px;
  line-height: 20px;
  text-align: center;
  border-radius: 4px;
  background-color: #e20000;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
}
.tp__tsbm {
  margin-left: auto;
}
.tp__tsbmico {
  border-radius: 4px;
  height: 20px;
  width: 70px;
}
.tp__tstype {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
}
.tp__note {
  position: absolute;
  white-space: nowrap;
  margin-left: 30px !important;
  margin-top: -3px;
  color: #3d464c;
  font-size: 11px;
  padding: 0 10px;
  line-height: 25px;
  height: 25px;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  z-index: 1;
}
.tb__tabs {
  margin-top: -40px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.tb__tab {
  height: 30px;
  width: 36px;
  margin-left: 6px;
  margin-bottom: 8px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  box-shadow: 0 0 0 1px #d3d3d3;
  cursor: pointer;
}
.tb__tab:hover,
.tb__tab--active {
  background-color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
}
.tb__tab:hover .tb__dots,
.tb__tab--active .tb__dots,
.tb__tab:hover .tb__lines,
.tb__tab--active .tb__lines {
  background-color: #fff;
}
.tb__tab:hover .tb__dots:before,
.tb__tab--active .tb__dots:before,
.tb__tab:hover .tb__lines:before,
.tb__tab--active .tb__lines:before,
.tb__tab:hover .tb__dots:after,
.tb__tab--active .tb__dots:after,
.tb__tab:hover .tb__lines:after,
.tb__tab--active .tb__lines:after {
  background-color: #fff;
}
.tb__tab--active {
  cursor: default;
}
.tb__dots {
  width: 8px;
  height: 9px;
  background-color: #d3d3d3;
  position: relative;
}
.tb__dots:before,
.tb__dots:after {
  position: absolute;
  top: 0;
  content: '';
  display: block;
  width: 8px;
  height: 9px;
  margin: 0 2px;
  background-color: #d3d3d3;
}
.tb__dots:before {
  right: 100%;
}
.tb__dots:after {
  left: 100%;
}
.tb__lines {
  height: 2px;
  width: 12px;
  background-color: #d3d3d3;
  position: relative;
}
.tb__lines:before,
.tb__lines:after {
  position: absolute;
  left: 0;
  right: 0;
  content: '';
  display: block;
  height: 2px;
  width: 12px;
  margin: 3px 0;
  background-color: #d3d3d3;
}
.tb__lines:before {
  bottom: 100%;
}
.tb__lines:after {
  top: 100%;
}
.tb__filter {
  margin-top: 5px;
}
.tb__flist {
  margin-bottom: 5px;
}
.tb__fitem {
  margin-right: 7px;
  margin-bottom: 5px;
  display: inline-block;
  padding: 0 7px;
  font-size: 12px;
  line-height: 18px;
  box-shadow: 0 0 0 1px #d3d3d3;
  border-radius: 4px;
  cursor: pointer;
}
.tb__fitem:hover,
.tb__fitem--active {
  font-weight: bold;
  color: #fff;
  background-color: #36444b;
  box-shadow: 0 0 0 1px #36444b;
}
.tb__fitem--active {
  cursor: default;
}
.tb__btabs {
  display: -webkit-flex;
  display: flex;
  padding-top: 10px;
  -webkit-align-items: center;
  align-items: center;
}
.tb__btabs--reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.tb__btab {
  height: 90px;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  cursor: pointer;
}
.tb__btab:hover,
.tb__btab--active {
  background-color: #f2f2f2;
  border-radius: 4px 4px 0 0;
}
.tb__btab--active {
  cursor: default;
}
.tb__bico {
  height: 30px;
  width: 30px;
}
.tb__binfo {
  margin: 10px 0 15px;
  height: 15px;
  line-height: 15px;
  width: 45px;
  color: #fff;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  background-color: #39444a;
  border-radius: 3px;
}
.tb__binfo--wide {
  width: 60px;
}
.tb__binfo--line {
  height: 3px;
}
.tb__binfo--active {
  position: relative;
}
.tb__binfo--active:after {
  position: absolute;
  top: 100%;
  left: 50%;
  content: '';
  display: block;
  margin-left: -7px;
  border-width: 5px 7px 0 7px;
  border-style: solid;
  border-color: #39444a transparent;
}
.tb__binfo--red {
  background-color: #e20000;
}
.tb__binfo--red:after {
  border-color: #e20000 transparent;
}
.tb__binfo--gray {
  background-color: #a6a6a6;
}
.tb__binfo--gray:after {
  border-color: #a6a6a6 transparent;
}
.tb__binfo--green {
  background-color: #15b400;
}
.tb__binfo--green:after {
  border-color: #15b400 transparent;
}
.tb__bcontent {
  height: 60px;
  background: #f2f2f2;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}
.tb__bcontent--link:hover {
  color: #e20000;
}
.tb__bdescr {
  font-size: 11px;
  line-height: 12px;
  margin-bottom: 5px;
  color: #a6a6a6;
}
.tb__bdescr:first-letter {
  text-transform: uppercase;
}
.tb__bteams {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  line-height: 20px;
  height: 20px;
  font-weight: bold;
  max-width: 100%;
}
.tb__bteam {
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tb__bteam--line {
  position: relative;
}
.tb__bteam--line:after {
  content: '';
  display: block;
  top: 5px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #a6a6a6;
}
.tb__tfirst--red:after,
.tb__tsecond--green:after {
  background-color: #e20000;
}
.tb__tfirst--green:after,
.tb__tsecond--red:after {
  background-color: #15b400;
}
.tb__bscore {
  line-height: 1;
  padding: 0 3px;
}
.tb__bscore--round {
  height: 20px;
  width: 20px;
  background-color: #3d464c;
}
.tb__bscore--red {
  box-shadow: 0 3px 0 0 #e20000;
}
.tb__bscore--gray {
  box-shadow: 0 3px 0 0 #a6a6a6;
}
.tb__bscore--green {
  box-shadow: 0 3px 0 0 #15b400;
}
.tb__blogo {
  height: 20px;
  width: 20px;
  margin: 0 12px;
}
.tb__table {
  padding-top: 10px;
  font-size: 13px;
}
.tb__tnodata {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  color: $bg;
  text-align: center;
  line-height: 40px;
}
.tb__trow {
  border-bottom: 1px solid #edeeef;
  height: 30px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.tb__trow:hover {
  color: #e20000;
}
.tb__tdate {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 50px;
  padding-left: 10px;
  color: #9c9c9c;
}
.tb__tteam {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 105px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1299px) {
  .tb__tteam {
    width: 82px;
  }
}
.tb__tlogo {
  display: block;
  height: 18px;
  width: 18px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin: 0 10px;
}
.tb__tscore {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  font-weight: bold;
  width: 50px;
  text-align: center;
}
.tb__tscore--red {
  color: #e20000;
}
.tb__tscore--gray {
  color: #3d464c;
}
.tb__tscore--green {
  color: #15b400;
}
.tb__tcomp {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #9c9c9c;
  padding: 0 10px;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1299px) {
  .tb__tcomp {
    display: none;
  }
}
.tb__btn {
  color: #36444b;
  font-size: 12px;
  line-height: 30px;
  padding: 0 40px;
  background-color: #f2f2f2;
}
.tb__archive {
  overflow-y: auto;
  overflow-x: hidden;
  position: absolute;
  top: -5px;
  bottom: 30px;
  left: -5px;
  right: -5px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #d3d3d3;
  background-color: #add8e6;
}
.tb__filters {
  box-shadow: 0 0 0 1px #e20000;
}
.tb__mlist {
  box-shadow: 0 0 0 1px #add8e6 inset;
}
.tb__mon {
  line-height: 19px;
  padding: 0 5px;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
  background-color: #fff;
  width: 7%;
}
@media (max-width: 1299px) {
  .tb__mon {
    width: 15%;
    margin-bottom: 5px;
  }
}
.tb__mon--active,
.tb__mon:hover {
  background-color: #eb0607;
  color: #fff;
}
.tb__mon--disabled {
  color: #b3b3b3;
}
.tb__mon--disabled:hover {
  color: #b3b3b3;
  background-color: #fff;
  cursor: default;
}
.mb__title {
  font-weight: bold;
  font-size: 22px;
}
.mb--red {
  background-color: #e20000;
}
.mb--green {
  background-color: #0b0;
}
.mb--blue {
  background-color: #3661ba;
}
.mb--gray {
  background-color: #a8a8a8;
}
.mb__ntd {
  display: -webkit-flex;
  display: flex;
  margin: 20px 0 30px;
}
.mb__nblock {
  box-shadow: 0 0 0 1px #d3d3d3;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto;
}
.mb__nleft {
  height: 100px;
  width: 100px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mb__nhr {
  border-left: 1px solid #d3d3d3;
  -webkit-transform: skew(-13deg);
  transform: skew(-13deg);
}
.mb__nright {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  text-align: center;
  padding: 20px 30px;
}
.mb__nico {
  font-size: 100px;
  font-weight: bold;
  color: #017c5c;
  font-style: normal;
}
.mb__ntitle {
  font-weight: bold;
}
.mb__nlink {
  text-decoration: underline;
}
.mb__nlink:hover {
  text-decoration: none;
  color: #e20000;
}
.mb__widget {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 4px;
  padding: 0 45px 0 125px;
  margin-bottom: 25px;
  height: 60px;
  box-shadow: 0 0 0 1px #d5d5d5 inset;
}
.mb__widget--cr {
  padding-left: 50px;
}
.mb__widget:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  background-color: #fff;
  display: block;
  content: '';
}
.mb__wskew {
  position: relative;
  margin-left: 30px;
  margin-right: 40px;
  z-index: 10;
}
.mb__att {
  position: absolute;
  top: 50%;
  right: -8px;
  margin-top: -8px;
}
.mb__att:before,
.mb__att:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: '';
}
.mb__att:before {
  margin-top: -3px;
  margin-left: -2px;
  border-width: 0 10px 20px 10px;
  border-style: solid;
  border-color: #fff transparent;
}
.mb__att:after {
  border-width: 0 8px 16px 8px;
  border-style: solid;
  border-color: #e20000 transparent;
}
.mb__att--noico:before,
.mb__att--noico:after {
  display: none;
}
.mb__att-ico {
  position: relative;
  color: #fff;
  text-align: center;
  height: 16px;
  width: 16px;
  font-size: 13px;
  line-height: 20px;
  z-index: 1;
}
.mb__wprize {
  margin: 1px 0;
  background-color: #e20000;
  padding-left: 55px;
  color: #fff;
  font-size: 11px;
  line-height: 19px;
}
.mb__wprize--gray {
  background-color: #a6a6a6;
}
.mb__wmonth {
  color: #fff;
  line-height: 24px;
  height: 25px;
  font-size: 12px;
  font-weight: bold;
  padding: 0 15px;
  background-color: #007c5c;
}
.mb__wava {
  position: absolute;
  top: -10px;
  left: 0;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  box-shadow: 0 0 0 2px #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 9;
}
.mb__wsymbol {
  position: absolute;
  top: -10px;
  left: 0;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  box-shadow: 0 0 0 2px #fff;
  font-family: 'SEB';
  text-align: center;
  text-transform: uppercase;
  line-height: 80px;
  font-size: 48px;
  color: #fff;
  z-index: 8;
}
.mb__wlist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.mb__witem {
  text-align: center;
}
.mb__wdescr {
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 2px;
}
.mb__wval {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  white-space: nowrap;
}
.mb__wgray {
  color: #a8a8a8;
}
.mb__wred {
  color: #e20000;
}
.mb__wgreen {
  color: #15b400;
}
.mb__wlbs {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.mb__wlb {
  position: relative;
  height: 22px;
  width: 12px;
  padding-right: 5px;
}
.mb__wlb:before,
.mb__wlb:after {
  position: absolute;
  left: 50%;
  display: block;
  content: '';
  position: absolute;
  height: 14px;
  width: 3px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #a8a8a8;
}
.mb__wlb--red:before,
.mb__wlb--red:after {
  background-color: #e20000;
}
.mb__wlb--green:before,
.mb__wlb--green:after {
  background-color: #0b0;
}
.mb__wlb--blue:before,
.mb__wlb--blue:after {
  background-color: #3661ba;
}
.mb__wlb:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.mb__wlb:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
}
.mb__tooltip {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  white-space: nowrap;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 10px;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  box-shadow: 0 0 0 1px #d3d3d3;
  z-index: 1;
  color: #3d464c;
}
.mb__tleft {
  padding: 0 10px;
}
.mb__tmatch {
  font-size: 12px;
  font-weight: bold;
}
.mb__ttype {
  font-size: 11px;
}
.mb__tcenter {
  -webkit-transform: skew(-17deg);
  transform: skew(-17deg);
  padding: 0 15px;
}
.mb__trate {
  color: #fff;
  font-size: 18px;
  line-height: 50px;
  font-weight: bold;
  -webkit-transform: skew(17deg);
  transform: skew(17deg);
}
.mb__tright {
  padding: 0 10px;
}
.mb__tplaced {
  font-size: 11px;
}
.mb__twon {
  font-size: 11px;
  font-weight: bold;
}
.mb__tmatch,
.mb__ttype,
.mb__tplaced,
.mb__twon {
  line-height: 17px;
}
.mb__filters {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.mb__filter {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
}
.mb__filter--left {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.mb__filter--mr230 {
  margin-right: 230px;
}
.mb__filter--mr260 {
  margin-right: 260px;
}
.mb__fitem {
  display: inline-block;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
  margin: 0 10px 0 0;
  font-size: 13px;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 0 0 1px #d3d3d3;
}
.mb__fitem.active,
.mb__fitem:hover {
  color: #fff;
  background-color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
}
.mb__fitem.active .mb__flink,
.mb__fitem:hover .mb__flink {
  color: #fff;
}
.mb__fitem.active .mb__note--ghw,
.mb__fitem:hover .mb__note--ghw {
  border-color: #fff;
}
.mb__fitem.active .mb__note--ghw:after,
.mb__fitem:hover .mb__note--ghw:after {
  color: #fff;
}
.mb__flink {
  display: inline-block;
  margin: 0 -35px 0 -10px;
  padding: 0 35px 0 10px;
  line-height: 27px;
}
.mb__table {
  margin-top: 10px;
}
.mb__row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
}
.mb__row+.mb__row {
  border-top: none;
}
.mb__prerow {
  display: -webkit-flex;
  display: flex;
  padding-left: 5px;
}
.mb__scale {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.mb__rtitle {
  margin-right: 5px;
  background-color: #36444b;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
  padding: 3px 15px;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
}
.mb__rtitle--red {
  background-color: #e20000;
  margin-left: -5px;
}
.mb__rtitle--small {
  background-color: #017c5c;
  -webkit-transform: skew(-26deg), scale(0.8);
  transform: skew(-26deg), scale(0.8);
}
.mb__rscore {
  width: 180px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: auto;
  font-size: 11px;
  text-align: center;
  color: #a8a8a8;
  -webkit-align-self: center;
  align-self: center;
  padding-left: 10px;
}
.mb__rscore--p {
  width: 90px;
}
.mb__rdt {
  width: 55px;
  text-align: center;
  font-size: 13px;
}
.mb__lns {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 130px;
}
.mb__logo {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
.mb__logo~.mb__logo {
  margin-right: 0;
  margin-left: 10px;
}
.mb__score {
  font-weight: bold;
}
.mb__details {
  width: 220px;
  font-size: 13px;
  margin-right: 20px;
}
.mb__details--p {
  width: 160px;
}
.mb__teams {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mb__teams--p {
  color: #fff;
}
.mb__teams:hover {
  color: #e20000;
}
.mb__league {
  color: #a8a8a8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mb__type {
  width: 140px;
}
.mb__type--p {
  width: 120px;
}
.mb__tt {
  font-size: 13px;
}
.mb__tw {
  font-size: 13px;
  font-weight: bold;
}
.mb__odd {
  height: 24px;
  line-height: 24px;
  min-width: 36px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background-color: #000;
  color: #fff;
  margin: 0 auto;
  padding: 0 5px;
  border-radius: 4px;
}
.mb__odd--lose {
  background-color: #e20000;
}
.mb__odd--win {
  background-color: #0b0;
}
.mb__odd--wait {
  background-color: #a8a8a8;
}
.mb__odd--back {
  background-color: #3661ba;
}
.mb__odd--winback {
  background-image: linear-gradient(117deg, #3661ba 0%, #3661ba 50%, #0b0 51%, #0b0 100%);
}
.mb__odd--loseback {
  background-image: linear-gradient(117deg, #3661ba 0%, #3661ba 50%, #e20000 51%, #e20000 100%);
}
.mb__extra {
  width: 180px;
  text-align: center;
}
.mb__extra--p {
  width: 90px;
}
.mb__escore {
  font-size: 16px;
  font-weight: bold;
}
.mb__etime {
  font-size: 12px;
}
.mb__enote {
  color: #a8a8a8;
  font-size: 13px;
}
.mb__outcome {
  width: 170px;
  text-align: center;
  margin: 0 5px 0 auto;
  background-color: #000;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  font-size: 13px;
}
.mb__outcome--lose {
  background-color: #e20000;
}
.mb__outcome--win {
  background-color: #0b0;
}
.mb__outcome--wait {
  background-color: #a8a8a8;
}
.mb__outcome--back {
  background-color: #3661ba;
}
.mb__note {
  position: relative;
  top: 1px;
  display: block;
  margin-left: 5px;
  height: 14px;
  width: 14px;
  margin-top: -4px;
  background-size: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.mb__note:after {
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  display: block;
  text-align: center;
  content: '?';
}
.mb__note--black {
  border-color: #000;
}
.mb__note--black:after {
  color: #000;
}
.mb__note--ghw {
  border-color: #3d464c;
}
.mb__note--ghw:after {
  color: #3d464c;
}
.mb__pg {
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  font-weight: bold;
}
.mb__pgdots {
  margin-right: 10px;
  height: 26px;
  line-height: 26px;
}
.mb__pgitem {
  position: relative;
  margin-right: 10px;
  height: 26px;
  width: 34px;
  line-height: 26px;
  text-align: center;
  box-shadow: 0 0 0 1px #a8a8a8 inset;
  border-radius: 2px;
}
.mb__pgitem--my {
  margin-right: 36px;
}
.mb__pgitem:hover {
  cursor: pointer;
  color: #fff;
  background-color: #e20000;
  box-shadow: 0 0 0 1px #e20000 inset;
}
.mb__pgitem--active {
  color: #fff;
  background-color: #e20000;
  box-shadow: 0 0 0 1px #e20000 inset;
}
.mb__pgitem--active:hover {
  cursor: default;
}
.mb__pgico {
  display: block;
  position: absolute;
  top: -5px;
  left: 100%;
  height: 36px;
  width: 36px;
  margin-left: -6px;
  background-color: #d3d3d3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.mb__bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.mb__dd {
  position: relative;
  text-align: right;
  font-size: 13px;
}
.mb__dd__items {
  display: none;
  min-width: 100%;
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 10px;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 0 7px 0px #b4b4b4;
  border-radius: 3px;
  z-index: 1;
}
.mb__dd__items:before {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  display: block;
  height: 10px;
  content: '';
}
.mb__dd:hover .mb__dd__items {
  display: block;
}
.mb__dd__item {
  display: block;
  padding: 5px 10px;
  white-space: nowrap;
}
.mb__dd__item:first-child {
  border-radius: 3px 3px 0 0;
}
.mb__dd__item:last-child {
  border-radius: 0 0 3px 3px;
}
.mb__dd__item:hover {
  color: #fff;
  background-color: #35454c;
}
.nl__widget {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 4px;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  padding: 0 45px;
  margin-bottom: 25px;
  height: 60px;
  box-shadow: 0 0 0 1px #d5d5d5 inset;
}
.nl__link {
  text-decoration: underline;
}
.nl__link:hover {
  text-decoration: none;
}
.sm {
  position: relative;
  background-color: #017c5c;
  display: -webkit-flex;
  display: flex;
  height: 33px;
}
.sm--oh {
  overflow: hidden;
}
.sm:before,
.sm:after {
  display: block;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  content: '';
}
.sm:before {
  background-color: #017c5c;
}
.sm:after {
  background-color: #fbd448;
}
.sm__container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 1250px;
}
.sm__hr {
  border-width: 33px 15px 0 0;
  border-style: solid;
  border-color: #017c5c #fbd448;
}
.sm__green {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 0;
  padding-right: 15px;
  height: 33px;
}
.sm__time {
  margin-left: auto;
  color: #fff;
  font-size: 13px;
}
.sm__link {
  text-decoration: underline;
  color: #000;
}
.sm__link:hover {
  text-decoration: none;
}
.sm__links {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.sm__item {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  color: #fff;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 14px;
}
.sm__item:hover,
.sm__item--current {
  color: #017c5c;
  background-color: #fff;
}
.sm__item-hr {
  color: #fff;
  font-weight: bold;
  margin-left: -5px;
  margin-right: -5px;
}
.sm__total {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 13px;
  padding-left: 15px;
  background-color: #fbd448;
  color: #000;
}
.sm__total .tooltip {
  bottom: auto;
  top: 0;
}
.sm__time .tooltip {
  bottom: auto;
  top: 0;
}
.sm--blue {
  background-color: #2d9cdb;
}
.sm--blue:before,
.sm--blue:after {
  background-color: transparent;
}
.sm--blue .sm__item {
  line-height: 22px;
}
.sm--blue .sm__item-qty {
  background: #fff;
  border-radius: 6px;
  color: #2d9cdb;
  padding: 0 5px;
  margin-left: 10px;
  height: 16px;
  line-height: 18px;
}
.sm--blue .sm__item:hover,
.sm--blue .sm__item--current {
  color: #2d9cdb;
  background-color: #fff;
}
.sm--blue .sm__item:hover .sm__item-qty,
.sm--blue .sm__item--current .sm__item-qty {
  border: 1px solid #2d9cdb;
  padding: 0 4px;
}
.cr__nodata {
  padding: 20px;
}
.cr__container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cr__content {
  position: relative;
  width: 670px;
}
.cr__content--fluid {
  width: 100%;
}
.cr__filters {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-left: 10px;
}
.cr__faq {
  position: relative;
  margin-left: 20px;
  width: 240px;
  -webkit-align-self: flex-start;
  align-self: flex-start;
}
.cr__faq--top {
  margin-top: -48px;
}
.cr__faq--bo {
  margin-top: 17px;
  margin-bottom: 30px;
}
.cr__faq--full {
  width: auto;
  margin-top: 20px;
  margin-left: 0;
}
.cr__ftitle,
.cr__ftext {
  font-size: 13px;
  line-height: auto;
}
.cr__ftitle {
  font-weight: bold;
  margin-bottom: 5px;
}
.cr__ftext {
  margin-bottom: 15px;
}
.cr__fquestion,
.cr__fanswer {
  position: relative;
  font-size: 13px;
  line-height: auto;
  margin-left: 25px;
  padding-bottom: 10px;
}
.cr__fquestion {
  font-weight: bold;
}
.cr__fanswer {
  padding-bottom: 20px;
}
.cr__fanswer p {
  margin: 0;
}
.cr__fico {
  position: absolute;
  top: 0;
  left: -25px;
  display: block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #2e353a;
  color: #fff;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  font-style: normal;
}
.cr__fico--red {
  background-color: #e20000;
}
.cr__thead {
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  font-size: 12px;
  color: #a9a9a9;
  padding-bottom: 5px;
  border-bottom: 1px solid #d3d3d3;
  white-space: nowrap;
}
.cr__trow {
  height: 65px;
  display: -webkit-flex;
  display: flex;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
}
.cr__trow:hover {
  color: #e20000;
}
.cr__trow:hover .green {
  color: #e20000;
}
.cr__trow--light {
  color: #fff;
}
.cr__trow--light:hover {
  opacity: 0.75;
  color: #fff;
}
.cr__thc {
  width: 50px;
}
.cr__tha {
  width: 80px;
}
.cr__thp {
  width: 150px;
}
.cr__thb {
  width: 95px;
}
.cr__thn {
  width: 105px;
}
.cr__thv {
  width: 60px;
}
.cr__tht {
  width: 75px;
}
.cr__thr {
  width: 115px;
}
.cr__thao {
  width: 90px;
}
.cr__thlb {
  width: 120px;
}
.cr__tc {
  width: 50px;
}
.cr__ta {
  width: 80px;
}
.cr__tp {
  width: 150px;
  text-align: left;
}
.cr__tb {
  width: 95px;
  font-weight: bold;
  font-size: 14px;
}
.cr__tn {
  width: 105px;
}
.cr__tv {
  width: 60px;
  font-size: 14px;
}
.cr__tt {
  width: 75px;
  font-size: 14px;
  font-weight: bold;
}
.cr__tr {
  width: 115px;
}
.cr__tao {
  width: 90px;
  font-weight: bold;
  font-size: 14px;
}
.cr__tlb {
  width: 120px;
}
.cr__num {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 24px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
}
.cr__num--current {
  color: #fff;
  min-width: 14px;
  padding: 0 5px;
  background-color: #e20000;
  border-radius: 12px;
}
.cr__symbol {
  height: 50px;
  width: 50px;
  margin: 0 auto;
  border-radius: 25px;
  font-family: 'SEB';
  text-transform: uppercase;
  line-height: 50px;
  font-size: 28px;
  color: #fff;
}
.cr__avatar {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.cr__name {
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cr__from {
  display: -webkit-flex;
  display: flex;
  font-size: 11px;
  -webkit-align-items: center;
  align-items: center;
}
.cr__place {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cr__ico {
  height: 12px;
  width: 12px;
  margin-right: 5px;
}
.cr__rp {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  overflow: hidden;
}
.cr__rp-roi {
  position: relative;
  background-color: #097b5e;
  padding: 0 3px 0 7px;
  line-height: 23px;
  margin-right: 10px;
}
.cr__rp-roi:after {
  position: absolute;
  top: 0;
  left: 100%;
  display: block;
  content: '';
  border-width: 23px 8px 0 0;
  border-style: solid;
  border-color: #097b5e transparent;
}
.cr__rp-roi--gray {
  background-color: #7f7f7f;
}
.cr__rp-roi--gray:after {
  border-color: #7f7f7f transparent;
}
.cr__rp-prize {
  position: relative;
  background-color: #e20000;
  padding: 0 7px 0 3px;
  line-height: 23px;
}
.cr__rp-prize:before {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  content: '';
  border-width: 0 0 23px 8px;
  border-style: solid;
  border-color: #e20000 transparent;
}
.cr__rp-prize--gray {
  background-color: #a6a6a6;
}
.cr__rp-prize--gray:before {
  border-color: #a6a6a6 transparent;
}
.cr__roi {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 23px;
  margin: 0 auto;
  background-color: #097b5e;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  width: 50px;
}
.cr__roi--tr {
  background-color: transparent;
  color: #3d464c;
}
.cr__roi--gray {
  background-color: #7f7f7f;
}
.cr__roi--red {
  background-color: #e20000;
}
.cr__description {
  font-size: 13px;
}
.cr__label {
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
}
.cr__select {
  display: inline-block;
  border-radius: 4px;
  height: 30px;
  width: 100%;
  line-height: 30px;
  position: relative;
  vertical-align: top;
  z-index: 1;
}
.cr__options {
  max-height: 200px;
  overflow: auto;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 1px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #b4b4b4;
  border-radius: 0 0 4px 4px;
  z-index: 3;
}
.cr__options--filter {
  padding-top: 35px;
}
.cr__options-transition {
  transition: opacity 0.3s;
}
.cr__options-enter,
.cr__options-leave {
  opacity: 0;
}
.cr__options.mha {
  max-height: 50vh;
}
.cr__option {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  padding: 0 10px;
}
.cr__option:hover {
  background-color: #f2f2f2;
}
.cr__optionico {
  height: 18px;
  width: 18px;
  margin-right: 5px;
}
.cr__input {
  font-size: 13px;
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  border: 1px solid #b4b4b4;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
}
.cr__input.error {
  border: 1px solid #e20000;
}
.cr__input.ok {
  border: 1px solid #15b400;
}
.cr__input.warning {
  border: 1px solid #ffa500;
}
.cr__input--dropdown {
  border-radius: 4px 4px 0 0;
}
.cr__input--ico {
  padding-left: 35px;
}
.cr__list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 10px;
}
.cr__litem {
  box-shadow: 0 0 0 1px #d3d3d3;
  height: 25px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 5px 0 5px;
  cursor: default;
}
.cr__litem:hover {
  opacity: 0.75;
}
.cr__lgray {
  color: #999;
}
.cr__lremove {
  display: block;
  height: 12px;
  width: 12px;
  border-radius: 2px;
  background-color: #e20000;
  margin-left: 5px;
  cursor: pointer;
}
.cr__lremove:hover {
  opacity: 0.5;
}
.cr__group {
  position: relative;
}
.cr__gtitle {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}
.cr__gswitch {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  cursor: pointer;
}
.cr__gitem {
  position: relative;
  font-size: 13px;
  display: block;
  padding-left: 20px;
  line-height: 20px;
  cursor: pointer;
}
.cr__gitem:before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 11px;
  width: 13px;
  background: transparent url("/img/b64/ico.unchecked.png") center no-repeat;
  content: '';
}
.cr__gitem--on:before {
  background-image: url("/img/b64/ico.checked.png");
}
.cr__more {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.cr__link {
  text-decoration: underline;
}
.cr__link:hover {
  text-decoration: none;
}
@media (max-width: 1299px) {
  .sm__container {
    width: 990px;
  }
  .mb__widget--cr {
    padding-left: 50px;
  }
  .mb__rscore {
    width: 90px;
  }
  .mb__details {
    width: 160px;
    margin-right: 10px;
  }
  .mb__type {
    width: 120px;
  }
  .mb__extra {
    width: 90px;
  }
  .mb__filter--right {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
  }
  .mb__filter--mr260,
  .mb__filter--mr230 {
    margin-right: 0;
  }
  .cr__container {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cr__container--reverse-narrow {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cr__faq {
    margin-top: 20px;
    margin-left: 0;
    width: auto;
    -webkit-order: 1;
    order: 1;
  }
  .cr__faq--top {
    margin-top: 20px;
  }
  .cr__faq--bo {
    margin-top: -10px;
    margin-bottom: 30px;
  }
  .cr__fcontainer {
    position: absolute;
    right: 0;
    padding: 10px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    border-radius: 5px;
    width: 270px;
    background-color: #fff;
    z-index: 11;
  }
  .cr__thao,
  .cr__tao {
    width: 70px;
  }
  .cr__thlb,
  .cr__tlb {
    width: 100px;
  }
}
.lb {
  box-shadow: 0 0 0 1px #e20000;
}
.ro__container {
  display: -webkit-flex;
  display: flex;
}
.ro__tr {
  width: 700px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.ro__descr {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: -48px;
}
.ro__p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.3;
}
.ro__thead {
  display: -webkit-flex;
  display: flex;
  height: 25px;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  color: #a1a1a1;
  border-bottom: 1px solid #d3d3d3;
}
.ro__trow {
  display: -webkit-flex;
  display: flex;
  height: 56px;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
}
.ro__tico {
  width: 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ro__tico--score {
  width: 140px;
}
.ro__tmatch {
  width: 250px;
  text-align: left;
  margin-right: 10px;
}
.ro__tmatch--short {
  width: 200px;
}
.ro__tro {
  width: 250px;
  margin-right: 20px;
  text-align: left;
}
.ro__tro--add {
  width: 300px;
}
.ro__tauth {
  width: 160px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin-right: 20px;
}
.ro__tauth--at {
  width: 130px;
}
.ro__ttime {
  width: 80px;
  text-align: left;
}
.ro__tresult {
  width: 150px;
  text-align: center;
}
.ro__icons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.ro__ico {
  height: 32px;
  width: 32px;
  margin: 0 2px;
}
.ro__score {
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
  min-width: 20px;
  text-align: center;
}
.ro__btico {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  margin-left: 0 !important;
  opacity: 0.5;
}
.ro__lgico {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  margin-top: -3px;
  margin-left: 0 !important;
  opacity: 0.5;
}
.ro__mlink {
  display: block !important;
  font-size: 13px;
}
.ro__llink {
  display: block !important;
  margin-top: 3px;
  font-size: 11px;
  color: #b3b3b3 !important;
}
.ro__llink:hover {
  color: #e20000 !important;
}
.ro__teams,
.ro__league {
  display: block;
}
.ro__teams:hover,
.ro__league:hover {
  color: #e20000;
}
.ro__teams {
  margin-bottom: 3px;
  font-size: 13px;
}
.ro__league {
  font-size: 12px;
  color: #b3b3b3;
}
.ro__ro {
  font-size: 12px;
}
.ro__note {
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 38px;
  border-radius: 4px;
  margin-bottom: 3px;
  background-color: #a7a7a7;
}
.ro__note--green {
  background-color: #00ba13;
}
.ro__note--blue {
  background-color: #3761b8;
}
.ro__note--red {
  background-color: #eb0607;
}
.ro__author {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
}
.ro__author:hover {
  color: #e20000;
}
.ro__aico {
  margin-right: 10px;
  height: 24px;
  width: 24px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px #d3d3d3;
  border-radius: 12px;
}
.ro__aname {
  font-size: 13px;
  font-weight: bold;
}
.ro__bm {
  display: block;
  height: 23px;
  width: 77px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ro__bm:hover {
  opacity: 0.9;
}
.ro__result {
  font-weight: bold;
}
.ro__period {
  font-size: 11px;
}
.ro__symbol {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  border-radius: 12px;
  font-family: 'SEB';
  text-transform: uppercase;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.ro__ro,
.ro__result,
.ro__period,
.ro__teams,
.ro__league,
.ro__aname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ro__ml30w {
  margin-left: 30px;
}
.ro__morebtn {
  display: inline-block;
  color: #fff;
  background-color: #a7a7a7;
  padding: 3px 30px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}
.ro__morebtn:hover {
  background-color: #e20000;
}
@media (max-width: 1299px) {
  .ro__tr {
    width: auto;
    margin-right: 0;
  }
  .ro__container {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .ro__descr {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .ro__tmatch {
    width: 220px;
  }
  .ro__tmatch--short {
    width: 160px;
  }
  .ro__tauth {
    width: 60px;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: 0;
  }
  .ro__aico,
  .ro__symbol {
    margin: 0 auto;
  }
  .ro__tro {
    width: 200px;
    margin-right: 10px;
  }
  .ro__tresult {
    width: 80px;
  }
  .ro__ttime {
    margin-left: 10px;
    width: 70px;
  }
  .ro__ml30w {
    margin-left: 0;
  }
}
.tps__container {
  display: -webkit-flex;
  display: flex;
}
.tps__tr {
  width: 700px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.tps__descr {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-top: -50px;
}
.tps__p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.3;
}
.tps__table {
  margin-bottom: 40px;
}
.tps__thead {
  display: -webkit-flex;
  display: flex;
  height: 25px;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 12px;
  color: #a1a1a1;
  border-bottom: 1px solid #d3d3d3;
}
.tps__trow {
  position: relative;
  display: -webkit-flex;
  display: flex;
  height: 56px;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
}
.tps__tico {
  width: 80px;
  display: -webkit-flex;
  display: flex;
  margin-right: 10px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tps__tico--score {
  width: 140px;
}
.tps__tmatch {
  width: 320px;
  text-align: left;
  margin-right: 10px;
}
.tps__tmatch--short {
  width: 260px;
}
.tps__tro {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 370px;
  margin-right: 20px;
}
.tps__tro--wide {
  width: 370px;
}
.tps__ttime {
  width: 80px;
  text-align: left;
}
.tps__tresult {
  width: 110px;
  text-align: left;
}
.tps__icons {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 auto;
}
.tps__ico {
  height: 32px;
  width: 32px;
  margin: 0 2px;
}
.tps__score {
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
  min-width: 20px;
  text-align: center;
}
.tps__teams,
.tps__league {
  display: block;
}
.tps__teams:hover,
.tps__league:hover {
  color: #e20000;
}
.tps__teams {
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: bold;
}
.tps__league {
  font-size: 12px;
}
.tps__ro {
  font-size: 12px;
}
.tps__note {
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  width: 38px;
  margin: 0 10px 0 0;
  border-radius: 4px;
  background-color: #a7a7a7;
}
.tps__note--green {
  background-color: #00ba13;
}
.tps__note--blue {
  background-color: #3761b8;
}
.tps__note--red {
  background-color: #eb0607;
}
.tps__bm {
  display: block;
  height: 23px;
  width: 77px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tps__bm:hover {
  opacity: 0.9;
}
.tps__period {
  font-size: 11px;
}
.tps__ro {
  font-size: 13px;
}
.tps__period,
.tps__teams,
.tps__league {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tps__ml30w {
  margin-left: 30px;
}
.tps__tooltip {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 120px;
  -webkit-justify-content: center;
  justify-content: center;
  box-shadow: 0 0 0 1px #d3d3d3;
  background-color: #fff;
  font-size: 13px;
  line-height: 17px;
  color: #3d464c;
}
@media (max-width: 1299px) {
  .tps__tmatch {
    width: 230px;
  }
  .tps__tmatch--short {
    width: 170px;
  }
  .tps__tro {
    width: 240px;
  }
  .tps__tresult {
    width: 80px;
  }
}
.utm__sportico {
  height: 12px;
  width: 12px;
  margin-right: 5px;
  margin-top: -2px;
  margin-left: 0 !important;
  opacity: 0.5;
}
.sp__btn-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.sp__btn {
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 0 15px;
  box-shadow: 0 0 0 1px #fff;
  margin: 0 auto;
}
.sp__btn:hover {
  background-color: #e20000;
}
.sp__btn--wide {
  text-align: center;
  width: 100%;
}
.sp__link {
  color: #fff;
  text-decoration: underline;
}
.sp__link:hover {
  text-decoration: none;
}
.sp__chat {
  width: 400px;
  margin: 20px auto;
  text-align: center;
}
.spm {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background-color: #000;
}
.spm__container {
  color: #fff;
  margin: 0 auto;
  width: 1250px;
  height: 31px;
}
@media (max-width: 1299px) {
  .spm__container {
    width: 990px;
  }
}
.spm__logo {
  margin-right: 18px;
}
.spm__link {
  color: #fff;
  font-size: 14px;
}
.spm__link--current,
.spm__link:hover {
  color: #e20000;
}
.spm__del {
  font-size: 14px;
  margin: 0 12px;
}
.crt {
  margin-bottom: 20px;
}
.crt__head {
  border-bottom: 1px solid #fff;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  height: 35px;
}
.crt__hrnk {
  width: 50px;
  margin-right: auto;
}
.crt__hns {
  width: 120px;
}
.crt__hst {
  width: 150px;
}
.crt__hprz {
  width: 140px;
}
.crt__hodd {
  width: 120px;
}
.crt__row {
  border-bottom: 1px solid #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  text-align: center;
}
.crt__row--loading {
  opacity: 0.3;
  transition: opacity 0.3s;
}
.crt__trnk {
  text-align: center;
  font-weight: bold;
  width: 50px;
}
.crt__num {
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.crt__num--current {
  color: #fff;
  min-width: 14px;
  padding: 0 5px;
  background-color: #e20000;
  border-radius: 12px;
}
.crt__tlink {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #fff;
}
.crt__tlink:hover {
  color: #e20000;
}
.crt__avatar,
.crt__symbol {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  box-shadow: 0 0 0 2px #fff;
  margin-right: 18px;
}
.crt__avatar {
  background-color: #edeeef;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.crt__symbol {
  font-family: 'SEB';
  text-transform: uppercase;
  line-height: 50px;
  font-size: 28px;
  color: #fff;
}
.crt__name {
  font-weight: bold;
  font-size: 14px;
}
.crt__prize {
  display: inline-block;
  background-color: #e20000;
  border-radius: 6px;
  padding: 0 10px;
  line-height: 25px;
  font-weight: bold;
  font-size: 14px;
}
.crt__prize--disabled {
  background-color: #676767;
}
.crt__tns {
  width: 120px;
}
.crt__tst {
  width: 150px;
}
.crt__tprz {
  width: 140px;
}
.crt__todd {
  width: 120px;
}
.wd {
  margin-top: 15px;
  position: relative;
  border-radius: 6px;
  margin-bottom: 35px;
  height: 65px;
  background-color: #000;
  margin-left: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.wd__left,
.wd__right {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  margin-bottom: 10px;
}
.wd__left {
  -webkit-flex-basis: 250px;
  flex-basis: 250px;
  padding-left: 60px;
  box-sizing: border-box;
}
@media (max-width: 1299px) {
  .wd__left {
    -webkit-flex-basis: 200px;
    flex-basis: 200px;
  }
}
.wd__right {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  position: relative;
}
.wd__avatar {
  position: absolute;
  left: -15px;
  top: 50%;
  margin-top: -40px;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  box-shadow: 0 0 0 2px #fff;
  background-color: rgba(0,255,0,0.3);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.wd__top {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 6px;
  background-color: #000;
  padding: 0 15px;
  line-height: 25px;
  font-size: 13px;
  margin-bottom: 5px;
}
.wd__block {
  text-align: center;
}
.wd__t {
  font-size: 14px;
  font-weight: bold;
  margin-top: 2px;
}
.wd__t--red {
  display: inline-block;
  background-color: #e20000;
  border-radius: 4px;
  padding: 0 10px;
}
.wd__t--l {
  font-size: 18px;
}
.wd__t--s {
  font-weight: normal;
  font-size: 12px;
}
.wd__delim {
  height: 100%;
  width: 2px;
  background-color: #fff;
}
.tmt__menu {
  background-color: #000;
  margin-bottom: 30px;
}
.tmt__menu {
  position: relative;
  height: 25px;
  line-height: 25px;
  background-color: #3d464c;
  margin-bottom: 20px;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tmt__menu a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.tmt__menu span {
  float: left;
  color: #fff;
  margin-left: 1px;
  margin-right: 1px;
}
.tmt__menu--dark {
  background-color: #000;
}
.tmt__menu--dark .cb__mitem:first-child:before {
  background-color: #212121;
}
.pm__banner {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  background-color: #000;
  border-radius: 8px;
  height: 85px;
  margin: 10px 0 40px;
  padding: 0 30px;
}
@media (max-width: 1299px) {
  .pm__banner {
    padding: 0 15px;
  }
}
.pm__bnlogo {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 170px;
  height: 53px;
  margin-right: 30px;
}
@media (max-width: 1299px) {
  .pm__bnlogo {
    margin-right: 15px;
  }
}
.pm__bndel {
  height: 100%;
  width: 50px;
  position: relative;
  overflow: hidden;
}
.pm__bndel:after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: 50%;
  background-color: #f8ff13;
  width: 12px;
  margin-left: -6px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
}
.pm__bnblock {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
}
.pm__bndescr {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
}
.pm__bnico {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  width: 100px;
  height: 110px;
  margin-top: -3px;
  background: transparent url("/img/ico/ico.pm.png") center no-repeat;
  background-size: cover;
}
.pm__container {
  box-shadow: 0 0 0 10px rgba(255,69,0,0.3) inset;
}
.sr__container {
  margin-bottom: 30px;
  position: relative;
}
.sr__wrapper {
  border-radius: 4px;
  border: 1px solid #b4b4b4;
}
.sr__wrapper--focus {
  border-color: #15b400;
}
.sr__wrapper--active {
  border-radius: 4px 4px 0 0;
}
.sr__dropdown {
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 3;
  border: 1px solid #b4b4b4;
  border-top: none;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.sr__dropdown--small {
  top: 29px;
}
.sr__variant {
  padding: 0 15px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
}
.sr__variant--current {
  background-color: #f2f2f2;
}
.sr__variant--small {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
}
.sr__descr {
  font-size: 14px;
  line-height: 17px;
  margin-top: 10px;
  padding: 0 16px;
}
.sr__descr a {
  text-decoration: underline;
}
.sr__descr a:hover {
  text-decoration: none;
}
.sr__input {
  display: block;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  border: none;
  line-height: 45px;
  height: 45px;
  padding: 0 40px 0 15px;
  box-shadow: none;
  background-color: transparent;
}
.sr__input:hover,
.sr__input:focus {
  border-color: #add8e6;
}
.sr__input--small {
  line-height: 27px;
  height: 27px;
  font-size: 13px;
  padding: 0 25px 0 10px;
}
.sr__submit {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  height: 45px;
  width: 45px;
  background: transparent url("../img/ico/search.png") center center no-repeat;
  background-size: 24px 24px;
  border: none;
  opacity: 0.3;
  cursor: pointer;
}
.sr__submit:hover {
  opacity: 0.5;
}
.sr__submit:active {
  opacity: 0.3;
}
.sr__submit--small {
  height: 27px;
  width: 27px;
  background-size: 15px 15px;
}
.sr__inline {
  display: inline-block;
  vertical-align: middle;
}
.sr__inline p {
  margin: 0;
}
.sr__tlink {
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
}
.sr__tlink:hover p {
  color: #e20000;
}
.sr__tblock {
  margin-left: 5px;
}
.sr__tleague {
  margin-bottom: 2px;
}
.sr__tsport {
  font-size: 11px;
  color: #b3b3b3;
}
.sr__tico {
  height: 37px;
  width: 37px;
}
.sr__tdetails {
  position: relative;
  display: inline-block;
}
.sr__timg {
  width: 40px;
  text-align: right;
}
.sr__trate {
  min-width: 120px;
}
.sr__trate img {
  display: block;
}
.sr__trate p {
  margin: 0;
  margin-top: 5px;
  width: 40px;
  text-align: right;
}
.sr__tbm {
  position: absolute;
  bottom: 0;
  left: 45px;
  right: 0;
  display: block;
}
.sr__tbm:hover {
  opacity: 0.8;
}
.sr__tbm img {
  display: block;
}
.sr__tgray {
  color: #b3b3b3;
}
.sr__middle {
  vertical-align: middle;
}
.sr__bm {
  margin-bottom: 20px;
}
.sr__bmblock {
  width: 30%;
  border-radius: 8px;
}
.sr__bmblock:hover {
  opacity: 0.75;
}
.sr__bmflag {
  position: absolute;
  right: 55px;
  bottom: 5px;
  height: 18px;
  width: 18px;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 9px;
}
@media (max-width: 1299px) {
  .sr__bmflag {
    right: 20px;
  }
}
.sr__bmtop {
  height: 53px;
  position: relative;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 165px 50px;
}
.sr__bmbottom {
  border-top: 1px solid #fff;
  line-height: 23px;
}
.sr__tp {
  margin-bottom: 20px;
}
.sr__tp--secondary {
  margin-top: -10px;
}
.sr__tptitle {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.sr__tplist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  justify-content: space-between;
  row-gap: 10px;
}
.sr__tpblock {
  height: 60px;
  width: 30%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 12px;
  border-radius: 8px;
  box-sizing: border-box;
}
.sr__tpblock--light {
  background-color: #f5f5f5;
  height: 44px;
}
.sr__tpblock--big {
  height: auto;
  min-height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.sr__tpblock--black {
  background-color: #000;
  color: #fff;
}
.sr__tpblock--dark {
  background-color: #3d464c;
  color: #fff;
}
.sr__tpblock:nth-child(3n) {
  margin-right: 0;
}
.sr__tpblock:hover {
  opacity: 0.75;
}
.sr__tpblock--fluid {
  width: auto;
  margin-right: 40px !important;
}
.sr__tpblock--fluid:hover {
  opacity: 1;
  color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
}
.sr__tpblock--fluid .sr__tpname {
  font-size: 15px;
}
.sr__tpblock--border {
  box-shadow: 0 0 0 1px #dedede;
}
.sr__tpblock--border:hover {
  opacity: 1;
  color: #e20000;
  box-shadow: 0 0 0 1px #e20000;
}
.sr__tplogo {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  height: 40px;
  width: 40px;
  margin-right: 15px;
}
.sr__tplogo--light {
  background-color: #36444b !important;
  background-size: 80% !important;
  height: 44px;
  width: 44px;
  border-radius: 8px 0 0 8px;
  margin-left: -12px;
}
.sr__tplogo--round {
  border-radius: 20px;
  box-shadow: 0 0 0 2px #fff;
}
.sr__tplogo--sm {
  height: 30px;
  width: 30px;
  margin-right: 12px;
}
.sr__tplogo--dummy {
  background-color: rgba(0,0,0,0.1);
  border-radius: 20px;
}
.sr__tpflag {
  position: absolute;
  right: -2px;
  bottom: -2px;
  height: 18px;
  width: 18px;
  box-shadow: 0 0 0 1px #fff;
  border-radius: 9px;
}
.sr__tpflag--sm {
  height: 14px;
  width: 14px;
  border-radius: 7px;
}
.sr__tptext {
  overflow: hidden;
}
.sr__tpname {
  font-weight: bold;
  font-size: 20px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 2px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-hello: vertical;
}
.sr__tpsport {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sr__title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  border-bottom: 3px solid #e20000;
}
.sr__nslist {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.sr__nsblock {
  display: -webkit-flex;
  display: flex;
  width: calc(50% - 10px);
  margin-bottom: 15px;
}
.sr__nsblock:hover {
  color: #e20000;
}
.sr__nsimg {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 82px;
  width: 164px;
  margin-right: 12px;
  border-radius: 8px;
  background-color: #f2f2f2;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sr__nstitle {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 1px;
}
.sr__nstext {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 2px;
}
.sr__nsdate {
  color: #8e8e8e;
  font-size: 11px;
  line-height: 14px;
}
.sr__nsmarker {
  display: inline-block;
  position: relative;
  line-height: 1.2;
  padding-right: 1px;
  box-shadow: 0 0 0 2px #ffeeab;
  background-color: #ffeeab;
  border-radius: 4px;
  z-index: 1;
}
.table__search {
  margin-bottom: 5px;
}
.table__search th {
  font-weight: normal;
  color: #a0a0a0;
}
.table__search--half {
  width: 440px;
  float: left;
  margin-bottom: 0;
}
.table__search--half:nth-child(odd) {
  margin-left: 50px;
}
.table__search--half:nth-child(even) {
  clear: both;
}
.table__search--half:last-of-type {
  margin-bottom: 15px;
}
.table__stitle {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  clear: both;
}
.lg__score--animate:after {
  -webkit-animation-name: linewidth, lineleft;
  animation-name: linewidth, lineleft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.snake {
  stroke: #e20000;
  stroke-width: 2px;
  stroke-dasharray: 0, 128;
  stroke-dashoffset: 0;
  -webkit-animation-name: doffset, darray;
  animation-name: doffset, darray;
  -webkit-animation-duration: 4s, 4s;
  animation-duration: 4s, 4s;
  -webkit-animation-delay: 2s, 0s;
  animation-delay: 2s, 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.snake1 {
  stroke: #e20000;
  stroke-width: 2px;
  stroke-dasharray: 0, 120;
  stroke-dashoffset: 0;
  -webkit-animation-name: doffset1, darray1;
  animation-name: doffset1, darray1;
  -webkit-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
.ls-snake2 {
  stroke: #e20000;
  stroke-width: 2px;
  stroke-dasharray: 0, 120;
  stroke-dashoffset: 0;
  -webkit-animation-name: doffset1, darray1;
  animation-name: doffset1, darray1;
  -webkit-animation-duration: 2s, 2s;
  animation-duration: 2s, 2s;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
}
@-webkit-keyframes linewidth {
  0% {
    width: 0;
  }
  50% {
    width: 42px;
  }
  100% {
    width: 0;
  }
}
@keyframes linewidth {
  0% {
    width: 0;
  }
  50% {
    width: 42px;
  }
  100% {
    width: 0;
  }
}
@-webkit-keyframes lineleft {
  0% {
    left: 10px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 52px;
  }
}
@keyframes lineleft {
  0% {
    left: 10px;
  }
  50% {
    left: 10px;
  }
  100% {
    left: 52px;
  }
}
@-webkit-keyframes doffset {
  0% {
    stroke-dashoffset: 256;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes doffset {
  0% {
    stroke-dashoffset: 256;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes darray {
  0% {
    stroke-dasharray: 0, 128;
  }
  50% {
    stroke-dasharray: 128, 0;
  }
  100% {
    stroke-dasharray: 0, 128;
  }
}
@keyframes darray {
  0% {
    stroke-dasharray: 0, 128;
  }
  50% {
    stroke-dasharray: 128, 0;
  }
  100% {
    stroke-dasharray: 0, 128;
  }
}
@-webkit-keyframes doffset1 {
  0% {
    stroke-dashoffset: 480;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes doffset1 {
  0% {
    stroke-dashoffset: 480;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes darray1 {
  0% {
    stroke-dasharray: 0, 120;
  }
  50% {
    stroke-dasharray: 120, 0;
  }
  100% {
    stroke-dasharray: 0, 120;
  }
}
@keyframes darray1 {
  0% {
    stroke-dasharray: 0, 120;
  }
  50% {
    stroke-dasharray: 120, 0;
  }
  100% {
    stroke-dasharray: 0, 120;
  }
}
.play {
  margin-bottom: 25px;
  height: 47px;
}
.play__ico {
  position: relative;
  width: 50px;
  background: #e20000;
  border-radius: 4px;
  margin-right: 8px;
}
.play__ico:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-width: 10px 0 10px 18px;
  border-style: solid;
  border-color: transparent #fff;
}
.play__skew {
  -webkit-transform: skewX(-32deg);
  transform: skewX(-32deg);
}
.play__unskew {
  -webkit-transform: skewX(32deg);
  transform: skewX(32deg);
}
.play__bg {
  background-color: #36444b;
  margin-left: -15px;
  margin-right: 4px;
}
.play__logo {
  height: 100%;
  width: 155px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 120px 36px;
}
.play__dscrp {
  background-color: #36444b;
  padding: 0 25px 0 30px;
  margin-right: -15px;
}
.livestream {
  -webkit-flex-basis: 445px;
  flex-basis: 445px;
  border-radius: 6px;
  background-color: #000;
  position: relative;
  min-height: 160px;
}
.livestream__container {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 12px;
  background-color: #f9f9f9;
  border-radius: 6px;
}
.livestream__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  height: 89px;
  width: 89px;
}
.livestream__image::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-40%, -50%);
  transform: translate(-40%, -50%);
  border-top: 17px solid transparent;
  border-left: 28px solid #666;
  border-bottom: 17px solid transparent;
}
.inst {
  box-sizing: border-box;
  -webkit-flex-basis: 485px;
  flex-basis: 485px;
  padding: 21px 32px 38px 38px;
}
.inst__title {
  font-weight: bold;
  margin: 0;
}
.inst__ico {
  position: absolute;
  top: -8px;
  left: 0;
  display: inline-block;
  height: 33px;
  width: 33px;
  line-height: 33px;
  border-radius: 50%;
  background-color: #027a5a;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}
.inst__item {
  position: relative;
  margin-top: 26px;
  padding-left: 50px;
}
.inst__link {
  text-decoration: underline;
}
.back__container {
  margin: 0 auto;
}
.back__link {
  color: #3d464c;
  background-color: #e9e9e9;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: block;
  padding: 10px 30px;
  margin-top: 10px;
  border-radius: 6px;
}
.back__link:hover,
.back__link:focus {
  color: #fff;
  background-color: #e20000;
}
.ratio__block {
  height: 38px;
  width: 80px;
  border: 1px solid #c4c4c4;
  line-height: 38px;
  border-radius: 4px;
}
.ratio__text {
  max-width: 445px;
}
.ratio__oddsico {
  height: 38px;
  width: 167px;
  background: transparent url("/img/ico/ico.odds.am.big.svg") center no-repeat;
  background-size: cover;
}
.author__flag {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 33px;
  width: 33px;
}
.author__wsymbol {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 180px;
  width: 180px;
  border-radius: 10px;
  font-family: seb;
  text-transform: uppercase;
  font-size: 124px;
  color: #fff;
}
.author__ava {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 180px;
  width: 180px;
  border-radius: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.svg--calendar {
  fill: #3d464c;
}
.svg--white {
  fill: #fff;
}
.svg--red {
  fill: #eb0607;
}
.trnm a {
  text-decoration: underline;
}
.trnm__create {
  background-color: #2d9cdb;
  border-radius: 6px;
  color: #fff;
  padding: 19px 12px;
}
.trnm__btn {
  background: #fff;
  border-radius: 6px;
  color: #3d464c;
  width: 179px;
  height: 40px;
  cursor: pointer;
}
.trnm__dscrp {
  line-height: 24px;
}
.trnm__links {
  border: 1px solid #c4c4c4;
}
.trnm__link {
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  background-color: transparent;
  text-align: center;
  width: 145px;
}
.trnm__link--big {
  height: 40px;
  line-height: 40px;
}
.trnm__link--current {
  background: #e20000;
  color: #fff;
}
.trnm__link:hover {
  background-color: #c4c4c4;
}
.tbs__htitle {
  color: #8f8f8f;
  font-size: 13px;
  margin-right: 5px;
}
.tbs__ico {
  width: 16px;
  height: 16px;
  font-size: 13px;
  color: #fff;
  background-color: #c4c4c4;
  border-radius: 50%;
  border: 1px solid #fff;
}
.tbs__ico-right {
  position: absolute;
  right: -8px;
}
.tbs__arr {
  width: 13px;
  height: 8px;
}
.tbs__hitem {
  display: -webkit-flex;
  display: flex;
}
@media (max-width: 1299px) {
  .tbs__hitem .tbs__date {
    display: none;
  }
}
.tbs__item:not(:last-child) {
  margin-bottom: 20px;
}
.tbs__trnm {
  width: 220px;
}
@media (max-width: 1299px) {
  .tbs__trnm {
    width: 252px;
  }
}
.tbs__avatar {
  width: 44px;
  height: 44px;
}
.tbs__match {
  width: 220px;
  position: relative;
}
@media (max-width: 1299px) {
  .tbs__match {
    width: 142px;
  }
}
.tbs__items .tbs__match {
  padding: 0 18px;
}
.tbs__icon {
  margin-right: 15px;
  position: relative;
  width: 22px;
  height: 22px;
}
.tbs__icon:not(:first-child) {
  margin-left: 5px;
}
.tbs__qty {
  position: relative;
  width: 100px;
}
.tbs__scale {
  bottom: 0;
  left: 0;
  position: absolute;
  height: 3px;
  background-color: rgba(85,182,224,0.3);
  width: 100%;
  border-radius: 6px;
}
.tbs__date {
  display: -webkit-flex;
  display: flex;
  width: 172px;
}
@media (max-width: 1299px) {
  .tbs__date {
    width: 100%;
  }
}
.tbs__date--active {
  position: relative;
  border: 1px solid #e20000;
}
@media (max-width: 1299px) {
  .tbs__date--active {
    border: none;
  }
}
.tbs__date--active:after {
  content: '';
  top: 50%;
  right: 11px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  height: 8px;
  width: 8px;
  position: absolute;
  border-radius: 50%;
  background-color: #e20000;
}
@media (max-width: 1299px) {
  .tbs__date--active:after {
    right: -15px;
  }
}
.tbs__status {
  width: 126px;
  position: relative;
}
.tbs__btn {
  color: #fff;
  position: relative;
  padding: 0 13px;
}
.tbs__all {
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
  color: #fff;
  -webkit-text-stroke: 0.6px #b3b3b3;
  cursor: pointer;
}
.tbs__tooltip {
  position: relative;
}
.tbs__it {
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px rgba(0,0,0,0.25);
  border-radius: 4px;
  padding: 5px 12px;
  background-color: #fff;
}
.tupc {
  box-sizing: border-box;
}
.tupc__hico {
  height: 48px;
  width: 48px;
  border: 2px solid #fff;
  position: absolute;
}
.tupc__title {
  background-color: #2d9cdb;
  padding-left: 25px;
  padding-right: 18px;
  margin-left: 40px;
  height: 48px;
  color: #fff;
}
.tupc__name {
  width: 250px;
}
.tupc__name--date {
  display: none;
}
@media (max-width: 1299px) {
  .tupc__name--date {
    display: block;
  }
}
.tupc__date {
  width: 245px;
}
@media (max-width: 1299px) {
  .tupc__date {
    display: none;
  }
}
.tupc__pos {
  width: 180px;
}
.tupc__matches {
  margin-right: 0;
  margin-left: auto;
}
.tupc__num {
  background-color: #fff;
  color: #3d464c;
  height: 24px;
}
.tupc__val {
  min-width: 28px;
}
.tupc__rate {
  box-sizing: border-box;
  background-color: #ef0000;
  height: 24px;
  padding: 0 13px;
  border: 2px solid #fff;
  color: #fff;
}
.tupc__decor {
  display: none;
}
.tupc__item {
  background-color: #f5f5f5;
  height: 44px;
  padding: 0 16px 0 24px;
}
.tupc__item:not(:last-child) {
  margin-bottom: 18px;
}
@media (max-width: 1299px) {
  .tupc__item {
    height: 94px;
    padding: 5px 16px;
  }
}
@media (max-width: 1299px) {
  .tupc__time {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.tupc__icon {
  height: 24px;
  width: 24px;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border-radius: 50%;
  box-sizing: border-box;
  background-size: 20px 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 15px;
}
@media (max-width: 1299px) {
  .tupc__icon {
    margin-right: 8px;
    height: 20px;
    width: 20px;
  }
}
@media (max-width: 1299px) {
  .tupc__info {
    border-top: 1px solid #c1c1c1;
  }
}
.tupc__team {
  width: 140px;
}
.tupc__ico {
  height: 32px;
  width: 32px;
  margin: 0 20px 0 17px;
}
@media (max-width: 1299px) {
  .tupc__ico {
    height: 30px;
    width: 30px;
  }
}
.tupc__score {
  box-sizing: border-box;
  height: 30px;
  width: 48px;
  background: #fff;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}
.tupc__score--save {
  border: 1px solid #6cb0e0;
}
.tupc__score[type='number'] {
  -moz-appearance: textfield !important;
}
.tupc__score::-webkit-outer-spin-button,
.tupc__score::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.tupc__colon {
  margin: 0 15px;
}
.tupc__predict {
  box-sizing: border-box;
  height: 30px;
  width: 38px;
  border: 1px solid #bdbdbd;
}
.tupc__predict--wrong {
  border: 1px solid #e20000;
}
.tupc__predict--correct {
  border: 1px solid #15b400;
}
.tupc__points {
  height: 24px;
  line-height: 24px;
  width: 40px;
  margin-left: auto;
  color: #fff;
  background-color: #bdbdbd;
}
.tupc__points--wrong {
  background-color: #e20000;
}
.tupc__points--correct {
  background-color: #15b400;
}
@media (max-width: 1299px) {
  .tupc__points {
    width: 38px;
  }
}
.tupc__arscore {
  margin: 0 20px;
}
@media (max-width: 1299px) {
  .tupc__arscore {
    margin: 0 16px;
  }
}
.tupc__arscore--live {
  color: #e20000;
}
.tupc__toggle {
  width: 137px;
  height: 28px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}
.tupc__toggle--active {
  border: 1px solid #2d9cdb;
}
.tupc__toggle--correct {
  border: 1px solid #15b400;
}
.tupc__toggle--wrong {
  border: 1px solid #e20000;
}
@media (max-width: 1299px) {
  .tupc__toggle {
    width: 132px;
    height: 30px;
  }
}
.tupc__switch {
  background-color: #e2e2e2;
  color: #969696;
  width: 41px;
  height: 28px;
}
@media (max-width: 1299px) {
  .tupc__switch {
    width: 44px;
    height: 30px;
  }
}
.tupc__switch--active {
  background-color: #2d9cdb;
  width: 57px;
}
@media (max-width: 1299px) {
  .tupc__switch--active {
    width: 64px;
  }
}
.tupc__switch--correct {
  background-color: #15b400;
  width: 57px;
}
@media (max-width: 1299px) {
  .tupc__switch--correct {
    width: 64px;
  }
}
.tupc__switch--wrong {
  background-color: #e20000;
  width: 57px;
}
@media (max-width: 1299px) {
  .tupc__switch--wrong {
    width: 64px;
  }
}
.tupc__lg {
  width: 185px;
}
@media (max-width: 1299px) {
  .tupc__lg {
    width: 250px;
  }
}
.tupc__btn {
  border: 1px solid #c1c1c1;
  height: 29px;
  padding: 0 28px;
}
.tupc__btn:hover {
  background-color: #e20000;
  border: 1px solid #e20000;
  color: #fff;
}
.tupc__banner {
  color: #fff;
  background-color: #e20000;
  height: 23px;
  padding: 0 8px;
  margin-right: 0;
}
@media (max-width: 1299px) {
  .tupc__banner {
    height: 20px;
    margin-left: 0;
  }
}
@media (max-width: 1299px) {
  .tupc__block {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.tupc__block1 {
  width: 160px;
}
@media (max-width: 1299px) {
  .tupc__block1 {
    width: 50%;
    -webkit-order: 2;
    order: 2;
  }
}
.tupc__block2 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
@media (max-width: 1299px) {
  .tupc__block2 {
    width: 100%;
    -webkit-order: 3;
    order: 3;
  }
}
.tupc__block3 {
  width: 185px;
}
@media (max-width: 1299px) {
  .tupc__block3 {
    width: 50%;
    -webkit-order: 1;
    order: 1;
  }
}
.tupc__arblock1 {
  width: 185px;
}
@media (max-width: 1299px) {
  .tupc__arblock1 {
    width: 33.3%;
    -webkit-order: 1;
    order: 1;
  }
}
.tupc__arblock2 {
  width: 160px;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 1299px) {
  .tupc__arblock2 {
    width: 33.3%;
    -webkit-order: 2;
    order: 2;
    text-align: center;
  }
}
@media (max-width: 1299px) {
  .tupc__arblock3 {
    width: 100%;
    -webkit-order: 4;
    order: 4;
  }
}
.tupc__arblock4 {
  margin-left: auto;
}
@media (max-width: 1299px) {
  .tupc__arblock4 {
    width: 33.3%;
    -webkit-order: 3;
    order: 3;
  }
}
.cc__dropzone {
  padding: 20px 13px;
  margin-bottom: 10px;
  border-radius: 8px;
  border: 1px dashed #d3d3d3;
  width: 124px;
  color: #aeaeae;
}
.cc__add__file {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.cc__input {
  height: 40px;
  width: 290px;
  padding: 8px 16px;
  border: 1px solid #c1c1c1;
}
.cc__input--admin {
  height: 33px;
  padding: 6px 17px;
  border: 1px solid #c1c1c1;
  width: 175px;
}
.cc__input:hover,
.cc__input:focus {
  border: 1px solid #2d9cdb;
}
.cc__input[type='number'] {
  -moz-appearance: textfield !important;
}
.cc__input::-webkit-outer-spin-button,
.cc__input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.cc__label {
  margin-right: 31px;
}
.cc__date {
  width: 135px;
}
.cc__btn {
  position: absolute;
  right: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  background-color: #e20000;
}
.cc__wrapper {
  width: 138px;
  border: 1px solid #c1c1c1;
  border-radius: 2px;
}
.cc__flabel {
  height: 40px;
  line-height: 40px;
  padding: 8px 16px;
}
.cc__svg {
  stroke: #36444b;
}
.cc__text {
  color: rgba(54,68,75,0.8);
  width: 292px;
}
.cc__field {
  width: 600px;
  padding: 4px 16px 4px 8px;
  border: 1px solid #c1c1c1;
}
.cc__item {
  border: 1px solid #c1c1c1;
  margin: 4px 0 4px 8px;
  padding: 6px 8px;
}
.cc__ico {
  stroke: #2f3138;
}
.cc__admin {
  width: 930px;
  padding-left: 10px;
  padding-right: 10px;
}
.cc__version {
  width: 72px;
  height: 28px;
  border: 1px dashed #d3d3d3;
}
.cc__version--active {
  background-color: #2d9cdb;
  border: 1px solid #2d9cdb;
}
.cc__icon {
  width: 20px;
  height: 20px;
  background-color: #fff;
}
.cc__icon--active {
  border: 1px solid #c5c5c5;
}
.cc__book {
  width: 110px;
  height: 33px;
}
.cc__wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sidebar {
  margin-left: 950px;
  width: 300px;
}
.sidebar-block {
  position: relative;
  font-size: 13px;
  margin-bottom: 30px;
}
.soc {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  width: 24px;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: background-color 0.1s;
}
.soc-18 {
  background-size: auto 100%;
  height: 18px;
  width: 18px;
}
.soc-24 {
  background-size: auto 100%;
  height: 24px;
  width: 24px;
}
.soc.vk {
  background-color: #48729e;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=");
}
.soc.fb {
  background-color: #3c5a98;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=");
}
.soc.ok {
  background-color: #ff9f4d;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTMuNTYzIDE0LjEyNmMyLjU3OCAwIDQuNjY4LTIuMDQgNC42NjgtNC41NTUgMC0yLjUxNS0yLjA5LTQuNTU1LTQuNjY3LTQuNTU1LTIuNTc4IDAtNC42NjcgMi4wNC00LjY2NyA0LjU1NiAwIDIuNTE3IDIuMDkgNC41NTYgNC42NjcgNC41NTZ6bTAtNi43OTZjMS4yNjggMCAyLjI5NyAxLjAwMyAyLjI5NyAyLjI0IDAgMS4yNC0xLjAzIDIuMjQyLTIuMjk3IDIuMjQyLTEuMjY4IDAtMi4yOTYtMS4wMDMtMi4yOTYtMi4yNCAwLTEuMjQgMS4wMjgtMi4yNDIgMi4yOTYtMi4yNDJ6Ii8+PHBhdGggZD0iTTE2Ljk4IDE0LjQ4MmMtMS4zMSAxLjAwOC0zLjQxNyAxLjAwOC0zLjQxNyAxLjAwOHMtMi4xMDYgMC0zLjQxNy0xLjAwOGMtLjk3LS43NDYtMS43LS4zMTctMS45NjMuMi0uNDYuOS4wNiAxLjMzNiAxLjIzIDIuMDcgMS4wMDIuNjI3IDIuMzc2Ljg2MiAzLjI2NC45NWwtLjc0LjcyMmMtMS4wNDUgMS4wMi0yLjA1MiAyLjAwMi0yLjc1IDIuNjg1YTEuMDI3IDEuMDI3IDAgMCAwIDAgMS40NzZsLjEyNS4xMjNhMS4wOSAxLjA5IDAgMCAwIDEuNTEzIDBsMi43NS0yLjY4NSAyLjc1IDIuNjg0YTEuMDkgMS4wOSAwIDAgMCAxLjUxNSAwbC4xMjYtLjEyNGExLjAyNyAxLjAyNyAwIDAgMCAwLTEuNDc3bC0yLjc1LTIuNjg2LS43NDQtLjcyNWMuODg4LS4wOSAyLjI0OC0uMzI2IDMuMjQtLjk0OCAxLjE3Mi0uNzM0IDEuNjktMS4xNyAxLjIzLTIuMDctLjI2Mi0uNTE3LS45OTItLjk0Ni0xLjk2Mi0uMnoiLz48L2c+PC9zdmc+Cg==");
}
.soc.gp {
  background-color: #0086f8;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjk4NCAxMi4yMTh2My41NjRzMy40NS0uMDA0IDQuODU3LS4wMDRjLS43NiAyLjMxLTEuOTQ0IDMuNTctNC44NTYgMy41Ny0yLjk0OCAwLTUuMjQ4LTIuMzk1LTUuMjQ4LTUuMzQ4czIuMy01LjM0NyA1LjI0OC01LjM0N2MxLjU1OCAwIDIuNTY1LjU1IDMuNDg4IDEuMzE0Ljc0LS43NC42NzctLjg0NiAyLjU1Ny0yLjYyNUE4Ljk0MiA4Ljk0MiAwIDAgMCAxMy45ODMgNUM5LjAyMiA1IDUgOS4wMyA1IDE0czQuMDIyIDkgOC45ODQgOWM3LjQxNiAwIDkuMjMtNi40NyA4LjYyOC0xMC43ODJoLTguNjI4eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==");
}
.soc.tw {
  background-color: #000;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIrSURBVHgB7VqLkYIwEM1dBZZACZZgCXagJdiBdqAdaAfMVUAJXgeUgB3keJzLLAwrJFkuF4edWT87krwXXl4S1ZjfyOos6qzqtAlk/sTcgk8FOM+KSOQJge5n8fF8kWo8UidgPk3isRCIHQuB2OFE4Ha7GWutmIfDwfhGnudNG+jDNSYvHKvVypZlaRF4LoqiTURVVTbLMucF6Xg8Ntff7/emD8fr3TrbbDZNZwDN65fLZbA+FTwGxIe88bigBVtLpnN3MIKI0+k0qZ3dbhcK3o8AksDijlANICCjfn0o1+t1Kzu89sXhTYDAYvS4bnFXaFQlPeNamkvb7TYEvD8BDvZ8PnfqNKn79T74qVKbjQAHCz1TjbsVH2FeVwIfToCk1LdQciter72+qcEElMCHE0BilMesFXIir1cEr0OAg5WsdWxiRyfA9e1rrVEJIEn3krXOIB9dAlxKLtb6rwggSfeStSpLSRc8BypZq/Jk1iVAo0/PkrUqSkkPPHk9Fiy8J91L1qqwD9IjwPf1JA/JQqXVOxqBV4cSWqUla3U9AKkT4ACl0RyzVi6xPyWAgwhJ5NWhhDvTkLUGSskPPN/X7/f70c8P7U55PWCVDgPvsq/HZ2ewVncCrod3nmPW6rFKuwG4Xq8dr/e5ezRv0AbaQxIxj1V6eueBX0C1SRYqBQhNbWv5gSN2LARix0IgdrwFgYdJOEDg26QbX3jITOJ/9iASqfzpA8ALAv8Dj0DldJuFVGAAAAAASUVORK5CYII=');
}
.soc:hover {
  opacity: 0.75;
}
.up {
  position: relative;
  display: inline-block;
}
.up:before {
  position: absolute;
  top: 50%;
  left: -11px;
  margin-top: -3px;
  display: block;
  height: 0;
  width: 0;
  border-width: 0 4px 5px 4px;
  border-style: solid;
  border-color: #15b400 transparent;
  content: '';
}
.down {
  position: relative;
  display: inline-block;
}
.down:before {
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -2px;
  display: block;
  height: 0;
  width: 0;
  border-width: 5px 4px 0 4px;
  border-style: solid;
  border-color: #e20000 transparent;
  content: '';
}
.grid__tlm .up:before,
.grid__tlm .down:before {
  top: -5px;
}
.arr-down {
  cursor: pointer;
}
.arr-down:after {
  display: inline-block;
  content: '';
  height: 6px;
  width: 8px;
  background: transparent url("../img/ico/ico.arrow.gray.2x.png") center no-repeat;
  background-size: 8px 6px;
}
.cb__mmlink:after {
  display: inline-block;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  margin-left: 6px;
  border-width: 6px 5px 0;
  border-style: solid;
  border-color: #fff transparent
}
.ico-order:after {
  position: absolute;
  top: 12px;
  right: 5px;
  display: inline-block;
  content: '';
  height: 0;
  width: 0;
  margin: 0 3px;
  border-width: 6px 5px 0;
  border-style: solid;
  border-color: #8c8c8c transparent;
  z-index: 2;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.ico-order.active:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.asc,
.dsc {
  cursor: pointer;
}
.asc:after,
.dsc:after {
  position: relative;
}
.asc:hover,
.dsc:hover {
  opacity: 0.75;
}
.asc:after {
  display: inline-block;
  content: '';
  height: 0;
  width: 0;
  margin: 0 3px;
  top: -1px;
  border-width: 0px 5px 6px;
  border-style: solid;
  border-color: #8c8c8c transparent;
}
.asc.active:after {
  border-color: #e20000 transparent;
}
.dsc:after {
  display: inline-block;
  content: '';
  height: 0;
  width: 0;
  margin: 0 3px;
  top: 0;
  border-width: 6px 5px 0px;
  border-style: solid;
  border-color: #8c8c8c transparent;
}
.dsc.active:after {
  border-color: #e20000 transparent;
}
.tooltip-icon {
  display: block;
  height: 17px;
  width: 17px;
  cursor: pointer;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  text-align: center;
}
.tooltip-icon:before {
  display: block;
  color: #c6c6c6;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
  content: '?';
}
.arrows-block {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.arrow {
  display: block;
  height: 14px;
  width: 14px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: #d3d3d3;
  margin-left: -3px;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.arrow--red {
  border-color: #e20000;
}
.arrow--green {
  border-color: #15b400;
}
.arrow-wrapper {
  position: relative;
  padding: 3px 3px 3px 0;
  overflow: hidden;
  cursor: pointer;
}
.youtube {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  background-color: #e20000;
  border-radius: 5px;
}
.youtube:after {
  position: absolute;
  top: 4px;
  left: 6px;
  display: block;
  content: '';
  border-width: 4px 0 4px 6px;
  border-style: solid;
  border-color: transparent #fff;
}
.youtube:hover {
  opacity: 0.5;
}
.r__lng-icon {
  position: absolute;
  top: 0;
  left: 10px;
  display: inline-block;
}
.r__lng-icon:after {
  display: inline-block;
  content: '';
  height: 11px;
  width: 12px;
  background: transparent url("../img/ico/world-2x.png") 0 0 no-repeat;
  background-size: 12px 11px;
}
.r__odds-icon {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -1px;
  display: block;
  height: 1px;
  width: 12px;
  background-color: #36444a;
}
.r__odds-icon:before,
.r__odds-icon:after {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 12px;
  background-color: #36444a;
}
.r__odds-icon:before {
  bottom: 4px;
}
.r__odds-icon:after {
  top: 4px;
}
.star {
  display: block;
  float: left;
  height: 14px;
  width: 14px;
  background-color: #fed41d;
  border-radius: 7px;
  margin: 4px;
}
.star--red {
  background-color: #e20000;
}
.star--inline {
  float: none;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  line-height: 14px;
  vertical-align: middle;
}
.plus {
  display: inline-block;
  height: 14px;
  width: 14px;
  background: transparent url("../img/ico/plus.sprite.14-2x.png") 0 0 no-repeat;
  background-size: 14px 28px;
}
.plus:hover,
.plus.active {
  background-position: 0 -14px;
}
.follow:before {
  display: inline-block;
  height: 14px;
  width: 14px;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
  background: transparent url("../img/ico/plus.sprite.14-2x.png") 0 -14px no-repeat;
  background-size: 14px 28px;
  content: '';
}
.follow.active:before,
.follow:hover:before {
  background-position: 0 0;
}
.c__rateico {
  position: relative;
  display: inline-block;
  height: 16px;
  width: 16px;
  vertical-align: middle;
  background: transparent url("../img/ico/sprite.comment.rate-2x.png") 0 0 no-repeat;
  background-size: 32px 32px;
}
.c__rateico:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 2px;
  border-radius: 1px;
  content: '';
}
.c__rateico--up {
  background-position: 0 0;
}
.c__rateico--up:before {
  box-shadow: 0 0 0 10px rgba(21,180,0,0.3);
  opacity: 0;
  transition: opacity 0.3s, box-shadow 0.3s 0.3s;
}
.c__rateico--up:hover {
  background-position: 0 -16px;
}
.c__rateico--up.active:before {
  box-shadow: 0 0 0 25px rgba(21,180,0,0.3);
  opacity: 1;
  transition: box-shadow 0.3s;
}
.c__rateico--down {
  background-position: -16px 0;
}
.c__rateico--down:before {
  box-shadow: 0 0 0 10px rgba(226,0,0,0.3);
  opacity: 0;
  transition: opacity 0.3s, box-shadow 0.3s 0.3s;
}
.c__rateico--down:hover {
  background-position: -16px -16px;
}
.c__rateico--down.active:before {
  box-shadow: 0 0 0 25px rgba(226,0,0,0.3);
  opacity: 1;
  transition: box-shadow 0.3s;
}
.calc {
  display: inline-block;
  height: 14px;
  width: 11px;
  background: transparent url("../img/ico/ico.calc-2x.png") 0 0 no-repeat;
  background-size: 11px 14px;
}
.goal {
  display: inline-block;
  height: 100%;
  width: 15px;
  background: transparent url("../img/b64/goal.png") center no-repeat;
  background-size: 14px 14px;
}
.nogoal {
  display: inline-block;
  height: 100%;
  width: 15px;
  background: transparent url("../img/b64/nogoal.png") center no-repeat;
  background-size: 14px 14px;
}
.redcard {
  width: 14px;
  background: transparent url("../img/b64/red.card.png") center no-repeat;
  background-size: 14px 14px;
}
.yellowcard {
  width: 14px;
  background: transparent url("../img/b64/yellow.card.png") center no-repeat;
  background-size: 14px 14px;
}
.yellowredcard {
  width: 16px;
  background: transparent url("../img/b64/yellow.red.card.png") center no-repeat;
  background-size: 16px 14px;
}
.change {
  display: inline-block;
  height: 16px;
  width: 17px;
  background: transparent url("../img/b64/change.png") 0 0 no-repeat;
}
.loading--news {
  background-color: rgba(255,255,255,0.3);
}
.loading--absolute {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.loading--live {
  padding-top: 143px;
}
.loading--top {
  padding-top: 120px;
}
.loading--center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.loading--row {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.loading--tb {
  padding-top: 180px;
}
.loading--ap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.75);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.loading--cp {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255,255,255,0.75);
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 3;
}
.loading-diagram {
  -webkit-transform: rotate(-90deg) scale(0.9);
  transform: rotate(-90deg) scale(0.9);
  margin-left: 10px;
  vertical-align: middle;
  height: 22px;
  width: 22px;
}
.loading-diagram--1 {
  -webkit-transform: rotate(-90deg) scale(0.7);
  transform: rotate(-90deg) scale(0.7);
}
.loading-diagram--2 {
  -webkit-transform: rotate(-90deg) scale(0.8);
  transform: rotate(-90deg) scale(0.8);
}
.loading-diagram--3 {
  -webkit-transform: rotate(-90deg) scale(1);
  transform: rotate(-90deg) scale(1);
}
.loading-wrapper {
  transition: opacity 0.3s;
}
.loading-wrapper--loading {
  opacity: 0.15;
}
.spinner {
  width: 50px;
  height: 50px;
  position: relative;
  margin: 0 auto;
}
.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner--bounce {
  width: 70px;
  height: 20px;
}
.spinner--bounce .bounce1,
.spinner--bounce .bounce2,
.spinner--bounce .bounce3 {
  width: 18px;
  height: 18px;
  background-color: rgba(51,51,51,0.6);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner--bounce .bounce1--white,
.spinner--bounce .bounce2--white,
.spinner--bounce .bounce3--white {
  background-color: #fff;
}
.spinner--bounce .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner--bounce .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.main .banner {
  color: #fff;
  height: 18px;
  line-height: 18px;
  min-width: 65px;
  padding: 0 5px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
}
.main .banner:hover {
  color: #fff;
  opacity: 0.9;
}
.main .banner--bonus {
  background-color: #087b5e;
}
.main .banner--tip {
  background-color: #3d464c;
}
.main .banner--tip-light {
  background-color: #c5c5c5;
}
.main .banner--live {
  width: auto;
  padding: 0 7px;
  background-color: #e20000;
}
.main .banner--live:hover {
  opacity: 0.75;
}
.main .banner--live:before {
  display: inline-block;
  content: '';
  margin-right: 5px;
  border-width: 4px 0 4px 7px;
  border-style: solid;
  border-color: transparent #fff;
}
.main .banner--bonus-tip {
  display: inline-block;
  width: 100px;
  margin-top: 1px;
  margin-bottom: 1px;
  background: linear-gradient(-75deg, #3d464c 50%, #087b5e 50%);
}
.main .banner--bonus-tip:hover {
  opacity: 1;
}
.main .banner--bonus-tip__bonus,
.main .banner--bonus-tip__tip {
  color: #fff;
  display: block;
  margin: 0;
  height: 18px;
  width: 50%;
  float: left;
}
.main .banner--bonus-tip__bonus:hover,
.main .banner--bonus-tip__tip:hover {
  color: #fff;
  opacity: 0.9;
}
.main .banner--make-bet {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 2px;
  position: relative;
  line-height: 24px;
  height: 24px;
  width: 71px;
  background-color: #087b5e;
  background-image: url("/img/odds_white.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 55px 9px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px 0 0 4px;
  cursor: default;
}
.main .banner--make-bet:hover {
  opacity: 1;
}
.main .banner--make-bet:after {
  position: absolute;
  top: 0;
  left: 100%;
  content: '';
  border-width: 12px 0 12px 7px;
  border-style: solid;
  border-color: transparent #087b5e;
}
.status {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  padding: 0 15px;
  border-radius: 4px;
  text-transform: uppercase;
  vertical-align: middle;
  text-align: center;
  box-sizing: border-box;
  background-color: #c5c5c5;
  white-space: nowrap;
}
.wide__banner {
  position: relative;
  display: inline-block;
  font-size: 13px;
  height: 34px;
  width: 375px;
  text-align: right;
  border-radius: 4px;
}
.wide__banner span {
  color: #36444a;
  display: inline-block;
  width: 300px;
  text-transform: uppercase;
  line-height: 35px;
  text-align: center;
}
.wide__banner:hover {
  opacity: 0.9;
}
.wide__banner--half-full {
  width: 450px;
  margin-bottom: 15px;
  float: left;
}
.wide__banner--half-full:nth-child(even) {
  float: right;
}
.wide__banner--half-full span {
  width: 375px;
}
.wide__banner__bmico {
  position: absolute;
  top: 2px;
  left: 0;
  height: 30px;
  width: 100px;
}
.button {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 45px;
  width: 100%;
  cursor: pointer;
  background-color: #e20000;
  border: none;
  border-radius: 4px;
}
.button:hover {
  opacity: 0.8;
}
.button:active {
  opacity: 0.75;
}
.button[disabled] {
  cursor: default;
  background-color: #a6a6a6;
  opacity: 0.5;
}
.match-finished {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 15px;
  font-size: 10px;
  color: #fff;
  margin-right: 25px !important;
  background-color: #a7a7a7;
  border-radius: 3px;
}
.legend {
  display: inline-block;
  border-radius: 3px;
}
.legend--wide {
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.legend--square {
  font-size: 11px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  width: 22px;
}
.line {
  position: relative;
  margin-bottom: 20px;
}
.line--phone,
.line--card {
  margin: 0 auto 20px;
  width: 60%;
}
.line--sms {
  margin: 0 auto 20px;
  width: 40%;
}
.line--active {
  box-shadow: 0 0 15px 0 #0f0;
}
.inputico {
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  display: block;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.inputico--sms {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZmlsbD0iZ3JheSIgZD0iTTM3IDM5SDExbC02IDZWMTFjMC0zLjMgMi43LTYgNi02aDI2YzMuMyAwIDYgMi43IDYgNnYyMmMwIDMuMy0yLjcgNi02IDZ6Ii8+PGcgZmlsbD0iI2ZmZiI+PGNpcmNsZSBjeD0iMjQiIGN5PSIyMiIgcj0iMyIvPjxjaXJjbGUgY3g9IjM0IiBjeT0iMjIiIHI9IjMiLz48Y2lyY2xlIGN4PSIxNCIgY3k9IjIyIiByPSIzIi8+PC9nPjwvc3ZnPg==");
}
.inputico--card {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODAgODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwKSIgZmlsbD0iIzgwODA4MCI+PHBhdGggZD0iTTcyLjk0MSAxMS43NjVINy4wNkMzLjI5NCAxMS43NjUgMCAxNS4wNTkgMCAxOC44MjR2NDIuMzUzYzAgMy43NjQgMy4yOTQgNy4wNTkgNy4wNTkgNy4wNTlINzIuOTRjMy43NjUgMCA3LjA2LTMuMjk1IDcuMDYtNy4wNlYxOC44MjVjLS4wMDEtMy43NjUtMy4yOTUtNy4wNi03LjA2LTcuMDZ6TTcuMDYgMTYuNDdINzIuOTRjMS40MTIgMCAyLjM1My45NCAyLjM1MyAyLjM1M3YzLjc2NEg0LjcwNnYtMy43NjRjMC0xLjQxMi45NDEtMi4zNTQgMi4zNTMtMi4zNTR6bTY4LjIzNSAxMC44MjN2My43NjVINC43MDZ2LTMuNzY1aDcwLjU4OHpNNzIuOTQxIDYzLjUzSDcuMDZjLTEuNDEyIDAtMi4zNTMtLjk0LTIuMzUzLTIuMzUzVjM1Ljc2NWg3MC41ODh2MjUuNDExYzAgMS40MTItLjk0MSAyLjM1My0yLjM1MyAyLjM1M3oiLz48cGF0aCBkPSJNMTIuMjM1IDQ2LjU4OGgxMi4yMzZjMS40MTEgMCAyLjM1My0uOTQgMi4zNTMtMi4zNTMgMC0xLjQxMS0uOTQyLTIuMzUzLTIuMzUzLTIuMzUzSDEyLjIzNWMtMS40MTEgMC0yLjM1My45NDEtMi4zNTMgMi4zNTMgMCAxLjQxMi45NDIgMi4zNTMgMi4zNTMgMi4zNTN6TTQwLjk0MSA1MS43NjVIMTIuMjM1Yy0xLjQxMSAwLTIuMzUzLjk0LTIuMzUzIDIuMzUzIDAgMS40MTIuOTQxIDIuMzUzIDIuMzUzIDIuMzUzaDI4LjcwNmMuOTQxIDAgMi4zNTMtLjk0MSAyLjM1My0yLjM1MyAwLTEuNDEyLS45NC0yLjM1My0yLjM1My0yLjM1M3oiLz48L2c+PC9zdmc+");
}
.inputico--phone {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgODAgODAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTc4Ljc3IDczLjgzMmwtNy4zNDggNC4zNDVjLTQuNzMgMi45MTctMjQuODg4IDYuMTk3LTUyLjMxMS0yMy41NTlDLTcuMzI3IDI1Ljk3MS4yMzMgMTAuMDg0IDMuNzc5IDYuNDIxTDkuODguNzRjMS40MzgtMS4xIDMuNjA5LS45NyA0Ljg0Ni4zNTdMMzAuNzc0IDE4LjFsLjAxLjAwOGMxLjE3NSAxLjI0NiAxLjEzNiAzLjE4NS0uNDA4IDQuMzUzdi4wMTNsLTcuMTEzIDQuNTk1Yy0yLjgxNSAyLjUtLjM2IDYuNDM0IDIuNTE3IDEwLjIzNmwxMy42ODYgMTQuNDcyYzYuMzY2IDUuNTA1IDkuODU1IDguMDQ3IDEyLjkgNi4yMjhsNS45MTUtNS45MDljMS40NDgtMS4wOSAzLjYxLS45NTYgNC44NDYuMzYybDE2LjA1OCAxNy4wMDN2LjAwOWMxLjE2OCAxLjI1IDEuMTI0IDMuMTg1LS40MTUgNC4zNjF6IiBmaWxsPSIjODA4MDgwIi8+PC9zdmc+");
}
.input {
  display: inline-block;
  font-size: 15px;
  height: 45px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  border: none;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #b4b4b4;
}
.input--sms {
  text-align: center;
  font-size: 26px;
}
.input:hover,
.input:focus {
  box-shadow: 0 0 0 1px #add8e6;
}
.input.error {
  box-shadow: 0 0 0 1px #e20000;
}
.input.ok {
  box-shadow: 0 0 0 1px #15b400;
}
.input--disabled {
  font-weight: bold;
  background-color: #fdf1cc;
  box-shadow: 0 0 0 1px transparent !important;
}
.textarea {
  border: none;
  resize: none;
  width: 100%;
  padding: 10px;
  font-size: 15px;
  box-shadow: 0 0 0 1px #b4b4b4;
  box-sizing: border-box;
  border-radius: 4px;
  overflow: hidden;
}
.textarea:hover,
.textarea:active {
  box-shadow: 0 0 0 1px #add8e6;
}
.textarea.error {
  box-shadow: 0 0 0 1px #e20000;
}
.textarea.ok {
  box-shadow: 0 0 0 1px #15b400;
}
.textarea.scroll-height {
  padding-bottom: 25px;
}
.note {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 40px;
  color: #fff;
  background-color: #e20000;
  border-radius: 4px;
  box-shadow: 0 0 1px 1px #fff;
  padding: 5px 10px;
  font-size: 13px;
  white-space: nowrap;
  z-index: 10;
}
.note-transition {
  transition: opacity 0.3s;
}
.note-enter,
.note-leave {
  opacity: 0;
}
.note:after {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -13px;
  margin-right: -1px;
  display: block;
  content: '';
  border-width: 13px 12px 12px 0;
  border-style: solid;
  border-color: transparent #e20000;
}
.note--ap {
  margin-left: -25px;
}
.note--login {
  min-width: 100px;
  margin-left: 15px;
  padding: 5px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.note--login a {
  color: #fff;
  text-decoration: underline;
}
.note--login a:hover {
  color: #fff;
  text-decoration: none;
}
.note--confirmation {
  background-color: #007c5c;
}
.note--noarr:after {
  display: none;
}
.hide-br {
  display: none;
}
.ap__line .hide-br,
.show-br .hide-br {
  display: block;
}
.success {
  margin-top: 80px;
}
.success__message {
  color: #15b400;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 30px;
}
.success__icon {
  display: inline-block;
  height: 128px;
  width: 128px;
  margin-bottom: 30px;
  background: transparent url("../img/ico/success-2x.png") 0 0 no-repeat;
  background-size: cover;
}
.fault__message {
  color: #e20000;
  font-size: 15px;
  font-weight: bold;
}
.chl__line {
  position: relative;
}
.chl__flagico {
  position: absolute;
  top: 7px;
  left: 10px;
  height: 16px;
  width: 16px;
}
.chl__option {
  display: block;
  font-size: 13px;
  color: #000;
  line-height: 30px;
  padding-left: 10px;
}
.pie {
  position: relative;
  height: 40px;
  width: 40px;
}
.pie__bg {
  position: absolute;
  background-color: #acb6bd;
  height: 40px;
  width: 40px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
  border-radius: 20px;
}
.pie__bg.active {
  background-color: #e20000;
}
.svg-diagram {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  height: 40px;
  width: 40px;
  -webkit-transform: rotate(-0.25turn);
  transform: rotate(-0.25turn);
  z-index: 1;
  position: relative;
  margin-right: 10px;
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.3);
  border-radius: 20px;
}
.slicebg {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  clip: rect(0px, 20px, 40px, 0px);
}
.slice {
  position: absolute;
  width: 40px;
  height: 40px;
  clip: rect(0px, 40px, 40px, 20px);
}
.slice__first .slicebg {
  background-color: #5e6c75;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slice__first--remainder {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slice__first--remainder .slicebg {
  background-color: #5e6c75;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.slice__second {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.slice__second .slicebg {
  background-color: #83929b;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.slice__second--remainder {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.slice__second--remainder .slicebg {
  background-color: #83929b;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}
.slice.active .slicebg {
  background-color: #e20000;
}
.slice.active .slice__first--remainder .slicebg {
  background-color: #e20000;
}
.slice.active .slice__second--remainder .slicebg {
  background-color: #e20000;
}
.dp-wrapper {
  position: relative;
}
.dp__show-all {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  padding: 5px 30px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #d3d3d3;
  margin-top: -15px;
}
.dp__sa-title {
  font-weight: bold;
  font-size: 14px;
}
.dp__sa-period {
  font-size: 12px;
}
.my {
  box-shadow: 0 0 0 1px #e20000 inset;
  padding: 10px;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  width: 250px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #ccc;
  background-color: #fff;
  box-sizing: border-box;
  z-index: 11;
}
.my:before,
.my:after {
  display: block;
  position: absolute;
  content: '';
}
.my:before {
  top: -7px;
  left: 9px;
  border-width: 0 7px 7px 7px;
  border-style: solid;
  border-color: rgba(0,0,0,0.2) transparent;
}
.my:after {
  top: -6px;
  left: 10px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.my--dark {
  background-color: #000;
}
.my--right {
  right: 0;
}
.my--right:before {
  left: auto;
  right: 9px;
}
.my--right:after {
  left: auto;
  right: 10px;
}
.my--el {
  width: 330px;
}
.my--pl,
.my--hu,
.my--ro {
  width: 270px;
}
.my__months {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.my__mon {
  display: block;
  width: 32%;
  line-height: 24px;
  padding: 0 5px;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  text-transform: capitalize;
}
.my__mon:hover {
  background-color: #eee;
}
.my__mon--active {
  color: #fff;
  background-color: #e20000;
  cursor: default;
}
.my__mon--active:hover {
  color: #fff;
  background-color: #e20000;
}
.my__mon--red:hover {
  color: #fff;
  background-color: #e20000;
}
.my__mon--disabled {
  color: #a9a9a9;
  background-color: transparent;
  cursor: default;
}
.my__mon--disabled:hover {
  color: #a9a9a9;
  background-color: transparent;
}
.my__years {
  margin-bottom: 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.my__prev,
.my__next {
  line-height: 24px;
  width: 36px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
}
.my__prev:hover,
.my__next:hover {
  background-color: #eee;
}
.my__prev--red:hover,
.my__next--red:hover {
  background-color: #e20000;
}
.my--disabled {
  opacity: 0.2;
  cursor: default;
}
.my__year {
  line-height: 24px;
  border-radius: 3px;
}
.daterangepicker .dp__show-all {
  display: block;
}

/* Ð¡Ñ‚Ñ€Ð°Ð½Ð¸Ñ†Ð° "ÐœÐ¾Ð¸ ÑÑ‚Ð°Ð²ÐºÐ¸". ÐšÐ°Ð»ÐµÐ½Ð´Ð°Ñ€ÑŒ */
.dp--my-bets .daterangepicker.dropdown-menu {
  width: 550px;
  left: auto;
  right: 0;
}
@media (max-width: 600px) {
  .dp--my-bets .daterangepicker.dropdown-menu {
    width: auto;
  }
}
@media (max-width: 422px) {
  .dp--my-bets .daterangepicker.dropdown-menu {
    left: 0;
    right: unset;
  }
  .dp--my-bets .daterangepicker.opensleft:before{
    left: 12px;
    right: unset;
  }
  .dp--my-bets .daterangepicker.opensleft:after{
    left: 13px;
    right: unset;
  }
}

.dp--my-bets .daterangepicker_input {
  display: none;
}
.dp--news .daterangepicker {
  left: auto;
  right: 0;
}
.dp--news .daterangepicker_input {
  display: none;
}
.dp--cr-interval .daterangepicker {
  width: 550px;
  left: auto;
  right: 0;
}
.dp--cr-interval .daterangepicker_input {
  display: none;
}
.daterangepicker {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 8px;
  box-shadow: 0 0 0 1px #ccc;
}
.daterangepicker:before,
.daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0,0,0,0.2);
  content: '';
}
.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}
.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}
.daterangepicker.opensleft:before {
  right: 9px;
}
.daterangepicker.opensleft:after {
  right: 10px;
}
.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}
.daterangepicker.opensright:before {
  left: 9px;
}
.daterangepicker.opensright:after {
  left: 10px;
}
.daterangepicker.dropup {
  margin-top: -5px;
}
.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}
.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}
.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
  float: none;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}
.daterangepicker .calendar.single .calendar-table {
  border: none;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}
.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td,
.daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.daterangepicker td.week,
.daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}
.daterangepicker td.in-range {
  background-color: rgba(226,0,0,0.15);
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #e20000;
  border-color: transparent;
  color: #fff;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker td.disabled,
.daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}
.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker .input-mini {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  height: 30px;
  line-height: 30px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 6px 0 28px;
  width: 100%;
  box-sizing: border-box;
}
.daterangepicker .input-mini.active {
  border: 1px solid #08c;
  border-radius: 4px;
}
.daterangepicker .daterangepicker_input {
  position: relative;
}
.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 8px;
}
.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}
.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}
.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}
.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}
.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}
.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
.ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}
.ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
.ranges li.active {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges,
  .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges,
  .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges,
  .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges,
  .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}
.langs {
  margin-top: -6px;
  position: relative;
}
.lng__list {
  padding: 5px 5px 10px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lng__list--hidden {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  background-color: #fff;
  border-radius: 5px;
  z-index: 1;
}
.lng__item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 12px;
  height: 30px;
  padding: 0 10px;
  width: 120px;
  box-sizing: border-box;
  border-radius: 5px;
}
.lng__item.active {
  background-color: #ffeeab;
}
.lng__ico {
  height: 18px;
  width: 18px;
  margin-right: 10px;
  border-radius: 9px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.lng__lname {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lng__btn-area {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.lng__btn {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  padding: 0 35px;
  font-size: 12px;
  color: #fff;
  background-color: #a7a7a7;
  border-radius: 3px;
}
.lng__btn:hover {
  background-color: #e20000;
}
.mico {
  position: relative;
  top: 1px;
  height: 12px;
  width: 12px;
  display: inline-block;
  margin-right: 5px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mico--search {
  display: block;
  height: 20px;
  width: 20px;
  margin: 0 auto;
}
.oddsico {
  height: 26px;
  width: 78px;
  margin: 0 auto;
  background: transparent url("/img/ico/ico.odds.am.svg") center no-repeat;
  background-size: 78px 26px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.oddsico--np {
  height: 18px;
  width: 52px;
  background-size: 52px 18px;
  margin: 0 0 0 auto;
}
.ri-wrapper {
  line-height: 1;
}
.ri {
  position: relative;
  top: 1px;
  margin-right: 3px;
  display: inline-block;
  height: 14px;
  width: auto;
  min-width: 14px;
  line-height: 14px;
  text-align: center;
  border-radius: 7px;
  background-color: #e20000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  padding: 0 4px;
  box-sizing: border-box;
}
.ri--fop {
  margin-left: 15px;
}
.ri--pls {
  top: -1px;
}
.ri--tlm {
  top: 0;
  margin: 0;
  vertical-align: top;
}
.ri--sb {
  top: -1px;
}
.ri--ptsb {
  top: -1px;
}
.ri--ms {
  top: -1px;
  margin-right: 5px;
}
.ri--fnp {
  top: -2px;
}
.ri--fnp-dis {
  height: 12px;
  width: auto;
  padding: 0 2px;
  min-width: 12px;
  line-height: 12px;
  background-color: #a5a5a5;
}
.ri--disabled {
  background-color: #d3d3d3;
}
@media (max-width: 1299px) {
  .oddsico--toright {
    position: relative;
    left: 20px;
  }
  .ri--fop {
    position: absolute;
    top: 10px;
    right: 100%;
  }
}
.svgmap {
  position: relative;
  width: 450px;
  height: 310px;
}
.bp__map-area {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.ma__legend {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ma__label {
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5px;
}
.ma__label:before {
  display: block;
  height: 15px;
  width: 30px;
  margin-right: 10px;
  border-radius: 3px;
  content: '';
}
.ma__allowed:before {
  background-color: #428ecd;
}
.ma__prohibited:before {
  background-color: #e56c69;
}
.mf {
  width: 200px;
}
.mf__title {
  font-weight: bold;
}
.mf__list {
  margin: 5px 0;
  max-height: 300px;
  overflow: auto;
}
.mf__item {
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  height: 30px;
  -webkit-align-items: center;
  align-items: center;
}
.mf__ico {
  height: 18px;
  width: 18px;
  margin-right: 10px;
  border-radius: 9px;
}
.mf__input {
  height: 25px;
  width: 150px;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  padding: 0 5px;
  font-style: italic;
  box-sizing: border-box;
}
@media screen and (min-width: 1300px) {
  .svgmap {
    width: 585px;
    height: 400px;
  }
  .mf__list {
    max-height: 390px;
  }
}
.pg__item {
  height: 30px;
  line-height: 30px;
  width: 110px;
  text-align: center;
  box-shadow: 0 0 0 1px #a8a8a8 inset;
  margin-right: 15px;
  border-radius: 2px;
  color: #36444a;
}
.pg__item:hover,
.pg__item--active {
  box-shadow: none;
  background-color: #e20000;
  font-weight: bold;
  color: #fff;
  border: none;
}
.popup-transition {
  transition: opacity 0.3s;
}
.popup-enter,
.popup-leave {
  opacity: 0;
}
.dummy-popup-transition {
  transition: opacity 2s;
}
.dummy-popup-enter {
  opacity: 0;
}
.dummy-popup-leave {
  opacity: 0;
  transition: opacity 0s;
}
.notification-transition {
  transition: height 0.3s, margin 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: height 0.3s, transform 0.3s, margin 0.3s, opacity 0.3s;
  transition: height 0.3s, transform 0.3s, margin 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.notification-enter,
.notification-leave {
  opacity: 0;
  height: 0px !important;
  margin-bottom: 0px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.bm-transition {
  transition: opacity 0.5s;
}
.bm-enter {
  opacity: 0;
}
.bm-leave {
  opacity: 0;
  transition: opacity 0.5s;
}
.sm-transition {
  transition: height 0.3s, opacity 0.3s;
}
.sm-enter {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.sm-leave {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.tt-transition {
  transition: opacity 0.5s;
}
.tt-enter {
  opacity: 0;
}
.tt-leave {
  opacity: 0;
  transition: opacity 0.5s;
}
.tt-hidefast-transition {
  transition: opacity 0.5s;
}
.tt-hidefast-enter {
  opacity: 0;
}
.tt-hidefast-leave {
  opacity: 0;
  transition: opacity 0s;
}
.tooltip-transition {
  transition: opacity 0.5s;
}
.tooltip-enter {
  opacity: 0;
}
.tooltip-leave {
  opacity: 0;
  transition: opacity 0.3s;
}
.ico-transition {
  transition: opacity 1.5s;
}
.ico-enter {
  opacity: 0;
  transition: opacity 0s;
}
.ico-leave {
  opacity: 0;
}
.ms-transition {
  transition: opacity 0.7s;
}
.ms-enter,
.ms-leave {
  opacity: 0;
}
.options-transition {
  transition: opacity 0.3s;
}
.options-enter,
.options-leave {
  opacity: 0;
}
.form-transition {
  transition: opacity 0.7s;
}
.form-enter,
.form-leave {
  opacity: 0;
}
.block-transition {
  transition: opacity 0.7s;
}
.block-enter,
.block-leave {
  transition: opacity 0.3s;
  opacity: 0;
}
.table--loading {
  opacity: 0.15;
}
.table-transition {
  transition: opacity 0.7s;
}
.table-enter {
  opacity: 0;
}
.table-leave {
  opacity: 0;
  transition: opacity 0s;
}
.table table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
.table tr {
  vertical-align: middle;
  border-bottom: 1px solid #d3d3d3;
}
.table tr.lightborder {
  border-bottom: 1px solid #edeeef;
}
.table tr.noborder {
  border-bottom: none;
}
.table th {
  padding: 5px;
  color: #a0a0a0;
}
.table td {
  padding: 5px;
}
.table .nopadding td {
  padding: 0;
}
.table a {
  text-decoration: none;
  color: #36444a;
}
.table a:hover {
  color: #e20000;
}
.table a.nolink:hover {
  color: #36444a;
}
.table a,
.table img,
.table span,
.table strong {
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
}
.table p {
  margin-left: 2px;
  margin-right: 2px;
}
.table--nomargin a,
.table--nomargin img,
.table--nomargin span,
.table--nomargin strong,
.table--nomargin p {
  margin-left: 0;
  margin-right: 0;
}
.table__link {
  white-space: nowrap;
}
.table__link:hover {
  color: #e20000;
}
.table__link:hover img {
  opacity: 0.75;
}
.table__live-score th {
  color: #36444a;
  text-align: left;
}
.table__live-score td {
  text-align: center;
}
.table__live-score td:first-child {
  text-align: right;
  width: 120px;
}
.table__live-score td:last-child {
  text-align: left;
  width: 120px;
}
.table__leagues-live-score th {
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.table__lls__rates {
  width: 40px;
}
.table__lls__rates--half {
  width: 65px;
}
.table__lls__link {
  position: relative;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  align-items: center;
}
.table__lls__link:hover {
  color: #e20000;
}
.table__lls__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.table__lls__team1,
.table__lls__team2 {
  width: 130px;
}
.table__lls__team1 {
  text-align: right;
}
.table__lls__teamres {
  width: 233px;
}
.table__lls__img {
  padding-left: 12px;
  padding-right: 12px;
}
.table__lls__sets-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  height: 20px;
  width: 80px;
}
.table__lls__sets-wrapper:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 30px;
  background: linear-gradient(to left, rgba(255,255,255,0) 0%, #fff 100%);
  content: '';
  z-index: 1;
}
.table__lls__sets {
  position: absolute;
  top: 0px;
  right: 0;
  min-width: 100%;
  text-align: center;
}
.table__lls__banners {
  width: 190px;
  text-align: center;
}
.table__lls__banner {
  position: relative;
  border-radius: 4px;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  line-height: 18px;
  width: 120px;
  background-color: #90ee90;
  z-index: 1;
}
.table__lls__banner--win {
  background-color: #15b400;
}
.table__lls__banner--back {
  background-color: #3761b8;
}
.table__lls__banner--lose {
  background-color: #eb0607;
}
.table__top-matches {
  margin-bottom: 20px;
}
.table__top-matches .tm--group .show-first {
  margin-top: 10px;
}
.table__top-matches .tm--group+.tm--group .show-first {
  margin-top: 0;
  display: none;
}
.table__top-matches .up:before,
.table__top-matches .down:before {
  margin-right: 3px;
}
.table__top-matches .league {
  position: absolute;
  bottom: 0;
  left: 68px;
  color: #b3b3b3;
}
.table__top-matches .cell-wrapper {
  margin-top: -5px;
  margin-bottom: -2px;
}
.table__recommended-odds td {
  padding-top: 8px;
  padding-bottom: 8px;
}
.table__tsb th,
.table__tsb td {
  padding: 2px 5px;
}
.table__tsb .w18-n34 {
  height: 18px;
  width: 18px;
}
.table__tsb__bms {
  white-space: nowrap;
}
.table__tsb__bookmaker {
  display: inline-block;
  vertical-align: middle;
  width: 115px;
  white-space: nowrap;
}
.table__tsb__bookmaker:hover {
  opacity: 0.8;
}
.table__tsb__bookmaker a,
.table__tsb__bookmaker span {
  line-height: 25px;
}
.table__user-stat th {
  font-weight: normal;
  box-shadow: 0 0 0 1px #add8e6;
}
.table__user-stat td {
  box-shadow: 0 0 0 1px #ff7f50;
}
.table__lt--half {
  width: 320px;
  float: left;
}
.table__lt--half--second {
  margin-left: 30px;
}
.table__mt-20 {
  margin-top: -20px;
}
.table__font12 {
  font-size: 12px;
}
.table__font13 {
  font-size: 13px;
}
.cell-wrapper {
  position: relative;
}
.description__item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.redonhover td:hover {
  color: #e20000;
}
.tm__nodata {
  font-size: 14px;
}
.tm__col {
  width: 180px;
}
.tm__cell {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
  margin: 0;
}
.tm__cell--left {
  text-align: left;
}
.tm__cell--half {
  width: 47%;
}
.mpt {
  font-size: 12px;
}
.mpt__hrow {
  display: -webkit-flex;
  display: flex;
  height: 26px;
  color: #a0a0a0;
  font-weight: bold;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
}
.mpt__row {
  display: -webkit-flex;
  display: flex;
  height: 30px;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
}
.mpt__time {
  width: 70px;
}
.mpt__link {
  display: -webkit-flex;
  display: flex;
  white-space: nowrap;
  margin-left: 10px;
  width: 270px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.mpt__link:hover {
  color: #e20000;
}
.mpt__img {
  height: 18px;
  width: 18px;
  margin-right: 5px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.mpt__teams {
  font-size: 13px;
}
.mpt__score {
  text-align: center;
  width: 70px;
  margin-left: 10px;
  font-weight: bold;
  white-space: nowrap;
}
.mpt__live {
  text-align: center;
  width: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 10px;
}
.mpt__rate {
  margin-left: 10px;
  width: 50px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  text-align: center;
}
.mpt__rate a:hover {
  color: #e20000;
}
.mpt__rate--two {
  width: 80px;
}
@media (max-width: 1299px) {
  .tm__col {
    width: 160px;
  }
  .table__lls__team1,
  .table__lls__team2 {
    width: 103px;
  }
  .table__lls__teamres {
    width: 103px;
  }
  .mpt__link {
    width: 300px;
  }
}
.lg__head {
  background-color: #f5f5f5;
  border-width: 1px 0;
  border-style: solid;
  border-color: #d3d3d3;
  height: 33px;
  margin-top: -1px;
}
@media (max-width: 1299px) {
  .lg__head:hover .lg__hselects {
    opacity: 0;
  }
  .lg__head:hover .lg__arr {
    opacity: 1;
  }
}
.lg__hico {
  margin: 0 12px 0 8px;
}
.lg__hselects {
  width: 360px;
  transition: opacity 0.3s;
}
.lg__hselects--hidden {
  opacity: 0;
}
.lg__hselects--tns {
  width: 275px;
}
.lg__htypes {
  width: 225px;
}
.lg__htype {
  min-width: 45px;
}
.lg__arr {
  top: 13px;
  right: 15px;
  height: 8px;
  width: 14px;
  opacity: 0.35;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lg__arr--down {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media (max-width: 1299px) {
  .lg__arr--hn {
    opacity: 0;
  }
}
.lg__rows {
  transition: height 0.3s;
}
.lg__row {
  padding-left: 10px;
  height: 47px;
  border-bottom: 1px solid #d3d3d3;
}
.lg__row--tennis {
  height: auto;
}
.lg__tnstime {
  width: 60px;
}
.lg__tnstime--archive {
  color: #848484;
}
.lg__tnsteams {
  width: 280px;
  padding-right: 5px;
}
@media (max-width: 1299px) {
  .lg__tnsteams {
    width: 160px;
  }
}
.lg__tnsinfo {
  width: 240px;
  margin-right: 60px;
}
@media (max-width: 1299px) {
  .lg__tnsinfo {
    margin-right: 0;
  }
}
.lg__tnsset {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.lg__tnsset+.lg__tnsset {
  margin-left: -1px;
}
.lg__tnsb {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 30px;
  width: 29px;
  cursor: default;
}
.lg__tnsb--active,
.lg__tnsb+.lg__tnsb {
  border-top: 1px solid #d3d3d3;
}
.lg__tiebreak {
  position: absolute;
  top: 2px;
  right: 3px;
}
.lg__tnsico {
  position: absolute;
  left: 100%;
  top: 7px;
  height: 15px;
  width: 15px;
  background-image: url("/img/sport/grey/4.svg");
  transition: top 0.3s;
}
.lg__tnsico--second {
  top: 38px;
}
.lg__tt {
  display: -webkit-flex;
  display: flex;
}
.lg__time {
  width: 50px;
}
.lg__time--archive {
  color: #848484;
}
.lg__text {
  width: 90px;
}
.lg__info {
  width: 420px;
}
.lg__info--box {
  width: 645px;
}
.lg__info:hover {
  color: #e20000;
}
.lg__team {
  width: 145px;
}
.lg__team--box {
  width: 180px;
}
.lg__flag {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #c5c5c5;
}
.lg__sflag {
  left: 10px;
}
.lg__bflag {
  box-shadow: 0 0 0 1px #e4e4e4;
  border-radius: 50%;
}
.lg__ico {
  position: absolute;
  left: 100%;
  top: 7px;
  height: 15px;
  width: 15px;
  transition: top 0.3s;
}
.lg__ico--second {
  top: 38px;
}
.lg__animation {
  position: absolute;
  top: -1px;
  left: -1px;
}
.lg__result {
  width: 115px;
}
.lg__rtext {
  line-height: 18px;
  height: 18px;
}
.lg__rtext--0 {
  background-color: #3761b8;
}
.lg__rtext--1,
.lg__rtext--2 {
  background-color: #15b400;
  width: 85px;
  box-shadow: 0 0 0 2px #fff;
}
.lg__rtext--2 {
  margin-left: auto;
}
.lg__rtext--3 {
  background-color: #3d464c;
}
.lg__score {
  line-height: 26px;
  width: 42px;
  margin: 0 10px;
  border-radius: 3px;
}
.lg__score--underline {
  margin: 0;
  width: 62px;
}
.lg__score--underline:after {
  display: block;
  content: '';
  height: 2px;
  background-color: #e20000;
  position: absolute;
  top: 100%;
  transition: width 0.8s, left 0.8s 0.8s;
}
.lg__score--live {
  color: #e20000;
}
.lg__score--active,
.lg__score--pause {
  box-shadow: 0 0 0 1px #e20000;
  color: #e20000;
}
.lg__score--pause {
  background-color: rgba(226,0,0,0.1);
}
.lg__canceled {
  background-color: #e5e5e5;
  padding: 2px 25px 0;
}
.lg__label {
  background-color: #e5e5e5;
  padding: 2px 0 0;
}
.lg__label--red {
  color: #fff;
  background-color: #eb0607;
}
.lg__label--green {
  color: #fff;
  background-color: #15b400;
}
.lg__label--blue {
  color: #fff;
  background-color: #3761b8;
}
.lg__odds {
  width: 225px;
}
.lg__odd {
  height: 26px;
  width: 44px;
  font-size: 12px;
  font-weight: bold;
  line-height: 26px;
  border-radius: 3px;
}
.lg__odd:hover {
  color: #e20000;
}
.lg__odd--br {
  box-shadow: 0 0 0 1px #dfdfdf;
}
.lg__odd--up:before,
.lg__odd--down:before {
  position: absolute;
  right: 0;
  display: block;
  content: '';
  border-style: solid;
}
.lg__odd--up:before {
  top: 0;
  border-width: 8px 0 0 8px;
  border-color: #15b400 transparent;
}
.lg__odd--down:before {
  bottom: 0;
  border-width: 0 0 8px 8px;
  border-color: #e20000 transparent;
}
.lg__odd--total {
  box-shadow: 0 0 0 1px transparent;
  color: #d3d3d3;
}
.lg__odd--total:hover {
  color: #d3d3d3;
}
.lg__nodata {
  background-color: #f0f0f0;
  padding: 8px 20px 7px 20px;
}
.lg__nodata a {
  color: #e20000;
}
.lg__nodata a:hover {
  text-decoration: underline;
}
.leagues--primary {
  margin-bottom: 30px;
  margin-top: 20px;
}
.leagues__line {
  border-top: 1px solid #d3d3d3;
}
.leagues__line~.leagues__line {
  border-top: none;
}
.leagues__line.active .leagues__lbody {
  display: block;
}
.leagues__lhead {
  position: relative;
  padding: 0 25px 0 5px;
  height: 30px;
  cursor: pointer;
  border-bottom: 1px solid #d3d3d3;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  transition: padding 0.7s;
}
.leagues__lhead--pr.active {
  transition: padding 0.3s;
  padding-right: 370px;
}
.leagues__lhead.active .leagues__ltitle--short {
  max-width: 540px;
}
.leagues__lwrapper {
  border-radius: 4px;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  overflow: hidden;
}
.leagues__lstage {
  background-color: #6f6f6f;
  margin: 0 -4px;
}
.leagues__lstage--half {
  border-right: 1px solid #fff;
  margin-right: 0;
}
.leagues__ltables {
  background-color: #c6c6c6;
  margin: 0 -4px;
}
.leagues__ltables--half {
  border-left: 1px solid #fff;
  margin-left: 0;
}
.leagues__lstage,
.leagues__ltables {
  -webkit-transform: skewX(-26deg);
  transform: skewX(-26deg);
  height: 16px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-transform: uppercase;
}
.leagues__lstage:hover,
.leagues__ltables:hover {
  background-color: #e20000;
}
.leagues__ltext {
  display: inline-block;
  -webkit-transform: skewX(26deg);
  transform: skewX(26deg);
  whtie-space: nowrap;
  color: #fff;
  font-size: 10px;
  padding: 0 10px;
  color: #fff;
}
.leagues__llink {
  color: #fff;
  font-size: 10px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #c5c5c5;
  whtie-space: nowrap;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  margin-left: 10px;
}
.leagues__llink:hover {
  background-color: #e20000;
}
.leagues__limg {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 30px;
  height: 20px;
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.leagues__ltitle {
  line-height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
@media (max-width: 1299px) {
  .leagues__lhead--pr.active {
    padding-right: 170px;
  }
  .leagues__lhead.active .leagues__ltitle--short {
    max-width: 480px;
  }
  .lg__hselects {
    width: auto;
  }
  .lg__htypes {
    width: 170px;
  }
  .lg__row {
    padding-left: 5px;
  }
  .lg__tt {
    display: block;
    margin-right: 10px;
  }
  .lg__info {
    width: 435px;
  }
  .lg__team {
    width: 130px;
  }
  .lg__odds {
    margin-left: auto;
    width: 170px;
    flex-shrink: 0;
  }
}
.grid__tsb__item {
  float: left;
  width: 290px;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.grid__tsb__item:not(:first-child) {
  margin-left: 30px;
}
.grid__tsb__ihead {
  height: 70px;
  position: relative;
  padding: 10px;
  border: 1px solid #b4b4b4;
  border-radius: 5px 5px 0 0;
  background-color: #f7f7f7;
}
.grid__tsb__ilink {
  display: block;
  position: relative;
}
.grid__tsb__ilink:hover {
  color: #e20000;
}
.grid__tsb__iimg--left,
.grid__tsb__iimg--right {
  position: absolute;
  top: 0;
  left: 0;
  height: 34px;
  width: 34px;
  display: inline-block;
}
.grid__tsb__iimg--right {
  left: auto;
  right: 0;
}
.grid__tsb__ititle {
  display: block;
  margin: 0 40px;
  height: 40px;
  letter-spacing: -1em;
  overflow: hidden;
}
.grid__tsb__ititle span {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0;
  display: inline-block;
  vertical-align: middle;
}
.grid__tsb__ititle:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: inherit;
}
.grid__tsb__idescr {
  display: block;
  font-size: 12px;
  white-space: nowrap;
  margin-top: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.grid__tsb__ibody {
  position: relative;
  height: 110px;
  border: 1px solid #b4b4b4;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.grid__tsb__itype {
  position: relative;
  top: -12px;
  box-sizing: border-box;
  display: inline-block;
  border: 1px solid #b4b4b4;
  border-bottom: none;
  background-color: #fff;
  height: 12px;
  padding: 0 15px;
  font-size: 13px;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}
.grid__tsb__ibm {
  display: inline-block;
  width: 30%;
  font-size: 17px;
  font-weight: bold;
  margin: 0 1%;
}
.grid__tsb__ibm:hover {
  opacity: 0.8;
}
.grid__tsb__ibm p {
  margin: 0;
}
.grid__tsb__rate {
  display: block;
  font-size: 17px;
  font-weight: bold;
}
.grid__tsb__rate:before {
  position: relative;
  top: -2px;
  margin-right: 3px;
  display: block;
  margin: 0 auto;
  content: 'â—';
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 7px;
  background-color: #e20000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.grid__tsb__calc {
  position: relative;
  top: 13px;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  background-color: #e20000;
  box-shadow: 7px 0 0 0 #fff, -7px 0 0 0 #fff;
  font-size: 13px;
  font-weight: bold;
}
.grid__tsb__calc:hover {
  background-color: #e83333;
}
.grid__tsb__calc .calc {
  position: relative;
  top: 2px;
  left: -2px;
}
.grid__tlm {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid__tlm__item {
  width: 290px;
  max-width: 290px;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.grid__tlm__ibm {
  display: inline-block;
  width: 30%;
  margin: 0 1%;
}
.grid__tlm__ibm:hover {
  opacity: 0.8;
}
.grid__tlm__ibm p {
  margin: 0;
}
.grid__tlm__rate {
  display: block;
  font-size: 17px;
  font-weight: bold;
}
.grid__tlm__rate:before {
  position: relative;
  top: -2px;
  margin-right: 3px;
  display: block;
  margin: 0 auto;
  content: 'â—';
  height: 14px;
  width: 14px;
  line-height: 14px;
  border-radius: 7px;
  background-color: #e20000;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
}
.item__total {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.item__tdesc {
  font-size: 12px;
  width: 50px;
}
.item__tdesc--disabled {
  color: #d3d3d3;
}
.item__tkey {
  display: inline-block;
  cursor: pointer;
  width: 50px;
}
.item__tkey:after {
  display: inline-block;
  position: relative;
  top: -3px;
  left: 3px;
  height: 4px;
  width: 4px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #3d464c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}
.item__tkey--disabled {
  color: #d3d3d3;
  cursor: default;
}
.item__tkey--disabled:after {
  border-color: #d3d3d3;
}
.item__toverlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.item__twrapper {
  position: relative;
}
.item__tkeys {
  position: absolute;
  top: 100%;
  left: 0;
  width: 105px;
  margin-top: 10px;
  overflow: hidden;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
  z-index: 4;
}
.item__titem {
  height: 25px;
  line-height: 27px;
  width: 35px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  box-shadow: 1px 1px 0 0 #d3d3d3;
}
.item__titem:hover {
  color: #e20000;
}
.item__titem--current {
  color: #e20000;
  cursor: default;
}
.item__body {
  height: 110px;
  position: relative;
  border: 1px solid #b4b4b4;
  border-radius: 5px 5px 0 0;
  background-color: #f7f7f7;
  box-sizing: border-box;
}
.item__link {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  padding: 10px 0;
}
.item__link:hover .item__title {
  color: #e20000;
}
.item__title {
  text-align: center;
  margin-bottom: 5px;
  max-width: 240px;
  color: #3d464c;
}
.item__match {
  font-size: 15px;
  line-height: 1.1;
  font-weight: bold;
  margin: 0 0 25px 0;
}
.item__league {
  position: absolute;
  top: 28px;
  left: 25px;
  right: 25px;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  display: block;
}
.item__league:hover {
  color: #e20000;
}
.item__content {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  min-width: 240px;
  max-width: 290px;
}
.item__img-wrapper {
  height: 36px;
  width: 36px;
}
.item__img {
  height: 36px;
  width: 36px;
}
.item__center {
  max-width: 195px;
  padding: 0 5px;
}
.item__score,
.item__time {
  color: #fff;
  min-width: 80px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.item__score {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  height: 27px;
  font-size: 25px;
  font-weight: bold;
  line-height: 27px;
  border-radius: 5px 5px 0 0;
  background-color: #e20000;
  border-bottom: 2px solid #fff;
}
.item__score--disabled {
  background-color: #3d464c;
}
.item__scorecolon {
  margin-top: -2px;
  padding-right: 2px;
}
.item__scorecolon--animation {
  -webkit-animation: dots 2s infinite steps(15);
  animation: dots 2s infinite steps(15);
}
.item__time {
  border-radius: 0 0 5px 5px;
  background-color: #3d464c;
  font-size: 12px;
  line-height: 17px;
  height: 17px;
}
.item__timeico {
  display: inline-block;
  height: 10px;
  width: 10px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 2px;
  background: transparent url("/img/ico/ico.clock-2x.png") center no-repeat;
  background-size: cover;
}
.item__rates-wrapper {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.item__rates-locked {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  font-size: 13px;
  color: #d3d3d3;
}
.item__market-locked {
  font-size: 13px;
  color: #d3d3d3;
  -webkit-align-self: center;
  align-self: center;
}
.item__rates {
  height: 50px;
  display: -webkit-flex;
  display: flex;
  padding: 10px 20px;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  border: 1px solid #b4b4b4;
  border-top: none;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
}
.item__rate {
  font-size: 15px;
  font-weight: bold;
  width: 60px;
  position: relative;
}
.item__rate--disabled {
  color: #d3d3d3;
}
.item__rate--disabled:before {
  background-color: #d3d3d3;
}
.item__ico {
  position: absolute;
  top: -7px;
  right: -7px;
  height: 34px;
  width: 34px;
  box-shadow: 0 0 0 1px #d3d3d3;
  border-radius: 17px;
  background-color: #f7f7f7;
  background-size: 18px 18px;
  background-position: center;
  background-repeat: no-repeat;
}
.item__ico--sb {
  top: 0;
  right: -10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.footer {
  clear: both;
  background-color: #f2f2f2;
}
.footer-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 40px;
}
.footer a {
  text-decoration: none;
}
.footer a:hover {
  color: #e20000;
}
.footer .container {
  position: relative;
}
.footer__bottom {
  border-top: 1px solid #a0a0a0;
  overflow: hidden;
  height: 40px;
  font-size: 12px;
}
.footer__bugs {
  font-size: 11px;
}
.footer__bugs:hover .bug-ico {
  background: transparent url("../img/ico/ico.bug-2x.png") 0 -20px no-repeat;
  background-size: 22px 40px;
}
.footer__langs {
  line-height: 40px;
}
.footer__langs__menu {
  margin: 0;
  padding: 0;
}
.footer__langs__menu li {
  display: inline-block;
}
.footer__langs__menu a {
  padding-left: 10px;
}
.footer__langs__menu a.current {
  opacity: 0.5;
  cursor: default;
}
.footer__langs__menu a.current:hover {
  color: #36444a;
}
.footer__popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.footer__popup-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.footer__popup {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
  padding: 10px;
  background-color: #f2f2f2;
  line-height: 1;
  -webkit-user-select: none /* Chrome all / Safari all */;
  -moz-user-select: none /* Firefox all */;
}
.footer__popup__link {
  display: block;
  padding: 0 10px;
  line-height: 20px;
  white-space: nowrap;
  min-width: 60px;
}
.footer__popup__link.current {
  opacity: 0.5;
  cursor: default;
}
.footer__popup__link.current:hover {
  color: #36444a;
}
.footer__copy {
  color: #3d464c;
  margin: 0;
  text-align: center;
}
.footer__menu {
  text-align: justify;
  font-size: 13px;
}
.footer__menu:after {
  content: '';
  width: 100%;
  display: inline-block;
}
.fm__item {
  content-visibility: auto;
  display: inline-block;
  vertical-align: top;
}
.fm__title {
  color: #3d464c;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.fm__links {
  margin: 0;
  padding: 0;
}
.fm__soc {
  position: relative;
  padding-left: 40px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 10px;
}
.fm__soc:before {
  position: absolute;
  left: 0px;
  display: block;
  height: 26px;
  width: 26px;
  border-radius: 4px;
  background-color: rgba(116,116,116,0.6);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  content: '';
  transition: background-color 0.3s;
}
.fm__soc--mob:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.525 10H36.499C31.904 10 28 13.746 28 18.34v63.33c0 4.593 3.821 8.33 8.416 8.33l27.07-.03c4.595 0 8.354-3.737 8.354-8.33l.039-63.305c0-4.61-3.74-8.335-8.354-8.335zm-17.417 5h7.84a1.25 1.25 0 010 2.5h-7.84a1.25 1.25 0 110-2.5zm-4.712.398c.463-.463 1.306-.469 1.769 0 .232.231.37.556.37.888a1.262 1.262 0 01-1.25 1.25 1.28 1.28 0 01-.89-.37 1.262 1.262 0 010-1.768zm8.38 72.124a3.745 3.745 0 01-3.74-3.74 3.744 3.744 0 013.74-3.74 3.744 3.744 0 013.74 3.74 3.745 3.745 0 01-3.74 3.74zM67.999 77.5H32.375V21.875h35.624V77.5z' fill='%23fff'/%3E%3C/svg%3E");
}
.fm__soc--mob:hover:before {
  background-color: #e20000;
}
.fm__soc--in:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNjUgMTBIMzVjLTEzLjgwNSAwLTI1IDExLjE5NS0yNSAyNXYzMGMwIDEzLjgwNSAxMS4xOTUgMjUgMjUgMjVoMzBjMTMuODA1IDAgMjUtMTEuMTk1IDI1LTI1VjM1YzAtMTMuODA1LTExLjE5NS0yNS0yNS0yNXptMTcuNSA1NWMwIDkuNjUtNy44NSAxNy41LTE3LjUgMTcuNUgzNWMtOS42NSAwLTE3LjUtNy44NS0xNy41LTE3LjVWMzVjMC05LjY1IDcuODUtMTcuNSAxNy41LTE3LjVoMzBjOS42NSAwIDE3LjUgNy44NSAxNy41IDE3LjV2MzB6IiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTUwIDMwYy0xMS4wNDUgMC0yMCA4Ljk1NS0yMCAyMHM4Ljk1NSAyMCAyMCAyMCAyMC04Ljk1NSAyMC0yMC04Ljk1NS0yMC0yMC0yMHptMCAzMi41Yy02Ljg5IDAtMTIuNS01LjYxLTEyLjUtMTIuNSAwLTYuODk1IDUuNjEtMTIuNSAxMi41LTEyLjVTNjIuNSA0My4xMDUgNjIuNSA1MGMwIDYuODktNS42MSAxMi41LTEyLjUgMTIuNXpNNzEuNSAzMS4xNjVhMi42NjUgMi42NjUgMCAxMDAtNS4zMyAyLjY2NSAyLjY2NSAwIDAwMCA1LjMzeiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");
}
.fm__soc--in:hover:before {
  background-color: #ba2d7e;
}
.fm__soc--zen:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='transparent' d='M16.7 16.7c-2.2 2.27-2.36 5.1-2.55 11.3 5.78 0 9.77-.02 11.83-2.02 2-2.06 2.02-6.24 2.02-11.83-6.2.2-9.03.35-11.3 2.55M0 14.15c0 5.59.02 9.77 2.02 11.83 2.06 2 6.05 2.02 11.83 2.02-.2-6.2-.35-9.03-2.55-11.3-2.27-2.2-5.1-2.36-11.3-2.55M13.85 0C8.08 0 4.08.02 2.02 2.02.02 4.08 0 8.26 0 13.85c6.2-.2 9.03-.35 11.3-2.55 2.2-2.27 2.36-5.1 2.55-11.3m2.85 11.3C14.5 9.03 14.34 6.2 14.15 0c5.78 0 9.77.02 11.83 2.02 2 2.06 2.02 6.24 2.02 11.83-6.2-.2-9.03-.35-11.3-2.55'%3E%3C/path%3E%3Cpath fill='%23fff' d='M28 14.15v-.3c-6.2-.2-9.03-.35-11.3-2.55-2.2-2.27-2.36-5.1-2.55-11.3h-.3c-.2 6.2-.35 9.03-2.55 11.3-2.27 2.2-5.1 2.36-11.3 2.55v.3c6.2.2 9.03.35 11.3 2.55 2.2 2.27 2.36 5.1 2.55 11.3h.3c.2-6.2.35-9.03 2.55-11.3 2.27-2.2 5.1-2.36 11.3-2.55'%3E%3C/path%3E%3C/svg%3E");
}
.fm__soc--zen:hover:before {
  background-color: #000;
}
.fm__soc--fb:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjEgMjN2LTguMjFoMi43NzNsLjQxNS0zLjJIMTUuMVY5LjU0N2MwLS45MjcuMjYtMS41NTggMS41OTYtMS41NThsMS43MDQtLjAwMlY1LjEyNkEyMi43ODcgMjIuNzg3IDAgMCAwIDE1LjkxNyA1QzEzLjQ2IDUgMTEuNzggNi40OTIgMTEuNzggOS4yM3YyLjM2SDl2My4yaDIuNzhWMjNoMy4zMnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=");
}
.fm__soc--fb:hover:before {
  background-color: #3c5a98;
}
.fm__soc--vk:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE0Ljg4MyAxOS4zOTZzLjMyNS0uMDM2LjQ5LS4yMThjLjE1NC0uMTY3LjE1LS40OC4xNS0uNDhzLS4wMjMtMS40NjguNjQ4LTEuNjg0Yy42Ni0uMjEzIDEuNTEgMS40MTggMi40MDggMi4wNDYuNjguNDc0IDEuMTk3LjM3IDEuMTk3LjM3bDIuNDA0LS4wMzRzMS4yNTYtLjA4LjY2LTEuMDg0Yy0uMDUtLjA4Mi0uMzQ4LS43NDMtMS43ODgtMi4xMDItMS41MDctMS40MjMtMS4zMDUtMS4xOTIuNTEtMy42NTMgMS4xMDYtMS40OTggMS41NDgtMi40MTIgMS40MS0yLjgwNC0uMTMyLS4zNzMtLjk0NS0uMjc1LS45NDUtLjI3NWwtMi43MDYuMDE3cy0uMi0uMDI4LS4zNS4wNjNjLS4xNDQuMDg4LS4yMzguMjk1LS4yMzguMjk1cy0uNDI4IDEuMTYtMSAyLjE0NmMtMS4yMDQgMi4wOC0xLjY4NiAyLjE5LTEuODgzIDIuMDYtLjQ2LS4zLS4zNDUtMS4yMS0uMzQ1LTEuODU1IDAtMi4wMTcuMy0yLjg1Ny0uNTg2LTMuMDc1LS4yOTUtLjA3Mi0uNTEyLS4xMi0xLjI2NC0uMTI4LS45NjYtLjAxLTEuNzgzLjAwMy0yLjI0Ni4yMzQtLjMwOC4xNTMtLjU0Ni40OTUtLjQuNTE0LjE3OC4wMjUuNTgzLjExLjc5OC40MS4yNzcuMzgyLjI2OCAxLjI0NC4yNjggMS4yNDRzLjE2IDIuMzczLS4zNzMgMi42NjhjLS4zNjUuMjAyLS44NjUtLjIxLTEuOTQtMi4wOTgtLjU1LS45NjctLjk2Ni0yLjAzNi0uOTY2LTIuMDM2cy0uMDgtLjItLjIyMy0uMzA2Yy0uMTczLS4xMy0uNDE2LS4xNy0uNDE2LS4xN2wtMi41Ny4wMTZzLS4zODguMDEtLjUzLjE4MmMtLjEyNS4xNTItLjAxLjQ2Ni0uMDEuNDY2czIuMDE0IDQuNzkgNC4yOTQgNy4yMDJjMi4wOSAyLjIxNCA0LjQ2NSAyLjA2OCA0LjQ2NSAyLjA2OGgxLjA3NnoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPgo=");
}
.fm__soc--vk:hover:before {
  background-color: #48729e;
}
.fm__soc--tw:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjggMjgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIzIDguNzNhNy4zOCA3LjM4IDAgMCAxLTIuMTIuNTgzIDMuNzA2IDMuNzA2IDAgMCAwIDEuNjIzLTIuMDQzIDcuMzk3IDcuMzk3IDAgMCAxLTIuMzQ2Ljg5NiAzLjY5MyAzLjY5MyAwIDAgMC02LjI5MyAzLjM2OCAxMC40ODUgMTAuNDg1IDAgMCAxLTcuNjEtMy44NThjLS4zMi41NDUtLjUgMS4xOC0uNSAxLjg1NiAwIDEuMjguNjUgMi40MSAxLjY0MiAzLjA3M2EzLjY4MyAzLjY4MyAwIDAgMS0xLjY3My0uNDYydi4wNDdjMCAxLjc4OCAxLjI3MyAzLjI4IDIuOTYyIDMuNjJhMy43MTggMy43MTggMCAwIDEtMS42NjcuMDYzIDMuNjk3IDMuNjk3IDAgMCAwIDMuNDUgMi41NjRBNy40MSA3LjQxIDAgMCAxIDUgMTkuOTY3YTEwLjQ1MyAxMC40NTMgMCAwIDAgNS42NiAxLjY1OGM2Ljc5NCAwIDEwLjUwOC01LjYyNiAxMC41MDgtMTAuNTA1IDAtLjE2LS4wMDMtLjMyLS4wMS0uNDc4QTcuNTA3IDcuNTA3IDAgMCAwIDIzIDguNzMyeiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+Cg==");
}
.fm__soc--tw:hover:before {
  background-color: #00aced;
}
.fm__soc--tg:before {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 280 280' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M113.554 170.355l-3.143 44.208c4.497 0 6.445-1.932 8.78-4.251l21.083-20.149 43.685 31.992c8.012 4.465 13.657 2.114 15.818-7.37L228.452 80.42l.008-.008c2.541-11.844-4.283-16.475-12.089-13.57l-168.55 64.531c-11.503 4.465-11.33 10.877-1.956 13.783l43.092 13.403 100.093-62.63c4.71-3.12 8.993-1.393 5.47 1.726l-80.966 72.7z' fill='%23fff'/%3E%3C/svg%3E");
}
.fm__soc--tg:hover:before {
  background-color: #00aced;
}
.fm__link {
  display: -webkit-flex;
  display: flex;
  min-height: 20px;
  -webkit-align-items: center;
  align-items: center;
}
.fm__ico {
  height: 14px;
  width: 14px;
  margin-right: 3px;
  background-color: transparent;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.bug-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2;
  margin: 0;
}
.bug-ico {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  height: 20px;
  width: 22px;
  background: transparent url("../img/ico/ico.bug-2x.png") 0 0 no-repeat;
  background-size: 22px 40px;
}
.ico18 {
  height: 24px;
  width: 24px;
  background: transparent url("../img/ico/ico.18.png") center no-repeat;
  margin-left: 10px;
  background-size: 24px 24px;
  opacity: 0.5;
}
.ico18:hover {
  opacity: 1;
}
.fico {
  display: -webkit-flex;
  display: flex;
  opacity: 0.48;
}
.fico:hover {
  opacity: 1;
}
.fico--adm {
  opacity: 0.48;
}
.cs {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  border-top: 1px solid #f2f2f2;
}
.cs__content {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 990px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 8px 0;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
  z-index: 5;
}
.cs__ico {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  display: block;
  width: 21px;
  height: 21px;
  margin: 0 15px 0 15px;
  background: transparent url("../img/ico/info-2x.png") center no-repeat;
  background-size: 21px 21px;
}
.cs__btns {
  margin-right: 20px;
  white-space: nowrap;
}
.cs__btn {
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  line-height: 25px;
  padding: 0 12px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  border-radius: 3px;
  background-color: #e20000;
  margin-left: 10px;
  cursor: pointer;
}
.cs__btn:hover {
  color: #fff !important;
  opacity: 0.8;
}
.cs__text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
}
@media (min-width: 1300px) {
  .cs__content {
    width: 1250px;
  }
}
@media (min-width: 1400px) {
  .footer__popup-wrapper {
    width: 1280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.i__rate1:before {
  content: '1';
}
.i__ratex:before {
  content: 'x';
}
.i__rate2:before {
  content: '2';
}
.i__ratexx:before {
  content: 'xx';
}
.i__rate1x:before {
  content: '1x';
}
.i__ratex1:before {
  content: 'x1';
}
.i__rate2x:before {
  content: '2x';
}
.i__ratex2:before {
  content: 'x2';
}
.i__rate11:before {
  content: '11';
}
.i__rate12:before {
  content: '12';
}
.i__rate21:before {
  content: '21';
}
.i__rate22:before {
  content: '22';
}
.i__ratexx,
.i__rate1x,
.i__ratex1,
.i__rate2x,
.i__ratex2,
.i__rate11,
.i__rate12,
.i__rate21,
.i__rate22,
.i__rateyes,
.i__rateno,
.i__rateodd,
.i__rateeven,
.i__rateover,
.i__rateunder {
  display: inline-block;
}
.i__ratexx:before,
.i__rate1x:before,
.i__ratex1:before,
.i__rate2x:before,
.i__ratex2:before,
.i__rate11:before,
.i__rate12:before,
.i__rate21:before,
.i__rate22:before,
.i__rateyes:before,
.i__rateno:before,
.i__rateodd:before,
.i__rateeven:before,
.i__rateover:before,
.i__rateunder:before {
  width: auto;
  padding: 0 5px;
}
.i__rateyes:before {
  content: 'yes';
}
.i__rateno:before {
  content: 'no';
}
.i__rateodd:before {
  content: 'odd';
}
.i__rateeven:before {
  content: 'even';
}
.i__rateover:before,
.i__rateunder:before {
  content: 'Over';
}
.i__rateunder:before {
  content: 'Under';
}
@media (max-width: 1299px) {
  body {
    min-width: 1010px;
  }
  .container {
    width: 990px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .content {
    width: 670px;
  }
  .content--fluid {
    width: auto;
  }
  .header__search,
  .header__profile {
    right: 10px;
  }
  .header__search__menu,
  .header__profile__menu {
    right: 10px;
  }
  .sidebar {
    margin-left: 690px;
  }
  .cb--top-matches {
    float: none;
    width: auto;
  }
  .cb--recommended-odds {
    width: auto;
  }
  .cb--recommended-odds--old {
    float: none;
    width: auto;
  }
  .cb--virtual-bookmaker {
    float: none;
    width: auto;
  }
  .cb--whats-virtual-bookmaker {
    margin-left: 0;
  }
  .cb--whats-virtual-bookmaker .note-link {
    display: inline-block;
    padding: 0 40px;
  }
  .cb--wvb__medals {
    float: left;
    margin-right: 15px;
  }
  .cb--banner__140-300 {
    display: none;
  }
  .cb--news__item {
    margin-left: 35px;
  }
  .cb--news__item:nth-child(4n+1) {
    margin-left: 35px;
  }
  .cb--news__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .cb--slus,
  .cb--lr,
  .cb--lt {
    width: 100%;
  }
  .table__tsb th {
    padding: 5px;
  }
  .table__tsb th:first-child {
    width: 90px;
  }
  .table__tsb th:nth-child(2) {
    width: 85px;
  }
  .table__tsb td {
    padding: 5px;
  }
  .table__tsb .w18-n34 {
    height: 34px;
    width: 34px;
  }
  .tfb__banner {
    width: 325px;
    height: 160px;
    padding: 15px 10px;
    box-sizing: border-box;
    float: left;
    border-radius: 4px;
    overflow: hidden;
  }
  .br__col--details {
    display: none;
  }
  .bofum__block {
    width: 200px;
    float: left;
  }
  .bofum__block:not(:first-child) {
    margin-left: 35px;
  }
  .bofum__block:nth-child(n+4) {
    display: none;
  }
  .grid__tsb__item:not(:first-child) {
    margin-left: 90px;
  }
  .grid__tsb__item:nth-child(n+3) {
    display: none;
  }
  .table__search--umo th:nth-child(7),
  .table__search--umo td:nth-child(7),
  .table__search--umo th:nth-child(8),
  .table__search--umo td:nth-child(8),
  .table__search--umo th:nth-child(9),
  .table__search--umo td:nth-child(9) {
    display: none;
  }
  .table__search--half {
    width: auto;
    float: none;
  }
  .table__search--half td {
    width: 30%;
  }
  .table__search--half:nth-child(odd) {
    margin-left: 0;
  }
  .faq__tmitem {
    width: 210px;
    font-size: 15px;
  }
  .faq__tmitem:not(:first-child) {
    margin-left: 20px;
  }
  .faq__tmico {
    margin-right: 8px;
  }
  .faq__tcslider--left {
    left: 105px;
  }
  .faq__tcslider--right {
    left: 565px;
  }
  .wide__banner--half-full {
    width: 100%;
  }
  .wide__banner--half-full span {
    width: 100%;
  }
  .cts__rdescr {
    width: 270px;
  }
  .ctw__blocks {
    letter-spacing: -1em;
  }
  .ctw__block {
    margin-left: 92px;
  }
  .ctw__block:nth-child(5n+1) {
    margin-left: 92px;
  }
  .ctw__block:nth-child(3n+1) {
    margin-left: 0;
  }
  .coo__cell--blocks {
    width: 300px;
  }
  .coo__block {
    margin-left: 20px;
  }
  .coo__block:nth-child(n+3) {
    margin-top: 10px;
  }
  .coo__block:nth-child(3n+1) {
    margin-left: 20px;
  }
  .coo__block:nth-child(2n+1) {
    margin-left: 0;
  }
  .faq__stmenu {
    gap: 10px;
  }
  .faq__stmitem {
    width: calc(50% - 10px);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq__stmitem:nth-child(3n+1) {
    clear: none;
  }
  .faq__stmitem:nth-child(2n+1) {
    clear: both;
  }
}
.op05 {
  opacity: 0.5;
}
.oh {
  overflow: hidden;
}
.p1520 {
  padding: 15px 20px;
}
.p5 {
  padding: 5px;
}
.p0 {
  padding: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pl2 {
  padding-left: 2px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl20 {
  padding-left: 20px !important;
}
.pl35 {
  padding-left: 35px;
}
.pl35i {
  padding-left: 35px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pr0 {
  padding-right: 0 !important;
}
.pr5 {
  padding-right: 5px;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pt50 {
  padding-top: 50px;
}
.pr70 {
  padding-right: 70px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.nomargin {
  margin: 0;
}
.nomargin--imp {
  margin: 0 !important;
}
.m0 {
  margin: 0 !important;
}
.mt0 {
  margin-top: 0;
}
.mt1 {
  margin-top: 1px;
}
.mt3 {
  margin-top: 3px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt12 {
  margin-top: 12px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt-1 {
  margin-top: -1px;
}
.mt-3 {
  margin-top: -3px;
}
.mt-5 {
  margin-top: -5px;
}
.mt-10 {
  margin-top: -10px;
}
.mt-15 {
  margin-top: -15px;
}
.mt-20 {
  margin-top: -20px;
}
.mt-30 {
  margin-top: -30px;
}
.mb0 {
  margin-bottom: 0;
}
.mb0--imp {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb-5 {
  margin-bottom: -5px;
}
.mb-10 {
  margin-bottom: -10px;
}
.mb-20 {
  margin-bottom: -20px;
}
.ml0 {
  margin-left: 0;
}
.ml2 {
  margin-left: 2px;
}
.ml5 {
  margin-left: 5px;
}
.ml7 {
  margin-left: 7px;
}
.ml8 {
  margin-left: 8px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml30 {
  margin-left: 30px;
}
.ml-5 {
  margin-left: -5px;
}
.ml-10 {
  margin-left: -10px;
}
.ml-20 {
  margin-left: -20px;
}
.mra {
  margin-right: auto;
}
.mla {
  margin-left: auto;
}
.mr0 {
  margin-right: 0;
}
.mr1 {
  margin-right: 1px;
}
.mr5 {
  margin-right: 5px;
}
.mr-10 {
  margin-right: -10px !important;
}
.mr8 {
  margin-right: 8px;
}
.mr9 {
  margin-right: 9px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.mr31 {
  margin-right: 31px;
}
.pr10 {
  padding-right: 10px;
}
.pr12 {
  padding-right: 12px;
}
.pr10imp {
  padding-right: 10px !important;
}
.pr80 {
  padding-right: 80px;
}
.minw15 {
  min-width: 15px;
}
.minw240 {
  min-width: 240px;
}
.minw370 {
  min-width: 370px;
}
.mw80 {
  max-width: 80px;
}
.mw110 {
  max-width: 110px;
}
.mw140 {
  max-width: 140px;
}
.mw150 {
  max-width: 150px;
}
.mw200 {
  max-width: 200px;
}
.mw250 {
  max-width: 250px;
}
.bsbb {
  box-sizing: border-box;
}
.w30p {
  width: 30%;
}
.w50p {
  width: 50%;
}
.w100p {
  width: 100%;
}
.w10 {
  width: 10px;
}
.w20 {
  width: 20px;
}
.w30 {
  width: 30px;
}
.w35 {
  width: 35px;
}
.w40 {
  width: 40px;
}
.w50 {
  width: 50px;
}
.w64 {
  width: 64px;
}
.w70 {
  width: 70px;
}
.w87 {
  width: 87px;
}
.w90 {
  width: 90px;
}
.w92 {
  width: 92px;
}
.w100 {
  width: 100px;
}
.w110 {
  box-sizing: border-box;
  width: 110px;
}
.w120 {
  width: 120px;
}
.w130 {
  width: 130px;
}
.w135 {
  width: 135px;
}
.w150 {
  box-sizing: border-box;
  width: 150px;
}
.w160 {
  width: 160px;
}
.w180 {
  box-sizing: border-box;
  width: 180px;
}
.w190 {
  width: 190px;
}
.w210 {
  width: 210px;
}
.w240 {
  width: 240px;
}
.w250 {
  width: 250px;
}
.w260 {
  width: 260px;
}
.w275 {
  width: 275px;
}
.w300 {
  width: 300px;
}
.w350 {
  width: 350px;
}
.w380 {
  width: 380px;
}
.vtop {
  vertical-align: top !important;
}
.vmid {
  vertical-align: middle;
}
.vbas {
  vertical-align: baseline !important;
}
.lh13 {
  line-height: 13px;
}
.lh15 {
  line-height: 15px !important;
}
.lh16 {
  line-height: 16px;
}
.lh17 {
  line-height: 17px !important;
}
.lh18 {
  line-height: 18px;
}
.lh19 {
  line-height: 19px !important;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh25 {
  line-height: 25px;
}
.lh27 {
  line-height: 27px;
}
.lh40 {
  line-height: 40px;
}
.h20 {
  height: 20px;
}
.h21 {
  height: 21px;
}
.h25 {
  height: 25px;
}
.h30 {
  height: 30px !important;
}
.h40 {
  height: 40px !important;
}
.h50 {
  height: 50px;
}
.lh21 {
  line-height: 21px;
}
.lh30 {
  line-height: 30px !important;
}
.lh40 {
  line-height: 40px;
}
.rt7 {
  position: relative;
  top: 7px;
}
.display-none {
  display: none;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.blockimp {
  display: block !important;
}
.top-1 {
  top: -1px;
}
.top-2 {
  top: -2px;
}
.top-3 {
  top: -3px;
}
.top-5 {
  top: -5px;
}
.tr180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.flex,
.flx {
  display: -webkit-flex;
  display: flex;
}
.flex--wrap,
.flx--wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex--center,
.flx--center,
.flex--c,
.flx--c {
  -webkit-align-items: center;
  align-items: center;
}
.flex--start,
.flx--start {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex--column,
.flx--column {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flxi {
  display: -webkit-inline-flex;
  display: inline-flex;
}
.fc {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flxw {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.faic {
  -webkit-align-items: center;
  align-items: center;
}
.faife {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.fjcc {
  -webkit-justify-content: center;
  justify-content: center;
}
.fjcsb {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.fjcsa {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.fjcfe {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.fg1 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.fs0 {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.as--center {
  -webkit-align-self: center;
  align-self: center;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.strong {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.graytext {
  color: #b3b3b3;
}
.softgray {
  color: #a8a8a8;
}
.darkgraytext {
  color: #3d464c;
}
.mediumgraytext {
  color: #949494;
}
.font10 {
  font-size: 10px;
}
.font11 {
  font-size: 11px;
}
.font12 {
  font-size: 12px;
}
.font13 {
  font-size: 13px;
}
.font14 {
  font-size: 14px;
}
.font15 {
  font-size: 15px;
}
.font16 {
  font-size: 16px;
}
.font17 {
  font-size: 17px;
}
.font18 {
  font-size: 18px;
}
.font22 {
  font-size: 22px;
}
.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.imgdummy {
  border-radius: 50%;
  background-color: #eee;
}
.img-size12 {
  height: 12px;
  width: 12px;
}
.size13 {
  height: 13px;
  width: 13px;
}
.img-size14 {
  height: 14px;
  width: 14px;
}
.img16 {
  height: 16px;
  width: 16px;
}
.img-size18 {
  height: 18px;
  width: 18px;
}
.img-size20 {
  height: 20px;
  width: 20px;
}
.img-size22 {
  height: 22px;
  width: 22px;
}
.img-size24 {
  height: 24px;
  width: 24px;
}
.img-size27 {
  height: 27px;
  width: 27px;
}
.size28 {
  height: 28px;
  width: 28px;
}
.img-size34 {
  height: 34px;
  width: 34px;
}
.img-size36 {
  height: 36px;
  width: 36px;
}
.img-size42 {
  height: 42px;
  width: 42px;
}
.img-size48 {
  height: 48px;
  width: 48px;
}
.img-size-16-11 {
  height: 11px;
  width: 16px;
}
.img-size-64-20 {
  height: 20px;
  width: 64px;
}
.img-size-74-28 {
  height: 28px;
  width: 74px;
}
.img-size-78-24 {
  height: 24px;
  width: 78px;
}
.img-size-91-27 {
  height: 27px;
  width: 91px;
}
.img-size-120-36 {
  height: 36px;
  width: 120px;
}
.img-size-220-65 {
  height: 65px;
  width: 220px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrapper-400 {
  margin: 0 auto;
  width: 400px;
}
.tblr {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 1300px) {
  .mb-20-wide {
    margin-bottom: -20px;
  }
}
@media (max-width: 1299px) {
  .wn95 {
    width: 95px;
  }
  .wn180 {
    width: 180px;
  }
  .wn200 {
    width: 200px;
  }
  .wn240 {
    width: 240px;
  }
  .wn320 {
    width: 320px;
  }
  .wn330 {
    width: 330px;
  }
  .wn600 {
    width: 600px;
  }
}

@media(max-width: 700px) {
  .pp__bwrapper--top {
    margin-left: 0;
    padding-top: 12px;
    width: 100%;
    justify-content: center;
    gap: 12px;
  }
  .pp__bwrapper--wide {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    gap: 12px;
  }
  .pp__content {
    flex-direction: column;
    padding: 10px;
    justify-content: center;
    gap: 12px
  }
  .pp__content-tipster .pp__left {
    margin: 0 auto;
  }
  .pp__bleft {
    width: 100%;
    justify-content: center;
    gap: 12px
  }
  .pp__bright {
    width: 100%;
  }
  .pp__bb--user {
    flex-wrap: wrap;
    gap: 12px;
    margin-left: 0;
    align-items: center;
    justify-content: center;
  }
}

.bskew {
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
}
.bunskew {
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
.skew {
  display: inline-block;
  -webkit-transform: skew(-26deg);
  transform: skew(-26deg);
}
.unskew {
  display: inline-block;
  -webkit-transform: skew(26deg);
  transform: skew(26deg);
}
.data-reload {
  position: fixed;
  bottom: 50px;
  right: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  background-color: rgba(0,0,0,0.75);
  box-shadow: 0 0 0 3px #fff, 0 0 15px 5px #3d464c;
  border-radius: 12px;
  padding: 12px;
  z-index: 1000;
}
.data-reload a {
  color: #fff;
}
.data-reload a:hover {
  opacity: 0.75;
}
.bg--a {
  background-color: #e17076;
}
.bg--b {
  background-color: #a695e7;
}
.bg--c {
  background-color: #7bc862;
}
.bg--d {
  background-color: #ee7aae;
}
.bg--e {
  background-color: #65aadd;
}
.bg--f {
  background-color: #faa774;
}
.bg--g {
  background-color: #6ec9cb;
}
.bg--h {
  background-color: #6e8acb;
}
.bg--i {
  background-color: #cbca6e;
}
.bg--j {
  background-color: #b86ecb;
}
.bgbase {
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bgbase--contain {
  background-size: contain;
}
.bgred {
  background-color: #e20000;
}
.zi1 {
  z-index: 1;
}
.zi2 {
  z-index: 2;
}
.zi3 {
  z-index: 3;
}
.zi4 {
  z-index: 4;
}
.zi5 {
  z-index: 5;
}
.zi6 {
  z-index: 6;
}
.blink {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}
.blink-arrows {
  -webkit-animation-name: blink-arrows;
  animation-name: blink-arrows;
  -webkit-animation-duration: 6s;
  animation-duration: 6s;
}
@-webkit-keyframes blink-arrows {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  960% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink-arrows {
  0% {
    opacity: 1;
  }
  16% {
    opacity: 0;
  }
  32% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  64% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  960% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.treadmill {
  -webkit-animation-name: treadmill;
  animation-name: treadmill;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.treadmill--i {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.treadmill--ii {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes treadmill {
  0% {
    background-color: #097b5e;
    color: #fff;
  }
  100% {
    background-color: transparent;
    color: inherit;
  }
}
@keyframes treadmill {
  0% {
    background-color: #097b5e;
    color: #fff;
  }
  100% {
    background-color: transparent;
    color: inherit;
  }
}
.treadmilld {
  -webkit-animation-name: treadmilld;
  animation-name: treadmilld;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
}
.treadmilld--i {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
.treadmilld--ii {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes treadmilld {
  0% {
    background-color: #097b5e;
    box-shadow: 0 0 0 1px #fff;
    color: #fff;
  }
  100% {
    background-color: transparent;
    box-shadow: 0 0 0 1px transparent;
    color: inherit;
  }
}
@keyframes treadmilld {
  0% {
    background-color: #097b5e;
    box-shadow: 0 0 0 1px #fff;
    color: #fff;
  }
  100% {
    background-color: transparent;
    box-shadow: 0 0 0 1px transparent;
    color: inherit;
  }
}
.br0044 {
  border-radius: 0 0 4px 4px;
}
.br4400 {
  border-radius: 4px 4px 0 0;
}
.br2 {
  border-radius: 2px;
}
.br4 {
  border-radius: 4px;
}
.br50p {
  border-radius: 50%;
}
.br6006 {
  border-radius: 6px 0 0 6px;
}
.br0660 {
  border-radius: 0 6px 6px 0;
}
.br0066 {
  border-radius: 0 0 6px 6px;
}
.br6 {
  border-radius: 6px;
}
.br7 {
  border-radius: 7px;
}
.br8 {
  border-radius: 8px;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.h100p {
  height: 100%;
}
.canceled {
  color: #979797 !important;
}
@-webkit-keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 470px) {
  .column-banner-tip {
    width: 56px;
  }
  .main .banner {
    font-size: 9px;
    padding: 0 2px;
    min-width: unset;
  }
}</pre></body></html>