	a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, main, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
   margin: 0;
    padding: 0;
    border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
    display: block
}
h1 {
	font-size: 18px;
}
h2, h3, h4 {
	font-size: 16px;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, sans-serif;
    line-height: 1;
    background-color: #fff;
    min-height: 100vh;
    position: relative;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before {
    content: "";
    content: none
}

q:after, q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-width: 0;
    padding: 0;
    margin: 0
}

html {
    min-height: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

input, textarea {
    color: #333;
    outline: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none
}

input[type=button], input[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    outline: 0
}

button {
    cursor: pointer;
    -webkit-appearance: none;
    outline: 0
}

form, td {
    margin: 0;
    padding: 0
}

ol, ul {
    list-style: none
}

a {
    color: #000100;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    text-decoration: none;
    outline: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Regular.eot);
    src: url(../fonts/Montserrat-Regular.eot) format("embedded-opentype"), url(../fonts/Montserrat-Regular.woff) format("woff"), url(../fonts/Montserrat-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Italic.eot);
    src: url(../fonts/Montserrat-Italic.eot) format("embedded-opentype"), url(../fonts/Montserrat-Italic.woff) format("woff"), url(../fonts/Montserrat-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Medium.eot);
    src: url(../fonts/Montserrat-Medium.eot) format("embedded-opentype"), url(../fonts/Montserrat-Medium.woff) format("woff"), url(../fonts/Montserrat-Medium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Montserrat;
    src: url(../fonts/Montserrat-Bold.eot);
    src: url(../fonts/Montserrat-Bold.eot) format("embedded-opentype"), url(../fonts/Montserrat-Bold.woff) format("woff"), url(../fonts/Montserrat-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

body {
    font-family: Montserrat;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

body:after {
    z-index: -100;
    content: '';
    background: url(../img/bg.jpg) center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-attachment: fixed;
	height: 100%;
    width: 100%;
}

.wrapper {
    max-width: 1260px;
    padding: 0 20px;
    margin: auto
}

.btn-num {
    width: 59px;
    height: 60px;
    background: url(../img/btn-icon/bg-btn.png) center no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-num img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.btn-wrap {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.19%, #f2cd6e), color-stop(5.51%, #070704), color-stop(20.74%, #080905), color-stop(28.36%, #0b0a07), color-stop(53.38%, #0b0b08), color-stop(84.94%, #060605), color-stop(104.52%, #050505));
    background: -o-linear-gradient(top, #f2cd6e -3.19%, #070704 5.51%, #080905 20.74%, #0b0a07 28.36%, #0b0b08 53.38%, #060605 84.94%, #050505 104.52%);
    background: linear-gradient(180deg, #f2cd6e -3.19%, #070704 5.51%, #080905 20.74%, #0b0a07 28.36%, #0b0b08 53.38%, #060605 84.94%, #050505 104.52%);
    -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .1);
    box-shadow: 0 4px 10px rgba(255, 255, 255, .1);
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.btn-reg {
    width: 229px;
    height: 100%
}

.btn-reg .btn-text {
    margin-left: 10px
}

.btn-login {
    width: 173px;
    height: 100%
}

.btn-login .btn-text {
    margin-left: 20px
}

.btn-text {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: #fff
}
.btn-text:active,
.btn-text:visited ,
.btn-text:link {
	color: #fff;
}

.btn-big {
    padding: 0 40px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1
}

.btn-big:before {
    z-index: -2;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.19%, #f2cd6e), color-stop(5.51%, #070704), color-stop(20.74%, #080905), color-stop(28.36%, #0b0a07), color-stop(53.38%, #0b0b08), color-stop(84.94%, #060605), color-stop(104.52%, #050505));
    background: -o-linear-gradient(top, #f2cd6e -3.19%, #070704 5.51%, #080905 20.74%, #0b0a07 28.36%, #0b0b08 53.38%, #060605 84.94%, #050505 104.52%);
    background: linear-gradient(180deg, #f2cd6e -3.19%, #070704 5.51%, #080905 20.74%, #0b0a07 28.36%, #0b0b08 53.38%, #060605 84.94%, #050505 104.52%);
    -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .1);
    box-shadow: 0 4px 10px rgba(255, 255, 255, .1);
    border-radius: 5px
}

.btn-big:after {
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(../img/btn-icon/border.png) center no-repeat;
    background-size: calc(100% - 16px) calc(100% - 16px)
}

.btn-leng {
    padding: 0 34px
}

.btn-copy {
    width: 24px;
    height: 24px;
    background: url(../img/btn-icon/uil_copy.png) center no-repeat;
    background-size: cover
}

.btn-copy:hover {
    opacity: .7
}

.for-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1px 20px
}
.logo img {
	height: 300px;
	width: auto;
}
.header {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.19%, #786f59), color-stop(5.51%, #070704), color-stop(20.74%, #080905), color-stop(28.36%, #0b0a07), color-stop(53.38%, #0b0b08), color-stop(84.94%, #060605), color-stop(104.52%, #050505));
    background: -o-linear-gradient(top, #786f59 -3.19%, #070704 5.51%, #080905 20.74%, #0b0a07 28.36%, #0b0b08 53.38%, #060605 84.94%, #050505 104.52%);
    background: linear-gradient(180deg, #786f59 -3.19%, #070704 5.51%, #080905 20.74%, #0b0a07 28.36%, #0b0b08 53.38%, #060605 84.94%, #050505 104.52%);
    -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .1);
    box-shadow: 0 4px 10px rgba(255, 255, 255, .1);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
	    margin-top: -50px;
		z-index: 2;
}

.header:after {
    content: '';
    display: block;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#a26c20), color-stop(12.99%, #603913), color-stop(31.98%, #9a661f), color-stop(36.98%, #9b6721), color-stop(38.98%, #9e6c28), color-stop(39.98%, #a37433), color-stop(40.98%, #ab8044), color-stop(41.98%, #b58f5a), color-stop(42.98%, #c1a176), color-stop(43.98%, #d0b796), color-stop(44.98%, #f3ede5), color-stop(45.98%, #fff), color-stop(74.96%, #fee4a6), color-stop(99.95%, #88581b));
    background: -o-linear-gradient(left, #a26c20 0, #603913 12.99%, #9a661f 31.98%, #9b6721 36.98%, #9e6c28 38.98%, #a37433 39.98%, #ab8044 40.98%, #b58f5a 41.98%, #c1a176 42.98%, #d0b796 43.98%, #f3ede5 44.98%, #fff 45.98%, #fee4a6 74.96%, #88581b 99.95%);
    background: linear-gradient(90deg, #a26c20 0, #603913 12.99%, #9a661f 31.98%, #9b6721 36.98%, #9e6c28 38.98%, #a37433 39.98%, #ab8044 40.98%, #b58f5a 41.98%, #c1a176 42.98%, #d0b796 43.98%, #f3ede5 44.98%, #fff 45.98%, #fee4a6 74.96%, #88581b 99.95%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 0 0 5px 5px
}

.header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 83px
}

.header__reg-log {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header__sup {
    min-width: 207px
}

.footer {
    margin-top: 100px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(-3.19%, #786f59), color-stop(5.51%, #070704), color-stop(20.74%, #080905), color-stop(28.36%, #0b0a07), color-stop(53.38%, #0b0b08), color-stop(84.94%, #060605), color-stop(104.52%, #050505));
    background: -o-linear-gradient(top, #786f59 -3.19%, #070704 5.51%, #080905 20.74%, #0b0a07 28.36%, #0b0b08 53.38%, #060605 84.94%, #050505 104.52%);
    background: linear-gradient(180deg, #786f59 -3.19%, #070704 5.51%, #080905 20.74%, #0b0a07 28.36%, #0b0b08 53.38%, #060605 84.94%, #050505 104.52%);
    -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .1);
    box-shadow: 0 4px 10px rgba(255, 255, 255, .1);
    border-radius: 5px;
    position: relative;
    overflow: hidden
}

.footer:after {
    content: '';
    display: block;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(#a26c20), color-stop(12.99%, #603913), color-stop(31.98%, #9a661f), color-stop(36.98%, #9b6721), color-stop(38.98%, #9e6c28), color-stop(39.98%, #a37433), color-stop(40.98%, #ab8044), color-stop(41.98%, #b58f5a), color-stop(42.98%, #c1a176), color-stop(43.98%, #d0b796), color-stop(44.98%, #f3ede5), color-stop(45.98%, #fff), color-stop(74.96%, #fee4a6), color-stop(99.95%, #88581b));
    background: -o-linear-gradient(left, #a26c20 0, #603913 12.99%, #9a661f 31.98%, #9b6721 36.98%, #9e6c28 38.98%, #a37433 39.98%, #ab8044 40.98%, #b58f5a 41.98%, #c1a176 42.98%, #d0b796 43.98%, #f3ede5 44.98%, #fff 45.98%, #fee4a6 74.96%, #88581b 99.95%);
    background: linear-gradient(90deg, #a26c20 0, #603913 12.99%, #9a661f 31.98%, #9b6721 36.98%, #9e6c28 38.98%, #a37433 39.98%, #ab8044 40.98%, #b58f5a 41.98%, #c1a176 42.98%, #d0b796 43.98%, #f3ede5 44.98%, #fff 45.98%, #fee4a6 74.96%, #88581b 99.95%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 0 0 5px 5px
}
.payment_m.none {
	display: none;
}
.footer__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 84px
}

.footer__club-code {
    min-width: 246px;
    font-style: italic
}

.footer .btn-wrap {
    z-index: 1
}

.group-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.group-link__item {
    padding: 8px 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin-right: 25px
}

.group-link__item:last-child {
    margin-right: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.group-link__link {
    -webkit-box-shadow: 0 4px 10px rgba(255, 255, 255, .1);
    box-shadow: 0 4px 10px rgba(255, 255, 255, .1);
    border-radius: 100px;
    display: block;
    overflow: hidden
}

.group-link__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.box-wrap {
    background: -o-radial-gradient(50% 50%, 50% 50%, #212121 0, #080808 100%);
    background: radial-gradient(50% 50% at 50% 50%, #212121 0, #080808 100%);
    border-radius: 4px;
    position: relative;
    left: 2px;
    top: 2px
}

.box-wrap:after {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #a26c20), color-stop(12.99%, #603913), color-stop(31.98%, #9a661f), color-stop(36.98%, #9b6721), color-stop(38.98%, #9e6c28), color-stop(39.98%, #a37433), color-stop(40.98%, #ab8044), color-stop(41.98%, #b58f5a), color-stop(42.98%, #c1a176), color-stop(43.98%, #d0b796), color-stop(44.98%, #f3ede5), color-stop(45.98%, #fff), color-stop(74.96%, #fee4a6), color-stop(99.95%, #88581b));
    background: -o-linear-gradient(left, #a26c20 0, #603913 12.99%, #9a661f 31.98%, #9b6721 36.98%, #9e6c28 38.98%, #a37433 39.98%, #ab8044 40.98%, #b58f5a 41.98%, #c1a176 42.98%, #d0b796 43.98%, #f3ede5 44.98%, #fff 45.98%, #fee4a6 74.96%, #88581b 99.95%);
    background: linear-gradient(90deg, #a26c20 0, #603913 12.99%, #9a661f 31.98%, #9b6721 36.98%, #9e6c28 38.98%, #a37433 39.98%, #ab8044 40.98%, #b58f5a 41.98%, #c1a176 42.98%, #d0b796 43.98%, #f3ede5 44.98%, #fff 45.98%, #fee4a6 74.96%, #88581b 99.95%);
    z-index: -1;
    border-radius: 4px
}

.box-h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #d9bf52;
    text-align: center
}

.box-p {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    text-align: center
}

.box-form {
    max-width: 310px;
    margin: auto
}

.box-form .inputBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 18px
}

.box-form .inputBox label {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.2em;
    color: #fff
}

.box-form .inputBox input {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 237px;
    height: 28px;
    border-image-source: linear-gradient(90deg, #a26c20 0, #603913 12.99%, #9a661f 31.98%, #9b6721 36.98%, #9e6c28 38.98%, #a37433 39.98%, #ab8044 40.98%, #b58f5a 41.98%, #c1a176 42.98%, #d0b796 43.98%, #f3ede5 44.98%, #fff 45.98%, #fee4a6 74.96%, #88581b 99.95%);
    border-width: 2px;
    border-image-slice: 1;
    background: 0 0;
    border-radius: 2px;
    overflow: hidden;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1em;
    color: #fff
}
.lan {
	    position: absolute;
    color: #d9bf52;
    font-size: 16px;
    display: inline-block;
    font-weight: 600;
    margin: 35px 0 0 50px;
    top: 0;
    right: 30px;
}

.box-form .inputBox input[type=password] {
    color: #d9bf52
}

.box-form .inputBox input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

.box-form .inputBox span {
    line-height: 1.4em;
    color: #a16b20;
    font-weight: 600;
}
.balance-top-up .box-form .inputBox span {
	margin-top: 15px;
}

.box-form .inputBox select {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 237px;
    height: 28px;
    border-image-source: linear-gradient(90deg, #a26c20 0, #603913 12.99%, #9a661f 31.98%, #9b6721 36.98%, #9e6c28 38.98%, #a37433 39.98%, #ab8044 40.98%, #b58f5a 41.98%, #c1a176 42.98%, #d0b796 43.98%, #f3ede5 44.98%, #fff 45.98%, #fee4a6 74.96%, #88581b 99.95%);
    border-width: 2px;
    border-image-slice: 1;
    background: 0 0;
    border-radius: 2px;
    overflow: hidden;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1em;
    color: #fff
}

.box-form .inputBox select option {
    background: #161616
}

.box-form .box-form__line {
    margin-top: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.box-form .box-form__line label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.box-form .box-form__line label:hover span {
    opacity: .6
}

.box-form .box-form__line label span {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.box-form .box-form__line label span a {
    color: #d9bf52;
    position: relative;
    display: inline-block;
    text-decoration: underline
}

.box-form .box-form__line label input[type=checkbox] {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 25px;
    height: 25px;
    position: relative;
    outline: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 0;
    margin: 0;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 5px;
}

.box-form .box-form__line label input[type=checkbox]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #fff;
	border-radius: 5px;
}

.box-form .box-form__line label input[type=checkbox]:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 16px;
    height: 13px;
    background: url(../img/btn-icon/check.svg) center no-repeat;
    background-size: cover
}

.box-form .box-form__line label input:checked[type=checkbox]:after {
    background-image: url(../img/btn-icon/checkAct.svg)
}

.box-form .box-form__line .box-form__link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #fff
}

.box-form .box-form__line .box-form__link:hover {
    opacity: .6
}

.box-form .inputBtn {
    position: relative;
    width: 80%;
    margin: auto;
    margin-top: 38px;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.box-form .inputBtn:hover {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.box-form .inputBtn:active {
    -webkit-transform: translateY(10%) scale(.8);
    -ms-transform: translateY(10%) scale(.8);
    transform: translateY(10%) scale(.8)
}

.box-form .inputBtn input[type=button], .box-form .inputBtn input[type=submit] {
    width: 100%;
    display: block;
    border: 0;
    border-radius: 2px;
    padding: 9px 0;
    background: 0 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    cursor: pointer;
    overflow: hidden
}

.box-form .inputBtn:before {
    content: '';
    background: -o-radial-gradient(50% 50%, 50% 471.6%, #d8bd7d 0, #d4b876 9%, #caaa63 22%, #b99344 37%, #b28936 47.4%, #a67f32 62.5%, #836027 74.48%, #69491e 88.54%, #4f3316 100%);
    background: radial-gradient(50% 471.6% at 50% 50%, #d8bd7d 0, #d4b876 9%, #caaa63 22%, #b99344 37%, #b28936 47.4%, #a67f32 62.5%, #836027 74.48%, #69491e 88.54%, #4f3316 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.box-form .inputBtn:after {
    content: '';
    background: -o-linear-gradient(101.07deg, #000 21.97%, #0b0b0b 28.32%, #282828 39.41%, #575757 53.68%, #989898 71.11%, #eaeaea 90.13%, #fff 94.89%);
    background: linear-gradient(348.93deg, #000 21.97%, #0b0b0b 28.32%, #282828 39.41%, #575757 53.68%, #989898 71.11%, #eaeaea 90.13%, #fff 94.89%);
    background-blend-mode: screen;
    mix-blend-mode: screen;
    opacity: .5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.box-table {
    width: 100%
}

.box-table th {
    text-align: start;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 0;
	text-align: center;
}
.telegram-bot {
    height: 93px;
    width: 51px;
    background: url(../img/bot_all.svg)no-repeat;
    position: fixed;
    bottom: 83px;
    right: 20px;
    z-index: 1000;
    display: block;
	background-size: contain;
	cursor: pointer;
	border: none;
            -webkit-animation: rotate 1s infinite linear;
            -moz-animation: rotate 1s infinite linear;
            -ms-animation: rotate 1s infinite linear;
            -o-animation: rotate 1s infinite linear;
            animation: rotate 1s infinite linear;
        }

        @-webkit-keyframes rotate {
            0% { -webkit-transform: rotate(0deg); }
            25% { -webkit-transform: rotate(5deg); }
            50% { -webkit-transform: rotate(0deg); }
            75% { -webkit-transform: rotate(-5deg); }
            100% { -webkit-transform: rotate(0deg); }
        }

        @-moz-keyframes rotate {
            0% { -moz-transform: rotate(0deg); }
            25% { -moz-transform: rotate(5deg); }
            50% { -moz-transform: rotate(0deg); }
            75% { -moz-transform: rotate(-5deg); }
            100% { -moz-transform: rotate(0deg); }
        }

        @-ms-keyframes rotate {
            0% { -ms-transform: rotate(0deg); }
            25% { -ms-transform: rotate(5deg); }
            50% { -ms-transform: rotate(0deg); }
            75% { -ms-transform: rotate(-5deg); }
            100% { -ms-transform: rotate(0deg); }
        }

        @-o-keyframes rotate {
            0% { -o-transform: rotate(0deg); }
            25% { -o-transform: rotate(5deg); }
            50% { -o-transform: rotate(0deg); }
            75% { -o-transform: rotate(-5deg); }
            100% { -o-transform: rotate(0deg); }
        }

        @keyframes rotate {
            0% { transform: rotate(0deg); }
            25% { transform: rotate(5deg); }
            50% { transform: rotate(0deg); }
            75% { transform: rotate(-5deg); }
            100% { transform: rotate(0deg); }
        }


th {
	text-align: center;
	padding: 5px;
}
.box-table td {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 0
}

.box-table td:nth-child(1) {
    padding-left: 6px
}

.box-table td:nth-child(2) {
    text-align: center;
}

.box-table td:nth-child(3) {
    text-align: center;
}
.td-btn {
	padding: 5px!important;
	 text-align: center;
}
.td-btn .btn-payment-issue{
	 white-space: nowrap;
}
.main {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 1260px;
    margin: auto;
    width: 100%;
    padding: 0 20px;
    padding-top: 40px;
}

.login {
    margin: auto;
    margin-top: 100px;
    padding: 44px 52px
}

.login .box-p {
    margin-top: 12px
}

.login .box-form {
    margin-top: 22px
}

.login .box-form__line label span {
    color: #d9bf52
}

.register {
    margin: auto;
    margin-top: 100px;
    padding: 44px 52px
}

.register .box-p {
    margin-top: 18px
}

.register .box-form {
    max-width: 380px;
    margin-top: 40px
}


.register .inputBox {
    max-width: 324px
}

.register .box-form__line {
    margin-top: 40px
}

.password-reset {
    margin: auto;
    margin-top: 100px;
    padding: 44px 52px;
    width: 100%;
    max-width: 588px
}

.password-reset .box-p {
    margin-top: 18px;
    line-height: 1.4em
}

.balance-top-up {
    padding: 44px 52px;
    margin: auto;
    max-width: 587px;
    width: 100%
}

.balance-top-up .box-p {
    margin-top: 14px;
    line-height: 1.4em;
	margin-bottom: 20px;
}

.balance-withdraw {
    padding: 44px 52px;
    margin: auto;
    max-width: 587px;
    width: 100%
}

.balance-withdraw .box-form .inputBtn {
    margin-top: 2vh
}

.balance-withdraw .box-form .inputBox {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.balance-withdraw .box-form .inputBox input {
    width: 190px
}
.balance-top-up .box-table,
.balance-withdraw .box-table {
    max-width: 100%;
    margin: auto;
    margin-top: 2vh
}

.balance-withdraw .box-p {
    margin-top: 14px;
    line-height: 1.4em
}

.balance-withdraw span {
    margin-right: 1.5vw
}

.balance-withdraw__description {
    max-width: 408px;
    text-align: center;
    margin: auto;
    line-height: 1.3em;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding: 0 8px;
    margin-top: 2vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 8px;
    padding-top: 12px
}

.balance-withdraw__description span {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: auto
}

.balance-withdraw__description:before {
    content: '';
    background: url(../img/bg-desc.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px;
    right: -2px;
    z-index: 0
}

.balance-withdraw .box-h3 {
    margin-top: 3vh
}

.balance-withdraw .box-h3:first-child {
    margin-top: 0
}

.info-stat {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	position: relative;
}

.info-stat p {
    z-index: 1
}

.info-stat__code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 49px;
    padding: 0 35px 0 1.1vw;
    position: relative;
    background: #1c1406
}

.info-stat__code:before {
    content: '';
    width: 114px;
    background: url(../img/btn-icon/flare.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px
}

.info-stat__code .btn-copy {
    position: absolute;
    right: 4px;
    top: 4px
}

.info-stat__num-code {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #d9bf52;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    margin-left: 8px
}

.info-stat__balance {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 49px;
        padding-left: 28px;
    padding-right: 1vw;
    position: relative;
    background: #1c1406;
	    padding-top: 10px;
    padding-bottom: 10px;
}
.info-stat__ad {
	position: absolute;
    top: 11px;
    left: -160px;
}
.info-stat__balance:before {
    content: '';
    width: 114px;
    background: url(../img/btn-icon/flare.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: -2px;
    top: -2px;
    bottom: -2px
}

.info-stat__num-balance {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 44px;
    color: #d9bf52;
    margin-left: 1vw;
}

.center {
    margin-top: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.menu {
    min-height: 200px;
    padding: 34px 21px;
    margin-right: 37px;
	    min-width: 240px;
}

.menu__btn {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    border: 0;
    border-radius: 2px;
    padding: 9px 0;
    background: 0 0;
    text-align: center;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    cursor: pointer;
    overflow: hidden
}

.menu__btn:hover {
    -webkit-transform: translateY(10%);
    -ms-transform: translateY(10%);
    transform: translateY(10%)
}

.menu__btn:active {
    -webkit-transform: translateY(10%) scale(.8);
    -ms-transform: translateY(10%) scale(.8);
    transform: translateY(10%) scale(.8)
}

.menu__btn:before {
    content: '';
    background: -o-radial-gradient(50% 50%, 50% 471.6%, #d8bd7d 0, #d4b876 9%, #caaa63 22%, #b99344 37%, #b28936 47.4%, #a67f32 62.5%, #836027 74.48%, #69491e 88.54%, #4f3316 100%);
    background: radial-gradient(50% 471.6% at 50% 50%, #d8bd7d 0, #d4b876 9%, #caaa63 22%, #b99344 37%, #b28936 47.4%, #a67f32 62.5%, #836027 74.48%, #69491e 88.54%, #4f3316 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.menu__btn:after {
    content: '';
    background: -o-linear-gradient(101.07deg, #000 21.97%, #0b0b0b 28.32%, #282828 39.41%, #575757 53.68%, #989898 71.11%, #eaeaea 90.13%, #fff 94.89%);
    background: linear-gradient(348.93deg, #000 21.97%, #0b0b0b 28.32%, #282828 39.41%, #575757 53.68%, #989898 71.11%, #eaeaea 90.13%, #fff 94.89%);
    background-blend-mode: screen;
    mix-blend-mode: screen;
    opacity: .5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1
}

.menu__list {
    margin-top: 22px
}

.menu__item {
    margin-bottom: 14px
}

.menu__item:last-child {
    margin-bottom: 0
}

.menu__link {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 1em;
	padding-left: 15px;
}
.menu__link.active {
	color: rgb(217, 191, 82);
}
.menu__link:before {
content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 10px;
    height: 10px;
    background: url(../img/rr.svg)no-repeat;
    background-size: contain;
    transform: rotate(-90deg);
}
.menu__link.box-h3 {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #d9bf52;
    text-align: center
}
.btn_telegram_bonus {
    background: url(../img/bon.png)no-repeat;
    display: inline-block;
    padding: 31px 20px;
    color: #fff;
    width: 200px;
    height: 92px;
    background-size: contain;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    line-height: 11px;
	padding-right: 26px;
	position: relative;
	margin: 0  auto;
    margin-top: 20px;
}


.menu__link:after {
    display: block;
    content: '';
    bottom: 0;
    width: 0;
    background: #fff;
    height: 1px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.menu__link:hover:after {
    width: 100%
}

.support {
    padding: 44px 52px;
    margin: auto;
    max-width: 747px
}

.support .box-p {
    margin-top: 14px;
    line-height: 1.6em
}

.support .box-form {
    max-width: 575px
}

.support .box-form .inputBox span {
    width: 86px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin-right: 14px
}

.support .box-form .inputBox input {
    width: 100%;
    max-width: 460px;
    max-width: calc(100% - 86px)
}

.support .box-form .inputBtn {
    max-width: 250px
}

.faq {
    padding: 28px 24px;
    margin-left: auto;
    max-width: 890px;
    width: 100%
}

.faq .tabs {
    margin-top: 20px
}

.faq .box-p {
    margin-top: 14px;
    line-height: 1.6em
}

.faq .box-p a {
    color: #d9bf52
}

.faq .box-p a:hover {
    opacity: .6
}

.tabs__item.active .tabs__content {
    display: block
}

.tabs__line {
    min-height: 28px;
    padding: 4px 40px 4px 20px;
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer
}

.tabs__line:before {
    content: '';
    background: url(../img/faq_line.jpg) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.tabs__line:after {
    content: '';
    background: url(../img/arrow-down.png) center no-repeat;
    width: 15px;
    height: 9px;
    position: absolute;
    right: 8px
}

.tabs__content {
    padding-left: 3vw;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    line-height: 1.6em;
    display: none
}

.settings {
    padding: 28px 24px;
    margin-left: auto;
    max-width: 891px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.settings .box-h3 {
    text-align: start;
    margin-bottom: 3vh
}

.settings .box-p {
    line-height: 1.6em;
    text-align: start
}

.settings .box-p:nth-child(4) {
    margin-top: 2vh
}

.settings__left, .settings__right {
    width: 49%
}

.settings__left {
    margin-right: 2%
}

.settings__left .box-form {
    max-width: 340px
}

.settings__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: justify;
    justify-content: flex-start;
}

.settings__right .box-form {
    max-width: 381px
}

.settings .box-form {
    margin: 0
}

.settings .box-form .inputBtn {
    margin: 38px 0 0
}

body.error:after {
    background-image: url(../img/bgError.jpg)
}

body.error .logo {
    max-width: 80%
}

body.error .logo img {
    max-width: 100%
}

.error__404 {
    min-width: 198px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 70%;
    margin: auto;
    margin-top: 4vh
}

.error__404 img {
    max-width: 100%
}

.decor {
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 1220px;
    width: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.decor-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden
}

.decor__line {
    background: url(../img/game-menu/down.png) center bottom no-repeat;
    background-size: contain;
    max-width: 1098px;
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%)
}

.decor__edge {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.decor__edge:before {
    content: '';
    width: 220px;
    background: url(../img/game-menu/column.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    -webkit-transform: translate(-56%);
    -ms-transform: translate(-56%);
    transform: translate(-56%)
}

.decor__edge:after {
    content: '';
    width: 429px;
    height: 133px;
    background: url(../img/game-menu/Artboard.png) center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: translate(-80%);
    -ms-transform: translate(-80%);
    transform: translate(-80%)
}

.decor__edge-right {
    left: auto;
    right: 0
}

.decor__edge-right:before {
    -webkit-transform: translate(56%) scale(-1, 1);
    -ms-transform: translate(56%) scale(-1, 1);
    transform: translate(56%) scale(-1, 1);
    left: auto;
    right: 0
}

.decor__edge-right:after {
    -webkit-transform: translate(80%) scale(-1, 1);
    -ms-transform: translate(80%) scale(-1, 1);
    transform: translate(80%) scale(-1, 1);
    left: auto;
    right: 0
}

.decor__logo {
    width: 676px;
    height: 162px;
    position: absolute;
    top: 5vh;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    max-width: 60vw
}

.decor__logo-img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../img/game-menu/nameGame.png) center top no-repeat;
    background-size: contain;
    z-index: 1
}

.decor__logo:after, .decor__logo:before {
    content: '';
    position: absolute;
    width: 40%;
    height: 187px;
    background: url(../img/game-menu/Asset.png) center no-repeat;
    background-size: contain
}

.decor__logo:before {
    left: 0;
    top: 0;
    -webkit-transform: translate(-90%, -20%);
    -ms-transform: translate(-90%, -20%);
    transform: translate(-90%, -20%)
}

.decor__logo:after {
    right: 0;
    top: 0;
    -webkit-transform: translate(90%, -20%);
    -ms-transform: translate(90%, -20%);
    transform: translate(90%, -20%)
}

.game-list {
    max-width: 1220px;
    margin: auto;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 50px;
    padding-bottom: 3.5vh;
    z-index: 10;
    padding-top: 200px
}

.game-list__slider {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.game-list__slider-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.game-list__slider-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4vh
}

.game-list__slider-dots-item {
    width: 28px;
    height: 28px;
    background: url(../img/game-menu/bullet.png) center no-repeat
}

.game-list__slider-dots-item.active {
    background-image: url(../img/game-menu/bulletAct.png)
}

.game-list__link {
    width: 230px;
	    padding: 5px 10px;
		text-align: center;
}
.game-list__link span {
	    color: #fff;
    text-align: center;
    display: block;
    font-size: 18px;
    font-weight: 600;
}
.game-list__link:hover {
    opacity: .7
}

.game-list__link:active {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

.game-list__link img {
    width: 100%
}

.game-list__function {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1056px;
    margin: auto;
    width: 100%
}

.game-list__min-btn {
    width: 124px;
    height: 88px;
    background: url(../img/game-menu/button_02.png) center no-repeat;
    background-size: 100% 100%;
    position: relative
}

.game-list__min-btn:hover {
    -webkit-transform: translateY(2%) scale(.98);
    -ms-transform: translateY(2%) scale(.98);
    transform: translateY(2%) scale(.98)
}

.game-list__min-btn:active {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

.game-list__min-btn:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: 100% 100%
}

.game-list__exit:after {
    width: 16px;
    height: 20px;
    background-image: url(../img/game-menu/exit.png)
}

.game-list__settings:after {
    width: 20px;
    height: 20px;
    background-image: url(../img/game-menu/setting.png)
}

.game-list__big-btn {
    width: 216px;
    height: 108px;
    background: url(../img/game-menu/button_01.png) center no-repeat;
    background-size: 100% 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #f6e3a3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.game-list__big-btn:hover {
    -webkit-transform: translateY(2%) scale(.98);
    -ms-transform: translateY(2%) scale(.98);
    transform: translateY(2%) scale(.98)
}

.game-list__big-btn:active {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6)
}

.game-list__sum {
    width: 278px;
    height: 156px;
    background: url(../img/game-menu/Component_44.png) center no-repeat;
    background-size: 100% 100%;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.2em;
    color: #f6e3a3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 18px
}

@-webkit-keyframes fade-in {
    0% {
        opacity: .1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        overflow: hidden
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fade-in {
    0% {
        opacity: .1;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        overflow: hidden
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes slideInLeft {
    from {
        visibility: visible
    }
}

@keyframes slideInLeft {
    from {
        visibility: visible
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        visibility: visible;
        opacity: .5
    }
    to {
        opacity: 1
    }
}

@keyframes slideInRight {
    from {
        visibility: visible;
        opacity: .5
    }
    to {
        opacity: 1
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}
.iti__flag-container * {
	color: #000;
}
.visa {
	background: url(../img/visa.png)no-repeat;
		background-size: auto;
	background-size: contain;
}
.mastrercard {
	background: url(../img/mastrer.png)no-repeat;
		background-size: auto;
	background-size: contain;
}
.visa_mastrercard {
	background: url(../img/visa_master.png)no-repeat;
		background-size: auto;
	background-size: contain;
}
.settle-wallet {
	background: url(../img/settle_wallet.png)no-repeat;
		background-size: auto;
	background-size: contain;
}
.payment_m {
	width: 100px;
	height: 73px;
	display: inline-block;
	font-size: 0;
}
#payment-method {
	text-align: center;
}
.lang-cur a {
    color: #d9bf52;
    font-size: 16px;
    display: block;
    margin: 7px 0px;
    font-family: Montserrat;
    font-weight: 500;
}
.language {
    color: #fff;
    font-size: 16px;
    display: block;
    margin: 12px 0 7px;
     font-family: Montserrat;
    font-weight: 500;
}
.lang-cur {
    margin-right: 15px;
    margin-top: 5px;
}
.play_lobby {
	display: inline-block;
    height: 53px;
    background: url(../img/play.svg)no-repeat;
    background-size: contain;
    width: 58px;
    position: absolute;
    top: -2px;
    right: -70px;
}
#payment-method a.item {
    color: white;
	position: relative;
	margin-bottom: 40px;
}
#payment-method a.item span {
	font-size: 11px;
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 100%;
    color: #fcbf55;
	font-weight: 500;
}
.has-error {
	position: relative;
}
.help-block-error {
	position: absolute;
    bottom: -12px;
    font-size: 8px;
    left: 0;
    color: red;
    width: 270px;
}
.polit {
	max-width: 100%;
}
.polit * {
    margin-bottom: 10px;
    line-height: 19px;
}
.adr {
	position: relative;
    text-align: center;
    font-size: 10px;
    opacity: .4;
    padding: 20px 10px;
    background-color: black;
}
.adr:after {
    content: '';
    display: block;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#a26c20), color-stop(12.99%, #603913), color-stop(31.98%, #9a661f), color-stop(36.98%, #9b6721), color-stop(38.98%, #9e6c28), color-stop(39.98%, #a37433), color-stop(40.98%, #ab8044), color-stop(41.98%, #b58f5a), color-stop(42.98%, #c1a176), color-stop(43.98%, #d0b796), color-stop(44.98%, #f3ede5), color-stop(45.98%, #fff), color-stop(74.96%, #fee4a6), color-stop(99.95%, #88581b));
    background: -o-linear-gradient(left, #a26c20 0, #603913 12.99%, #9a661f 31.98%, #9b6721 36.98%, #9e6c28 38.98%, #a37433 39.98%, #ab8044 40.98%, #b58f5a 41.98%, #c1a176 42.98%, #d0b796 43.98%, #f3ede5 44.98%, #fff 45.98%, #fee4a6 74.96%, #88581b 99.95%);
    background: linear-gradient(90deg, #a26c20 0, #603913 12.99%, #9a661f 31.98%, #9b6721 36.98%, #9e6c28 38.98%, #a37433 39.98%, #ab8044 40.98%, #b58f5a 41.98%, #c1a176 42.98%, #d0b796 43.98%, #f3ede5 44.98%, #fff 45.98%, #fee4a6 74.96%, #88581b 99.95%);
    -webkit-transform: matrix(1, 0, 0, -1, 0, 0);
    -ms-transform: matrix(1, 0, 0, -1, 0, 0);
    transform: matrix(1, 0, 0, -1, 0, 0);
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-radius: 0 0 5px 5px;
}

.telegram-bot::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.telegram-bot::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    animation: radial 1s infinite;
}
@keyframes radial {
  0% {
    box-shadow: 0 0 0 0px rgba(253, 192, 60, 0.3);
  }
  100% {
    box-shadow: 0 0 0 15px rgba(253, 192, 60, 0);
  }
}
.adpay, .widpay {
	display: inline-block;
	width: 67px;
    height: 50px;
	margin-right: 5px;
}
.adpay {
	background: url(../img/adpay.svg)no-repeat center;
	background-size: contain;
}
.widpay {
	background: url(../img/widpay.svg)no-repeat center;
	background-size: contain;
}
.link_tg, .link_vb {
    display: block;
    border: 0;
    border-radius: 2px;
    padding: 9px 0;
    background: 0 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    cursor: pointer;
    overflow: hidden;
	text-align: center;
	padding-right: 34px;
	margin-top: 15px!important;
}
.link_tg span  {
	background: url(../img/icon_telegram.svg) center no-repeat!important;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-size: contain;
    position: absolute;
    top: 2px;
    right: 5px;
}
.link_vb span  {
    background: url(../img/icon_viber.svg) center no-repeat!important;
    display: inline-block;
    width: 30px;
    height: 100%;
    vertical-align: middle;
    background-size: contain;
    position: absolute;
    top: 0px;
    right: 5px;
}
.btn-viber, .btn-telegram {
	display: inline-block;
	vertical-align: middle;
}
.bot-toast .toast-message {
	vertical-align: middle;
}
.btn-viber {
	height: 97px;
    width: 51px;
    background: url(../img/bot_vib.svg)no-repeat;
}
.btn-telegram {
	height: 97px;
    width: 51px;
    background: url(../img/bot.svg)no-repeat;
}
.bot-toast .toast-message b{
	display: inline-block;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 400;
}
#toast-container>div.bot-toast  {
	position: fixed;
    bottom: 70px;
    right: 19px;
	opacity: 1;
	text-align: center;
    padding-left: 15px;
	box-shadow: none;
	background: -o-radial-gradient(50% 50%, 50% 50%, #212121 0, #080808 100%)!important;
    background: radial-gradient(50% 50% at 50% 50%, #212121 0, #080808 100%)!important;
	border-radius: 4px;
    border: 2px solid #d9bf52;
}
#toast-container>div.top_t {
	top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
	bottom: auto;
    padding: 50px 0;
    box-shadow: 0px 0px 20px rgb(0 0 0);
}
.bot-toast .toast-title {
    font-weight: 700;
    font-family: Montserrat;
    font-style: normal;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 22px;
    color: #d9bf52;
    text-align: center;
}
.btn-cancel {
	    background: -o-radial-gradient(50% 50%, 50% 471.6%, #d8bd7d 0, #d4b876 9%, #caaa63 22%, #b99344 37%, #b28936 47.4%, #a67f32 62.5%, #836027 74.48%, #69491e 88.54%, #4f3316 100%);
    background: radial-gradient(50% 471.6% at 50% 50%, #d8bd7d 0, #d4b876 9%, #caaa63 22%, #b99344 37%, #b28936 47.4%, #a67f32 62.5%, #836027 74.48%, #69491e 88.54%, #4f3316 100%);
    display: inline-block;
    padding: 0 15px;
    color: #000!important;
    font-weight: 600;
}
.app {
    width: 35px;
    height: 50px;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1;
    background: url(../img/android.svg)no-repeat;
    background-size: contain;
    background-position: center;
}
.user-balance {
	    position: relative;
    z-index: 1;
}
.user-balance span {
	    color: #d9bf52;
		font-family: Montserrat;
		font-weight: 500;
		margin-left: 5px;
}
.user-balance p {
	display: inline-block;
    font-size: 10px!important;
	font-family: Montserrat;
}
.disable-pay {
	color: #a17337;
	font-weight: 500;
}
#payment-method a.item em {
	font-size: 9px;
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    color: #ffffff;
}
.resset-pass .box-form .inputBtn {
	width: 100%;
	    padding: 9px 40px;
}
.info-stat__balance {
	position: relative;
}
.info-stat__balance:after {
	content: "";
    display: block;
    background: url(../img/balll.png)no-repeat center;
    background-size: contain;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    left: 4px;
    z-index: 10;
}
.visa_mastrercard.usd {
	background: url(../img/usd.png)no-repeat;
    background-size: auto;
    background-size: contain;
}
.visa_mastrercard.p2p {
	background: url(../img/p2p.png)no-repeat;
    background-size: auto;
    background-size: contain;
}
.visa_mastrercard.p2pMarket {
	background: url(../img/p2p_m2.png)no-repeat;
    background-size: auto;
    background-size: contain;
}
.sum-auto {
	margin: 15px 0;
}
.sum-auto>div {
	display: inline-block;
    width: 60px;
    background: radial-gradient(50% 471.6% at 50% 50%, #d8bd7d 0, #d4b876 9%, #caaa63 22%, #b99344 37%, #b28936 47.4%, #a67f32 62.5%, #836027 74.48%, #69491e 88.54%, #4f3316 100%);
    margin: 5px 5px;
    text-align: center;
    font-size: 12px;
    padding: 3px 0px;
	cursor: pointer;
}
.form-paym.box-form .inputBox{
	display: block;
}
.form-paym.box-form .inputBox input {
	width: 70%;
	text-align: center;
	display: inline-block;
}
.form-paym.box-form .inputBox {
	text-align: center;
	display: block;
}
.btn-change.min, .btn-change.plus {
	position: absolute;
	bottom: 0;
	width: 28px;
    height: 28px;
	background: radial-gradient(50% 471.6% at 50% 50%, #d8bd7d 0, #d4b876 9%, #caaa63 22%, #b99344 37%, #b28936 47.4%, #a67f32 62.5%, #836027 74.48%, #69491e 88.54%, #4f3316 100%);
	font-size: 20px;
    line-height: 28px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
	cursor: pointer;
}
.form-group {
	position: relative;
}
.btn-change.plus {
	right: 0;
}
.btn-change.min {
	left: 0;
}
.sum-auto {
	text-align: center;
}
.pagination {
	text-align: center;
	margin: 30px 0 10px;
}
.pagination a{
	color: #fff;
}
.pagination li {
	display: inline-block;
}
.pagination span {
    margin-right: 0;
}
.pagination .prev a, .pagination .next a,  .pagination .active a{
	    color: #d9bf52;
}
.notification.box-wrap {
	padding: 28px 24px;
    margin-left: auto;
    max-width: 890px;
    width: 100%;
}
.notification .box-h3 {
	margin-bottom: 30px;
}
.notification .item-title{
	margin-bottom: 5px;
    font-size: 13px;
}
.notification .item-title .date {
	float: right;
	font-size: 12px;
	    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
}
.notification .notification-item * {
	font-size: 12px;
}
.notification .notification-item {
	padding: 6px;
	margin-bottom: 5px;
	border-bottom: 1px solid #a16b20;
    background: rgba(255,255,255,.05);
}
a.notification  {
    display: inline-block;
    margin-top: 22px;
    position: fixed;
    height: 40px;
    top: 40px;
    right: 8px;
	width: 30px;
	z-index: 100;
}
a.notification>span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: block;
    background-color: #06D864;
    text-align: center;
    font-size: 8px;
    line-height: 15px;
    color: #fff;
    position: absolute;
    top: 0px;
    right: 0;
}
.tltip .tltiptext {
  visibility: hidden;
  width: 150px;
	background: url(../img/bg-desc.png) center no-repeat;
  background-size: auto;
  background-size: 100% 100%;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  top: 165%;
  left: 0%;
  margin-left: 0px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tltip .tltiptext::after {
/*content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #a16b20 transparent;*/
}
.hov:hover .tltiptext {
  visibility: visible;
  opacity: 1;
}
.tltip li, .tltip strong {
	font-size: 10px;
}
.tltip p{
width: 15px;
    height: 15px;
    color: #666;
    font-size: 10px;
    font-family: Bold, sans-serif;
    border: 1px solid #1d6c37;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.2s;
    display: inline-block;
    text-align: center;
    line-height: 13px;
    vertical-align: bottom;
    color: #5B617B;
    border-radius: 3px;
    border: 1px solid #5B617B;
	position: relative;
    top: -1px;
}
.tltiptext>div {
font-size: 10px;
    margin-bottom: 5px;
   color: #d9bf52;
font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
}
.tltip p {
width: 12px;
  height: 12px;
  font-size: 8px!important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: box-shadow 0.3s, transform 0.2s;
  display: inline-block;
  text-align: center;
  line-height: 12px;
  vertical-align: bottom;
  color: #a16b20;
  border-radius: 3px;
  border: 1px solid #a16b20;
  position: relative;
  top: -1px;
  margin: 0 5px;
}
.bon_1.tltip {
	position: relative;
	margin-top: 10px;
	font-size: 10px;
	font-family: Montserrat;
}
.bon_1:before {
content: "";
  display: block;
  background: url(../img/bn.svg)no-repeat center;
    background-size: auto;
  background-size: auto;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0px;
  left: -24px;
  z-index: 10;
}
.tltip span {
	margin-left: 0;
}
.tabs.p2p-payout {
	display: flex;
    text-align: center;
    margin: 30px 0 10px 0;
}
.tabs.p2p-payout>div {
	width: 50%;
    padding: 10px 5px;
    background: radial-gradient(50% 471.6% at 50% 50%, #d8bd7d 0, #d4b876 9%, #caaa63 22%, #b99344 37%, #b28936 47.4%, #a67f32 62.5%, #836027 74.48%, #69491e 88.54%, #4f3316 100%);
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 0 rgba(0, 0, 0, .3);
    margin: 0 2px;
    font-weight: 700;
    font-size: 12px;
}
.tabs.p2p-payout>div.active{
	border: 1px solid #fff;
}
.tabs.p2p-payout>div.active a{
	color: rgba(255,255,255,.9);
}
.tabs.p2p-payout a {
	color: rgba(255,255,255,.7);
}
.balance-withdraw__description a, .p2p_co a, .link-payout-p2p{
	color: #d9bf52;
	text-decoration: underline; 
}
.box-form__line.p2p_co p{
	font-weight: 700;
}
.tabs.p2p-payout i {
	display: block;
}
@media (max-width: 1280px) {
    .game-list__link {
        width: 182px
    }

    .game-list__slider-dots-item {
        width: 24px;
        height: 24px;
        background-size: cover
    }

    .game-list__big-btn {
        font-size: 15px;
        width: 169px;
        height: 76px
    }

    .game-list__min-btn {
        width: 90px;
        height: 64px
    }

    .game-list__min-btn:after {
        -webkit-transform: scale(.8) translate(-75%, -75%);
        -ms-transform: scale(.8) translate(-75%, -75%);
        transform: scale(.8) translate(-75%, -75%)
    }

    .game-list__sum {
        width: 226px;
        height: 135px;
        font-size: 27.4286px
    }

    .game-list {
        padding-top: 20vw
    }

    .logo {
        width: 626px;

    }
	.header {
		    margin-top: -23px;
	}

    .logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 1000px) {
    .game-list__link {
        width: 140px
    }

    .game-list__slider-dots-item {
        width: 24px;
        height: 24px;
        background-size: cover
    }

    .game-list__big-btn {
        font-size: 14px
    }

    .game-list__sum {
        width: 143px;
        height: 102px;
        font-size: 21px
    }



    .footer {
        margin-top: 6vh
    }

    .settings .inputBox span {
        width: 103px
    }

    .settings .inputBox select {
        width: 86px
    }

    .settings .inputBox input {
        width: 138px
    }
}

@media (min-width: 880px) {
    .btn-menu {
        display: none
    }


}

@media (max-width: 768px) {
	*, .balance-withdraw__description {
		font-size: 12px;
	}
	a.notification {
		display: inline-block;
		margin-top: 10px;
		position: fixed;
		height: 30px;
		top: 6px;
		left: 5px;
		z-index: 222;
	}
	.box-table th, .box-table td {
		font-size: 10px;
		line-height: 12px;
		padding: 5px;
	}
	
	.link-payout-p2p, .box-table td * {
		font-size: 10px;
		line-height: 12px;
	}
	.notification svg {
		height: 28px;
	}
	.box-p, .btn-text, .btn-big, .box-form .box-form__line label span, .box-form .inputBox select, 	.user-balance p, 	.user-balance span,  .info-stat__num-code {
		font-size: 12px;
	}
    .header__wrap {
        height: 54px
    }
	.adr {
		display: none;
	}
	.lan {

    top: -15px;
    right: 30px;
    left: -44px;
}
	.info-stat__code {
		min-height: 40px;
		padding: 0 20px 0 20px;
	}
	.play_lobby {
		height: 44px;
		width: 49px;
		top: -2px;
		right: -59px;
	}
	.info-stat__balance {
		padding: 5px 10px 5px 25px;
		min-height: 46px;
	}
	.info-stat__balance:after {
top: 6px;
    left: 2px;
	}
	.info-stat__num-balance {
		font-size: 18px;
		line-height: 40px;
	}
	.wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 20px;
	}


.lang-cur a {
    font-size: 12px;
    margin: 5px 0px;
}
.language {
    font-size: 12px;
    margin: 8px 0 0px;
}
.info-stat__ad {
position: absolute;
    top: 12px;
    left: unset;
    right: -115px;
}
.adpay, .widpay {
    display: inline-block;
    width: 45px;
    height: 35px;
    margin-right: 5px;
}



    .btn-text, .btn-big {
        padding: 0 10px
    }
	.btn-menu {
		padding: 0 15px
	}
    .btn-num {
        width: 35px;
        height: 36px
    }

    .btn-num svg {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7)
    }

    .btn-reg {
        width: 156px
    }

    .btn-login {
        width: 106px
    }

    .btn-login .btn-text {
        margin-left: 8px
    }

    .header__sup {
        min-width: 168px
    }

    .footer__wrap {
        height: 55px
    }

    .footer__club-code {
        min-width: 194px
    }

    .btn-leng {
        padding: 0 6px
    }

    .group-link__item {
        margin-right: 7px;
        padding: 6px 14px
    }



    .group-link__link {
        width: 18px;
        height: 18px
    }

    .btn-leng.btn-wrap {
        background: 0 0;
        padding: 0
    }

    .game-list__slider-dots-item {
        width: 20px;
        height: 20px
    }

    .game-list__function {
        position: relative;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .game-list__min-btn {
        position: absolute;
        -webkit-transform: translateY(60%);
        -ms-transform: translateY(60%);
        transform: translateY(60%);
        width: 79px;
        height: 47px
    }

    .game-list__min-btn:after {
        -webkit-transform: scale(.6) translate(-100%, -100%);
        -ms-transform: scale(.6) translate(-100%, -100%);
        transform: scale(.6) translate(-100%, -100%)
    }

    .game-list__exit {
        left: 8%
    }

    .game-list__withdraw {
        left: 0
    }

    .game-list__settings {
        right: 8%
    }

    .game-list__big-btn {
        position: absolute;
        -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
        transform: translateY(-40%);
        width: 137px;
        height: 61px
    }

    .game-list__top-up {
        right: 0
    }

    .game-list {
        padding-top: 37vw
    }

    .decor__logo:before {
        width: 50%;
        -webkit-transform: translate(-20%, -13%);
        -ms-transform: translate(-20%, -13%);
        transform: translate(-20%, -13%)
    }

    .decor__logo:after {
        width: 50%;
        -webkit-transform: translate(20%, -13%);
        -ms-transform: translate(20%, -13%);
        transform: translate(20%, -13%)
    }

    .logo {
        width: 373px;

    }

    .login .box-p {
        max-width: 222px;
        margin: auto;
        margin-top: 12px
    }

    .login {
        width: 100%;
        margin-top: 3px
    }

    .register {
        margin-top: 3vh;
        padding: 44px 32px
    }

    .info-stat {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .info-stat__balance {
        margin-top: 10px
    }

    .btn-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: pointer
    }

    .btn-menu:after {
        background-image: url(../img/btn-icon/border2.png)
    }

    .btn-menu span {
        width: 20px;
        height: 3px;
        background: #fff;
        display: block;
        margin-bottom: 3px
    }

    .btn-menu span:last-child {
        margin-bottom: 0
    }

    .menu {
        position: absolute;
        z-index: 1000;
        top: 160px;
        left: 20px;
        -webkit-transform: translate(-100vw);
        -ms-transform: translate(-100vw);
        transform: translate(-100vw);
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .menu:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: -o-radial-gradient(50% 50%, 50% 50%, #212121 0, #080808 100%);
        background: radial-gradient(50% 50% at 50% 50%, #212121 0, #080808 100%);
        border-radius: 4px
    }

    .menu.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0)
    }

    .balance-top-up {
        padding: 33px 14px;
        width: 100%;
        max-width: 440px
    }

    .balance-top-up .inputBox input {
        width: 100%;
        max-width: 190px
    }

    .balance-top-up .inputBtn {
        width: 100%
    }

    .balance-withdraw {
        padding: 33px 16px
    }

    .support {
        padding: 33px 16px
    }

    .support .box-form .inputBox input {
        max-width: calc(100% - 100px)
    }

    .settings {
        display: block
    }

    .settings__left, .settings__right {
        width: 100%;
        margin-right: 0
    }

    .settings__right {
        margin-top: 6vh
    }

    .settings .box-form {
        margin: auto;
        width: 100%
    }

    .settings .box-form .inputBtn {
        margin: auto;
        margin-top: 4vh
    }

    .settings .inputBox select {
        width: auto
    }

    .settings .inputBox input {
        width: auto
    }

    .settings__left, .settings__right {
        max-width: 381px;
        margin: auto
    }
    .settings__right {
        margin-top: 6vh
    }
	    .info-stat__num-code {
		margin-left: auto;
		backdrop-filter: none;
    }
	.iter {
		margin-left: auto;
	}

    .info-stat__num-balance {
        font-size: 20px
    }

    .balance-top-up {
        padding: 33px 14px;
        width: 100%
    }

    .info-stat__code {
        padding: 0 18px 0 1.1vw;
		width: calc(100% - 59px);
    }

    .info-stat__code .btn-copy {
        z-index: 1;
        -webkit-transform: scale(.8) translate(25%, -25%);
        -ms-transform: scale(.8) translate(25%, -25%);
        transform: scale(.8) translate(25%, -25%)
    }


	.user-balance>div {
		line-height: 13px;
	}
	.payment_m {
		width: 70px;
		height: 52px;
		margin-bottom: 25px;
		    margin-left: 5px;
    margin-right: 5px;
	}
	#payment-method a.item em {
		font-size: 8px;
		position: absolute;
		bottom: -9px;
	}
	#payment-method a.item span {
		font-size: 10px;
		position: absolute;
		bottom: -20px;
	}
}

@media (max-width: 480px) {
	.sum-auto>div {
		width: 40px;
		font-size: 10px;
}
    .header__sup {
        display: none
    }
.game-list__link {
    width: 49%;
}
    .header__reg-log {
        width: 100%;
        max-width: 400px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
.link_tg, .link_vb, .box-form .inputBtn input[type=button], .box-form .inputBtn input[type=submit], .box-form .inputBox input, .box-form .inputBox label {
	font-size: 12px;
}
.box-form .box-form__line label input[type=checkbox] {
	width: 20px;
	height: 20px;
}
.box-form .box-form__line label {
	line-height: 12px;
}
    .footer__wrap {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .footer__club-code {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 6px 0;
		display: contents;
    }

    .footer__club-code:after, .footer__club-code:before {
        display: none
    }

    .footer:after {
        display: none;
    }
	.box-form .inputBox {
		display: block;
	}
	.box-form .inputBox select, .box-form .inputBox input {
		width: 100%;
	}
    .group-link__item {
        height: 54px
    }

    .game-list__min-btn {
        position: absolute;
        -webkit-transform: translateY(40%);
        -ms-transform: translateY(40%);
        transform: translateY(40%);
        width: 79px;
        height: 47px
    }

    .game-list__min-btn:after {
        -webkit-transform: scale(.6) translate(-100%, -100%);
        -ms-transform: scale(.6) translate(-100%, -100%);
        transform: scale(.6) translate(-100%, -100%)
    }

    .game-list__exit {
        left: 0
    }

    .game-list__withdraw {
        left: 0
    }

    .game-list__settings {
        right: 0
    }

    .game-list__big-btn {
        position: absolute;
        -webkit-transform: translateY(-80%);
        -ms-transform: translateY(-80%);
        transform: translateY(-80%);
        width: 108px;
        height: 47px
    }

    .game-list__top-up {
        right: 0
    }

    .game-list {
        padding: 0 26px;
        padding-top: 37vw;
        padding-bottom: 1.5vh
    }

    .decor__edge {
        left: -24px
    }

    .decor__edge-right {
        left: auto;
        right: -24px
    }

    .game-list__sum {
        width: 115px;
        height: 90px;
        font-size: 17px;
        padding-bottom: 14px
    }

    .game-list__function {
        padding-top: 4vh
    }

    .decor__logo {
        max-width: 94vw
    }

    .logo {
        width: 253px;

    }

    .login {
            padding: 20px 5px;
    }
	.box-form .inputBtn {
		width: 100%;
	}




    .login .box-form__link {
        margin-left: 16%
    }

    .login .box-form__line label input[type=checkbox] {
        margin-right: 16px
    }

    .register {
        padding: 20px 5px;
    }

	#form-signup {
		padding: 0 20px;
	}
	 #login-form {
		padding: 0 10px;
	 }
	 .telegram-bot {
		 bottom: 80px;
	 }
	.telegram-bot {
		height: 80px;
		width: 42px;
	}
	 .box-form .box-form__line .box-form__link {
		 font-size: 10px;
		 line-height: 14px;
	 }

    .register .inputBtn {
        width: 100%
    }

    .password-reset {
        margin: auto;
        margin-top: 100px;
        padding: 33px 16px
    }

    .password-reset .inputBox input {
        width: 100%;
        max-width: 190px
    }


	.table-box {
		
	}
   

    .settings .inputBox input {
        width: 100%;
    }
	.balance-top-up .inputBox input {
		max-width: 100%;
	}
    .settings .inputBox select {
        width: 138px
    }
}
.help-block {
    font-size: 10px;
    color: #a17337;
    position: absolute;
    bottom: -17px;
}
.settle-wallet {
    background: url(../img/settle_wallet.png)no-repeat;
    background-size: auto;
    background-size: contain;
}

.binance-pay {
    background: url(../img/binance.png)no-repeat;
    background-size: auto;
    background-size: contain;
}
.crypto {
    background: url(../img/Crypto.png)no-repeat;
    background-size: auto;
    background-size: contain;
}
 .item_pay-litecoin_triplec_merchant_uah {
	background: url(../img/litecoin.png)no-repeat;
	background-size: contain;
}
 .item_pay-bitcoin_triplec_merchant_uah {
	background: url(../img/bitcoin.png)no-repeat;
	background-size: contain;
}
 .item_pay-ethereum_triplec_merchant_uah {
	background: url(../img/ethereum.png)no-repeat;
	background-size: contain;
}
 .item_pay-btccash_triplec_merchant_uah {
	background: url(../img/bitcoin-cash.png)no-repeat;
	background-size: contain;
}
 .item_pay-zcash_triplec_merchant_uah {
	background: url(../img/zcash.png)no-repeat;
	background-size: contain;
}
 .item_pay-ripple_triplec_merchant_uah {
	background: url(../img/ripple.png)no-repeat;
	background-size: contain;
}
 .item_pay-tether_triplec_merchant_uah {
	background: url(../img/tether.png)no-repeat;
	background-size: contain;
}
 .item_pay-dash_triplec_merchant_uah {
	background: url(../img/dash.png)no-repeat;
	background-size: contain;
}
 .item_pay-dogecoin_triplec_merchant_uah {
	background: url(../img/dogecoin.png)no-repeat;
	background-size: contain;
}
 .item_pay-usdttrc_triplec_merchant_uah {
	background: url(../img/usdt-trc.png)no-repeat;
	background-size: contain;
}
 .item_pay-bnb_triplec_merchant_uah {
	background: url(../img/bnb.png)no-repeat;
	background-size: contain;
}
 .item_pay-busd_triplec_merchant_uah {
	background: url(../img/busd.png)no-repeat;
	background-size: contain;
}
.settle-wallet {

}
.btn-cancel {
    color: #fff;
}
#payment-method a.item-disable {
    opacity: 0.35;
}
@media (max-width: 340px) {
	*, .balance-withdraw__description {
		font-size: 10px;
	}
	.box-p, .btn-text, .btn-big, .box-form .box-form__line label span, .box-form .inputBox select, 	.user-balance p, 	.user-balance span,  .info-stat__num-code {
		font-size: 10px;
	}
}
.link-confirm {
    font-size: 13px;
    color: #a16b20;
}
.iti__country-list::-webkit-scrollbar {
    width: 7px;
}
.iti__country-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
.iti__country-list::-webkit-scrollbar-thumb {
    background: #d9bf52;
    border-radius: 5px;
}
.iti__country-list {
	background: radial-gradient(50% 50% at 50% 50%, #212121 0, #080808 100%)!important;
	border: 2px solid #a16b20!important;
}
.iti {
	display: block!important;
}
.payment-methods-block {
	margin-top: 10px;
}
.custom-modal {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.custom-modal-content {
    padding: 30px 20px;
    width: 80%;
    max-width: 500px;
    text-align: center;
    background: -o-radial-gradient(50% 50%, 50% 50%, #212121 0, #080808 100%) !important;
    background: radial-gradient(50% 50% at 50% 50%, #212121 0, #080808 100%) !important;
    border-radius: 4px;
    border: 2px solid #d9bf52;
	position: relative;
}
.custom-modal-content h2 {
	margin-bottom: 15px;
}
.custom-modal-content p {
	text-align: left;
	margin-bottom: 5px;
}
.custom-modal-content a {
	    font-weight: 800;
    color: #d9bf52;
}
.custom-close-btn {
    color: #aaa;
    position: absolute;
	top: 3px;
	right: 5px;
    font-size: 28px;
    font-weight: bold;
}
.cus-mod {
	margin-top: 10px;
}
.custom-close-btn:hover,
.custom-close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
