brdesctop,
.brdesctop,
.brD {
  display: block;
}
@media (max-width: 767px) {
  brdesctop,
  .brdesctop,
  .brD {
    display: inline;
  }
}
brmobile,
.brmobile,
.brM {
  display: inline;
}
@media (max-width: 767px) {
  brmobile,
  .brmobile,
  .brM {
    display: block;
  }
}
.labelEl {
  background: #25e6e7;
  display: inline-block;
  padding: 3px 9px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.headGameBlock {
  margin-bottom: 40px;
}
.headGameBlock__label {
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
  position: relative;
  left: -11px;
  margin-bottom: 30px;
}
.timerBlock {
  margin-bottom: 100px;
}
.timerBlock__wrap {
  background: #fff;
  border-radius: 15px;
  padding: 40px 0;
  text-align: center;
  overflow: hidden;
}
.timerBlock__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.timerBlock__left {
  width: 100%;
  max-width: 680px;
  position: relative;
}
.timerBlock__left:after {
  content: '';
  height: 1000px;
  top: -200px;
  width: 1px;
  position: absolute;
  right: 0;
  border-right: 1px solid #E7E7E7;
}
.timerBlock__right {
  width: 100%;
  max-width: 490px;
}
.timerBlock__label {
  font-family: 'Tektur', sans-serif;
  font-weight: bold;
  margin-bottom: 27px;
}
.timerBlock__timer {
  margin-bottom: 35px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.timerBlock__price {
  font-family: 'Tektur', sans-serif;
  font-weight: bold;
  font-size: 88px;
  line-height: 70px;
  margin-top: 38px;
}
.sendBlock {
  margin-bottom: 100px;
}
.sendBlock__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sendBlock__left {
  width: 100%;
  max-width: 530px;
  margin-right: 70px;
  background: #021221;
  border-radius: 15px;
  padding: 45px 50px 60px;
  color: #fff;
}
.sendBlock__right {
  width: 100%;
}
.sendBlock-text__head {
  margin-bottom: 20px;
}
.sendBlock-text ol {
  list-style-type: none;
  /* Убираем исходные маркеры */
  counter-reset: num;
  /* Задаём имя счетчика */
}
.sendBlock-text li {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 53px;
}
.sendBlock-text li:before {
  font-family: 'Tektur', sans-serif;
  content: counter(num);
  /* Выводим число */
  counter-increment: num;
  /* Увеличиваем значение счётчика */
  font-size: 22px;
  font-weight: bold;
  width: 37px;
  height: 37px;
  border-radius: 100%;
  background: #00EAA0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 0;
  top: -3px;
}
.sendBlock-text li a {
  font-weight: bold;
  color: #000;
  border-bottom: 1.5px solid #00eaa0;
  padding-bottom: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sendBlock-text li a:after {
  content: '';
  background-image: url(../img/game/arrow.svg);
  width: 14px;
  height: 16px;
  position: absolute;
  display: inline-block;
  top: 9px;
  margin-left: 6px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sendBlock-text li a:hover {
  color: #01D190;
}
.sendBlock-text li a:hover:after {
  margin-left: 8px;
}
.sendBlock-text__desc {
  background: #fff;
  border-radius: 15px;
  padding: 25px 35px;
  position: relative;
  margin-top: 60px;
}
.sendBlock-text__desc p {
  color: #000;
  margin-bottom: 0;
}
.sendBlock-text__label {
  position: absolute;
  top: -11px;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  left: 27px;
}
.sendBlock-order input {
  background: none;
  border-color: #4d4d4d;
  padding: 15px 0px 19px;
  color: #fff;
}
.sendBlock-order label {
  color: #CCCFD2;
}
.sendBlock-order__head {
  margin-bottom: 22px;
}
.sendBlock-order__input {
  margin-bottom: 25px;
}
.sendBlock-order__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 7px;
}
.sendBlock-order__btns pre {
  font-size: 12px;
  line-height: 18px;
  color: #CCCFD2;
}
.sendBlock-order__btn {
  margin-right: 20px;
}
.sendBlock-order__response {
  text-align: center;
  color: #000;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: none;
}
.sendBlock-order__response.-ok {
  display: block;
  background: #f9ffda;
}
.sendBlock-order__response.-false {
  display: block;
  background: #ffbdbd;
}
.sendBlock-tooltip__toggle {
  pointer-events: initial;
  background: #00eaa0;
  color: #000;
  border-radius: 100%;
  width: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
  font-weight: bold;
  margin-left: 3px;
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.fluid {
  position: relative;
  width: 100%;
  display: inline-block;
}
.fluid label {
  position: absolute;
  top: 2px;
  left: 0;
  pointer-events: none;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.fluid input:focus ~ label,
.fluid input:not(:placeholder-shown) ~ label,
.fluid textarea:focus ~ label,
.fluid textarea:not(:placeholder-shown) ~ label {
  top: -10px;
  font-size: 12px;
  color: #00EBA1;
}
.tippy-box[data-theme="sendBlock"] img {
  max-width: 250px;
}
.usersBlock {
  margin-bottom: 100px;
}
.usersBlock__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.usersBlock__desc {
  margin-bottom: 30px;
}
.usersBlock__users {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.usersBlock__users.-collapsed {
  height: 183px;
}
.usersBlock__col {
  width: 100%;
  max-width: calc(50% - 10px);
  border-radius: 15px;
  padding: 40px 50px;
  background: #fff;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.usersBlock__col.-empty {
  text-align: center;
}
.usersBlock__icon {
  margin: 10px 0;
}
.usersBlock-user {
  display: inline-block;
  background: #F4F4F4;
  padding: 6px 14px 7px 35px;
  border-radius: 30px;
  margin-bottom: 6px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.usersBlock-user:before {
  content: '';
  background-image: url(../img/game/user.svg);
  width: 16px;
  height: 18px;
  display: inline-block;
  margin-right: 5px;
  position: absolute;
  left: 12px;
}
.usersBlock-table {
  margin-top: 30px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 100%;
}
.usersBlock-table.-collapsed {
  height: 190px;
}
.usersBlock-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.usersBlock-table__row:last-child {
  border-bottom: none;
}
.usersBlock-table__user {
  margin-right: 15px;
  margin-bottom: 10px;
}
.usersBlock-table__user:before {
  background-image: url(../img/game/trophy.svg);
  width: 21px;
  left: 9px;
  top: 6px;
}
.usersBlock-table__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  color: #000;
  margin-bottom: 10px;
  max-width: 70px;
}
.usersBlock-table__video img {
  margin-right: 6px;
}
.usersBlock-table__date {
  width: 100%;
  max-width: 90px;
  text-align: right;
  color: #666666;
  margin-bottom: 10px;
  margin-left: auto;
}
.usersBlock-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  bottom: -15px;
}
.usersBlock-toggle span {
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 6px;
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.usersBlock-toggle img {
  max-width: 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
}
.usersBlock-toggle.hidden {
  display: none;
}
.usersBlock-toggle:hover span {
  color: #00EBA1;
}
.usersBlock-toggle:hover img {
  top: 5px;
}
.videoBlock {
  margin-bottom: 120px;
}
.videoBlock__head {
  text-align: center;
  margin-bottom: 40px;
}
.videoBlock__video {
  position: relative;
}
.videoBlock__video video {
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  border: 4px solid black;
}
.videoBlock__btns {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
}
.videoBlock__btns img {
  width: 80px;
  cursor: pointer;
}
.videoBlock__btn.-pause {
  display: none;
}
.videoBlock__video:hover .videoBlock__btn.-pause:not(.hidden) {
  display: block;
}
.videoBlock-empty {
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  display: block;
  border: 4px solid black;
  text-align: center;
  padding: 50px 0 50px;
}
.videoBlock-empty__icon {
  margin: 10px 0;
}
.goBlock {
  margin-bottom: 100px;
}
.goBlock__wrap {
  background: #111724;
  border-radius: 15px;
  background-image: url(../img/game/back_3.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 57px 50px 60px 50px;
  position: relative;
}
.goBlock__label {
  color: #000;
  position: absolute;
  left: 0;
  right: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: -16px;
  margin: 0 auto;
  font-size: 16px;
  padding: 6px 11px;
  -webkit-transform: rotate(-2deg);
          transform: rotate(-2deg);
}
.goBlock h2 {
  margin-bottom: 30px;
}
.exchangeBlock-game {
  margin: -10px 0 30px;
  padding: 20px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  background: #f4f4f4;
  border-radius: 7px;
  display: inline-block;
  color: #000;
}
.exchangeBlock-game:hover {
  opacity: 0.7;
}
.exchangeBlock-game__fire {
  max-width: 17px;
  position: relative;
  top: 2px;
}
.exchangeBlock-game__arrow {
  position: relative;
  left: 3px;
  top: 3px;
  width: 100%;
  max-width: 14px;
}
.changeBlock-game {
  color: #fff;
  font-weight: bold;
  margin: 13px auto -6px;
  text-align: center;
  width: 100%;
  display: block;
}
.changeBlock-game:hover {
  color: #00EBA1;
}
.changeBlock-game__fire {
  max-width: 17px;
  position: relative;
  top: 2px;
}
.changeBlock-game__arrow {
  position: relative;
  left: 3px;
  top: 3px;
  width: 100%;
  max-width: 14px;
}
body.-darkTheme a.exchangeBlock-game:hover {
  color: #000;
}
body.-darkTheme .labelEl {
  color: #000;
}
body.-darkTheme .timerBlock__wrap {
  background: #25323e;
}
body.-darkTheme .timerBlock__left:after {
  border-right: 1px solid #4a4a4a;
}
body.-darkTheme .sendBlock__left {
  background: #25323E;
}
body.-darkTheme .sendBlock__left input {
  background: none !important;
}
body.-darkTheme .sendBlock-text li:before {
  color: #000;
}
body.-darkTheme .sendBlock-text li a {
  color: #fff !important;
}
body.-darkTheme .sendBlock-text__desc {
  background: #25323e;
}
body.-darkTheme .usersBlock__col.-empty,
body.-darkTheme .videoBlock-empty {
  background: #25323e;
}
body.-darkTheme .goBlock__wrap {
  border: 2px solid #25e6e7;
}
body.-darkTheme .usersBlock__col {
  background: #25323e;
}
body.-darkTheme .usersBlock-user {
  color: #000;
}
body.-darkTheme .usersBlock-table__video {
  color: #00d190;
}
body.-darkTheme .usersBlock-table__date {
  color: #fff;
}
@media (max-width: 1050px) {
  .timerBlock__timer {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  .timerBlock__price {
    font-size: 58px;
    line-height: 50px;
  }
  .timerBlock__right {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .headGameBlock__label {
    margin-bottom: 20px;
  }
  .timerBlock__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #CDT {
    font-size: 30px !important;
  }
  #CDT .number {
    height: 60px !important;
    line-height: 60px !important;
  }
  .timerBlock__label {
    margin-bottom: 17px;
  }
  .timerBlock__left {
    margin-bottom: 20px;
  }
  .timerBlock__right {
    max-width: 100%;
  }
  .timerBlock__price {
    margin-top: 10px;
  }
  .headGameBlock {
    margin-bottom: 30px;
  }
  .timerBlock {
    margin-bottom: 40px;
  }
  .sendBlock__cols {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sendBlock__left {
    max-width: 100%;
    margin-right: 0;
    padding: 25px 30px 40px;
    margin-bottom: 40px;
  }
  .usersBlock__col {
    max-width: 100%;
    padding: 25px 30px;
  }
  .sendBlock {
    margin-bottom: 50px;
  }
  .usersBlock-table__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .usersBlock-table__video {
    max-width: 70px;
  }
  .usersBlock-table__user {
    margin-bottom: 6px;
  }
  .usersBlock {
    margin-bottom: 60px;
  }
  .videoBlock {
    margin-bottom: 80px;
  }
  .videoBlock__head {
    margin-bottom: 20px;
  }
  .goBlock {
    margin-bottom: 70px;
  }
  .goBlock__wrap {
    padding: 47px 30px 50px 30px;
  }
}
