body {
    position: relative;
    font-family: 'Urbanist', sans-serif;
    color: #bfdbe0;
    background-image: url('../img/banner.jpeg');
    height: 100%;
    background-position-x: right;
    background-position-y: -50px;
    background-size: 870px;
    background-repeat: no-repeat;
    background-color: #020202;
}

a {
    text-decoration: none;
}

a:hover {
    color: #1d68a7;
    text-decoration: none;
}

.header-title {
    font-size: 45px;
    margin-bottom: 35px;
}

.header-description {
    font-size: 20px;
    /* min-height: 250px; */
}

.lang-block {
    position: absolute;
    right: 0;
    top: -75px;
    cursor: pointer;
}

.section-info {
    position: relative;
    display: flex;
    flex-direction: column;
}

.info-block {
    width: 70%;
    padding: 50px 70px 70px 0px;
    /* min-height: 450px; */
}

.header-lang {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 13px;
    border-radius: 25px;
    color: #9fc0f5;
}

.header-lang-name {
    font-weight: bold;
    font-size: 17px;
}

.header-lang-flag {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-left: 10px;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    transition: .8s;
}

.header-lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* lang */

.header-lang-name {
    text-transform: uppercase;
}

.section-advantage {
    display: flex;
}

.advantage {
    display: flex;
    align-items: center;
    margin-left: 10px;
    max-width: 40%;
}

.advantage.secure {
    margin-left: 0;
}

.advantage:before {
    content: "";
    min-width: 50px;
    height: 50px;
    display: inline-block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.secure:before {
    background-image: url('../img/advantage/secure.png');
}

.expert:before {
    background-image: url('../img/advantage/expert.png');
}

.legal:before {
    background-image: url('../img/advantage/legal.png');
}

.cashouts:before {
    background-image: url('../img/advantage/cashouts.png');
}

.advantage-back {
    background-color: rgb(0 0 0 / 25%);
    margin-bottom: 50px;
    backdrop-filter: blur(5px);
}

.section-advantage {
    display: flex;
    justify-content: space-between;
    padding: 25px 15px;
}


/* footer */

.footer {
    position: relative;
    margin: 100px 0 -25px 0px;
}

.footer-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.copyright-block {
    text-align: center;
    margin: 10px 0;
}

.footer-bacground {
    position: absolute;
    width: 100%;
    height: 150px;
    left: 0;
    right: 0;
    top: -150px;
    z-index: -1;
}

.footer-bacground img {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    object-fit: contain;
}

.footer-bacground .left {
    position: absolute;
    height: 100%;
    width: 50%;
    right: auto;
    left: 0;
    background-repeat-y: no-repeat;
    background-image: url('../img/footer-left.png');
    background-size: contain;
    background-position: bottom;
    bottom: 0;
    z-index: -1;
}

.footer-bacground .right {
    position: absolute;
    height: 100%;
    width: 50%;
    right: 0;
    left: auto;
    background-repeat-y: no-repeat;
    background-image: url('../img/footer-right.png');
    background-size: contain;
    background-position: bottom;
    bottom: 0;
    z-index: -1;
}

.footer-info {
    display: flex;
    justify-content: center;
    background-color: rgb(0 0 0 / 17%);
    /* padding: 20px; */
}

.footer-info img {
    max-height: 30px;
    margin: 10px;
}


/* Item style */

.casino-item-header {
    position: absolute;
    top: 0px;
    right: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgb(255 255 255 / 9%);
    padding: 10px 25px;
    border-radius: 0px 17px 0px 30px;
    width: calc(100% - 21%);
}

.header-item.header-ps {
    width: 32%;
}

.header-item.header-fee {
    width: 22%;
    display: flex;
    justify-content: space-between;
}

.header-item.header-info {
    width: 40%;
}

.item-pay {
    margin-top: 35px;
}

.item-bonus,
.item-info {
    margin-top: 10px;
}

.item-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.casino-item {
    display: flex;
    position: relative;
    width: 100%;
    padding: 40px 20px 25px 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
}

.item-base-logo {
    width: 155px;
    height: 130px;
    overflow: hidden;
    border-radius: 15px;
}

.item-base-logo {
    position: relative;
    width: 100%;
    height: 125px;
    overflow: hidden;
    border-radius: 15px 35px 15px 35px;
    padding: 25px;
    margin-bottom: 15px;
    background-color: rgb(255 255 255 / 9%);
}

.item-base-name {
    text-align: center;
    font-size: 20px;
}

.item-base-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
}

.item-bonus {
    display: flex;
    position: relative;
    width: 35%;
    height: 100%;
    align-items: center;
    justify-content: space-around;
}

.item-deposit {
    width: 95%;
    margin-left: 20px;
    margin-top: 15px;
    font-size: 12px;
    text-transform: lowercase;
}

.list-item-bonuses .icon,
.item-bonus .icon {
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 0px auto 10px auto;
}

.delimiter {
    display: block;
    width: 1px;
    height: 60px;
    background: #c0dce1;
}

.middle {
    width: 53%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.bonus,
.fspins {
    text-align: center;
}

.item-base {
    width: 20%;
}

.item-pay {
    width: 25%;
    margin-left: 15px;
}

.item-info {
    margin-left: 20px;
    width: 58%;
}

.payment {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: rgb(255 255 255 / 9%);
    min-height: 100px;
    border-radius: 15px;
    margin-bottom: 15px;
    padding: 10px;
    overflow: hidden;
}

.item-link {
    display: block !important;
    width: 100%;
    color: #bfdbe0;
    border-radius: 10px;
    background-color: rgb(16 251 78 / 47%);
    padding: 5px 0px;
    text-align: center;
    font-size: 20px;
    transition: .8s;
    text-transform: uppercase;
    line-height: 1.5;
    border: none;
}

.item-link:hover {
    background-color: rgb(20 87 135 / 70%);
    box-shadow: 0px 0px 5px 2px rgb(3 140 232 / 41%);
    color: #bfdbe0;
}

.item-info .description {
    text-transform: uppercase;
}

.payment-items {
    max-width: 29%;
    text-align: center;
    margin: 2%;
    min-width: 22%;
}

.payment-items img {
    width: 100%;
    height: 35px;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
}

.up {
    position: fixed;
    display: block;
    right: 50px;
    bottom: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url('../img/up-arrow.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: .8s;
    backdrop-filter: blur(10px);
    z-index: 10;
}

.up:hover {
    box-shadow: 0px 0px 14px 5px rgb(0 193 210 / 40%);
}

.casino-item-header {
    text-transform: uppercase;
}

.items-subtitle {
    color: #62b2c1;
}

.arabian {
    text-align: right;
}

.arabian .section-advantage,
.arabian .item-info,
.arabian .item-deposit {
    text-align: right;
}

.arabian .items-subtitle {
    float: right;
}

.arabian .advantage::before {
    margin-right: 0;
    margin-left: 10px;
}

.arabian .advantage {
    flex-direction: row-reverse;
}

/* animate */

.list-item,
.casino-item {
    background: linear-gradient(0deg, #000, #262626);
    margin-bottom: 50px;
}

.list-item::before,
.list-item::after,
.casino-item::before,
.casino-item::after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    background: linear-gradient(45deg, #580ead, #0760a8, #00ff00, #ffff00, #ff0000, #ffff00, #00ff00, #fb0094, #0760a8, #580ead);
    background-size: 300%;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    z-index: -1;
    animation: animate 30s linear infinite;
    border-radius: 17px;
}

.list-item::after,
.casino-item::after {
    filter: blur(4px);
}

.lang-container {
    width: 100%;
    height: 100%;
    z-index: 11;
    position: absolute;
    transition: .8s;
    transform: translateY(-180%);
    top: -10px;
}

.lang-container.active {
    background: rgb(0 0 0 / 75%);
    transform: translateY(0);
}

.lang-list {
    display: flex;
    position: relative;
    width: 80%;
    max-width: 860px;
    justify-content: flex-start;
    margin: 35px auto;
    list-style: none;
}

.lang-name {
    color: #fff;
    text-transform: uppercase;
}

.lang-flag {
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 7px;
}

.lang-list-item {
    margin: 10px;
    width: 60px;
}

.lang-list-item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.close-lang {
    display: block;
    width: 21px;
    height: 21px;
    background-image: url(../img/close.png);
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
    transition: .8s;
    opacity: 0.7;
}

.close-lang:hover {
    transform: rotate(180deg);
}

.header-bonus {
    width: 40%;
    text-align: center;
}

.license {
    display: none;
}

.item-deposit {
    display: none;
}

.header-country {
    height: 80px;
    width: 100%;
    background: linear-gradient(180deg, #000, #262626);
}

/* country */

.country {
    display: block;
    width: 100%;
    height: 100px;
    position: relative;
    margin-top: 10px;
}

.country .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.sign-flag {
    height: 100px;
    width: 150px;
    overflow: hidden;
    padding: 0;
    animation: flicker .5s infinite alternate;
    border: solid 2px #fff;
    border-radius: 0.8rem;
    box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #f00, 0 0 0.8rem #f00, 0 0 1rem #f00, inset 0 0 1.3rem #ff0023;
}

.sign-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .8;
}

.sign-logo {
    padding: 5px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

:root {
    --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #c33131, 0 0 30px #ff0081, 0 0 40px #8d0f0f, 0 0 70px #b400ff, 0 0 100px #b400ff;
    --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #ff0018, 0 0 20px #ff00ac, 0 0 30px #f00, 0 0 55px #9f0303, 0 0 80px #d10505;
}

.sign_word.two {
    font-size: 24px;
    letter-spacing: 3.5px;
    margin: 0;
    padding: 0;
    padding-left: 5px;
    text-transform: uppercase;
    animation: flicker .5s infinite alternate;
}

.sign_word.one {
    font-size: 28px;
    margin: 0;
    padding: 0;
    text-transform: lowercase;
    letter-spacing: 1.5px;
    line-height: 20px;
    padding-left: 2px;
}

.neon-text {
    color: #fff;
    text-shadow: var(--flick-small-text-shadow);
}

.header-lang-flag {
    display: none;
}

.header-lang-name {
    animation: flicker .5s infinite alternate;
    color: #fff;
    font-weight: 100;
}

.AA .sign_word.one {
    font-size: 20px;
}

.AA .sign_word.two {
    font-size: 25px;
    letter-spacing: 16.5px;
}

.al .sign_word.two {
    letter-spacing: 7.5px;
}

.ar .sign-flag {
    box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #ffd736, 0 0 0.8rem #008bf7, 0 0 1rem #008bf7, inset 0 0 1.3rem #008bf7;
}

.ar .sign_word.two {
    letter-spacing: 5.5px;
}

.au .sign_word.two {
    letter-spacing: 5.5px;
}

.bd .sign_word.one {
    font-size: 17px;
    letter-spacing: 0;
}

.bd .sign_word.two {
    font-size: 25px;
    letter-spacing: 10.5px;
}

.fr-be .sign_word.one {
    font-size: 25px;
}

.fr-be .sign_word.two {
    font-size: 25px;
    letter-spacing: 8.5px;
}

.NL-BE .sign_word.two {
    letter-spacing: 11px;
    padding-left: 8px;
}

.NL-BE .sign_word.one {
    font-size: 24px;
    letter-spacing: 1px;
}

.bg .sign_word.one {
    font-size: 20px;
}

.br .sign_word.one {
    font-size: 20px;
    letter-spacing: 1px;
}

.br .sign_word.two {
    font-size: 25px;
    letter-spacing: 9.5px;
}

.bs .sign_word.two {
    font-size: 20px;
    letter-spacing: 0.5px;
}

.bs .sign_word.one {
    font-size: 24px;
    letter-spacing: 6.5px;
    padding-left: 10px;
}

.ca .sign_word.two {
    font-size: 24px;
    letter-spacing: 6.5px;
    padding-left: 5px;
}

.ca .sign_word.one {
    font-size: 20px;
}

.ch .sign_word.one {
    font-size: 23px;
    letter-spacing: 0.5px;
}

.ch .sign_word.two {
    font-size: 24px;
    letter-spacing: 6.5px;
}

.cl .sign_word.two {
    font-size: 25px;
    letter-spacing: 10px;
    padding-left: 7px;
}

.cl .sign_word.one {
    font-size: 19px;
    letter-spacing: 1px;
}

.cn .sign_word.one {
    font-size: 19px;
    letter-spacing: 1px;
}

.cn .sign_word.two {
    font-size: 25px;
    letter-spacing: 10px;
}

.cz .sign_word.two {
    font-size: 23px;
    padding-left: 1px;
    letter-spacing: 0.5px;
}

.cz .sign_word.one {
    font-size: 25px;
    letter-spacing: 4.5px;
    padding-left: 5px;
}

.de .sign_word.two {
    letter-spacing: 1.5px;
    padding-left: 1px;
}

.dk .sign_word.two {
    padding-left: 1px;
    letter-spacing: 5.5px;
}

.dk .sign_word.one {
    font-size: 23px;
}

.es .sign_word.two {
    font-size: 25px;
    letter-spacing: 9.5px;
}

.es .sign_word.one {
    font-size: 21px;
    letter-spacing: 1.5px;
}

.fi .sign_word.two {
    font-size: 26px;
    letter-spacing: 10px;
}

.fi .sign_word.one {
    font-size: 21px;
    letter-spacing: 0.5px;
}

.fr .sign_word.two {
    font-size: 25px;
    letter-spacing: 7.5px;
}

.fr .sign_word.one {
    font-size: 19px;
    letter-spacing: 0.5px;
}

.ge .sign_word.one {
    font-size: 22px;
    letter-spacing: 0.5px;
}

.ge .sign_word.two {
    padding-left: 5px;
}

.gr .sign_word.two {
    font-size: 26px;
    letter-spacing: 11px;
}

.gr .sign_word.one {
    font-size: 19px;
    letter-spacing: 0.5px;
}

.he .sign_word.two {
    font-size: 25px;
    letter-spacing: 8px;
}

.he .sign_word.one {
    font-size: 20px;
    letter-spacing: 0.5px;
}

.hk .sign_word.one {
    font-size: 20px;
    letter-spacing: 0.5px;
}

.hk .sign_word.two {
    font-size: 27px;
    letter-spacing: 9px;
    padding-left: 5px;
}

.hr .sign_word.one {
    font-size: 23px;
    letter-spacing: 0.5px;
}

.hr .sign_word.two {
    padding-left: 3px;
}

.hu .sign_word.two {
    font-size: 22px;
    letter-spacing: 2px;
    padding-left: 2px;
}

.hu .sign_word.one {
    font-size: 25px;
    letter-spacing: 3px;
    padding-left: 2px;
}

.arm .sign_word.one {
    font-size: 20px;
    letter-spacing: 0.5px;
}

.arm  .sign_word.two {
    padding-left: 4px;
    letter-spacing: 4px;
}

.id .sign_word.two {
    font-size: 24px;
    letter-spacing: 7px;
}

.id .sign_word.one {
    font-size: 20px;
    letter-spacing: 5px;
    line-height: 23px;
    padding-left: 5px;
}

.ie .sign_word.two {
    font-size: 25px;
    letter-spacing: 5px;
    padding-left: 5px;
}

.ie .sign_word.one {
    font-size: 21px;
    letter-spacing: 0.5px;
}

.in .sign_word.two {
    font-size: 30px;
    letter-spacing: 10px;
    padding-left: 10px;
}

.in .sign_word.one {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 11px;
}

.iq .sign_word.one {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 15px;
}

.iq .sign_word.two {
    font-size: 25px;
    letter-spacing: 7px;
}

.ir .sign_word.one {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 18px;
}

.ir .sign_word.two {
    font-size: 26px;
    letter-spacing: 9px;
}

.it .sign_word.one {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 20px;
}

.it .sign_word.two {
    font-size: 25px;
    letter-spacing: 8px;
    padding-left: 8px;
}

.jp .sign_word.one {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 17px;
    width: 80px;
    text-align: center;
}

.jp .sign_word.two {
    font-size: 26px;
    letter-spacing: 8px;
}

.km .sign_word.two {
    font-size: 28px;
    padding-left: 7px;
    letter-spacing: 7px;
}

.km .sign_word.one {
    font-size: 17px;
    letter-spacing: 0px;
}

.ko .sign_word.one {
    font-size: 20px;
    letter-spacing: 0px;
}

.ko .sign_word.two {
    font-size: 25px;
    letter-spacing: 5px;
}

.kz .sign_word.one {
    font-size: 21px;
    padding-left: 2px;
    letter-spacing: 2px;
}

.lt .sign_word.one {
    font-size: 20px;
    letter-spacing: 0px;
}

.lt .sign_word.two {
    font-size: 25px;
    padding-left: 10px;
    letter-spacing: 10px;
}

.lv .sign_word.one {
    font-size: 20px;
    letter-spacing: 0px;
}

.lv .sign_word.two {
    font-size: 26px;
    padding-left: 8px;
    letter-spacing: 8px;
}

.mn .sign_word.two {
    font-size: 25px;
    letter-spacing: 8px;
}

.mn .sign_word.one {
    font-size: 21px;
    letter-spacing: 1px;
    padding-left: 0px;
}

.my .sign_word.one {
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 15px;
    padding-left: 0px;
}

.my .sign_word.two {
    font-size: 25px;
    letter-spacing: 6px;
}

.mx .sign_word.two {
    font-size: 25px;
    letter-spacing: 7px;
    padding-left: 7px;
}

.mx .sign_word.one {
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 12px;
    padding-left: 1px;
}

.nl .sign_word.one {
    font-size: 25px;
}

.no .sign_word.two {
    font-size: 25px;
    letter-spacing: 7px;
    padding-left: 7px;
}

.no .sign_word.one {
    font-size: 22px;
    letter-spacing: 1.5px;
    line-height: 12px;
}

.sd .sign_word.one {
    font-size: 17px;
    width: 90px;
    text-align: center;
    letter-spacing: 4.5px;
    padding-left: 3px;
}

.sd .sign_word.two {
    font-size: 25px;
    letter-spacing: 9px;
    padding-left: 9px;
}

.nz .sign_word.one {
    font-size: 25px;
    letter-spacing: 4px;
    line-height: 20px;
    padding-left: 4px;
}

.pe .sign_word.one {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 10px;
    padding-left: 0px;
}

.pe .sign_word.two {
    font-size: 25px;
    letter-spacing: 9px;
    padding-left: 9px;
}

.ph .sign_word.one {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 20px;
    padding-left: 1px;
}

.ph .sign_word.two {
    font-size: 25px;
}

.pk .sign_word.one {
    font-size: 20px;
    letter-spacing: 0px;
    padding-left: 0px;
    line-height: 10px;
}

.pk .sign_word.two {
    font-size: 27px;
    letter-spacing: 5px;
}

.pl .sign_word.one {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 20px;
    padding-left: 0px;
}

.pt .sign_word.one {
    font-size: 24px;
}

.ro .sign_word.one {
    font-size: 20px;
    letter-spacing: 0px;
    padding-left: 0px;
}

.sv .sign_word.one {
    font-size: 19px;
    letter-spacing: 1.5px;
    line-height: 11px;
    padding-left: 2px;
}

.sv .sign_word.two {
    font-size: 25px;
    letter-spacing: 5px;
}

.sg .sign_word.two {
    font-size: 25px;
    letter-spacing: 8px;
    padding-left: 8px;
}

.sg .sign_word.one {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 15px;
    padding-left: 0px;
}

.sk .sign_word.one {
    font-size: 25px;
    letter-spacing: 2px;
    line-height: 20px;
    padding-left: 2px;
}

.sl .sign_word.one {
    font-size: 21px;
    letter-spacing: 2px;
    line-height: 12px;
    padding-left: 2px;
}

.sr .sign_word.one {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 15px;
    padding-left: 1px;
}

.sr .sign_word.two {
    font-size: 26px;
    letter-spacing: 6px;
    padding-left: 5px;
}

.sw .sign_word.one {
    font-size: 21px;
}

.th .sign_word.one {
    font-size: 22px;
}

.tj .sign_word.one {
    font-size: 24px;
    letter-spacing: 3px;
    padding-left: 2px;
}

.tr .sign_word.one {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 15px;
    padding-left: 0px;
}

.tr .sign_word.two {
    font-size: 25px;
    letter-spacing: 8px;
    padding-left: 7px;
}

.tw .sign_word.one {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 20px;
    padding-left: 0px;
}

.tw .sign_word.two {
    font-size: 25px;
    letter-spacing: 7px;
    padding-left: 7px;
}

.ua .sign_word.one {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 15px;
    padding-left: 0px;
}

.ua .sign_word.two {
    font-size: 25px;
    letter-spacing: 5px;
    padding-left: 5px;
}

.uk .sign_word.two {
    font-size: 20px;
    letter-spacing: 2px;
    padding-left: 2px;
}

.uk .sign_word.one {
    font-size: 23px;
    letter-spacing: 5px;
    line-height: 20px;
    padding-left: 5px;
}

.us .sign_word.one {
    font-size: 25px;
    letter-spacing: 6px;
    line-height: 20px;
    padding-left: 6px;
}

.vn .sign_word.one {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 15px;
    padding-left: 0px;
}

.vn .sign_word.two {
    font-size: 25px;
    letter-spacing: 6px;
}

.sw .sign_word.two {
    font-size: 24px;
    letter-spacing: 1.5px;
}

.tz .sign_word.one {
    font-size: 21px;
    letter-spacing: 1.5px;
    line-height: 20px;
    padding-left: 2px;
}

.cm .sign_word.one {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 15px;
    padding-left: 1px;
}

.gh .sign_word.one {
    font-size: 22px;
    letter-spacing: 0px;
    line-height: 13px;
    padding-left: 1px;
}

.gh .sign_word.two {
    font-size: 25px;
    letter-spacing: 9px;
    padding-left: 9px;
}

.ml .sign_word.two {
    font-size: 25px;
    letter-spacing: 10px;
    padding-left: 10px;
}

.ml .sign_word.one {
    font-size: 19px;
    letter-spacing: 0px;
    line-height: 10px;
    padding-left: 0px;
}

.mw .sign_word.two {
    font-size: 25px;
    letter-spacing: 7px;
    padding-left: 7px;
}

.mw .sign_word.one {
    font-size: 20px;
}

.ng .sign_word.two {
    font-size: 25px;
    letter-spacing: 10px;
    padding-left: 10px;
}

.ng .sign_word.one {
    font-size: 23px;
    letter-spacing: 2px;
    line-height: 15px;
    padding-left: 2px;
}

.tg .sign_word.two {
    font-size: 25px;
    letter-spacing: 7px;
    padding-left: 7px;
}

.tg .sign_word.one {
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 10px;
    padding-left: 0px;
}

.ee .sign_word.one {
    font-size: 17px;
    line-height: 14px;
}

.ee .sign_word.two {
    font-size: 29px;
    letter-spacing: 9.5px;
    padding-left: 7px;
}

/* orange */

:root .ml,
:root .mk,
:root .in,
:root .ie{
    --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #ad5000, 0 0 30px #ee6d00, 0 0 40px #ff7500, 0 0 70px #b92b00, 0 0 100px #743500;
    --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #b9b59f, 0 0 30px #2f2700, 0 0 40px #ffffff, 0 0 70px #ffdb2d, 0 0 100px #ccaf24;
}

.ml .header-lang-flag,
.ml .sign-flag,
.ro .header-lang-flag,
.ro .sign-flag,
.in .header-lang-flag,
.in .sign-flag,
.ie .header-lang-flag,
.ie .sign-flag {
    box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #b95808, 0 0 0.8rem #a9530a, 0 0 1rem #ff8016, inset 0 0 1.3rem #d96300;
}

/* yellow */

:root .ua,
:root .fr-be,
:root .NL-BE{
    --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #cba800, 0 0 30px #facf00, 0 0 40px #f3c900, 0 0 70px #ffdb2d, 0 0 100px #ccaf24;
    --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #b9b59f, 0 0 30px #2f2700, 0 0 40px #ffffff, 0 0 70px #ffdb2d, 0 0 100px #ccaf24;
}

.ua .header-lang-flag,
.ua .sign-flag,
.NL-BE .header-lang-flag,
.NL-BE .sign-flag,
.fr-be .sign-flag,
.fr-be .header-lang-flag {
    box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #8c760c, 0 0 0.8rem #ffdb2d, 0 0 1rem #bf7629, inset 0 0 1.3rem #202124;
}

/* green */

:root .tg,
:root .ng,
:root .gh,
:root .tz,
:root .uz,
:root .sw,
:root .pt,
:root .pk,
:root .mx,
:root .it,
:root .hu,
:root .bd,
:root .br{
    --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #00bb55, 0 0 30px #26754a, 0 0 40px #00a44b, 0 0 70px #04a24d, 0 0 100px #005326;
    --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #8defba, 0 0 30px #4bff9d, 0 0 40px #00a44b, 0 0 70px #003619, 0 0 100px #1aff83;
}

.tg .header-lang-flag,
.tg .sign-flag,
.ng .header-lang-flag,
.ng .sign-flag,
.gh .header-lang-flag,
.gh .sign-flag,
.tz .header-lang-flag,
.tz .sign-flag,
.uz .header-lang-flag,
.uz .sign-flag,
.sw .header-lang-flag,
.sw .sign-flag,
.pt .header-lang-flag,
.pt .sign-flag,
.pk .header-lang-flag,
.pk .sign-flag,
.mx .header-lang-flag,
.mx .sign-flag,
.it .header-lang-flag,
.it .sign-flag,
.hu .header-lang-flag,
.hu .sign-flag,
.br .header-lang-flag,
.br .sign-flag,
.bd .sign-flag {
    box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #00ff75, 0 0 0.8rem #179752, 0 0 1rem #02a54c, inset 0 0 1.3rem #005326;
}

/* blue */

:root .ee,
:root .uk,
:root .tw,
:root .sl,
:root .sv,
:root .nz,
:root .nl,
:root .kz,
:root .km,
:root .he,
:root .gr,
:root .fi,
:root .bs,
:root .ar,
:root .au{
    --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #0074ce, 0 0 30px #008fff, 0 0 40px #1593f6, 0 0 70px #0a4979, 0 0 100px #0070c8;
    --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #45abfb, 0 0 20px #0b548e, 0 0 30px #1498ff, 0 0 55px #2e86ca, 0 0 80px #0071ca;
}

.ee span.header-lang-flag,
.ee .sign-flag,
.uk span.header-lang-flag,
.uk .sign-flag,
.tw span.header-lang-flag,
.tw .sign-flag,
.sl span.header-lang-flag,
.sl .sign-flag,
.sv span.header-lang-flag,
.sv .sign-flag,
.nz span.header-lang-flag,
.nz .sign-flag,
.nl span.header-lang-flag,
.nl .sign-flag,
.kz span.header-lang-flag,
.kz .sign-flag,
.km span.header-lang-flag,
.km .sign-flag,
.he span.header-lang-flag,
.he .sign-flag,
.gr span.header-lang-flag,
.gr .sign-flag,
.fi span.header-lang-flag,
.fi .sign-flag,
.bs span.header-lang-flag,
.au .sign-flag,
.bs .sign-flag {
    box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #30377f, 0 0 0.8rem #4352ea, 0 0 1rem #1a259c, inset 0 0 1.3rem #323780;
}

/* white */

:root .white{
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #444444, 0 0 30px #ffffff, 0 0 40px #747373, 0 0 70px #404040, 0 0 100px #f4f9fd;
    /* --flick-big-text-shadow: 0 0 2px #817575, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #444444, 0 0 30px #ffffff, 0 0 40px #747373, 0 0 70px #404040, 0 0 100px #f4f9fd;
    --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #dddba0, 0 0 20px #efb8d7, 0 0 30px #c3b7df, 0 0 55px #c2e5bd, 0 0 80px #e9e5c9; */
}

/* violet */

:root .violet{
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #6411d1, 0 0 30px #ffffff, 0 0 40px #650e9b, 0 0 70px #920bab, 0 0 100px #7111cf;
    /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #6411d1, 0 0 30px #ffffff, 0 0 40px #650e9b, 0 0 70px #920bab, 0 0 100px #7111cf;
    --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #dda0d3, 0 0 20px #efb8d7, 0 0 30px #8b67df, 0 0 55px #6b03b9, 0 0 80px #5d0097; */
}

/* yellow */

:root .yellow{
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #cba800, 0 0 30px #facf00, 0 0 40px #f3c900, 0 0 70px #ffdb2d, 0 0 100px #ccaf24;
    /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #cba800, 0 0 30px #facf00, 0 0 40px #f3c900, 0 0 70px #ffdb2d, 0 0 100px #ccaf24;
    --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #b9b59f, 0 0 30px #2f2700, 0 0 40px #ffffff, 0 0 70px #ffdb2d, 0 0 100px #ccaf24; */
}

/* blue */

:root .blue{
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #0074ce, 0 0 30px #008fff, 0 0 40px #1593f6, 0 0 70px #0a4979, 0 0 100px #0070c8;
    /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #0074ce, 0 0 30px #008fff, 0 0 40px #1593f6, 0 0 70px #0a4979, 0 0 100px #0070c8;
    --flick-small-text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 5px #fff, 0 0 11px #45abfb, 0 0 20px #0b548e, 0 0 30px #1498ff, 0 0 55px #2e86ca, 0 0 80px #0071ca; */
}


/* green */

:root .green{
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #00bb55, 0 0 30px #26754a, 0 0 40px #00a44b, 0 0 70px #04a24d, 0 0 100px #005326;
    /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #00bb55, 0 0 30px #26754a, 0 0 40px #00a44b, 0 0 70px #04a24d, 0 0 100px #005326;
    --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #8defba, 0 0 30px #4bff9d, 0 0 40px #00a44b, 0 0 70px #003619, 0 0 100px #1aff83; */
}

/* orange */

:root .orange{
    text-shadow:0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #ad5000, 0 0 30px #ee6d00, 0 0 40px #ff7500, 0 0 70px #b92b00, 0 0 100px #743500;
    /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #ad5000, 0 0 30px #ee6d00, 0 0 40px #ff7500, 0 0 70px #b92b00, 0 0 100px #743500;
    --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #b9b59f, 0 0 30px #2f2700, 0 0 40px #ffffff, 0 0 70px #ffdb2d, 0 0 100px #ccaf24; */
}

/* red */

:root .red{
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #ff1b1b, 0 0 30px #7c1414, 0 0 40px #bb1148, 0 0 70px #c90303, 0 0 100px #e90000;
    /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #ff1b1b, 0 0 30px #7c1414, 0 0 40px #bb1148, 0 0 70px #c90303, 0 0 100px #e90000;
    --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #b9b59f, 0 0 30px #bd0000, 0 0 40px #ffffff, 0 0 70px #bb3030, 0 0 100px #933333; */
}

/* darkblue */

:root .darkblue{
    text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #4121a5, 0 0 30px #0080ee, 0 0 40px #3a37cf, 0 0 70px #0b00b9, 0 0 100px #3219bd;
    /* --flick-big-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #4121a5, 0 0 30px #0080ee, 0 0 40px #3a37cf, 0 0 70px #0b00b9, 0 0 100px #3219bd;
    --flick-small-text-shadow: 0 0 2px #fff, 0 0 4px #fff, 0 0 8px #fff, 0 0 15px #73b4eb, 0 0 30px #1f0cbf, 0 0 40px #ffffff, 0 0 70px #2d5aff, 0 0 100px #3b3d78; */
}

.list-item-info_name.orange {
    /* animation: flicker 5.5s infinite alternate; */
}

.list-item-info_name.white,
.list-item-info_name.green {
    /* animation: flicker 6s infinite alternate; */
}

.list-item-info_name.violet,
.list-item-info_name.blue {
    /* animation: flicker 6.5s infinite alternate; */
}

.list-item-info_name.darkblue,
.list-item-info_name.yellow {
    /* animation: flicker 4.5s infinite alternate; */
}

.list-item-info_name.red {
    /* animation: flicker 4s infinite alternate; */
}

.list-item-bonuses_cash {
    /* animation: flicker 5s infinite alternate; */
    text-align: center;
}

.list-item-bonuses_fs {
    /* animation: flicker 4s infinite alternate; */
    text-align: center;
}

/* .list-new .list-item:nth-child(2n) .list-item-bonuses_fs {
    animation: flicker 7s infinite alternate;
} */

.list-item {
    position: relative;
    padding: 15px;
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* color: #00ff1f; */
}

.list-item-base_logo {
    position: relative;
    width: 100%;
    height: 125px;
    overflow: hidden;
    border-radius: 15px 35px 15px 35px;
    padding: 15px 50px;
    margin-bottom: 15px;
    background-color: rgb(255 255 255 / 10%);
}

.list-item-base_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    image-rendering: -webkit-optimize-contrast;
}

.list-item-base {
    width: 25%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.list-item-info {
    width: 50%;
    padding: 0px 20px;
}

.list-item-bonuses {
    width: 25%;
    height: 125px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    overflow: hidden;
    border-radius: 35px 15px 35px 15px;
    padding: 25px;
    margin-bottom: 15px;
    background-color: rgb(255 255 255 / 10%);
    font-size: 20px;
}

.list-item-bottom {
    width: 100%;
}

.list-item-base_rating {
    text-align: center;
}

.list-item-bottom_btn {
    width: 25%;
    height: 50px;
    animation: animate 15s linear infinite;
}

.list-item-bottom_btn {
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    background: linear-gradient(90deg, #03a9f4, #46b10e, #0db129, #03a9f4);
    background-size: 400%;
    z-index: 1;
  }

.list-item-bottom_btn:hover {
animation: animate 8s linear infinite;
}

.list-item-bottom_games .type b {
    margin-right: 5px;
}

.lang-flag span {
    width: 30px;
    height: 30px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    border-radius: 50%;
}

body.arabian .type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

body.arabian .list-item-bottom_games .icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}

body.arabian .list-item-bottom_games .icon:before {
    margin-right: 0;
    margin-left: 5px;
}

body.arabian .list-item-bottom_games .type b {
    margin-right: 0;
    margin-left: 5px;
}

body.arabian .list-item-base_rating {
    transform: scale(-1, 1);
}

.list-item-bottom_games .type {
    margin-right: 7px;
    margin-bottom: 0;
}

@keyframes animate {
    0% {
      background-position: 0%;
    }
    100% {
      background-position: 400%;
    }
  }

  .list-item-bottom_btn:before {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
    background: linear-gradient(90deg, #03a9f4, #109e67, #ffeb3b, #03a9f4);
    background-size: 400%;
    border-radius: 40px;
    opacity: 0;
    transition: .5s;
  }

  .list-item-bottom_btn:hover:before {
    filter: blur(20px);
    opacity: 1;
    animation: animate 8s linear infinite;
  }

.list-item-bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.list-item-bottom_games {
    width: 75%;
    display: flex;
    justify-content: space-around;
    font-size: 15px;
}

.list-item-bottom_games .type {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 15px;
    background-color: rgb(255 255 255 / 10%);
}

@media (min-width: 1600px) {

    body {
        background-position-x: 85%;
        background-size: 930px;
    }

}

@media (min-width: 400px) and (max-width: 1199px) {

    .list-item-bottom_games .type {
        margin-right: 7px;
    }

    .list-item-bottom_games .type:last-child {
        margin-right: 0;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {

    .list-item-bottom {
        align-items: center;
    }

    .list-item-bottom_games .type {
        margin-right: 7px;
        margin-bottom: 0;
    }

    .list-item-bottom_games .type:last-child {
        margin-right: 7px;
    }
}


.icon:before {
    content: "";
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: contain;
    margin-right: 10px;
}

.list-item-bottom_games .value {
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 16px;
    color: #03ff46;
}

.list-item-base_rating {
    display: inline-block;
}

.list-item-base_rating img {
    height: 25px;
}

.list-item-info_text {
    font-size: 20px;
    margin: 0;
    margin-bottom: 15px;
}

.list-item-bottom_games .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}


.list-item-bottom_games .icon:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
}

.icon.total:before {
    background-image: url("../img/casino.png");
}

.icon.mobile:before {
    background-image: url("../img/mobile.png");
}

.icon.live:before {
    background-image: url("../img/croupier.png");
}

.list-new {
    padding: 0;
}

.list-item-bonuses.mobile {
    display: none;
}

.cryptocurrency:before {
    content: "";
    background-repeat: no-repeat;
    background-size: "";
    background-image: url("../img/crypto.png");
    height: 50px;
    width: auto;
    display: block;
    background-position: center;
    background-size: contain;
}

.list-item-cryptocurrency.type {
    padding: 0;
}

.list-item-cryptocurrency img {
    height: 45px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.list-item-cryptocurrency.type {
    background-color: transparent;
    padding-left: 0;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #000000;
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #000000;
}

::-webkit-scrollbar-thumb {
    background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0.1, rgb(206 34 255)), color-stop(0.9, rgb(0 134 221)) );
}

@keyframes flicker {

    0%,
    18%,
    22%,
    25%,
    53%,
    57%,
    100% {
        text-shadow: var(--flick-big-text-shadow);
    }

    20%,
    24%,
    55% {
        text-shadow: var(--flick-small-text-shadow);
        ;
    }
}

/* end */

@keyframes animate {

    0%,
    100% {
        background-position: 0 0;
    }

    50% {
        background-position: 300% 0;
    }
}

@media (max-width: 1200px) {
    body {
        background-position-x: 150%;
        background-size: 75%;
    }

    .advantage {
        max-width: 25%;
    }

    .footer-info img {
        max-height: 25px;
    }

    .list-item-base_logo {
        padding: 15px 30px;
    }

    .crypt .icon:before {
        display:none;
    }
}

@media (max-width: 992px) {

    body {
        background-position-x: 140px;
        background-size: 100%;
        font-size: 14px;
    }

    .header-title {
        font-size: 30px;
    }

    .header-description {
        font-size: 16px;
    }

    .footer-info {
        flex-wrap: wrap;
    }

    .info-block {
        padding: 30px 0px 30px 0px;
    }

    .item-bonus .icon {
        width: 35px;
        height: 35px;
    }

    .header-item.header-fee {
        width: 26%;
        margin-right: 10px;
    }

    .section-advantage {
        flex-wrap: wrap;
        justify-content: start;
    }

    .item-info {
        padding-right: 5px;
    }

    .item-base-logo {
        height: 95px;
    }

    .advantage {
        width: 47%;
        max-width: 47%;
        margin-bottom: 15px;
        margin-left: 0;
    }

    .footer-info img {
        max-height: 20px;
    }

    .sign-flag {
        height: 85px;
        width: 120px;
    }

    .list-item-bottom {
        -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;
    }

    .list-item-bottom_btn {
        width: 100%;
    }

    .list-item-bottom_games {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .list-item-info {
        width: 47%;
    }

    .list-item-bonuses {
        width: 28%;
    }

    .delimiter {
        height: 30px;
        margin-bottom: 30%;
    }

    .list-item-info_text {
        font-size: 16px;
    }

    .list-item-base_logo {
        padding: 15px 15px;
    }
}

@media (max-width: 768px) {
    body {
        background-position-x: 130px;
        background-position-y: 0px;
        background-size: 100%;
    }

    .casino-item-header {
        display: none;
    }

    .item-base {
        width: 80%;
        height: 150px;
    }

    .item-info {
        margin-left: 0;
        width: 80%;
        text-align: center;
    }

    .item-bonus {
        width: 45%;
    }

    .item-pay {
        width: 80%;
        margin-left: 0;
    }

    .header-item.header-info {
        width: 100%;
        text-align: center;
    }

    .header-item.header-fee {
        width: 100%;
        height: 100px;
        flex-direction: column;
        justify-content: space-around;
        text-align: center;
        margin-right: 0;
    }

    .header-item.header-ps {
        width: 100%;
        height: 46%;
        text-align: center;
    }

    .header-description {
        font-size: 16px;
        min-height: auto;
        padding: 15px;
        border-radius: 15px;
        background-color: rgb(36 34 34 / 50%);
        backdrop-filter: blur(2px);
    }

    .header-title {
        display: inline-block;
        font-size: 23px;
        background-color: rgb(36 34 34 / 50%);
        min-height: auto;
        padding: 15px;
        border-radius: 15px;
        backdrop-filter: blur(2px);
    }

    .info-block {
        width: 100%;
        min-height: auto;
    }

    .casino-item {
        flex-direction: column;
    }

    .casino-item-header {
        flex-direction: column;
        width: 100px;
        top: 155px;
        border-radius: 30px 0px 15px 0px;
        padding: 10px 10px;
    }

    .up {
        right: 10px;
        bottom: 40px;
        width: 35px;
        height: 35px;
    }

    .lang-list {
        flex-direction: row;
        justify-content: center;
        padding: 20px;
    }

    .middle {
        width: 100%;
        justify-content: center;
    }

    .item-deposit {
        text-align: center;
    }

    .advantage-back {
        display: none;
    }

    .sign-flag {
        display: none;
    }

    .sign-logo {
        padding: 0;
    }

    .header-lang-flag {
        display: block;
        width: 50px;
        height: 35px;
        min-width: 30px;
        margin-left: 10px;
        overflow: hidden;
        transition: 0.8s;
        border: solid 2px #fff;
        border-radius: 7px;
        box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fb6262, 0 0 0.3rem #db0c0c, 0 0 0.8rem #fd0c0c, 0 0 1rem #ff0000, inset 0 0 1.3rem #fb0022;
        opacity: .8;
    }

    .bd .header-lang-flag {
        box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #00ff75, 0 0 0.8rem #179752, 0 0 1rem #02a54c, inset 0 0 1.3rem #005326;
    }

    .ar .header-lang-flag,
    .au .header-lang-flag {
        box-shadow: 0 0 0.1rem #fff, 0 0 0.2rem #fff, 0 0 0.3rem #ffd736, 0 0 0.8rem #008bf7, 0 0 1rem #008bf7, inset 0 0 1.3rem #008bf7;
    }

    .country.ar .sign-logo {
        max-width: 75%;
    }

    .country.ar .container {
        justify-content: flex-end;
    }

    .lang-block.ar {
        left: 0;
        right: auto;
    }

    .lang-block.ar span.header-lang {
        flex-direction: row-reverse;
    }

    .ar .header-lang-flag {
        margin: 0;
        margin-right: 7px;
    }

    .list-item-base {
        width: 45%;
    }

    .list-item-info {
        width: 55%;
        text-align: center;
    }

    .list-item-base_logo {
        height: 210px;
    }

    .list-item-info_text {
        display: none;
    }

    .list-item-bonuses {
        display: none;
    }

    .list-item-bonuses.mobile {
        display: flex;
        width: 100%;
        background-color: rgb(255 255 255 / 0%);
        padding: 10px 0px;
        justify-content: space-around;
        overflow: inherit;
    }

    .delimiter {
        display: none;
    }

    .list-item-bottom_games .type b {
        display: none;
    }

    body.arabian .list-item-bottom_games .type,
    .list-item-bottom_games .type {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 32%;
    }

    body.arabian .list-item-bottom_games .icon,
    .list-item-bottom_games .icon {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 0px;
        text-align: center;
    }

    .list-item-bottom_games .icon:before {
        content: "";
        width: 50px;
        height: 50px;
        margin-right: 0px;
        margin-bottom: 5px;
    }

    .list-item-bottom_games .value {
        font-size: 22px;
   }

   .cryptocurrency-mobile {
        height: 50px;
        width: 100%;
        background-image: url("../img/cryptom.png");
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        margin-bottom: 15px;
    }

    .list-item-cryptocurrency.type {
        display: none;
        visibility: hidden;
    }

    .list-item-base_logo {
        padding: 35px 10px;
    }

    .list-item-base_logo.crypto {
        height: 130px;
    }

    .list-item-info {
        padding: 0px 20px;
    }

    .list-item {
        padding: 20px 15px;
    }

    .list-item-bottom_games .type {
        padding: 20px 10px;
    }

    .list-item-bottom_games .icon:before {
        content: "";
        display: block;
    }
}

@media (max-width: 576px) {

    body {
        background-position-x: -20px;
        background-position-y: 25px;
        background-size: 135%;
    }

    .advantage {
        width: 100%;
        max-width: 100%;
    }

    .item-bonus {
        width: 80%;
    }

    .bonus,
    .fspins {
        min-width: 60px;
    }

    .footer-bacground img {
        position: absolute;
        margin: auto;
        left: auto;
        right: auto;
        bottom: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .footer-info {
        flex-wrap: wrap;
        border-radius: 15px;
        background-color: rgb(0 0 0 / 0%);
    }
}

@media (max-width: 400px) {
    .list-item-base {
        width: 70%;
        margin: auto;
    }

    .list-item-info {
        width: 100%;
        padding-top: 0;
    }

    .list-item-base_logo {
        height: 170px;
    }

    .list-item-bottom_games {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .list-item-bottom_games .icon {
        flex-direction: row;
    }

    .list-item-bottom_games .icon:before {
        margin-right: 5px;
        margin-bottom: 0px;
    }

    .list-item-bottom_games .icon {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-right: 7px;
    }

    .list-item-info {
        padding: 0;
    }

    .list-item-base_rating img {
        height: 35px;
    }

    .list-item-bottom_games .type {
        width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }

    body.arabian .list-item-bottom_games .icon{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }


    body.arabian .list-item-bottom_games .type {
        width: 100%;
        flex-direction: row-reverse;
    }

    body.arabian .list-item-bottom_games {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .list-item-bottom_games .icon:before {
        content: "";
        width: 40px;
        height: 40px;
    }

    .list-item-base_logo {
        padding: 35px;
    }

    .list-item-info_name {
        letter-spacing: 5px;
    }

    .list-item-bottom_games .type b {
        display: inline-block;
    }

    .list-item-base_logo {
        padding: 20px 20px;
        border-radius: 25px;
        height: 150px;
    }

    .cryptocurrency-mobile {
        display: none;
    }

    .list-item-cryptocurrency.type {
        display: block;
        visibility: visible;
    }

    .list-item-bottom_games .type {
        padding: 15px 10px;
    }

    .list-item-bottom_games {
        font-size: 20px;
    }

    .list-item-cryptocurrency {
        max-height: 65px;
    }

    .list-item-cryptocurrency.type {
        padding: 0px 10px;
    }

    .list-item-info_name {
        font-size: 30px;
    }

}

@media (max-width: 350px) {

    .lang-list {
        padding: 10px;
    }

    .lang-list-item {
        margin: 7px;
        width: 57px;
    }

    .header-description {
        font-size: 14px;
    }

    .header-title {
        font-size: 20px;
        margin-bottom: 25px;
    }

    /* .sign_word.two {
        font-size: 17px;
    } */

    /* .sign_word.one {
        font-size: 22px;
    } */

    .bs .sign_word.two {
        font-size: 16px;
        letter-spacing: 0.5px;
    }

    .bs .sign_word.one {
        font-size: 20px;
        letter-spacing: 5.5px;
        padding-left: 11px;
    }

    .sg .sign_word.one {
        font-size: 14px;
    }

    .am .sign_word.two,
    .us .sign_word.one,
    .sw .sign_word.one,
    .arm .sign_word.one {
        font-size: 16px;
    }

    .us .sign_word.two,
    .pt .sign_word.one {
        font-size: 17px;
    }

    .sk .sign_word.two,
    .pl .sign_word.one,
    .nz .sign_word.two,
    .nl .sign_word.two,
    .ne .sign_word.two,
    .ku .sign_word.two,
    .arm .sign_word.two,
    .en .sign_word.two,
    .mk .sign_word.two,
    .hu .sign_word.two,
    .sk .sign_word.one,
    .nz .sign_word.one {
        font-size: 18px;
    }

    .cl .sign_word.one {
        font-size: 18px;
        letter-spacing: 1px;
        line-height: 10px;
    }

    .fr-be .sign_word.one,
    .nl .sign_word.one {
        font-size: 19px;
    }

    .tj .sign_word.one,
    .tj .sign_word.two,
    .sw .sign_word.two,
    .sl .sign_word.one,
    .sv .sign_word.one,
    .pt .sign_word.two,
    .cz .sign_word.two,
    .fr-be .sign_word.two,
    .hu .sign_word.one {
        font-size: 20px;
    }

    .tz .sign_word.one,
    .th .sign_word.one,
    .cz .sign_word.one,
    .bg .sign_word.one,
    .NL-BE .sign_word.one,
    .az .sign_word.two {
        font-size: 21px;
    }

    .mk .sign_word.one,
    .sg .sign_word.two {
        font-size: 22px;
    }

    .az .sign_word.one {
        font-size: 25px;
    }

}
