*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:focus {
    outline: none!important
}

*:hover {
    text-decoration: none!important
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    line-height: 100%
}

button {
    border: none
}

a,
span {
    display: inline-block
}

ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    padding: 0
}

input {
    border: none
}

.container {
    max-width: 1500px;
}

@font-face {
    font-family: 'Spectral';
    src: url('../fonts/Spectral-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spectral';
    src: url('../fonts/Spectral-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Spectral';
    src: url('../fonts/Spectral-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    background: #f1f1f1
}

::-webkit-scrollbar-thumb {
    background: #888
}

body {
    font-family: 'Spectral', sans-serif;
}

body.fixed {
    overflow: hidden;
    height: 100%
}

.img {
    max-width: 100%;
    height: auto
}

header {
    position: relative;
    z-index: 5
}

header .f-cont {
    padding: 30px 0;
    z-index: 1;
    width: 100%;
    position: absolute;
}

header .f-cont nav,
header .f-cont ul,
header .f-cont .menu,
header .f-cont .sign-box,
header .f-cont .cov-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

header .f-cont nav {
    position: relative
}

header .f-cont nav .menu {
    margin-left: auto
}

header .bur-icon {
    background: url("../images/burger-icon.svg") 0 0/contain no-repeat;
    height: 15px;
    width: 21px;
    display: none
}

@-webkit-keyframes comeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes comeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

header .lang-box .langs.active {
    opacity: 1;
    display: block
}

header .btn-succes, header .extr-sign {
    color: #FFE600;
    background: transparent;
    position: relative;
    transition: 0.2s ease-in;
    font-size: 18px;
    line-height: 27px;
    font-weight: bold;
    text-decoration: underline;
}


/*header .btn-succes::after, header .extr-sign::after {*/
/*    content: " ";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 0;*/
/*    border-radius: 17px;*/
/*    background: #F82073;*/
/*    transition: 0.1s ease-in;*/
/*    z-index: -1;*/
/*}*/

/*header .btn-succes:hover, header .extr-sign:hover {*/
/*    color: #290D61;*/
/*}*/


/*header .btn-succes:hover::after, header .extr-sign:hover::after {*/
/*    height: 100%;*/
/*}*/

header .logo img {
    height: 96px;
}

.btn-succes {
    padding: 8px 30px;
    background: -webkit-gradient(linear, left top, left bottom, 0% #EBAF0D, 50% #FFDD83, 100% #EBAF0D);
    background: linear-gradient(to bottom, #EBAF0D, #FFDD83, #EBAF0D);
    font-size: 18px;
    color: #290D61;
    line-height: 27px;
    font-weight: 500;
    border-radius: 9px
}

.extr-sign {
    display: none;
    font-size: 12px
}

.btn-play,
.btn-demo {
    padding: 13px 35px;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDF304), to(#EC1F24));
    background: linear-gradient(to bottom, #FDF304, #EC1F24);
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    width: 70%;
    text-align: center
}

.btn-play {
    margin-top: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#8EFA48), to(#42930D));
    background: linear-gradient(to bottom, #8EFA48, #42930D)
}

.index .alert, .login-pop .alert, .register-pop .alert {
    position: absolute;
    top: -40px;
    left: 0;
    visibility: hidden;
    animation: 6s unVisible linear;
    background: #ec1f24;
    padding: 5px;
}

.alert {
    all: unset;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 1;
}

.alert span {
    background: #ec1f24;
    margin-bottom: 10px;
    padding: 5px 10px;
    border-radius: 2px;
}

@keyframes unVisible {
    0% {
        visibility: visible;
    }
    100% {
        visibility: hidden;
    }
}

.select {
    font-size: 16px;
    font-weight: 400;
    padding: 11px 18px;
    margin-right: 30px;
    width: 100%;
    line-height: 20px;
    position: relative;
    color: #E0EBFF;
    cursor: pointer;
    -webkit-appearance: unset;
    background: #110040;
    border: 0.5px solid #FFC329;
}

.select::-webkit-scrollbar{width:5px}
.select::-webkit-scrollbar-track{background:#f1f1f1}
.select::-webkit-scrollbar-thumb{background:#888}

.select:last-child {
    margin-right: 0
}

.select option {
    color: #03001F;
}

.joinflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.social-text {
    text-align: center;
    padding: 0 0 60px;
    max-width: 1140px;
    margin: 0 auto;
}

.social-text h2 {
    font-size: 32px;
    font-weight: 400;
    line-height: 45px;
    color: #E0EBFF;
}

/*.rules-bg .container{*/
/*    background: rgba(58, 255, 137, 0.2);*/
/*    border-radius: 18px;*/
/*}*/

/*.index .rules-map .container:first-child {*/
/*    padding-bottom: 75px;*/
/*}*/

.rules-bg {
    padding: 75px 0 0;
}

.index .rules-map .container:last-child {
    padding-top: 75px;
}

.index .rules-map {
    padding: 110px 0 120px;
    background: url("../images/bg-decor.jpg") 100% 50% / cover no-repeat;
}

.index .rules-map .col-md-4 {
    text-align: center;
}

.numbers {
    height: 82px;
}

.index .rules-map .col-md-4 .boxs {
    text-align: center;
    height: 100%;
    padding: 20px 30px;
    background: #7000FF;
    border-radius: 20px;
    max-width: 370px;
    margin: 0 auto;
}

.index .rules-map .col-md-4 .boxs h2 {
    color: #E0EBFF;
    font-size: 24px;
    font-weight: bold;
    margin: 29px 0 23px;
    line-height: 37px;
    text-transform: capitalize;
}

.index .rules-map .col-md-4 .boxs p {
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
    color: #E0EBFF;
}

.main-register-button {
    text-align: center;
}

.register-btn-box {
    padding: 0 0 80px;
    text-align: center;
}

.play-now-btn, .register-btn, .log-btn {
    font-size: 22px;
    color: #fff;
    line-height: 34px;
    font-weight: 600;
    padding: 18px 56px;
    background: linear-gradient(181.63deg, #FFC329 -10.56%, #FF5C00 49.71%, #FFAA29 98.62%);
    box-shadow: 0 0 30px rgba(0, 2, 2, 0.4);
    border-radius: 9px;
}

.play-now-btn:hover, .register-btn:hover, .log-btn:hover {
    color: #eee;
}

.index .sign-zone {
    background: url("../images/main-cover.jpg") 50% 50% / cover no-repeat;
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offered-games .col-md-6{
    margin: 0 0 30px;
}
.offered-box {
    background: url("../images/main-cover.jpg") 50% 50% / cover no-repeat;
    padding: 0 0 50px;
    position: relative;
}

.offered-box .offer-overlay {
    background: radial-gradient(56.3% 56.3% at 50% 43.7%, rgba(0, 0, 0, 0.81) 18.75%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.offered-title-box {
    padding: 200px 0 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.offered-title-box, .offered-games {
    max-width: 1140px;
    margin: 0 auto;
}

.offered-games {
    position: relative;
    z-index: 1;
}

.offered-column {
    display: flex;
    align-items: center;
    padding: 5px 0;
    background: #110040;
    border: 1px solid #FFD809;
    border-radius: 10px;
}

.join-btn {
    font-weight: bold;
    font-size: 18px;
    line-height: 27px;
    color: #FAFFF9;
    padding: 8px 25px;
    margin: 10px 0 0 auto;
    background: linear-gradient(180deg, #F1CB00 0%, #AB5304 100%);
    border-radius: 7px;
}
.join-btn:hover {
    color: #FAFFF9;
}

.off-right {
    padding: 0 15px;
}

.off-left {
    max-width: 230px;
    width: 100%;
}

.off-game-title {
    text-align: left;
}

.off-game-title h2 {
    line-height: 33px;
    font-size: 21px;
    font-weight: normal;
    color: #FFFBFB;
}


.off-game-title h2 s{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
}

.off-game-title h2 .current-cost{
    font-size: 22px;
    line-height: 27px;
    font-weight: bold;
    color: #F8FB4F;
    padding:  0 5px;
    background: rgba(248, 251, 79, 0.1);
    border: 1px solid #F8FB4F;
}

.off-game-title h2 .bold-percent{
    font-size: 22px;
    line-height: 33px;
    font-weight: bold;
    color: #73B542;
}

.index .sign-zone .index-overlay {
    background: rgba(18,3,82, 0.6);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.main-cover {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    z-index: 1;
}

.index .sign-zone .container{
    position: relative;
}

.main-title-box {
    margin-bottom:55px;
    text-align: center;
}

.main-title-box, .main-register-button {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.main-title-box h1, .offered-title-box h1{
    font-size:42px;
    color:#E0EBFF;
    line-height:64px;
    font-weight: bold;
}

/*.main-title-box h1 span{*/
/*    font-size:26px;*/
/*    color:#fff;*/
/*    line-height:32px;*/
/*    font-weight: bold;*/
/*}*/

.main-title-box h1 b {
    color: #FFE600;
}

.sign-zone .register-box {
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.sign-zone .register-box .row{
    margin-bottom: 35px;
}

.sign-zone .register-box form .row:nth-child(2) .col-md-6:first-child{
    margin-top: auto;
}

.sign-zone .register-box .row:last-child{
    margin-bottom: 0;
    justify-content: center;
}

.sign-zone .board {
    position: relative;
    z-index: 0;
    padding: 80px 0 60px;
}

.index .sign-zone .board {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}


.sign-zone .board .register-box,
.sign-zone .board .login-box {
    position: relative;
    z-index: 3;
}

.register-box .log-btn,
.login-box .log-btn{
    padding: 16px 50px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    line-height: 34px;
    display: flex;
    margin: 20px auto auto auto;
}

.sign-zone .board .register-box .alert,
.sign-zone .board .login-box .alert {
    max-width: 100%;
    left: 0
}

.sign-zone .board .login-box .row:last-child {
    margin-top: 25px;
}

.sign-zone .board .register-box .row .col-md-6 .select-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
}

.sign-zone .board .register-box .row .col-md-6 .gender {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 13px 0 0;
}

.sign-zone .board .register-box .row .col-md-6 .gender .radiobox {
    margin-right: 85px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sign-zone .board .register-box .row .col-md-6 .gender .radiobox input {
    position: relative;
    width: 18px;
    height: 18px;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    background: #fff;
    outline: none;
    border-radius: 100%;
    margin-right: 7px;
    cursor: pointer
}

.sign-zone .board .register-box .row .col-md-6 .gender .radiobox input::after {
    content: " ";
    height: 12px;
    width: 12px;
    box-shadow: 0 1px 6px rgba(255,255,255, 0.25);
    display: block;
    margin: 3px auto;
    border-radius: 100%;
    z-index: 42;
}

.sign-zone .board .register-box .row .col-md-6 .gender .radiobox input:checked::after {
    content: " ";
    height: 12px;
    width: 12px;
    display: block;
    margin: 3px auto;
    border-radius: 100%;
    z-index: 42;
    background: #02014A;
}

.sign-zone .board .register-box .row .col-md-6 .gender .radiobox:last-child{
    margin-right: 0
}

.sign-zone .board .register-box .row .col-md-6 .gender .radiobox label {
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
}

.sign-zone .board .login-box form .row:first-child {
    margin-bottom: 35px
}

.sign-zone .board .login-box .donthave {
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sign-zone .board .login-box .donthave a {
    text-decoration: underline
}

.checkbox {
    position: relative;
    padding: 0 20px;
}

.share-bg .checkbox {
    padding: 0;
}

.checkbox .label {
    font-size: 10px;
    font-weight: 300;
    line-height: 14px;
    padding-left: 17px;
    margin: 0;
    color: #E0EBFF;
}

.checkbox input {
    position: absolute;
    top: 0;
    height: 12px;
    width: 12px;
    border-radius: 2px;
    background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

.checkbox input:checked::after {
    content: url(../images/tick.svg);
    margin: 0 auto;
    position: absolute;
    top: -3px;
    left: 1px
}

.login-pop, .register-pop {
    position: fixed;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    -webkit-animation: .3s fertu ease-in;
    animation: .3s fertu ease-in
}

.login-pop .sign-zone, .register-pop .sign-zone {
    width: 100%;
}

.login-pop .sign-zone {
    max-width: 800px;
}

.login-pop .sign-zone .board {
    position: relative;
    opacity: 1;
    padding: 80px;
}

.login-pop.active, .register-pop.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
}

.loader,
.loader:after {
    border-radius: 50%;
    width: 10em;
    height: 10em
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, .2);
    border-right: 1.1em solid rgba(255, 255, 255, .2);
    border-bottom: 1.1em solid rgba(255, 255, 255, .2);
    border-left: 1.1em solid #fff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.close-pop {
    background: url("../images/close-btn.svg") 0 0/contain no-repeat;
    height: 19px;
    width: 19px;
    position: fixed;
    top: 25px;
    right: 25px;
    cursor: pointer;
    z-index: 20;
}

@-webkit-keyframes fertu {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fertu {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.all-games {
    padding: 235px 15px 100px;
    background: #0E1528;
    position: relative;
}

.all-games .container:first-child {
    padding-bottom: 35px
}

.main.all-games .overlay {
    background: url("../images/main-cover.jpg") 50% 50%/cover no-repeat;
    height: 100vh;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
}


.main.all-games .overlay::after {
    content: "";
    background: radial-gradient(54.58% 54.58% at 49.32% 45.42%, rgba(0, 0, 0, 0.81) 23.44%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.main.all-games .register-btn-box, .main.all-games .container {
    position: relative;
    z-index: 1;
}

.all-games h2 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 38px;
    font-weight: 500;
    margin: 0 0 30px;
}


.main.all-games h2 {
    text-align: center;
    margin: 0;
    font-weight: bold;
}

.all-games .grid-row {
    display: -ms-grid;
    display: grid;
    height: 100%;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px;
    grid-auto-flow: dense
}

.all-games .grid-row .grid-cols {
    position: relative;
    border: 1px solid #00DEFF;
    overflow: hidden;
    height: 100%;
}

/*.all-games .grid-row .grid-cols:first-child {*/
/*    -ms-grid-column: span 2;*/
/*    grid-column-start: span 2;*/
/*    -ms-grid-row: span 1;*/
/*    grid-row-start: span 1*/
/*}*/

/*.all-games .grid-row .grid-cols:nth-child(7) {*/
/*    -ms-grid-column: span 2;*/
/*    grid-column-start: span 2;*/
/*    -ms-grid-row: span 1;*/
/*    grid-row-start: span 1*/
/*}*/

/*.all-games .grid-row .grid-cols:nth-child(8) {*/
/*    -ms-grid-column: span 2;*/
/*    grid-column-start: span 2;*/
/*    -ms-grid-row: span 1;*/
/*    grid-row-start: span 1*/
/*}*/

/*.all-games .grid-row .grid-cols:nth-child(16) {*/
/*    -ms-grid-column: span 2;*/
/*    grid-column-start: span 2;*/
/*    -ms-grid-row: span 1;*/
/*    grid-row-start: span 1*/
/*}*/

/*.all-games .grid-row .grid-cols:nth-child(20) {*/
/*    -ms-grid-column: span 2;*/
/*    grid-column-start: span 2;*/
/*    -ms-grid-row: span 1;*/
/*    grid-row-start: span 1*/
/*}*/

.all-games .grid-row .grid-cols .box-text {
    border-radius: 38px
}

.all-games .grid-row .grid-cols .title {
    font-size: 14px;
    color: #27E211;
    padding: 15px 0;
    text-transform: uppercase;
    background: none;
    border: 1px solid #27E211;
    border-top: none;
    border-radius: 0 0 38px 38px;
    text-align: center;
    font-weight: 500;
    line-height: 21px;
}

.all-games .grid-row .grid-cols .gb-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    background: rgba(41, 13, 97, .66);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.all-games .grid-row .grid-cols .gb-hover a:hover {
    color: #fff
}

.all-games .grid-row .grid-cols:hover .gb-hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.disclaimer {
    padding: 0 0 20px
}

.disclaimer p,
.disclaimer span {
    font-size: 16px;
    font-weight: 400;
    color:#E0EBFF;
    line-height: 26px
}

.disclaimer span {
    color: #FCFFDE;
    font-size: 18px;
    margin:30px 0 10px;
}

.label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    color: #E0EBFF;
}

.input {
    color: #E0EBFF;
    padding: 11px 18px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    background: #110040;
    border: 0.5px solid #FFC329;
}

.input::placeholder {
    color: #FFF9F9;
}

.acc-bg {
    background: url("../images/acc-bg.jpg") top center/cover no-repeat;
    min-height: 792px;
    position: relative;
}

.or-txt {
    font-size: 10px;
    font-weight: 400;
    margin: 0 12px
}

.footer {
    text-align: center;
}

.footer .f-cont:first-child {
    background: #00071E;
    padding: 60px 15px 10px
}


.footer .f-cont:first-child ul {
    justify-content: center;
}

.footer .f-cont:first-child ul li {
    padding: 0 40px;
}

.footer .f-cont:first-child ul li a {
    color: #FFE600;
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
}

.footer .f-cont:last-child {
    background: #00071E;
    padding: 50px 15px
}

.footer .f-cont:last-child ul {
    margin-bottom: 35px;
    justify-content: center;
}

.footer .f-cont:last-child ul li {
    padding: 0 8px
}

.footer .f-cont:last-child ul li:first-child {
    padding-left: 0
}

.footer .f-cont:last-child .copy-w {
    color: #fff;
    font-size: 14px;
    font-weight: 400
}

.footer .img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);

}

.account .acc-bg {
    padding: 96px 0 0;
    position: relative
}

.account .acc-bg h1 {
    padding: 80px 0 0;
    color: #ffe518;
    font-size: 88px;
    font-weight: 700
}

.account .acc-bg .start-btn {
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#FDF304), to(#EC1F24));
    background: linear-gradient(to bottom, #FDF304, #EC1F24);
    padding: 15px 0;
    width: 240px;
    font-size: 24px;
    font-weight: 500;
    border-radius: 5px;
    margin-top: 50px;
    text-transform: uppercase
}

.account .acc-bg h1, .account .acc-bg .start-btn {
    position: relative;
    z-index: 1;
}

.account .col-md-12 {
    text-align: center
}

.account .all-games {
    background: url("../images/acc-mbg.jpg") 0 0/cover no-repeat;
    padding-top: 70px;
    position: relative;
}


.account .all-games .container {
    position: relative;
    z-index: 1;
}

.cls-btn {
    display: none
}

.user-box {
    position: relative
}

.username {
    color: #fdf754;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 0 13px rgba(255, 247, 36, .78)
}

.payment,
.result {
    background: url("../images/extra-bg.jpg") 0 0/cover no-repeat
}

.payment-bg,
.result-bg {
    padding: 355px 0 200px;
    position: relative;
    z-index: 1;

}

.payment .checkbox .label {
    color: #fff;
}

.payment, .result {
    position: relative;
}

.s-box {
    max-width: 740px;
    margin: 0 auto
}

.cc-top {
    background: #431A7E;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 26px rgba(255, 206, 2, .28);
    box-shadow: 0 0 26px rgba(255, 206, 2, .28);
    padding: 11px 25px 11px 80px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px
}

.cc-top .cc-cnum {
    color: #fff;
    font-size: 26px;
    font-weight: 700
}

.cc-top .c-tr {
    background: url("../images/coins-trea.png") 0 0/contain no-repeat;
    height: 43px;
    width: 183px;
    position: absolute;
    left: -10px;
    bottom: -10px
}

.cc-top .cc-cost {
    color: #ffce02;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0 auto
}

.cc-top .chips-num {
    font-size: 26px
}

.share-bg {
    background: -webkit-gradient(linear, left top, left bottom, from(#160140), to(#14013c));
    background: linear-gradient(to bottom, #160140, #14013c);
    border-radius: 6px;
    -webkit-box-shadow: 0 0 26px rgba(255, 206, 2, .28);
    box-shadow: 0 0 26px rgba(255, 206, 2, .28);
    padding: 55px 80px
}

.share-bg .cc-submit {
    margin-top: 30px;
    width: 186px
}

.form-box {
    max-width: 155px
}

.inp-box {
    position: relative;
    margin-bottom: 20px
}

.inp-box select {
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
    cursor: pointer
}

.inp-box select option {
    color: #061460
}

.cc-label,
legend {
    color: #ffce02;
    font-size: 13px;
    font-weight: 500;
    display: block;
    margin-bottom: 7px
}

legend {
    margin-bottom: 4px
}

.cc-input {
    color: #fff;
    width: 100%;
    background: 0 0;
    position: relative;
    font-size: 12px;
    font-weight: 400;
    border-bottom: 1px solid #fff
}

.cc-input::-webkit-input-placeholder {
    color: #fff
}

.cc-input:-ms-input-placeholder {
    color: #fff
}

.cc-input::-ms-input-placeholder {
    color: #fff
}

.cc-input::placeholder {
    color: #fff
}

.form-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form-flex fieldset {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66%;
    flex: 0 0 66.66%
}

.form-flex fieldset .form-flex {
    margin: 0 -5px
}

.form-flex fieldset .inp-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 5px
}

.form-flex .jikjer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    padding-left: 15px
}

.chips-popup {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    z-index: 5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: url("../images/extra-bg.jpg") 0 0/cover no-repeat;
    -webkit-animation: art .3s ease-in;
    animation: art .3s ease-in
}

.chips-popup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.chips-popup .chips-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 50px
}

.chips-popup .chips-box:last-child {
    margin-bottom: 0
}

.chips-popup .chips-box .chipb {
    background: #000;
    -webkit-box-shadow: 0 0 26px rgba(255, 206, 2, .28);
    box-shadow: 0 0 26px rgba(255, 206, 2, .28);
    border-radius: 6px;
    padding: 45px 24px 32px;
    max-height: 184px;
    width: 100%;
    max-width: 663px;
    position: relative
}

.chips-popup .chips-box .chipb::after {
    content: " ";
    height: 100%;
    width: 265px;
    position: absolute;
    right: 0;
    top: 0;
    background: #f79403;
    border-radius: 0 6px 6px 0
}

.chips-popup .chp-cls {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    right: 0;
    top: -42px;
    background: 0 0
}

.price,
.cc-submit {
    background: -webkit-gradient(linear, left top, left bottom, from(#EBBB1A), color-stop(#FFE202), to(#B77904));
    background: linear-gradient(to bottom, #EBBB1A, #FFE202, #B77904);
    padding: 8px 0;
    font-size: 18px;
    font-weight: 500;
    color: #07091c;
    width: 126px;
    border-radius: 4px;
    text-align: center;
    margin-top: 35px
}

.price:hover,
.cc-submit:hover {
    color: #07091c
}

.chips-num {
    display: block;
    font-size: 38px;
    color: #fff;
    font-weight: 700
}

.ctotbox {
    position: relative;
    width: 945px;
    margin: 0 auto
}

.chpk,
.chpm,
.chpb {
    position: absolute;
    right: 0;
    z-index: 2
}

.chpk {
    background: url("../images/100k.png") 0 0/contain no-repeat;
    height: 191px;
    width: 546px;
    top: 10px
}

.chpm {
    background: url("../images/100m.png") 0 0/contain no-repeat;
    height: 202px;
    width: 541px;
    top: 5px
}

.chpb {
    background: url("../images/100b.png") 0 0/contain no-repeat;
    height: 208px;
    width: 518px;
    top: -5px
}

@-webkit-keyframes art {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100%
    }
}

@keyframes art {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100%
    }
}

.fix-box {
    position: absolute;
    right: 80px;
    top: 45%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    -webkit-transition: .6s all ease;
    transition: .6s all ease
}

.fix-box.active {
    position: fixed;
    top: 50%
}

.colrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 27px;
    position: relative
}

.ext-dis {
    padding-right: 10px;
    position: absolute;
    right: 70px
}

.game-area {
    width: 100%;
    height: 80vh
}

.acc-chp,
.acc-chp-btn,
.acc-logout {
    background: url("../images/golden-bg.png") 0 0/contain no-repeat;
    height: 57px;
    width: 139px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: 400;
    color: #07091c;
    text-transform: uppercase;
    display: none;
    opacity: 1;
    -webkit-animation: accShow .6s ease;
    animation: accShow .6s ease
}

.acc-chp.active,
.acc-chp-btn.active,
.acc-logout.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

@-webkit-keyframes accShow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes accShow {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.acc-chp-btn {
    color: #fb4a4a;
    font-weight: bold;
    cursor: pointer
}

.acc-gift,
.acc-chest,
.acc-usericon {
    height: 70px;
    width: 70px;
    cursor: pointer
}

.acc-gift {
    background: url("../images/gift.png") 0 0/contain no-repeat
}

.acc-chest {
    background: url("../images/chest.png") 0 0/contain no-repeat
}

.acc-usericon {
    background: url("../images/acc.png") 0 0/contain no-repeat
}

.inpages {
    background: #142254;
    padding: 230px 0 60px
}

.inpages .col-md-12 {
    word-break: break-word;
}

.inpages h1,
.inpages h3 {
    color: #fff;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 40px
}

.inpages h3 {
    margin: 30px 0 10px;
    font-size: 22px;
    font-weight: bold
}

.inpages h3 span {
    font-weight: 400
}

.inpages p,
.inpages a {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
    margin-bottom: 20px
}

.inpages ol {
    padding-left: 15px;
}

.inpages ol li {
    color: #fff;
    font-size: 18px;
}

.inpages ul {
    color: #fff;
    display: block;
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 20px
}

.inpages ul li {
    padding: 4px 0;
    line-height: 20px
}

.inpages a {
    margin: 0;
    text-decoration: underline
}

.not-box {
    background: #007bff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 50%;
    padding: 20px 60px 20px 30px;
    z-index: 243;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
    -webkit-animation: kadbuj 3s ease-in-out;
    animation: kadbuj 3s ease-in-out
}

.not-box .not-cls {
    background: url("../images/close-btn.svg") 0 0/contain no-repeat;
    display: inline-block;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 18px;
    right: 30px;
    cursor: pointer
}

.not-box span {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 21px
}

.not-box .not-accept {
    font-size: 10px;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
    font-weight: 500;
    margin: 10px 0 0;
    padding: 8px 25px;
    cursor: pointer;
    -webkit-transition: .3s all ease-in;
    transition: .3s all ease-in
}

.not-box .not-accept:hover {
    background: #fff;
    color: #1c59fe
}

@-webkit-keyframes kadbuj {
    from {
        bottom: -200%
    }
    to {
        bottom: 0
    }
}

@keyframes kadbuj {
    from {
        bottom: -200%
    }
    to {
        bottom: 0
    }
}

.play-game {
    background: url("../images/play-bg.jpg") 0 0/cover no-repeat;
    position: relative;
}

.play-game .container:first-child {
    padding: 140px 15px 80px;
    position: relative;
    z-index: 1;
}

.play-game .game-name {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 0 13px rgba(255, 247, 36, .78);
    text-align: center;
    margin-bottom: 30px
}

.res-box {
    text-align: center
}

.res-success h2,
.res-failed h2 {
    margin: 25px 0 20px;
    font-size: 30px;
    font-weight: bold;
    color: #fff
}

.res-success p,
.res-failed p {
    color: #fff;
    font-size: 10px;
    font-weight: 300;
    width: 80%;
    margin: 0 auto;
    line-height: 14px
}

.res-success {
    text-align: center
}

.res-success h2 {
    color: #ffce02
}

.play-overlay, .payment-overlay, .acc-overlay, .result-overlay, .chips-overlay, .games-overlay, .login-overlay {
    background: rgba(15,10,68, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-overlay {
    background: url("../images/bg-decor.jpg") 100% 50% / cover no-repeat;
}

.donthave a {
    color: #FCC503
}

.modal {
    background: rgba(7,7,34, 0.92);
}

.modal .cancel-btn{
    background: url("../images/cancel.svg") 0 0 / contain no-repeat;
    height: 26px;
    width: 26px;
    position: absolute;
    right: 60px;
    top: 60px;
    cursor: pointer;
    z-index: 10;
}

.modal-dialog {
    max-width: 876px;
}

.modal-content {
    background: url("../images/popup-cover.svg") 0 0 / contain no-repeat;
    border: none;
    max-width: 876px;
    height: auto;
    width: 100%;
    min-height: 480px;
    display: block;
}
.modal-footer .btn-success{
    font-size: 22px;
    font-weight: 600;
    color: #060146;
    border: 2px solid #E7BC57;
    border-radius: unset;
    line-height: 33px;
    padding: 21px 55px;
    background: linear-gradient(34.2deg, #FFEAC0 -2.03%, #F4ECA2 33.65%, #F1CF6F 73.76%, #EBC35D 91.9%, #E1B34F 112.46%, #AD7120 123.75%, #AD7120 129.6%, #F0D46C 142.1%, #F5E47D 157.62%, #F4EEA1 168.1%, #FFF0C4 177.78%, #E4AB04 187.05%, #E4AB04 188.26%, #F9C94A 199.55%);
}
.modal-body {
    padding: 15px 20px 50px;
    text-align: center;
    max-width: 600px;
    margin: 130px auto 0;
}
.modal-body h3{
    color: #FAEDCD;
    font-size: 29px;
    font-weight: normal;
    line-height: 43px;
}

.modal-body h3 small{
    color: #FFC43C;
    font-weight: bold;
    font-size: 29px;
    line-height: 43px;
}

.modal-header, .modal-footer {
    border: none !important;
}

.modal-footer .text-dark {
    border-color: #070222;
    color: #070222;
}

.modal-header .modal-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #070222;
}

.offer-btn {
    padding-right: 45px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
}

.offer-btn:hover {
    color: #fff;
}

@media(max-width:1440px) {
    .ctotbox {
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }
}

@media(max-width:1366px) {
    .ctotbox {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }
    .fix-box {
        right: 40px
    }
}

@media(max-width:1280px) {

    .fix-box {
        right: 20px
    }
    .login-pop .sign-zone {
        -webkit-transform: unset;
        transform: unset;
    }
    .or-txt {
        color: #fff;
    }
}

@media(max-width: 1200px){
    .off-game-title h2 {
        line-height: 28px;
    }
}

@media(max-width:991px) {
    header .f-cont .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        background: #001611;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: none;
        opacity: 1;
        -webkit-transition: .3s all ease-in;
        transition: .3s all ease-in;
        -webkit-animation: op .3s;
        animation: op .3s
    }

    header .f-cont .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
    @-webkit-keyframes op {
        0% {
            opacity: 0
        }
        100% {
            opacity: 100%
        }
    }
    @keyframes op {
        0% {
            opacity: 0
        }
        100% {
            opacity: 100%
        }
    }
    header .f-cont .cov-box {
        display: block
    }
    header .f-cont .sign-box .btn-succes {
        display: none
    }
    header .extr-sign {
        padding: 5px 15px;
        display: inline-block;
        position: absolute;
        right: 0;
        font-size: 14px;
        background: 0 0;
    }

    header .bur-icon {
        display: block;
        position: absolute;
        right: 0;
    }
    .cls-btn {
        background: url("../images/close-btn.svg") 0 0/contain no-repeat;
        height: 17px;
        width: 17px;
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        cursor: pointer
    }
    header .lang-box {
        margin: 40px 0 0;
        text-align: center
    }
    header .lang-box .langs {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
    .inpages {
        padding: 110px 0 40px
    }
    .inpages h1 {
        font-size: 24px;
        margin-bottom: 20px
    }
    .inpages p {
        font-size: 14px
    }
    .not-box {
        width: 100%
    }
    .play-game .container:first-child {
        padding: 120px 20px 60px
    }
    .play-game .game-name {
        font-size: 26px;
        margin-bottom: 20px
    }
    .share-bg {
        padding: 30px 25px
    }
    .all-games .grid-row {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr)
    }
    .fix-box {
        left: 50%;
        top: 100px;
        right: unset;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 10px 0;
        -webkit-transition: unset;
        transition: unset
    }
    .fix-box .colrow {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 10px
    }
    .fix-box .colrow .ext-dis {
        top: 65px;
        right: unset;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0
    }
    .fix-box .colrow .acc-chp,
    .fix-box .colrow .acc-chp-btn,
    .fix-box .colrow .acc-logout {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 95px;
        height: 39px;
        line-height: 42px;
        font-size: 12px
    }
    .fix-box .colrow .acc-chp.active,
    .fix-box .colrow .acc-chp-btn.active,
    .fix-box .colrow .acc-logout.active {
        display: inline-block
    }
    .fix-box .colrow .acc-chest,
    .fix-box .colrow .acc-gift,
    .fix-box .colrow .acc-usericon {
        height: 58px;
        width: 58px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .fix-box.active {
        background: -webkit-gradient(linear, left top, left bottom, from(#061460), to(transparent));
        background: linear-gradient(to bottom, #061460, transparent);
        top: 0
    }
    .account .acc-bg h1 {
        padding: 160px 0 0;
        font-size: 50px
    }
    .account .acc-bg .start-btn {
        font-size: 14px;
        width: 143px;
        margin-top: 25px
    }
    .ctotbox {
        width: 100%
    }

    .main-title-box h1, .offered-title-box h1{font-size:26px;line-height:34px;}

    .main-title-box h1 span{
        font-size:16px;
        line-height:20px;
        margin: 10px 0 0;
    }

    .index .sign-zone {
        padding: 60px 0 0;
    }

    .sign-zone .board {
        padding: 30px 40px;
    }

    .modal-dialog {
        margin-right: 20px;
        margin-left: 20px;
    }
    .modal-content {
        background: #080626;
        border: none;
        min-height: unset;
        border: 2px solid #E7BC57;
        padding: 50px 0;
    }

    .modal .cancel-btn {
        top: 20px;
        right: 20px;
    }

    .offered-title-box {
        padding: 130px 0 30px;
    }

    .offered-column {
        flex-direction: column;
    }

    .off-right {
        padding: 20px 15px;
    }

    .join-btn {
        width: 100%;
        text-align: center;
    }

    .sign-box {
        flex-direction: column;
        align-items: center;
    }

    .offer-btn {
        padding: 40px 0;
    }

    .close-pop {
        height: 18px;
        width: 18px;
        top: 15px;
        right: 15px;
    }
    .login-pop .sign-zone .board {
        padding: 30px;
    }

    .social-text h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .footer .f-cont:first-child ul li a {
        font-size:18px;
    }
}

@media(max-width:767px) {
    .container {
        padding-right: 20px;
        padding-left: 20px
    }

    header .f-cont{
        padding: 20px 0;
    }

    .sign-zone .register-box form .row:nth-child(1) .col-md-6:first-child{
        margin-bottom: 20px;
    }

    .footer .f-cont:first-child {
        padding: 15px 0
    }
    .footer .f-cont:first-child ul {
        display: block;
        /*text-align: center*/
    }
    .footer .f-cont:first-child ul li {
        margin: 15px 0;
        padding-left: 0;
    }
    .footer .f-cont:last-child {
        padding: 25px 0 35px
    }
    /*.footer .f-cont:last-child ul {*/
    /*    -webkit-box-pack: center;*/
    /*    -ms-flex-pack: center;*/
    /*    justify-content: center*/
    /*}*/
    .footer .f-cont:last-child ul li {
        margin: 15px 0
    }
    /*.footer .f-cont:last-child .copy-w {*/
    /*    text-align: center;*/
    /*    display: block*/
    /*}*/
    .res-success h2,
    .res-failed h2 {
        font-size: 18px;
        margin-bottom: 10px
    }
    .result-bg {
        padding: 255px 0 150px
    }

    .sign-zone .board .register-box .row .col-md-6 .gender{
        margin-top: 4px;
    }
    .sign-zone .board .register-box .alert,
    .sign-zone .board .login-box .alert {
        bottom: unset;
        top: -10px
    }
    .sign-zone .board .register-box .row .log-btn,
    .sign-zone .board .login-box .row .log-btn {
        font-size: 18px
    }

    .sign-zone .board .register-box .row .col-md-6 .gender .radiobox {
        margin-right: 30px
    }
    .joinflex {
        margin: 0 0 0 auto
    }
    .joinflex .or-txt {
        display: none
    }
    .all-games {
        padding: 150px 0
    }
    .all-games h2 {
        font-size: 26px;
        margin: 0 0 30px;
        line-height: 32px;
    }
    .all-games .grid-row {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr)
    }
    .all-games .grid-row .grid-cols img {
        width: 100%;
    }
    .all-games .grid-row .grid-cols .title {
        border-radius: 0 0 32px 32px
    }
    /*.all-games .grid-row .grid-cols .gb-hover {*/
    /*    border-radius: 32px*/
    /*}*/
    .account .all-games {
        padding-top: 40px
    }
    .ctotbox {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    .chips-popup .chips-box {
        margin-bottom: 30px
    }
    .chips-popup .chips-box .chipb {
        padding: 20px 25px 60px
    }
    .chips-popup .chips-box .chipb::after {
        top: unset;
        width: 100%;
        bottom: 0;
        height: 45px;
        border-radius: 0 0 6px 6px
    }
    .chips-popup .chips-box .chipb .price {
        margin-top: 15px;
        font-size: 16px
    }
    .chips-popup .chips-box .chipb .chips-num {
        font-size: 22px
    }
    .chips-popup .chips-box .chipb .chpk,
    .chips-popup .chips-box .chipb .chpm,
    .chips-popup .chips-box .chipb .chpb {
        right: -30px;
        width: 272px;
        height: 95px;
        top: unset;
        bottom: -10px
    }
    .chips-popup .chips-box .chipb .chpb {
        right: -15px;
        height: 125px;
        bottom: -27px
    }

    .cc-top {
        padding: 9px 20px 9px 60px
    }
    .cc-top .chips-num {
        font-size: 16px
    }

    .select {
        margin-right: 15px;
    }

    .sign-zone .board{
        padding: 30px 0;
    }
    /*.sign-zone .board .register-box .row .col-md-6 .select-box{*/
    /*    margin-top: 5px;*/
    /*}*/
    .index .rules-map .col-md-4 {
        margin: 0 0 20px;
    }

    .index .rules-map .col-md-4:last-child {
        margin: 0
    }
    .input,.select{
        /*border-bottom-width: 1px;*/
        /*padding: 3px 0;*/
        font-size: 16px;
    }
    .main-title-box {
        margin: 40px 0;
    }
    .all-games .container:first-child {
        padding-bottom: 35px
    }

    .register-btn, .play-now-btn, .log-btn {
        font-size: 20px;
    }

    .login-pop .login-box .col-md-6:first-child {
        margin-bottom: 35px;
    }

    .sign-zone .board .login-box .donthave {
        flex-direction: column;
    }

    .sign-zone .board .login-box form .row:first-child {
        margin-bottom: 20px
    }

    .sign-zone .register-box .row {
        margin-bottom: 20px;
    }

    .register-pop .register-box form .row:nth-child(2) .col-md-6:first-child{
        margin-bottom: 20px;
    }

    .register-pop .register-box form .row:nth-child(3) .col-md-6:first-child{
        margin-bottom: 20px;
    }
    header .logo img {
        height: 45px;
    }
}

@media(max-width:575px) {
    .account .acc-bg {
        background: url("../images/acc-mobbg.jpg") 0 0/cover no-repeat
    }
    .account .acc-bg h1 {
        padding: 130px 0 0;
        font-size: 30px
    }
    .account .acc-bg .start-btn {
        margin-top: 10px
    }
    .all-games .grid-row {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 17px 0
    }
    .all-games .grid-row .grid-cols {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: unset;
        grid-row-start: unset
    }

    .sign-zone .board::after {
        border-radius: 20px;
    }
    .modal-content {
        padding: 20px 0;
    }

    .modal-footer .btn{
        width: 100%;
    }

    .modal-body {
        padding: 15px 20px 20px;
    }

    .modal-header .modal-title {
        font-size: 15px;
    }

    .modal-body h3 {
        line-height: 24px;
    }

    .modal-body h3, .modal-body h3 small{
        font-size: 20px;
    }

    .main-title-box h1, .offered-title-box h1 {
        font-size: 20px;
        line-height: 28px;
    }


    .main-title-box h1 span {
        font-size: 14px;
    }

    .modal-footer .btn-success {
        font-size: 20px;
        line-height: 24px;
    }
}

@media(max-width:360px) {

    .joinflex {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px 0 0
    }
}