@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap');

html {
    background-color: var(--bg-body)
}
table.full_ {
    width: 100%;
}

table.full_ td {
    border-radius: 10px;
    padding: 20px;
    border-color: #efbe37!important;
}

:root {
    --ft_background_color: #000;
    --ft_text_color: #FFFFFF;
    --site_info_b_color: #e6b900;
    --color_soc_icons: #33b63c;
    --color_bg_soc_icons: #fff;
    --h_navigation_color: #fff;
    --h_background_color: #000;
    --main-accent-color: #efbe37;
    --bg-body: #000;
    --b-font-size: 15px;
    --btn-back-text-color: #FFFFFF;
    --btn-back-color: #FFB900;
    --btn-back-hover-bg-color: #dd9933;
    --btn-back-hover-text-color: #ffffff;
    --btn-border-color: #ffffff;
    --btn-border-hover-color: #efbe37;
    --btn-border-hover-text-color: #ffffff;
    --border-radius: 10px;
    --text-body-color: #ffffff;
    --review-bg-color: #1D2730;
    --review-progress-bar: #E6B900;
    --review-text: #ffffff;
    --pros_colors: #33b63c;
    --cons_colors: #e74b4b;
    --link_color: #FFB900;
    --link_hover: #fff;
    --h_sec_navigation_color: #FFFFFF
}
img {
    max-width: 100%;
}
body {
    margin: 0;
    font-size: var(--b-font-size);
    font-family: 'Roboto', sans-serif;
    color: var(--text-body-color);
    overflow-y: scroll;
    overflow-x: hidden
}

body .tag-block {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important
}

body .tag-block__btn-more {
    padding: 10px 36px 9px;
    margin: 27px auto;
    display: table
}

body .with-sidebar .tag-block,
body.wp-admin .tag-block {
    margin-left: 0 !important;
    margin-right: 0 !important
}

body .container,
body .no-sidebar .page-content>*,
body .with-sidebar .page-content {
    max-width: 1200px;
    margin: 0 auto;
    height: 100%
}

body .left-right .container {
    padding-left: 10px;
    padding-right: 10px
}

body .top-bottom .container {
    padding-top: 10px;
    padding-bottom: 10px
}

body .mobile-version {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    display: none;
    padding: 10px 0
}

body .mobile-version:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--ft_background_color);
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .9
}

body .mobile-version>* {
    font-size: 18px;
    padding: 7px 30px;
    min-width: 70%
}

body ol {
    counter-reset: myCounter;
    padding-left: 0
}

body ol li {
    list-style: none
}

body ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    background: var(--main-accent-color);
    display: inline-block;
    text-align: center;
    margin: 5px 10px 5px 0;
    line-height: 19px;
    min-width: 19px;
    width: 19px;
    height: 19px;
    border-radius: 4px
}

body .wp-block-image figcaption {
    border-bottom: 1px solid var(--main-accent-color);
    display: inline-block;
    font-size: 1.1rem
}

body .wp-block-image img {
    height: auto
}

body .wp-block-image .aligncenter {
    text-align: center
}

body .wp-block-image .aligncenter figcaption {
    display: inline-block
}

body .wp-block-media-text__media img {
    width: auto;
    max-width: 100%;
    height: auto
}

body .wp-block-quote {
    border-left: 4px solid var(--main-accent-color);
    margin-left: 0;
    padding-left: 20px
}

body .wp-block-quote cite {
    font-weight: 700
}

body .sub-title {
    font-weight: 700;
    font-size: 19px;
    line-height: 142.69%;
    margin-bottom: 13px;
    margin-top: 0
}

body p {
    line-height: 142.69%
}

body h2 {
    font-weight: 700;
    font-size: 1.7rem;
    position: relative
}

body h2::after {
    content: '';
    border-bottom: 2px solid var(--main-accent-color);
    width: 10%;
    position: absolute;
    bottom: -6px;
    left: 0
}

.wp-admin body h2::after,
.wp-toolbar body h2::after {
    content: none
}

body h3 {
    font-weight: 700;
    font-size: 1.3rem
}

body .dark-bg:before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: #000000bf
}

a {
    color: var(--link_color)
}

a:hover {
    color: var(--link_hover)
}

.wp-block-table.is-style-stripes table {
    border-collapse: inherit
}

.wp-block-table table {
    width: 99.6%;
    border-collapse: collapse;
    margin-left: 1px;
    border: 1px solid var(--main-accent-color)
    
}

.wp-block-table table thead {
    background-color: var(--h_background_color);
    color: var(--h_navigation_color);
    font-size: 19px
}

.wp-block-table table thead th {
    padding: 10px;
    border-left: 1px solid var(--h_navigation_color)
}

.wp-block-table table thead th:first-child {
    border-left: none
}

.wp-block-table table tbody tr:last-child td {
    border-bottom: none
}

.wp-block-table table tbody td {
    border: 1px solid var(--main-accent-color);
    padding: 10px;
    font-size: 14px
}

.wp-block-table table tbody tr {
    border: 1px solid var(--main-accent-color)
}

.go-to-top {
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    position: fixed;
    bottom: 70px;
    right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -20px -10px 0;
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    padding: 5px 16px;
    width: 75px;
    height: 25px;
    background-color: #f8f8f8;
    text-transform: uppercase;
    font-weight: 700;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.go-to-top::after {
    content: "\00BB";
    position: relative;
    right: -9px;
    top: -15px;
    -webkit-transition: .2s;
    transition: .2s;
    width: 15px;
    height: 20px;
    font-size: 2rem
}

.go-to-top.show {
    visibility: visible;
    opacity: .6
}

.go-to-top.hide {
    visibility: hidden;
    opacity: 0
}

.go-to-top:hover {
    opacity: 1
}

.go-to-top:hover::after {
    right: -12px
}

.btn,
.btn-loadmore,
.cards__btn-more,
body .tag-block__btn-more {
    border-width: 1px;
    border-radius: var(--border-radius);
    border-style: solid;
    font-weight: 500;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    outline: 0;
    cursor: pointer;
    text-decoration: none
}

.btn-loadmore,
.btn-with-back {
    background-color: var(--btn-back-color);
    border-color: var(--btn-back-color);
    color: var(--btn-back-text-color)
}

.btn-loadmore:hover,
.btn-with-back:hover {
    background-color: var(--btn-back-hover-bg-color);
    border-color: var(--btn-back-hover-bg-color);
    color: var(--btn-back-hover-text-color)
}

.btn-without-back-white {
    background-color: unset;
    border-color: var(--btn-border-color);
    color: var(--btn-border-color);
    border-width: 2px;
    font-weight: 400
}

.btn-without-back-white:hover {
    border-color: var(--btn-border-hover-color);
    background-color: var(--btn-border-hover-color);
    color: var(--btn-border-hover-text-color)
}

.cards__btn-more,
body .tag-block__btn-more {
    background-color: unset;
    border-color: var(--main-accent-color);
    color: var(--text-body-color)
}

.cards__btn-more:hover,
body .tag-block__btn-more:hover {
    border-color: var(--text-body-color);
    color: var(--main-accent-color)
}

.btn-big-text,
.btn-loadmore,
.cards__btn-more,
body .tag-block__btn-more {
    text-transform: uppercase;
    font-size: 16px
}

.btn-loadmore {
    margin: 40px auto;
    display: table;
    padding: 10px 40px
}

.content-button {
    margin: 20px
}

.content-button__control {
    display: table;
    padding: 10px 55px 9px;
    font-size: 1.3rem;

}

.align-center .content-button__control {
    margin: auto
}

.align-right .content-button__control {
    margin: 0 0 0 auto
}

.align-left .content-button__control {
    margin: 0 auto 0 0
}

.list-IL__link::after {
    width: 27px;
    height: 18px;
    background: url(https://24betting.bet/images/icon/icon_sprites.png) -40px -1325px
}

.promo-code div a span::before {
    width: 15px;
    height: 15px;
    background: url(https://24betting.bet/images/icon/icon_sprites.png) -40px -942px
}

.bonus__pros-cons ul.cons li,
.pc-cards>div>div ul.cons li,
.site__pros-cons ul.cons li {
    background: url(https://24betting.bet/images/icon/icon_sprites.png) -40px -568px no-repeat
}

.bonus__pros-cons ul.pros li,
.pc-cards>div>div ul.pros li,
.site__pros-cons ul.pros li {
    background: url(https://24betting.bet/images/icon/icon_sprites.png) -40px -477px no-repeat
}

.slider-arrow {
    background: url(https://24betting.bet/images/icon/icon_sprites.png) -29px -202px var(--main-accent-color)
}

.site__rating p::before {
    width: 25px;
    height: 23px;
    background: url(https://24betting.bet/images/icon/icon_sprites.png) -40px -1520px
}

.info-about-site__title,
body .tag-block__title {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

.info-about-site__title::before,
body .tag-block__title::before {
    content: "";
    position: absolute;
    background-color: var(--main-accent-color);
    height: 3px;
    left: 0;
    right: 0;
    top: 39px;
    z-index: 0
}

.info-about-site__title>*,
body .tag-block__title>* {
    background-color: var(--bg-body);
    padding: 0 17px;
    font-weight: 500;
    font-size: 24px;
    color: var(--text-body-color);
    line-height: 142.69%;
    -webkit-margin-before: 1em;
    margin-block-start: 1em;
    -webkit-margin-after: 1em;
    margin-block-end: 1em;
    z-index: 2
}

.info-about-site__title>::after,
body .tag-block__title>::after {
    content: none
}

.header {
    background-color: var(--h_background_color);
    margin: auto;
    border-bottom: 2px solid var(--site_info_b_color)
}

.header__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100px
}

.header__logo img {
    max-height: 90px;
    width: auto;
    height: auto;
    max-width: 250px
}

.header__navbar nav ul,
.header__second-navbar nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__navbar nav ul li a {
    font-size: 18px;
}

.header__navbar nav li,
.header__second-navbar nav li {
    list-style-type: none;
    margin: 0 26px;
    padding-top: 4px;
    position: relative
}

.header__navbar nav li.menu-item-has-children:after,
.header__second-navbar nav li.menu-item-has-children:after {
    width: 13px;
    height: 23px;
    content: "\2039";
    position: absolute;
    right: -22px;
    top: 2px;
    font-size: 26px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    line-height: 13px;
    color: var(--h_navigation_color);
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header__navbar nav li:last-child,
.header__second-navbar nav li:last-child {
    margin-right: 0
}

.header__navbar nav li .sub-menu,
.header__second-navbar nav li .sub-menu {
    position: absolute;
    z-index: 4;
    left: 50%;
    top: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 180px;
    padding: 10px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate(-50%, 20px);
    transform: translate(-50%, 20px);
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: var(--h_background_color);
    border-top: 1px solid var(--main-accent-color)
}

.header__navbar nav li .sub-menu li,
.header__second-navbar nav li .sub-menu li {
    margin: 0 15px
}

.header__navbar nav li .sub-menu a,
.header__second-navbar nav li .sub-menu a {
    font-size: 1rem;
    font-weight: 400
}

.header__navbar nav li:hover .sub-menu,
.header__second-navbar nav li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0)
}

.header__navbar nav a,
.header__second-navbar nav a {
    color: var(--h_navigation_color);
    text-decoration: none;
    font-style: normal;
    font-size: 1rem;
    font-weight: 500;
    padding-bottom: 3px;
    position: relative;
    display: inline-block
}

.header__navbar nav a:before,
.header__second-navbar nav a:before {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 1px;
    width: 100%;
    background-color: var(--main-accent-color);
    -webkit-transform: translate(0, 3px);
    transform: translate(0, 3px);
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s
}

.header__navbar nav a:hover,
.header__second-navbar nav a:hover {
    text-shadow: .1px 0 #fff
}

.header__navbar nav a:hover:before,
.header__second-navbar nav a:hover:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.header__second-navbar {
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important;
    background-color: var(--main-accent-color)
}

.header__second-navbar nav>ul {
    padding: 5px 20px 7px;
    margin-bottom: 0
}

.header__second-navbar nav>ul>li:first-child {
    margin-left: 0
}

.header__second-navbar nav>ul>li a,
.header__second-navbar nav>ul>li.menu-item-has-children:after {
    color: var(--h_sec_navigation_color)
}

.header__second-navbar nav ul {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 0
}

.header__second-navbar nav ul li .sub-menu a {
    font-size: .9rem;
    color: var(--h_sec_navigation_color)
}

.header__second-navbar nav ul a {
    font-size: .9rem
}

.header__mobile-navbar {
    display: none;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 40px;
    margin-left: 2px;
}

.header__mobile-navbar nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    padding: 80px 0 40px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    background-color: var(--h_background_color);
    background-repeat: no-repeat;
    background-size: 129px;
    background-position: 19px 0;
    height: 100%;
    top: 0;
    left: -300px;
    -webkit-transition: left .4s;
    transition: left .4s;
    z-index: 2;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
}

.header__mobile-navbar nav p {
    color: #fff;
    padding: 0 19px;
    margin: 0
}

.header__mobile-navbar nav>ul {
    margin: 0;
    padding: 0 12px 0 19px;
    list-style-type: none;
    border-top: 1px solid var(--main-accent-color);
}

.header__mobile-navbar nav>ul a {
    color: var(--h_navigation_color);
    text-decoration: none
}

.header__mobile-navbar nav>ul>li {
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    border-bottom: .5px solid #cdcdcd;
    padding: 9px 0;
    position: relative
}

.header__mobile-navbar nav>ul>li ul {
    opacity: 0;
    position: absolute;
    padding-left: 20px;
    padding-top: 10px
}

.header__mobile-navbar nav>ul>li ul a {
    font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 0;
    display: block
}

.header__mobile-navbar nav>ul>li ul a.active {
    font-weight: 700;
    color: var(--main-accent-color)
}

.header__mobile-navbar nav>ul>li.menu-item-has-children::after {
    width: 10px;
    height: 6px;
    background: url(https://24betting.bet/images/icon/icon_sprites.png) -40px -40px;
    content: '';
    position: absolute;
    right: 0;
    top: 16px;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.header__mobile-navbar nav>ul>li.open::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.header__mobile-navbar nav>ul>li.open ul {
    position: relative;
    opacity: 1
}

.header__mobile-navbar>input {
    display: none
}

.header__mobile-navbar>input:checked~label {
    position: fixed;
    top: 20px;
    left: 260px;
    width: 30px;
    height: 30px
}

.header__mobile-navbar>input:checked~label span {
    height: 2px
}

.header__mobile-navbar>input:checked~label span.first {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 18px
}

.header__mobile-navbar>input:checked~label span.second {
    opacity: 0
}

.header__mobile-navbar>input:checked~label span.third {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.header__mobile-navbar>input:checked~nav {
    left: 0
}

.header__mobile-navbar>label {
    position: inherit;
    top: unset;
    left: 0;
    width: 44px;
    height: 25px;
    display: block;
    -webkit-transition: left .4s;
    transition: left .4s;
    z-index: 3
}

.header__mobile-navbar>label span {
    display: block;
    height: 3px;
    background-color: var(--h_navigation_color);
    margin: 7px 0 0;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    position: relative;
    opacity: 1;
    top: 0;
    border-radius: 5px
}

.header__mobile-navbar>label span.first {
    margin-top: 0
}

.header__buttons * {
    padding: 9px 43px 8px
}

.header__buttons :nth-child(2) {
    margin-left: 10px
}

.list-IL ul {
    padding: 0;
    margin: 35px 0
}

.list-IL__item {
    list-style-type: none;
    background-color: var(--h_navigation_color);
    border-radius: 8px;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px 8px 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    border: 1px solid var(--main-accent-color)
}

.list-IL__item:last-child {
    margin-bottom: 0
}

.list-IL__item span {
    line-height: 142.69%;
    font-weight: 700;
    color: var(--text-body-color);
    font-size: .9rem
}

.list-IL__item img {
    margin-right: 11px;
    border-radius: 8px;
    max-height: 50px;
    width: auto
}

.list-IL__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
    width: 100%
}

.list-IL__link span {
    max-width: 65%
}

.list-IL__link::after {
    content: "";
    position: absolute;
    right: 20px;
    -webkit-transition: .1s;
    transition: .1s
}

.list-IL__link:hover::after {
    right: 17px
}

.cards__list {
    margin: 0 0 20px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.cards__item {
    width: 100%;
    max-width: 172px;
    height: 172px;
    list-style-type: none;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    margin-top: 30px;
    padding: 0 5px
}

.cards__item:hover {
    background: #f8f8f8
}

.cards__item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-decoration: none;
    height: 100%
}

.cards__item a img {
    padding-top: 26px
}

.cards__item a span {
    font-weight: 700;
    font-size: 16px;
    line-height: 142.69%;
    text-transform: uppercase;
    color: var(--text-body-color);
    padding-bottom: 16px
}

.cards__btn-more {
    padding: 10px 36px 9px;
    margin: 27px auto;
    display: table
}

.full {
    width: 100%
}

.medium {
    width: 50%;
    display: inline-block
}

.small {
    width: 30%;
    display: inline-block
}

.full-list {
    width: 100%
}

.medium-list ul {
    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
}

.medium-list ul li {
    width: 47%
}

.medium-list ul li:last-child {
    margin-bottom: 16px
}

.small-list ul {
    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
}

.small-list ul li {
    width: 30%
}

.small-list ul li:last-child {
    margin-bottom: 16px
}

.best-sites {
    margin: 20px 0 35px
}

.site {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    border: 1px solid #eee;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.site__logo-and-rating {
    max-width: 240px;
    min-width: 240px;
    min-height: 196px;
    background-color: var(--ft_background_color);
    background-image: url(https://24betting.bet/images/back-sites.png);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site__logo-and-rating img {
    max-width: 200px;
    height: auto
}

.site__logo {
    margin: 30px 0 0
}

.site__rating {
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    line-height: 130.19%
}

.site__rating p {
    margin: 10px 0;
    position: relative;
    padding-left: 30px
}

.site__rating p::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0
}

.site__link-review {
    padding: 3px 9px;
    margin: 10px 0
}

.site__link {
    padding: 7px 55px 6px;
    display: inline-block;
    margin-top: 5px
}

.site__offer {
    margin: auto 5px auto 15px;
    text-align: left;
    min-width: 260px;
    width: 260px
}

.site__pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 20px 5px 35px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.site__pros-cons ul {
    list-style-type: none;
    margin: 5px 0;
    padding: 0
}

.site__pros-cons ul li {
    font-weight: 500;
    font-size: .9rem;
    line-height: 142.69%;
    padding-left: 25px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0 2px
}

.site__pros-cons ul li:last-child {
    padding-bottom: 0
}

.site__pros-cons ul.cons li {
    padding-left: 22px
}

.site__pm {
    max-width: 215px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.site__pm ul {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    margin: 5px 0
}

.site__pm ul li {
    margin: 2px;
    background-color: #f8f8fa;
    padding: 2px;
    vertical-align: middle;
    height: 30px;
    width: 55px;
    border-radius: 2px;
    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;
    border: 1px solid #e5e5e5
}

.site__pm ul img {
    max-width: 50px;
    height: auto;
    max-height: 30px
}

.site__pm ul svg {
    border-radius: 5px;
    margin-left: 10px;
    width: 27px;
    height: 27px
}

.site__pm ul svg path {
    fill: var(--main-accent-color)
}

.offer__welcome-offer {
    font-size: 23px;
    font-weight: 700;
    color: var(--main-accent-color);
    margin: 0 0 10px;
    line-height: 118%
}

.offer__welcome-offer span {
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: var(--text-body-color)
}

.with-sidebar .site__pros-cons ul {
    margin: 5px
}

.block-posts {
    margin: 20px 0 35px
}

.block-posts__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.with-sidebar .block-posts__second {
    display: none
}

.block-posts__second {
    width: 464px
}

.block-posts__second .post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: unset;
    height: 195px;
    margin-bottom: 15px
}

.block-posts__second .post:last-child {
    margin-bottom: 0
}

.block-posts__second .post__image {
    background-color: #dbdbdb;
    text-align: center
}

.block-posts__second .post__image img {
    clip: rect(0 202px 195px 0);
    position: absolute
}

.block-posts__second .post__content {
    margin-left: 202px
}

.block-posts__second .post__title {
    margin: 15px 20px
}

.block-posts__second .post__description {
    margin: 10px 20px 17px
}

.post {
    max-width: 343px;
    min-width: 320px;
    background: var(--bg-body);
    border: 1px solid var(--main-accent-color);
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    position: relative
}

.post a {
    text-decoration: none
}

.post__date {
    line-height: 142.69%;
    color: #fff;
    position: absolute;
    left: 0;
    top: 15px;
    background-color: rgba(51, 182, 60, .38);
    padding: 6px 13px 5px;
    z-index: 1
}

.post__image {
    background-color: #dbdbdb;
    text-align: center;
    min-height: 60px;
    max-height: 195px;
    display: block;
    overflow: hidden
}

.post__image img {
    width: inherit;
    max-width: 343px;
    height: auto
}

.post__title {
    font-size: 19px;
    font-weight: 700;
    line-height: 142.69%;
    border-bottom: 1px solid #efefef;
    margin: 15px 20px 20px;
    padding-bottom: 7px;
    color: var(--text-body-color)
}

.post__description {
    margin: 10px 20px 40px;
    line-height: 142.69%;
    color: var(--text-body-color)
}

.post__description span {
    padding: 3px 15px
}

.slider {
    margin: 20px 0;
    position: relative;
    height: 295px;
    overflow: hidden
}

.slider__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    padding: 10px 6px
}

.slider::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    background: linear-gradient(271deg, var(--bg-body) 50%, #ffffff0d 120%);
    z-index: 1
}

.slider__item {
    max-width: 227px;
    width: 227px;
    padding: 17px 19px;
    margin-right: 30px;
    background: var(--bg-body);
    box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .07);
    border: 1px solid var(--main-accent-color)
}

.slider__item span {
    line-height: 142.69%
}

.slider__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 142.69%;
    border-bottom: 1px solid #e3e2e2;
    padding-bottom: 6px;
    margin-bottom: 12px;
    margin-top: 0
}

.slider__arrow .count {
    width: 39px;
    height: 30px;
    position: absolute;
    bottom: -3px;
    left: 46px;
    font-size: 17px;
    font-weight: 700;
    color: gray;
    display: none
}

.slider-arrow {
    box-shadow: 0 0 25px #00000012;
    -webkit-box-shadow: 0 0 25px #00000012;
    border-radius: 6px;
    width: 39px;
    height: 30px;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer
}

.next {
    left: 60px;
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

.faq {
    margin-top: 45px
}

.faq details {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    padding: 31px 42px 31px 53px;
    margin-bottom: 15px;
    position: relative;
    line-height: 142%
}

.faq summary {
    font-weight: 700;
    font-size: 20px;
    line-height: 142.69%;
    outline: 0;
    cursor: pointer;
    display: block;
    margin-right: -10px
}

.faq summary::-webkit-details-marker,
.faq summary::marker {
    display: none;
    content: ""
}

.faq summary::after {
    content: "\203A";
    position: absolute;
    top: 24px;
    right: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 3rem;
    color: var(--text-body-color);
    width: 12px;
    height: 40px
}

.faq details[open] summary::after {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.q_and_a {
    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
}

.q_and_a details {
    width: 48.5%;
    height: 273px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 25px #00000012;
    -webkit-box-shadow: 0 0 25px #00000012;
    margin-bottom: 30px;
    min-width: 470px
}

.q_and_a details summary {
    font-weight: 700;
    font-size: 25px;
    line-height: 142.69%;
    padding: 100px 20px 50px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.q_and_a details summary::-webkit-details-marker,
.q_and_a details summary::marker {
    display: none;
    content: ""
}

.q_and_a details summary svg {
    width: 70px;
    min-width: 70px;
    fill: var(--main-accent-color);
    padding-right: 30px
}

.q_and_a details[open]:hover div {
    opacity: 1
}

.q_and_a details[open] div {
    background-color: var(--main-accent-color);
    background-image: url(https://24betting.bet/images/back-qr.png);
    background-position: 50%;
    background-size: 110%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: 0;
    padding: 25px 40px;
    color: #fff;
    line-height: 142%;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fill-available;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.q_and_a details[open] a {
    display: inline-block;
    color: #fff;
    outline: 0
}

.q_and_a details[open] p {
    margin: 2px 0
}

.bonuses {
    margin-bottom: 35px
}

.bonuses__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bonuses__list.comparison {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.bonuses__vs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 2rem;
    margin: 0 50px
}

.bonus {
    background: var(--bg-body);
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    border: 1px solid #eee;
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 286px
}

.bonus.vs {
    width: unset;
    max-width: 360px;
    min-width: 310px;
    position: relative
}

.bonus.vs:first-child {
    border: 4px solid var(--main-accent-color)
}

.bonus.vs:first-child:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--main-accent-color);
    opacity: .06
}

.bonus.vs:last-child:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #e74b4b;
    opacity: .06
}

.bonus.vs>div {
    z-index: 1
}

.bonus__logo {
    background-color: var(--ft_background_color);
    min-height: 120px;
    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
}

.bonus__description {
    padding: 15px 22px 5px
}

.bonus__description p {
    font-weight: 700;
    font-size: 20px;
    line-height: 142.69%;
    margin: 0
}

.bonus__group-btn {
    padding: 16px;
    margin: 11px 16px;
    border: 2px dotted var(--main-accent-color);
    text-align: center
}

.bonus__visit-casino {
    display: table;
    padding: 9px 22px 8px;
    margin: 0 auto 4px
}

.bonus__read-review {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    line-height: 142.69%;
    color: var(--bg-color)
}

.bonus__pros-cons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 5px 20px 5px 35px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.bonus__pros-cons ul {
    list-style-type: none;
    margin: 5px 0;
    padding: 0
}

.bonus__pros-cons ul li {
    font-weight: 500;
    font-size: .9rem;
    line-height: 142.69%;
    padding-left: 25px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0 2px
}

.bonus__pros-cons ul li:last-child {
    padding-bottom: 0
}

.bonus__pros-cons ul.cons li {
    padding-left: 22px
}

.rating {
    padding: 0 22px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating__star {
    width: 160px;
    height: 14px;
    position: relative
}

.rating__star .empty {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(https://24betting.bet/images/icon/icon-b-star-1.png)
}

.rating__star .full {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(https://24betting.bet/images/icon/icon-b-star-2.png);
    position: absolute
}

.rating__number {
    font-weight: 700;
    font-size: 21px;
    line-height: 130.19%
}

footer .footer {
    padding: 36px 0;
    color: var(--ft_text_color);
    background-color: var(--ft_background_color);
    border-top: 1px solid #fff;
}

footer .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

footer .footer__social-link {
    max-width: 230px;
    color: var(--ft_text_color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer .footer__logo img {
    max-width: 350px;
    height: auto;
    width: 100%
}

footer .footer .footer-widget {
    color: var(--ft_text_color);
    font-size: 14px
}

footer .footer .footer-widget__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 142.69%;
    color: var(--main-accent-color);
    margin-bottom: 0
}

footer .footer .footer-widget ul {
    padding: 0
}

footer .footer .footer-widget ul li {
    list-style-type: none;
    margin-bottom: 16px
}

footer .footer .footer-widget a {
    color: var(--ft_text_color);
    font-weight: 500;
    font-size: 14px;
    line-height: 142.69%;
    text-decoration: none
}

.site-info {
    border-top: 2px solid var(--site_info_b_color);
    padding: 10px 0;
    background-color: var(--ft_background_color)
}

.site-info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 66px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.site-info a,
.site-info p {
    color: var(--ft_text_color);
    text-decoration: none;
    font-size: 16px;
    margin: 0 10px
}

.breadcrumb ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    padding: 16px 0;
    margin: 0
}

.breadcrumb ul li {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 155.69%;
    font-weight: 700
}

.breadcrumb ul li a {
    text-decoration: underline;
    color: var(--text-body-color);
    opacity: .8;
    font-weight: 400;
    padding-right: 30px;
    position: relative
}

.breadcrumb ul li a:after {
    content: "\00BB";
    position: absolute;
    top: -4px;
    right: 10px;
    font-size: 20px;
    color: var(--main-accent-color);
    font-weight: 700
}

.about-page {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-color: var(--h_background_color);
    background-position: 50%;
    min-width: 100%;
    margin-left: calc(-100vw / 2 + 100% / 2) !important;
    margin-right: calc(-100vw / 2 + 100% / 2) !important;
    max-width: 100vw !important
}

.about-page__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    min-height: 320px;
    margin: 20px 0
}

.about-page__wrap>:nth-child(2) {
    max-width: 40%
}

.about-page__title {
    font-weight: 700;
    font-size: 51px;
    line-height: 124.69%;
    padding-bottom: 10px;
    position: relative;
    margin: 0 0 20px
}

.about-page__title::before {
    width: 209px;
    height: 2px;
    content: "";
    position: absolute;
    border-radius: 9px;
    bottom: 0;
    background-color: var(--main-accent-color)
}

.about-page__description {
    max-width: 500px;
    margin: 0
}

.about-page__description p {
    margin: 0
}

.list-anchor {
    background: #fff;
    border: 1px solid var(--main-accent-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    box-shadow: 0 0 25px rgba(0, 0, 0, .07);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 20px;
    margin-top: 30px !important
}

.list-anchor__title {
    font-weight: 700;
    font-size: 13px;
    line-height: 192.69%;
    padding-right: 17px;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0
}

.list-anchor__title::after {
    content: none
}

.list-anchor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display:inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: flex;
    width: 100%;
    list-style-type: none;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}

.list-anchor ul li {
    padding-right: 25px;
}

.list-anchor ul li:last-child {
    padding-right: 0
}

.list-anchor ul a {
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    line-height: 142.69%
}

.list-anchor ul a:hover {
    text-decoration: underline;
    color: var(--main-accent-color)
}

.promo-code {
    margin: 30px 0;
    border: 1px solid var(--main-accent-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 37px 40px 24px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-color: #fff;
    position: relative
}

.promo-code div p {
    font-weight: 700;
    font-size: 16px;
    line-height: 142.69%;
    text-transform: uppercase;
    color: #1d2730;
    margin: 0 17px 20px
}

.promo-code div input {
    background: #fff;
    color: #1d2730;
    border: 1px solid var(--main-accent-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    font-weight: 700;
    font-size: 14px;
    line-height: 142.69%;
    text-transform: uppercase;
    width: 233px;
    padding: 7px 20px 6px;
    margin: 0 17px 20px;
    outline: 0
}

.promo-code div input.promocode-copy {
    height: 1px;
    opacity: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0
}

.promo-code div a {
    border-radius: 10px;
    width: 233px;
    max-width: 233px;
    display: inline-block;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 9px 0 8px;
    margin: 0 17px
}

.promo-code div a span {
    color: #fff;
    position: relative
}

.promo-code div a span::before {
    content: "";
    position: absolute;
    left: -20px
}

.promo-code div>span {
    background-color: var(--btn-back-color);
    color: var(--btn-back-text-color);
    font-weight: 100;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: var(--border-radius);
    line-height: 142.69%;
    display: inline-block;
    margin-top: 3px;
    position: absolute;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0
}

.info-about-site {
    margin-bottom: 35px
}

.info-about-site__title {
    text-transform: uppercase
}

.info-about-site__warp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.info-about-site__warp>div {
    width: 49%
}

.non-recommend {
    margin-bottom: 35px
}

.non-recommend__warning {
    background: #ffe9e9;
    border: 1px solid #c5a1a1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: var(--border-radius);
    padding: 22px 35px;
    margin-bottom: 30px
}

.non-recommend .site {
    padding-left: 71px
}

.non-recommend .site__logo-and-rating {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.non-recommend .site__logo {
    margin: 5px 0 15px
}

.non-recommend .site::after {
    content: none
}

.non-recommend .site::before {
    content: "X";
    position: absolute;
    height: 100%;
    width: 71px;
    top: 0;
    left: 0;
    background-color: #e03131;
    color: #fff;
    font-weight: 400;
    font-size: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.non-recommend .site__description {
    width: 65%;
    padding: 20px 40px;
    line-height: 142.69%
}

.non-recommend .site__title {
    font-weight: 700;
    font-size: 19px;
    margin-top: 0
}

.author {
    margin-bottom: 35px
}

.author h2 {
    margin-top: 0
}

.author__wrap {
    background: #fff;
    border: 1px solid var(--main-accent-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: var(--border-radius);
    padding: 50px 55px
}

.author__description {
    margin-bottom: 15px
}

.author__description h2 {
    display: inline-block;
    margin-right: 20px
}

.author__description img {
    max-width: 100%;
    height: auto
}

.author__cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.author__img-name {
    text-align: center;
    margin-right: 38px
}

.author__img-name img {
    border-bottom: 5px solid var(--main-accent-color)
}

.author__img-name h3 {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 142.69%;
    margin: 0
}

.author__rating {
    font-weight: 700;
    font-size: 19px;
    line-height: 142.69%;
    border: 1px solid var(--main-accent-color);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 14px 26px;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.author__rating>span {
    width: 110px;
    height: 19px;
    position: relative;
    margin-left: 1rem;
    display: inline-block
}

.author__rating>span .empty {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(https://24betting.bet/images/icon/icon-big-star-1.png)
}

.author__rating>span .full {
    width: 100%;
    height: 100%;
    background-image: url(https://24betting.bet/images/icon/icon-big-star-2.png);
    position: absolute;
    background-size: 22px;
    top: 0
}

.author .label-comment {
    color: var(--link_color);
    text-decoration: underline;
    cursor: pointer;
    font-weight: 700
}

.author .label-comment:hover {
    color: var(--link_hover)
}

.author__date,
.author__email {
    font-size: 19px;
    line-height: 142.69%;
    color: #dbd1d1;
    font-weight: 300
}

.author__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.author__social>div {
    margin-right: 20px;
    margin-bottom: 20px
}

.author__social .social-links {
    padding-top: 10px;
    padding-left: 10px;
    border-radius: var(--border-radius);
    border: 1px solid var(--main-accent-color);
    margin-top: 0
}

.author-page .author__img-name h1 {
    margin: 0
}

.author-page {
    margin-top: 20px
}

body.author {
    margin-bottom: 0
}

.post-author>div {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #d4d4d4
}

.post-author__img {
    margin-right: 20px
}

.post-author__img img {
    border-radius: 100%;
    max-width: 80px;
    height: auto
}

.post-author__info a {
    text-decoration: none
}

.post-author__info a * {
    margin: 0 0 10px
}

.post-author__info span {
    color: #b5b5b5;
    text-transform: uppercase
}

.social-links {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0
}

.social-links li {
    margin-right: 10px;
    margin-bottom: 10px
}

.social-links li a {
    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;
    width: 36px;
    height: 36px;
    background-color: var(--color_bg_soc_icons);
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: 7px
}

.with-sidebar>.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.with-sidebar .sidebar {
    width: 25%;
    padding-left: 20px
}

.with-sidebar .page-content {
    width: 100%
}

.sidebar__title {
    font-weight: 700;
    font-size: 22px;
    line-height: 142.69%;
    margin-bottom: 10px
}

.sidebar__wrap img {
    max-width: 100%
}

.sidebar__wrap .calendar_wrap table {
    margin: auto
}

.review-page {
    background-color: var(--review-bg-color);
    color: var(--review-text);
    display: flow-root;
    margin-bottom: 35px;
    background-size: cover;
    position: relative
}

.review-page h1 {
    font-size: 40px;
    margin: 40px 0;
    font-weight: 700;
    line-height: 124.69%;
    position: relative
}

.review-page__wrap {
    margin-bottom: 60px;
    z-index: 1;
    position: relative
}

.review-page__wrap>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.review-page__wrap>div>div {
    margin-bottom: 15px
}

.review-page__logo div {
    border-radius: 15px;
    border: 1px solid var(--review-progress-bar);
    margin-top: 13px;
    margin-right: 25px;
    width: 240px;
    height: 140px;
    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;
    background-size: cover
}

.review-page__logo div img {
    max-width: 200px;
    height: auto
}

.review-page__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mobile-app .review-page__rating {
    margin: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.mobile-app .review-page__rating div {
    margin-bottom: 30px
}

.mobile-app .review-page__rating div:after {
    content: none
}

.review-page__rating div {
    position: relative
}

.review-page__rating div:after {
    position: absolute;
    height: 130px;
    width: 130px;
    left: 0;
    top: 0;
    content: attr(data-pct) "%";
    line-height: 132px;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    text-shadow: 0 0 15px var(--review-progress-bar)
}

.review-page__rating p {
    font-weight: 700;
    font-size: 16px;
    line-height: 130.19%;
    text-align: center;
    margin-top: -10px
}

.review-page__rating svg {
    height: 130px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 130px
}

.review-page__rating .progress-bar__background {
    fill: none;
    stroke: rgba(255, 255, 255, .15);
    stroke-width: 1
}

.review-page__rating .progress-bar__progress {
    fill: none;
    stroke: var(--review-progress-bar);
    stroke-dasharray: 80 80;
    stroke-dashoffset: 80;
    stroke-linecap: round;
    stroke-width: 1;
    -webkit-transition: stroke-dashoffset 1s ease-in-out;
    transition: stroke-dashoffset 1s ease-in-out;
    -webkit-filter: drop-shadow(0 0 1px var(--review-progress-bar));
    filter: drop-shadow(0 0 1px var(--review-progress-bar))
}

body .review-page__overall-rating:after {
    height: 180px;
    width: 185px;
    content: attr(data-pct) "% OVERALL";
    line-height: 34px;
    font-size: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 7px
}

body .review-page__overall-rating svg {
    height: 200px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 200px
}

body .review-page__overall-rating .progress-bar__progress {
    stroke-dasharray: 90 90;
    stroke-dashoffset: 90
}

.review-page__link-bonus {
    padding: 10px 10px 9px;
    min-width: 220px;
    text-align: center;
    margin-right: 25px;
    display: block
}

.review-page__link-bonus.link-button {
    min-width: 242px
}

.mobile-app .review-page__link-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.mobile-app .review-page__link-bonus svg {
    border-radius: 5px;
    margin-right: 10px;
    width: 21px;
    height: 21px
}

.mobile-app .review-page__link-bonus svg path {
    fill: var(--review-text)
}

.review-page__bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid var(--review-progress-bar);
    padding: 10px;
    border-radius: var(--border-radius);
    margin-right: 20px
}

.review-page__bonus p {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin: 0
}

.review-page__mobile {
    padding: 6px 10px;
    border: 1px solid var(--review-progress-bar);
    border-radius: var(--border-radius)
}

.review-page__mobile p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 19px;
    margin: 0
}

.review-page__mobile p svg {
    border-radius: 5px;
    margin-left: 10px;
    width: 27px;
    height: 27px
}

.review-page__mobile p svg path {
    fill: var(--review-text)
}

.bg-graphit {
    background-color: #1d2730;
    color: #fff
}

.animated {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: .7s ease-in-out pulse;
    animation: .7s ease-in-out pulse
}

@-webkit-keyframes pulse {

    100%,
    50%,
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    25%,
    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .5
    }
}

@keyframes pulse {

    100%,
    50%,
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    25%,
    75% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .5
    }
}

.p-b {
    overflow: hidden
}

.p-b .p-b__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 75px 0
}

.p-b .p-b__bottom-side {
    width: 100%;
    position: relative;
    margin: 50px 0 0
}

.p-b .p-b__bottom-side::after {
    content: '';
    border-bottom: 2px solid var(--main-accent-color);
    width: 10%;
    position: absolute;
    top: -6px;
    left: 0
}

.p-b .p-b__right-side {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-b .p-b__right-side img {
    width: 100%;
    height: auto
}

.p-b .p-b__left-side {
    width: 70%
}

.review_field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0;
    position: relative
}

.review_field__bonus-text {
    position: absolute;
    top: -13px;
    left: 45px;
    font-size: .9rem;
    text-transform: none;
    font-weight: 900
}

.review_field__bonus-hide {
    background-color: #636363;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border-radius: 20px;
    min-width: 380px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;
    margin-bottom: 20px
}

.review_field__input {
    border: unset;
    background-color: transparent;
    font-size: 2rem;
    color: #fff;
    width: 200px;
    line-height: 1;
    padding: 0;
    margin: 0 10px;
    font-weight: 800;
    text-align: center
}

.review_field__button {
    cursor: pointer;
    background-color: #ffd300;
    border-radius: 1rem;
    padding: .5rem 2rem;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 2rem;
    border: 3px solid #ffd300;
    line-height: 1;
    -webkit-transform: scale(.8, 1);
    transform: scale(.8, 1)
}

.review_field__button:hover {
    background-color: #ffb100;
    -webkit-transition: .5s;
    transition: .5s;
    border: 3px solid #ffb100
}

.review_field__create-account {
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem
}

.review_field__button--big2 {
    background-color: #ffd300;
    border-radius: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #ffd300;
    line-height: 1;
    -webkit-transform: scale(.8, 1);
    transform: scale(.8, 1);
    font-size: 3rem;
    cursor: pointer;
    height: 80px
}

.review_field__button--big2:hover {
    background-color: #f60;
    border: 3px solid #f60;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s
}

.review_field__button--big {
    background-color: #1d2730;
    border-radius: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    border: 3px solid #f1c40f;
    line-height: 1;
    -webkit-transform: scale(.8, 1);
    transform: scale(.8, 1);
    font-size: 3rem;
    cursor: pointer;
    height: 80px;
    color: #fff;
    background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

.review_field__button--big:hover {
    background-position: 0
}

button.review_field__input {
    cursor: pointer;
    font-size: 3rem;
    width: 100%
}

.promotional__h1 {
    font-size: 3rem;
    font-weight: 900
}

.promotional__subtext {
    color: #ffd300;
    font-size: 2rem;
    padding: 0;
    margin: 0;
    font-weight: 900
}

.get-bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.get-bonus__text {
    width: calc(100% - 200px)
}

.get-bonus__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.pc-cards {
    margin-top: -140px;
    margin-bottom: 35px;
    position: relative;
    z-index: 1
}

.pc-cards>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pc-cards>div>div {
    background-color: #fff;
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    padding: 25px;
    max-width: 218px;
    width: 218px;
    margin-bottom: 10px
}

.pc-cards>div>div span {
    font-weight: 700;
    font-size: 19px;
    line-height: 142.69%;
    text-align: center;
    display: block
}

.pc-cards>div>div img {
    margin: auto auto 10px;
    display: block
}

.pc-cards>div>div ul {
    list-style-type: none;
    margin: 25px 0;
    padding: 0
}

.pc-cards>div>div ul li {
    font-weight: 500;
    font-size: 13px;
    line-height: 142.69%;
    padding-left: 25px;
    padding-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 0 2px
}

.pc-cards>div>div ul li:last-child {
    padding-bottom: 0
}

.pc-cards>div>div ul.cons li {
    padding-left: 22px
}

.mobile-app .rating__star {
    width: 151px;
    height: 24px;
    position: relative
}

.mobile-app .rating__star .empty {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(https://24betting.bet/images/icon/icon-big-star-1.png);
    background-size: 30px
}

.mobile-app .rating__star .full {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(https://24betting.bet/images/icon/icon-big-star-2.png);
    position: absolute;
    background-size: 30px
}

.posts-archive__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.posts-archive__wrap .post {
    margin: 0 25px 30px;
    min-width: 343px
}

.error-404>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.error-404__error-number {
    color: var(--main-accent-color);
    font-weight: 100;
    font-size: 196px;
    border-right: 3px solid #ece1e1;
    margin: 50px 0;
    padding: 0 20px
}

.error-404__text {
    font-size: 21px;
    font-weight: 700;
    padding: 0 20px
}

.error-404__text span {
    font-size: 74px;
    text-transform: uppercase;
    line-height: 80px
}

.howto {
    background-color: var(--bg-body);
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    padding: 20px;
    margin: 35px 50px
}

.howto__title {
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 700;
    font-size: 1.7rem;
    position: relative
}

.howto__title::after {
    content: none
}

.howto__description {
    border-bottom: 1px solid var(--main-accent-color);
    padding: 0 0 20px
}

.howto__block {
    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;
    margin-bottom: 20px;
    position: relative
}

.step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 100px;
    position: relative;
    border-bottom: 1px solid #ece7e7;
    margin-bottom: 10px;
    width: 100%
}

.step::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 120%;
    background-color: #ece7e7;
    left: -56px;
    top: 0
}

.step:last-child::before {
    background-color: var(--bg-body);
    height: 50%
}

.step__body {
    width: 100%
}

.step__body span {
    color: #fff;
    background-color: var(--main-accent-color);
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: var(--border-radius);
    position: absolute;
    left: -70px;
    top: 0
}

.step__body.with-image {
    max-width: 45%;
    min-width: 45%
}

.step__image {
    margin-left: 25px;
    min-width: 50%;
    max-width: 65%;

}

.step__image img {
    max-width: 100%;
    height: auto
}

.step__title {
    color: var(--main-accent-color);
    margin: 0;
    font-weight: 700;
    font-size: 1.3rem
}

.step__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0
}

.review-table__wrap {
    margin: 20px 0
}

.review-table__wrap ol {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    margin: 0
}

.review-table__wrap ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    border: 1px solid var(--main-accent-color);
    border-top: none
}

.review-table__wrap ol li:nth-child(1) {
    border: 2px solid var(--site_info_b_color)
}

.review-table__wrap ol li img {
    max-width: 60px;
    margin: 0 10px;
    border-radius: var(--border-radius);
    height: auto
}

.review-table__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: var(--main-accent-color);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    padding: 8px 10px
}

.review-table__header div:nth-child(1) {
    width: 40px
}

.review-table__header div:nth-child(2) {
    width: 205px
}

.review-table__header div:nth-child(3) {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.review-table__header div:nth-child(4) {
    width: 111px
}

.review-table__header div:nth-child(5) {
    width: 170px
}

.review-table__bookmaker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 214px
}

.review-table__b-link {
    padding: 8px 0;
    margin-left: 20px;
    white-space: nowrap;
    width: 150px;
    display: block;
    text-align: center
}

.review-table__name {
    padding: 0 10px;
    width: 120px
}

.review-table__bonus {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    font-size: 18px;
    margin: 0
}

.review-table__rating p {
    width: 111px;
    height: 20px;
    position: relative
}

.review-table__rating span {
    background-image: url(https://24betting.bet/images/icon/icon-big-star-1.png);
    display: block;
    width: 100%;
    height: 20px;
    background-repeat: repeat-x
}

.review-table__rating span.full {
    background-image: url(https://24betting.bet/images/icon/icon-big-star-2.png);
    position: absolute;
    top: 0;
    background-size: 22px
}

.comments-area {
    margin: 35px 0
}

.comments-area .comments__wrap {
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    padding: 30px 40px;
    background: #fff
}

.comments-area .comment-respond p {
    margin: 0
}

.comments-area .comment-respond form {
    display: flow-root
}

.comments-area .comment-respond .comment-form-comment {
    width: 75%;
    float: left
}

.comments-area .comment-respond .comment-form-comment textarea {
    width: 99%;
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    outline: 0;
    padding: 20px
}

.comments-area .comment-respond .comment-form-captcha {
    float: right;
    width: 100%;
    margin-bottom: 8px;
    text-align: right
}

.comments-area .comment-respond .comment-form-captcha input {
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    outline: 0;
    padding: 6px
}

.comments-area .comment-respond .comment-form-author,
.comments-area .comment-respond .comment-form-email {
    float: right;
    width: 20%;
    margin-bottom: 8px
}

.comments-area .comment-respond .comment-form-author input,
.comments-area .comment-respond .comment-form-email input {
    border: 1px solid var(--main-accent-color);
    border-radius: var(--border-radius);
    padding: 10px;
    outline: 0;
    width: 91%
}

.comments-area .comment-respond .form-submit {
    float: right;
    width: 20%
}

.comments-area .comment-respond .form-submit input {
    width: 100%;
    text-align: center;
    padding: 8px 5px
}

.comments-area li.comment {
    border-bottom: 1px solid #e0e3e0;
    padding-bottom: 20px;
    margin: 35px 0
}

.comments-area li.comment li {
    border-bottom: none
}

.comments-area .comment {
    list-style-type: none;
    padding: 0
}

.comments-area .comment article {
    -webkit-box-shadow: 1px 1px 5px #d4d4d4;
    box-shadow: 1px 1px 5px #d4d4d4;
    padding: 10px;
    margin: 15px 0
}

.comments-area .comment__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comments-area .comment__author {
    font-weight: 700;
    font-size: 1.1rem
}

.comments-area .comment__author p {
    margin: 0
}

.comments-area .comment__meta {
    color: #c4c4c4
}

.comments-area .comment__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.comments-area .comment__text .com-text {
    max-width: 85%
}

.comments-area .comment__text .com-rating {
    width: 110px;
    height: 19px;
    position: relative;
    margin-top: 1rem;
    margin-left: 1rem
}

.comments-area .comment__text .com-rating .empty {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(https://24betting.bet/images/icon/icon-big-star-1.png)
}

.comments-area .comment__text .com-rating .full {
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(https://24betting.bet/images/icon/icon-big-star-2.png);
    position: absolute;
    background-size: 22px;
    top: 0
}

.comments-area .comment.parent>div {
    margin-bottom: 10px
}

.comments-area .comment .children {
    border-left: 1px solid var(--main-accent-color)
}

.comments-area .comment .comment-reply-title a {
    font-size: 14px;
    margin-top: 15px;
    float: right
}

.rating-container label {
    background-image: url(https://24betting.bet/images/icon/icon-big-star-2.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
    width: 23px;
    height: 23px;
    display: inline-block;
    color: #acacac
}

.rating-container label:hover {
    background-image: url(https://24betting.bet/images/icon/icon-big-star-2.png);
    background-size: 23px;
    cursor: pointer
}

.rating-container input {
    display: none
}

.rating-container input:checked~label {
    background-image: url(https://24betting.bet/images/icon/icon-big-star-1.png)
}

.sliderFull {
    position: relative;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: hidden;
    background-size: cover
}

.sliderFull__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    -webkit-transition: left .3s;
    transition: left .3s;
    height: 100%
}

.sliderFull__arrow {
    position: absolute;
    font-size: 3rem;
    font-weight: 700;
    bottom: 0;
    cursor: pointer;
    padding: 0 20px
}

.sliderFull__arrow.next {
    left: 100px
}

.sliderFull__arrow.prev {
    left: 0;
    right: unset
}

.sliderFull__navigation {
    position: relative;
    height: 65px !important;
    width: 100%
}

.sliderFull__count {
    color: var(--h_navigation_color);
    font-size: 1.5rem;
    font-style: italic;
    position: absolute;
    bottom: 13px;
    left: 52px;
    margin: 0
}

.sl-item {
    width: 1526px;
    background-color: var(--h_background_color);
    color: var(--h_navigation_color)
}

.sl-item>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain
}

.sl-item>div>div {
    max-width: 55%;
    padding: 25px;
    margin-bottom: 40px;
    position: relative;
    z-index: 0
}

.sl-item>div>div:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .1;
    top: 0;
    left: 0;
    z-index: -1
}

.sl-item__title {
    margin: 0 0 20px;
    font-size: 2rem;
    text-transform: capitalize
}

.sl-item__description {
    font-size: 1.2rem
}

.sl-item__link {
    padding: 7px 40px;
    text-transform: capitalize;
    font-size: 1.2rem;
    display: inline-block
}

.bk-point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.bk-point>div {
    width: 39%;
    border-width: 1px;
    border-style: solid;
    border-radius: var(--border-radius);
    padding: 40px 50px;
    position: relative;
    margin: 30px 0
}

.bk-point>div ul {
    margin: 0;
    padding: 0 0 0 16px
}

.bk-point>div ul li {
    line-height: 35px
}

.bk-point>div::before {
    content: url(https://24betting.bet/images/hand-like.png);
    position: absolute;
    width: 65px;
    min-width: 65px;
    height: 65px;
    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;
    border-radius: 30px;
    top: -25px;
    left: -25px
}

.bk-point__pros {
    border-color: var(--pros_colors);
    background-color: #ecf4e7;
    
}

.bk-point__pros::before {
    background-color: var(--pros_colors);
    background-image: url('../img/like.png');
    background-repeat: no-repeat;
    background-position: center;
}

.bk-point__cons {
    border-color: var(--cons_colors);
    background-color: #f6e9e9;
    
}

.bk-point__cons::before {
    background-color: var(--cons_colors);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url('../img/like.png');
    background-repeat: no-repeat;
    background-position: center;
    
}

.payment-methods {
    border: 1px solid var(--btn-back-color);
    border-radius: var(--border-radius);
    margin-top: 30px !important;
    margin-bottom: 30px !important
}

.payment-methods__title {
    background-color: var(--btn-back-color);
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
    margin: -3px -1px;
    padding: 13px 35px;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--btn-back-text-color)
}

.payment-methods__list {
    list-style: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 20px
}

.payment-methods__list li {
    margin: 5px 30px
}

.video {
    max-width: 650px
}

.video.align-center {
    margin: 0 auto
}

.video.align-right {
    margin-left: auto
}

.video__wrap {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
    margin: 40px 0
}

.video__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.video__play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: 0 0;
    border: none
}

.video__play-shape {
    fill: #212121;
    fill-opacity: .8
}

.video__play-icon {
    fill: #fff
}

.video__play:focus {
    outline: 0
}

.video__play:focus .video__play-shape,
.video__play:hover .video__play-shape {
    fill: red;
    fill-opacity: 1
}

.video__play:hover {
    cursor: pointer
}

.video__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.num-blocks {
    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
}

.num-blocks__item {
    width: 20%;
    border: 1px solid var(--main-accent-color);
    padding: 20px;
    position: relative;
    margin: 20px 0
}

.num-blocks__count {
    background-color: var(--main-accent-color);
    color: #fff;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 1.2rem
}

.num-blocks__img img {
    margin: auto;
    display: block;
    max-width: 100%;
    height: auto
}

.wpcf7-form {
    max-width: 65%;
    margin: 10px auto
}

.wpcf7-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.wpcf7-form span {
    margin-left: 20px;
    max-width: 65%;
    width: 65%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wpcf7-form span>input,
.wpcf7-form span>textarea {
    width: 100%;
    border: 1px solid var(--main-accent-color);
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 500;
    font-size: 1rem;
    padding: 5px 10px
}

.wpcf7-form .wpcf7-submit {
    margin: 5px 0 5px auto;
    display: block;
    background-color: var(--btn-back-color);
    color: var(--btn-back-text-color);
    border: none;
    text-transform: uppercase;
    font-size: 1.3rem;
    padding: 8px 21px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    border-radius: var(--border-radius)
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: var(--btn-back-hover-bg-color)
}

.wpcf7-form .captcha-1 {
    float: right
}

body .wpcf7-form .wpcf7-response-output {
    margin-right: -22px
}

.event {
    max-width: 860px;
    margin: 20px auto
}

.event__item {
    -webkit-box-shadow: 0 0 25px #00000012;
    box-shadow: 0 0 25px #00000012;
    border: 1px solid var(--main-accent-color);
    padding: 20px 10px 10px;
    margin: 15px 0
}

.event__league {
    text-align: center;
    margin: 0
}

.event__date {
    display: block;
    text-align: center;
    color: #a6a6a6
}

.event__teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.event__teams>span {
    font-weight: 700;
    font-size: 1.5rem
}

.event__teams>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 35%
}

.event__teams>div div {
    font-weight: 700;
    text-transform: uppercase;
    margin: 10px 0
}

.event__teams>div div p {
    display: block;
    margin-top: 10px;
    margin-bottom: 0
}

.event__teams>div div p span {
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    background-color: var(--main-accent-color);
    border-radius: var(--border-radius);
    padding: 5px 10px;
    display: inline-block
}

.event__teams>div div p span a,
.event__teams>div div p span button {
    color: #fff;
    font-weight: 700;
    font-size: 1.3rem;
    background: unset;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    text-decoration: none;
    padding: 0;
    cursor: pointer
}

.event__teams>div:first-child {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.event__teams>div:first-child img {
    margin-right: 15px
}

.event__teams>div:first-child div p {
    text-align: right
}

.event__teams>div:last-child img {
    margin-left: 15px
}

.event__teams>div:last-child div p {
    text-align: left
}

.event__bookmakers {
    display: table;
    margin: 0 auto 15px
}

.event__bookmakers p {
    margin-bottom: 7px;
    margin-top: 25px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .8rem
}

.event__bookmakers div {
    text-align: center
}

.event__bookmakers a,
.event__bookmakers button {
    margin: 0 5px
}

.event__bookmakers button {
    background: unset;
    border: none;
    padding: 0;
    cursor: pointer
}

.gift-block__arrow-img {
    -webkit-animation: 2s steps(2) infinite stopsignal;
    animation: 2s steps(2) infinite stopsignal
}

.gift-block__arrow {
    position: relative;
    height: 50px
}

.gift-block__arrow img:nth-child(2) {
    width: 80px;
    position: absolute;
    top: -8px;
    right: calc(50% - 40px);
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.gift-block__arrow img:nth-child(1) {
    width: 140px;
    position: absolute;
    top: 0;
    right: calc(50% - 70px)
}

@-webkit-keyframes stopsignal {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes stopsignal {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@-webkit-keyframes scaleanim {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

@keyframes scaleanim {

    0%,
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
}

.gift-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 20px auto;
    min-width: 300px
}

.gift-block::after {
    width: 100%;
    height: calc(100% - 30px);
    content: " ";
    position: absolute;
    bottom: 0;
    z-index: -1;
    border-radius: var(--border-radius);
    background-color: #2e2e2e;
    border: 3px solid #2f2f2f;
    outline: #e6e5e4 solid 1px;
    outline-offset: -8px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: var(--h_background_color);
    opacity: .6;
    -webkit-box-shadow: 0 17px 40px rgba(9, 25, 42, .36);
    box-shadow: 0 17px 40px rgba(9, 25, 42, .36)
}

.gift-block__icon {
    width: 40px;
    background-color: var(--h_background_color);
    padding: 20px;
    border-radius: 67%;
    height: 40px;
    -webkit-animation: 4s infinite scaleanim;
    animation: 4s infinite scaleanim;
    -webkit-transition: .5s;
    transition: .5s
}

.gift-block__icon img {
    height: 42px;
    width: 42px
}

.gift-block__promocode {
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gift-block__promocode input {
    border: 1px solid #003b90;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 12px 0 0 12px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    width: 51%;
    padding: 7px 20px 6px;
    outline: 0;
    background-color: #fff
}

.gift-block__promocode a,
.gift-block__promocode button {
    background-color: var(--h_background_color);
    border: unset;
    border-radius: 0 12px 12px 0;
    height: 34px;
    width: 30%;
    -webkit-box-shadow: 0 0 50px #2a8047;
    box-shadow: 0 0 50px #2a8047;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 100px
}

.gift-block__body {
    padding: 20px 0;
    text-align: center
}

.gift-block__text {
    color: #fff;
    text-align: center;
    font-weight: bolder;
    font-size: 1.5rem
}

.gift-block__text p {
    margin: 5px 0;
    padding: 0 7px
}

.gift-block__numbers {
    font-weight: 900;
    font-size: 3rem
}

.gift-block__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px
}

.gift-block__button button {
    font-size: 1rem;
    background: #363;
    color: #fff;
    border: 0 solid #ffdf39;
    font-weight: 900
}

@media (max-width:1210px) {

    body .container,
    body .page-content {
        padding-right: 10px;
        padding-left: 10px
    }
}

@media (max-width:991px) {
    .with-sidebar .sidebar {
        display: none
    }
}

@media (max-width:769px) {
    .review-page h1 {
        font-size: 30px;
        text-align: center;
        margin-bottom: 10px
    }

    .review-page__wrap>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .review-page__link-bonus.btn-big-text {
        min-width: 265px;
        margin-right: 0;
        font-size: 1.3rem
    }

    .mobile-app .review-page__link-bonus.btn-big-text svg {
        width: 27px;
        height: 27px
    }

    .review-page__bonus {
        margin-top: 25px;
        margin-right: 0
    }

    .review-page__logo {
        margin-bottom: 20px
    }

    .review-page__logo div {
        margin-right: 0
    }

    .review-page__rating {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .mobile-app .review-page__rating {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .review-page__overall-rating {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .bk-point {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .bk-point>div {
        width: 75%;
        padding: 40px 20px
    }

    .bk-point>div ul li {
        line-height: 20px
    }
}

@media (max-width:768px) {
    body .mobile-version {
        display: block
    }

    .btn-big-text,
    .btn-loadmore,
    .cards__btn-more,
    body .tag-block__btn-more {
        font-size: 12px
    }

    .content-button__control {
        font-size: 1.1rem
    }

    .align-left .content-button__control,
    .align-right .content-button__control {
        margin: auto
    }

    .info-about-site__title>*,
    body .tag-block__title>* {
        max-width: 77%
    }

    .info-about-site__title::before,
    body .tag-block__title::before {
        top: 50%
    }

    .header__logo img {
        width: 129px;
        height: unset
    }

    .header__navbar,
    .header__second-navbar {
        display: none
    }

    .header__mobile-navbar {
        display: block
    }

    .header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 123px;
        width: 123px;
        margin-left: 10px
    }

    .header__buttons * {
        margin: 1px 0;
        display: block;
        padding: 7px 10px 6px;
        text-align: center
    }

    .header__buttons :nth-child(2) {
        margin-top: 10px;
        margin-left: 0
    }

    .list-IL__list {
        width: 100%
    }

    .list-IL__link span {
        padding-right: 50px
    }

    .list-IL__link::after {
        right: 5px
    }

    .medium {
        width: 100%
    }

    .medium .cards__btn-more {
        margin: 27px auto !important
    }

    .small {
        width: 100%
    }

    .small .cards__btn-more {
        margin: 27px auto !important
    }

    .medium-list ul li,
    .small-list ul li {
        width: 100%
    }

    .site {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .site__logo-and-rating {
        max-width: 100%;
        width: 100%
    }

    .site__offer {
        margin: 15px;
        min-width: 310px;
        width: 310px
    }

    .site__pros-cons {
        margin: 20px 0 0
    }

    .site__pros-cons ul {
        margin: 5px 15px
    }

    .site__pm {
        max-width: 310px
    }

    .site__link {
        font-size: 17px
    }

    .block-posts__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .block-posts__second {
        display: none
    }

    .post {
        margin-top: 20px;
        max-width: 320px
    }

    .post__image img {
        max-width: 320px
    }

    .faq details {
        padding: 25px 50px 25px 30px
    }

    .faq summary:after {
        right: 20px;
        top: 20px;
        width: 5px;
        font-size: 2.8rem
    }

    .q_and_a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .q_and_a details {
        width: 100%;
        min-width: 289px
    }

    .q_and_a details summary {
        padding: 100px 20px 50px 30px;
        text-align: center
    }

    .q_and_a details summary svg {
        padding-right: 10px;
        min-width: 60px
    }

    footer .footer__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    footer .footer__logo {
        width: 100%;
        max-width: 300px;
        height: auto;
        text-align: center
    }

    footer .footer__col {
        min-width: 170px;
        margin-left: 45px
    }

    footer .footer__social-link {
        width: 100%;
        max-width: unset;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px
    }

    .about-page__wrap button {
        width: 100%
    }

    .about-page {
        background-image: none !important;
        padding-top: 35px
    }

    .about-page__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .about-page__wrap>:nth-child(2) {
        max-width: 100%
    }

    .about-page__title {
        font-size: 27px
    }

    .list-anchor ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        display: block
    }

    .info-about-site__warp {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .info-about-site__warp>div {
        width: auto
    }

    .non-recommend .site {
        padding-left: 30px
    }

    .non-recommend .site__logo-and-rating {
        min-height: 130px
    }

    .non-recommend .site::before {
        width: 30px;
        font-size: 22px
    }

    .non-recommend .site__description {
        width: unset;
        padding: 20px
    }

    .author-page .author__cart {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .author__wrap {
        padding: 30px 25px
    }

    .author__img-name {
        margin-right: 15px
    }

    .author__recommended {
        min-width: unset;
        margin-top: 0;
        font-size: 15px;
        padding: 9px 15px
    }

    .author__date {
        font-size: 14px
    }

    .author__description .text {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }

    .p-b .p-b__grid {
        padding: 15px
    }

    .p-b .p-b__left-side,
    .p-b .p-b__right-side {
        width: 100%
    }

    .review_field {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .review_field__bonus-hide {
        background-color: #636363;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        text-align: center;
        border-radius: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative
    }

    .review_field__button-group {
        margin: 0 auto
    }

    .review_field__input {
        width: 150px;
        font-size: 1.5rem
    }

    .promotional__h1 {
        font-size: 1.5rem;
        margin: 5px 0
    }

    .promotional__subtext {
        font-size: 1.2rem
    }

    .get-bonus__text {
        width: 100%
    }

    .get-bonus__button {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .posts-archive__wrap {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .posts-archive__wrap .post {
        margin: 0 0 30px;
        width: 100%;
        min-width: 280px
    }

    .error-404>div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .error-404__error-number {
        border-right: unset;
        border-bottom: 3px solid #ece1e1;
        font-size: 144px
    }

    .error-404__text {
        text-align: center
    }

    .error-404__text span {
        font-size: 64px
    }

    .howto {
        margin: 35px 0
    }

    .step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .step__body.with-image {
        width: 100%;
        min-width: 100%
    }

    .step__image {
        margin-left: 0;
        width: 100%
    }

    .step__image img {
        max-width: 100%;
        width: 100%;
        height: auto
    }

    .review-table__header div:nth-child(2) {
        width: 167px
    }

    .review-table__header div:nth-child(5) {
        width: 160px
    }

    .review-table__b-link {
        margin-left: 0
    }

    .review-table__name {
        width: 80px
    }

    .comments-area .comment-respond .comment-form-author,
    .comments-area .comment-respond .comment-form-email,
    .comments-area .comment-respond .form-submit {
        width: 35%
    }

    .comments-area .comment-respond .comment-form-comment {
        width: 55%
    }

    .comments-area .comment__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .comments-area .comment__text .com-rating {
        margin-left: 0
    }

    .comments-area .comment__text .com-text {
        max-width: 100%
    }

    .sliderFull__arrow {
        font-size: 2rem
    }

    .sliderFull__count {
        font-size: 1.2rem;
        bottom: 9px;
        left: 57px
    }

    .sl-item>div {
        background-size: 50%
    }

    .sl-item>div>div {
        max-width: 70%;
        padding: 0
    }

    .sl-item__title {
        font-size: 1.5rem
    }

    .sl-item__description {
        font-size: .8rem
    }

    .wpcf7-form {
        max-width: 100%
    }
}

@media (max-width:700px) {
    .event__teams {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background-color: #f2f2f2;
        margin: 10px
    }

    .event__teams div:last-child,
    .event__teams>div:first-child {
        width: auto;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .event__teams div:last-child img,
    .event__teams>div:first-child img {
        margin: 10px 0 0
    }

    .event__teams div:last-child div p,
    .event__teams>div:first-child div p {
        text-align: center
    }

    .event__teams>div:last-child img {
        margin-left: 0;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-right: 0
    }
}

@media (max-width:650px) {
    .review-table__wrap ol li {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .review-table__wrap ol li img {
        margin: 0
    }

    .review-table__header div:nth-child(4),
    .review-table__header div:nth-child(5) {
        display: none
    }

    .review-table__header div:nth-child(2) {
        width: 45%
    }

    .review-table__header div:nth-child(1) {
        width: 27px
    }

    .review-table__bookmaker {
        width: 44%
    }

    .review-table__bonus {
        max-width: 44%
    }

    .review-table__rating {
        width: 47%;
        margin-left: 10px
    }

    .review-table__name {
        width: 140px
    }

    .review-table__b-link {
        width: 130px
    }
}

@media (max-width:640px) {
    .promo-code div {
        text-align: center
    }

    .promo-code div a,
    .promo-code div input {
        margin-right: 0;
        margin-left: 0;
        width: 200px
    }

    .promo-code {
        background-image: none !important
    }
}

@media (max-width:607px) {
    .review_field__bonus-hide {
        min-width: 300px
    }

    .review_field__button {
        padding: .5rem 1rem
    }
}

@media (max-width:600px) {
    .author__date {
        display: block
    }

    .author__wrap {
        padding: 15px 10px
    }

    .author__cart {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .author__social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .author__social>div {
        margin-right: 0
    }

    .author__rating {
        padding: 10px 15px;
        font-size: 17px
    }
}

@media (max-width:594px) {
    .site__offer {
        min-width: 270px;
        width: 270px;
        text-align: center
    }

    .site__pm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .site__pm ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .offer__welcome-offer {
        font-size: 25px
    }
}

@media (max-width:550px) {

    .comments-area .comment-respond .comment-form-author,
    .comments-area .comment-respond .comment-form-email,
    .comments-area .comment-respond .form-submit {
        width: 65%;
        float: none
    }

    .comments-area .comment-respond .comment-form-comment {
        width: 89%;
        float: none
    }

    .comments-area .comment-respond .comment-form-comment textarea {
        width: 97%
    }

    .comments-area .comments__wrap {
        padding: 15px 20px
    }
}

@media (max-width:500px) {
    .slider__arrow .count {
        display: block
    }

    .next {
        left: 90px
    }

    .q_and_a details[open] div {
        display: block;
        overflow: scroll
    }
}

@media (max-width:450px) {
    .list-anchor {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .list-anchor__title {
        margin-bottom: 7px
    }

    .list-anchor ul li {
        margin-bottom: 5px;
        padding-right: 20px
    }

    .review-page__rating {
        max-width: 320px
    }

    .step {
        margin-left: 35px
    }

    .step::before {
        left: -26px
    }

    .step__body span {
        left: -40px
    }

    .review-table__bonus {
        max-width: 100%;
        text-align: center
    }
}

@media (min-width:769px) and (max-width:991px) {

    .btn-big-text,
    .btn-loadmore,
    .cards__btn-more,
    body .tag-block__btn-more {
        font-size: 12px
    }

    .list-IL__link::after {
        right: 5px
    }

    .cards__item {
        height: 155px
    }

    .site__logo-and-rating {
        max-width: 200px;
        width: 200px
    }

    .site__offer {
        margin: 15px;
        min-width: 230px;
        width: 230px
    }

    .site__pm {
        display: none
    }

    .site__pros-cons {
        margin: 10px 15px
    }

    .offer__welcome-offer {
        font-size: 23px
    }

    .block-posts__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .block-posts__second {
        display: none
    }

    .faq {
        margin-top: 20px
    }

    .faq details {
        padding: 15px 23px
    }

    .faq summary {
        font-size: 19px;
        margin-right: 0
    }

    .faq summary::after {
        top: 10px;
        right: 15px;
        font-size: 2rem
    }

    .q_and_a details {
        height: 250px;
        min-width: 370px
    }

    .q_and_a details[open] div {
        padding: 30px 30px 20px
    }

    footer .footer__logo img {
        max-width: 200px;
        height: auto
    }

    footer .footer__social-link {
        width: 100%;
        max-width: unset;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 15px
    }

    .about-page__wrap>:nth-child(2) {
        max-width: 50%
    }

    .step__body.with-image {
        width: 50%;
        max-width: 50%
    }

    .step__image {
        width: 50%
    }

    .step__image img {
        max-width: 100%;
        height: auto
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .header__navbar nav ul {
        padding: 0
    }

    .header__navbar nav li {
        margin: 0 12px
    }

    .cards__item {
        height: 155px
    }

    .block-posts__second {
        max-width: 37%
    }

    .block-posts__second .post__image img {
        clip: rect(0 170px 195px 0)
    }

    .block-posts__second .post__content {
        margin-left: 170px
    }

    .block-posts__second .post__description {
        margin: 10px 10px 17px
    }

    .block-posts__second .post__title {
        margin: 10px
    }

    .post {
        max-width: 30%;
        overflow: hidden
    }

    .post__title {
        margin: 15px 20px 10px
    }

    .post__description {
        margin: 10px 20px 30px
    }

    .faq details {
        padding: 20px 32px
    }

    .faq summary {
        margin-right: 0
    }

    .faq summary::after {
        top: 14px;
        right: 23px
    }
}

@media (min-width:769px) and (max-width:992px) {
    .header__navbar nav ul {
        padding: 0
    }

    .header__navbar nav li {
        margin: 0 18px
    }

    .header__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 123px;
        width: 123px
    }

    .header__buttons * {
        margin: 1px 0;
        display: block;
        padding: 7px 10px 6px;
        text-align: center
    }

    .header__buttons :nth-child(2) {
        margin-left: 0
    }

    .review-page__rating {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .review-page__logo div {
        margin-right: 10px
    }
}

@media (max-width:991px) and (min-width:769px) {

    .medium-list ul li,
    .small-list ul li {
        width: 45%
    }

    .comments-area .comment-respond .comment-form-author,
    .comments-area .comment-respond .comment-form-email,
    .comments-area .comment-respond .form-submit {
        width: 30%
    }

    .comments-area .comment-respond .comment-form-comment {
        width: 65%
    }

    .bk-point>div {
        padding: 30px
    }

    .bk-point>div ul li {
        line-height: 30px
    }
}

@media (max-width:1199px) and (min-width:991px) {
    .with-sidebar .site__offer {
        margin: auto 5px
    }

    .with-sidebar .site__pros-cons {
        margin: 15px 5px
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .review-page__logo div {
        margin-right: 10px
    }
}

@media (min-width:1049px) and (max-width:1210px) {
    .posts-archive__wrap .post {
        margin: 0 5px 30px;
        min-width: 320px
    }
}

@media (min-width:950px) and (max-width:1050px) {
    .posts-archive__wrap .post {
        margin: 0 55px 30px;
        max-width: 343px
    }
}

@media (min-width:769px) and (max-width:949px) {
    .posts-archive__wrap .post {
        margin: 0 17px 30px;
        max-width: 30%
    }
}

@media (max-width:1200px) and (min-width:992px) {
    .bk-point>div {
        padding: 40px
    }
}

.wp-container-1>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.wp-container-1>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.wp-container-1>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-2>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

.wp-container-2>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

.wp-container-2>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

.wp-container-3 {
    display: flex;
    gap: 2em;
    flex-wrap: nowrap;
    align-items: center;
}

.wp-container-3>* {
    margin: 0;
    margin-top: 40px;
}

body {
    --wp--preset--color--black: #000000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #ffffff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, rgba(6, 147, 227, 1) 0%, rgb(155, 81, 224) 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg, rgb(122, 220, 180) 0%, rgb(0, 208, 130) 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg, rgba(252, 185, 0, 1) 0%, rgba(255, 105, 0, 1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg, rgba(255, 105, 0, 1) 0%, rgb(207, 46, 46) 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg, rgb(238, 238, 238) 0%, rgb(169, 184, 195) 100%);
    --wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg, rgb(74, 234, 220) 0%, rgb(151, 120, 209) 20%, rgb(207, 42, 186) 40%, rgb(238, 44, 130) 60%, rgb(251, 105, 98) 80%, rgb(254, 248, 76) 100%);
    --wp--preset--gradient--blush-light-purple: linear-gradient(135deg, rgb(255, 206, 236) 0%, rgb(152, 150, 240) 100%);
    --wp--preset--gradient--blush-bordeaux: linear-gradient(135deg, rgb(254, 205, 165) 0%, rgb(254, 45, 45) 50%, rgb(107, 0, 62) 100%);
    --wp--preset--gradient--luminous-dusk: linear-gradient(135deg, rgb(255, 203, 112) 0%, rgb(199, 81, 192) 50%, rgb(65, 88, 208) 100%);
    --wp--preset--gradient--pale-ocean: linear-gradient(135deg, rgb(255, 245, 203) 0%, rgb(182, 227, 212) 50%, rgb(51, 167, 181) 100%);
    --wp--preset--gradient--electric-grass: linear-gradient(135deg, rgb(202, 248, 128) 0%, rgb(113, 206, 126) 100%);
    --wp--preset--gradient--midnight: linear-gradient(135deg, rgb(2, 3, 129) 0%, rgb(40, 116, 252) 100%);
    --wp--preset--duotone--dark-grayscale: url('style.css');
    --wp--preset--duotone--grayscale: url('style.css');
    --wp--preset--duotone--purple-yellow: url('style.css');
    --wp--preset--duotone--blue-red: url('style.css');
    --wp--preset--duotone--midnight: url('style.css');
    --wp--preset--duotone--magenta-yellow: url('style.css');
    --wp--preset--duotone--purple-green: url('style.css');
    --wp--preset--duotone--blue-orange: url('style.css');
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.bk-point__pros,
.bk-point__cons {
  background-color: unset;
}

.list-anchor {
  background: unset;
}

.social-links li a {
  background-color: #1D2730;
}

.social-links li a img {
    width: 25px;
    height: 25px;
}

.attachment-full1{
    width: 200px;
    padding-bottom: 10px;
    display: block;
    margin: 0 auto;

}

.header .auth {
    position: relative
}

.header .auth .item {
    padding: 6px 10px
}

.header .auth__block {
    display: flex
}

.header .auth__block .button:first-child {
    margin-right: 20px
}

.header .auth__block .button-login {
    background: transparent
}

.header .auth__block .button-login .txt {
    color: #1f1f1f
}

.header .auth-button {
    padding: 10px 20px
}

.base-button {
    align-items: center;
    justify-content: center;
    position: relative;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    -webkit-appearance: button-bevel;
    border-radius: 5px; 
    cursor: pointer;
    overflow: hidden;
    padding: 12px 15px;
    height: 46px;
    background-color: #717178;
    border: 1px solid #717178;
}



.base-button[data-v-f403fe84]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, .1);
    z-index: 0;
    opacity: 0;
    transition: all .3s
}


.base-button--loading[data-v-f403fe84]:not(:disabled):before,
.base-button[data-v-f403fe84]:not(:disabled):hover:before {
    width: 150%;
    height: 150%;
    opacity: 1;
    border-radius: 50px;
    transform: translate(-50%, -50%)
}



.base-button--primary[data-v-f403fe84]:not(:disabled) {
    border-color: #ffb900;
    background-color: #1C1C1E;
    color: #fff;
}


.base-button--small[data-v-f403fe84] {
    height: 36px;
    padding: 6px 30px
}

.txt-btn{
    -webkit-box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 5px 5px 15px 5px rgba(0,0,0,0); 
    box-shadow: #FFF 0 -1px 4px, #ff0 0 -2px 10px, #ff8000 0 -10px 20px, red 0 -18px 40px, 5px 5px 15px 5px rgba(0,0,0,0);
}





h2 {
    padding-top: 20px;
}
table tr td {
    border: 1px solid white!important;
    padding: 8px;
}

body ol {
    padding: 20px;
}

table {
    padding: 20px;
}

@media (max-width: 768px) {
    .header__logo img {
        width: 110px!important;
        height: unset;
    }
}


.banner-float-bar-bg {
    position: fixed;
    bottom: -130px;
    left: 0;
    right: 0;
    top: auto;
    color: #fff;
    background-color: #000;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.show-banner {
    margin-bottom: 114px;
}
.show-banner .banner-float-bar-bg {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    z-index: 2;
}
.banner-float-bar-bg-ins {
    padding: 10px 0;
}
.banner-float-bar {
    margin: 0 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: 94px;
}
.banner-float-bar-data {
    width: 100%;
    max-width: 50%;
}
.banner-float-bar-data-ins {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.banner-float-bar-logo {
    flex: 0 0 120px;
}
.banner-float-bar-logo-img {
    line-height: 1;
}
.banner-float-bar-logo-img img {
    max-width: 100px;
    max-height: 80px;
    object-fit: contain;
}
.banner-float-bar-title-wrap {
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
.banner-float-bar-rating {
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
}
.banner-float-bar-rating .star-rating {
    margin-bottom: 3px;
    display: flex;
    margin-right: 5px;
}
.banner-float-bar-rating .star-rating .star {
    color: #fed330;
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-decoration: inherit;
    vertical-align: top;
    padding: 0 3px 0 0;
}
.banner-float-bar-rating .screen-reader-text {
    display: none;
}
.banner-float-bar-rating span {
    color: #7f8c8d;
}
.banner-float-bar-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.banner-float-bar-button-wrap .btn {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    padding: 14px 30px;
    text-align: center;
    margin: 0;
    font-weight: 700;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-decoration: none;
    border: 0;
    height: auto;
    width: auto;
}
.banner-float-bar-button-wrap .btn-primary {
    color: #fff;
    border: 1px solid #ffb900;
    background-color: #1C1C1E;
}
.banner-float-bar-button-wrap .btn-primary:hover {
    color: #fff;
    background-color: #1C1C1E;
}
.banner-float-bar-button-wrap .btn-secondary {
    color: #fff;
    background-color: #717178;
    border: 1px solid #717178;
    margin-right: 10px;
}
.banner-float-bar-button-wrap .btn-secondary:hover {
    background-color: #717178;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .banner-float-bar-button-wrap .btn-secondary {
        display: none;
    }
    .banner-float-bar-logo-img img {
        max-height: 40px;
    }
    .banner-float-bar-title-wrap {
        font-size: 20px;
    }
    .banner-float-bar-button-wrap .btn {
        padding: 14px 10px;
    }
}