@import url(https://fonts.googleapis.com/css2?family=Kanit:wght@400;700;900&display=swap);
* {
padding: 0;
margin: 0;
border: none;
}
*, ::after, ::before {
    box-sizing: border-box;
}
a, a:link, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
aside, footer, header, main, nav, section {
    display: block;
}
h1, h2, h3, h4, h5, h6, p {
    font-size: inherit;
    font-weight: inherit;
}
ul, ul li {
    list-style: none;
}
img {
    vertical-align: top;
}
img, svg {
    max-width: 100%;
    height: auto;
}
address {
    font-style: normal;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
}
input::-ms-clear {
    display: none;
}
button, input[type=submit] {
    display: inline-block;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0);
    background: 0 0;
    cursor: pointer;
}
button:active, button:focus, input:active, input:focus {
    outline: 0;
}
button::-moz-focus-inner {
    padding: 0;
    border: 0;
}
label {
    cursor: pointer;
}
legend {
    display: block;
}
@font-face {
    font-family: Kanit;
    src: local("Kanit Regular"), local("Kanit-Regular"), url("Kanit-Regular.css") format("embedded-opentype"), url("Kanit-Regular.css") format("woff2"), url("Kanit-Regular.css") format("woff"), url("Kanit-Regular.css") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Kanit;
    src: local("Kanit Bold"), local("Kanit-Bold"), url("Kanit-Bold.css") format("embedded-opentype"), url("Kanit-Bold.css") format("woff2"), url("Kanit-Bold.css") format("woff"), url("Kanit-Bold.css") format("truetype");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: Kanit;
    src: local("Kanit Black"), local("Kanit-Black"), url("Kanit-Black.css") format("embedded-opentype"), url("Kanit-Black.css") format("woff2"), url("Kanit-Black.css") format("woff"), url("Kanit-Black.css") format("truetype");
    font-weight: 900;
    font-style: normal;
}
* {
    font-family: Kanit, sans-serif;
}
.container {
    padding: 0 20px;
    max-width: 1300px;
    margin: 0 auto;
}
.hiddenAnswer {
    display: none;
    margin-top: 0;
    max-height: none;
    transition: .3s;
}
.rotate {
    transform: rotate(-180deg);
}
.promo {
    height: 500px;
    position: relative;
    padding: 0 25px;
}
/* .promo__wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
} */
.promo__text {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.promo__title {
    font-style: normal;
    font-weight: 400;
    font-size: 100px;
    line-height: 110%;
    color: #fff;
    text-align: center;
}
.promo__descr {
    margin: 20px 30px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 150%;
    color: #fff;
    text-align: center;
}
@media(min-width:576px)and (max-width:767px) {
    .promo .promo {
    height: 400px;
}
.promo .promo__title {
    font-size: 63px;
}
.promo .promo__descr {
    font-size: 18px;
}
}@media(min-width:320px)and (max-width:575px) {
    .promo .promo {
    height: 400px;
}
.promo .promo__title {
    font-size: 50px;
}
.promo .promo__descr {
    font-size: 16px;
}
}#selectedLink {
    background-color: #113454;
}
#selectedLink .blockWithLinks__title {
    color: #fff;
}
.header {
    position: fixed;
    width: 100%;
    background: #111928;

}
.header__wrapper {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .logo {
    width: 200px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #fff;
}
.header .menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 20px;
    gap: 30px;
}
.header .menu__item {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%}
.header .menu__item a {
    color: #fff;
}
.header .hamburger-menu {
    display: none;
}
.header #menu__toggle {
    opacity: 0;
    position: fixed;
}
.header #menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
}
.header #menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}
.header #menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}
.header #menu__toggle:checked~.menu__box {
    left: 0!important;
}
.header .menu__btn {
    z-index: 999;
    position: fixed;
    top: 38px;
    right: 20px;
    width: 30px;
    height: 28px;
    cursor: pointer;
    z-index: 1;
}
.header .menu__btn>span, .header .menu__btn>span::after, .header .menu__btn>span::before {
    z-index: 999;
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition-duration: .25s;
}
.header .menu__btn>span::before {
    content: "";
    top: -8px;
}
.header .menu__btn>span::after {
    content: "";
    top: 8px;
}
.header .menu__box {
    z-index: 999;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #111928;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.header .menu__itemMD {
    z-index: 999;
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: .25s;
}
.header .menu__itemMD a {
    color: #fff;
}
.header .menu__itemMD:hover {
    background-color: #1f2a37;
}
@media(max-width:991px) {
    .header #menu__toggle {
    opacity: 0;
    position: fixed;
}
.header #menu__toggle:checked+.menu__btn>span {
    transform: rotate(45deg);
}
.header #menu__toggle:checked+.menu__btn>span::before {
    top: 0;
    transform: rotate(0);
}
.header #menu__toggle:checked+.menu__btn>span::after {
    top: 0;
    transform: rotate(90deg);
}
.header #menu__toggle:checked~.menu__box {
    left: 0!important;
}
.header .menu__btn {
    z-index: 999;
    position: fixed;
    top: 38px;
    right: 20px;
    width: 30px;
    height: 28px;
    cursor: pointer;
    z-index: 1;
}
.header .menu__btn>span, .header .menu__btn>span::after, .header .menu__btn>span::before {
    z-index: 999;
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fff;
    transition-duration: .25s;
}
.header .menu__btn>span::before {
    content: "";
    top: -8px;
}
.header .menu__btn>span::after {
    content: "";
    top: 8px;
}
.header .menu__box {
    z-index: 999;
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #111928;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
}
.header .menu__itemMD {
    z-index: 999;
    display: block;
    padding: 12px 24px;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
    transition-duration: .25s;
}
.header .menu__itemMD a {
    color: #fff;
}
.header .menu__itemMD:hover {
    background-color: #1f2a37;
}
/* .header .btn_header, .header .menu {
    display: none;
} */
.header .hamburger-menu {
    display: block;
}
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 192px;
    height: 56px;
    background: #1c64f2;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    transition: all .3s;
}
.btn:hover {
    background-color: #24a459;
}
.btn_center {
    margin: 0 auto;
    margin-top: 15px;
    padding: 5px;
}
.btn_ref {
    width: 110px;
}
.footer {
    background-color: #111928;
    padding: 10px 0 10px;
    border-top: 1.5px solid gray;
}
.footer__wrapper {
    display: flex;
    justify-content: space-around;
}
.footer__about {
    max-width: 456px;
}
.footer__about .logo {
    width: 200px;
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 150%;
    color: #fff;
}
.footer__about .logo__text {
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9ca3af;
}
.footer__links {
    display: flex;
    justify-content: space-between;
}
.footer__menu {
    max-width: 184px;
    margin-right: 50px;
}
.footer__menu .menu__list {
    margin-top: 16px;
}
.footer__menu .menu__item {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    gap: 12px;
}
.footer__menu .menu__item a {
    color: #9ca3af;
}
.footer__popularCasino {
    max-width: 184px;
}
.footer__popularCasino .casino__list {
    margin-top: 16px;
}
.footer__popularCasino .casino__item {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    gap: 12px;
}
.footer__popularCasino .casino__item a {
    color: #9ca3af;
}
.footer__title {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}
@media(min-width:768px)and (max-width:991px) {
    .footer .footer__about {
    max-width: 350px;
}
}@media(min-width:320px)and (max-width:767px) {
    .footer .footer__wrapper {
    flex-direction: column;
}
.footer .footer__about {
    max-width: 100%}
.footer .footer__links {
    margin-top: 20px;
    justify-content: start;
}
}.promo {
    background-color: #1E252B;
    background-image: url("../img/slots/image-gray-bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
@media(max-width:991px) {
    .promo {
    background-attachment: local;
}
}.linksInPages {
    padding: 40px 0;
    background-color: #111928;
}
.linksInPages__wrapper .blockWithLinks {
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.linksInPages__wrapper .blockWithLinks__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 210px;
    height: 140px;
    background: #1f2a37;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .06), 0 0 1px rgba(0, 0, 0, .06);
    border-radius: 8px;
    transition: all .3s;
}
.linksInPages__wrapper .blockWithLinks__box:hover {
    background: #113454;
}
.linksInPages__wrapper .blockWithLinks__box:hover .blockWithLinks__title {
    color: #fff;
}
.linksInPages__wrapper .blockWithLinks__icon {
    width: 50px;
}
.linksInPages__wrapper .blockWithLinks__icon img {
    width: 100%}
.linksInPages__wrapper .blockWithLinks__icon .trans {
    transform: translateX(5px);
}
.linksInPages__wrapper .blockWithLinks__title {
    margin-top: 15px;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}
.title {
    padding: 0 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}
.title_h3 {
    margin-top: 40px;
    font-size: 32px;
}
.title_low {
    margin-top: 20px;
    font-size: 32px;
}
.text {
    padding: 0 10px;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 20px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    text-align: justify;
    color: #9ca3af;
}
.text span {
    font-size: 20px;
    font-weight: 700;
    line-height: 200%}
.img {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 600px;
}
.img img {
    width: 100%}
.img_recommendations {
    border-radius: 12px;
}
.img_recommendations img {
    border-radius: 12px;
}
.img_payment {
    max-width: 450px;
}
.topCasino {
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.topCasino__box {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    background: #111928;
    border-radius: 15px;
}
.topCasino__box_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topCasino__box_descr {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.topCasino__box_descr .responseTimer {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 278px;
}
.topCasino__box_descr .responseTimer__img {
    width: 30px;
    height: 30px;
}
.topCasino__box_descr .responseTimer__text {
    color: #fff;
    font-size: 15px;
}
.topCasino__box_descr .trust {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 293px;
}
.topCasino__box_descr .trust__img {
    width: 30px;
    height: 30px;
}
.topCasino__box_descr .trust__text {
    color: #fff;
    font-size: 15px;
    margin: 0 auto;
}
.topCasino__box_descr .reward {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 170px;
}
.topCasino__box_descr .reward__img {
    width: 30px;
    height: 30px;
}
.topCasino__box_descr .reward__text {
    margin: 0 auto;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
.topCasino__box .logoCasino {
    width: 70px;
    border-radius: 100%}
.topCasino__box .logoCasino__img {
    width: 100%;
    border-radius: 100%;
    border: 2px solid #fff;
}
.topCasino__box .nameCasino {
    display: block;
    width: 180px;
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 120%;
    color: #fff;
}
.topCasino__box .rateCasinoWrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
.topCasino__box .rateCasinoWrapper .rateCasino {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.topCasino__box .rateCasinoWrapper .rateCasino__text {
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
}
.topCasino__box .rateCasinoWrapper .rateCasino__count {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-style: normal;
    font-weight: 700;
    font-size: 21px;
    line-height: 120%;
    color: #111928;
}
.topCasino__box .rateCasinoWrapper .rateCasino__count_yellow {
    background-color: gold;
    border: 3px solid #ff8c00;
}
.topCasino__box .rateCasinoWrapper .rateCasino__count_green {
    background-color: #24a459;
    border: 3px solid #006400;
}
.topCasinoSection {
    padding: 110px 0;
    background-image: url("../img/background3.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.about {
    padding: 40px 0;
    background-color: #111928;
}
.about .whyUs {
    margin-top: 40px;
    display: flex;
    justify-content: space-around;
}
.about .whyUs__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 290px;
}
.about .whyUs__img {
    width: 80px;
}
.about .whyUs__img img {
    width: 100%}
.about .whyUs__img_correct {
    margin-top: -15px;
    width: 100px;
}
.about .whyUs__text {
    width: 100%;
    margin-top: 15px;
    color: #9ca3af;
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 125%}
.aboutEarning {
    padding: 40px 0;
    background-color: #1f2a37;
}
.howChooseCasino {
    padding: 40px 0;
    background-color: #111928;
}
.howChooseCasino .licenses {
    display: flex;
    justify-content: space-around;
    margin-top: 35px;
}
.howChooseCasino .licenses__box {
    width: 290px;
}
.howChooseCasino .licenses__img {
    width: 290px;
}
.howChooseCasino .licenses__img img {
    width: 100%}
.howChooseCasino .licenses__title {
    margin-top: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120%;
    color: #fff;
}
.howChooseCasino .licenses__descr {
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9ca3af;
    text-align: justify;
}
.table {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 900px;
    background-color: #1f2a37;
    border: 1px solid #374151;
    border-radius: 8px;
    padding: 20px;
}
.table_roulette {
    background: #111928;
}
.table_bonus {
    background-color: #111928;
}
.table .tableContent__title {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}
.table .tableContent__descr {
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9ca3af;
}
.table .tableContent__descr a {
    color: #f4f4f4;
}
.table .grey-line {
    margin: 20px 0;
    height: 1px;
    background-color: #374151;
}
.grey-line {
    margin: 20px 0;
    height: 1px;
    background-color: #374151;
}
.tac {
    text-align: center;
}
.aboutRtp {
    padding: 40px 0;
    background: #1f2a37;
}
.aboutRtp__table {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 900px;
    background-color: #111928;
    border: 1px solid #374151;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 150%; 
    color: #ffffff;
}
.selectedForLinks_bg {
    background: #113454;
}
.selectedForLinks_color {
    color: #fff;
}
.recommendations {
    padding: 40px 0;
    background-color: #111928;
}
.recommendations__wrapper {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.recommendations__text {
    max-width: 60%;
    margin: 0 auto;
}
.recommendations__img {
    width: 320px;
    display: flex;
    justify-content: center;
}
.recommendations__img img {
    border-radius: 12px;
}
.realPeople {
    padding: 40px 0;
    background-color: #1f2a37;
}
.faq {
    background: #1f2a37;
    padding: 40px 0;
    border-top: 1.5px solid gray;
}
.faq__wrapper {
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 900px;
    flex-wrap: wrap;
    gap: 20px;
}
.faq__wrapper .question {
    margin: 0 auto;
    padding: 24px 32px;
    width: 80%;
    min-height: 75px;
    background-color: #111928;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .06), 0 0 1px rgba(0, 0, 0, .06);
    border-radius: 8px;
}
.faq__wrapper .question__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq__wrapper .question__title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}
.faq__wrapper .question__icon {
    cursor: pointer;
}
.faq__wrapper .question__text {
    margin-top: 20px;
    font-size: 15px;
    width: 90%;
    color: #9ca3af;
}
.fact {
    background: url("../img/slots/image-gray-bg.png") center center/cover no-repeat;
    background-color: #1E252B;
    background-attachment: fixed;
    height: 205px;
    position: relative;
}
@media(max-width:991px) {
    .fact {
    background-attachment: local;
}
}.fact__wrapper::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    /* background-color: rgba(0, 0, 0, .7); */
}
.fact__text {
    position: absolute;
    width: 100%;
    top: 9%;
    left: 50%;
    transform: translate(-50%);
    padding: 35px 10px;
    max-width: 900px;
    text-align: center;
    font-weight: 400;
    font-size: 21px;
    line-height: 150%;
    z-index: 3;
    color: #fff;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #111928;
    border: 1px solid #374151;
    border-radius: 8px;
    
}
@media(min-width:992px)and (max-width:1199px) {
    .linksInPages .blockWithLinks__box {
    width: 180px;
}
}@media(min-width:768px)and (max-width:991px) {
    .linksInPages .blockWithLinks__box {
    width: 143px;
}
.topCasino__box .nameCasino {
    width: 130px;
    font-size: 18px;
}
.topCasino__box .rateCasinoWrapper .rateCasino__count {
    height: 50px;
    width: 50px;
}
.about .whyUs__block {
    max-width: 200px;
}
.about .whyUs__text {
    font-size: 13px;
}
.howChooseCasino .licenses__box {
    width: 210px;
}
.howChooseCasino .licenses__img {
    width: 210px;
}
.howChooseCasino .licenses__title {
    font-size: 17px;
}
.howChooseCasino .licenses__descr {
    font-size: 13px;
}
.recommendations__img {
    display: none;
}
.recommendations__text {
    max-width: 100%}
.faq__wrapper {
    width: 100%;
    justify-content: center;
}
.faq__wrapper .question {
    width: 80%}
}@media(min-width:576px)and (max-width:767px) {
    .topCasino__box .logoCasino {
    width: 130px;
}
.topCasino__box .nameCasino {
    width: 220px;
    margin-top: 10px;
    text-align: center;
    font-size: 30px;
}
.topCasino__box .btn_ref {
    margin-top: 15px;
    width: 130px;
    height: 50px;
}
.topCasino__box .rateCasinoWrapper .rateCasino {
    margin-top: 15px;
    flex-direction: column-reverse;
    align-items: center;
}
.topCasino__box .rateCasinoWrapper .rateCasino__text {
    font-size: 20px;
}
.topCasino__box_wrapper {
    flex-direction: column;
}
.topCasino__box_descr {
    flex-direction: column;
    align-items: center;
}
.topCasino__box_descr .responseTimer, .topCasino__box_descr .reward, .topCasino__box_descr .trust {
    flex-direction: column;
    text-align: center;
}
.linksInPages .blockWithLinks {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.linksInPages .blockWithLinks__box {
    margin-bottom: 10px;
    width: 50%}
.about .whyUs {
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about .whyUs__block {
    margin-top: 30px;
    max-width: 90%}
.about .whyUs__text {
    font-size: 13px;
}
.fact__text {
    font-size: 17px;
}
.howChooseCasino .licenses {
    flex-direction: column;
    margin-top: 0;
}
.howChooseCasino .licenses__box {
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
    justify-content: center;
}
.howChooseCasino .licenses__img {
    display: block;
    margin: 0 auto;
    width: 90%}
.howChooseCasino .licenses__title {
    font-size: 23px;
}
.howChooseCasino .licenses__descr {
    font-size: 17px;
}
.recommendations__img {
    display: none;
}
.recommendations__text {
    max-width: 100%}
.faq__wrapper {
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.faq__wrapper .question {
    margin: 0 auto;
    width: 80%}
}@media(min-width:320px)and (max-width:575px) {
    .topCasino__box .logoCasino {
    width: 130px;
}
.topCasino__box .nameCasino {
    width: 220px;
    margin-top: 10px;
    text-align: center;
    font-size: 30px;
}
.topCasino__box .btn_ref {
    margin-top: 15px;
    width: 130px;
    height: 50px;
}
.topCasino__box .rateCasinoWrapper .rateCasino {
    margin-top: 15px;
    flex-direction: column;
    align-items: center;
}
.topCasino__box .rateCasinoWrapper .rateCasino__text {
    font-size: 20px;
}
.topCasino__box_wrapper {
    flex-direction: column;
}
.topCasino__box_descr {
    flex-direction: column;
    align-items: center;
}
.topCasino__box_descr .responseTimer, .topCasino__box_descr .reward, .topCasino__box_descr .trust {
    flex-direction: column;
    text-align: center;
}
.title {
    font-size: 30px;
}
.text {
    font-size: 14px;
}
.linksInPages .blockWithLinks {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.linksInPages .blockWithLinks__box {
    margin-bottom: 10px;
    width: 100%}
.about .whyUs {
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.about .whyUs__block {
    margin-top: 30px;
    max-width: 90%}
.about .whyUs__text {
    font-size: 13px;
}
.fact__text {
    font-size: 14px;
}
.howChooseCasino .licenses {
    flex-direction: column;
    margin-top: 0;
}
.howChooseCasino .licenses__box {
    width: 90%;
    margin: 0 auto;
    margin-top: 35px;
    justify-content: center;
}
.howChooseCasino .licenses__img {
    display: block;
    margin: 0 auto;
    width: 90%}
.howChooseCasino .licenses__title {
    font-size: 17px;
}
.howChooseCasino .licenses__descr {
    font-size: 13px;
}
.recommendations__img {
    display: none;
}
.recommendations__text {
    max-width: 100%}
.faq__wrapper {
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.faq__wrapper .question {
    margin: 0 auto;
    width: 100%;
    padding: 16px 20px;
    min-height: 60px;
}
.faq__wrapper .question__text {
    transition: all .3s;
    font-size: 15px;
}
}.slotsPromo {
    background-color: #1E252B;
    background-image: url("../img/slots/image-gray-bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 0 20px;
    border-top: 1.5px solid gray;
}
@media(max-width:991px) {
    .slotsPromo {
    background-attachment: local;
}
}.topSlotsBrazil {
    padding: 40px 0;
}
.topSlotsBrazil__wrapper {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px 0;
    gap: 30px;
    margin-top: 40px;
}
.cardSlot {
    position: relative;
    width: 290px;
    height: 423px;
    background-color: #111928;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .06), 0 2px 6px rgba(0, 0, 0, .06), 0 0 1px rgba(0, 0, 0, .06);
    border-radius: 8px;
    gap: 30px;
}
.cardSlot__img {
    width: 100%;
    border-radius: 8px;
}
.cardSlot__brand  img{
    display: block;
    margin: 0 auto;
    width: 45%;
    margin-top: 5px;
}
.cardSlot__img img {
    width: 100%;
    max-height: 218px;
    border-radius: 8px 8px 0 0;
}
.cardSlot__title {
    margin-top: 7px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}
.cardSlot__descr {
    margin-top: 6px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #9ca3af;
}
.cardSlot__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 10px;
    width: 138px;
    height: 53px;
    background: #1c64f2;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    transition: all .3s;
}
.cardSlot__btn:hover {
    background-color: #2ecc71;
}
.cardSlot__moreInfo {
    display: block;
    margin-top: 16px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}
.cardSlot__textAbout {
    padding: 15px 10px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}
.cardSlot__back {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    color: #707487;
}
.rulesSlots {
    padding: 40px 0;
}
.tableHTML {
    padding: 40px 0 20px;
}
.tableHTML__title {
    color: #fff;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    color: #fff;
}
.tableHTML__title th {
    max-width: 220px;
    height: 30px;
    padding: 7px;
}
.tableHTML__text {
    padding: 0 5px;
    height: 60px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9ca3af;
    text-align: center;
}
.greyRowtable {
    background-color: #111928;
}
@media(min-width:576px)and (max-width:767px) {
    .cardSlot__textAbout {
    font-size: 15px;
}
.tableHTML {
    display: none;
}
}@media(min-width:320px)and (max-width:575px) {
    .cardSlot__textAbout {
    font-size: 15px;
}
.tableHTML {
    display: none;
}
}.paymentPromo {
    background-color: #1E252B;
    background-image: url("../img/slots/image-gray-bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
@media(max-width:991px) {
    .paymentPromo {
    background-attachment: local;
}
}.aboutPayment {
    padding: 40px 0;
    background: #1f2a37;
}
.aboutPayment__warning {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 900px;
    background-color: #111928;
    border: 1px solid #374151;
    border-radius: 8px;
    padding: 20px;
    color: #9ca3af;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #9ca3af;
}
.bonusPromo {
    background-color: #1E252B;
    background-image: url("../img/slots/image-gray-bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
@media(max-width:991px) {
    .bonusPromo {
    background-attachment: local;
}
}.bonus {
    padding: 40px 0;
    background-color: #1f2a37;
}
.roulettePromo {
    background-color: #1E252B;
    background-image: url("../img/slots/image-gray-bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
@media(max-width:991px) {
    .roulettePromo {
    background-attachment: local;
}
}.rulesRouletteCards {
    padding: 40px 0;
    background-color: #1f2a37;
}
.typeRoulette {
    padding: 40px 0;
}
.displayNone {
    display: none;
}
.bgDark {
    background-color: #111928;
}
.bgLight {
    background-color: #1f2a37;
}

.topCasino__favorite {
    margin: 0 auto;
    max-width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.favorite__box {
    width: 43%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    background: #111928;
    border-radius: 15px;
}

.favorite__box_silver {
    border: 1px solid #dedede;
}

.favorite__box_gold {
    border: 1px solid #ffe970;
    width: 35%;
    height: 430px;
}

.favorite__box_bronze {
    border: 1px solid #d77547;
}

.favorite__box .favorite__logo {
    width: 100%;
    height: 96px;
    padding: 15px;
    background-color: #1f2a37;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.favorite__box .favorite__logo .favorite__img {
    margin-top: -10px;
}

.favorite__box .favorite__name-rating {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 14px;
}

.favorite__box .favorite__name-rating .favorite__name {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
}

.favorite__box .favorite__payment {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 14px;
}

.favorite__box .favorite__payment .payment__box {
    width: 40px;
    height: 28px;
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: center;
}

.favorite__box .favorite__payment .emptybox {
    background-color: #1f2a37;

    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.favorite__box .favorite__bonus {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.favorite__box .favorite__bonus .bonus__box {
    width: 47%;
    max-width: 150px;
    height: 100%;
    min-height: 80px;
    background-color: #333e49;
    border-radius: 8px;
    padding: 6px 5px 5px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.favorite__box .favorite__bonus .bonus__box .bonus__upper {
    color: #acb6bf;
    font-size: 14px;
    font-weight: 500;
}

.favorite__box .favorite__bonus .bonus__box .bonus__text {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.favorite__box .favorite__bonus .bonus__box .bonus__under {
    color: #acb6bf;
    font-size: 14px;
    font-weight: 500;
}

.favorite__box .favorite__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    background: #1c64f2;
    border-radius: 8px;
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    transition: all .3s;
    margin: 0 auto;
    margin-top: 20px;

}

.favorite__box_gold .favorite__button {
    margin-top: 35px;
}

.favorite__box .favorite__button:hover {
    background-color: #24a459;
}

.favorite__box .favorite__name-rating .favorite__rating {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}

.favorite__box .favorite__name-rating .favorite__rating span {
    margin-left: 5px;
}



.casino__block {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px;
    background: #111928;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.casino__block .casino__block_left {
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px 0 15px 0;
    background-color: #1f2a37;
    border-radius: 15px;
}

.casino__block .casino__block_left .casino__logo {
    width: 100%;
    height: 96px;
    padding: 15px;
    background-color: #1f2a37;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.casino__block .casino__block_left .casino__logo .svgImgLogo{
    width: 150px;
}

.casino__block .casino__block_left p {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    color: white;
    display: flex;
    justify-content: center;align-items: center;
}

.casino__block .casino__block_left span {
    font-size: 30px;
    color: white;
}

.casino__block .casino__block_right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
}

.casino__block .casino__block_right .casino__title {
    font-style: normal;
    font-weight: 700;
    font-size: 19px;
    line-height: 120%;
    color: #fff;
}

.casino__block .casino__block_right .casino__bonus {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 4px;
    width: 100%;
    margin-top: 15px;
}

.casino__block .casino__block_right .casino__bonus .bonus__text {
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
}

.casino__block .casino__block_right .casino__bonus .bonus__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    height: 44px;
    background: #1c64f2;
    border-radius: 8px;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    transition: all .3s;
}

.casino__block .casino__block_right .casino__bonus .bonus__btn:hover {
    background-color: #24a459;
}

.casino__block .casino__block_right .casino__payment{
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: flex-start;
    gap: 20px;
}

.casino__block .casino__block_right .casino__payment .payment__box{
    width: 40px;
    height: 28px;
    padding: 5px;
    border-radius: 5px;
    background-color: #ffffff;

    display: flex;
    justify-content: center;
    align-items: center;
}

.casino__block .casino__block_right .casino__descr {
    margin-top: 10px;
    color: #fff;
    font-size: 10px;
}

.footer__info {
    margin-top: 10px;
}
.footer__info p{
    padding: 0 10px;
    margin: 0 auto;
    margin: 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    color: #9ca3af;
}

.footer__under {
    border-top: 1.5px solid gray;
    margin-top: 10px;
}

.footer__under .copyright {
    padding: 0 10px;
    margin: 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #9ca3af;
}

.footer__linksCasino {
    display: flex;
    padding: 10px;
    align-items: center;
    justify-content: space-evenly;

}

.footer__linksCasino a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 300px;
    gap: 10px;
    height: 87px;
    background-color: #1f2a37;
    padding: 10px;
    border-radius: 15px;
    margin: 5px;
}

.footer__organization {
    display: flex;
    justify-content: space-around;
}

.footer__organization .organization {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.footer__organization .organization a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__organization .organization img{
    width: 70%;
}

@media (min-width: 320px) and (max-width: 767px) {
    .topCasino__favorite {
        flex-direction: column;

    }

    .topCasino__favorite .favorite__box {
        width: 80%;
    }

    .favorite__box .favorite__logo .favorite__img {
        width: 70%;
    }

    .casino__block {
        flex-direction: column;
    }

    .casino__block .casino__block_right .casino__title {
        font-size: 16px;
    }

    .casino__block .casino__block_right .casino__bonus .bonus__text {
        font-size: 14px;
    }
    .footer__under .footer__organization {
        flex-direction: column-reverse;
    }
    .footer__under .footer__organization .copyright{
        text-align: center;
    }

    .footer__organization .organization {
        width: 100%;
    }
}

@media (min-width: 320px) and (max-width: 575px) {

    .casino__block .casino__block_right .casino__title {
        font-size: 14px;
    }

    .casino__block .casino__block_right .casino__bonus .bonus__text {
        font-size: 12px;
    }
}

.bgImg {
    background-color: #1E252B;
    background-image: url("../img/slots/image-gray-bg.png");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.pinkText {
    color: #ff7dbf;
}
.topLine {
    border-top: 1.5px solid gray;
}
.realPeople img {
    width: 60%;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 15px
}

.mt-10px {
    margin-top: 10px;
}

.topSlotFavorite {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

    gap: 20px;
}

.topSlotFavorite .cardSlot_silver{
    border: 1px solid #dedede;
}

.topSlotFavorite .cardSlot_gold{
    border: 1px solid #ffe970;
    width: 311px;
    height: 464px;
}

.topSlotFavorite .cardSlot_bronze{
    border: 1px solid #d77547;
}

.gold {
    margin-top: 11px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .topSlotFavorite {
        flex-direction: column;
    }
}

.casino__block_gold {
    border: 4px solid #ffe970;
}

.advantages {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.advantages .advantages__wrapper {
    display: flex;
    width: 300px;
    flex-direction: row;
    /* padding: 5px; */
    margin-top: 5px;
    padding: 5px;
    color: white;
    font-size: 16px;
    align-items: center;
}

.advantages .advantages__wrapper img {
    margin-right: 10px;

}

.howToUtllize {
    padding: 40px 0;
    background-color: #111928;
}
.importance {
    padding: 40px 0;
    background: #1f2a37;
}
.differences {
    padding: 40px 0;
    background-color: #111928;
}

.variety {
    padding: 40px 0;
    background: #1f2a37;
}

.identify {
    padding: 40px 0;
    background-color: #111928;
}

.advertising {
    padding: 40px 0;
    background: #1f2a37;
}

.age-restriction {
    /* position: fixed;
    bottom: 15px;
    right: 15px; */
    width: 20px;
    background-color: black;
    color: white;
    border-radius: 50%;
    width: 120px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: bold;
}
.body__underage {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.footer__underage {

}

.underage {
    flex: 1;
    margin-top: 80px;
    background: #1f2a37;
    padding: 40px 0;
    display: flex;
    align-items: center;
}

.ml-5px {
    margin-left: 8px;
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
