*, ::before, ::after {
  box-sizing: border-box;
}

::selection {
  background: #f0e000;
  color: #000;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #f5f5f5;
  min-width: 320px;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  
}

body, h1, h2, h3, h4, h5, h6, html, p {
  margin: 0;
  padding: 0;
}

p {
    padding-bottom: 20px;
}

body {
  font-family: -apple-system,BlinkMacSystemFont,Arial,Segoe UI,Roboto,Helvetica Neue,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
  color: #f7f7f7;
  background-color: #090909;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  
}





img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}



/* ************** HEADER ************** */

.header {
  background: #353535;
  width: 100%;
  z-index: 9;
  top: 0;
  box-shadow: 0 2px 5px 1px rgba(0,0,0,0.7);
}

.header-content {
  display: flex;
  justify-content: space-between;
  justify-items: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  background: var(--site-color-1);
  padding: 10px;

}

.header-logo {
  background: url(/img/favbet-logo.png) center center no-repeat;
  width: 140px;
  height: 45px;
  background-size: contain;
}

.header-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: transparent;
}
.header-logo a::selection {
  color: transparent;
}


.header-menu a {
  color: #ffffff;
  font-size: 18px;
  margin: 0 20px;
}

.header-menu a:hover {
  text-decoration: underline;
}

.header-menu a:active {
  color: #f00;
}

.header-menu .current {
  color: #f0e000;
  text-shadow: 0px 0px #f0e000;
}


.menu-button {
  display: none;
}





@media screen and (max-width: 1199px) {

.header {
  position: relative;
}

.header-content {
  flex-direction: column;
  padding: 0 0 20px 0;
}

.header-logo {
  margin: 15px 0;
}

.menu-button {
  width: 42px;
  height: 40px;
  background: #000;
  display: inline-block;
  position: absolute;
  border-radius: 3px;
  line-height: 40px;
  font-size: 22px;
  z-index: 99;
  border: none;
  top: 80px;
  right: 20px;
  outline: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.menu-button:before {
  content: '';
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0e000" width="40px" height="40px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M4 18h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zm0-5h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1s.45 1 1 1zM3 7c0 .55.45 1 1 1h16c.55 0 1-.45 1-1s-.45-1-1-1H4c-.55 0-1 .45-1 1z"/></svg>') no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
}

.menu-button-act:before {
  content: '';
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23f0e000" width="40px" height="40px"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M18.3 5.71c-.39-.39-1.02-.39-1.41 0L12 10.59 7.11 5.7c-.39-.39-1.02-.39-1.41 0-.39.39-.39 1.02 0 1.41L10.59 12 5.7 16.89c-.39.39-.39 1.02 0 1.41.39.39 1.02.39 1.41 0L12 13.41l4.89 4.89c.39.39 1.02.39 1.41 0 .39-.39.39-1.02 0-1.41L13.41 12l4.89-4.89c.38-.38.38-1.02 0-1.4z"/></svg>') no-repeat;
  background-size: 100%;
  width: 32px;
  height: 32px;
  display: block;
  margin: 0 auto;
}


.header-menu {
  display: none;
  flex-flow: column wrap;
  position: absolute;
  background: #000;
  top: 145px;
  z-index: 9;
  right: 18px;
  padding: 10px 15px;
  text-align: right;
  border-radius: 7px;
  box-shadow: 0px 0px 0px 1px #f0e000;
}

.header-menu::after {
  content: "";
  position: absolute;
  top: -27px;
  right: 10%;
  border-width: 7px;
  border-style: solid;
  border-color: transparent transparent #f0e000 transparent;
  border-top-width: 13px;
  border-right-width: 2px;
  border-bottom-width: 13px;
  border-left-width: 6px;
}

.header-menu a {
  margin: 10px;
  letter-spacing: 1px;
}

.show {
  display: flex;
}

.ref_btn {
  display: block;
}

} /* end media */


/* ************** END HEADER ************** */




/* ************** START MAIN ************** */

.main {
  position: relative;
  background: #282824;
  padding: 6px 22px 22px 22px;
  box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.7);
}

.main-text {
  position: relative;
  padding: 0 0 35px 0;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.05rem;
}

.main-text p {
  margin: 15px 0;
  padding-bottom: 20px;
}

.main-text h2,
.main-text .h2 {
  font-size: 1.5rem;
}

.main-text h3,
.main-text .h3 {
  font-size: 1.2rem;
}

.main-text h2,.main-text h3 {
  margin: 30px 0 5px 0;
  font-weight: bold;
}

.main-text a {
  color: #12cca6;
}

.main-text a:hover {
  color: #f0e000;
}

.main-text a:active {
  color: #000;
}

.main h1 {
  font-size: 28px;
  text-align: center;
  margin: 35px 0;
}

.content-quote {
  padding: 10px;
  font-style: italic;
  background: #111;
  margin: 15px 0;
  border-radius: 5px;
}

.content-quote h2 {
  font-weight: 300;
}

.content-quote p {
  margin: 8px 0;
}




/* ****** TOC ****** */

.toc-wrp {
  margin: 45px 0;
}

.toc-wrp .toc-head {
  font-size: 22px;
}

.toc-wrp ol {
  counter-reset: li;
  margin: 15px 0;
  padding: 0 0 0 1rem;
  list-style: none;
}

.toc-wrp li {
  display: flex;
  margin: 7px 0;
}

.toc-wrp li::before {
counter-increment: li;
content: counters(li,".") ". ";
margin-right: 7px;
font-size: 18px;
}

.toc-wrp li a {
  display: inline;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
}

.toc-wrp li a:hover {
color: #f0e000;
}

.toc-list-dtls ol {
  padding: 0;
  margin: 10px 0;
}

details summary {
  list-style: none;
}

details summary::-webkit-details-marker {
  display: none;
}

details:focus,
summary:focus {
  outline: none;
}

details summary::after {
  content: '+';
  margin-left: 10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  line-height: 17px;
  font-size: 16px;
  background: #f0e000;
  color: #000;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  font-family: sans-serif;
  font-weight: bold;
}

details[open] summary::after {
  content: '-';
}

/* ****** / TOC ****** */



/* Android & AppStore links */

.mobile-grid {
  text-align: center;
  display: flex;
  flex-flow: column wrap;
  margin: 40px 0;
}

@media screen and (min-width: 1200px) {
  .mobile-grid {
    flex-flow: row nowrap;
  }

}

.mobile-grid-item {
  margin: 12px 0;
}

.mobile-grid-item .android {
  background: url(/img/android_play.jpg) center center no-repeat;
  width: 200px;
}

.mobile-grid-item .appstore {
  background: url(/img/app-store.jpg) center center no-repeat;
  width: 200px;
}

.mobile-grid-item .mob-link {
  display: inline-block;
  background-size: contain;
  height: 54px;
  color: transparent;
  border-radius: 10px;
  box-shadow: 0px 0px 3px #616a11;
}

.mobile-grid-item .mob-link::selection {
  color: transparent;
}

.mobile-grid-item .mob-name {
  margin: 10px 0;
  font-size: 20px;
}

.mobile-grid-item .content {
  font-size: 16px;
  margin: 0 10px;
  line-height: 1.3;
}

/* / Android & AppStore links */






/* Main go link & PM Code blk & Copy */

.pm-code-wrp {
  margin: 27px auto 40px auto;
}

.main-go-btn {
  display: block;
  max-width: 255px;
  height: 45px;
  line-height: 25px;
  font-size: 22px;
  margin-bottom: 10px;
  padding: 10px 20px;
  color: #000;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  background: #f0e000;
  border-radius: 3px;
  margin: 27px auto 40px auto;
  transition: box-shadow .3s ease-in-out;
  box-shadow: 0px 1px 5px #000;
}

.main-go-btn:hover {
box-shadow: 0px 1px 15px #000, 0px 1px 10px #000;
}

.main-go-btn:active {
  color: #fff;
}


.pm-code-blk {
    position: relative;
    top: 1px;
    margin: 0;
    text-align: center;
    width: 235px;
    position: relative;
    display: flex;
    margin: 0 auto;
}

.pm-code-blk .code {
    border-radius: 2px 0 0 2px;
    background: #fff;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    width: 180px;
    height: 45px;
    line-height: 45px;
    color: #000;
    border: 1px solid #d9d9d9;
    outline: none;
}

.pm-code-blk .copy-btn-bonus {
    width: 55px;
    height: 45px;
    border: none;
    display: inline-block;
    vertical-align: top;
    border-radius: 0 2px 2px 0;
    outline: none;
    cursor: pointer;
    background-color: #f0e000;
    box-shadow: -1px 0px 2px #555;
    order: 2;
}

.pm-code-blk .copy-btn-bonus .copy-icon {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: relative;
    top: 1px;
    left: 1px;
}

.pm-code-blk .copy-btn-bonus .copy-icon {
   background: url('data:image/svg+xml;utf8,<svg fill="%23000" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 30" id="svg-icon-copy"><path d="M20 1.25H5a2.507 2.507 0 00-2.5 2.5v17.5H5V3.75h15v-2.5z"></path><path d="M10 8.75v17.5h13.75V8.75H10zm0-2.5h13.75a2.5 2.5 0 012.5 2.5v17.5a2.5 2.5 0 01-2.5 2.5H10a2.5 2.5 0 01-2.5-2.5V8.75a2.5 2.5 0 012.5-2.5z"></path></svg>') no-repeat;
}

.pm-code-blk .copy-btn-bonus.copied {
  background: #025343;
}



/* Tips */

/* ↓ Стили для всплывашки ↓ */

.tooltiptext {
  position: absolute;
  display: inline-block;
  background: #12CCA6;
  color: #000;
  font-weight: bold;
  box-shadow: 0px 1px 4px 0px #000514;
  text-align: center;
  padding: 9px;
  border-radius: 6px;
  z-index: 9;
  transition: opacity .6s;
  font-size: 14px;
  bottom: -37px;
  left: 12%;
  letter-spacing: 1px;
}

.tooltiptext::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -4px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #12CCA6 transparent;
}

/* / Tips */









.card {
  border-collapse: collapse;
  background: #fff;
  color: #000;
  padding: 20px;
  display: block;
  border-radius: 7px;
  margin: 0 0 20px 0;
}

.card tbody {
  display: block;
}

.card-logo {
  text-align: center;
  font-weight: bold;
  color: #3b958b;
  line-height: 1;
}

.card-logo .card-label-text {
  font-size: 1.25rem;
}

.card-logo .act {
  font-size: 1.9rem;
  line-height: 1.5;
}

.card-body {
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-body-inf {
  align-self: flex-start;
  min-width: 110px;
}

.card-body-descr {
  padding: 0 20px 0;
  font-size: 1.093rem;
}

.card-body-descr .card-heading {
  margin-bottom: 12px;
}

.card-body-descr .card-heading a {
  color: #000;
  font-size: 1.45rem;
}

.card-body-descr .card-heading a:hover {
  text-decoration: underline;
}

.card-body-descr .card-heading a:active {
  color: #f0e000;
}

.card-body-descr .card-text .card-text-spr {
  margin: 0 0 10px 0;
  display: inline-block;
}


.button {
  width: 200px;
  background: #f0e000;
  color: #000;
  font-weight: bold;
  display: block;
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  position: relative;
  margin: 0 auto;
}

.button:active {
  color: #fff;
}

.promocode-i {
  background: url(/img/promocode.svg) no-repeat;
  width: 54px;
  height: 53px;
  background-size: 100%;
  margin: 0 auto 5px auto;
}

.bonus-i {
  background: url(/img/discount.svg) no-repeat;
  width: 50px;
  height: 50px;
  background-size: 100%;
  margin: 0 auto 5px auto;
}

@supports ((-webkit-clip-path: polygon(0 0,0% 100%,100% 0)) or (clip-path:polygon(0 0,0% 100%,100% 0))) {

  .button-code .button-text {
    position: relative;
    right: 15px;
  }

  .button-code:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -1px;
    right: -2px;
    bottom: -1px;
    left: -1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    z-index: 1;
    clip-path: polygon(calc(100% - 44px) 0,100% 0,100% 100%,calc(100% - 22px) 100%);
    transition: all .15s linear;
    will-change: clip-path;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    background-color: #e9e9e9;
    padding-right: .25em;
    color: rgba(0,0,0,.7);
    content: attr(data-code);
  }

  .button-code:after {
    position: absolute;
    top: -1px;
    right: 18px;
    transform-origin: 0 0;
    z-index: 2;
    transition: transform .15s linear,background-image 0s linear .15s;
    will-change: transform;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.41 44'%3E%3Cpath fill='%23901b07' d='M.41 29l28 5v8h-20z'/%3E%3Cpath fill='%23d62d12' d='M35.41 44l-24-44L.15 27.21a2 2 0 001 2.59L32.41 44z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 37px;
    height: 45px;
    content: "";
  }

  .button-code:focus:before,  .button-code:hover:before {
    -webkit-clip-path: polygon(calc(100% - 54px) 0,100% 0,100% 100%,calc(100% - 32px) 100%);
    clip-path: polygon(calc(100% - 54px) 0,100% 0,100% 100%,calc(100% - 32px) 100%);
  }

  .button-code:focus:after,  .button-code:hover:after {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: background-image 0s linear,-webkit-transform .15s linear;
    transition: background-image 0s linear,-webkit-transform .15s linear;
    transition: transform .15s linear,background-image 0s linear;
    transition: transform .15s linear,background-image 0s linear,-webkit-transform .15s linear;
  }

}



/**/

.std-table {
  border-collapse: collapse;
  margin: 15px auto;
}

.std-table td {
  border: 1px solid #fff;
  padding: 10px;
  font-size: 16px;
}

.faq-wrp .faq-blk {
  margin: 25px 0;
}

.faq-wrp .faq-blk:last-of-type {
  margin-bottom: 0;
}

.faq-wrp .answ {
  margin: 5px 0;
}

.faq-wrp p {
  margin: 5px 0;
}

.img-obj {
  display: block;
  margin: 15px auto;
}

/**/



/* ************** END MAIN ************** */




/* ************** START FOOTER ************** */

.footer {
  padding: 15px;
  text-align: center;
}

.footer-payments {
  margin: 15px 0;
}

.footer-description {
  padding: 10px;
  font-size: 16px;
}

.footer-copyright {
  margin-top: 15px;
}

.payments-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.payments-item {
  height: 35px;
  color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
  margin: 10px 20px;
}

.payments-item::selection {
    color: transparent;
}

@media screen and (max-width: 767px) {
  .payments-item {
    height: 28px;
  }

}

.visa {
  width: 100px;
  background-image: url(/img/visa-payment.png);
}

.mastercard {
  width: 54px;
  background-image: url(/img/mastercard.png);
}

.yandex-money {
  width: 88px;
  background-image: url(/img/yandex-money.png);
}

.qiwi {
  width: 85px;
  background-image: url(/img/qiwi.png);
}

.skrill {
  width: 101px;
  background-image: url(/img/skrill_logo.png);
}

.wm {
  width: 151px;
  background-image: url(/img/wm.png);
}

.neteller {
  width: 145px;
  background-image: url(/img/neteller.png);
}

.payments-item img {
  max-height: 35px;
}



/* ************** END FOOTER ************** */













/* fx */

.ovh-x {
  overflow-x: auto;
}

.mg45 {
  margin-top: 50px;
  margin-bottom: 50px;
}


/* */





/* main media for mobile */

@media screen and (max-width: 1199px) {

.main {
  padding: 1px 12px 22px 12px;
}

.card {
    padding: 10px 0 30px 0;
    
}

.card-body {
  flex-flow: column wrap;
  text-align: center;
}

.card-body-inf {
  align-self: initial;
  padding: 12px 18px;
}

.card-text {
  margin: 15px 0;
}

} /* main media for mobile */

.video-container {
margin: 30px auto;
position: relative;
padding-bottom: 48%;
padding-top: 30px;
height: 0;
max-width: 90%;
}

.video-container iframe {
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}

.hide {
  display: none;
}




