@font-face {
    font-family: 'Bangers';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('bangers.ttf') format('truetype');
}

div.rating-body-row:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
    display: block !important;
}

div.rating-body-row:nth-child(2)>div:nth-child(1)>div:nth-child(1) {
    display: block !important;
}

div.rating-body-row:nth-child(3)>div:nth-child(1)>div:nth-child(1) {
    display: block !important;
}

div.rating-body-row:nth-child(1) {
    overflow: hidden;
}

div.rating-body-row:nth-child(2) {
    overflow: hidden;
}

div.rating-body-row:nth-child(3) {
    overflow: hidden;
}

.rating-logo img {
    z-index: 9;
}

@media screen and (max-width: 600px) {
    div.rating-body-row:nth-child(1)>div:nth-child(1)>div:nth-child(1) {
        display: none !important;
    }

    div.rating-body-row:nth-child(2)>div:nth-child(1)>div:nth-child(1) {
        display: none !important;
    }

    div.rating-body-row:nth-child(3)>div:nth-child(1)>div:nth-child(1) {
        display: none !important;
    }
}

strong,
b {
    font-weight: bold !important;
}

.table-btn-reg {
    text-decoration: underline !important;
}

.table-btn-reg:hover {
    text-decoration: none !important;
}

html {
    height: 100%;
}

body {
    /* display: grid; */
    grid-template-rows: auto 1fr auto;
    min-height: 100%;
}

body {
    background: rgba(99, 98, 231, 0.05);
    color: #24322b;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

header {
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    z-index: 10;
    left: 0;
    width: 100%;
    background-color: rgba(99, 98, 231, 0.9);
    box-shadow: 0 1em 2em rgba(0, 0, 0, 0.05);
}

.leftimage {
    float: left;
    margin: 7px 7px 7px 0;
}

li {
    font-size: 16px
}

header .container,
footer .container {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.container {
    max-width: 1340px;
    margin: 0 auto;
    width: 100%
}

.logo {
    width: 130px;
    font-weight: bold;
    min-height: 25px;
    margin-left: 0px;
    display: block;
    font-family: 'Bangers', cursive;
    color: #66fc9f;
    position: relative;
    z-index: 2;
    font-size: 16px;
    margin-top: 5px;
    letter-spacing: 15px;
    text-transform: uppercase;
    transform: none;
    text-shadow: 1px 1px #020222, 2px 2px #c9b44a, 3px 3px #1e44ff;
}

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

h1 {
    color: #24322b;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    margin: 15px 0 0;
    padding: 0;
}

.underline {
    text-decoration: underline
}

.content {
    padding: 15px 0
}

aside {
    width: 300px;
    padding: 10px
}

aside .aside-container {
    padding: 20px 20px 10px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #e8ebed;
    position: -webkit-sticky;
    position: sticky;
    top: 80px
}

aside .aside-title {
    font-weight: 600
}

aside ul {
    list-style: none;
    padding: 0;
    margin: 0
}

aside ul li {
    padding: 5px 0;
    font-size: 14px
}

a {
    text-transform: none;
    text-decoration: none;
    color: #24322b;
}

a:hover {
    color: #5655e5;
}

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

.main-content section {
    width: calc(100% - 300px);
    padding-right: 30px
}

img {
    width: 100%
}

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

.rating-header div {
    border-right: 1px solid #e8ebed;
    background: rgba(99, 98, 231, 0.9);
    color: #fff;
    width: calc(100% / 6);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-transform: uppercase;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700
}

.rating-body-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 22px 0;
    padding: 18px 0;
    background: #fff;
    box-shadow: 0 0 15px #dbdbdb;
    transition: .8s;
}

.rating-body-row:hover {
    box-shadow: 0 0 20px rgba(99, 98, 231, 0.9);
}

.rating-body-row:nth-child(2n+1) {
    background: rgba(99, 98, 231, 0.05);
}

.rating-body-row>div {
    width: calc(100% / 6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px;
    box-sizing: border-box
}

.rating-body-row>div:last-child {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.rating-body-row .rating-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.rating-body-row .rating-logo img {
    width: 100%;
    height: auto;
}

.rating-body-row .rating-bonus_btn {
    color: black;
    line-height: 1;
    font-weight: 400;
    padding: 10px 15px;
    display: inline-block;
    text-align: center;
    cursor: auto;
}

.rating-body-row .rating-body-rating {
    flex-direction: column !important
}

.rating-body-row .rating-body-rating>div:first-child {
    display: flex
}

.rating-body-row .rating-body-rating img {
    width: 25px;
    height: 25px
}

.rating-body-row .rating-body-rating .rating-value {
    font-size: 20px;
    color: #24322b;
    font-weight: 900;
    margin-top: 5px;
    margin-left: 5px
}

.rating-body-row .payment-term {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.rating-body-row .payment-term img {
    width: 38px
}

.rating-body-row .payment-term span {
    font-size: 14px;
    text-align: center
}

.rating-body-row .apps a {
    margin: 10px
}

.btn-blue {
    background: #4e4dc8;
    font-weight: 500;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px
}

.btn-blue:hover {
    background: #5655e5;
    color: #fff
}

.center {
    text-align: center
}

.center p {
    font-size: 17px;
}

p {
    font-size: 15px;
    margin-top: 5px
}

h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 30px
}

h3 {
    font-size: 22px;
    margin-bottom: 0
}

details summary {
    display: block
}

details summary::-webkit-details-marker {
    display: none
}

.faq details[open] summary::before {
    content: "-"
}

footer {
    background: rgba(99, 98, 231, 0.9);
    color: #fff;
    padding-top: 20px;
    margin-top: 20px
}

details ul {
    margin-top: 0
}

@media (min-width: 992px) {

    .btn-blue,
    .btn_primary {
        padding: 15px 20px
    }
}

@media screen and (max-width: 1000px) {

    .rating-header>div,
    .rating-body-row>div {
        width: calc(100% / 6)
    }

    .rating-header>div,
    .rating-body-row>div {
        width: calc(100% / 6)
    }

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

    .main-content aside {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%
    }

    .main-content aside .aside-container {
        position: relative;
        top: 0
    }

    .main-content section {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%
    }
}

@media screen and (max-width: 1190px) {
    div.rating-body-row:nth-child(1)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(2)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(3)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(4)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(5)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(6)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(7)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(8)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(9)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(10)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(11)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(12)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(13)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(14)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(15)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(16)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(17)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(18)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(19)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(20)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    div.rating-body-row:nth-child(21)>div:nth-child(1)>div:nth-child(2) {
        margin-top: 0px !important;
    }

    .rating-header>div,
    .rating-body-row>div {
        width: calc(100% / 4)
    }

    .rating-header>div:nth-child(3),
    .rating-body-row>div:nth-child(3) {
        display: none
    }

    .rating-header>div:nth-child(4),
    .rating-body-row>div:nth-child(2),
    .rating-body-row>div:nth-child(3) {
        display: none
    }
}

* {
    outline: none
}

.rating-body-row>div.rating__content {
    display: flex;
    width: 100%;
    justify-content: flex-start
}

.hide_detail>div.rating__content {
    display: none !important
}

.show-detail {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: underline;
    margin: 0 5px;
    color: #24322b;
    background: 0 0;
    padding: 0;
    border: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s;
    transition: color .3s, background .3s, border-color .3s, fill .3s, opacity .3s;
    font-size: 14px
}

.show-detail::after {
    content: '';
    width: 12px;
    height: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    background: url(../images/down-arrow.svg);
    background-size: 12px;
    background-repeat: no-repeat;
    margin-left: 5px;
    -o-object-fit: contain;
    object-fit: contain
}

.show-detail_active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.rating__content .btn-blue {
    width: 90%;
    max-width: 290px;
    margin: 10px auto;
    text-align: center
}

@media screen and (max-width: 768px) {
    .rating__content_wrapper {
        flex-direction: column !important;
    }

    .rating__content_box {
        width: 100%;
        padding: 0
    }
}

.banner .container {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 3
}

.review .rating__content_box {
    padding-left: 0
}

.banner__content {
    padding-left: 15px
}

@media (max-width: 768px) {
    .banner__img {
        display: none
    }

    .banner__content {
        padding-left: 0;
        margin: auto
    }

    .banner__btns {
        display: flex;
        flex-wrap: wrap;
        justify-content: center
    }
}

.container {
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box
}

.header-btn {
    margin: 15px 0;
}


.sub-nav__items {
    display: none;
    padding-bottom: 20px;
}

.sub-nav__container>span {
    min-height: auto;
    color: #000;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 5px 10px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
    border: 1px solid #5655e5;
}

.sub-nav__container>span {
    position: relative;
    padding-right: 30px;
}

.sub-nav__container>span::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 70%;
    right: 8px;
    transform: translateY(-50%);
    border-top-color: #ffc500;
    border-width: 9px;
    margin-left: -1px;
}

.show-sub-nav .sub-nav__container>span::after {
    content: "";
    border: solid transparent;
    position: absolute;
    top: 43%;
    right: 8px;
    bottom: 100%;
    border-bottom-color: #ffc500;
    border-width: 9px;
    margin-left: 0;
}

.show-sub-nav .sub-nav__items {
    display: flex;
    justify-content: center;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1340px;
    z-index: 9999;
    flex-wrap: wrap;
    box-shadow: 0 15px 10px -15px #111;
    margin-top: 5px;
}

.sub-nav__items .container {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}

.sub-nav__items a {
    margin-bottom: 5px;
    white-space: nowrap;
    flex: 0 0 auto;
    padding: 5px 10px;
    margin-right: 7px;
    border-radius: 5px;
}

.sub-nav__handler:hover {
    color: #fff;
    background: #5655e5;
    border: 1px solid #5655e5;
}

@media only screen and (max-width: 820px) {


    nav a[href="vivod-na-kartu.html"],
    nav a[href="registraciya.html"],
    nav a[href="oboyti-blokirovku.html"] {
        /* display: none; */
    }

    .sub-nav__container>span {
        display: none;
    }

    .sub-nav__items {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        white-space: nowrap;
    }

    .sub-nav__items .container {
        display: flex;
        flex-wrap: nowrap;
        height: auto;
    }

    .sub-nav__items a {
        white-space: nowrap;
        flex: 0 0 auto;
        margin-right: 7px;
    }

    h1 {
        margin-block-start: 15px;
        margin-block-end: 15px;
    }
}

nav::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

/* @media only screen and (max-width: 820px) { */
/* nav a[href="evropeyskie-na-dengi.html"] { */
/* margin-right: -3px; */
/* } */
/* } */



@keyframes top-rot-in {
    0% {
        transform: rotate(0deg);
        transform-origin: left
    }

    100% {
        transform: rotate(45deg);
        transform-origin: left
    }
}

@keyframes bot-rot-in {
    0% {
        transform: rotate(0deg);
        transform-origin: left
    }

    100% {
        transform: rotate(-45deg);
        transform-origin: left
    }
}

.footer-content {
    height: 100% !important;
    display: grid !important;
    grid-template-columns: 16% 30% 50%;
    gap: 10px;
}

.footer-content li a {
    color: white;
}

.footer-content>div {
    padding: 10px;
}

/* Flexbox для вертикального центрирования */
.footer-content>div {
    display: flex;
    align-items: center;
    justify-content: right;
    /* Горизонтальное центрирование */
}

.footer-content>div:nth-child(2) ul {
    display: inline-block;
    /* Чтобы ul оставался inline-block */
}

@media screen and (max-width: 600px) {

    .footer-content {
        grid-template-columns: repeat(3, 1fr) !important;
    }

    .footer-content>div:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 4;
        text-align: center;
    }

    .footer-content>div:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 1;
    }

    .footer-content>div:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 1;
    }
}

.bpo {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    right: 0;
    bottom: 5px;
    max-width: 450px;
    margin: 0 auto;
}

.bpo a {
    border: 0;
}

.bpclose {
    position: absolute;
    top: -16px;
    right: -18px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat;
}

@media (max-width: 490px) {
    .bpo {
        max-width: 87%;
    }
}

.table-btn-reg {
    text-decoration: none !important;
    border-bottom: 1px solid black;
}

.table-btn-reg:hover {
    border-bottom: 0px solid black;
}

.container p>a {
    text-decoration: underline !important;
}

.container p>a:hover {
    text-decoration: none !important;
}

@media all and (max-width: 1200px) {
    .container center div {
        width: 100% !important;

    }

    .footer-content>div:nth-child(3) {
        display: block;
        grid-column-start: auto;
        position: relative;
        width: 30px;
        justify-content: center;
        text-align: center;
        margin: 20px auto;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 3;
    }
}

.rating-body-row>div:nth-of-type(1)>div .rating-value {
    line-height: 325% !important;
}

.rating-body-row>div:nth-of-type(5)>div .rating-value {
    line-height: 80% !important;
}

.container .rating-body-row:nth-child(1)>div:nth-child(1) .ribbon {
    margin-bottom: -12px;
    margin-top: -12px;
    text-shadow: none;
}

.container .rating-body-row:nth-child(2)>div:nth-child(1) .ribbon {
    margin-bottom: -12px;
    margin-top: -12px;
    text-shadow: none;
}

.container div.rating-body-row:nth-child(3)>div:nth-child(1)>div:nth-child(1) {
    margin-bottom: -12px;
    margin-top: -12px;
    text-shadow: none;
}

.rating-body-row>div:nth-of-type(1)>div:nth-of-type(2) {
    background: darkseagreen !important;
    border-radius: 50% !Important;
    text-shadow: none !important;
}

.rating-body-row:nth-child(1)>div:nth-of-type(1)>div:nth-of-type(2),
.rating-body-row:nth-child(2)>div:nth-of-type(1)>div:nth-of-type(2),
.rating-body-row:nth-child(3)>div:nth-of-type(1)>div:nth-of-type(2) {
    background: #ffc500 !important;

}

.container .rating-body-row>div>div .rating-value {
    text-shadow: none !important;
}

div.rating-body-row:nth-child(1),
div.rating-body-row:nth-child(2),
div.rating-body-row:nth-child(3) {
    border: 2px solid #ffc500;
}

.container div ul li>a {
    text-decoration: underline;
}

.container div ul li>a:hover {
    text-decoration: none;
}

footer .container div ul li>a {
    text-decoration: none !important;
}

body {
    counter-reset: section;
}

.rating-body>div:nth-of-type(1)::before,
.rating-body>div:nth-of-type(2)::before,
.rating-body>div:nth-of-type(3)::before {
    counter-increment: section;
    content: counter(section);
    background: #ffc500;
    border-radius: 50%;
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin: 15px 85px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}

.rating-body-row::before {
    counter-increment: section;
    content: counter(section);
    background-image: url('../images/web/css-rating-body-rowbefore-ca706d.webp');
    border-radius: 50%;
    line-height: 50px;
    height: 50px;
    width: 50px;
    margin: 15px 85px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 800;
}

@media (max-width: 1023px) {

    .rating-body>div:nth-of-type(1)::before,
    .rating-body>div:nth-of-type(2)::before,
    .rating-body>div:nth-of-type(3)::before,
    .rating-body-row::before {
        margin: auto;
    }
}

.top {
    position: absolute;
    overflow: hidden;
    width: 220px;
    height: 145px;
    text-align: left;
    z-index: 5;
    pointer-events: none;
}

.top span {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    display: block;
    background: #ffc500;
    position: absolute;
    padding: 5px 10px;
    width: 90%;
    height: 15%;
    right: 0px;
    left: 0px;
}

@media all and (max-width:600px) {
    .top {
        display: none;
    }
}

.rating-body-rating .rating-value {
    line-height: 80% !important;
}

@media (max-width: 1280px) {
    .top {
        width: 190px;
    }

    .top span {
        width: 70%;
        top: 0px;
        margin: 0px auto;
    }
}

@media all and (min-width: 765px) and (max-width: 770px) {
    .top span {
        top: 4px;
    }
}

@media all and (min-width: 900px) and (max-width: 915px) {
    .top {
        width: 220px !important;
    }

    .top span {
        top: 0px;
    }
}

.button {
    justify-content: space-around !important;
}

div.rating-body-row:nth-child(1)::after,
div.rating-body-row:nth-child(2)::after,
div.rating-body-row:nth-child(3)::after {
    position: inherit;
    overflow: hidden;
    width: 180px;
    height: 25px;
    text-align: left;
    z-index: 5;
    pointer-events: none;
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
    text-align: center;
    display: block;
    background: #ffc500;
    padding: 5px 10px;
    right: 0px;
    left: 85px;
    margin-top: -220px;
    margin-left: 5px;
}

div.rating-body-row:nth-child(1)::after {
    content: "Самое надежное";
}

div.rating-body-row:nth-child(2)::after {
    content: "Лучшие бонусы";
}

div.rating-body-row:nth-child(3)::after {
    content: "Выбор игроков";

}

@media all and (min-width: 1280px) and (max-width: 1346px) {
    .rating-body-row::before {
        margin: 15px 79px !important;
    }
}

@media all and (max-width:600px) {

    div.rating-body-row:nth-child(1)::after,
    div.rating-body-row:nth-child(2)::after,
    div.rating-body-row:nth-child(3)::after {
        display: none;
    }
}

@media (max-width: 1280px) {

    div.rating-body-row:nth-child(1)::after,
    div.rating-body-row:nth-child(2)::after,
    div.rating-body-row:nth-child(3)::after {
        width: 155px;
        left: 20px;
        margin-top: -220px;
    }
}

@media all and (min-width: 815px) and (max-width: 825px) {

    div.rating-body-row:nth-child(1)::after,
    div.rating-body-row:nth-child(2)::after,
    div.rating-body-row:nth-child(3)::after {
        margin-top: -217px;
    }
}

@media all and (min-width: 765px) and (max-width: 770px) {

    div.rating-body-row:nth-child(1)::after,
    div.rating-body-row:nth-child(2)::after,
    div.rating-body-row:nth-child(3)::after {
        margin-top: -204px;
        left: 15px;
    }
}

@media all and (min-width: 900px) and (max-width: 915px) {

    div.rating-body-row:nth-child(1)::after,
    div.rating-body-row:nth-child(2)::after,
    div.rating-body-row:nth-child(3)::after {
        width: 190px !important;
        left: 15px;
    }
}

/* content */
html {
    scroll-behavior: smooth;
}

h2:target,
h3:target {
    scroll-margin-top: 5px;
}

.hidden {
    display: none;
    opacity: 0;
}

.content-block {
    margin: 20px 0;
    text-align: left;
    box-sizing: border-box;
    line-height: 2;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.27);
}

.content-item .content-item .content-label {
    text-decoration: none;
}

.content-item {
    margin: 5px 0;
}

.content-item .content-item {
    margin: 0px;
    line-height: 1.6;
}

.content-header {
    box-sizing: border-box;
    background: #FFF;
    color: black;
    width: 100%;
    height: 50px;
    padding: 4px 15px;
    border: 2px #7170E9 solid;
    border-bottom: none;
}

.content-title {
    font-size: 20px;
    font-weight: 500;
}

.content-button {
    font-size: 16px;
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.content-button:hover,
.content-link:hover {
    color: #7271E9;
}

.content-label:hover {
    text-decoration: underline;
}

.dot {
    color: black;
    padding-right: 5px;
}

.content-toogle {
    white-space: nowrap;
    margin-left: 4px;
    font-size: 80%;
}

.content-toogle:before {
    content: '[';
}

.content-toogle:after {
    content: ']';
}

.content-list {
    padding: 1px 0 0 15px;
    margin: 0;
    list-style-type: none;
}

#contentList {
    background-image: url('../images/web/css-contentlist-d5e65b.webp');
    background-repeat: no-repeat;
    background-size: 30%;
    background-position-x: right;
    background-position-y: center;
    margin-right: 20px;
    padding-bottom: 15px;
}

.list {
    margin-bottom: 10px;
    padding-right: 20px;
    background: #EFEEFC;
    border: 2px #7170E9 solid;
}

.content-link {
    color: black;
    text-decoration: none;
}

.content__list_minor {
    margin: 0px 0 0 14px;
}

@media all and (max-width: 600px) {
    .content-block {
        margin: 10px 0;
        padding-bottom: 0px;
    }

    .content__list_minor {
        margin: 0;
    }
}

.content-item:hover .dot {
    color: #7271E9;
    text-decoration: none;
}

@media all and (max-width: 1280px) {
    .content-header {
        width: 100%;
        height: 45px;
    }

    .list {
        padding-right: 0px;
    }

    #contentList {
        background-image: none;
    }

    .content-item .content-item .content-label {
        text-decoration: none;
    }
}

/*content table*/
.content-table {
    font-size: 15px;
    margin-bottom: 15px;
}

.content-table-header {
    display: flex;
}

.content-table-header div {
    border-right: 1px solid #e8ebed;
    background: rgba(99, 98, 231, 0.9);
    color: #fff;
    flex-wrap: wrap;
    padding: 10px 10px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 17px;
}

.content-table-row {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(99, 98, 231, 0.05);
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.content-table-row>div:nth-child(2) {
    border-left: 1px solid #fff;
}

.content-table-row div {
    padding: 15px 10px;
    text-align: center;

}

.content-table-header>div:nth-child(2),
.content-table-row>div:nth-child(2) {
    width: calc(100%/1);
}

.content-table-header>div:nth-child(1),
.content-table-row>div:nth-child(1) {
    width: calc(100%/1.5);
}

.content-table-header div:last-child {
    border-right: 0px solid #fff;
}

@media all and (max-width:600px) {

    .content-table-header div {
        font-size: 16px;
    }

    .content-table-row div {
        font-size: 15px;
    }

    .content-table-header>div:nth-child(1),
    .content-table-row>div:nth-child(1) {
        width: calc(100% / 2);
    }

    .content-table-header>div:nth-child(2),
    .content-table-row>div:nth-child(2) {
        width: calc(100%/1.5);
    }
}

@media all and (max-width:365px) {

    .content-table-row div {
        font-size: 14px;
    }
}

@media all and (max-width:600px) {
    .btn-blue {
        /* padding: 10px 3px; */
        margin: 0px;
        font-size: 13px;
        text-align: center;
    }

    .rating-body-row>div {
        padding: 0px;
    }

    .rating-body-row {
        padding: 18px 2px;
    }
}

@media all and (max-width:380px) {
    .btn-blue {
        font-size: 12px;
        text-align: center;
    }
}

/* expert */

.note-time.note-upd {
    padding: 0 0 6px 0;
    display: block;
    font-size: 14px;
    opacity: .8;
    margin-top: 15px;
}

.expert {
    width: 100%;
    padding: 18px 0px;
    clear: both;
    position: relative;
    display: flex;
    border-top: solid #c9c9c9 1px;
    border-bottom: solid #c9c9c9 1px;
}

.container-expert .expert {
    margin: 15px 0 20px 0;
    border-top: solid #c9c9c9 1px;
}

.name-description {
    opacity: .7;
    font-size: 14px;
}

.author-social-links {
    display: flex;
    margin-top: 4px;
}

.about-expert-img {
    min-width: 300px;
    border-right: solid #c9c9c9 1px;
}

.container-expert .about-expert {
    min-width: 100%;
}

.container-expert .about-expert-img {
    border-right: none;
}

.author-logo-link {
    float: left;
    margin: 0 15px 5px 0;
    min-width: 70px;
    height: 70px;
    overflow: hidden;
}

.expert-logo {
    float: left;
    margin: 0 15px 0 0;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.container-logo {
    min-width: 100px;
    height: 100px;
}

.expert img {
    display: block;
    object-fit: cover;
    border-radius: 50%;
}

.about-expert img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.about-expert-img img {
    width: 70px;
    height: 70px;
}

.author-name {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    text-decoration: underline;
}

.container-expert .author-name {
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    margin-block-start: 5px;
    margin-block-end: 10px;
}

.expert-description {
    font-size: 15px;
    padding-left: 20px;
    margin-left: 20px;
    margin: auto;
}

.author-linkedin {
    display: block;
    width: 24px;
    height: 24px;
    border-radius: 6px;
    margin: 0 4px 0 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCIgZmlsbD0iIzAwMDAwMCI+Cg08ZyBpZD0iU1ZHUmVwb19iZ0NhcnJpZXIiIHN0cm9rZS13aWR0aD0iMCIvPgoNPGcgaWQ9IlNWR1JlcG9fdHJhY2VyQ2FycmllciIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cg08ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+IDxnPiA8cGF0aCBkPSJNMjE4LjEyMzEyMiwyMTguMTI3MzkyIEwxODAuMTkxOTI4LDIxOC4xMjczOTIgTDE4MC4xOTE5MjgsMTU4LjcyNDI2MyBDMTgwLjE5MTkyOCwxNDQuNTU5MDIzIDE3OS45MzkwNTMsMTI2LjMyMzk5MyAxNjAuNDYzNzU2LDEyNi4zMjM5OTMgQzE0MC43MDc5MjYsMTI2LjMyMzk5MyAxMzcuNjg1Mjg0LDE0MS43NTc1ODUgMTM3LjY4NTI4NCwxNTcuNjkyOTg2IEwxMzcuNjg1Mjg0LDIxOC4xMjM0NDEgTDk5Ljc1NDA4OTQsMjE4LjEyMzQ0MSBMOTkuNzU0MDg5NCw5NS45NjY1MjA3IEwxMzYuMTY4MDM2LDk1Ljk2NjUyMDcgTDEzNi4xNjgwMzYsMTEyLjY2MDU2MiBMMTM2LjY3NzczNiwxMTIuNjYwNTYyIEMxNDQuMTAyNzQ2LDk5Ljk2NTAwMjcgMTU3LjkwODYzNyw5Mi4zODI0NTI4IDE3Mi42MDU2ODksOTIuOTI4MDA3NiBDMjExLjA1MDUzNSw5Mi45MjgwMDc2IDIxOC4xMzg5MjcsMTE4LjIxNjAyMyAyMTguMTM4OTI3LDE1MS4xMTQxNTEgTDIxOC4xMjMxMjIsMjE4LjEyNzM5MiBaIE01Ni45NTUwNTg3LDc5LjI2ODUyODIgQzQ0Ljc5ODE5NjksNzkuMjcwNzA5OSAzNC45NDEzNDQzLDY5LjQxNzE3OTcgMzQuOTM5MTYxOCw1Ny4yNjAwNTIgQzM0LjkzNjk4LDQ1LjEwMjkyNDQgNDQuNzkwMjk0OCwzNS4yNDU4NTYyIDU2Ljk0NzE1NjYsMzUuMjQzNjczNiBDNjkuMTA0MDE4NSwzNS4yNDE0OTE2IDc4Ljk2MDg3MTMsNDUuMDk1MDIxNyA3OC45NjMwNTQsNTcuMjUyMTQ5MyBDNzguOTY0MTAxNyw2My4wOTAyMDggNzYuNjQ1OTk3Niw2OC42ODk1NzE0IDcyLjUxODY5NzksNzIuODE4NDQzMyBDNjguMzkxMzk4Miw3Ni45NDczMTUzIDYyLjc5Mjk4OTgsNzkuMjY3NDggNTYuOTU1MDU4Nyw3OS4yNjg1MjgyIE03NS45MjA2NTU4LDIxOC4xMjczOTIgTDM3Ljk0OTk1LDIxOC4xMjczOTIgTDM3Ljk0OTk1LDk1Ljk2NjUyMDcgTDc1LjkyMDY1NTgsOTUuOTY2NTIwNyBMNzUuOTIwNjU1OCwyMTguMTI3MzkyIFogTTIzNy4wMzM0MDMsMC4wMTgyNTc3MDkxIEwxOC44ODk1MjQ5LDAuMDE4MjU3NzA5MSBDOC41Nzk1OTQ2OSwtMC4wOTgwOTIzOTcxIDAuMTI0ODI3MDM4LDguMTYwNTYyMzEgLTAuMDAxLDE4LjQ3MDYwNjYgTC0wLjAwMSwyMzcuNTI0MDkxIEMwLjEyMDUxOTA1MiwyNDcuODM5MTAzIDguNTc0NjA2MzEsMjU2LjEwNTkzNCAxOC44ODk1MjQ5LDI1NS45OTc3IEwyMzcuMDMzNDAzLDI1NS45OTc3IEMyNDcuMzY4NzI4LDI1Ni4xMjU4MTggMjU1Ljg1NTkyMiwyNDcuODU5NDY0IDI1NS45OTksMjM3LjUyNDA5MSBMMjU1Ljk5OSwxOC40NTQ4MDE2IEMyNTUuODUxNjI0LDguMTI0Mzg5NzkgMjQ3LjM2Mzc0MiwtMC4xMzM3OTI4NjggMjM3LjAzMzQwMywwLjAwMDc5MDgwNzA1NSIgZmlsbD0iIzBBNjZDMiI+IDwvcGF0aD4gPC9nPiA8L2c+Cg08L3N2Zz4=');
    background-size: 24px;
}

.container-expert .author-linkedin {
    margin: 4px 4px 0 0;
}

@media (max-width: 600px) {
    .expert-description {
        border: none;
        border-top: solid #c9c9c9 1px;
        padding: 20px 0 0;
        margin: 20px 0 0;
    }

    .expert {
        flex-direction: column;
    }

    .about-expert-img {
        border-right: none;
    }
}

/* faq */

@media screen and (min-width: 300px) {
    .accordion__action-icon {
        width: 34px;
        height: 34px;
    }

    .accordion__action-icon svg {
        width: 20px;
        height: 12px
    }

    .accordion__action,
    .accordion__content {
        background: #fff;
        padding: 12px 10px;
    }

    .accordion__content {
        padding: 10px;
        background-color: #fff;
        border-top: none;
    }

    .accordion__action:hover {
        text-decoration: none !important;
    }

    .accordion__action:focus {
        text-decoration: none;
    }

    .accordion__action.active:focus {
        text-decoration: none;
    }

    .accordion__action.active .accordion__title.h4 {
        font-weight: 600;
    }
}

@media screen and (min-width: 1100px) {
    .faq {
        width: 890px;
    }
}

.accordion__action {
    display: flex;
    align-items: baseline;
    color: #333;
}

.container ul li a.accordion__action {
    text-decoration: none !important;
}

.accordion__action-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-left: auto;
    background: transparent;
    transition: transform ease .25s, background ease .25s, border ease .25s;
}

.accordion__action-icon svg {
    fill: #ffc500;
}

.accordion__action-icon.active {
    transform: rotate(-180deg);
}

.accordion__action-icon.active svg .min {
    display: none;
}

.accordion__items {
    list-style-type: none;
    padding: 0px;
    margin-bottom: 25px;
    margin-top: 0px;
    padding-top: 1px;
}

.accordion__title.h4 {
    font-size: 17px;
    line-height: 10px;
    padding: 10px 0 10px 0;
    font-weight: 500;
    color: #333;
    margin-bottom: 0px;
}

@media screen and (max-width: 1200px) {
    .accordion__title.h4 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 0px;
    }
}

.accordion__title.h3 {
    font-size: 27px;
    line-height: 10px;
    padding: 20px 0 0 0;
    color: #333;
}

.faq .row h2 {
    padding-top: 10px;
    padding-left: 0px;
    margin: 25px 0 20px 0px;
    float: none;
    background: transparent;
    font-weight: 600;
    font-size: 26px;
}

@media screen and (max-width: 1200px) {
    .accordion__title.h3 {
        font-size: 22px;
        line-height: 26px;
    }

    .row h2 {
        padding-top: 0px;
    }

    .accordion__title.h4 {
        padding: 5px 0 5px 0;
    }
}

.accordion__action {
    text-decoration: none;
}

.faq .row {
    display: block;
}

.accordion__content p,
.accordion__content ol {
    margin: 0px 0 10px;
}

.faq .row {
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
    border-radius: 10px
}

.accordion__item {
    margin-left: 0px !important;
    margin-bottom: 14px;
    border: 1px solid #f6f3f7;
}

.accordion__item:before {
    display: none;
}

.accordion__item.active {
    margin: 10px 0px 15px 0px;
}

.accordion__item.active .accordion__content {
    display: block !important;
    background-color: #fff
}

.active .accordion__action {
    border-bottom: none;
}

@media only screen and (min-width: 1260px) {
    .faq .container {
        max-width: 100%;
    }
}

.faq .container {
    padding-left: 0px;
    padding-right: 0px;
}

.accordion__items,
.accordion__items .accordion__item {
    padding-left: 0px !important;
}

@media only screen and (max-width: 1260px) {
    .faq .row {
        margin: 10px 0px 0px 0px
    }
}

.accordion__action.active:focus {
    text-decoration: none;
}

.accordion__item {
    border: solid 2px rgb(99 95 229 / 90%);
}

.accordion__item:hover {
    box-shadow: 0 0 20px rgba(99, 98, 231, 0.9);
    transition: .8s;
}

.accordion__item.active {
    border: solid 2px #ffc500;
}

/* recommended casinos */

.rec-casino {
    position: relative;
    margin: 15px 0;
}

.cas-items-wrapper {
    overflow: hidden;
    position: relative;
    padding: 0 15px;
}

.cas-items {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    transition: transform 0.3s ease-in-out;
}

.rec-casino-item {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 100%;
    width: calc(20%);
    box-shadow: 0 0 0 1px #cdcdcd;
    margin: 15px;
    box-sizing: border-box;
    border-top-right-radius: 15px;
}

.casino-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.casino-item-logo {
    position: relative;
    width: 100%;
    padding: 0;
}

.casino-item-ref {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 0;
    border-radius: 4px 4px 0 0;
}

.casino-item-ref img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 4px 4px 0 0;
}

.progress {
    right: 10px;
    bottom: 10px;
    position: absolute;
    z-index: 1;
    margin-left: 10px;
    min-width: 40px;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: white;
    top: 60%;
    left: 79%;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
    border: 2px solid #ffc500;
}

.casino-title {
    color: #24322b;
    display: block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    padding: 7.5px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.casino-bonus {
    padding: 10px 10px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}

.casino-btn {
    display: block;
    text-decoration: none;
    border-radius: 5px;
    font-size: 19px;
    font-weight: 500;
    text-align: center;
    line-height: 46px;
    width: -webkit-fill-available;
    width: -moz-available;
    height: 46px;
    color: #fff;
    margin: 15px 30px 15px 30px;
    border: solid 1px rgba(99, 98, 231, 0.9);
    background-color: rgba(99, 98, 231, 0.9);
}

.casino-btn:hover {
    background: #5655e5;
    color: #fff;
}

.cas-label {
    font-weight: 600;
    font-size: 13px;
    line-height: 17px;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    z-index: 1;
    display: inline-block;
    padding: 4px 10px;
    top: -5px;
    left: -2px;
}

.cas-label:before {
    content: '';
    background: #ffc500;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .35);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: skew(-15deg);
    z-index: -1;
}

@media only screen and (max-width: 1100px) {
    .casino-item-logo {
        flex: 0 0 30%;
    }

    .casino-bonus {
        font-size: 16px;
    }

    .rec-casino-item {
        height: auto;
        width: calc(29%);
    }

    .casino-item {
        height: 100%;
    }

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

@media only screen and (max-width: 600px) {
    .cas-items-wrapper {
        padding: 0 5px;
    }

    .rec-casino-item {
        flex: 0 0 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 5px;
        margin: 0px;
        margin-bottom: 10px;
        box-sizing: border-box;
        border-top-right-radius: 0px;
    }

    .cas-items {
        margin-top: 5px;
    }

    .casino-item {
        display: flex;
        flex-direction: row;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .casino-item-logo,
    .casino-title,
    .casino-bonus,
    .casino-btn {
        margin: 0;
        padding: 0;
    }

    .casino-item-logo {
        flex: 0 0 40%;
    }

    .casino-title {
        display: none;
    }

    .casino-bonus {
        flex: 1 1 30%;
        margin: 0 5px;
        font-size: 14px;
        text-align: center;
    }

    .casino-btn {
        flex: 0 0 30%;
    }

    .casino-item-ref {
        padding: 0;
    }

    .casino-item-ref img {
        position: static;
    }

    .cas-label {
        font-size: 10px;
        padding: 2px 5px;
    }

    .cas-label:before {
        height: 100%;
        transform: skew(-10deg);
    }
}

@media only screen and (max-width: 1280px) {
    .cas-items {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
}

.slot-link {
    display: block;
    height: 50px;
    margin-bottom: 50px;
    background: rgba(99, 98, 231, 0.9);
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    box-sizing: border-box;
    line-height: 47px;
}

.slot-link a {
    color: #fff;
    display: block;
}

.slot-link:hover {
    background: #5655e5;
    color: #fff;
}

.leftimg {
    float: left;
    margin: 5px 20px 20px 0;
    max-width: 100%;
    width: 350px;
    height: auto;
}

.rightimg {
    float: right;
    margin: 5px 0 20px 20px;
    max-width: 100%;
    width: 350px;
    height: auto;
}

@media all and (max-width:1200px) {

    .leftimg,
    .rightimg {
        width: 100%;
    }
}

.wrptabs {
    margin-top: 15px;
}

@media all and (min-width:1200px) {
    .rating-header {
        display: none !important;
    }

    #wrps {
        display: flex;
    }

    #wrps>div:nth-of-type(1) {
        width: 25%;
    }

    #wrps>div:nth-of-type(1) .rating-body-row {
        width: 44%;
        margin-left: 25px;
        display: inline-block;
        border: 2px solid mediumseagreen;
        border-radius: 19% 10px 0px 0px;
        vertical-align: top;
        margin-right: 21px;
        background: #3cb37126;
        min-height: 365px;
        margin-bottom: 34px;
        position: relative !important;
    }

    .rating-body {
        position: relative;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(1) {
        width: 200px;
        margin-top: 0px;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>.rating-body-rating {
        position: absolute;
        width: 200px;
        height: 100px;
        top: 20px;
        right: 33px;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>.rating-body-rating .rating-value {
        font-size: 42px;
        color: black;
        font-weight: 400;
        margin-left: 5px;
        vertical-align: baseline;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>.rating-body-rating img {
        width: 35px;
        height: 35px;
    }

    #wrps>div:nth-of-type(1) .rating-body-row::before {

        position: absolute;
        font-size: 20px;
        color: white;
        background: none;
        width: 45px;
        height: 50px;
        top: 0px;
        right: 21px;
        margin: 0 !important;
        z-index: 9;

    }

    #wrps .rating-body-row .rating-body-rating>div:first-child {
        display: inline-block;
        vertical-align: top;
    }

    #wrps>div:nth-of-type(1) .rating-body-row::after {
        content: "";
        display: block;
        position: absolute;
        top: 0px;
        right: 21px;
        z-index: 0;
        left: auto;
        /* background: none; */
        width: 0;
        height: 0;
        padding: 0;
        margin: 0;
        background: mediumseagreen;
        border-left: 23px solid transparent;
        border-right: 22.5px solid transparent;
        border-bottom: 15px solid #D5F1EF;
        border-top: 50px solid mediumseagreen;

    }

    #wrps>div:nth-of-type(2) {
        width: 75%;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(2) {
        width: 195px;
        position: absolute;
        right: 20px;
        top: 106px;
        display: inline-block;
        text-align: left;

    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(2) span {
        text-align: left;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(2):before {
        content: "Минимальный депозит: "
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(3) {
        width: 195px;
        position: absolute;
        left: 13px;
        top: 106px;
        text-align: left !important;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(3) a {
        line-height: 145%;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(7) {
        width: 100%;
        position: absolute;
        right: 0;
        left: 0;
        bottom: 10.5px;
        text-align: left;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(7) a:nth-of-type(1) {
        padding: 10px 20px 10px 20px !important;
        background: white;
        width: 85% !important;
        font-size: 20px;
        box-sizing: initial;
        color: black !important;
        margin: 10px 0 0 0 !important;
        display: block;
        text-align: center;
        border: 1px solid #fb8f8f;
        border-radius: 5px;
        text-decoration: none !important;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(7) a:nth-of-type(1):hover {
        color: black !important;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(7) a:nth-of-type(2) {
        padding: 10px 20px 10px 20px !important;
        background: mediumseagreen;
        width: 84% !important;
        font-size: 20px;
        box-sizing: initial;
        color: white !important;
        margin: 10px 0 0 0 !important;
        display: block;
        text-align: center;
        border: 1px solid mediumseagreen;
        border-radius: 5px;
        text-decoration: none !important;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(7) a:nth-of-type(2):hover {
        background: #fb8f8f;
        color: #fff !important;
        border: 1px solid #fb8f8f !important;
    }

    #wrps .btn_primary {
        content: "Официальный сайт";
    }

    #wrps .pmnt:before {
        content: "Вывод: ";
    }

    #wrps .pmnt {
        width: 200px;
        display: block;
        font-size: 16px;
        position: absolute;
        top: 170px;
        right: 15px;
        text-align: left;
    }

    #wrps .pmnt img {
        width: auto;
        height: auto;
        display: inline-block;
        max-width: 50px;
        max-height: 19px;
    }

    #wrps .payment-term {
        display: none;
    }

    #wrps .prmcd {
        width: 164px;
        display: block;
        font-size: 16px;
        position: absolute;
        top: 175px;
        left: 12px;
        text-align: left;
    }

    #wrps .prmcd .blrblck {
        padding: 10px 20px;
        background: white;
        color: black;
        display: block;
        text-align: center;
        border: 1px solid #fb8f8f;
        border-radius: 5px;

    }

    #wrps .prmcd .blrblck:hover {
        cursor: pointer;

    }

    #wrps .prmcd .blrblck span {
        transition: filter 0.3s ease;
        filter: blur(3px);
    }

    #wrps .prmcd .blrblck:hover span {
        transition: filter 0.3s ease;
        filter: blur(0px);
    }

    #wrps .prmcd .blrblck span:after {
        content: "";
        width: 20px;
        height: 19px;
        display: inline-block;
        background: url(../../images/cpprmcd.png) 50% 50% no-repeat;
        vertical-align: sub;
        margin-left: 7px;
    }

    #wrps .ttop {
        font-size: 29px;
        color: white;
        display: inline;
        padding: 5px 12px;
        background: #ffc500;
        border-radius: 5px;
    }

    #wrps .hdtabs {
        margin: 16px 0px;
    }

    #wrps .hdtabs span {
        display: inline-block;
        padding: 5px 11px;
        background: #3cb37126;
        color: black;
    }

    #wrps .hdtabs span:hover {
        background: mediumseagreen;
        color: white;
        cursor: pointer;
    }

    #wrps .hdtabs span.active {
        background: mediumseagreen;
        color: white;
    }

    #wrps .tbscontent>a:nth-of-type(1) {
        display: block;
        width: 115px;
        height: 99px;
        float: left;
        margin-right: 21px;
    }

    #wrps .tbscontent>a:nth-of-type(1) img {

        width: 115px;
        height: 99px;
    }

    #wrps .tbscontent .tbscontenttitle {

        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
    }

    #wrps .tbscontent .tbscontentproiz {
        margin: 9px 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
    }

    #wrps .tbscontent>a:nth-of-type(2) {
        padding: 5px 15px 5px 15px;
        background: white;
        color: black;
        display: block;
        text-align: center;
        border: 1px solid #5655e5;
        border-radius: 5px;
        width: 111px;
        text-decoration: none;
        float: left;
        margin-right: 19px;
    }

    #wrps .tbscontent {
        margin-bottom: 25px;
        display: block;
        height: 100px;
        position: relative;
    }

    .sldwrap {
        position: relative;
        width: 100%;
        margin: auto;
        overflow: hidden;
        height: 100px;
    }

    .sld {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        transition: opacity 3s ease-in-out;
    }

    .sld.active {
        opacity: 1;
    }

    .sld a {
        display: block;
        width: 115px;
        height: 99px;
        float: left;
        margin-right: 21px;
    }

    .sld img {
        width: 115px;
        height: 99px;
    }

    .sldtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
    }

    .sldname {
        margin: 9px 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
    }

    #wrps .slider .slide a {
        display: block;
        width: 100px;
        height: 85px;
        float: left;
        margin-right: 20px;
    }

    #wrps .slider .slide a img {
        width: 100px;
        height: 85px;
    }

    #wrps .slider {
        margin: 20px 0px;
        border: 2px solid mediumseagreen;
        background: #3cb37126;
        position: relative;
        padding: 10px 30px 20px 30px;
        height: 78px;
        width: 255px;
    }

    .swptitle {
        padding-top: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
    }

}



@media all and (max-width:1200px) {
    .rating-header {
        display: none !important;
    }

    #wrps {
        display: block;
        width: 100%;
    }

    #wrps>div:nth-of-type(1) {
        width: 100%;
    }

    #wrps>div:nth-of-type(1) .rating-body-row {
        width: 98%;
        margin-left: 0;
        display: inline-block;
        border: 2px solid mediumseagreen;
        border-radius: 19% 10px 0px 0px;
        vertical-align: top;
        margin-right: 0px;
        background: #3cb37126;
        min-height: 545px;
        margin-bottom: 34px;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(1) {
        width: 200px;
        margin: auto;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>.rating-body-rating {
        position: relative;
        width: 200px;
        height: 100px;
        top: 0;
        margin: auto;
        right: 0;
        text-align: center;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>.rating-body-rating .rating-value {
        font-size: 42px;
        color: black;
        font-weight: 400;
        margin-left: 5px;
        vertical-align: baseline;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>.rating-body-rating img {
        width: 35px;
        height: 35px;
    }

    #wrps>div:nth-of-type(1) .rating-body-row::before {

        position: absolute;
        font-size: 20px !important;
        color: white;
        background: none;
        width: 45px !important;
        height: 50px;
        top: 0px;
        right: 21px;
        z-index: 7;

    }

    #wrps .rating-body-row .rating-body-rating>div:first-child {
        display: inline-block;
        vertical-align: top;
    }

    .rating-body-row .rating-bonus_btn {
        color: black;
        text-align: center;
        line-height: 1;
        font-weight: 400;
        padding: 2px 0 0 0;
        line-height: 120%;
        display: inline-block;
        text-align: center;
        cursor: auto;
    }

    #wrps>div:nth-of-type(1) .rating-body-row::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 21px;
        left: auto;
        z-index: 1;
        background: none;
        width: 0px;
        height: 25px;
        margin: 0;
        padding: 0;
        background: #3cb37100;
        border-left: 22px solid #3cb371;
        border-right: 22px solid #3cb371;
        border-bottom: 14px solid #3cb37100;
        border-top: 20px solid mediumseagreen;

    }

    #wrps>div:nth-of-type(2) {
        width: 100%;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(2) {
        width: 195px;
        position: relative;
        right: 0;
        top: 0;
        display: block;
        text-align: center;
        margin: auto;

    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(2) span {
        text-align: left;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(2):before {
        content: "Минимальный депозит: ";
        position: relative;
        padding: 0;
        text-align: center;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(3) {
        width: 195px;
        position: relative;
        left: 0px;
        top: 0;
        text-align: center;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(3) a {
        line-height: 145%;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(7) {
        width: 100%;
        position: relative;
        right: 0;
        left: 0;
        bottom: 15.5px;
        text-align: left;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(7) a:nth-of-type(1) {
        padding: 10px 20px 10px 20px !important;
        background: white;
        width: 84% !important;
        font-size: 20px;
        box-sizing: initial;
        color: black !important;
        margin: 10px 0 0 0 !important;
        display: block;
        text-align: center;
        border: 1px solid #fb8f8f;
        border-radius: 5px;
        text-decoration: none !important;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(7) a:nth-of-type(1):hover {
        color: black !important;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(7) a:nth-of-type(2) {
        padding: 10px 20px 10px 20px !important;
        background: mediumseagreen;
        width: 84% !important;
        font-size: 20px;
        box-sizing: initial;
        color: white !important;
        margin: 10px 0 0 0 !important;
        display: block;
        text-align: center;
        border: 1px solid mediumseagreen;
        border-radius: 5px;
        text-decoration: none !important;
    }

    #wrps>div:nth-of-type(1) .rating-body-row>div:nth-of-type(7) a:nth-of-type(2):hover {
        background: #fb8f8f;
        color: #fff !important;
        border: 1px solid #fb8f8f !important;
    }

    #wrps .btn_primary {
        content: "Официальный сайт";
    }

    #wrps .pmnt:before {
        content: "Вывод: ";
    }

    #wrps .pmnt {
        width: 200px;
        display: block;
        font-size: 16px;
        position: relative;
        top: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }

    #wrps .pmnt img {
        width: auto;
        height: auto;
        display: inline-block;
        max-width: 50px;
        max-height: 19px;
    }

    #wrps .payment-term {
        display: none;
    }

    #wrps .prmcd {
        width: 100%;
        display: block;
        font-size: 16px;
        position: relative;
        top: 0;
        margin: auto;
        left: 0;
        text-align: center;
    }

    #wrps .prmcd .blrblck {
        padding: 10px 20px 10px 20px !important;
        background: white;
        width: 84% !important;
        font-size: 20px;
        box-sizing: initial;
        color: black !important;
        margin: 10px auto 7px auto !important;
        display: block;
        text-align: center;
        border: 1px solid #fb8f8f;
        border-radius: 5px;
        text-decoration: none !important;

    }

    #wrps .prmcd .blrblck:hover {
        cursor: pointer;

    }

    #wrps .prmcd .blrblck span {
        transition: filter 0.3s ease;
        filter: blur(3px);
    }

    #wrps .prmcd .blrblck:hover span {
        transition: filter 0.3s ease;
        filter: blur(0px);
    }

    #wrps .prmcd .blrblck span:after {
        content: "";
        width: 20px;
        height: 19px;
        display: inline-block;
        background: url(../../images/cpprmcd.png) 50% 50% no-repeat;
        vertical-align: sub;
        margin-left: 7px;
    }

    #wrps .ttop {
        font-size: 29px;
        color: white;
        display: block;
        padding: 5px 12px;
        margin: auto;
        text-align: center;
        background: #ffc500;
        border-radius: 5px;
    }

    #wrps .hdtabs {
        margin: 30px auto;
        text-align: center;
    }

    #wrps .hdtabs span {
        display: inline-block;
        padding: 10px 19px;
        background: #3cb37126;
        color: black;
    }

    #wrps .hdtabs span:hover {
        background: #ffc500;
        color: white;
        cursor: pointer;
    }

    #wrps .hdtabs span.active {
        background: #ffc500;
        color: white;
    }

    #wrps .tbscontent>a:nth-of-type(1) {
        display: block;
        width: 115px;
        height: 99px;
        float: left;
        margin-right: 21px;
    }

    #wrps .tbscontent>a:nth-of-type(1) img {

        width: 115px;
        height: 99px;
    }

    #wrps .tbscontent .tbscontenttitle {

        font-size: 16px;
        font-weight: 500;
        line-height: 100%;
    }

    #wrps .tbscontent .tbscontentproiz {
        margin: 9px 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
    }

    #wrps .tbscontent>a:nth-of-type(2) {
        padding: 5px 20px 5px 20px;
        background: white;
        color: black;
        display: block;
        text-align: center;
        border: 1px solid #fb8f8f;
        border-radius: 5px;
        width: 135px;
        text-decoration: none;
        float: left;
        margin-right: 19px;
    }

    #wrps .tbscontent {
        margin-bottom: 25px;
        width: 100%;
        margin: 0 auto 25px;
        height: 100px;
        position: relative;
        max-width: 380px;
    }

    .sldwrap {
        position: relative;
        width: 100%;
        margin: auto;
        overflow: hidden;
        height: 100px;
    }

    .sld {
        position: relative;
        width: 100%;
        max-width: 378px;
        margin: auto;
        height: 100%;
        opacity: 0;
        transition: opacity 3s ease-in-out;
    }

    .sld.active {
        opacity: 1;
    }

    .sld a {
        display: block;
        width: 115px;
        height: 99px;
        float: left;
        margin-right: 21px;
    }

    .sld img {
        width: 115px;
        height: 99px;
    }

    .sldtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
    }

    .sldname {
        margin: 9px 0;
        font-size: 14px;
        font-weight: 500;
        line-height: 100%;
    }

    #wrps .slider .slide a {
        display: block;
        width: 100px;
        height: 85px;
        float: left;
        margin-right: 20px;
    }

    #wrps .slider .slide a img {
        width: 100px;
        height: 85px;
    }

    #wrps .slider {
        margin: 20px auto;
        border: 2px solid mediumseagreen;
        background: #3cb37126;
        position: relative;
        padding: 10px 30px 20px 30px;
        height: 78px;
        width: 315px;
    }

    .swptitle {
        padding-top: 10px;
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
    }
}


/* demo   */

iframe,
img {
    border: 0;
}

embed,
iframe,
img,
object,
video {
    max-width: 100%;
}


header nav {
    width: 90%;
    padding: 0 0 0 25px
}

header nav ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0
}

header nav ul li {
    list-style: none;
    margin: 0;
    padding: 0
}

header nav ul li a,
header nav ul li span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    text-decoration: none;
    padding: 10px 15px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 13px
}

header nav ul li a:hover {
    color: white;
}

header nav ul li ul li a,
header nav ul li ul li span {
    color: black;
}

header nav ul li ul li a:hover {
    color: black;
}

@media only screen and (min-width: 960px) {
    header nav ul li ul {
        display: none
    }

    header nav ul li span:after {
        content: '';
        border: solid white;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 2px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        position: absolute;
        top: 15px;
        right: 2px;
    }

    header nav ul li:hover ul {
        display: block;
        position: absolute;
        background: #fbfbfb;
        box-shadow: 0 3px 5px #ededed;
        background: #fbfbfb;
        max-width: 280px;
        right: -3em;
        z-index: 99;
    }
}

@media only screen and (max-width: 960px) {

    /* nav { */
    /* width: 100%; */
    /* padding: 0; */
    /* position: fixed; */
    /* display: none; */
    /* background: #fbfbfb; */
    /* z-index: 100; */
    /* top: 50px; */
    /* left: 0; */
    /* border-top: 1px solid #e74516; */
    /* } */
    .mobile-btn {
        display: flex;
        width: 30px;
        height: 23px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        right: 20px;
        position: absolute;
    }

    .mobile-btn span,
    .mobile-btn span:before,
    .mobile-btn span:after {
        width: 100%;
        height: 2px !important;
        border-radius: 10px !important;
        background: white !important;
        display: block !important;
        position: absolute !important;
        top: 0;
        right: 0;
        content: '';
        border-radius: 10px !important;
    }

    .mobile-btn span:after {
        top: 20px;
        width: 60%;
    }

    header .mobile-btn span:before {
        top: 10px;
        width: 80%;
    }

    header nav>ul {
        display: none;
        align-items: center;
        justify-content: flex-end;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .active nav>ul {
        display: flex;
        flex-direction: column !important;
        z-index: 99999 !important;
        background: white !important;
        padding: 20px 0px !important;
        top: 60px !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        position: absolute !important;
    }

    .active nav ul li a {
        color: black !important;
    }

    .active nav>ul>li>ul {
        display: flex;
        flex-direction: column !important;
        z-index: 99999 !important;
        background: white !important;
        padding: 20px 0px !important;
        top: 304px !important;
        width: 100% !important;
        left: 0 !important;
        right: 0 !important;
        position: absolute !important;
    }


}

@media only screen and (max-width: 680px) {
    header nav ul li a {
        font-size: 15px;
    }
}

.footer-content>div:nth-of-type(1) {
    display: block !important;
}

.footer-content div p {
    display: block;
}

.footer-content div p span {
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}

@media only screen and (max-width: 960px) {
    #wrps {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
    }

    .sside {
        order: 2;
    }

    .footer-content>div:nth-of-type(2) div {

        text-align: center;
    }

    .footer-content>div:nth-of-type(1) {
        text-align: center;
    }

    .footer-content div p {
        font-size: 16px;
    }

    .footer-content div ul li {
        list-style: none !important;
        text-align: center !important;
        font-size: 16px;
        margin: 12px auto;
    }

    .footer-content {
        grid-template-columns: none !important;
        display: flex !important;
        align-items: flex-start;
        justify-content: center;
        align-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .footer-content div ul {
        margin: 0 !important;
        padding: 0 !important;
    }

    footer .container div ul li>a {

        white-space: nowrap;
    }

    footer .container {
        padding-bottom: 40px;
    }

    .footer-content>div:nth-child(3) {
        display: block;
        grid-column-start: auto;
        position: relative;
        width: auto;
        justify-content: center;
        margin: auto;
        margin: 20px auto 20px;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 3;

    }

    footer .logo {
        width: 90px !important;
        height: auto !important;
        margin-top: -10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .footer-content div ul {
        display: block !important;
    }

    .footer-content div ul li {
        list-style: none !important;
    }

    .table-btn-reg {

        margin-bottom: 10px !important;
    }
}

.footer-content div ul li {
    list-style: disc;
    text-align: left;
}

.footer-content>div:nth-of-type(2) div {
    display: block !important;
}

footer .logo {
    width: 90px;
    height: auto;
    margin-top: -85px;
    margin-left: -7px;
    overflow: hidden;
}

.accordion__content p,
.accordion__content li {
    font-size: 15px !important;
}