:root {
    --shadow_w: 0 0px 2px rgba(32, 33, 36, 0.28);
    --main_green: #2eb875;
    --main_blue: #2765e3;
    --main_orange: #f2a612;
    --main_red: #f62144;
    --main_gray: #949494;
    --main_yellow: #e8e62d;
    --date-gray-text: #afafad;
    --mob-width: 992px
}
.space-offers-home-widget {
    background: none;
}
.main-container {
    max-width: 1315px;
    position: relative;
    padding: 10px 10px 20px;
    border-radius: 8px;
    min-height: 100vh;
    margin: 0 auto
}

.main_data_conteiner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start
}
.header_post_news_author {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 15px 0;
}
.main_colum_text_block.homepage {
    padding: 20px 0;
}
.news_list_block.homepage {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 4px;
}
.news_list_block.homepage .mr_block {
    padding: 0 0 6px;
    width: 33%;
    max-width: 33%;
}

@media (max-width:600px) {
    .news_list_block.homepage .mr_block {
        padding: 0 0 6px;
        width: 100%;
        max-width: 100%;
    }
}

.news_list_block.homepage .mr_block_date {
    margin-left: unset;
    padding: 0;
    text-align: left;
    justify-content: flex-start;
    font-weight: 400;
}
.news_list_block.homepage .mr_block_img_blk img {
    height: 200px;
    object-fit: cover;
}

.header_post_news_author_name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.header_post_news_author_name .author__img {
    width: 50px;
    height: 50px;
    border-radius: 50%!important;
    object-fit: cover;
}

.header_post_news_author_name a {
    text-decoration: none;
}

.header_review_author_name {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    max-width: 1200px;
    margin: 0px auto;
    padding: 15px 0;
}

.header_review_author_name .author__img {
    width: 50px;
    height: 50px;
    border-radius: 50%!important;
    object-fit: cover;
}

.header_review_author_name a {
    text-decoration: none;
    color: #2aae56;
}

.space-organizations-archive-item-detailed-tc-ins p {
    background-color: #fff;
    border-radius: 20px;
    color: #000;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
    padding: 10px;
    width: max-content;
    font-weight: 700;
}

.bonuses__widget-description {
    text-align: center;
    font-size: 12px;
    padding: 12px;
    border: 1px solid rgba(0, 0, 0, .25);
    margin: 10px 20px;
    border-radius: 8px;
    font-weight: 700;
}

@media (max-width:992px) {
    .header_review_author_name {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 0px!important;
    }
    .space-organizations-archive-item-detailed-tc-ins p {
        margin: 0px auto;
    }
    .bonuses__widget-header-button {
        padding: 15px!important;
        font-size: 18px!Important;
    }
}

@media (min-width:992px) {
    .main_data_conteiner {
        position: relative;
        margin-top: 20px;
    }
    .single-wrapper {
        padding: 0 5px 60px!important;
    }
}

@media (max-width:992px) {
    .bonuses__widget-header-button {
        max-width: 50%!important;
    }
}

section {
    height: max-content
}

.main_colum {
    order: 2;
    padding: 0 15px;
    height: min-content;
    width: 65%;
    margin: 0 auto
}

.left_colum,
.right_colum {
    padding: 0;
    height: min-content;
}

.left_colum {
    order: 1;
    width: 15%;
}

.right_colum {
    order: 3;
    width: 20%;
}

input:active,
input:focus,
input:hover {
    outline: 0;
    outline-offset: 0;
    box-shadow: none;
    border-color: #cecece
}

.mr_block_info_wrap,
header {
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.mainnav {
    display: flex;
    align-items: center;
    left: 2%;
    height: 52px;
    top: 8px;
    padding: 0 25px;
    transition: .3s;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 52px;
    justify-content: space-between;
    z-index: 999
}

.nav>.nav-list,
.navbar_submenu {
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute
}

.navbar-brand {
    display: inline-block;
    line-height: 100%;
    padding: 0;
    margin: 0;
    height: 16px
}

.nav-item,
.nav-item a,
.navbar_mainmenu {
    display: flex
}

.nav>.nav-list {
    display: flex
}

.nav-item {
    list-style: none;
    padding: 0 20px;
    align-items: center;
    align-items: center;
    text-align: center;
    text-wrap: nowrap
}

.nav-item a {
    cursor: pointer;
    padding: 0;
    justify-content: center;
    align-items: center
}

#g_id_onload,
.display_none,
.dropdown-menu,
.dropdown-toggle::after,
.nav>#nav-check {
    display: none
}

.navbar_submenu {
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    height: 53px;
    display: flex;
    top: 36px
}

.dropdown-menu.search_panel {
    left: unset;
    width: 270px;
    display: none;
    box-shadow: var(--shadow_w);
    padding: 12px 10px
}

.dropdown-menu.search_panel.show,
.dropdown-menu.show,
.tpmi_player_table_div a {
    display: block
}

.header_search_form>div {
    display: flex;
    height: 44px;
    justify-content: space-between;
    border-radius: 8px
}

form.header_search_form input.form-control {
    height: 100%;
    border-radius: 8px 0 0 8px
}

#search_input_menu,
.number_container>div:first-child {
    border-radius: 8px 0 0 8px;
    z-index: 2;
    padding: 0 8px;
    width: 160px;
    border: 0
}

#metarating-f-login,
#metarating-g-id-signin {
    width: 48%;
    height: 40px;
    overflow: hidden
}

button.header_search_form_btn {
    width: 55px;
    background: var(--main_green);
    margin-left: -5px;
    color: #fff;
    height: 44px;
    border: none
}

.nav_userImg img,
a#authDropdown {
    border-radius: 100%
}

a#authDropdown {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 10px;
    background-color: #fff;
    width: 26px;
    height: 26px;
    box-shadow: 0 4px 4px 0 rgb(48 48 48 / 0%), 0 0 0 4px #f1f2f6;
    max-width: 26px;
    max-height: 26px;
    cursor: pointer
}

.nav_right_panel {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav_userImg {
    display: flex;
    align-items: center;
    justify-content: center
}

.dropdown-menu.dropdown-menu-right,
.dropdown-menu.search_panel {
    position: absolute;
    top: 70px;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    right: 9px;
    flex-direction: column
}

.countFreshReplies {
    background: #f62144;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 12px
}

.dropdown-header,
.dropdown-item {
    display: block;
    white-space: nowrap
}

.dropdown-header {
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d
}

.dropdown-item {
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    background-color: transparent;
    border: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

@media (max-width:920px) {
    .mainnav {
        padding: 0 60px 0 20px;
        position: fixed;
        width: 96%;
        left: 2%
    }
    .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        height: 100%;
        width: 50px;
        justify-content: center;
        padding-top: 4px
    }
    .nav>.nav-btn>label {
        top: 15px;
        height: 20px;
        width: 28px;
        z-index: 5;
        position: absolute
    }
    .nav>.nav-btn>label>span {
        border-top: 2px solid #000;
        position: absolute;
        width: 100%;
        height: 2px;
        top: 50%;
        margin-top: -1px;
        left: 0;
        display: block;
        background: #020304;
        transition: .5s
    }
    .nav>.nav-btn>label>span:first-child {
        top: 3px;
        width: 50%;
        left: 50%
    }
    .nav>.nav-btn>label>span:last-child {
        top: 16px;
        width: 50%;
        left: 0
    }
    .nav>#nav-check:checked~.nav-btn span {
        opacity: 0;
        top: 50%
    }
    .nav>#nav-check:checked~.nav-btn label span:first-child {
        opacity: 1;
        transform: rotate(225deg);
        width: 100%;
        left: 0
    }
    .nav>#nav-check:checked~.nav-btn label span:last-child {
        opacity: 1;
        transform: rotate(-225deg);
        width: 100%;
        left: 0
    }
    .nav>.nav-list {
        position: absolute;
        display: flex;
        flex-direction: column;
        width: calc(100% - 0px);
        background-color: #fff;
        transition: .15s ease-in;
        top: 56px;
        overflow: hidden;
        z-index: 10;
        margin: 0 auto;
        left: 0;
        height: 0;
        transform: unset;
        flex-direction: row-reverse;
        box-shadow: var(--shadow_w);
        border-radius: 8px
    }
    .nav>#nav-check:checked~.nav-list {
        height: calc(100vh - 81px);
        min-height: fit-content;
        padding-top: 20px
    }
    .navbar_mainmenu {
        flex-direction: column;
        width: 50%;
        position: unset
    }
    .navbar_submenu {
        flex-direction: column;
        width: 50%;
        position: unset;
        transform: unset;
        height: fit-content;
        border-right: 1px solid #d3d3d3
    }
    .nav-item {
        padding: 8px 20px
    }
    .dropdown-menu,
    .dropdown-menu.search_panel {
        top: 60px;
        right: 0
    }
}

#navbarDropdown img,
div.colum_widget_news_icon>img {
    max-height: 16px;
    max-width: 16px
}

#navbarDropdown i,
.nearestForecasts_widget_sidebar .fc_time {
    font-size: 16px;
    font-weight: 500
}

.breadcrumb {
    background: 0 0;
    margin-bottom: 0;
    flex-wrap: nowrap;
    display: flex;
    align-items: center;
    padding: .75rem 0
}

.btn-primary,
.btn-primary:hover {
    background: var(--main_green);
    border: none
}

li.breadcrumb-item {
    display: flex;
    font-size: 12px;
    padding-right: .5rem;
    align-items: center
}

li.breadcrumb-item>a {
    color: #757575;
    font-weight: 400
}

.breadcrumb-item+.breadcrumb-item::before {
    padding-right: .5rem;
    color: var(--main_green);
    content: "/";
    font-weight: 600;
    content: "\2022";
    font-size: 24px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 75%
}

.breadcrumb,
li.breadcrumb-item:last-child,
li.breadcrumb-item:last-child span {
    padding-right: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #757575
}

.btn-primary {
    color: #fff
}

.btn-primary:hover {
    color: #000
}

.tpl_mc_top_subheader {
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 17px;
    text-align: center;
    margin: 0
}

.colum_widget_block,
.colum_widget_block_header {
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    background: #fff;
    box-shadow: var(--shadow_w);
    width: 100%;
    color: #000
}

.colum_widget_block {
    padding: 8px 10px 12px 17px;
    border-radius: 8px;
    border: 1px solid #2eb87500
}

.colum_widget_block_header {
    padding: 0 17px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    min-height: 43px;
    justify-content: space-between
}

.colum_widget_header {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    font-weight: 500;
    font-size: 17px;
    color: #000
}

.colum_widget_block_fl,
.colum_widget_block_link_green {
    background: var(--main_green);
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    font-weight: 500
}

.colum_widget_block_fl {
    padding: 0;
    font-size: 13px;
    height: 40px;
    justify-content: center
}

.colum_widget_block_link_green {
    color: #fff;
    font-size: 14px;
    height: 100%;
    padding: 8px 10px 8px 17px;
    text-align: center;
    justify-content: center
}

.best_game_link_site:hover,
.colum_widget_block_link_green:hover {
    background: #1a9358;
    color: #fff
}

.mr_block {
    background: #fff;
    box-shadow: var(--shadow_w);
    width: 100%;
    padding: 15px;
    border-radius: 8px;
    font-size: 13px
}

.best_game_link_site,
.header_post_blocknews_mc_tag.current,
.header_post_blocknews_mc_tag:hover {
    background: var(--main_green);
    color: #fff
}

.mr_block,
.mr_block_title {
    color: #000;
    margin-bottom: 10px;
    font-weight: 500
}

.mr_block_date,
.mr_block_row {
    color: #757575;
    font-weight: 400
}

.mr_block_title {
    font-size: 16px;
    line-height: 130%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: 500
}

.mr_block_img_blk {
    height: 170px;
    max-height: 170px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    margin-bottom: 10px
}

.mr_block_img {
    position: absolute;
    object-fit: cover;
    border-radius: 8px;
    max-width: 100%;
    max-height: 100%
}

.mr_block.pc .mr_block_row.top+.mr_block_title {
    margin-top: 4px
}

.mr_block_row {
    align-items: center;
    font-size: 13px;
    justify-content: flex-start;
    display: flex;
    gap: 8px
}

.mr_block_row>a {
    color: var(--main_green);
    font-size: 13px;
    font-weight: 500;
    align-items: center
}

.mr_block_row>img:nth-child(2) {
    margin-left: 15px
}

.mr_block_date {
    width: 137px;
    justify-content: flex-end;
    font-size: 12px;
    line-height: 20px;
    align-items: center;
    white-space: nowrap;
    margin-left: auto;
    text-align: right;
    display: flex;
    align-items: center
}

.sbnews_mr_block .mr_block_title {
    color: #000;
    margin-top: 12px;
    line-height: 135%;
    font-size: 16px;
    font-weight: 400
}

.sbnews_mr_block .mr_block.exclusive {
    border: 2px solid var(--main_green);
    box-shadow: none
}

.sbnews_mr_block .mr_block.exclusive .mr_block_row>a {
    background: var(--main_red);
    color: #fff;
    padding: 0 8px;
    border-radius: 8px
}

.best_game {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px 20px
}

.best_game_row {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr
}

.best_game_logo,
.best_game_row>* {
    align-items: center;
    margin: 0 auto;
    display: flex
}

.best_game_row>* {
    justify-content: center;
    align-self: center;
    justify-self: center
}

.best_game_leftPanel {
    width: 100%;
    padding-right: 20px;
    gap: 15px;
    position: relative
}

.best_game_num {
    width: 14px;
    text-align: center;
    font-weight: 500
}

.best_game_logo_link {
    width: 100%;
    height: 100%;
    display: flex
}

.best_game_logo {
    width: 100%;
    height: 70px;
    border-radius: 8px;
    justify-content: center;
    padding: 4px
}

.best_game_bonus {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    gap: 5px;
    width: 100%
}

.best_game_rightPanel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: 1px solid #e7e7e7;
    padding-left: 20px
}

.best_game_link {
    width: 137px
}

.best_game_link_site {
    min-width: 60px;
    justify-content: center;
    width: inherit;
    height: 34px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500
}

.fcmi_all_pagination>span:hover,
.header_post_blocknews_mc_tag {
    color: var(--main_green)
}

.header_post_blocknews_mc_tags {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    flex-wrap: wrap
}

.header_post_blocknews_mc_tags>a {
    margin-right: 10px
}

.header_post_blocknews_mc_tags>a:last-child {
    margin-right: 0
}

.tpl_news_filter>a,
.header_post_blocknews_mc_tag.current {
    margin-left: 10px
}

.tpl_news_filter>a:first-child {
    margin-left: 0
}

.header_post_blocknews_mc_tag {
    font-size: 13px;
    padding: 5px 10px;
    background: #fff;
    box-shadow: var(--shadow_w);
    border: 1px solid #2eb87500;
    border-radius: 6px;
    font-weight: 500;
    width: max-content;
    margin-bottom: 8px
}

.fcmi_all_pagination {
    margin: 20px 0 16px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fcmi_all_pagination>span {
    height: 28px;
    width: 32px;
    border: 1px solid #c2c2c2;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    margin: 0 5px;
    border-radius: 6px;
    font-weight: 500;
    background: #fff
}

.fcmi_all_pagination a {
    height: 100%;
    width: 100%;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center
}

.fcmi_all_pagination>span.active {
    background: var(--main_green);
    color: #fff;
    border: none
}

.g-news-link {
    border: 1px solid var(--main_green);
    border-radius: 6px;
    margin-bottom: 8px;
    background-color: #fff;
    padding: 0
}

.g-news-link a {
    display: block;
    padding: 12px;
    text-align: center
}

.g-news-link a:hover {
    background-color: var(--main_green);
    color: #fff
}

.main_colum_text_block,
.preReadMoreDiv {
    width: 100%;
    padding: 20px 20px 12px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
    border: 1px solid #2eb87500
}

.colum_widget_block_pp,
.main_colum_parcing,
.main_colum_text_block,
.preReadMoreDiv {
    background: #fff;
    box-shadow: var(--shadow_w);
    border-radius: 8px
}

.htmlContent h1,
.htmlContent h2,
.htmlContent h3,
.htmlContent h4 {
    margin-bottom: .5rem;
    line-height: 1.2;
    margin-top: .83em
}

.htmlContent .green_line {
    width: 100px;
    height: 3px;
    background: var(--main_green);
    margin: 15px 0;
    display: block
}

.htmlContent p a:not([class]) {
    border-bottom: 1px solid #2eb875;
    color: #2eb875
}

.htmlContent li a:not([class]) {
    color: #2eb875
}

.htmlContent ol:not([class]),
.htmlContent ul:not([class]) {
    margin-left: 30px;
    margin-bottom: 1rem
}

.htmlContent ol:not([class]) li,
.htmlContent ul:not([class]) li {
    margin-bottom: .5rem
}

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

.htmlContent table {
    border-collapse: collapse;
    box-sizing: unset;
    text-indent: initial;
    border-spacing: 0;
    max-width: 100%;
    word-break: normal;
    width: 100%;
    font-size: 14px
}

.htmlContent table tr {
    border-bottom: 1px solid #dadada
}

.htmlContent table td+td,
.htmlContent table.props td+td {
    padding-left: 10px
}

.htmlContent table p {
    margin: 0
}

.htmlContent table:not([class]) td {
    padding: 6px
}

.htmlContent table.props {
    min-width: 70%;
    margin: 0 auto;
    word-break: normal
}

.casinos_grid_bonus_line2,
.htmlContent table.props * {
    font-size: 14px
}

.htmlContent table.props td {
    padding: 6px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

.htmlContent table.props tr td:first-of-type {
    font-weight: 600
}

.htmlContent table.props th {
    font-weight: 700;
    border-bottom: 1px solid gray;
    background: #f1f1f1;
    text-align: left;
    padding: 4px 0 4px 10px
}

.htmlContent blockquote {
    font-size: 17px;
    font-style: italic;
    line-height: 1.5;
    position: relative;
    margin-top: 46px;
    font-weight: 400;
    border-left: 3px solid var(--main_green);
    margin-left: 3px;
    padding-left: 12px
}

.htmlContent blockquote:before {
    content: "\201d";
    font-size: 40px;
    position: absolute;
    left: -4px;
    width: 30px;
    height: 30px;
    background: #2eb875;
    color: #fff;
    border-radius: 5px;
    padding-left: 5px;
    padding-top: 6px;
    line-height: 100%;
    top: -40px
}

.htmlContent blockquote p:first-child:before {
    display: block;
    margin-left: 40px;
    margin-top: 30px;
    height: 12px
}

.htmlContent blockquote:after {
    content: " ";
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 10px
}

.htmlContent .list-pros-styled-block {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px
}

.htmlContent .list-pros-styled-column {
    box-shadow: var(--shadow_w);
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px
}

.htmlContent .list-pros-styled-header {
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 8px;
    margin-bottom: 8px
}

.htmlContent .list-pros-styled-block li {
    list-style: none;
    padding-left: 12px;
    display: flex;
    align-items: center;
    margin: 10px 0;
    line-height: 115%
}

.htmlContent .list-pros-styled-block li:before {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border: 1px solid;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    min-width: 16px;
    min-height: 16px
}

.htmlContent .list-pros-styled-block .plus li:before {
    content: "\002B";
    color: #2eb875
}

.htmlContent .list-pros-styled-block .minus li:before {
    content: "\2212";
    color: #f62144
}

.htmlContent table.home_bg_table_gap {
    border-spacing: 8px;
    border: none;
    width: 100%;
    border-collapse: inherit;
    font-size: 16px
}

.htmlContent table.home_bg_table_gap td {
    border: 1px solid #000;
    padding: 15px 20px;
    border-radius: 4px;
    background: #fff
}

.htmlContent table.gradient-border td,
.htmlContent table.gradient-border th {
    border: 1px solid #b7b7b7;
    padding: 8px;
    font-size: 14px
}

@media (max-width:1320px) {
    .htmlContent table.gradient-border {
        background: #fff;
        position: relative;
        border-radius: 0;
        max-width: 100%;
        display: block;
        overflow-y: hidden;
        height: auto;
        font-size: 13px
    }
    .htmlContent table.gradient-border tbody {
        overflow-x: scroll;
        display: block
    }
    .htmlContent table.gradient-border tbody:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: linear-gradient(90deg, transparent, #00000085);
        border-radius: 0;
        z-index: 1;
        background-size: 300% 300%;
        width: 12px;
        border-right: 1px solid #b7b7b7
    }
    .htmlContent table.gradient-border tbody:target {
        animation-play-state: running
    }
}

.header_post_blocknews_mc_text_read_other {
    box-shadow: var(--shadow_w);
    display: grid;
    padding: 15px;
    border-radius: 8px;
    align-items: center;
    background: #f9f9f9;
    grid-gap: 10px;
    grid-template-columns: 1fr 100px;
    margin: 25px 0
}

.htmlContent .header_post_blocknews_mc_text_read_other a:not([class]) {
    border-bottom: 0
}

.header_post_blocknews_mc_text_read_other.reverse {
    grid-template-columns: 100px 1fr
}

img.header_post_blocknews_mc_text_read_other_img {
    float: left;
    border-radius: 8px;
    max-width: 140px;
    max-height: 100px
}

.header_post_blocknews_read_other_img_block {
    min-height: 100px;
    min-width: 100px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    grid-column: 2;
    grid-row: 1/2
}

.reverse .header_post_blocknews_read_other_img_block {
    grid-column: 1;
    grid-row: 1/2
}

.reverse .header_post_blocknews_mc_text_read_other_link {
    grid-column: 2;
    grid-row: 1/2
}

.reverse .header_post_blocknews_mc_text_read_other_text {
    grid-column: 2;
    grid-row: 1/2;
    color: #949494;
    font-weight: 500
}

.header_post_blocknews_read_other_img_block .header_post_blocknews_mc_text_read_other_img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 8px;
    z-index: 1;
    padding: 0;
    margin: 0
}

.header_post_blocknews_mc_text_read_other_left {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-right: 10px
}

.header_post_blocknews_mc_text_read_other_right {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 10px
}

.header_post_blocknews_mc_text_read_other_text {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: -5px;
    display: flex;
    line-height: 115%;
    flex-direction: column;
    justify-content: center;
    height: 100%
}

.header_post_blocknews_mc_text_read_other_text a.read_other_text_link {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
    margin-top: 5px;
    line-height: 125%
}

.header_post_blocknews_mc_text_read_other_link {
    font-size: 14px;
    color: var(--main_green);
    text-transform: uppercase;
    display: flex;
    align-items: end;
    font-weight: 500
}

.header_post_blocknews_mc_text_read_other_link a {
    font-size: 14px;
    color: var(--main_green);
    font-weight: 500
}

.best_game_default_list {
    display: flex;
    flex-direction: column
}

.best_game_default_list .best_game_row {
    width: 100%;
    margin: 0 auto 20px;
    min-height: 140px;
    display: grid;
    padding: 15px 20px;
    border-radius: 8px;
    color: #000;
    border: 1px solid gray;
    grid-template-columns: 160px 1fr 160px;
    position: relative
}

.best_game_default_list .best_game_row>* {
    z-index: 2;
    position: relative
}

.best_game_default_list .best_game_row:before {
    content: "";
    position: absolute;
    z-index: 1;
    background: #fff;
    background: linear-gradient(114deg, rgb(255 255 255 / 0%) 0, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 34%) 100%);
    width: 100%;
    height: 100%
}

.best_game_default_list .best_game_leftPanel {
    padding: 0 15px 0 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 116px
}

.best_game_default_list .best_game_rightPanel {
    height: 100%;
    border-radius: 0 10px 10px 0;
    border-left: 0;
    padding: 0;
    display: flex
}

.best_game_default_list .best_game_row_bottom {
    grid-column-start: 1;
    grid-column-end: 4;
    display: block;
    width: 100%;
    margin-top: 15px;
    padding-top: 5px
}

.best_game_default_list .best_game_advantages_lst {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    font-size: 14px
}

.best_game_default_list .best_game_advantages_lst li {
    list-style: none;
    display: flex;
    gap: 8px;
    color: #000;
    margin-bottom: 8px;
    line-height: 115%
}

.best_game_default_list .best_game_check {
    display: flex;
    width: 14px;
    height: 14px;
    align-items: center;
    margin-top: 2px
}

.best_game_default_list .best_game_logo {
    display: flex;
    flex-direction: column;
    height: 116px;
    border-radius: 8px;
    padding: 15px;
    position: relative;
    border: 1px solid #fff
}

.best_game_default_list .best_game_logo:hover {
    position: relative;
    border: 1px solid #494949;
    padding: 6px;
    transition: .3s;
    background: #292929
}

.best_game_default_list .best_game_logo img {
    width: 100px
}

.best_game_default_list .best_game_rating_block {
    display: flex;
    color: #fff;
    font-size: 16px;
    align-items: center
}

.best_game_default_list .best_game_rating_star {
    color: #fac917;
    font-size: 23px;
    display: flex;
    align-items: center;
    margin-right: 5px;
    height: 27px;
    line-height: 100%
}

.best_game_default_list .best_game_bonus {
    flex-direction: column
}

.best_game_default_list .best_game_bonus_2 {
    font-weight: 400
}

.best_game_default_list .best_game_bonus_text {
    color: #676767
}

.best_game_default_list .best_game_link {
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-radius: 6px;
    font-size: 15px;
    transition: .3s;
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.best_game_default_list .best_game_link_site {
    background: #2eb875;
    color: #fff
}

.best_game_default_list .best_game_link_review {
    background: #f4f4f4;
    color: #000;
    border: 1px solid #cecece;
    font-weight: 500
}

.best_game_default_list .best_game_link:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: rgb(55 55 55 / 30%);
    transition: .3s
}

.best_game_default_list .best_game_link:hover {
    background-color: #232323;
    color: #fff
}

.sc_best_casinos_grid {
    display: grid;
    grid-template-columns: 45% 55%
}

.casinos_grid_left {
    height: 130px;
    padding: 15px 0;
    position: relative;
    margin-bottom: 15px
}

svg.casinos_grid_rArrow {
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translate(0, -50%)
}

.casinos_grid_left>a {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.casinos_grid_left .casinos_grid_logo_img {
    max-width: 90%;
    max-height: 90%;
    width: 118px
}

.casinos_grid_rating {
    display: flex;
    width: 100%;
    height: 50%;
    align-items: flex-end;
    justify-content: center
}

.casinos_grid_stars {
    color: #fac917;
    font-size: 18px;
    width: 65%;
    display: flex;
    align-items: baseline;
    justify-content: center
}

.casinos_grid_stars span:nth-child(2),
.casinos_grid_stars span:nth-child(4) {
    font-size: 22px
}

.casinos_grid_stars span:nth-child(3) {
    font-size: 26px
}

.casinos_grid_rating_value {
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 22px
}

.casinos_grid_right {
    margin-bottom: 15px;
    background: #f3f3f3;
    border: 1px solid #e4e6eb;
    padding-left: 6px
}

.casinos_grid_bonus {
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    line-height: 115%;
    padding-top: 10px
}

.casinos_grid_bonus_line1 {
    font-size: 18px;
    margin-bottom: 8px;
    max-width: 90%;
    font-weight: 500
}

a.casinos_grid_site {
    color: #fff;
    background: var(--main_green);
    border-radius: 4px;
    min-width: 60px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    width: 140px;
    margin: 0 auto;
    max-width: 80%
}

.shortcode.top_bookmaker_w_data_table {
    box-shadow: var(--shadow_w);
    background: #f9f9f9;
    border-radius: 8px
}

.shortcode tr.top_bookmaker_w_data_tr {
    height: 75px;
    border-bottom: 1px solid #e4e4e4
}

.shortcode tr.top_bookmaker_w_data_tr>td:nth-child(7) {
    width: 65px;
    padding-right: 10px
}

.shortcode .top_bookmaker_w_logo {
    flex-direction: column;
    color: #000;
    width: 48px;
    height: 48px;
    border-radius: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    margin: 0 auto
}

.shortcode .top_bookmaker_w_rating_circle {
    border: 3px solid var(--main_green);
    width: 34px;
    height: 34px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
    color: #000
}

.shortcode .top_bookmaker_w_rating_star {
    width: 25px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center
}

.shortcode .top_bookmaker_w_bonus {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500
}

.shortcode a.top_bookmaker_w_link_info,
.shortcode a.top_bookmaker_w_link_site {
    height: 34px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500
}

.shortcode a.top_bookmaker_w_link_info {
    justify-content: center;
    margin: 0 5px 0 0;
    color: #1c1e21;
    background: #e4e6eb;
    width: auto;
    min-width: 28px
}

.shortcode .top_bookmaker_w_link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column
}

.shortcode a.top_bookmaker_w_link_site {
    color: #fff;
    background: var(--main_green);
    min-width: 60px;
    justify-content: center;
    width: -webkit-fill-available
}

.telegramChannel {
    border-radius: 8px;
    margin-top: 15px;
    background: #fff;
    border: 2px solid #14a0ff;
    padding: 10px 15px 0;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    justify-content: space-between;
    min-height: 60px;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap
}

.telegramChannel_row_1,
.telegramChannel_row_2 {
    align-items: center;
    margin: 0 auto;
    display: flex
}

.telegramChannel_row_1 {
    overflow-wrap: anywhere;
    flex-grow: 2;
    text-align: center;
    justify-content: center;
    padding-bottom: 15px
}

.telegramChannel_row_2 {
    min-width: 230px;
    justify-content: space-between;
    flex-grow: 2;
    max-width: 250px;
    padding-bottom: 10px
}

.footer,
.footer_lic_block {
    padding: 30px 20px 20px;
    border-radius: 8px;
    box-shadow: var(--shadow_w);
    font-size: 14px
}

.telegramChannel_arrow {
    max-height: 20px;
    max-width: 70px
}

a.telegramChannel_link {
    background: #14a0ff;
    color: #fff;
    padding: 6px 15px;
    border-radius: 15px;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

a.telegramChannel_link img {
    margin-right: 8px
}

.telegramChannel_link:hover {
    color: #fff
}

.footer {
    color: #000;
    width: 100%;
    background: #f2f2f2;
    margin: 15px auto;
    display: flex;
    gap: 15px
}

.footer_left {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.footer_logo_row {
    display: flex;
    gap: 20px
}

.footer .social,
.footer_right {
    gap: 15px;
    display: flex
}

.footer_logo_img {
    max-width: 150px;
    margin-right: 30px
}

.footer .social {
    align-items: center
}

.footer_li {
    list-style: none
}

.footer_console {
    height: 20px
}

.footer_lic_block {
    background: #181818;
    color: #fff;
    margin: 15px auto 0
}

.footer_lic_partners {
    display: flex;
    justify-content: center;
    gap: 34px;
    align-items: center
}

.footer_lic_p.flp_second {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    text-transform: uppercase
}

.open-modal,
.tpl_show_commets_liker_row div,
div.star-ratings-css-bottom>span,
div.star-ratings-css-top>span {
    cursor: pointer
}

.main_login_modal_btn .modal {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(33, 33, 33, .75);
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1
}

.main_login_modal_btn .modal.is-visible {
    visibility: visible;
    opacity: 1;
    z-index: 9999
}

.main_login_modal_btn .modal-dialog {
    position: relative;
    max-width: 90%;
    width: 550px;
    height: auto;
    margin: 0 auto;
    overflow: auto;
    border: none;
    outline: 0;
    border-radius: 20px;
    color: #353535;
    background: #fff;
    max-height: 90%
}

.carousel_foto_video_hot .mr_block_img_blk,
.carousel_foto_video_uni .mr_block_img_blk,
.modal_login_padding_conteiner {
    padding: 0 20px
}

#modal-signup .input-group input::placeholder {
    font-weight: 500;
    padding-left: 5px;
    font-size: 14px
}

#modal-signup .input-group input {
    border-radius: 20px;
    width: 100%;
    height: 44px;
    display: block;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#modal-signup .input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 1rem !important
}

#modal-signup form .input-group-append {
    position: absolute;
    right: 15px;
    height: 44px;
    display: flex;
    align-items: center
}

#modal-signup form .input-group-text {
    color: gray;
    border: 0;
    background: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap
}

#modal-signup .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.login-box-msg-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    border-bottom: 1px solid #e4e6eb;
    font-weight: 500;
    font-size: 18px;
    color: #000
}

.login-box-social-text-header {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    color: #000;
    font-size: 14px
}

.modal_login_btn button,
.modal_login_row,
.modal_reg_row {
    width: 100%;
    height: 44px;
    font-weight: 500
}

.main_login_modal_btn .modal-content .close-modal {
    line-height: inherit;
    border: none;
    outline: 0;
    color: #353535;
    background: 0 0;
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer
}

.main_login_modal_btn .modal-content .close-modal svg {
    width: 18px
}

.social_login_box {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    overflow: hidden
}

#metarating-g-id-signin iframe {
    height: 40px !important;
    width: 270px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center
}

@media (max-width:992px) {
    .single .space-single-aces-breadcrumbs {
        padding-left: 0px!important;
        padding-top: 0px!important;
        margin-bottom: 30px!important;
    }
    .main_data_conteiner {
        flex-direction: column;
        background: #fff
    }
    .main-container {
        padding: 0 0 20px;
        background: #fff
    }
    .main_colum {
        width: 100%;
        order: 1;
        padding: 10px 8px 8px
    }
    .left_colum {
        order: 2;
        width: 100%;
        padding: 8px
    }
    .right_colum {
        order: 3;
        width: 100%;
        padding: 8px
    }
    .colum_widget_block_header {
        box-shadow: unset
    }
    .best_game_default_list .best_game_bonus_1,
    .best_game_default_list .best_game_rating_star,
    .colum_widget_header {
        font-size: 20px
    }
    .mr_block_title,
    .sbnews_mr_block .mr_block_title {
        font-size: 17px
    }
    .mr_block_title {
        font-weight: 500
    }
    .header_post_blocknews_mc_tags {
        padding: 15px 7px
    }
    .main_colum_text_block {
        border: unset;
        box-shadow: none;
        padding: 0 5px
    }
    .htmlContent table.props {
        min-width: 100%
    }
    .htmlContent .list-pros-styled-block {
        grid-template-columns: 1fr;
        grid-gap: 0px
    }
    .htmlContent table.home_bg_table_gap {
        border-spacing: 8px;
        border: none;
        width: calc(100% + 16px);
        border-collapse: inherit;
        font-size: 16px;
        margin: 0 -8px
    }
    .best_game_default_list .best_game_row {
        grid-template-columns: 145px 1fr;
        max-height: fit-content;
        margin-bottom: 15px
    }
    .best_game_default_list .best_game_rightPanel {
        position: relative;
        padding: 15px 0 0;
        grid-column-start: 1;
        grid-column-end: 3;
        display: grid;
        flex-direction: row;
        height: 65px;
        grid-template-columns: 130px 1fr;
        gap: 15px;
        width: 100%
    }
    .best_game_default_list .best_game_bonus_2,
    .best_game_default_list .best_game_bonus_text {
        font-size: 16px
    }
    .best_game_default_list .best_game_link {
        width: 100%
    }
    .best_game_default_list .best_game_row_bottom {
        grid-column-start: 1;
        grid-column-end: 3
    }
    .best_game_default_list .best_game_advantages_lst {
        grid-template-columns: 1fr;
        gap: 4px
    }
    .shortcode.top_bookmaker_w_data>div.top_bookmaker_w_link {
        width: auto
    }
    .shortcode.top_bookmaker_w_data>div.top_bookmaker_w_link>a {
        width: 70px
    }
    .shortcode.top_bookmaker_w_data>div.top_bookmaker_w_link>a.top_bookmaker_w_link_info {
        font-size: 0;
        width: 30px;
        margin-left: 6px;
        background-image: url(/img/icons/right.svg);
        background-size: 10px;
        background-position: center;
        background-repeat: no-repeat
    }
    .footer,
    .social_login_box {
        flex-direction: column
    }
    .footer_right {
        flex-direction: column;
        gap: 0
    }
    .footer_li a {
        display: block;
        padding: 7px 0;
        margin: 0
    }
    .footer_lic_partners {
        flex-wrap: wrap;
        gap: 10px
    }
    #metarating-g-id-signin {
        width: 256px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0
    }
    #metarating-f-login {
        width: 230px;
        margin: 10px auto 0
    }
}

#metarating-g-signin2 .abcRioButton.abcRioButtonLightBlue {
    box-shadow: none;
    height: 100% !important;
    width: 100% !important;
    border: 1px solid #ced4da;
    border-radius: 20px
}

#metarating-g-signin2 .abcRioButtonContentWrapper {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

#metarating-f-login .fb_iframe_widget {
    height: 32px;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #1877f2;
    border-radius: 15px
}

.modal_login_row,
.social_login_div_links {
    justify-content: space-between;
    display: flex
}

.modal_login_row {
    color: #000
}

.modal_reg_row {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background: #e4e6eb;
    border: 0;
    border-radius: 20px
}

.background_main_green,
.modal_login_btn button {
    background: var(--main_green)
}

.main_login_modal_btn .modal-content {
    border: 0;
    font-size: 14px
}

.modal_login_btn button {
    border: 0;
    border-radius: 20px;
    margin-bottom: 15px
}

.modal-content .title {
    text-align: center;
    font-weight: 500;
    padding: 15px 0 12px;
    border-bottom: 1px solid #e1e1e1
}

.social_login_div {
    padding: 15px 30px;
    display: flex;
    flex-direction: column
}

.m_top_10,
.social_login_div_links {
    margin-top: 10px
}

.social_login_div_links>div {
    width: 45%
}

.social_login_div_links img {
    width: 100%;
    height: auto
}

.modal_login_separator {
    text-align: center;
    font-weight: 500;
    padding: 10px 0;
    font-size: 12px
}

.modal-content form {
    padding: 0;
    margin-top: 10px
}

.form-group.login_remember_group {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.main_login_modal_btn .modal-content .form-group {
    width: 100%;
    height: auto;
    margin-bottom: 1.25rem
}

.main_login_modal_btn .modal-content .form-group:nth-child(6) {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center
}

.main_login_modal_btn .modal-content .form-group .input-field {
    font-family: inherit;
    font-size: .9rem;
    font-weight: 500;
    line-height: inherit;
    padding: .75rem 1.25rem;
    width: 100%;
    height: auto;
    outline: 0;
    border: none;
    border-radius: 2rem;
    color: #353535;
    background: #eff3f4
}

.main_login_modal_btn .modal-content .form-group .input-submit {
    font-family: inherit;
    font-size: .9rem;
    font-weight: 500;
    line-height: inherit;
    text-align: center;
    cursor: pointer;
    padding: .75rem 1.25rem;
    width: 30%;
    height: auto;
    outline: 0;
    border: none;
    border-radius: 2rem;
    color: #fff;
    background: #178ecf;
    -webkit-transition: .3s;
    transition: .3s
}

.main_login_modal_btn .modal-content .form-group .input-submit:hover {
    background: #126fa1
}

.main_login_modal_btn .modal-content .form-group .text-link {
    font-size: .9rem;
    font-weight: 500;
    line-height: inherit;
    margin-left: 1.2rem;
    color: #178ecf
}

.main_login_modal_btn .modal-content .form-group .text-link:hover {
    text-decoration: underline;
    -webkit-transition: .3s;
    transition: .3s
}

.separator_w_100 {
    border-top: 1px solid #e4e4e4;
    width: 100%;
    padding: 0;
    height: 0
}

.width_100 {
    width: 100% !important
}

.width_80 {
    width: 80% !important
}

.width_60 {
    width: 60% !important
}

.width_40 {
    width: 40% !important
}

.width_20 {
    width: 20% !important
}

.width_0 {
    width: 0% !important
}

.ceo_text_size {
    font-size: 15px
}

.ceo_text_padding {
    padding: 8px 20px 12px
}

.no_padding {
    padding: 0
}

.padding_0 {
    padding-left: 0;
    padding-right: 0
}

.padding_5 {
    padding-left: 5px;
    padding-right: 5px
}

.padding_15_0 {
    padding: 15px 0
}

.padding_8_12 {
    padding: 8px 12px
}

.padding_15,
.padding_15_15 {
    padding: 15px
}

.m_top_15 {
    margin-top: 15px
}

.m_top_20 {
    margin-top: 20px
}

.m_bottom_5 {
    margin-bottom: 5px
}

.m_bottom_16 {
    margin-bottom: 16px
}

.m_bottom_20 {
    margin-bottom: 20px
}

.m_bottom_40 {
    margin-bottom: 40px
}

.no_border_bottom {
    border-bottom: none
}

.divider {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e1e1e1
}

.sadfd,
.sadfd>ins {
    min-width: 299px;
    max-width: 301px;
    width: 300px;
    margin: 0 auto
}

.sadfd.pc-header,
.sadfd.pc-header>ins {
    padding-top: 0;
    min-width: 767px;
    max-width: 1200px;
    width: 1200px;
    max-height: 160px;
    margin-bottom: 8px;
    padding-bottom: 0
}

.sadfd.pc-article-bottom,
.sadfd.pc-article-bottom>ins,
.sadfd.pc-article-top,
.sadfd.pc-article-top>ins {
    min-width: 299px;
    max-width: 560px;
    width: 560px
}

.sadfd.mobile-article-bottom,
.sadfd.mobile-article-top {
    width: 100%;
    max-width: 100%
}

.sadfd.pc-catfish,
.sadfd.pc-catfish>ins {
    min-width: 767px;
    max-width: 100%;
    width: 100%
}

.sadfd.mobile-catfish,
.sadfd.mobile-catfish>ins {
    min-width: 200px;
    max-width: 767px;
    width: 340px
}

.sadfd.mobile-catfish,
.sadfd.pc-catfish {
    position: fixed;
    bottom: 0;
    z-index: 9;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0
}

.sadfd a.catFish__link {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
    position: relative;
    width: fit-content
}

.catFish__closeBtn {
    position: absolute;
    z-index: 9;
    right: 8px;
    top: 8px;
    background: #ffe200;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #000;
    cursor: pointer;
    border: 1px solid #000;
    padding: 0;
    line-height: 100%;
    border-radius: 5px;
    font-weight: 600
}

.sadfd {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0
}

.brand-container,
.main-container {
    background: #f9f9f9
}

.sadfd.pc-bgcover {
    min-height: 120px
}

.short-ch-freespin-1,
.short-ch-register-1 {
    border-radius: 8px;
    display: flex;
    width: 100%
}

.short-ch-freespin-1 a.short-ch-freespin-1-btn.green,
.short-ch-register-1 {
    color: #fff;
    background: var(--main_green)
}

.short-ch-register-1 {
    font-size: 15px;
    font-weight: 500;
    height: 42px;
    padding: 8px 10px 8px 17px;
    text-align: center;
    align-items: center;
    justify-content: center;
    max-width: 240px;
    margin: 20px auto
}

.short-ch-register-1:hover {
    color: #000
}

.short-ch-freespin-1 {
    margin-top: 15px;
    background: #fff;
    border: 2px solid var(--main_green);
    padding: 10px 15px 0;
    font-size: 16px;
    font-weight: 600;
    justify-content: space-between;
    min-height: 60px;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap
}

.short-ch-freespin-1 .short-ch-freespin-1-row1 {
    overflow-wrap: anywhere;
    display: flex;
    align-items: center;
    flex-grow: 2;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
    padding-bottom: 15px
}

.short-ch-freespin-1 .short-ch-freespin-1-row2 {
    min-width: 230px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 2;
    margin: 0 auto;
    padding-bottom: 10px;
    width: 100%;
    text-align: center;
    justify-content: center
}

.short-ch-freespin-1 a.short-ch-freespin-1-btn {
    padding: 6px 15px;
    border-radius: 15px;
    white-space: nowrap;
    min-width: 200px
}

.header_post_blocknews_main_h1 {
    font-size: 30px;
    line-height: 125%;
    font-weight: 600;
    margin-bottom: 12px;
    display: block
}

.header_post_blocknews_author {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px
}

.header_post_blocknews_author_name {
    font-weight: 500;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 10px;
    font-size: 14px
}

.header_post_blocknews_author img {
    display: block;
    border-radius: 100%
}

.header_post_blocknews_mc_rating_row {
    margin: 12px 0;
    color: #757575;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    align-items: center;
    gap: 20px
}

.header_post_blocknews_mc_rating_row>time {
    align-items: center;
    display: flex;
    font-size: 12px
}

time.header_post_blocknews_mcrr_date {
    margin-right: 0;
    justify-content: flex-start
}

.header_post_blocknews_mcrr_views {
    margin-left: 0;
    align-items: center;
    display: flex;
    gap: 8px
}

.header_post_blocknews_mc_rating_row>.header_post_blocknews_mc_rating_stars {
    width: 170px;
    float: right;
    margin-right: 0;
    display: flex;
    justify-content: flex-end;
    user-select: none;
    align-items: center
}

.header_post_blocknews_mcrr_cat>a {
    color: var(--main_green);
    font-weight: 500;
    font-size: 13px;
    text-decoration: none;
}

.header_post_blocknews_mcrr_date>span {
    margin-left: 5px
}

.header_post_blocknews_mc_rating_stars>div.star-ratings-css {
    margin-top: -15px;
    height: 21px
}

.header_post_blocknews_mc_comments {
    color: #757575;
    display: flex;
    gap: 8px;
    align-items: center
}

.main_colum_top_news {
    border-radius: 8px;
    margin-bottom: 30px;
    padding: 0;
    position: relative
}

.main_colum_top_news_img {
    width: 100%;
    margin: 0 auto;
    left: 0;
    border-radius: 8px;
    padding: 0;
    top: 0;
    object-fit: cover;
    height: auto;
    z-index: 1
}

.main_colum_top_news figcaption {
    position: absolute;
    z-index: 3;
    color: #757575;
    bottom: -23px;
    font-size: 12px;
    right: 0
}

.header_post_blocknews_mc_text_before {
    font-size: 16px
}

@media (max-width:992px) {
    .header_post_blocknews_main_h1 {
        font-size: 26px
    }
    .header_post_blocknews_mc_rating_row {
        gap: 10px;
        align-items: center;
        width: 100%
    }
    .header_post_blocknews_mcrr_views {
        gap: 4px;
        margin-left: auto
    }
    .header_post_blocknews_mc_comments {
        gap: 4px
    }
    .header_post_blocknews_mc_main_img {
        position: relative
    }
    .main_colum_top_news {
        margin: 0 -13px;
        position: relative;
        z-index: 1;
        border-radius: 20px 20px 0 0;
        overflow: hidden
    }
    .main_colum_top_news:before {
        background: linear-gradient(0deg, rgb(0 0 0) 0, rgb(0 0 0 / 18%) 50%, rgb(0 0 0 / 0%) 100%);
        z-index: 2;
        content: " ";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%
    }
    .main_colum_top_news figcaption {
        position: absolute;
        z-index: 3;
        color: #c5c5c5;
        bottom: 30px;
        font-size: 12px;
        right: 16px
    }
    .header_post_blocknews_mc_text_before {
        font-size: 17px;
        margin: -20px -13px 0;
        position: relative;
        background: #fff;
        border-radius: 20px;
        z-index: 2;
        padding: 10px 15px 15px;
        border-bottom: 1px solid #c9c9c9
    }
    .header_post_blocknews_mc_text_before.header_post_blocknews_video {
        margin-top: 0
    }
    .main_colum_text_block.comment_block {
        width: 100%;
        padding: 15px;
        border-radius: 8px;
        background: #fff;
        box-shadow: var(--shadow_w)
    }
}

.rating {
    font-size: 20px;
    overflow: hidden;
    margin-top: -5px
}

.rating input {
    float: right;
    opacity: 0;
    position: absolute
}

.rating a,
.rating label {
    float: right;
    color: #aaa;
    text-decoration: none;
    -webkit-transition: color .4s;
    -moz-transition: color .4s;
    -o-transition: color .4s;
    transition: color .4s
}

.rating a:focus,
.rating a:focus~a,
.rating a:hover,
.rating a:hover~a,
.rating input:focus~label,
.rating label:hover,
.rating label:hover~label {
    color: orange;
    cursor: pointer
}

.rating2 {
    direction: rtl
}

.rating2 a {
    float: none
}

.star_background_yellow {
    color: #fac917
}

.star-ratings-css {
    unicode-bidi: bidi-override;
    color: #c5c5c5;
    font-size: 22px;
    position: relative;
    padding: 0;
    margin: 0 10px 0 0
}

.star-ratings-css-top {
    color: #fac917;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden
}

.star-ratings-css-bottom {
    padding: 0;
    display: block;
    z-index: 0
}

div.star-ratings-css-bottom>span:hover,
div.star-ratings-css-top>span:hover {
    color: #ffd83e
}

.login_btns_block,
.tpl_show_commets_d_row,
a.discussionReply {
    display: flex
}

.login_btn,
.registration_btn {
    font-size: 14px;
    border-radius: 8px;
    text-align: center;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px
}

.login_btn {
    margin-right: 12px;
    background: var(--main_green);
    color: #fff;
    font-weight: 500
}

.registration_btn {
    background: #e4e6eb;
    color: #000;
    width: 130px;
    font-weight: 500
}

.tpl_add_commet {
    width: 100%;
    font-size: 15px;
    font-weight: 400
}

.tpl_add_commet.response {
    width: 85%;
    margin-left: 10%
}

.tpl_add_comment_textarea {
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #2f2f2f;
    box-shadow: var(--shadow_w);
    border: 1px solid #2eb87500;
    margin-bottom: 16px;
    height: 100px;
    width: 100%;
    padding: 8px 12px;
    background: #f9f9f9
}

.tpl_add_comment_textarea::-webkit-input-placeholder {
    color: #7f7f7f
}

.tpl_add_comment_button {
    color: #fff;
    background: var(--main_green);
    font-size: 13px;
    font-weight: 500;
    border: 0;
    padding: 10px 20px;
    border-radius: 6px;
    cursor: pointer
}

.tpl_show_commets_block_info_data,
.tpl_show_commets_img,
button#discussion-more {
    background: #f9f9f9;
    box-shadow: var(--shadow_w)
}

.tpl_add_comment_label {
    font-weight: 500;
    margin-bottom: 15px;
    padding-left: 0;
    font-size: 18px;
    display: block
}

.discussTitle,
.tpl_show_commets_img>i.far.fa-user {
    font-size: 16px
}

.discussTitle {
    font-weight: 600
}

.tpl_show_commets_comment.answer {
    padding-left: 55px
}

.tpl_show_commets_comment.answer.hidden {
    max-height: 0;
    overflow-y: hidden
}

.tpl_show_commets_block {
    width: 100%;
    margin-top: 15px;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex
}

.tpl_show_commets_img,
.tpl_show_commets_liker_row {
    align-items: center;
    display: flex
}

.tpl_show_commets_img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    justify-content: center;
    border: 1px solid #51515100;
    margin-right: 15px;
    min-width: 40px;
    position: relative
}

.tpl_show_commets_img img {
    position: absolute;
    left: 1%;
    top: 1%;
    object-fit: cover;
    height: 98%;
    width: 98%;
    border-radius: 100%
}

.tpl_show_commets_block_info {
    display: flex;
    flex-direction: column
}

.tpl_show_commets_block_info_data {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #2eb87500;
    border-radius: 4px 8px 8px;
    margin: 0
}

.tpl_show_commets_block_info>div {
    display: flex;
    margin-bottom: 8px;
    width: 100%;
    overflow-wrap: anywhere
}

.tpl_show_commets_name {
    font-weight: 500;
    margin-right: 10px
}

.tpl_show_commets_date {
    color: #bdbdbd;
    font-weight: 400;
    font-size: 12px
}

.tpl_show_commets_text {
    font-size: 14px;
    font-weight: 400
}

.tpl_show_commets_liker_row div:hover {
    opacity: .7
}

.tpl_show_commets_liker_row div {
    cursor: pointer;
    display: flex;
    align-items: center
}

.discussionShowReplies_block {
    margin-left: 110px
}

.discussionShowReplies {
    padding: 6px 0;
    color: #000;
    border-radius: 8px;
    font-weight: 500
}

span.entityDiscussion_count {
    font-weight: 500
}

.discussionShowReplies_block .fa-reply {
    transform: rotate(270deg);
    padding-right: 5px;
    color: #737373
}

button#discussion-more {
    width: 100%;
    padding: 8px;
    color: #737373;
    font-weight: 500;
    margin-top: 10px;
    border: 1px solid #2eb87500;
    border-radius: 8px
}

.show_all_comments_count {
    color: #000
}

.tpl_show_comment_like {
    color: var(--main_green);
    margin-right: 10px;
    font-size: 14px;
    font-weight: 400
}

.tpl_show_comment_dislike {
    color: var(--main_red);
    margin-right: 20px;
    font-size: 14px;
    font-weight: 400
}

.tpl_show_comment_answer {
    color: gray;
    border-bottom: 1px solid #e0e0e0;
    font-size: 13px;
    font-weight: 400
}

.bonuses__widget {
    display: block;
    width: 100%;
    border: 2px solid #2aae56;
    margin-bottom: 20px;
    border-radius: 8px;
}

.bonuses__widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 20px;
}

.bonuses__widget-header img {
    max-width: 80px;
}

.bonuses__widget-header-button {
    background-color: #2aae56;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
    max-width: 80px;
    text-align: center;
    font-size: 12px;
}



.bonuses__widget-bonus {
    margin-top: 20px;
    background-color: #2aae56;
    color: #fff;
    text-align: center;
    padding: 12px 30px;
    font-size: 12px;
}

.main_colum_text_block.homepage p,
.main_colum_text_block.homepage h1,
.main_colum_text_block.homepage h2,
.main_colum_text_block.homepage h3,
.main_colum_text_block.homepage h4,
.main_colum_text_block.homepage h5 {
    padding: 7px 15px;
}