body {
    margin: 0 auto;
    max-width: 1920px;
    padding: 0;
    font-family: Roboto;
}
a {
    text-decoration: none;
}
p {
    line-height: 1.7;
}
h1,h2,h3 {
    margin: 0;
    margin-bottom: 15px;
}
.hover:hover {
    opacity: 0.8;
    cursor: pointer;
}
a:hover {
    opacity: 0.8;
}
input:focus {
    outline: none;
}
.cdp-copy-alert-success {
    z-index: 0!important;
}
.ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.s-content ul, .s-content ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}
.s-content ul li, .s-content ol li {
    line-height: 1.4;
}
input[type="submit"]:hover {
    opacity: 0.8;
    cursor: pointer;
}
textarea:focus {
    outline: none;
    border: initial;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}
#site-header.white_header {
    background: #000000f0;
}
#site-header.no-home {
    background: #000000f0;
}
.s-content.not-home .post-page-single {
    padding-top: 110px;
}
#site-header {
    background: #000000;
    position: fixed;
    max-width: 1920px;
    width: 100%;
    z-index: 12;
    top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.primary-menu ul {
    list-style: none;
    padding: 0;
    padding-right: 20px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 40px;
    justify-content: flex-end;
}
.primary-menu ul li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}

.primary-menu ul li {
    position: relative;
    height: 100%;
    padding: 25px 0;
}
.primary-menu ul#menu-glavnoe-menyu > li.current_page_item a {
    position: relative;

}
.primary-menu ul#menu-glavnoe-menyu > li.current_page_item a::after {
    content: "";
    background: #FFF;
    width: 10px;
    height: 2px;
    left: 0;
    bottom: -5px;
    position: absolute;
}
.primary-menu ul.sub-menu li {
    padding: 0;
}
.primary-menu ul li.current_page_item {

}
.menu-glavnoe-menyu-container {
    height: 100%;
}
.header-top {
    padding: 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/********************************/
/* menu opener */
.header #nav_opener {
  display: none;
}
.header .mobile-menu-toggle {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: white;
  position: relative;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0 0 0 auto;
  overflow: hidden;
}
.header .mobile-menu-toggle .line {
  width: 25px;
  height: 3px;
  background-color: #333333;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header .mobile-menu-toggle .line:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: #fff;
}
.mobile-menu-toggle .line:nth-child(2) {
  top: 25%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          background-color: #fff;
}
.mobile-menu-toggle .line:nth-child(3) {
  top: 75%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}
header.active .mobile-menu-toggle .line:nth-child(1),
header.active .mobile-menu-toggle .line:nth-child(2),
header.active .mobile-menu-toggle .line:nth-child(3) {
  background-color: #333;
}
ul.list-items {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.header-menu.active ul.list-items  {
  display: block;
  width: 100%;
  overflow-x: hidden;
  height: 100vh;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-menu.active ul.list-items li:first-child {
  margin-top: 20px;
}
.burger-menu {
    background-color: #F6F6F9;
    border-radius: 4px;
    gap: 4px;
    flex-direction: column;
    padding: 16px 13px;
    display: none;
    width: 20px;
    position: relative;
    cursor: pointer;
    z-index: 1000;
}

.burger-menu span {
    background: #000;
    display: block;
    height: 2px;
    transition: all 0.3s ease;
    margin: 0;
}

.burger-menu.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-menu.active span:nth-child(2) {
    opacity: 0;
}

.burger-menu.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -3px);
}
/**********************************/
.primary-menu ul.sub-menu {
    display: none;
    position: absolute;
    top: 69px;
    right: -15px;
    /* left: 0; */
    width: 150px;
    flex-direction: column;
    gap: 10px;
    background: #f94e04;
    align-items: baseline;
    padding: 17px 25px;
}
.primary-menu ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}
/*.primary-menu ul.sub-menu li.current_page_item a {
    color: #1A64F4;
}*/
.primary-menu ul li.menu-item-has-children {
    position: relative;
    padding-right: 20px;
}
.primary-menu ul li.menu-item-has-children::after {
    content: url(/wp-content/uploads/2024/01/mmenu.svg);
    position: absolute;
    right: 0;
    top: calc(50% - 5px);
}
.primary-menu ul li.menu-item-has-children:hover ul.sub-menu {
    display: flex;
}
.primary-menu ul li.menu-item-has-children:hover ul.sub-menu li {
    width: 100%;
    padding: 5px 0;
}

.primary-menu ul li.menu-item-has-children:hover::after{
    transform: rotate(180deg);
}
/********************************/
#site-header .header-inner {
    display: grid;
    grid-template-columns: 290px 1fr;
    align-items: center;
    gap: 20px;
    margin: 10px 0;
}
#site-header .header-inner .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

#site-header .header-inner .logo img {
    height: auto;
    max-width: 180px;
}
#site-header .header-inner .h-menu {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}
.single-post #site-header .header-inner .h-menu {

}
#site-header .header-inner .h-search {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.single-post #site-header .header-inner .h-search {

}
#site-header .header-inner .h-search span:hover {
    cursor: pointer;
    opacity: 0.8;
}
/******************************************/
.s1 {
    margin-top: -70px;
    position: relative;
    z-index: 11;
}
.section-1 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 150px 0 100px 0;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    /* justify-content: end; */
    overflow: hidden;
    position: relative;
}
.section-1.page{
    align-items: flex-start;
    padding-top: 100px;
}
.section-1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.17);
    z-index: 1;
}
.section-1 .container {
    width: 100%;
}
.section-1 .section-1-inner {
    display: flex;
    flex-direction: column;
    gap: 90px;
    justify-content: center;
    position: relative;
    z-index: 5;
    width: 100%;
}
.section-1 .section-1-inner .sup-top {
    font-size: 7em;
    line-height: 1.4;
    color: #fff;
    font-weight: 600;
}
.section-1 .section-1-inner .sup-top span {
    color: #f7800f;
}
.section-1 .section-1-inner .ht {
    max-width: 565px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
/* .section-1.page .section-1-inner .ht{
    padding-top: 200px;
} */
.section-1 .section-1-inner .sub-bottom p {
    margin: 0;
    font-size: 16px;
    /*line-height: 1.6;*/
    color: #fff;
    font-weight: 400;
}
.section-1 .section-1-inner .sub-bottom p span {
    color: #f7800f;
}
.section-1 .section-1-inner .text {
    /*max-width: 50%;*/
}
.section-1 .section-1-inner .text h1 {
    font-size: 4em;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    /*text-transform: uppercase;*/
}
.section-1-brands .s1-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-1-brands .s1-bottom img {
    max-height: 25px;
    filter: contrast(0.01);
}
.section-1-brands .s1-bottom img:hover {
    filter: contrast(1);
}
.section-1-brands {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 20px 0;
}
.section-1 .section-1-inner .top-socials {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: absolute;
    right: 35px;
    bottom: calc(49% - 20px);
}
.section-1 .section-1-inner .top-socials img {
    filter: brightness(1.6);
}
.section-1 .section-1-inner .top-socials img:hover {
    filter: brightness(4);
}
/**********************************************/
/*************************************************/
#footer {
    background: #121212;
}
#footer .footer-row-1 {
    padding: 20px 0;
}
#footer .footer-row-1 ul {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
#footer .footer-row-1 ul li {

}
#footer .footer-row-1 ul li a {
    color: #94969B;
    font-size: 19px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
}
#footer .footer-row-2 {
    padding: 20px 0;
}
#footer .footer-row-2 .f2-inner {
    text-align: center;
}
#footer .footer-row-2 .f2-inner .footer-copy {
    color: #94969B;
    font-size: 16px;
    line-height: normal;
}
#footer .footer-row-2 .f2-inner .footer-text {
    color: #94969B;
    font-size: 16px;
    line-height: normal;
    text-align: center;
}
#footer .footer-row-2 .f2-inner .footer-text span {
    max-width: 70%;
    display: block;
    margin: 0 auto;
}
#footer .footer-row-2 .f2-inner .footer-socials {

}
#footer .footer-row-2 .f2-inner .footer-socials ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}
/************** Fixed footer **************/
.site-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.site-container .s-content {
    flex: 1 0 auto;
}
.site-container #footer {
    flex: 0 0 auto;
}
/**********************************/
/********************* faq **********************/
.pre-faq {

}
.faq {
    margin-top: 20px;
}
.faqitem .header {
    padding: 20px 25px 15px 0;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    background: #fff;
}
.faqitem .header .faq-head {
    display: flex;
    align-items: center;
    gap: 30px;
}
.faqitem .header .faq-head > h3 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
}
.faqitem:not(.jquery-accordion-active) .header > p {
    /*color: #91939B;*/
}
.faqitem .header img.icon-minus {
    display: none;
}
.faqitem.jquery-accordion-active img.icon-minus {
    display: block;
}
.faqitem.jquery-accordion-active img.icon-plus {
    display: none;
}
.faqitem .content {
    padding: 10px 90px 15px 0;
    color: #636363;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.faqitem .content p {
    margin: 0;
}
.faqitem .content h2 {
    color: #333;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.faqitem .content h3 {
    color: #333;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.faqitem .content p {
    font-size: 16px;
}
.faq.jquery-accordion .faqitem {
    background: #fff;
    /*border-radius: 8px;*/
    /*margin: 10px 0;*/
}
.faq.jquery-accordion .faqitem.jquery-accordion-active {
    background: #fff;
    border-radius: 3px;
}
.faq.jquery-accordion .faqitem:first-child {
    border: none;
    border-radius: 3px;
    background: #FFF;
}
.faq.jquery-accordion .faqitem.jquery-accordion-active .header {
    position: relative;
}
.faq.jquery-accordion .faqitem.jquery-accordion-active .header .faq-head > h3 {
    color: #000;
}

/*******************************/
/*****************************************/
.page-inner {
    padding-top: 115px;
}

/****************************************/
#site-header .header-inner .h-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#site-header .header-inner .h-lang ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    gap: 15px;
}
#site-header .header-inner .h-lang ul li a {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.single-post #site-header .header-inner .h-lang ul li a {
    color: #1E2126;
}
.single-post .mobile-menu-toggle .line {
    background-color: #1E2126;
}
.single-post #site-header .header-inner .h-lang {
    border-right: 1px solid #D9D9D9;
}
#site-header .header-inner .h-lang span {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.single-post #site-header .header-inner .h-lang span {
    color: #1E2126;
}
/**********************************/
#breadcrumbs span{
    color: #fff;
}
#breadcrumbs span a{
    color: #f94e04;
}

/**********************************/
.section-1-top{
    gap: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
}

.h2_links_container{
    padding: 20px 0;
}
.h2-anchors-list{
    border: 1px solid #f94e04;
    border-radius: 5px;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h2-head{
    color: #ffffff;
    padding: 25px 35px;
    border-radius: 5px;
    background-color: #f94e04;
    width: -webkit-fill-available;
    display: flex;
    margin: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.h2-head p{
    font-size: 20px;
        margin: 0;
}
.h2-head.open{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.menu-spans{
    border-radius: 5px;
    padding: 5px;
    height: max-content;
    display: flex;
    gap: 5px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.menu-spans span{
   display: block;
    height: 3px;
    width: 22px;
    background-color: #ffffff; 
}
.h2-anchors-list .h2-body{
    color: #ffffff;
    padding: 15px 35px 25px 35px;
    display: none;
}
.h2-anchors-list .h2-head:hover{
    cursor: pointer;
}
.h2-anchors-list .h2-body ul{
    margin: 10px 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
    column-gap: 10px;
    list-style-type: none;
} 
.h2-anchors-list .h2-body ul a{
    word-break: auto-phrase;
    color: #000;
    font-size: 18px;
}
.h2-anchors-list .h2-body ul a:hover{
    text-decoration: underline;
}
/* html {
  scroll-behavior: smooth;
} */

/***************************************/
.s2 {
    padding: 40px 0;
}
.sbs-slots {
    padding-top: 50px;
}
.sbs-slots h2 {
    margin-bottom: 20px;
}
/***************************************/
.s3 {
    padding: 0 0 50px 0;
}
.last-news {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 35px;
    gap: 10px;
}
.last-news .l-new {
    min-height: 330px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: end;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.last-news .l-new a {
    display: flex;
}
.last-news .l-new .l-new-inner {
    z-index: 5;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    position: relative;
}
.last-news .l-new::after {
    content: "";
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    position: absolute;
    left: 0;
    top: 0;
}
.last-news .l-new .n-label {
    color: #fff;
    padding: 5px 15px;
    background-color: #e11f31;
    display: inline-block;
}
.last-news .l-new .n-title {
    color: #fff;
    font-weight: 500;
}
.last-news .l-new .n-info {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-top: 15px;
}
.last-news .l-new .n-info img {
    height: 18px;
}
.last-news .l-new .n-info .fl-blog-views {
    display: flex;
    align-items: center;
    gap: 10px;
}
.last-news .l-new .n-info .fl-blog-comments {
    display: flex;
    align-items: center;
    gap: 10px;
}
.casinos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.casinos .casino-slot {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
    border-radius: 7px;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}
.casinos .casino-slot span {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    z-index: 9;
}
.casinos .casino-slot::after {
    content: "";
    background: rgb(0 0 0 / 45%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 5;
    border-radius: 7px;
}
.page-casino .casino-inner {
    margin-bottom: 50px;
}
.page-casino .casino-inner .casinos {
    margin-top: 30px;
}
/****************************************************/
.post-innerPages {
    margin-bottom: 30px;
}
.post-innerPages .child-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.post-innerPages .child-posts-grid .child-post a {
    border: solid 1px #212121;
    padding: 10px 15px;
    border-radius: 7px;
    color: #212121;
    display: block;
}
.bonuses-inner {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
}
.bonuses-inner .bonus-block {

}
.bonuses-inner .bonus-block a {
    border: solid 1px #212121;
    padding: 10px 15px;
    border-radius: 7px;
    color: #212121;
    display: block;
}
/***********************************/
.rating-stars .star {
    display: inline-block;
    color: lightgray;
}
.rating-stars .star.full {
    color: #fc810e;
}
.rating-stars .star.half {
    background: linear-gradient(to right, #fc810e 50%, lightgray 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/***********************************/
.bets {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    /*max-width: 950px;*/
    /*margin: 0 auto;*/
}
.bets-inner {
    border-bottom: solid 1px #cecece;
    padding: 0 0 50px 0;
    display: grid;
    grid-template-columns: 350px 1fr 250px;
    gap: 30px;
}
.bets-inner .bil {
    text-align: center;
}
.bets-inner .bil img {
    max-width: 100%;
}
.bets-inner .bil .bets-rating {
    display: flex;
    justify-content: center;
}
.bets-inner .bmid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.bets-inner .bmid .bt-bonus {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
}
.bets-inner .bmid .bt-list {

}
.bets-inner .bright {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}
.bets-inner .bright a.bta-play {
    background-color: #f7800f;
    color: #fff;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    border-radius: 48px;
    font-size: 16px;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.bets-inner .bright a.bta-review {
    text-align: center;
    color: #424242;
    text-decoration: underline;
    font-size: 16px;
    text-transform: uppercase;
}
/***********************************/

table{
/*     border: 1px solid #eee;    */
    table-layout: fixed;
    width: 100%;
    margin-bottom: 20px;
}
table th {
    font-weight: bold;
    padding: 5px;
    background: #efefef;
    border: 1px solid #dddddd;
}
table td{
    padding: 15px 10px;
/*  border: 1px solid #eee;
 */ text-align: left;
    line-height: 1.7;
}
table tbody tr:first-child{
    background: #f94e04;
    color:#ffffff;
}
table tbody tr:nth-child(odd):not(:first-child){
    background: #f9d1c0;
}
table tbody tr:nth-child(even){
    background: #FFFFFF;
}
/***********************************/
h3 {
    margin-top: 30px;
}
.bk-info ul, .bk-info ol {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.page-home .s2 .s2-i {
    max-width: 100%;
    /*border: solid 2px #f7800f;*/
    /*border-radius: 20px;*/
    /*padding: 15px 25px;*/
    box-sizing: border-box;
}
a.btn-play span {
    border-radius: 30px;
    font-size: 27px;
    font-weight: 500;
    background-color: #f7800f;
    color: #fff;
    width: 100%;
    display: block;
    padding: 15px 20px;
    text-align: center;
    margin: 30px 0;v
    text-transform: uppercase;
    box-sizing: border-box;
}
.faq-block {
    margin-top: 50px;
}
.faq-block.home_faq {
    margin-top: 50px;
    max-width: 100%;
    border: solid 2px #f7800f;
    border-radius: 20px;
    padding: 15px 25px;
    box-sizing: border-box;
}
.off {
    padding-top: 50px;
}
.off .offer-top {
    padding: 50px 0;
    background-color: #131313;
}
.off .breads-blog-inner {
    padding: 15px 0;
}
.offer-single {
    padding: 50px 0;
}
.off .offer-top .bmid .bt-bonus {
    font-size: 36px;
    line-height: normal;
    font-weight: 600;
    color: #d1d1d1;
}
.off .offer-top .bmid .bt-list ul li {
    font-size: 20px;
    line-height: normal;
    font-weight: 600;
    color: #d1d1d1;
}
.off .offer-top .bil .bil-img {
    padding: 20px;
    border-radius: 15px;
    background: #ebebeb;
    margin-bottom: 20px;
}
.off .offer-top .bets-inner {
    padding: 0;
    border-bottom: none;
    gap: 100px;
}
.off .offer-top .bets-inner .bmid {
    gap: 5px;
    justify-content: inherit;
}
.off .offer-top .bets-inner .bmid .bt-list ul {
    padding-left: 20px;
}
/**************************************************/
.bets.bonus_bets p {
    margin: 0;
}
.bets.bonus_bets .bt-terms {
    display: flex;
    align-items: center;
    gap: 10px;
}
.bets.bonus_bets .bt-terms p {
    font-weight: 600;
}
.bets.bonus_bets .bets-inner .bmid {
    gap: 20px;
}
.bets.bonus_bets .bt-terms.bt2 {
    color: #666;
}
.bets.bonus_bets .bt-terms.bt3 span {
    color: #f7800f;
    font-weight: 600;
}
.popular-bets .pb-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}
.popular-bets .pb-inner .fl-blog-img img {
    max-width: 150px;
}
.popular-bets .pb-inner .pb-block {
    border-bottom: solid 1px #e7e7e7;
    padding-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.popular-bets .pb-inner .pb-block a {
    font-size: 22px;
    line-height: normal;
    color: #000;
    font-weight: 600;
}
.before_table {
    margin-top: 30px;
    margin-bottom: 15px;
}

.buttom a{
    background-color: #4b4be4;
    color: #ffffff;
    margin-right: 30px;
    margin-top: 20px;
    min-width: 230px;
    font-size: 16px;
    display: block;
    width: min-content;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 60px;
    height: 60px;
    border-radius: 30px;
    box-sizing: border-box;
}







