* {
    padding: 0;
    margin: 0;
    border: 0
}

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

:active,
:focus {
    outline: 0
}

a:active,
a:focus {
    outline: 0
}

aside,
footer,
header,
nav {
    display: block
}

body,
html {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    scrollbar-gutter: stable
}

button,
input,
textarea {
    font-family: inherit
}

input::-ms-clear {
    display: none
}

input,
textarea {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: inherit
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

button {
    cursor: pointer;
    background-color: transparent
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

a {
    display: inline-block;
    color: inherit
}

a,
a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

picture {
    display: block;
    width: 100%;
    height: 100%
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

@font-face {
    font-family: HelveticaNeueCyr;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/HelveticaNeueCyr-Light.woff2) format("woff2")
}

@font-face {
    font-family: Klein;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Klein-Bold.woff2) format("woff2")
}

@font-face {
    font-family: Helvetica;
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/Helvetica-Bold.woff2) format("woff2")
}

:root {
    --font-main: "HelveticaNeueCyr", sans-serif;
    --container-width: 1216px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 23px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --background-page: #0D0E29;
    --main: #000000;
    --black: #000000;
    --white: #ffffff;
    --orange: #ff5a1f;
    --gold: #F5A407;
    --gray: #e3dfdb;
    --box-shadow: 0 1px 1px 0 rgba(255, 90, 30, 0.01), 0 2px 4px 0 rgba(255, 90, 30, 0.04), 0 5px 11px 0 rgba(255, 90, 30, 0.09), 0 16px 35px 0 rgba(255, 90, 30, 0.3);
    --yellow: #ffef57;
    --white-020: rgba(255, 255, 255, 0.2);
    --gray-085: rgba(60, 60, 67, 0.85);
    --hover: #f5d507;
    --active: #7b6400
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step)
}

@media (max-width:991px) {
    .container {
        padding: 0 var(--container-step-tablet)
    }
}

@media (max-width:600px) {
    .container {
        padding: 0 var(--container-step-mobile)
    }
}

.rd-transfer {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: var(--font-main);
    min-height: 100vh;
    overflow: hidden;
    color: var(--main);
    background-color: var(--background-page)
}

.page_change .header {
    position: static
}

.page_change .header__menu {
    background-color: transparent
}

@media (max-width:991px) {
    .page_change .header__menu {
        background-color: var(--orange)
    }
}

.page_change .nav__link_header {
    color: var(--black)
}

@media (max-width:991px) {
    .page_change .nav__link_header {
        color: var(--white)
    }
}

.page_change .burger span {
    background-color: var(--black)
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.main:not(:last-child) {
    margin-bottom: 0
}

@media (max-width:600px) {
    .main:not(:last-child) {
        margin-bottom: 0
    }
}

.main_no-margin:not(:last-child) {
    margin-bottom: 0
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px
}

#particles-js {
    position: fixed;
    width: 100%;
    height: 100%
}

.count-particles {
    background: #0d0e29;
    position: absolute;
    top: 48px;
    left: 0;
    width: 80px;
    color: #13e8e9;
    font-size: .8em;
    text-align: left;
    text-indent: 4px;
    line-height: 14px;
    padding-bottom: 2px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 700
}

.js-count-particles {
    font-size: 1.1em
}

#stats,
.count-particles {
    -webkit-user-select: none;
    margin-top: 5px;
    margin-left: 5px
}

#stats {
    border-radius: 3px 3px 0 0;
    overflow: hidden
}

.count-particles {
    border-radius: 0 0 3px 3px
}

section {
    position: relative;
    z-index: 3
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0)
}

.circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px
}

.circle::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: var(--white)
}

.tx-64-30 {
    font-family: Klein;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: 128.5%;
    color: #ffc629
}

@media (max-width:991px) {
    .tx-64-30 {
        font-size: 40px
    }
}

@media (max-width:600px) {
    .tx-64-30 {
        font-size: 30px
    }
}

.tx-31-21 {
    font-family: Klein;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-31-21 {
        font-size: 21px
    }
}

.tx-22-16 {
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-22-16 {
        font-size: 16px
    }
}

.tx-17-14 {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

@media (max-width:600px) {
    .tx-17-14 {
        font-size: 14px
    }
}

.tx-12 {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

.tx-16-8 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-family: Helvetica;
    color: var(--white);
}

@media (max-width:768px) {
    .tx-16-8  {
        font-size: 8px
    }
}

.tx-24-12 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-family: Helvetica;
    color: var(--white);
}

@media (max-width:768px) {
    .tx-24-12  {
        font-size: 12px
    }
}

.tx-14-7 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    font-family: Helvetica;
    color: var(--white);
}

@media (max-width:768px) {
    .tx-14-7 {
        font-size:7px
    }
}

.box-shadow {
    -webkit-box-shadow: var(--box-shadow);
    box-shadow: var(--box-shadow)
}

.opacity {
    opacity: .5
}

.but {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    padding: 10px 24px;
    font-size: 20px;
    letter-spacing: -.02em;
    line-height: 1;
    font-weight: 500;
    color: var(--white);
    background-color: var(--orange);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 372px;
    min-width: 292px;
    min-height: 44px;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.but_yellow {
    font-size: 24px;
    background-color: var(--yellow);
    color: var(--black)
}

.but img,
.but svg {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (any-hover:hover) {
    .but:hover {
        background-color: var(--hover)
    }
}

.but:focus-visible {
    background-color: var(--hover)
}

.but:active {
    background-color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.mb-10 {
    margin-bottom: 10px
}

.lowercase {
    text-transform: lowercase
}

.line {
    text-decoration-line: underline
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.rd-upload img {
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.rd-load img {
    opacity: 1
}

.pd-73-65 {
    padding-top: 73px
}

@media (max-width:600px) {
    .pd-73-65 {
        padding-top: 65px
    }
}

.color-white {
    color: var(--white)
}

.color-black {
    color: var(--black)
}

.color-yellow {
    color: #ffc629
}

.mb-32-16 {
    margin-bottom: 32px
}

@media (max-width:600px) {
    .mb-32-16 {
        margin-bottom: 16px
    }
}

.mb-8 {
    margin-bottom: 8px
}

.mb-8-4 {
    margin-bottom: 8px
}

@media (max-width:600px) {
    .mb-8-4 {
        margin-bottom: 4px
    }
}

.mb-16-9 {
    margin-bottom: 16px
}

@media (max-width:600px) {
    .mb-16-9 {
        margin-bottom: 9px
    }
}

.link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

@media (any-hover:hover) {
    .link:hover {
        color: var(--hover)
    }
}

.link:active {
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.link img {
    width: 24px;
    height: 24px
}

.link-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 263px;
    width: 100%;
    gap: 10px;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    color: var(--white);
    min-height: 57px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 30px;
    background: radial-gradient(40.44% 70.71% at 50% 50%, #ffd519 0, #ec211e 100%);
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

@media (max-width:991px) {
    .link-btn {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .link-btn {
        font-size: 16px
    }
}

@media (any-hover:hover) {
    .link-btn:hover {
        background: var(--hover)
    }
}

.link-btn:active {
    background: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.back-1 {
    background: #fc9701 !important
}

.back-2 {
    background: #be0000 !important
}

.back-3 {
    background: #fe7401 !important
}

.topplacecasino-header {
    padding: 16px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5
}

.topplacecasino-header__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.topplacecasino-header__home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    opacity: 1;
    scale: 1;
    -webkit-transition: opacity .3s ease-in-out, scale .2s ease-in-out;
    transition: opacity .3s ease-in-out, scale .2s ease-in-out
}

.topplacecasino-header__home img {
    max-width: 193px;
    width: 100%;
    height: 27px
}

@media (any-hover:hover) {
    .topplacecasino-header__home:hover {
        opacity: .6;
        scale: 1.04
    }
}

.topplacecasino-header__home:active {
    scale: 1.05;
    opacity: .4;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

@media (max-width:991px) {
    .topplacecasino-header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        -webkit-box-pack: initial;
        -ms-flex-pack: initial;
        justify-content: initial;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: var(--black);
        z-index: 100;
        padding: 100px 30px 30px 30px;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        overflow: auto;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out, pointer-events .2s ease-in-out
    }
}

@media (max-width:600px) {
    .topplacecasino-header__menu {
        padding: 80px 30px 30px 30px
    }
}

.topplacecasino-header__menu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.topplacecasino-header__exit-menu {
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: transparent
}

@media (max-width:991px) {
    .topplacecasino-header__exit-menu {
        display: block;
        top: 30px;
        left: 30px
    }
}

@media (max-width:600px) {
    .topplacecasino-header__exit-menu {
        top: 15px;
        left: 15px
    }
}

.topplacecasino-header__exit-menu::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.topplacecasino-header__exit-menu::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav {
    width: 100%
}

.nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:991px) {
    .nav__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 50px;
        text-align: center
    }
}

@media (max-width:991px) {
    .nav__list_footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px 32px
    }
}

.nav__link {
    border-bottom: 1px solid transparent;
    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
    transition: color .3s ease-in-out, border-color .3s ease-in-out
}

@media (any-hover:hover) {
    .nav__link:hover {
        color: var(--hover);
        border-color: #ac2993
    }
}

.nav__link:active {
    border-color: #ac2993;
    color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.burger {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 22px;
    height: 14px;
    background-color: transparent
}

@media (max-width:991px) {
    .burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.burger span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: var(--white);
    border-radius: 8px
}

.topplacecasino-terms {
    padding: 67px 0 40px 0;
    position: relative
}

.topplacecasino-terms__container {
    position: relative;
    z-index: 3
}

.topplacecasino-terms h1 {
    font-family: Klein;
    padding-bottom: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 31px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--white)
}

@media (max-width:991px) {
    .topplacecasino-terms h1 {
        font-size: 26px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms h1 {
        font-size: 18px
    }
}

.topplacecasino-terms h1:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .topplacecasino-terms h1:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms h1:not(:last-child) {
        margin-bottom: 10px
    }
}

.topplacecasino-terms h2 {
    font-family: Klein;
    padding-bottom: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--white)
}

@media (max-width:991px) {
    .topplacecasino-terms h2 {
        font-size: 23px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms h2 {
        font-size: 14px
    }
}

.topplacecasino-terms h2:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .topplacecasino-terms h2:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms h2:not(:last-child) {
        margin-bottom: 10px
    }
}

.topplacecasino-terms h3 {
    padding-bottom: 2px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: var(--white)
}

@media (max-width:991px) {
    .topplacecasino-terms h3 {
        font-size: 20px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms h3 {
        font-size: 14px
    }
}

.topplacecasino-terms h3:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .topplacecasino-terms h3:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms h3:not(:last-child) {
        margin-bottom: 10px
    }
}

.topplacecasino-terms p {
    font-size: 15px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .topplacecasino-terms p {
        font-size: 18px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms p {
        font-size: 12px
    }
}

.topplacecasino-terms p:not(:last-child) {
    margin-bottom: 15px
}

@media (max-width:991px) {
    .topplacecasino-terms p:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms p:not(:last-child) {
        margin-bottom: 15px
    }
}

.topplacecasino-terms ul:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .topplacecasino-terms ul:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms ul:not(:last-child) {
        margin-bottom: 10px
    }
}

.topplacecasino-terms li {
    font-size: 15px;
    line-height: 1.3;
    color: var(--white);
    font-weight: 400
}

@media (max-width:991px) {
    .topplacecasino-terms li {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms li {
        font-size: 12px
    }
}

.topplacecasino-terms li:not(:last-child) {
    margin-bottom: 10px
}

@media (max-width:991px) {
    .topplacecasino-terms li:not(:last-child) {
        margin-bottom: 10px
    }
}

@media (max-width:600px) {
    .topplacecasino-terms li:not(:last-child) {
        margin-bottom: 10px
    }
}

.topplacecasino-hero {
    padding-top: 59px;
    padding-bottom: 54px;
    margin-bottom: 16px;
}

@media (max-width:600px) {
    .topplacecasino-hero {
        padding-top: 51px;
        margin-bottom: 8px;
        padding-bottom: 8px
    }
}

.topplacecasino-hero__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topplacecasino-hero__content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

@media (max-width:991px) {
    .topplacecasino-hero__content {
        max-width: 100%
    }
}

.topplacecasino-hero__list {
    padding: 44px 11px;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    width: 100%;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    background-image: url(../img/hero.webp)
}

@media (max-width:991px) {
    .topplacecasino-hero__list {

    }
}

@media (max-width:600px) {
    .topplacecasino-hero__list {
        padding: 38px 11px;
    }
}

@media (max-width:370px) {
    .topplacecasino-hero__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.topplacecasino-hero__item {
    border-radius: 20px;
    border: 0.96px solid rgba(0, 0, 0, 0.20);
    background: linear-gradient(180deg, #09019D 0%, #090B2C 100%);
}

.topplacecasino-hero__item:nth-child(1) {
    display: flex;
    width: 180px;
    height: 250px;
    transform: rotate(-10deg) translateX(20px);
    padding: 76.8px 23.04px;
    flex-direction: column;
    align-items: center;
    gap: 9.6px;
    flex-shrink: 0;
}

.topplacecasino-hero__item:nth-child(2) {
    display: flex;
    width: 230px;
    height: 312px;
    padding: 80px 10px;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.topplacecasino-hero__item:nth-child(2) img {
    max-width: 70px;
    height: 70px;
}

.topplacecasino-hero__item:nth-child(3) {
    display: flex;
    width: 180px;
    height: 250px;
    transform: rotate(10deg) translateX(-20px);
    padding: 76.8px 23.04px;
    flex-direction: column;
    align-items: center;
    gap: 9.6px;
    flex-shrink: 0;
}

.topplacecasino-hero__item img {
    max-width: 50px;
    width: 100%;
    height: 50px
}

@media (max-width:768px) {
    .topplacecasino-hero__item:nth-child(1) {
        display: flex;
        max-width: 92.481px;
        width: 100%;
        height: 128.446px;
        transform: rotate(-10deg) translateX(20px);
        padding: 39.459px 11.838px;
        flex-direction: column;
        align-items: center;
        gap: 4.932px;
        flex-shrink: 0;
    }
    
    .topplacecasino-hero__item:nth-child(2) {
        display: flex;
        max-width: 118.17px;
        height: 160.301px;
        padding: 41.103px 5px;
        flex-direction: column;
        align-items: center;
        gap: 6.165px;
        flex-shrink: 0;
        position: relative;
        z-index: 2;
        width: 100%;
    }
    
    .topplacecasino-hero__item:nth-child(2) img {
        max-width: 35px;
        height: 35px;
    }
    
    .topplacecasino-hero__item:nth-child(3) {
        display: flex;
        max-width: 92.481px;
        width: 100%;
        height: 128.446px;
        transform: rotate(10deg) translateX(-20px);
        padding: 39.459px 11.838px;
        flex-direction: column;
        align-items: center;
        gap: 4.932px;
        flex-shrink: 0;
    }
    
    .topplacecasino-hero__item img {
        max-width: 25px;
        width: 100%;
        height: 25px
    }
}

@media (max-width:365px) {
    .topplacecasino-hero__item:nth-child(1) {
        padding: 39.459px 5.838px;
        display: flex;
        max-width: 72.481px;
    }
    
    .topplacecasino-hero__item:nth-child(2) {
        padding: 41.103px 2px;
        display: flex;
        max-width: 98.17px;
    }

    .topplacecasino-hero__item:nth-child(2) p {
        font-size: 10px;
    }
    
    .topplacecasino-hero__item:nth-child(2) img {
        max-width: 30px;
        height: 30px;
    }
    
    .topplacecasino-hero__item:nth-child(3) {
        padding: 39.459px 5.838px;
        display: flex;
        max-width: 72.481px;
    }
    
    .topplacecasino-hero__item img {
        max-width: 20px;
        width: 100%;
        height: 20px
    }
}

.topplacecasino-hero__text-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
}

.topplacecasino-hero__text {
    width: 100%
}

@media (max-width:600px) {
    .topplacecasino-hero__text {

    }
}

.topplacecasino-tops {
    margin-bottom: 23px
}

@media (max-width:600) {
    .topplacecasino-tops {
        margin-bottom: 48px
    }
}

.topplacecasino-tops__back {
    margin: 0 auto;
    max-width: 1008px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.topplacecasino-tops__span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2px
}

.topplacecasino-tops__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.topplacecasino-tops__list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media (max-width:600px) {
    .topplacecasino-tops__list {
        gap: 9px
    }
}

.topplacecasino-tops__item {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, right top, from(#2c2e69), to(#393ed2));
    background: linear-gradient(90deg, #2c2e69 0, #393ed2 100%);
    -webkit-transition: scale .2s ease-in-out;
    transition: scale .2s ease-in-out;
    -webkit-animation: item 2s linear infinite;
    animation: item 2s linear infinite
}

.topplacecasino-tops__item:hover {
    scale: 1.01
}

@-webkit-keyframes item {
    0% {
        -webkit-box-shadow: 0 1px 1px 1px rgba(255, 196, 0, .86);
        box-shadow: 0 1px 1px 1px rgba(255, 196, 0, .86)
    }

    25% {
        -webkit-box-shadow: 0 1px 2px 1px rgba(255, 196, 0, .86);
        box-shadow: 0 1px 2px 1px rgba(255, 196, 0, .86)
    }

    50% {
        -webkit-box-shadow: 0 1px 3px 4px rgba(255, 196, 0, .86);
        box-shadow: 0 1px 3px 4px rgba(255, 196, 0, .86)
    }

    75% {
        -webkit-box-shadow: 0 1px 2px 1px rgba(255, 196, 0, .86);
        box-shadow: 0 1px 2px 1px rgba(255, 196, 0, .86)
    }

    100% {
        -webkit-box-shadow: 0 1px 1px 1px rgba(255, 196, 0, .86);
        box-shadow: 0 1px 1px 1px rgba(255, 196, 0, .86)
    }
}

@keyframes item {
    0% {
        -webkit-box-shadow: 0 1px 1px 1px rgba(255, 196, 0, .86);
        box-shadow: 0 1px 1px 1px rgba(255, 196, 0, .86)
    }

    25% {
        -webkit-box-shadow: 0 1px 2px 1px rgba(255, 196, 0, .86);
        box-shadow: 0 1px 2px 1px rgba(255, 196, 0, .86)
    }

    50% {
        -webkit-box-shadow: 0 1px 3px 4px rgba(255, 196, 0, .86);
        box-shadow: 0 1px 3px 4px rgba(255, 196, 0, .86)
    }

    75% {
        -webkit-box-shadow: 0 1px 2px 1px rgba(255, 196, 0, .86);
        box-shadow: 0 1px 2px 1px rgba(255, 196, 0, .86)
    }

    100% {
        -webkit-box-shadow: 0 1px 1px 1px rgba(255, 196, 0, .86);
        box-shadow: 0 1px 1px 1px rgba(255, 196, 0, .86)
    }
}

.topplacecasino-tops__name {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px 10px;
    border-radius: 10px 0;
    background: #ec211e
}

@media (max-width:600px) {
    .topplacecasino-tops__age {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 309px
    }
}

.topplacecasino-tops__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.topplacecasino-tops__content {
    padding: 15px 17px 6px 16px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:991px) {
    .topplacecasino-tops__content {
        max-width: 100%
    }
}

@media (max-width:768px) {
    .topplacecasino-tops__content {
        padding: 6px 6px 8px 8px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1px
    }
}

.topplacecasino-tops__left {
    max-width: 513px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:768px) {
    .topplacecasino-tops__left {
        max-width: 100%;
        gap: 9px
    }
}

.topplacecasino-tops__img {
    max-width: 176px;
    width: 100%;
    height: 111px
}

.topplacecasino-tops__img img {
    max-width: 133px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (max-width:768px) {
    .topplacecasino-tops__img {
        max-width: none;
        padding-top: 13px;
        width: 45%;
        height: 54px
    }
}

.topplacecasino-tops__bonus {
    max-width: 304px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

@media (max-width:768px) {
    .topplacecasino-tops__bonus {
        max-width: none;
        width: 61%;
        gap: 3px
    }
}

.topplacecasino-tops__right {
    max-width: 434px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px
}

@media (max-width:768px) {
    .topplacecasino-tops__right {
        max-width: none;
        width: 100%;
        gap: 17px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.topplacecasino-tops__card-rating {
    max-width: 131px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -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
}

@media (max-width:768px) {
    .topplacecasino-tops__card-rating {
        max-width: none;
        width: 32%
    }
}

.topplacecasino-tops__img-rating {
    max-width: 131px;
    width: 100%;
    height: 23px
}

.topplacecasino-tops__img-rating img {
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width:600px) {
    .topplacecasino-tops__img-rating {
        max-width: 101px;
        height: 17px
    }

    .topplacecasino-tops__img-rating img {
        -o-object-fit: contain;
        object-fit: contain
    }
}

.topplacecasino-tops__card-btn {
    max-width: 263px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:768px) {
    .topplacecasino-tops__card-btn {
        max-width: none;
        width: 58.4%
    }
}

.topplacecasino-tops__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    scale: 1;
    -webkit-animation: animate5 4s linear infinite;
    animation: animate5 4s linear infinite
}

@media (max-width:600px) {
    .topplacecasino-tops__btn {
        min-height: 48px;
        max-width: 184px
    }
}

.topplacecasino-tops__btn span:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#bcb170), to(#9a7e00));
    background: linear-gradient(to right, #bcb170, #9a7e00);
    -webkit-animation: animate1 2s linear infinite;
    animation: animate1 2s linear infinite
}

.topplacecasino-tops__btn span:nth-child(2) {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(#bcb170), to(#9a7e00));
    background: linear-gradient(to bottom, #bcb170, #9a7e00);
    -webkit-animation: animate2 2s linear infinite;
    animation: animate2 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.topplacecasino-tops__btn span:nth-child(3) {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: -webkit-gradient(linear, right top, left top, from(#bcb170), to(#9a7e00));
    background: linear-gradient(to left, #bcb170, #9a7e00);
    -webkit-animation: animate3 2s linear infinite;
    animation: animate3 2s linear infinite
}

.topplacecasino-tops__btn span:nth-child(4) {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(#bcb170), to(#9a7e00));
    background: linear-gradient(to top, #bcb170, #9a7e00);
    -webkit-animation: animate4 2s linear infinite;
    animation: animate4 2s linear infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@media (max-width:768px) {
    .topplacecasino-tops__btn {
        padding: 5px 5px
    }
}

@media (max-width:355px) {
    .topplacecasino-tops__btn {
        font-size: 12px;
        padding: 3px 4px
    }
}

@-webkit-keyframes animate5 {
    0% {
        scale: 1
    }

    50% {
        scale: 1.06
    }

    100% {
        scale: 1
    }
}

@keyframes animate5 {
    0% {
        scale: 1
    }

    50% {
        scale: 1.06
    }

    100% {
        scale: 1
    }
}

@-webkit-keyframes animate1 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes animate1 {
    0% {
        opacity: 1;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes animate2 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes animate2 {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes animate3 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes animate3 {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes animate4 {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes animate4 {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.topplacecasino-tops__open {
    display: none
}

@media (max-width:600px) {
    .topplacecasino-tops__open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.topplacecasino-about {
    margin-bottom: 32px
}

@media (max-width:600px) {
    .topplacecasino-about {
        margin-bottom: 24px
    }
}

.card-about {
    margin-bottom: 28px;
    background: 0 0
}

.topplacecasino-footer {
    position: relative;
    padding: 32px 0 25px 0;
    background: #080818
}

@media (max-width:600px) {
    .topplacecasino-footer {
        padding: 32px 0 16px 0
    }
}

.topplacecasino-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.topplacecasino-footer__age-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px
}

@media (max-width:600px) {
    .topplacecasino-footer__age-card {
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial
    }
}

.topplacecasino-footer__age {
    max-width: 43px;
    width: 100%;
    height: 43px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.topplacecasino-footer__texts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width:600px) {
    .topplacecasino-footer__texts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px
    }
}

.topplacecasino-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:600px) {
    .topplacecasino-footer__list {
        gap: 10px 24px
    }
}

.topplacecasino-footer__card-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@media (max-width:600px) {
    .topplacecasino-footer__card-text {
        width: 100%
    }
}

.topplacecasino-footer__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 9px
}

.topplacecasino-footer .card-1 {
    width: 100%
}

.topplacecasino-footer .texts-1 {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 1fr 27px 1fr 27px 1fr;
    grid-template: auto/repeat(3, 1fr);
    gap: 27px
}

@media (max-width:991px) {
    .topplacecasino-footer .texts-1 {
        -ms-grid-rows: auto;
        -ms-grid-columns: (1fr)[2];
        grid-template: auto/repeat(2, 1fr)
    }
}

@media (max-width:600px) {
    .topplacecasino-footer .texts-1 {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width:600px) {
    .topplacecasino-footer .card-2 {
        width: 100%
    }
}

.topplacecasino-footer__card {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

@media (max-width:600px) {
    .topplacecasino-footer__card {
        width: 100%
    }
}

.topplacecasino-footer__list-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:600px) {
    .topplacecasino-footer__list-img {
        gap: 8px 24px;
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial
    }
}

.topplacecasino-footer__bottom {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    border-top: 1px solid rgba(255, 255, 255, .4)
}

.topplacecasino-footer__item-img {
    width: 100%
}

.topplacecasino-footer__item-img a {
    scale: 1;
    opacity: 1;
    -webkit-transition: scale .2s ease-in-out, opacity .3s ease-in-out;
    transition: scale .2s ease-in-out, opacity .3s ease-in-out
}

@media (any-hover:hover) {
    .topplacecasino-footer__item-img a:hover {
        scale: 1.05;
        opacity: .7
    }
}

.topplacecasino-footer__item-img a:active {
    scale: 1.07;
    opacity: .5;
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.topplacecasino-footer__item-img:nth-child(1) {
    max-width: 168px;
    height: 30px
}

.topplacecasino-footer__item-img:nth-child(2) {
    max-width: 42px;
    height: 35px
}

.topplacecasino-footer__item-img:nth-child(3) {
    max-width: 87px;
    height: 33px
}

.topplacecasino-footer__item-img:nth-child(4) {
    max-width: 104px;
    height: 30px
}

.topplacecasino-footer__item-img:nth-child(5) {
    max-width: 65px;
    height: 30px
}

.topplacecasino-popup {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    overflow: auto;
    background-color: rgba(0, 0, 0, .4)
}

.topplacecasino-popup__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.topplacecasino-popup__body {
    overflow: auto;
    max-width: 540px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 16px 23px 23px 23px;
    text-align: center;
    background: #0d0e29
}

.topplacecasino-popup__img {
    margin: 0 auto;
    margin-bottom: 16px
}

@media (max-width:991px) {
    .topplacecasino-popup__body {
        padding: 16px 16px;
        width: 95%
    }
}

.topplacecasino-popup__title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    color: var(--white)
}

.topplacecasino-popup__text {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

.topplacecasino-popup__button {
    max-width: 227px;
    min-height: 46px;
    min-width: 0;
    width: 100%;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    margin: 0 auto;
    border: 0;
    border-radius: 40px;
    background: #ffc629
}

.topplacecasino-popup-card {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    right: 0;
    z-index: 10;
    overflow: auto
}

.topplacecasino-popup-card.popup-disabled {
    display: none
}

.topplacecasino-popup-card__close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.topplacecasino-popup-card__body {
    overflow: auto;
    max-width: 742px;
    width: 100%;
    position: relative;
    z-index: 2;
    margin: auto;
    padding: 16px 16px 16px 16px;
    background: #0d0e29
}

@media (max-width:991px) {
    .topplacecasino-popup__body {
        padding: 16px 16px;
        width: 95%
    }
}

.topplacecasino-card__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9px
}

@media (max-width:600px) {
    .topplacecasino-card__card {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.topplacecasino-popup-card__title {
    color: var(--white)
}

.topplacecasino-popup-card__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white)
}

.topplacecasino-popup-card__text img {
    max-width: 60px;
    width: 100%;
    height: 60px
}

@media (max-width:600px) {
    .topplacecasino-popup-card__text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .topplacecasino-popup-card__text img {
        max-width: 40px;
        height: 40px
    }
}

.topplacecasino-popup-card__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px
}

@media (max-width:600px) {
    .topplacecasino-popup-card__card {
        -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
    }
}

.topplacecasino-popup-card__btn {
    max-width: 227px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 46px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--black);
    border-radius: 40px;
    background: #ffc629;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out
}

@media (any-hover:hover) {
    .topplacecasino-popup-card__btn:hover {
        background: var(--hover)
    }
}

.topplacecasino-popup-card__btn:active {
    background: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.topplacecasino-popup-card__link {
    max-width: 227px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 46px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    color: var(--white);
    border-radius: 50px;
    border: 1px solid #ffc629;
    -webkit-transition: border-color .3s ease-in-out;
    transition: border-color .3s ease-in-out
}

@media (any-hover:hover) {
    .topplacecasino-popup-card__link:hover {
        border-color: var(--hover)
    }
}

.topplacecasino-popup-card__link:active {
    border-color: var(--active);
    -webkit-transition-duration: .1s;
    transition-duration: .1s
}

.padding .topplacecasino-header__container {
    padding-bottom: 67px
}