body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #525252;
    background: #fff;
    font-size: 15px;
    line-height: 1.6;
    padding: 0;
    margin: 0;
}

.header__notice{
    width: 100%;
    text-align: center;
    background: #296fce;
    font-size: 14px;
    padding: 5px 15px;
    color: rgba(255,255,255,0.8);
}
.header__notice.dark{
    background: #003c8c;
    color: #fff;
}


.top-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

.top-wrapper-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 576px) {
    .top-wrapper {
        max-width: 530px;
    }
}

@media (min-width: 768px) {
    .top-wrapper {
        max-width: 730px;
    }
}

@media (min-width: 992px) {
    .top-wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .top-wrapper {
        max-width: 1160px;
    }
}

@media (min-width: 1400px) {
    .top-wrapper {
        max-width: 1360px;
    }

    .post-template-slot .top-wrapper {
        max-width: 1160px;
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {

    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px;
    line-height: 1.3;
}

h1 {
    font-size: 25px;
}

h2 {
    font-size: 23px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 15px;
}
figure{
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
}
img{
    max-width: 100%;
    height: inherit;
}

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid rgba(0, 0, 0, 0.06);
    margin: 0 0 15px;
}

table tr:first-child {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.03);
}

table td, table th {
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

@media screen and (max-width: 767px) {
    .toptable {
        width: 100%;
        overflow: auto !important;
        border: 1px solid rgba(0, 0, 0, 0.06);

        box-sizing: border-box;
        margin: 20px 0 20px;
    }

    .toptable table {
        margin: 0 0 0 0 !important;
        border: none !important;
        border-radius: 0 !important;
    }
}

.top-table {
    margin-top: 20px;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, .07);
    padding: 20px;
}

.page-template-obzorpage .top-table {
    margin-bottom: 20px;
}

.inner {
    margin-right: -15px;
    margin-left: -15px;
}

.table-col {
    font-size: 14px;
    padding: 15px 0;
    border-bottom: 2px solid #7eabed;
    text-align: center;
}

.table-col:last-of-type {
    border: none;
    padding: 15px 0 0;
}

.table-col b {
    color: #23b900;
}

.table-col .table-brand a {
    color: #000;
    font-weight: 700;
}

.table-col span {
    font-weight: 700;
    color: #4e85b8;
}

.table-col .table-rate span {
    color: #525252;
}

.table-col .table-game {
    font-size: 12px;
}

.table-col .table-brand b {
    font-size: 13px;
}

.table-take {
    font-weight: 700;
}

.head-table {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 2px solid #23b900;
    font-weight: 700;
    font-size: 14px;
}

.table-col img {
    max-width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 10px;
}

.top-bonus .table-col img {
    width: 100%;
    height: auto;
}

.table-col .table-bonus, .table-col .table-game {
    text-align: left;
}

.table-col .table-rate {
    padding-top: 25px;
}

.top-text {
    padding-top: 20px;
    padding-bottom: 60px;
}

.table-col .table-place {
    padding-top: 30px;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    color: #525252;
}

.go {
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    padding: 8px;
    display: block;
    background: #4e85b8;
    text-decoration: none !important;
    margin-bottom: 10px;
}

.reg {
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    padding: 8px;
    display: block;
    background: #f85959;
    text-decoration: none !important;
}

.reg:hover {
    background: #dc4d4d;
}

.go:hover {
    background: #2e6da8;
}

.top-text ul, .top-text ol {
    margin: 0 0 15px 15px;
    list-style: none;
    padding: 0;
}

.top-text ul li {
    padding-left: 17px;
    position: relative;
}

.top-text ol li {
    padding-left: 40px;
    position: relative;
    padding-bottom: 15px;
}

.top-text ol li:last-child {
    padding-bottom: 0;
}

.top-text ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    background: #4e85b8;
}

.top-text ol li:before {
    content: "1";
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    left: 0;
    top: -4px;
    border-radius: 50%;
    font-weight: 700;
    border: 2px solid #4e85b8;
}

.top-text ol li:nth-child(2):before {
    content: "2";
}

.top-text ol li:nth-child(3):before {
    content: "3";
}

.top-text ol li:nth-child(4):before {
    content: "4";
}

.top-text ol li:nth-child(5):before {
    content: "5";
}

.top-text ol li:nth-child(6):before {
    content: "6";
}

.top-text ol li:nth-child(7):before {
    content: "7";
}

.top-text ol li:nth-child(8):before {
    content: "8";
}

.top-text ol li:nth-child(9):before {
    content: "9";
}

blockquote {
    margin: 15px;
    position: relative;
    padding-left: 35px;
    font-size: 18px;
    font-style: italic;
}

blockquote:before {
    font-style: normal;
    font-family: 'dashicons';
    content: "\f122";
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 25px;
    transform: rotate(180deg);
}

.top-header {
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 7px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
}

.top-menu ul li.menu-item-has-children > a:after,
.top-menu ul li.menu-item-has-children > span:after,
.widget-area .widget_nav_menu .menu-item-has-children:after,
[class*=" wci-"],
[class^="wci-"] {
    font-family: wpshop-core !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.top-menu {


    text-transform: uppercase;
    font-weight: 700;
}

@media (min-width: 992px) {
    .top-menu {
        display: block;
    }
}

.top-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;

}

.top-menu ul li {
    position: relative;
    display: inline-block;
    padding-left: 25px;

    text-align: left;
}

.top-menu ul li > a,
.top-menu ul li > span {
    text-decoration: none;

    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.top-menu ul li > a {
    color: #4e85b8;
}

.top-menu ul li > a:hover,
.top-menu ul li > span:hover {
    opacity: 1;
}

.top-menu ul li > a:hover {
    color: #000;
}

.top-menu ul li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.top-menu ul li .sub-menu {
    position: absolute;
    left: 10px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 2px 45px rgba(178, 165, 105, 0.25);
    box-shadow: 0 2px 45px rgba(178, 165, 105, 0.25);
    z-index: 110;
    margin-right: 0;
}


.humburger {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 24px;
    height: 16px;
}

.humburger:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
}

.humburger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
    transition: transform 0.3s, background-color 0.3s, opacity 0.3s;
    transition: transform 0.3s, background-color 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.humburger span:first-child {
    top: 0;
}

.humburger span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

.humburger span:last-child {
    bottom: 0;
}

.humburger.open span:first-child {
    -webkit-transform: translateY(7px) rotate(45deg) translateZ(0);
    transform: translateY(7px) rotate(45deg) translateZ(0);
}

.humburger.open span:nth-child(2) {
    opacity: 0;
}

.humburger.open span:last-child {
    -webkit-transform: translateY(-7px) rotate(-45deg) translateZ(0);
    transform: translateY(-7px) rotate(-45deg) translateZ(0);
}

.humburger {
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 700;
}

@media (min-width: 768px) {
    .humburger {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

@media (min-width: 992px) {
    .humburger {
        display: none;
    }
}

.top-menu ul li .sub-menu li {
    display: block;
    text-transform: none;
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.top-menu ul li .sub-menu li:last-child {
    border: none;
}

.main-navigation ul li > a, .main-navigation ul li > span {
    display: block;
    padding: 5px;
    font-weight: 700;
}

.top-menu ul li .sub-menu li > a,
.top-menu ul li .sub-menu li > span {
    display: block;
    padding: 5px;
    white-space: nowrap;

}

@media (min-width: 992px) {
    .top-menu ul li .sub-menu li .sub-menu {
        top: 0;
        left: 100%;
    }
}

.top-menu ul li .sub-menu li.menu-item-has-children {
    content: "↦";
}

.top-menu ul li.menu-item-has-children > a:after,
.top-menu ul li.menu-item-has-children > span:after {
    content: "﹀";
    margin-left: 0.5em;
    opacity: 0.7;
}

.top-menu > ul > li > a:before,
.top-menu > ul > li > span:before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 40%;
    height: 2px;
    background: #4d3bfe;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.top-menu > ul > li > a:hover:before,
.top-menu > ul > li > span:hover:before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.mobile-menu-placeholder {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    position: absolute;
    z-index: 999;
}

@media (min-width: 992px) {
    .mobile-menu-placeholder {
        display: none;
    }

}

.mobile-menu-placeholder.open {
    margin-top: -30px;
}

.main-navigation + .mobile-menu-placeholder.open,
.site-header + .mobile-menu-placeholder.open {
    margin-top: -30px;
}

.top-menu {
    text-align: right;
}

.top-logo img {
    max-width: 160px;
    display: block;
}

.table-place, .table-brand, .table-rate, .table-bonus, .table-take, .table-deposit, .table-limit, .table-game, .table-site {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

.table-place {
    width: 6%;
}

.table-brand {
    width: 12%;
}

.table-rate {
    width: 8%;
}

.table-bonus {
    width: 14%;
}

.table-take {
    width: 7%;
}

.table-deposit {
    width: 11%;
}

.table-limit {
    width: 11%;
}

.table-game {
    width: 17%;
}

.table-site {
    width: 14%;
}

.top-bonus .table-place {
    width: 6%;
}

.top-bonus .table-brand {
    width: 13%;
}

.top-bonus .table-rate {
    width: 9%;
}

.top-bonus .table-bonus {
    width: 23%;
    text-align: center !important;
}

.top-bonus .table-take {
    width: 8%;
}

.top-bonus .table-deposit {
    width: 11%;
}

.top-bonus .table-site {
    width: 14%;
}

.kzn.top-bonus .table-place {
    width: 6%;
}

.kzn.top-bonus .table-brand {
    width: 13%;
}

.kzn.top-bonus .table-rate {
    width: 9%;
}

.kzn.top-bonus .table-bonus {
    width: 24%;
}

.kzn.top-bonus .table-take {
    width: 11%;
}

.kzn.top-bonus .table-deposit {
    width: 11%;
}

.kzn.top-bonus .table-site {
    width: 15%;
}

@media (max-width: 1399px) {
    .table-deposit {
        display: none;
    }

    .table-brand {
        width: 15%;
    }

    .table-site {
        width: 16%;
    }

    .table-game {
        width: 20%;
    }

    .table-bonus {
        width: 15%;
    }

    .table-limit {
        width: 13%;
    }

    .top-bonus .table-place {
        width: 6%;
    }

    .top-bonus .table-brand {
        width: 13%;
    }

    .top-bonus .table-rate {
        width: 9%;
    }

    .top-bonus .table-bonus {
        width: 24%;
        text-align: center;
    }

    .top-bonus .table-take {
        width: 10%;
    }

    .top-bonus .table-site {
        width: 16%;
    }

    .kzn.top-bonus .table-place {
        width: 6%;
    }

    .kzn.top-bonus .table-brand {
        width: 15%;
    }

    .kzn.top-bonus .table-rate {
        width: 9%;
    }

    .kzn.top-bonus .table-bonus {
        width: 28%;
    }

    .kzn.top-bonus .table-take {
        width: 13%;
    }

    .kzn.top-bonus .table-site {
        width: 16%;
    }
}

@media (max-width: 1199px) {
    .table-deposit, .table-limit {
        display: none;
    }

    .table-brand {
        width: 17%;
    }

    .table-site {
        width: 20%;
    }

    .table-game {
        width: 21%;
    }

    .table-bonus {
        width: 18%;
    }

    .table-rate {
        width: 11%;
    }

    .top-bonus .table-place {
        width: 9%;
    }

    .top-bonus .table-brand {
        width: 20%;
    }

    .top-bonus .table-rate {
        width: 20%;
    }

    .top-bonus .table-bonus {
        width: 31%;
    }

    .top-bonus .table-take {
        display: none;
    }

    .top-bonus .table-site {
        width: 20%;
    }

    .kzn.top-bonus .table-place {
        width: 9%;
    }

    .kzn.top-bonus .table-brand {
        width: 20%;
    }

    .kzn.top-bonus .table-rate {
        width: 20%;
    }

    .kzn.top-bonus .table-bonus {
        width: 31%;
    }


    .kzn.top-bonus .table-site {
        width: 20%;
    }
}

@media (max-width: 991px) {
    .top-logo {
        width: 100%;
        text-align: center;
    }

    .top-logo img {
        margin: 0 auto;
    }

    .top-menu {
        width: 100%;
        text-align: left;
    }

    .table-deposit, .table-limit, .table-game {
        display: none;
    }

    .table-brand {
        width: 20%;
    }

    .table-site {
        width: 23%;
    }

    .table-bonus {
        width: 21%;
    }

    .table-rate {
        width: 15%;
    }

    .table-take {
        width: 12%;
    }

    .table-place {
        width: 9%;
    }

    .table-col .table-place {
        font-size: 30px;
    }

}

@media (max-width: 767px) {

    .table-deposit, .table-limit, .table-game, .table-take, .table-bonus {
        display: none;
    }

    .table-brand {
        width: 34%;
    }

    .table-site {
        width: 34%;
    }

    .table-rate {
        width: 20%;
    }

    .table-place {
        width: 12%;
    }

    .top-bonus .table-place {
        width: 12%;
    }

    .top-bonus .table-brand {
        width: 34%;
    }

    .top-bonus .table-rate {
        width: 20%;
    }

    .top-bonus .table-bonus {
        display: none;
    }

    .top-bonus .table-site {
        width: 34%;
    }

    .kzn.top-bonus .table-place {
        width: 10%;
    }

    .kzn.top-bonus .table-brand {
        width: 28%;
    }

    .kzn.top-bonus .table-rate {
        display: none;
    }

    .kzn.top-bonus .table-bonus {
        width: 34%;
        display: block;
    }


    .kzn.top-bonus .table-site {
        width: 28%;
    }

    .table-col .table-place {
        font-size: 30px;
    }

    h1 {
        font-size: 22px;
    }

    h2 {
        font-size: 19px;
    }

    h3 {
        font-size: 17px;
    }
}

@media (max-width: 575px) {

    .table-deposit, .table-limit, .table-game, .table-take, .head-table {
        display: none;
    }

    .table-brand, .table-bonus, .table-site, .table-rate, .table-place {
        display: block;
        width: 100%;
    }

    .table-col .table-place {
        font-size: 40px;
        padding-top: 0;
        padding-bottom: 20px;
        color: #23b900;
    }

    .table-col .table-bonus {
        text-align: center;
        padding: 20px 0 30px;
    }

    .table-site {
        padding-bottom: 15px;
    }

    .top-table {
        padding: 15px;
    }

    .table-place {
        width: 12%;
    }

    .top-bonus .table-place {
        width: 100%;
    }

    .top-bonus .table-brand {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .top-bonus .table-rate {
        width: 100%;
    }

    .top-bonus .table-bonus {
        display: block;
        width: 100%;
    }

    .top-bonus .table-site {
        width: 100%;
    }

    .top-bonus .table-col img {
        max-width: 200px;
        margin: 10px auto 0;
    }

    .kzn.top-bonus .table-place {
        width: 100%;
    }

    .kzn.top-bonus .table-brand {
        width: 100%;
    }

    .kzn.top-bonus .table-rate {
        display: block;
        width: 100%;
    }

    .kzn.top-bonus .table-bonus {
        width: 100%;
    }


    .kzn.top-bonus .table-site {
        width: 100%;
    }
}

.progress-circle {
    font-size: 20px;
    margin: 0 auto;
    position: relative; /* so that children can be absolutely positioned */
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: #e0e0e0;
    border-radius: 50%;
    line-height: 60px;
}

.progress-circle:after {
    border: none;
    position: absolute;
    top: 5px;
    left: 5px;
    text-align: center;
    display: block;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: white;
    content: " ";
}

.room_top_left .progress-circle {
    margin: 0;
}

/* Text inside the control */
.progress-circle span {
    position: absolute;
    width: 60px;
    font-weight: 700;
    text-align: center;
    display: block;

    z-index: 2;
}

.left-half-clipper {
    /* a round circle */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    position: absolute; /* needed for clipping */
    clip: rect(0, 60px, 60px, 30px); /* clips the whole left half*/
}

/* when p>50, don't clip left half*/
.progress-circle.over50 .left-half-clipper {
    clip: rect(auto, auto, auto, auto);
}

.value-bar {
    /*This is an overlayed square, that is made round with the border radius,
    then it is cut to display only the left half, then rotated clockwise
    to escape the outer clipping path.*/
    position: absolute; /*needed for clipping*/
    clip: rect(0, 30px, 60px, 0);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 10px solid #f85959; /*The border is 0.35 but making it larger removes visual artifacts */
    /*background-color: #4D642D;*/ /* for debug */
    box-sizing: border-box;

}

/* Progress bar filling the whole right half for values above 50% */
.progress-circle.over50 .first50-bar {
    /*Progress bar for the first 50%, filling the whole right half*/
    position: absolute; /*needed for clipping*/
    clip: rect(0, 60px, 60px, 30px);
    background-color: #f85959;
    border-radius: 50%;
    width: 60px;
    height: 60px;
}

.progress-circle:not(.over50) .first50-bar {
    display: none;
}


/* Progress bar rotation position */
.progress-circle.p0 .value-bar {
    display: none;
}

.progress-circle.p1 .value-bar {
    transform: rotate(4deg);
}

.progress-circle.p2 .value-bar {
    transform: rotate(7deg);
}

.progress-circle.p3 .value-bar {
    transform: rotate(11deg);
}

.progress-circle.p4 .value-bar {
    transform: rotate(14deg);
}

.progress-circle.p5 .value-bar {
    transform: rotate(18deg);
}

.progress-circle.p6 .value-bar {
    transform: rotate(22deg);
}

.progress-circle.p7 .value-bar {
    transform: rotate(25deg);
}

.progress-circle.p8 .value-bar {
    transform: rotate(29deg);
}

.progress-circle.p9 .value-bar {
    transform: rotate(32deg);
}

.progress-circle.p10 .value-bar {
    transform: rotate(36deg);
}

.progress-circle.p11 .value-bar {
    transform: rotate(40deg);
}

.progress-circle.p12 .value-bar {
    transform: rotate(43deg);
}

.progress-circle.p13 .value-bar {
    transform: rotate(47deg);
}

.progress-circle.p14 .value-bar {
    transform: rotate(50deg);
}

.progress-circle.p15 .value-bar {
    transform: rotate(54deg);
}

.progress-circle.p16 .value-bar {
    transform: rotate(58deg);
}

.progress-circle.p17 .value-bar {
    transform: rotate(61deg);
}

.progress-circle.p18 .value-bar {
    transform: rotate(65deg);
}

.progress-circle.p19 .value-bar {
    transform: rotate(68deg);
}

.progress-circle.p20 .value-bar {
    transform: rotate(72deg);
}

.progress-circle.p21 .value-bar {
    transform: rotate(76deg);
}

.progress-circle.p22 .value-bar {
    transform: rotate(79deg);
}

.progress-circle.p23 .value-bar {
    transform: rotate(83deg);
}

.progress-circle.p24 .value-bar {
    transform: rotate(86deg);
}

.progress-circle.p25 .value-bar {
    transform: rotate(90deg);
}

.progress-circle.p26 .value-bar {
    transform: rotate(94deg);
}

.progress-circle.p27 .value-bar {
    transform: rotate(97deg);
}

.progress-circle.p28 .value-bar {
    transform: rotate(101deg);
}

.progress-circle.p29 .value-bar {
    transform: rotate(104deg);
}

.progress-circle.p30 .value-bar {
    transform: rotate(108deg);
}

.progress-circle.p31 .value-bar {
    transform: rotate(112deg);
}

.progress-circle.p32 .value-bar {
    transform: rotate(115deg);
}

.progress-circle.p33 .value-bar {
    transform: rotate(119deg);
}

.progress-circle.p34 .value-bar {
    transform: rotate(122deg);
}

.progress-circle.p35 .value-bar {
    transform: rotate(126deg);
}

.progress-circle.p36 .value-bar {
    transform: rotate(130deg);
}

.progress-circle.p37 .value-bar {
    transform: rotate(133deg);
}

.progress-circle.p38 .value-bar {
    transform: rotate(137deg);
}

.progress-circle.p39 .value-bar {
    transform: rotate(140deg);
}

.progress-circle.p40 .value-bar {
    transform: rotate(144deg);
}

.progress-circle.p41 .value-bar {
    transform: rotate(148deg);
}

.progress-circle.p42 .value-bar {
    transform: rotate(151deg);
}

.progress-circle.p43 .value-bar {
    transform: rotate(155deg);
}

.progress-circle.p44 .value-bar {
    transform: rotate(158deg);
}

.progress-circle.p45 .value-bar {
    transform: rotate(162deg);
}

.progress-circle.p46 .value-bar {
    transform: rotate(166deg);
}

.progress-circle.p47 .value-bar {
    transform: rotate(169deg);
}

.progress-circle.p48 .value-bar {
    transform: rotate(173deg);
}

.progress-circle.p49 .value-bar {
    transform: rotate(176deg);
}

.progress-circle.p50 .value-bar {
    transform: rotate(180deg);
}

.progress-circle.p51 .value-bar {
    transform: rotate(184deg);
}

.progress-circle.p52 .value-bar {
    transform: rotate(187deg);
}

.progress-circle.p53 .value-bar {
    transform: rotate(191deg);
}

.progress-circle.p54 .value-bar {
    transform: rotate(194deg);
}

.progress-circle.p55 .value-bar {
    transform: rotate(198deg);
}

.progress-circle.p56 .value-bar {
    transform: rotate(202deg);
}

.progress-circle.p57 .value-bar {
    transform: rotate(205deg);
}

.progress-circle.p58 .value-bar {
    transform: rotate(209deg);
}

.progress-circle.p59 .value-bar {
    transform: rotate(212deg);
}

.progress-circle.p60 .value-bar {
    transform: rotate(216deg);
}

.progress-circle.p61 .value-bar {
    transform: rotate(220deg);
}

.progress-circle.p62 .value-bar {
    transform: rotate(223deg);
}

.progress-circle.p63 .value-bar {
    transform: rotate(227deg);
}

.progress-circle.p64 .value-bar {
    transform: rotate(230deg);
}

.progress-circle.p65 .value-bar {
    transform: rotate(234deg);
}

.progress-circle.p66 .value-bar {
    transform: rotate(238deg);
}

.progress-circle.p67 .value-bar {
    transform: rotate(241deg);
}

.progress-circle.p68 .value-bar {
    transform: rotate(245deg);
}

.progress-circle.p69 .value-bar {
    transform: rotate(248deg);
}

.progress-circle.p70 .value-bar {
    transform: rotate(252deg);
}

.progress-circle.p71 .value-bar {
    transform: rotate(256deg);
}

.progress-circle.p72 .value-bar {
    transform: rotate(259deg);
}

.progress-circle.p73 .value-bar {
    transform: rotate(263deg);
}

.progress-circle.p74 .value-bar {
    transform: rotate(266deg);
}

.progress-circle.p75 .value-bar {
    transform: rotate(270deg);
}

.progress-circle.p76 .value-bar {
    transform: rotate(274deg);
}

.progress-circle.p77 .value-bar {
    transform: rotate(277deg);
}

.progress-circle.p78 .value-bar {
    transform: rotate(281deg);
}

.progress-circle.p79 .value-bar {
    transform: rotate(284deg);
}

.progress-circle.p80 .value-bar {
    transform: rotate(288deg);
}

.progress-circle.p81 .value-bar {
    transform: rotate(292deg);
}

.progress-circle.p82 .value-bar {
    transform: rotate(295deg);
}

.progress-circle.p83 .value-bar {
    transform: rotate(299deg);
}

.progress-circle.p84 .value-bar {
    transform: rotate(302deg);
}

.progress-circle.p85 .value-bar {
    transform: rotate(306deg);
}

.progress-circle.p86 .value-bar {
    transform: rotate(310deg);
}

.progress-circle.p87 .value-bar {
    transform: rotate(313deg);
}

.progress-circle.p88 .value-bar {
    transform: rotate(317deg);
}

.progress-circle.p89 .value-bar {
    transform: rotate(320deg);
}

.progress-circle.p90 .value-bar {
    transform: rotate(324deg);
}

.progress-circle.p91 .value-bar {
    transform: rotate(328deg);
}

.progress-circle.p92 .value-bar {
    transform: rotate(331deg);
}

.progress-circle.p93 .value-bar {
    transform: rotate(335deg);
}

.progress-circle.p94 .value-bar {
    transform: rotate(338deg);
}

.progress-circle.p95 .value-bar {
    transform: rotate(342deg);
}

.progress-circle.p96 .value-bar {
    transform: rotate(346deg);
}

.progress-circle.p97 .value-bar {
    transform: rotate(349deg);
}

.progress-circle.p98 .value-bar {
    transform: rotate(353deg);
}

.progress-circle.p99 .value-bar {
    transform: rotate(356deg);
}

.progress-circle.p100 .value-bar {
    transform: rotate(360deg);
}

.faq {
    margin-bottom: 30px
}

.faq__block {
    background: #f2f8fd;
    border: 1px solid #e2ecf3
}

.faq__block + .faq__block {
    margin-top: 10px
}

.faq__question:before {
    content: '';
    position: absolute;
    top: calc(50% - 8px);
    right: 13px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #276fb9;
    border-left: 2px solid #276fb9;
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotate(-45deg);
    transition: all ease .3s;
    transform: rotateZ(-45deg)
}

.faq__question.open:before {
    transform: rotate(135deg)
}

.faq__question:target:before {
    transform: rotate(135deg)
}

.faq__question {
    padding: 9px 30px 9px 15px;
    cursor: pointer;
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #1d3755
}

.faq__answer {
    display: none;
    padding: 15px;
    background-color: #fff;
    border-top: solid 1px #e0e0e0;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #131313
}

.faq__answer_active {
    display: block
}

.faq__answer a {
    text-decoration: underline
}

.faq__answer a:hover {
    text-decoration: none
}

.faq__answer.active {
    display: block;
}

.top-text ol.otzyv-list {
    margin: 0;
    list-style: none;
}

.top-text ol.otzyv-list ol {
    margin: 0;
    list-style: none;
    padding-left: 30px;
}

.top-text ol.otzyv-list li {
    padding: 0 !important;
}

.top-text ol.otzyv-list li:before {
    display: none;
}

.comment-reply-title {
    font-weight: 700;
    font-size: 20px;
    margin: 0 0 10px;
}

.otzyv-author img {
    float: left;
    margin-right: 15px;
    border-radius: 50% !important;
}

.comment-reply-link {
    cursor: pointer;
    font-weight: 700;
}

.otzyv-date {
    font-size: 13px;
    opacity: 0.6;
}

.otzyvy a {
    text-decoration: none !important;
    color: #4e85b8;
}

.otzyvy a:hover {
    color: #000;
}

.otzyv-text {
    padding: 10px 0 20px;
}

.otzyv-text p {
    margin: 0 0 10px;
}

.otzyvy label {
    display: block;
    font-size: 13px;
    opacity: 0.6;
    margin: 0 0 6px;
}

.otzyvy input, .otzyvy textarea {
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.otzyvy input:hover, .otzyvy textarea:hover, .otzyvy input:focus, .otzyvy textarea:focus, .otzyvy input:active, .otzyvy textarea:active {
    outline: 0;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.4);
}

.otzyvy textarea {
    width: 100%;
    height: 150px;
}

.otzyvy input[type="submit"] {
    cursor: pointer;
    border: none !important;
    background: #4e85b8;
    font-weight: 700;
    padding: 10px 20px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

span.get-code {
    position: relative;
    cursor: pointer;
    color: #f85959;
    border: 1px dashed #000;
    padding: 5px 30px 5px 10px;
    font-weight: 700;
}

span.get-code:after {
    content: '';
    -webkit-mask-image: url('/wp-content/themes/reboot/images/copy.svg');
    mask: url('/wp-content/themes/reboot/images/copy.svg');
    -webkit-mask-position: 50%;
    background-color: #f85959;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 6px;
    right: 8px;
}

.rtr_promo span.get-code {
    color: #ffea00;
    border: none;
    padding: 5px 30px 5px 10px;
    font-weight: 700;
}

.rtr_promo span.get-code:after {


    background-color: #ffea00;

}

.bonus-code {
    margin-top: 15px;
}

.entry-content iframe {
    width: 100%;
    height: 550px;
    border: none;
    padding: 0;
    margin: 0 0 30px;
}

.game_inner {
    position: relative;
    text-align: center;
    margin: 0 0 30px;
    background: rgba(0, 0, 0, 0.9);
}

.game_inner span {
    font-weight: 700;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
}

.hidden_box {
    position: absolute;
    left: 0;
    top: 26%;
    width: 100%;
}

.game_inner img {
    display: block;
    width: 100%;
    height: auto;
    opacity: 0.7;
}

.game_inner:hover img {
    opacity: 0.2;
}

.game_inner:hover .hidden_box {
    display: block;
}

a.demo {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 10px auto 0;
    padding: 8px;
    max-width: 150px;
    color: #fff;
    background: #d500cd;
}

.breadcrumb {
    padding: 0 0 10px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}

.breadcrumb a {
    color: #000;
}

.breadcrumb a:hover {
    color: #fb5c5c;
}

.category-avtomaty .content-area {
    max-width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%);
    padding-right: 0px;
}

.category-avtomaty .site-content-inner {
    display: block;
}

.category-avtomaty .site-main {
    padding-bottom: 30px;
}

.category-avtomaty .pagination {
    padding-top: 30px;
}

.post-template-slot .top-page, .page-template-obzorpage .top-page, .casz.top-page {
    padding-bottom: 30px;
}

.casino-content {
    padding-bottom: 30px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.pagination .nav-links {
    margin-bottom: 30px;
}

.pagination .nav-links .page-numbers {
    margin-right: 4px;
    text-decoration: none;
    padding: 8px 15px;
    font-weight: 700;
    color: #666;
    border: 1px solid #666;
}

.pagination .nav-links .page-numbers.current, .pagination .nav-links .post-page-numbers.current, .pagination .nav-links .page-numbers:hover {
    background: #f75959;
    border: 1px solid #f75959;
    color: #fff;
}

.room_top_left {
    float: left;
    width: 20%;
}

.room_top_right {
    float: left;
    width: 80%;
    padding-left: 30px;
}

.rtl_img {
    margin-bottom: 20px;
}

.change-link{
    display: block;
}

.rtl_img img {
    width: 100%;
    aspect-ratio: 200 / 133;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.rlt_cont {
    margin-bottom: 20px;
    display: flex;

    align-items: center;
}

.rlt_cont p {
    padding-left: 15px;
    margin: 0;
    font-weight: 700;
}

.rtr_rates {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rtr_rates_col .progress-circle.over50 .first50-bar {
    background-color: #72cd8c;
}

.rtr_rates_col .value-bar {

    border: 10px solid #72cd8c;

}

figcaption {
    max-width: 100%;


}

img.promo__image {
    max-width: 100%;
}

.rtr_plus ul {
    margin: 0 -15px 0 0;
    padding: 0;
    list-style: none;
    font-weight: 700;
}

.rtr_plus ul li {
    position: relative;
    float: left;
    width: 33.3333%;
    padding-left: 20px;
    padding-right: 15px;
}

.rtr_plus ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #443bff;
}

.rtr_listing {
    margin: 0;
    text-align: center;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.rtr_listing_box {
    margin-top: 20px;
    background: #f3f3f3;
}

.rtr_l_col {
    /*float: left;*/
    /*width: 25%;*/
    padding: 15px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rtr_l_col b {
    display: block;
}

.rtr_l_col span {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
    display: block;
    line-height: 1.3;
}

.rtr_promo {
    text-align: center;
    margin-top: 20px;
    padding: 15px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(
            90deg,
            #4e83e4,
            #8b4fd6,
            #c12cc7
    );
}

.rtr_promo span {
    color: #ffea00;
    cursor: pointer;
}

span.r_txt {
    font-size: 14px;
}

.farow {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.facol-4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 992px) {
    .facol-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .rtr_listing {
        grid-template-columns: repeat(4, 1fr);

    }
}

@media (max-width: 1199px) {
    .entry-content iframe {
        height: 550px;
    }

    .hidden_box {
        top: 15%;
    }

    .rlt_cont p {
        padding-left: 20px;
        font-size: 13px;
    }

    .room_top_left {
        width: 30%;
    }

    .room_top_right {
        width: 70%;
    }


}

@media (max-width: 991px) {
    .room_top_left {
        width: 100%;
        max-width: 300px;
        float: none;
        margin: 0 auto 30px;
    }

    .room_top_right {
        width: 100%;
        padding-left: 0px;
    }

    .entry-content iframe {
        height: 450px;
    }

    .facol-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .hidden_box {
        top: 27%;
    }

    .top-wrapper-header {
        display: block;
    }

    .top-menu {
        padding-top: 20px;
    }

    .top-menu ul {
        font-size: 13px;
    }

    .top-menu ul li {
        padding-bottom: 10px;
        padding-left: 15px;

    }
}

@media (max-width: 600px) {
    .hidden_box {
        top: 23%;
    }
}

@media (max-width: 767px) {
    .entry-content iframe {
        height: 350px;
    }

    .rtr_plus ul li {
        width: 100%;
    }

    span.r_txt {
        font-size: 13px;
        line-height: 1.3;
        padding: 5px 10px 0;
        display: block;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .rtr_l_col {
        width: 100%;

    }

    .rtr_rates {
        display: block;
    }

    .rtr_rates:after {
        display: block;
        clear: both;
        content: "";
    }

    .rtr_rates_col {
        float: left;
        width: 50%;
        padding: 10px;
    }

    .entry-content iframe {
        height: 300px;
    }

    .facol-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hidden_box {
        top: 30%;
    }
}

@media (max-width: 430px) {
    .entry-content iframe {
        height: 250px;
    }
}

@media (max-width: 370px) {
    .hidden_box {
        top: 20%;
    }

    .entry-content iframe {
        height: 200px;
    }
}

@media (max-width: 320px) {
    .rtr_rates_col {
        width: 100%;
    }
}


.slot__preview {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 62.5%;
    overflow: hidden;
}

.slot__preview:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0 0 0 / 40%);
}

.slot__preview:hover:before {
    background: rgb(0 0 0 / 75%);
}

.slot__preview .attachment-slot {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: -1;
}

.slot__spans {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slot__name {
    font-weight: 700;
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
}

.slot__button {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin: 10px auto 0;
    padding: 8px;
    max-width: 150px;
    color: #fff;
    background: #d500cd;
    min-width: 190px;
    text-align: center;

}

.go-slot{
    min-width: 190px;
    margin-top: 10px;
}

.facol-4.padding {
    padding: 15px;
}

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

#pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#pagination li:before {
    display: none;
}

.ecotools-button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}


/**
 * ShortCode: Top casino
 */
.progress-circle.small{
    transform: scale(.5);
}

.top-casino{
    display: flex;
    margin: 10px -10px;
    overflow-x: auto;
}
.top-casino .casino-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    margin: 10px;
    padding: 15px;
    box-shadow: 2px 4px 7px rgb(0 0 0 / 35%);
    border: 1px solid #fbfbfb;
    min-width: 250px;
}


.top-casino--thumb{
    position: relative;
}

.top-casino--thumb a{
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 57.9% 0 0 0;
    border-radius: 4px 4px 0 0;
}
.top-casino--thumb a img {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    object-fit: contain;
}

.top-casino--thumb .progress-circle{
    position: absolute;
    top: -10px;
    right: -10px;
}

.top-casino--title{
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: #000;
    margin-bottom: 10px;
}
.top-casino--title:hover{
    text-decoration: underline;
}
.top-casino--bonus-value{
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

.top-casino--promo{
    margin-bottom: 10px;
}

.top-casino--btn{
    margin: auto 0 0;
}

.top-casino--eco a{
    margin-top: 10px;
}

.expand-wrapper{
    background: transparent;
    border: 0;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 14px;

    position: absolute;
    top: -28px;
    right: 0;
    cursor: pointer;
}
.expand-wrapper:hover{
    opacity: .7;
}

.expand-wrapper:before {
    margin-right: 5px;
    content: "";
    width: 20px;
    height: 20px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTQgNTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU0IDU0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CgoJPHBhdGggZD0iTTAsMHY1NGg1NFYwSDB6IE01Miw1MkgyVjJoNTBWNTJ6Ii8+Cgk8cGF0aCBkPSJNNyw4LjQxNGwxNS4yOTMsMTUuMjkzQzIyLjQ4OCwyMy45MDIsMjIuNzQ0LDI0LDIzLDI0czAuNTEyLTAuMDk4LDAuNzA3LTAuMjkzYzAuMzkxLTAuMzkxLDAuMzkxLTEuMDIzLDAtMS40MTRMOC40MTQsNyAgIGgxMS43MjlWNUg1djE1LjE0M2gyVjguNDE0eiIvPgoJPHBhdGggZD0iTTQ1LjU4Niw0N0gzMy44NTd2Mkg0OVYzMy44NTdoLTJ2MTEuNzI5TDMxLjcwNywzMC4yOTNjLTAuMzkxLTAuMzkxLTEuMDIzLTAuMzkxLTEuNDE0LDBzLTAuMzkxLDEuMDIzLDAsMS40MTRMNDUuNTg2LDQ3eiAgICIvPgoKCjwvc3ZnPg==);
}

.slot-wrapper{
    position: relative;
}

.slot-wrapper.full{
    position: fixed!important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1020;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    align-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    background: #000;
}

.slot-wrapper.full .top-casino .casino-item{
    display: none;
}

.slot-wrapper.full .top-casino .casino-item:first-child{
    display: flex;
    flex-direction: row;
    border-radius: 0;
    box-shadow: none;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
}

.slot-wrapper.full .casino-item:first-child .top-casino--thumb,
.slot-wrapper.full .casino-item:first-child .top-casino--title,
.slot-wrapper.full .casino-item:first-child .top-casino--bonus-value,
.slot-wrapper.full .casino-item:first-child .top-casino--btn,
.slot-wrapper.full .casino-item:first-child .top-casino--eco a{
    margin: 0 15px 0 0;
}
.slot-wrapper.full  .top-casino--thumb a{
    width: 100px;
}
.slot-wrapper.full .top-casino {
    background-color: #374956;
    margin: 0;
    color: #fff;
}
.slot-wrapper.full .progress-circle {
    top: -22px;
    right: -22px;
    color: #000;
}
.slot-wrapper.full .casino-item:first-child .top-casino--title{
    color: #fff;
}

.slot-wrapper.full .expand-wrapper{
    top: 37px;
    z-index: 10;
    color: #fff;
    font-size: 0;
}
.slot-wrapper.full .expand-wrapper:after{
    content: 'Свернуть';
    display: block;
    font-size: 14px;
}

@media (max-width: 520px) {
    .slot-wrapper.full .casino-item:first-child .top-casino--bonus-value{
        display: none;
    }
}
@media (max-width: 360px) {
    .slot-wrapper.full .casino-item:first-child .top-casino--title{
        display: none;
    }
}


.breadcrumb {
    font-size: 0.7em;
    color: #666;
    margin-bottom: 10px;
    opacity: 0.8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.breadcrumb:hover {
    opacity: 1;
}
.breadcrumb a,
.breadcrumb span {
    color: #000;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    font-size: 14px;
}
.breadcrumb-separator {
    margin-left: 7px;
    margin-right: 7px;
}
.breadcrumb a{
    text-decoration: underline;
}
.text-bold{
    font-weight: bold;
}
.text-uppercase{
    text-transform: uppercase;
}
.btn__display-all{
    display:  inline !important;
    color: #296fce;
    border-bottom: dashed #296fce 1px;
    cursor:  pointer;
    padding: 0 !important;
}
.btn__display-all.unvisible{
    display:  none !important;

}
.btn__display-all:hover{
    border-block-color: transparent;
}
.box__hidden-elements{
    display: none !important;
    padding: 0 !important;
}
.box__hidden-elements.visible{
    display: inline !important;
}

.font-size-14,
.font-size-14 *{
    font-size: 14px !important;
}

.table-take .box__hidden-elements{
    color: #525252;
}



.user-card {
    width:         100%;
    padding:       18px 0px;
    clear:         both;
    position:      relative;
    display:       flex;
    border-top: solid #DFDFDF 1px;
    border-bottom: solid #DFDFDF 1px;
    margin: 10px 0;
}

.user-card + .user-card{
    border-top: 30px;
}

.user-card--title {
    font-weight:   bold;
    font-size:     22px;
    line-height:   28px;
    margin-bottom: 10px;
}

.user-card__logo {
    float:  left;
    margin: 0 15px 5px 0;
    min-width: 70px;
    height: 70px;

    overflow: hidden;
}
.user-card__logo img{
    width: 70px;
    height: 70px;
    display: block;
    object-fit: cover;
}

.user-card__description {
    font-size:   14px;
    line-height: 18px;
    border-left: solid #DFDFDF 1px;
    padding-left: 20px;
    margin-left: 20px;
}

.user-card__description p {
    margin-bottom: 20px;
}

.user-card__position {
    opacity:   .7;
    font-size: 14px;
}

.user-card__left {
    min-width: 250px;
}
@media (max-width: 768px) {

    .user-card{
        flex-direction: column;
    }

    .user-card__description{
        border: none;
        border-top: solid #DFDFDF 1px;
        padding: 20px 0 0;
        margin: 20px 0 0;
    }

}


.casino-h1{
    margin-top: 0;
}

.modal__promo{
    background: #fff !important;
    color: #000 !important;
}

.popup__instruction__list{
    list-style: none;
    margin: 0 0 15px 0;
    padding: 0;
    text-align: left;
    font-size: 14px;
}
.popup__instruction__list li + li{
    margin-top: 10px;
}

.table-of-contents li:before{
	display: none !important;
}