body {
    --bg-color: #310000;
    --main-color: #A50000;
    --montserrat: 'Montserrat', sans-serif;
    --rubik: 'Rubik', sans-serif;
    position: relative;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-family: var(--montserrat)
}

html, body {
    scrollbar-color: var(--bg-color) var(--main-color);
    scrollbar-width: thin;
}

body::-webkit-scrollbar {
    width: 22px
}

body::-webkit-scrollbar-track {
    background: var(--bg-color);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar {
    width: 8px
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
    border-radius: 8px;
}




a, div, p {
    color: #232323;
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 100;
    line-height: 24px
}

a, div, h1, h2, h3, li, p, ul {
    padding: 0;
    margin: 0
}

h1 {
    font-size: 48px;
    font-weight: 900;
    line-height: 1.1
}

h2 {
    font-size: 32px;
    font-weight: 800;
    line-height: 28px
}

h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px
}
ul {
list-style: none;
}
ol {
    list-style-type: decimal;
    margin-left: 20px;
    margin-bottom: 32px;
 }

a {
    text-decoration: none
}

.paragraph {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

table {
  border-collapse: collapse;
  width: 100%; 
}

table, th, td {
  border: 1px solid black;
}

th, td {
  padding: 8px;
  text-align: left; 
}

.blue-bg {
    background: url(../images/bg-pattern.png) top center, radial-gradient(circle at 50% 910px, #A50000 660px, #310000 1070px);
}


.list_p {
	list-style-type: disc;
	margin-left: 60px;
    	margin-bottom: 32px;
}
.container {
    width: 1260px;
    margin: 0 auto;

}

.d-flex {
    display: flex
}

.justify-between {
    justify-content: space-between
}

.align-center {
    align-items: center
}

b {
    display: block
}

.flag {
    position: relative;
    display: flex;
    align-content: center
}

.feature {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 0 10px;
    color: #00b46e;
    font-family: var(--rubik);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    border-radius: 14px;
    background-color: rgba(0, 184, 117, .15);
    align-items: center;
    margin-left: 15px
}

.button,
.button-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 240px;
    height: 52px;
    border-radius: 20px;
    background-color: #E79537;
    margin: 0 auto;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    transition: background-color .3s ease-in-out
}

.button:hover,
.button-close:hover {
    background-color: #e0b419;
    transition: background-color .3s ease-in-out
}

.header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    /*padding-top: 27px*/
    height: 132px;
    background: #ffffff;
    z-index: 10;
}

.header > .container {
    height: 100%;
}

.header__logo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*width: 1260px;*/
    /*margin: 12px 0;*/
}

.header__logo img {
    height: 98px;
    width: auto;
}

.main-info {
    /*padding-top: 170px;*/
    color: #fff
}

.main-info__wrapper {
    width: 60%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    /*overflow-y: hidden;*/
    padding: 20px 0;
    gap: 20px;
}

.main-info__img {
    width: 40%;
    position: relative;
    height: 305px;
    /*margin: -130px 0 -90px;*/
    /*z-index: 10;*/
}

.coin-top {
    position: absolute;
    top: -20px;
    right: -40px;
}

.coin-bottom {
    position: absolute;
    bottom: -50px;
    right: -50px;
}

.slot-visual {
    position: absolute;
    top: -90px;
    left: 40px;
}

.coin-big-img {
    /*margin-top: -470px;*/
    position: absolute;
    top: 340px;
    left: 360px;
    z-index: 20;
    /*position: relative;*/
}

.girl-img {
    z-index: 10;
    position: relative;
    top: -120px;
    left: -70px;
}

.spades-img {
    position: absolute;
    top: 360px;
    left: 450px;
}

.clubs-img {
    position: absolute;
    top: 130px;
    left: 480px;
}

.hearts-img {
    position: absolute;
    top: 240px;
    left: -90px;
}

.diamonds-img {
    position: absolute;
    top: -76px;
    left: 370px;
}

.main-info__img img {
    /*display: block;*/
    /*max-width: 100%;*/
    /*object-fit: contain*/
}

.main-info__image img {
    max-width: 100%;
    object-fit: contain
}

.main-info__description, .main-info__subtitle, .main-info__title {
    font-family: var(--montserrat);
    color: #fff
}

/*.main-info__title {*/
/*    margin-top: 40px;*/
/*}*/

/*.main-info__subtitle {*/
/*    margin-bottom: 16px;*/
/*}*/

/*.main-info__description {*/
/*    margin: 22px 0 30px*/
/*}*/

.organization {
    position: relative;
    padding-bottom: 110px;
    z-index: 15;
}

.organization__list {
    padding: 21px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, .5);
    backdrop-filter: blur(8px);
}

.organization__item {
    margin-bottom: 10px;
    box-shadow: 2px 4px 7px rgba(83, 83, 83, .3);
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
}

.organization__head {
    display: flex;
    align-items: center;
    min-height: 50px;
    border-bottom: 1px solid #cbd8f4;
    padding: 5px 0 2px
}

.organization__head_labels {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}

.organization__head_license {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-right: 28px;
}

.organization__head_license b {
    display: inline-block;
    color: #A50000;
    font-size: 20px;
    font-weight: 600;
    margin-left: 4px;
}
.organization__head_license span {
    margin: 0 12px;
    font-family: var(--montserrat);
    color: #969696;
    font-weight: 500;
}

.organization__head div {
    height: 32px
}

.organization__head img {
    width: auto;
    height: 32px;
    object-fit: contain
}

.organization__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 36px 60px 30px 30px
}

.organization__logo {
    width: 22%
}

.organization__logo img {
    max-width: 100%;
    height: auto;
    object-fit: contain
}

.organization__numbers {
    display: flex;
    width: 33%;
    padding-left: 20px;
}

.organization__location  { /* .organization__rate */
    color: #969696;
    font-family: var(--montserrat);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.organization__location b { /* .organization__rate b */
    font-family: var(--montserrat);
    color: #3A3A3A;
    font-size: 20px;
    font-weight: 600;
    /*line-height: 0.5;*/
}

.organization__location span {
    margin-top: 12px;
    display: block;
}

.organization__name {
    color: #000000;
    font-family: var(--montserrat);
    font-size: 26px;
    font-weight: 700;
    line-height: 1.3;
}

.organization__conditions {
    width: 20%;
    color: #000;
    font-family: var(--montserrat);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
}

.organization__conditions li {
    /*position: relative;*/
    /*padding-left: 22px;*/
}

.organization__conditions d {
    color: #067B22;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-right: 10px;
}

/*.organization__conditions li:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 0;*/
/*    transform: translateY(-50%);*/
/*    display: block;*/
/*    width: 10px;*/
/*    height: 8px;*/
/*    background: url(../images/checked.svg) no-repeat center center;*/
/*    background-size: contain*/
/*}*/

.organization__link {
    width: 22%
}

.policy {
    position: relative;
    z-index: 30;
    padding: 40px 0 0;
    background: white;
}

.policy__title {
    color: #424242;
    margin-bottom: 24px;
    font-family: var(--montserrat);
}

.policy__subtitle {
    color: #424242;
    margin: 20px 0 10px;
    font-family: var(--montserrat);
    font-weight: bold;
    font-size: 20px;
}

.conditions {
    padding: 70px 0 90px
}

.conditions__wrapper div {
    margin-bottom: 38px
}

.conditions__wrapper div:last-child {
    margin-bottom: 0
}

.conditions__title {
    color: #424242;
    margin-bottom: 32px;
    font-family: var(--montserrat);
}

.conditions p {
    color: #424242;
    margin-bottom: 32px
}

.conditions p:last-child {
    margin: 0
}

.conditions p span {
    display: block
}

.condition__arrow {
    display: none
}

.footer {
    padding: 25px 0 15px;
    /*background: url(../images/footer-bg.png) no-repeat center bottom; */
    background-color: var(--bg-color);
    background-size: 100%;
    color: #fff
}

.footer__top {
    border-bottom: 1px solid rgba(203, 216, 244, .15);
    padding-bottom: 40px
}

.footer__logo {
    width: 203px;
    margin-right: 112px
}

.footer__logo img {
    width: 203px;
    height: auto;
margin-bottom: 15px
}

.footer__text {
    max-width: 911px
}

.footer__bottom {
    padding-top: 14px
}

.footer__bottom .container {
    display: flex;
    justify-content: space-between
}

.privacy-policy a {
    color: #fff
}

.copywrite, .footer__text {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    line-height: 22px
}

@media only screen and (max-width: 1310px) {
    .container {
        width: 920px
    }

    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 18px
    }

    h3 {
        font-size: 16px !important;
    }

    .paragraph {
        font-size: 14px
    }

    .button {
        width: 180px;
        height: 42px;
        font-size: 14px;
        font-weight: 500;
        border-radius: 16px;
    }

    .organization__name {
        font-size: 20px;
    }

    .organization__location b {
        font-size: 17px;
    }

    .organization__location span {
        margin-top: 10px;
    }

    .organization__head_license b {
        font-size: 18px;
    }

    .organization__head_license span {
        font-size: 12px;
    }

    /*.main-info {*/
    /*    padding-top: 146px;*/
    /*}*/

    /*.main-info__description {*/
    /*    margin: 16px 0 20px*/
    /*}*/

    /*.main-info__subtitle {*/
    /*    margin-bottom: 16px*/
    /*}*/

    /*.main-info__img {*/
    /*    width: 45%;*/
    /*    margin: -100px 0 -70px*/
    /*}*/

    .coin-top, .coin-bottom {
        transform: scale(0.7);
    }

    .main-info__img {
        height: 240px;
    }

    .slot-visual {
        top: -64px;
        left: 35px;
        /*transform-origin: 0 0;*/
        /*transform: scale(0.75);*/
    }

    .coin-big-img {
        top: 260px;
        left: 270px;
        width: 130px;
    }

    .girl-img {
        width: 470px;
        top: -90px;
    }

    .spades-img {
        position: absolute;
        top: 300px;
        left: 314px;
    }

    .clubs-img {
        position: absolute;
        top: 90px;
        left: 324px;
        transform: scale(0.8);
    }

    .hearts-img {
        position: absolute;
        top: 220px;
        left: -140px;
    }

    .diamonds-img {
        position: absolute;
        top: -76px;
        left: 260px;
        transform: scale(0.8);
    }

    .organization__logo {
        width: 20%;
    }

    .organization__list {
        padding: 11px 10px
    }

    .organization__info {
        padding: 20px 10px
    }

    .organization__numbers {
        flex-direction: column;
        width: 36%;
        padding-left: 15px;
    }

    .organization__location, .organization__rate {
        width: 100%
    }

    .organization__rate {
        margin-bottom: 20px
    }

    .organization__conditions {
        width: 25%;
        font-size: 14px;
        line-height: 1.5;
    }

    .organization__conditions d {
        font-size: 18px;
        margin-right: 6px;
    }

    .conditions {
        padding: 45px 0 64px
    }

    .conditions__title {
        margin-bottom: 28px
    }

    .footer__logo {
        margin-right: 50px
    }

    .casino-table {
        font-size: 12px;
        line-height: 14px;
    }
}

@media only screen and (max-width: 960px) {
    h1 {
        font-size: 30px;
    }

    .container {
        width: 739px
    }

    .header {
        height: 120px;
    }

    .header__logo img {

        height: 90px;
    }

    .button {
        width: 152px;
    }

    .organization__head_license span {
        font-size: 11px;
    }

    .organization__head_license b {
        font-size: 16px;
    }

    .organization__info {
        padding: 20px 20px 24px 10px;
    }

    /*.main-info {*/
    /*    padding-top: 120px*/
    /*}*/

    .main-info__wrapper {
        /*width: 60%;*/
        /*margin-bottom: 16px*/
        gap: 10px;
    }

    /*.main-info__img {*/
    /*    width: 40%;*/
    /*    margin: -10px 0 -70px;*/
    /*}*/

    /*.main-info__img img {*/
    /*    width: 100%*/
    /*}*/

    .coin-bottom {
        transform: scale(0.6);
    }
    .coin-top {
        top: -40px;
        right: -80px;
        transform: scale(0.6);
    }

    .main-info__img {
        height: 280px;
    }

    .slot-visual {
        top: 4px;
        left: 20px;
    }

    .coin-big-img {
        top: 250px;
        left: 230px;
        width: 80px;
    }

    .girl-img {
        width: 400px;
        top: -70px;
        left: -50px;
    }

    .spades-img {
        position: absolute;
        top: 300px;
        left: 240px;
    }

    .clubs-img {
        position: absolute;
        top: 90px;
        left: 254px;
        transform: scale(0.65);
    }

    .hearts-img {
        position: absolute;
        top: 230px;
        left: -100px;
        transform: scale(0.8);
    }

    .diamonds-img {
        position: absolute;
        top: -76px;
        left: 200px;
        transform: scale(0.7);
    }

    .organization {
        padding-bottom: 60px
    }

    .organization__head div {
        font-size: 13px
    }

    .organization__location b, .organization__rate b {
        font-size: 15px;
        /*line-height: 18px*/
    }

    .organization__conditions d {
        font-size: 16px;
        margin-right: 5px;
    }

    .organization__location, .organization__conditions li, .organization__rate {
        font-size: 12px
    }

    .organization__numbers {
        width: 40%;
        padding-left: 10px;
    }

    .organization__name {
        font-size: 18px;
    }

    .organization__conditions {
        width: 30%
    }

    .footer__logo {
        width: 120px;
        margin-right: 45px;
        flex-shrink: 0;
    }

    .footer__top {
        padding-bottom: 20px
    }

    .footer__logo img {
        width: 100%;
        object-fit: contain
    }
}

@media only screen and (max-width: 767px) {
    .container {
        width: 575px
    }

    .header {
        height: 100px;
    }

    .header__logo img {
        height: 80px;
    }

    .button {
        width: 178px;
        height: 40px;
        font-size: 13px
    }

    h1 {
        font-size: 18px
    }

    h3 {
        font-size: 14px !important
    }

    .paragraph {
        font-size: 12px
    }

    /*.main-info {*/
    /*    padding-top: 80px*/
    /*}*/

    .main-info__wrapper {
        width: 100%;
        margin-bottom: 0;
        padding: 0 0 20px 0;
    }

    .main-info__img { /*.main-info__subtitle*/
        display: none
    }

    .main-info__title {
        margin-top: 18px
    }

    /*.main-info__description {*/
    /*    margin: 18px 0 20px*/
    /*}*/

    .coin-top, .coin-bottom {
        display: none;
    }

    .organization__info {
        flex-wrap: wrap
    }

    .organization__logo {
        width: 26%
    }

    .organization__numbers {
        width: 36%;
        padding: 0;
    }

    .organization__conditions {
        width: 30%;
    }

    .organization__link {
        width: 100%;
        margin-top: 15px
    }

    .organization__name {
        font-size: 16px;
    }

    .organization__location b {
        font-size: 14px;
    }

    .organization__head img,
    .organization__head div {
        height: 28px;
    }

    .organization__head_license b {
        display: block;
        text-align: center;
        margin: 0;
    }

    .organization__head_license {
        width: 30%;
        margin-right: 10px;
        justify-content: space-between;
    }

    .organization__head div {
        font-size: 12px;
    }

    .organization__head_license span {
        margin: 0 6px;
        text-align: center;
        line-height: 1.4;
    }

    .organization__conditions d {
        font-size: 14px;
    }

    .organization__head_labels {
        width: 70%;
    }

    .conditions {
        padding: 40px 0 42px
    }

    .conditions__wrapper div {
        margin-bottom: 31px
    }

    .conditions__title {
        margin-bottom: 17px
    }

    .conditions p {
        font-size: 13px
    }

    .footer {
        padding: 21px 0 8px
    }

    .footer .container {
        flex-direction: column
    }

    .footer__bottom {
        padding-top: 9px
    }

    .copywrite, .privacy-policy {
        text-align: center
    }

    .footer__logo {
        margin: 0 auto 17px;
        width: 215px;
    }
}

@media only screen and (max-width: 630px) {
    .container {
        width: 90%;
        min-width: 275px
    }

    .header__logo img {
        max-width: 312px
    }

    .organization {
        padding-bottom: 50px
    }

    .organization__list, .organization__item {
        border-radius: 20px;
    }

    .flag {
        margin: 8px 0 4px;
    }

    .organization .container {
        width: 100%
    }

    .organization__info {
        padding: 10px;
    }

    .organization__head {
        flex-direction: column;
        align-items: flex-start;
        border-color: rgba(203, 216, 244, .5)
    }

    .organization__head div {
        font-size: 11px;
        font-weight: 400;
        line-height: 14px
    }

    .organization__head_labels {
        width: 100%;
        height: 42px !important;
    }

    .organization__head_license {
        width: 100%;
        justify-content: space-evenly;
        height: 40px !important;
    }

    .feature {
        margin: 10px 10px 12px;
        width: 98%;
        box-sizing: border-box
    }

    .organization__conditions, .organization__logo, .organization__numbers {
        width: 100%
    }

    .organization__logo {
        margin: 10px auto;
        text-align: center
    }

    .organization__numbers {
        flex-direction: row
    }

    .organization__rate {
        width: 40%;
        margin-bottom: 6px;
        text-align: left
    }

    .organization__location {
        width: 100%;
        text-align: center;
    }

    .organization__name {
        font-size: 18px;
    }

    .organization__conditions {
        margin-top: 18px;
    }

    .organization__conditions d {
        font-size: 18px;
    }

    .organization__conditions li {
        padding-left: 20px;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.4
    }

    .organization__conditions ul {
        width: fit-content;
        margin: auto;
    }

    .organization__link {
        margin: 18px 0 10px;
    }

    .condition__arrow {
        display: block;
        margin: 46px auto 0;
        text-align: center;
        color: #2a52ab;
        font-family: var(--rubik);
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        cursor: pointer;
        user-select: none;
    }

    .conditions__wrapper:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
        width: 100%;
        height: 50%;
        background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0) 100%);
        opacity: 0;
        visibility: hidden;
        transition: .75s ease-in-out
    }

    .conditions__wrapper {
        position: relative;
        max-height: 10000px;
        transition: .75s ease-in-out
    }

    .conditions__wrapper.hidden {
        max-height: 500px;
        overflow: hidden;
        transition: .75s ease-in-out
    }

    .conditions__wrapper.hidden:after {
        opacity: 1;
        visibility: visible;
        transition: .75s ease-in-out
    }

    .conditions__arrow img {
        margin-left: 5px
    }

    .casino-table {
        font-size: 10px;
        line-height: 12px;
        padding: 4px;
    }
}

/**/

.sarafan {
    max-width: 1200px !important;
    width: 100% !important;
    height: auto !important;
    margin-bottom: 0 !important;
    transform: none !important;
}

.saragan__item {
    margin-bottom: 10px;
}

.sarafan img {
    max-width: none !important;
    max-height: none !important;
    width: 100%;
    height: auto;
}
