#wpadminbar {
    display: none;
}
figure {
    margin-left: 0;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: SF UI Display;
    font-weight: 400;
    font-style: normal;
    src: local('SF UI Display'), url(../img/sf-ui-display-light-58646b33e0551.otf);
    font-display: swap
}

@font-face {
    font-family: SF UI Display;
    font-weight: 600;
    font-style: normal;
    src: local('SF UI Display'), url(../img/sf-ui-display-medium-58646be638f96.otf);
    font-display: swap
}

@font-face {
    font-family: SF UI Display;
    font-weight: 700;
    font-style: normal;
    src: local('SF UI Display'), url(../img/sf-ui-display-bold-58646a511e3d9.otf);
    font-display: swap
}
@font-face {
    font-family: SF UI Display;
    font-weight: 800;
    font-style: normal;
    src: local('SF UI Display'), url(../img/sf-ui-display-heavy-586470160b9e5.otf);
    font-display: swap
}


html {
    font-size: 10px
}

@media (max-width:1560px) {
    html {
        font-size: 9px
    }
}

@media (max-width:1380px) {
    html {
        font-size: 8px
    }
}

@media (max-width:1250px) {
    html {
        font-size: 7px
    }
}

@media (max-width:1024px) {
    html {
        font-size: 3.125vw;
        overflow-x:hidden
    }
}

body {
    margin: 0;
    overflow-x: hidden;
    background: #FFFFFF;
    color: #737373;
    font-family: SF UI Display;
    font-size: 1.8rem;
    line-height: 1.6;
}
@media (max-width:1024px) {
    body {
        font-size: 1.2rem;
        line-height: 1.583333333333333;
        overflow-x:hidden
    }
}

.container {
    margin: 0 auto;
    width: 128rem;
}

@media (max-width: 1024px) {
.container {
    padding: 0 15px;
    width: 100%;
}
}
a {
    outline: 0;
    background-color: transparent;
    text-decoration: none;
    color: #737373;
}

img {
    display: block;
    max-width: 100%;
    height: auto
}
.card__logo {
    width: 10.8rem
}
@media (max-width: 1024px) {
    .card__logo {
        width: 8rem
    }  
}
.card__rating {
    height: 7.5rem;
}
.card__rating:hover {
    transform: scale(1.1);
    transition: .3s;
}
@media (max-width: 1024px) {
    .card__rating {
        height: 5.5rem;
    }  
}
.header {
    margin-bottom: 4.8rem;
    border-bottom: 1px solid #ECECEC;
}
@media (max-width: 1024px) {
    .header {
        margin-bottom: 2.3rem;
    }
}
.header .container {
    height: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 1024px) {
    .header .container {
        flex-wrap: wrap;
        justify-content: center;
    }
}
.footer {
    background: #000;
}
.footer__top {
    height: 9rem;
    border-bottom: 1px solid #4f4f4f;
    height: 10rem;
}

.footer__top .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.2rem;
    font-weight: 700;
    height: 100%
}

.header_logo {
    width: 16rem
}
@media (max-width: 1024px) {
    .header_logo {
        width: 11rem
    }
}
@media (max-width: 1024px) {
    .footer__menu {
        display: flex;
        flex-direction: column;
        height: 60%;
        width: 50%;
        justify-content: space-between;
    }
}
.footer__logo {
    width: 12rem
}
@media (max-width: 1024px) {
    .footer__logo {
        height:50%
    }  
}
.footer__menu  a{
    color: #FFFFFF;
    margin-left: 2.8rem;
}
.footer__menu  a:hover{
    color: #00C773;
}
@media (max-width: 1024px) {
    .footer__menu  a{
        font-size: 1.1rem;
        font-weight: 600;
        margin: 0;
    }
    .footer__menu  a:nth-child(1){
        color: #00C773;
    }
}
.footer__logos {
    display: flex;
    align-items: center;
}
.footer__logos .container {
    display: flex;
    justify-content: center;    
}
@media (max-width: 1024px) {
    .footer__logos .container {
        justify-content: space-around;    
    }
}
.footer__logos {
    height: 9.5rem;
}
@media (max-width: 1024px) {
    .footer__logos {
        height: 5.5rem;
    }
}
.footer__img {
    height: 2.3rem;
    margin-right: 6rem;
}


.header_logo img {
    width: 100%
}
@media (max-width: 1024px) {
    .footer__img {
        max-height: 1.8rem;
        margin: 0;
    }
}
.header_link {
    margin-left: 3rem;
    color: #000;
    font-weight: 700;
    font-size: 1.7rem;
}
@media (max-width: 1024px) {
    .header_link {
        margin-left: 0;
        color: #000;
        font-weight: 700;
        width: fit-content;
        font-size: .8rem;
    }
    .header_menu {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }
}
.header_link:hover {
  color: #00C773;
  width: 2.8rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #00C773;
}

@media (max-width: 1024px) {
    .header_link:hover {
        color: #000000;
        width: fit-content;
        padding: 0;
        border: 0;
      }
}
.flex {
    display: flex;
    width: 100%
}

.justify-between {
    justify-content: space-between;
}

/* .main {
    margin-top: 6rem
} */

/* .main__content {
    width: 105.2rem
} */
.title {
    font-weight: 600;
    font-size: 3rem;
    color: #000;
    margin: 0;
    margin-bottom: 4rem;
}
@media (max-width: 1024px) {
    .title {
        margin-bottom: 2.5rem;
    } 
}
.last_page_content .title {
    margin-bottom: 2.5rem
}
.page_content .title {
    margin-bottom: 3.2rem;
}
@media (max-width: 1024px) {
    .page_content .title {
        margin-bottom: 1.7rem;
    }
}
.title-h1 {
    font-size: 4.1rem;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .title-h1 {
        font-size: 2rem;
    }
}

.title-h1 span {
    font-weight: 700;
    color: #00C773
}
.last_page_content .title-h1 span {
    font-weight: 600;
}

.card-main {
    width: 20rem;
    height: 20rem;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 2rem;

}
.card-main .card__text {
    width: 13.6rem;
    color: #000;
    text-align: center;
    font-weight: 600;
}
.card__img {
    height: 4.5rem;
    margin-bottom: 2.5rem;
}
.card-main:nth-child(2){
    background-color: #144dde;
}
.card-main:nth-child(2) .card__text{
    color: #FFFFFF;
}
.main__content p strong {
    color: #000;
}
.main__content .title-h1 span:nth-child(1) {
    color: #00C773;
}
.main__content .title-h1 span:nth-child(2) {
    color: #FDB01B;
}
.main__content .title-h1 span:nth-child(3) {
    color: #00C773;
}
.main_page .container {
    margin-bottom: 8.5rem;
}
.title-h2 {
    font-size: 3rem;
    padding-top: 5.5rem;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .title-h2 {
        font-size: 1.5rem;
        padding-top: 26px;
        padding-left: 15px;
        text-transform: uppercase;
        margin-bottom: 18px;
    }
}
.card__left {
    display: flex;
    flex-direction: column;
margin-right: 4.2rem;
height: 100%;
}
@media (max-width: 1024px) {
.cardtop .card__left {
    margin-right: 0;
    width: 100%;
    height: 11rem;
    background: #00C773;
    align-items: center;
}
}
.card__left_img {
    width: 22rem;
    height: 13.7rem;
    background: #00C773;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
@media (max-width: 1024px) {
    .cardtop .card__left_img {
        width: 100%;
        flex-direction: row;
        height:6rem;
        margin: 0
    }
}
.card__left a {
    width: 22rem;
    height: 3.4rem;
    color: #FFFFFF;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #FDB01B;
    text-decoration: none!important;
    font-weight: 700;
    font-size: 1.6rem;
}
.card__left a:hover {
    color: #FDB01B;
    background: #FFFFFF;
}
@media (max-width: 1024px) {
    .card__left a {
        width: 15rem;
        font-size: 1.2rem
    }
}
.cardtop {
    position: relative;
    padding: 1.8rem;
    height: 23rem;
    background: #F6F6F6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    margin-bottom: 8.5rem;
    border: 1px solid transparent;
}
.cardtop:hover {
    border: 1px solid #FDB01B;
}
@media (max-width: 1024px) {
.cardtop {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    margin-bottom: 4.5rem;
}
}
.card__right {
    width: 22rem;
    height: 19.4rem;
    background: #232323;
    justify-content: space-evenly;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-left: 4.2rem;
    flex-shrink: 0;
}
@media (max-width: 1024px) {
    .card__right {
        width: 100%;
        margin:0;
        height: 14rem
    }
}
.button-yellow {
    width: 15rem;
    height: 3rem;
    color: #000;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00C773;
    text-decoration: none!important;
    font-weight: 700;
    font-size: 1.6rem;
}
.button-yellow:hover {
    color: #00C773;
    background: #ffffff;
}
@media (max-width: 1024px) {
    .button-yellow {
        font-size: 1.2rem;
        color: #FFFFFF
    }
}
.roulette-content {
    margin-bottom: 5.2rem;
}
@media (max-width: 1024px) {
    .roulette-content {
        margin-bottom: 3.2rem;
    }
}
.roulette-content .button {
    width: 15.4rem;
    height: 5rem;
    color: #ffffff;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #00C773;
    text-decoration: none!important;
    font-weight: 700;
    margin-bottom:20px;
    font-size: 1.6rem;
}
.roulette-content .button:hover {
    color: #00C773;
    background: #ffffff;
    border: 1px solid #FDB01B;
}
@media (max-width: 1024px) {
    .roulette-content .button {
        width: 100%;
    }
}
.roulette-content .text {
   width: 68rem;
   padding-left: 2.2rem;
   padding-right: 2.2rem;
   border-left: 1px solid #FDB01B;
   font-weight: 600;
   font-size: 1.6rem;
   color: #000000;
   margin-bottom: 30px;
   
}
@media (max-width: 1024px) {
    .roulette-content .text {
        width: 100%;
        font-size: 1rem;
        padding-right: 0;
        border-left: 4px solid #FDB01B;
        margin-bottom: 2.7rem;
    }
}
.card__link {
font-weight: 600;
font-size: 1.4rem; 
}
.card__link:hover {
color: #fff;
}
@media (max-width: 1024px) {
    .card__link {
        font-size: 1rem;
        color: #FFFFFF
        } 
}
.card__title {
    font-weight: 600;
font-size: 1.6rem; 
color: #FFFFFF;
}
@media (max-width: 1024px) {
    .card__title {
    font-size: 1.2rem; 
    }
}
.card__promo {
    font-weight: 700;
    font-size: 1.8rem; 
    color: #FFFFFF;
}
@media (max-width: 1024px) {
    .card__promo {
        font-weight: 700;
        font-size: 1.4rem; 
        color: #FFFFFF;
    } 
}
.card__wrap {
    width: 45%;
}
@media (max-width: 1024px){
    .card__wrap {
        width: 100%;
    }
}
.card__content {
    display: flex;
    justify-content: space-between;
    margin-top: 2.3rem;
    width: 100%;
    height: 100%;
}
@media (max-width: 1024px) {
.card__content {
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
.card__item {
    position: relative;
    padding-left:2.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    min-height: 4rem;
    margin-bottom: 1.4rem;
}
@media (max-width: 1024px) {
    .card__item {
       font-size: 1.2rem;
       min-height: 2rem;
    }
}
.card__item:before {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.277777777777778;
}
@media (max-width: 1024px) {
    .card__item:before {
        font-size: 1.2rem; 
    }
}
.card__item-plus:before {
    color: #27ae60;
    content: '+'
}
.card__item-minus:before {
    color: #EB5757;
    content: '-'
}
.card__item:nth-child(3) {
    margin-bottom: 0;
}
@media (max-width: 1024px) {
    .card__item:nth-child(3) {
    margin-bottom: 1.4rem;
}
}
.cardtop .card__more {
    position: absolute;
    bottom: -2.2rem;
    left: 50%;
    width: 3.1rem;
    height: 3.1rem;
    border: 1px solid #00C773;
    background-color: #fff;
    background-image: url(/img/arrow_down.svg);
    background-position: center;
    background-size: 1.8rem;
    background-repeat: no-repeat;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 1024px) {
    .cardtop .card__more {
        width: 2rem;
        height: 2rem;
        bottom: -1.2rem;
        background-size: 1rem;
    }
}
.content_text {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 7.3rem;
}
@media (max-width: 1024px) {
    .content_text {
        margin-bottom: 3rem;
        font-size:1rem;
    } 
    
  
}
.page_content .content_text {
    margin-bottom: 4.8rem;
}
@media (max-width: 1024px) {
    .page_content .content_text {
        margin-bottom: 2.2rem;
    } 
}
.bottom__content {
    font-weight: 400;
    font-size: 1.4rem;
    margin-bottom: 5rem;
}
@media (max-width: 1024px) {
    .bottom__content {
        padding-top: 3rem;
            margin-bottom: 2rem;
    }
    
      .bottom__content{
        font-size:1rem; 
    }
}
.bottom__content p {
    margin: 0;
    margin-bottom: 2rem;
}
.section-best {
    background: #F6F6F6;
    margin-bottom: 5.7rem;
}
@media (max-width: 1024px) {
    .section-best {
        padding-bottom: 2rem;
        margin-bottom: 0;
    }
    
    .bottom__content p {
    margin-bottom: 1rem;
}
}
.table {
    display:flex;
    flex-direction: column;
    margin-bottom: 1.9rem;
    counter-reset: table
}
.table__row:nth-child(1) .table__num {
    background: #00C773;
}
.table__row:nth-child(2n) {
    background: #F8F8F8;
}
@media (max-width: 1024px) {
    .table__row:nth-child(1n) {
        background: #FFFFFF;
        border: 1px solid #ECECEC
    }

}
.table__head {
    display: flex;
    align-items: center;
    height: 4rem;
    background: #232323;
}
@media (max-width: 1024px) {
    .table__head {
 justify-content: space-around;
    }
}
.table__title:nth-child(1) {
    margin-left: 2.5rem;
    font-weight: 700;
    font-size: 1.4rem;
    color: #00C773;
}
@media (max-width: 1024px) {
    .table__title:nth-child(1) {
        margin-left: 0rem;
        font-size: 1rem;
    }
}
.table__title:nth-child(2) {
    margin-left: 9rem;
    font-weight: 700;
    font-size: 1.4rem;
    color: #FDB01B;
}
@media (max-width: 1024px) {
    .table__title:nth-child(2) {
        margin-left: 0rem;
        font-size: 1rem;
    }
}
.table__title:nth-child(3) {
    margin-left: 24.6rem;
    font-weight: 700;
    font-size: 1.4rem;
    color: #FDB01B;
}
@media (max-width: 1024px) {
    .table__title:nth-child(3) {
        margin-left: 0rem;
        font-size: 1rem;
    }
}
.table__title:nth-child(4) {
    margin-left: 24rem;
    font-weight: 700;
    font-size: 1.4rem;
    color: #FDB01B;
}
@media (max-width: 1024px) {
    .table__title:nth-child(4) {
        margin-left: 0rem;
        font-size: 1rem;
    }
}
.table__title:nth-child(5) {
    margin-left: 26.4rem;
    font-weight: 700;
    font-size: 1.4rem;
    color: #FDB01B;
}
@media (max-width: 1024px) {
    .table__title:nth-child(5) {
        display: none;
    }
}
.table__row {
    display: flex;
    align-items: center;
    overflow: hidden;
    margin-bottom: 0rem;
    height: 8.4rem;
    background-color: #fff;
    color: #000000;
    text-align: center;
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 1.625;
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
}
.table__row:hover {
    border: 1px solid #FDB01B;
}
@media (max-width: 1024px) {
    .table__row {
      flex-wrap: wrap;
      height: 12rem;
      justify-content: space-between;
      padding: 0 15px;
      margin-bottom: 0.3rem
    };
}


.table__row>div:nth-child(1) {
    width: 7.7rem;
}
@media (max-width: 1024px) {
    .table__row>div:nth-child(1) {
        width: 3.7rem;
    }
}

.table__num {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FDB01B;
    height: 100%; 
    width: 7.7rem;
}

@media (max-width: 1024px) {
    .table__num {
    height: 4.1rem; 
    }
}
.table__num:before {
    content: counter(table);
    counter-increment: table;
    font-weight: 800;
    color: #ffffff;
}
.table__row>div:nth-child(2) {
    width: 12rem;
    margin-left: 6rem;
    max-height: 100%;
    display: flex;
}
@media (max-width: 1024px) {
    .table__row>div:nth-child(2) {
        margin-left: 0rem;
        width: 8rem;
        height: auto;
    }
}
.table__logo img {
    margin-right: 1rem;
    height: auto;
    object-fit: cover;
}
@media (max-width: 1024px) {
    .table__logo img {
        margin: 0;
        height: auto;
        margin-left: -0.3rem;
    }
}
.table__row>div:nth-child(3) {
    width: 35.5rem;
    margin-left:10rem;
}
@media (max-width: 1024px) {
    .table__row>div:nth-child(3) {
        margin-left:0;
        width: 5.5rem;
        font-size: 1rem;
    }
}
.table__text span {
    color: #FDB01B;
}
.table__text span:nth-child(2) {
    color: #00C773;
}
.table__row>div:nth-child(4) {
    width: 26.5rem;
}
@media (max-width: 1024px) {
    .table__row>div:nth-child(4) {
        width: 5.2rem;
        font-size: 1rem;
    } 
}
.table__row>div:nth-child(5) {
    padding-right: 1.5rem;
    padding-left: 6rem;
    width: 41.5rem;
}
@media (max-width: 1024px) {
    .table__row>div:nth-child(5) {
        padding: 0;
        width: 41.5rem;
    }
}
.btn {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 15rem;
    height: 5rem;
    text-decoration: none!important;
    font-weight: 700;
    font-size: 1.6rem;
}
@media (max-width: 1024px) {
    .btn {
        width: auto;
        max-height: 3rem;
        text-decoration: none!important;
        font-size: 1.1rem;
    }
}
.btn-green {
    background-color: #00C773;
    color: #fff;
}
.btn-green:hover {
    background-color: #FFF;
    color: #00C773;
    border: 1px solid #FDB01B;
}
@media (max-width: 1024px) {
    .btn {
padding-left: 5.5rem;
padding-right: 5.5rem;
    }
}
.btn-outline {
    border: 1px solid #FDB01B;
    color: #000000;
}
.btn-outline:hover {
    background-color: #00C773;
    color: #fff;
    border: none
}
@media (max-width: 1024px) {
    .btn-outline {
        padding-left: 3.5rem;
padding-right: 3.5rem;
    }
}
.justify-center {
    justify-content: center;
}
.btn-grey {
    width: 28rem;
    border: 1px solid #ececec;
    color: #000;
    background: #FFFFFF;
}
.btn-grey:hover {
    border: 1px solid #FDB01B;
}
@media (max-width: 1024px) {
    .btn-grey {
        width: auto;
        border: 1px solid #ececec;
        color: #000;
        background: #FFFFFF;
    }
}
.section-best .container {
    padding-bottom: 3.2rem;
}
@media (max-width: 1024px) {
    .section-best .container {
        padding:0;
    }  
}
.page_content .section-best {
    background: none;
}
.page_content .section-best {
    margin-bottom: 3rem;
}
@media (max-width: 1024px) {
    .page_content .section-best {
        background: #F6F6F6;
        margin-bottom: 3rem;
    }
}
.page_content p, .page_content li
{
    width: 77%;
    font-size: 1.4rem;
    margin-top:0;
}
@media (max-width: 1024px) {
    .page_content p {
        width: 100%
    } 
    
    .page_content li {
        font-size:1rem;
    }
}
.last_page_content .left-content {
    width: 101rem
}
@media (max-width: 1024px) {
    .last_page_content .left-content {
        width: 100%
    }
}
.last_page_content .section-best {
    background: none;
}
.last_page_content .title-h2 {
    padding-top: 0;
}
.last_page_content .content_text {
    margin-bottom: 4.5rem;
}
.last_page_content .table__row {
    border-top: 1px solid #ECECEC;
    border-left: 1px solid #ECECEC;
    height: 14rem;
    width: 98.7rem;
    justify-content: space-around;
}
.last_page_content .table__row:hover {
border: 1px solid #FDB01B;
}
@media (max-width: 1024px) {
    .last_page_content .table__row {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        justify-content:start;
        padding-bottom: 1.8rem;
        margin-bottom: 1rem;
    } 
}
.last_page_content .table__text {
    height:9rem;
    width: 53.6rem !important;
    padding-left: 0 !important;
    text-align: left;
    font-weight: 400;
    font-size: 1.4rem;
}
@media (max-width: 1024px) {
    .last_page_content .table__text {
        margin-bottom: 2.1rem
    }
}
.last_page_content .table__logo {
    height: 9rem;
    width: 13.7rem !important;
    margin-left: 3rem;
}
@media (max-width: 1024px) {
    .last_page_content .table__logo {
        margin-left: 0rem;
        height: auto;
        width: 9rem !important;
        padding-top: 2.5rem;
        padding-bottom: 1.5rem
    }  
}
.last_page_content .table__logo img {
    height: auto;
}
/* @media (max-width: 1024px) {
    .last_page_content .table__logo {

    } 
} */
.last_page_content .title__text {
    font-weight: 700;
    font-size: 1.8rem;
}
@media (max-width: 1024px) {
    .last_page_content .title__text {
        font-size: 1.6rem;
        margin-bottom: 0.5rem;
    } 
}
.button-bet {
    height:9rem;
    width: 15rem !important;
}
@media (max-width: 1024px) {
    .button-bet {
        height:auto;
        width: 100% !important
    } 
}
.button-bet a {
    width: 15rem !important;
}
@media (max-width: 1024px) {
    .button-bet a {
        width: 100% !important
    }
}
.last_page_content .btn {
    height: 4.3rem
}
.last_page_content .table {
    margin-bottom: 3.6rem;
}
@media (max-width: 1024px) {
    .last_page_content .table {
        margin-bottom: 1rem;
    }
}
@media (max-width: 1024px) {
    .last_page_content .section-best .table {
        margin-top: 1rem;
    }
}
.last_page_content .btn-grey {
    width: 28rem;
    height: 5rem;
    color: #737373;
    border: 1px solid #ECECEC
}
.last_page_content .btn-grey:hover {
border: 1px solid #FDB01B;
}
.last_page_content .section-best {
    margin-bottom: 5rem;
}
.last_page_content .section-best .table__title:nth-child(3) {
    margin-left: 12.8rem;
}
@media (max-width: 1024px) {
    .last_page_content .section-best .table__title:nth-child(3) {
        margin: 0;
    }
}
.last_page_content .section-best .table__title:nth-child(4) {
    margin-left: 10.8rem;
}
@media (max-width: 1024px) {
    .last_page_content .section-best .table__title:nth-child(4) {
        margin: 0;
    }
}
.last_page_content .section-best .table__title:nth-child(5) {
    margin-left: 17.2rem;
}
@media (max-width: 1024px) {
    .last_page_content .section-best .table__title:nth-child(5) {
        margin: 0;
    }
}
.last_page_content .table__head {
    width: 98.7rem
}
@media (max-width: 1024px) {
    .last_page_content .table__head {
        width: 100%
    }
}
@media (max-width: 1024px) {
    .last_page_content .section-best .table__row>div:nth-child(1) {
        width: 3.1rem;
        height: 3.3rem
    }
}

.last_page_content .section-best .table__row>div:nth-child(5) {
 width: 31.8rem;
 padding:0;
 margin-right: 2rem;
 margin-left: 4rem;
 /* margin-left: 7.7rem; */
}
@media (max-width: 1024px) {
    .last_page_content .section-best .table__row>div:nth-child(5) {
        width: 100%;
        margin: 0
    }
}
.last_page_content .section-best .table__row>div:nth-child(2) {
    padding:0;
    width: 11.8rem;
    margin-right: 2rem;
    margin-left: 1.8rem;
   }
@media (max-width: 1024px) {
    .last_page_content .section-best .table__row>div:nth-child(2) {
        width: 6.6rem;
        margin-right: 0rem;
        margin-left: 0rem;
       }
}
.last_page_content .section-best .table__row>div:nth-child(3) {
    width: 15.5rem;
    margin-right: 4rem;
    /* margin-left: 5.6rem; */
}
@media (max-width: 1024px) {
    .last_page_content .section-best .table__row>div:nth-child(3) {
        width: 6rem;
        margin-right: 0rem;
        /* margin-left: 3.6rem; */
       }
}
.last_page_content .section-best .table__row>div:nth-child(4) {
    width: 6.1rem;
    /* margin-left: 7.7rem; */
}

.last_page_content .section-best .table__row {
    border-top: 0;
    border-left: 0;
    height: 8.4rem;
    width: 98.7rem;
    justify-content: space-between;
    border: 1px solid transparent;
}
.last_page_content .section-best .table__row:hover {
border: 1px solid #FDB01B;
}
.last_page_content h2 {
    color: #000000;
}
.page_content h2, h3 {
    color:#000000;
}
h3 {
    font-size: 1.6rem;
    margin-bottom: 0;
    color: #000000;
}
h2 {
    font-size: 2rem;
    color: #000000;
}
@media (max-width: 1024px) {
    .last_page_content .section-best .table__row {
        height: 10rem;
        width: 100%;
        padding:0 15px;
        border-top: 1px solid #ECECEC;
        justify-content: space-between;
    }
}
@media (max-width: 1024px) {
.last_page_content .content_text p {
   width:100%
}
}
.section-betting {
    margin-bottom: 8.5rem;
}
@media (max-width: 1024px) {
    .section-betting {
        margin-bottom: 3.8rem;
    }
    
    .page_content p{
        font-size:1rem;
    }
}
.section-bottom {
    margin-bottom: 2.7rem;
}
.section-bottom .content-text {
    margin-bottom: 4rem;
}
.section-bottom .content-text p {
    font-weight: 400;
    font-size: 1.4rem;
}
.bottom-table .table-logo {
    width: 12.8rem;
    height: 15.8rem
}
@media (max-width: 1024px) {
    .bottom-table .table-logo {
        width: 8rem;
        height: auto;
        margin-bottom:1.5rem
    }
}
.bottom-table .table-info {
    width: 85.3rem;
    height: 15.8rem
}
@media (max-width: 1024px) {
    .bottom-table .table-info {
        height: auto;
    }
}
.bottom-table .table-title{
    line-height: 3rem;
    font-weight: 700;
    font-size: 2.4rem;
    color:#000000;
    padding-bottom: 1.8rem
}
@media (max-width: 1024px) {
    .bottom-table .table-title {
        display: none
    }
}
@media (max-width: 1024px) {
    .bottom-table {
        height: auto
    }
}
.bottom-table .table-text{
    font-weight: 400;
    font-size: 1.4rem;
    /* line-height: 1.8rem; */
}
.bottom-table .table-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.3rem;
}
@media (max-width: 1024px) {
    .bottom-table .table-row {
        flex-wrap: wrap;
        height: auto;
    }
}

@media (max-width: 1024px) {
    .section-betting .container {
        padding: 0
    }
}
@media (max-width: 1024px) {
    .section-bottom .title-h2 {
        padding: 0
    }
}
.middle-text {
    margin-bottom: 4rem;
}

figure {
    margin:0;
}

.content_text table {
    margin-bottom:2rem;
}

.content_text td {
    border: 1px solid #ececec;
    padding: 1rem;
    border-spacing: 0px;
}
@media (max-width: 1024px) {
    .content_text table {
    margin-bottom: 2rem;
    display: block;
    overflow: scroll;
}
.footer__menu a{
    margin-bottom:5px;
}

.footer__top {
    height: 9rem;
    border-bottom: 1px solid #4f4f4f;
    height: auto;
    padding: 2rem 0;
}

}