@-webkit-keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(249,245,16,.6)
  }

  70% {
      box-shadow: 0 0 0 15px transparent
  }

  to {
      box-shadow: 0 0 0 0 transparent
  }
}

@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(249,245,16,.6)
  }

  80% {
      box-shadow: 0 0 0 15px transparent
  }

  to {
      box-shadow: 0 0 0 0 transparent
  }
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

* {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

h1,
body,
h2,
h3,
h4,
h5,
h6,
table,
tr,
td,
th,
ol,
button,
p,
a,
ul,
li,
img {
  margin: 10px;
  padding: 5px;
}

body {
  margin: 0;
  position: relative;
  font-family: 'Roboto Condensed',sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #232939;
  min-height: 100vh
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block
}

audio,canvas,progress,video {
  display: inline-block;
  vertical-align: baseline
}

audio:not([controls]) {
  display: none;
  height: 0
}

[hidden],template {
  display: none
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #f8ff13
}

a:active,a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

img {
  border: 0;
  max-width: 100%;
  height: auto
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 0
}

hr {
  box-sizing: content-box;
  height: 0
}

button {
  font: inherit;
  overflow: visible;
}

input,optgroup,select,textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button,select {
  text-transform: none
}

button[disabled],html input[disabled] {
  cursor: default
}

.main__image {
  height: 50vh;
}

button::-moz-focus-inner,input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type=checkbox],input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
  height: auto
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

* {
  outline: 0;
  box-sizing: border-box
}

img:not([alt]),img[alt=" "],img[alt=""] {
  border: 6px dashed #7fff00!important
}

a:focus,a:hover {
  text-decoration: none;
  color: #ff8c00
}

button,ol,p,ul {
  padding: 0;
  margin: 0
}

ol,ul {
  list-style-type: none
}

button {
  border: 0;
  cursor: pointer;
  background: 0 0;
  transition: .15s ease-in;
  color: #fff
}

input:focus::-moz-placeholder,textarea:focus::-moz-placeholder {
  opacity: 0
}

input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder {
  opacity: 0
}

input:focus::placeholder,textarea:focus::placeholder {
  opacity: 0
}

input::-moz-placeholder,textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: opacity .3s;
  transition: opacity .3s
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: opacity .3s;
  transition: opacity .3s
}

input::placeholder,textarea::placeholder {
  opacity: 1;
  transition: opacity .3s
}

input::-moz-focus-inner,input::-moz-focus-outer,textarea::-moz-focus-inner,textarea::-moz-focus-outer {
  border: 0;
  outline: 0
}

main {
  position: relative
}

.container {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
  max-width: initial
}

@media (min-width: 980px) {
  .container {
      max-width:930px
  }
}


@media (max-width: 991px) {
  .main__image {
    width: 100%;
    object-fit: cover;
  }
}

@media (min-width: 1040px) {
  .container {
      max-width: 1091px
  }
}

@media (min-width: 1280px) {
  .container {
      max-width:1170px
  }
}

.main_seo {
  position: relative;
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 991px) {
  .main_seo {
      flex-direction:row;
      justify-content: space-between
  }

  .main_seo>.bl_ceo {
      max-width: calc(100% - 350px)
  }
}

body > div:first-of-type {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  min-height: 100vh;
  justify-content: space-between;
  overflow: hidden
}

body > div:first-of-type > div:first-of-type {
  position: relative;
  width: 100%
}

.block_navigation > a > span:last-of-type,.pari {
  text-align: center;
  padding: 0 15px;
  border: 1px solid #f8ff13;
  box-sizing: border-box
}

.pari {
  display: block;
  margin: 20px auto;
  padding: 10px 15px;
  background-color: #000;
  transform: skewX(-15deg);
  font-weight: 700
}

.pari:focus,.pari:hover {
  background-color: #f8ff13;
  color: #000
}

.btn_panarama, header {
  width: 100%
}

header {
  position: fixed;
  top: 0;
  left: 0;
  flex: 1 0 auto;
  z-index: 20;
  background-color: #1c1b1b;
  display: flex;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 116px;
  padding-top: 0px;
  padding-bottom: 0px;
  z-index: 32;
  align-items: center;
  position: fixed;
  top: 0px;
  transition: all 0.4s linear;
  width: 100%;
}

 header+main {
  padding-top: 140px
}

.text_container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1150px;
  margin: 0 auto;
}

@media (min-width: 991px) {
  header+main {
      padding: top 16px;
  }
}

header > div:first-of-type {
  width: 100%;
  height: 60px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center
}

@media (min-width: 991px) {
  header > div:first-of-type {
      height:78px
  }
}

.container > a {
  position: relative;
  z-index: 11
}

.block_navigation {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  width: 450px;
  flex-direction: column;
  justify-content: end !important;
  z-index: 20
}

.block_navigation.active {
  transform: translateX(0)
}

@media (min-width: 991px) {
  .block_navigation {
      top:initial;
      padding-bottom: 0;
      position: relative;
      flex-direction: row;
      justify-content: flex-end;
      width: calc(100% - 160px);
      height: auto;
      background: 0 0;
      transform: initial
  }
}

.btn_menu {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #f8ff13;
  background: 0 0;
  z-index: 21
}

.btn_menu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-position: -28px 0;
  width: 22px;
  height: 18px;
  z-index: 3
}

.btn_menu.active:after {
  background-position: 0 -27px;
  width: 18px;
  height: 17px
}

@media (min-width: 991px) {
  .btn_menu {
      display:none
  }
}

nav {
  position: relative;
  width: 100%;
  margin-right: 0
}

@media (min-width: 991px) {
  nav {
      margin-right:10px;
      width: initial
  }
}

@media (min-width: 1040px) {
  nav {
      margin-right:40px
  }
}

nav > ul{
  display: block;
  width: 100%;
  margin: 10px auto
}

@media (min-width: 991px) {
  nav > ul {
      width:auto;
      margin: 0
  }
}

nav > ul > li{
  position: relative;
  display: block;
  line-height: initial;
  margin-bottom: 10px;
  overflow: auto;
  max-height: calc(100vh - 240px)
}

@media (min-width: 991px) {
  nav > ul > li {
      display:inline-block;
      margin: 0 10px;
      border: 0;
      overflow: initial
  }
}

nav > ul > li a {
  padding-bottom: 20px
}

@media (min-width: 991px) {
  nav > ul > li a {
      padding: 0;
  }

  nav > ul > li.siblings>a {
      position: relative;
      padding-right: 20px
  }
}

@media (min-width: 992px) {
  nav > ul > li:hover>.block_tab__list {
      display:block
  }
}

nav > ul > li > a {
  display: block;
  padding: 5px 10px;
  font-size: 16px;
  text-decoration: none;
  transition: .15s ease-in;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

nav > ul > li > a:focus,.nav > ul > li > a:hover {
  color: #f8ff13
}

@media (min-width: 991px) {
  nav > ul > li > a {
      line-height:initial
  }
}

.btn_nav__mobil {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid #f8ff13;
  border-radius: 4px;
  top: 0;
  right: 20px
}

@media (min-width: 991px) {
  .btn_nav__mobil {
      display:none
  }
}

.btn_nav__mobil.active:after {
  transform: translate(-50%,-50%) rotate(180deg)
}

.block_tab__list {
  display: none;
  list-style-type: none;
  position: relative;
  width: 100%;
  background: 0 0
}

@media (min-width: 991px) {
  .block_tab__list {
      position:absolute;
      top: 100%;
      left: 0;
      width: 262px;
      background: #262626;
      border-radius: 4px;
      z-index: 2
  }
}

.block_tab__item {
  line-height: 20px
}

.block_tab__item:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,.3)
}

.block_tab__item a {
  padding: 10px;
  display: block;
  font-size: 16px;
  color: #fff
}

.block_tab__item a:hover {
  background-color: #1c1b1b
}

.block_navigation > a {
  position: relative
}


.block_navigation > a:hover>.icon_bell__container,.icon_bell__container:hover {
  -webkit-animation: none;
  animation: none
}

.icon_bell__container > svg {
  position: absolute;
  width: 15px;
  height: 20px
}

.block_navigation > a >span:last-of-type {
  font-weight: 700;
  white-space: nowrap;
  font-size: 15px;
  color: #232939;
  background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
  border: none;
  padding: 13px 20px;
  border-radius: 44px;
  text-decoration: none;
}

.btn_navigation {
  display: block
}

.bl_ceo {
  position: relative;
  font-size: 15px;
  z-index: 3
}

.bl_ceo .container {
  padding-top: 45px;
  padding-bottom: 45px
}

.bl_ceo h2,.bl_ceo h3,.bl_ceo p {
  margin-bottom: 15px;
  font-size: 15px;
  line-height: 24px
}

.bl_ceo h2,.bl_ceo h3 {
  position: relative;
  font-weight: 700;
  font-size: 26px;
  color: #fff;
  margin-top: 25px;
  padding-bottom: 10px
}

.bl_ceo h2:after,.bl_ceo h3:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 10%;
  background-color: #f8ff13;
  z-index: 2
}

.bl_ceo a {
  color: #f8ff13;
  text-decoration: underline
}

.bl_ceo a:focus,.bl_ceo a:hover {
  color: #ff8c00;
  text-decoration: none
}

.bl_ceo ol,.bl_ceo ul {
  clear: both;
  padding-left: 0
}

.bl_ceo li {
  counter-increment: step-counter;
  position: relative;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px;
  padding-left: 15px;
  list-style-type: none
}

.bl_ceo ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #f8ff13
}

.bl_ceo ol li {
  padding-left: 20px
}

.bl_ceo ol li:before {
  content: counter(step-counter) ". ";
  position: absolute;
  font-weight: 700;
  color: #fff;
  left: 3px
}

.bl_ceo hr {
  position: relative;
  display: block;
  width: 100%;
  margin: 40px 0;
  height: 1px;
  box-sizing: border-box;
  padding: 0;
  border: 0;
  background: #9d9d9d;
  overflow: initial
}

.bl_ceo table {
  display: block;
  margin: 30px auto;
  border-collapse: collapse
}

.bl_ceo tbody {
  width: 100%;
  background-color: #262626
}

.bl_ceo table td {
  border: 1px solid rgba(255,255,255,.3);
  padding: 10px
}

::-webkit-scrollbar {
  background: #000000;
  height: 5px;
  width: 5px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px #000000;
}

::-webkit-scrollbar-thumb {
  background: #005a2b;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
  background: #00b456;
}
::selection {
  background: #f8ff13;
  color: #000
}

::-moz-selection {
  background: #f8ff13;
  color: #000
}

footer {
  margin-top: 20px;
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  min-height: 80px;
  padding: 24px 0;
  background-color: #1D222F;
  z-index: 10
}

table:nth-of-type(4) > tbody > tr > td:first-of-type {
  width: 25%;
}

table:nth-of-type(5) > tbody > tr > td:first-of-type {
  width: 10%;
}

table:nth-of-type(7) > tbody > tr > td, table:nth-of-type(8) > tbody > tr > td, table:nth-of-type(4) > tbody > tr > td, table:nth-of-type(6) > tbody > tr > td, table:nth-of-type(5) > tbody > tr > td {
  text-align: center;
}

footer > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center
}

footer > div:first-of-type {
  justify-content: center;
  flex-wrap: wrap
}

.container > div, footer > div:nth-of-type(2) {
  justify-content: space-around;
  flex-wrap: wrap
}

.container > div {
  display: flex;
  flex-direction: row;
  align-items: center
}

footer > div:nth-of-type(2) {
  margin-top: 30px;
  width: 100%;
  padding: 24px 0 4px;
  border-top: 1px solid rgba(255,255,255,.3)
}

footer > div:nth-of-type(2) > p {
  font-size: 14px;
  line-height: 22px;
  color: #9d9d9d
}

.scroller {
  position: fixed;
  bottom: 10px;
  right: 4%;
  opacity: 1;
  transition: all 0.3s linear;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  opacity: 1;
  z-index: 15;
  background-color: #000;
  border: 2px solid #fff
}

.hidden {
  opacity: 0;
}

.scroller:focus,.scroller:hover {
  border-color: #f8ff13
}

.scroller__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  /* background-image: url('../images/scrolltop.png'); */
  background-position: 0 0;
  width: 23px;
  height: 22px;
  z-index: 2
}

@-webkit-keyframes colorShadow {
  0% {
      box-shadow: 0 0 0 #f8ff13
  }

  to {
      box-shadow: 0 0 30px #f8ff13
  }
}

@keyframes colorShadow {
  0% {
      box-shadow: 0 0 0 #f8ff13
  }

  to {
      box-shadow: 0 0 30px #f8ff13
  }
}

main > div:first-of-type {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 991px) {
  main > div:first-of-type {
      justify-content:space-around
  }
}

@media (min-width: 1290px) {
  main > div:first-of-type {
      justify-content:space-around
  }
}

h1 {
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-color: #000;
  font-weight: 700;
  font-size: 24px;
  color: white;
  display: flex;
  justify-content: center;
}

table {
  width:100%;
  border-collapse: collapse;
  margin: 20px 0;
}

table td {
  text-align:center;
  border: 1px solid #FA8100;
  padding:10px;
}

table tr:nth-child(n) {
  background: #353D52;
}

.bonus, .registration, .membership, .sports, .bets, .mobile, .banner {
  margin-top: 30px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

aside > a > img {
  width: 100%;
}

@media (min-width: 460px) {
  h1 {
      font-size:30px
  }
}

@media (min-width: 991px) {
  h1 {
      width:100%;
  }
}

picture {
  margin-top: 40px
}

@media (min-width: 768px) {
  picture {
      margin-top:0
  }
}

picture img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: initial;
  height: initial;
  width: auto
}

@media (max-width: 991px) {
  main > div:first-of-type {
    flex-direction: column;
  }
}

main > div:first-of-type > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main > div:first-of-type > div > p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700
}

@media (min-width: 400px) {
  main > div:first-of-type > div > p {
      font-size:27px;
      font-weight: 400
  }
}

main > div:first-of-type > div > a {
  margin-right: 15px;
  -webkit-animation: 1s colorShadow ease-in infinite alternate;
  animation: 1s colorShadow ease-in infinite alternate;
  font-weight: 700;
  white-space: nowrap;
  font-size: 15px;
  color: #232939;
  background: linear-gradient(90deg, #FFC700 0%, #FFEA21 100%), #FF9E2C;
  border: none;
  padding: 13px 20px;
  border-radius: 44px;
  text-decoration: none;
}

@media (min-width: 490px) {
  main > div:first-of-type > div > a {
      font-size:1.2em;
      bottom: 30px
  }
}

@media (min-width: 600px) {
  main > div:first-of-type > div > a {
      font-size:1.6em
  }
}

@media (min-width: 768px) {
  main > div:first-of-type > div > a {
      bottom:24%
  }
}

@media (min-width: 1290px) {
  main > div:first-of-type > div > a {
      font-size:2.5em
  }
}

aside {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow-y: auto
}

@media (min-width: 991px) {
  aside {
      width:300px;
      align-self: flex-start;
  }
}

aside a {
  padding: 10px 5px;
  display: block;
  background-color: #262626;
  font-size: 16px;
  color: #fff;
  box-sizing: border-box
}

aside a:focus,aside a:hover {
  background-color: #1c1b1b
}

aside li:not(:last-child) {
  border-bottom: 1px solid rgba(255,255,255,.3)
}

.widget {
  align-self: center;
  width: 100%
}

@media (max-width: 720px) {
  .text_container, footer {
    padding: 20px;
  }

  h1 {
    top: -80px;
  }
}

@media (max-width: 390px) {
  table > tbody > tr {
    font-size: 13px;
  }

  .bl_ceo table td {
    padding: 5px;
  }
}
