/* font-family: 'Roboto Condensed', sans-serif; 400 700 */
/* font-family: 'Roboto', sans-serif; 300 400 500 700 */

* {
    outline: none;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    background: #fff;
    color: #4e4d5e;
    font-size: 14px;
    font-weight: 400;
    min-width: 1226px;
}

button {
    border: 0 none;
    cursor: pointer;
}

html, body {
    height: 100%;
}

.clear {
    clear: both;
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
}



table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 25px 0;
    background: #fff;
}

p {
    margin: 0 0 15px 0;
    line-height: 22px;
}

table td {
    color: #4e4d5e;
}

table th {
    color: #fff;
    background: #e8c072;
}

table tr:nth-child(2n) {
    background: #EFEFEF;
}

table td,
table th {
    padding: 7px 0;
}

input {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    color: #888792;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: left;
    border: 0 none;
    width: 100%;
}

/*noinspection ALL*/
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

#wrapper {
    width: 100%;
    min-height: 100%;
    margin-bottom: -580px;
}

.btn-orange {
    background: #ff5722;
    border-top: solid 2px #ff8f22;
    border-bottom: solid 2px #ff8f22;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    display: inline-block;
    line-height: 36px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #fff !important;
}

.btn-orange:hover {
    background: #ff8f22;
}

.btn-green {
    background: #7e9a1e;
    border-top: solid 2px #abd02a;
    border-bottom: solid 2px #abd02a;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    height: 40px;
    display: inline-block;
    line-height: 36px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    color: #fff !important;
}

.btn-green:hover {
    background: #abd02a;
}

.btn span {
    display: inline-block;
    position: relative;
}

.btn span:before {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-right: 2px;
    background: url("../img/star.png") no-repeat;
}

.btn span:after {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    background: url("../img/star.png") no-repeat;
}

/*noinspection ALL*/
.footer, .page-buffer {
    height: 180px;
}

/*noinspection ALL*/
.footer {
    background: #601f2c;
}

/*noinspection ALL*/
.footer-in-pay {
    height: 176px;
    background: #6a2331;
}

/*noinspection ALL*/
.fip-fence {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #6a2331 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #6a2331 50.5%);    /* 50.5%, иначе угол будет не острый */
    background-repeat: repeat-x, repeat-x;
    background-position: 10px 0, 10px 0;  /*  начинаем не с обрезанного угла  */
    background-size: 10px 10px, 10px 10px;
    position: relative;
    z-index: 0;
    top: -10px;
    height: 10px;
}

.main-content {
    width: 1226px;
    margin: 0 auto;
}

.footer-in-pay .main-content {
    text-align: center;
    padding-top: 20px;
}

/*noinspection ALL*/
.footer-menus {
    height: 334px;
}

/*noinspection ALL*/
.footer-all-rights {
    background: #45141d;
}

.footer-all-rights .main-content {
    height: 70px;
    color: #b54c62;
    text-align: center;
    line-height: 70px;
}

/*noinspection ALL*/
.footer-menus .main-content .fm-blocks {
    float: left;
    vertical-align: top;
    margin-top: 40px;
    margin-right: 78px;
}

/*noinspection ALL*/
.footer-menus .main-content .fm-blocks:nth-child(3) {
    margin-right: 50px;
}

.footer-menus .main-content .fm-blocks ul li a {
    color: #f5d8b3;
}

.footer-menus .main-content .fm-blocks ul li a:hover {
    text-decoration: underline;
}

.footer-menus .main-content .fm-blocks ul li {
    margin-bottom: 12px;
}

.footer-menus .main-content .fm-blocks .btn-orange {
    width: 200px;
}

/*noinspection ALL*/
.footer-menus .main-content .fm-blocks.fm-propos {
    margin-right: 0px;
    width: 381px;
    height: 246px;
    background: url("../img/footer-propos.png") no-repeat;
    float: right;
    padding-top: 32px;
    position: relative;
}

.footer-menus .main-content .fm-blocks.fm-propos span {
    text-align: center;
    display: block;
}

.footer-menus .main-content .fm-blocks.fm-propos span:nth-child(1) {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #e8c072;
    text-transform: uppercase;
}

.footer-menus .main-content .fm-blocks.fm-propos span:nth-child(2) {
    font-size: 18px;
    color: #f5d8b3;
    margin-top: 4px;
}

.footer-menus .main-content .fm-blocks.fm-propos span:nth-child(3) {
    font-size: 60px;
    color: #ff8f22;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    margin-top: 16px;
    line-height: 68px;
}

.footer-menus .main-content .fm-blocks.fm-propos span:nth-child(4) {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #ff8f22;
    text-transform: uppercase;
}

.footer-menus .main-content .fm-blocks.fm-propos a.btn {
    width: 142px;
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -71px;
}

.footer-menus .main-content .fm-blocks.fm-propos a.btn span {
    color: #fff;
    font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
}

.header {
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #b20426;
    border-bottom: solid 2px #8a2d50;
    z-index: 130;
}

.header .main-content {
    position: relative;
}

.logo {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 186px;
    height: 87px;
    margin-left: -93px;
    background: url("../img/logo.png") no-repeat;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #525163;
    text-align: center;
    line-height: 144px;
}

.header .main-content > ul li a {
    height: 50px;
    width: 104px;
    display: block;
    float: left;
    border-left: solid 1px #9a0422;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.header .main-content > ul li a:hover {
    background: #9a0422;
}

.header .main-content > ul li a i {
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    margin-top: 4px;
    background: url("../img/icons.png") no-repeat;
}

.header .main-content > ul li a span {
    color: #fff;
    font-size: 12px;
    display: block;
    text-align: center;
}

.header .main-content > ul li:nth-child(1) a i {
    background-position: 0px 0px;
}

.header .main-content > ul li:nth-child(2) a i {
    background-position: -24px 0px;
}

.header .main-content > ul li:nth-child(3) a i {
    background-position: -48px 0px;
}

.header .main-content > ul li:nth-child(4) a i {
    background-position: -72px 0px;
}

.header .main-content > ul li:nth-child(5) a i {
    background-position: -96px 0px;
}

.header-btns {
    float: right;
    margin-top: 5px;
    position: relative;
}

.header-btns a.btn {
    width: 142px;
}

.header-btns a.btn-green {
    margin-left: 7px;
}

/*noinspection ALL*/
.hb-form {
    position: absolute;
    top: 43px;
    left: 0px;
    width: 100%;
    background: #f8f2d4;
    border: solid 2px #ff8f22;
    height: auto;
    padding: 15px;
    display: none;
}

/*noinspection ALL*/
.label {
    margin-bottom: 10px;
    position: relative;
}

input {
    width: 100%;
    height: 40px;
    border: 0 none;
    background: #fff;
    border-radius: 10px;
    color: #5d5d62;
    padding: 0 15px;
}

/*noinspection ALL*/
.hb-form .label.hb-btn {
    text-align: center;
}

/*noinspection ALL*/
.hb-forgot {
    position: absolute;
    top: 14px;
    right: 15px;
    font-family: 'Roboto', sans-serif;
    color: #1974ab;
}

/*noinspection ALL*/
.hb-forgot:hover {
    text-decoration: underline;
}

/*noinspection ALL*/
.hb-form .hb-dotted-line {
    border-top: dashed 1px #dededd;
    margin-left: -15px;
    width: 294px;
}

/*noinspection ALL*/
.hb-form .hb-title-soc {
    color: #888792;
    font-size: 14px;
    text-align: center;
    padding: 12px 0 8px;
}

/*noinspection ALL*/
.header-soc {
    display: block;
    text-align: center;
}

.header-soc li {
    display: inline-block;
}

.header-soc li a {
    display: inline-block;
    width: 38px;
    height: 37px;
    background: url("../img/social.png") no-repeat;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/*noinspection ALL*/
.header-soc li a.social-vk {
    background-position: 0px 0px;
}

/*noinspection ALL*/
.header-soc li a.social-fb {
    background-position: -38px 0px;
}

/*noinspection ALL*/
.header-soc li a.social-od {
    background-position: -76px 0px;
}

/*noinspection ALL*/
.header-soc li a.social-gp {
    background-position: -114px 0px;
}

/*noinspection ALL*/
.header-soc li a.social-tw {
    background-position: -152px 0px;
}

/*noinspection ALL*/
.header-soc li a.social-mr {
    background-position: -190px 0px;
}

.header-soc li a:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*noinspection ALL*/
.slider-main {
    min-width: 1226px;
}

.slider-main img {
    width: 100%;
    display: block;
}

/*noinspection ALL*/
.start-package {
    background: #f8f2d4;
    height: 222px;
}

.sp-fence {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #f8f2d4 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #f8f2d4 50.5%);    /* 50.5%, иначе угол будет не острый */
    background-repeat: repeat-x, repeat-x;
    background-position: 10px 0, 10px 0;  /*  начинаем не с обрезанного угла  */
    background-size: 10px 10px, 10px 10px;
    position: relative;
    z-index: 0;
    top: -10px;
    height: 10px;
}

.all-games {
    position: relative;
}

.all-games .sp-fence {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #fff 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #fff 50.5%);    /* 50.5%, иначе угол будет не острый */
    background-repeat: repeat-x, repeat-x;
    background-position: 10px 0, 10px 0;  /*  начинаем не с обрезанного угла  */
    background-size: 10px 10px, 10px 10px;
    position: relative;
    z-index: 0;
    top: -10px;
    height: 10px;
}

.start-package .main-content {
    width: 970px;
    margin: 0 auto;
}

/*noinspection ALL*/
.start-package .fl-left {
    float: left;
    margin-top: 5px;
}

/*noinspection ALL*/
.start-package .fl-right {
    float: right;
    margin-top: 5px;
}

.start-package .fl-left > span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 36px;
    color: #a47430;
    text-transform: uppercase;
    display: block;
    text-align: center;
    padding: 10px 0;
}

.start-package .fl-left > span i {
    font-style: normal;
    color: #e8c072;
}

.start-package .fl-left div {
    background: url("../img/start-package.png") no-repeat;
    width: 415px;
    height: 100px;
    margin: 0 auto;
}

.start-package .fl-left div span:first-child {
    font-size: 86px;
    color: #e90936;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 70px;
    padding-top: 13px;
}

.start-package .fl-left div span:last-child {
    font-size: 18px;
    color: #e90936;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 20px;
}

/*noinspection ALL*/
.start-package .fl-right {
    width: 419px;
    height: 160px;
    background: url("../img/package-bg.png") left bottom no-repeat;
}

/*noinspection ALL*/
.btn-blue {
    width: 263px;
    height: 66px;
    background: url("../img/blue-btn.png") no-repeat;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    padding-top: 21px;
    margin-top: 76px;
}

/*noinspection ALL*/
.btn-blue:hover {
    background-position: 0px -66px;
}

.btn-blue span {
    display: inline-block;
    position: relative;
}

.btn-blue span:before {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-right: 5px;
    background: url("../img/star.png") no-repeat;
    vertical-align: top;
    margin-top: 6px;
}

.btn-blue span:after {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-left: 5px;
    vertical-align: top;
    margin-top: 6px;
    background: url("../img/star.png") no-repeat;
}

/*noinspection ALL*/
.all-games .ag-type-games {
    width: 970px;
    margin: 0 auto;
    border-bottom: solid 2px #cee0e7;
    margin-bottom: 24px;
}

.all-games .ag-type-games ul {
    display: block;
    text-align: center;
}

.all-games .ag-type-games ul li {
    display: inline-block;
    margin: 0 18px;
}

.all-games .ag-type-games ul li a {
    display: block;
    width: 90px;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #1974ab;
    font-size: 12px;
    text-transform: uppercase;
    height: 82px;
}

.all-games .ag-type-games ul li a i {
    display: block;
    width: 47px;
    height: 47px;
    background: url("../img/categories.png") no-repeat;
    margin: 0 auto;
}

.all-games .ag-type-games ul li:nth-child(1) a i {
    background-position: 0px 0px;
}

.all-games .ag-type-games ul li:nth-child(2) a i {
    background-position: -47px 0px;
}

.all-games .ag-type-games ul li:nth-child(3) a i {
    background-position: -94px 0px;
}

.all-games .ag-type-games ul li:nth-child(4) a i {
    background-position: -141px 0px;
}

.all-games .ag-type-games ul li:nth-child(5) a i {
    background-position: -188px 0px;
}

.all-games .ag-type-games ul li:nth-child(6) a i {
    background-position: -235px 0px;
}

.all-games .ag-type-games ul li:nth-child(7) a i {
    background-position: -282px 0px;
}

.all-games .ag-type-games ul li a span {
    display: block;
    margin-top: 7px;
}

/*noinspection ALL*/
.all-games .ag-type-games ul li a.active {
    border-bottom: solid 2px #ff5722;
    height: 84px;
    margin-bottom: -2px;
}

.all-games .main-content {
    padding: 20px 0 0;
}

.games {
    text-align: center;
    padding: 0 10px;
}

.games .game {
    float: left;
    width: 300px;
    height: auto;
    position: relative;
    margin-bottom: 2px;
}

.game-hover {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(41, 48, 68, 0.9);
    z-index: 4;
    opacity: 0;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

.game-hover .gh-title {
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 35px;
    width: 100%;
    background: #2e417c;
    color: #a2aac7;
    line-height: 35px;
}

/*noinspection ALL*/
.games .game .game-hot,
.games .game .game-new {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 77px;
    height: 75px;
    z-index: 5;
}

/*noinspection ALL*/
.games .game .game-hot {
    background: url("../img/hot.png") no-repeat;
}

/*noinspection ALL*/
.games .game .game-new {
    background: url("../img/new.png") no-repeat;
}

.game-hover ul {
    position: absolute;
    top: 10px;
    left: 10px;
}

.game-hover ul li {
    display: block;
}

.game-hover ul li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #3b4d85;
    margin-bottom: 2px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

.game-hover ul li a:hover {
    background: #5d73b7;
}

.game-hover ul li a span {
    display: inline-block;
    background: url("../img/game-icons.png") no-repeat;
    width: 18px;
    height: 18px;
    margin-top: 8px;
}

.game-hover ul li:nth-child(1) a span {
    background-position: 0px 0px;
}

.game-hover ul li:nth-child(2) a span {
    background-position: -18px 0px;
}

.game-hover ul li:nth-child(3) a span {
    background-position: -36px 0px;
}

.game:hover .game-hover {
    opacity: 1;
}

.games .game:nth-child(4n+4) {
    float: left;
}

.games .game:nth-child(4n+2) {
    margin-left: 2px;
    margin-right: 2px;
}

.games .game:nth-child(4n+3) {
    margin-right: 2px;
}

.game-hover .btn.btn-green {
    width: 140px;
    position: absolute;
    top: 36%;
    left: 50%;
    margin: -20px 0px 0px -70px;
}

/*noinspection ALL*/
.game-hover .game-demo {
    font-weight: 700;
    font-size: 14px;
    color: #00fdff;
    width: 100px;
    display: block;
    position: absolute;
    top: 55%;
    left: 50%;
    margin: 0px 0px 0px -50px;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

/*noinspection ALL*/
.game-hover .game-demo:hover {
    color: #fff;
}

.games .game img {
    display: block;
    width: 100%;
}

/*noinspection ALL*/
.btn-all-games {
    text-align: center;
    padding-top: 20px;
    height: 50px;
    position: relative;
    z-index: 20;
}

.btn-all-games a {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: none;
    border: 0 none;
    text-decoration: underline;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1974ab;
    text-transform: uppercase;
    width: 240px;
    height: 50px;
    line-height: 48px;
    border-radius: 50px;
    background: #fff;
}

.btn-all-games a:before {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-right: 2px;
    background: url("../img/star-blue.png") no-repeat;
}

.btn-all-games a:after {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    background: url("../img/star-blue.png") no-repeat;
}

/*noinspection ALL*/
.block-welcome {
    background: #f8f2d4;
    height: 325px;
}

.block-welcome .main-content {
    width: 1226px;
    height: 379px;
    background: url("../img/bg-welcome.jpg") no-repeat;
    position: relative;
    top: -40px;
    z-index: 1;
}

/*noinspection ALL*/
.block-welcome .fip-welcome {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #f8f2d4 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #f8f2d4 50.5%);    /* 50.5%, иначе угол будет не острый */
    background-repeat: repeat-x, repeat-x;
    background-position: 10px 0, 10px 0;  /*  начинаем не с обрезанного угла  */
    background-size: 10px 10px, 10px 10px;
    position: relative;
    z-index: 0;
    top: -8px;
    height: 10px;
}

/*noinspection ALL*/
.block-bez-dep .fip-bez-dep,
.white-block .fip-bez-dep {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #fff 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #fff 50.5%);    /* 50.5%, иначе угол будет не острый */
    background-repeat: repeat-x, repeat-x;
    background-position: 10px 0, 10px 0;  /*  начинаем не с обрезанного угла  */
    background-size: 10px 10px, 10px 10px;
    position: relative;
    z-index: 0;
    top: -10px;
    height: 10px;
}

/*noinspection ALL*/
.bw-center {
    width: 500px;
    margin: 0 auto;
    text-align: center;
}

.bw-center span {
    display: block;
}

.bw-center span:first-child {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #e90936;
    text-transform: uppercase;
    padding-top: 70px;
}

.bw-center span:last-child {
    font-family: 'Roboto Condensed', sans-serif;
    color: #a47430;
    font-size: 40px;
    font-weight: 400;
}

/*noinspection ALL*/
.block-welcome .fl-right {
    background: rgba(0, 0, 0, 0) url("../img/package-bg-no-line.png") no-repeat scroll left bottom;
    height: 160px;
    width: 419px;
    padding-top: 76px;
    margin: 0 auto;
}

.block-welcome .fl-right a {
    margin-top: 0px;
}

.block-bez-dep .main-content {
    text-align: center;
    padding: 30px 0;
}

/*noinspection ALL*/
.bonus-block {
    width: 381px;
    height: 519px;
    background: url("../img/bg-bonus.png") no-repeat;
    display: inline-block;
    padding: 12px 8px 12px 9px;
    vertical-align: top;
    position: relative;
    margin-bottom: 47px;
}

/*noinspection ALL*/
.block-bez-dep .main-content .bonus-block:nth-child(2) {
    margin: 0 38px;
}

/*noinspection ALL*/
.bonus-block .bb-title {
    height: 76px;
    border-bottom: solid 2px #f6c7b4;
    padding-top: 8px;
}

.bonus-block .bb-title span:first-child {
    font-family: 'Roboto Condensed', sans-serif;
    color: #1974ab;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    display: block;
}

.bonus-block .bb-title span:last-child {
    font-size: 18px;
    color: #4e4d5e;
    display: block;
}

/*noinspection ALL*/
.bonus-img {
    position: relative;
}

/*noinspection ALL*/
.bbt-num {
    width: 354px;
    height: 74px;
    background: url("../img/bg-num.png") center right repeat-x;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: -5px;
}

.bbt-num span:first-child {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #e90936;
    font-size: 60px;
    display: block;
    line-height: 50px;
    padding-top: 6px;
}

.bbt-num span:last-child {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #e90936;
    font-size: 18px;
    display: block;
}

/*noinspection ALL*/
.bonus-steps {
    padding: 20px 0 10px;
}

/*noinspection ALL*/
.bonus-steps .bonus-step {
    vertical-align: top;
    display: inline-block;
    width: 100px;
}

/*noinspection ALL*/
.bonus-steps .bonus-step:nth-child(2) {
    margin: 0 6px;
}

/*noinspection ALL*/
.bonus-steps .bonus-step .step-bg {
    display: inline-block;
    width: 80px;
    height: 62px;
    background: url("../img/step-bg.png") no-repeat;
}

.bonus-steps .bonus-step .step-bg span:first-child {
    font-size: 30px;
    color: #737eb0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-left: 5px;
    display: inline-block;
    padding-top: 2px;
}

.bonus-steps .bonus-step .step-bg span:first-child sup {
    font-size: 14px;
    font-weight: 400;
}

.bonus-steps .bonus-step .step-bg span:last-child {
    display: block;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.bonus-steps .bonus-step .step-bg + span {
    font-family: 'Roboto', sans-serif;
    color: #4e4d5e;
    text-align: center;
    display: block;
    padding-top: 7px;
}

/*noinspection ALL*/
.bonus-block .bb-make {
    color: #a47430;
}

.bonus-block .btn-green,
.bonus-block .btn-orange,
.pbl-balance .btn-green,
.pbl-balance .btn-orange,
.floats-block.profile-data .btn-green,
.floats-block.profile-data .btn-orange,
.floats-tournaments .float-left .btn-orange {
    width: 174px;
    margin-top: 14px;
    position: absolute;
    left: 50%;
    bottom: -12px;
    margin-left: -87px;
}

.bonus-block.bb-third .bonus-steps .bonus-step .step-bg + div {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin-top: 24px;
}

.bonus-block.bb-third .bonus-steps .bonus-step .step-bg + div span {
    display: block;
}

.bonus-block.bb-third .bonus-steps .bonus-step .step-bg + div span:first-child {
    font-size: 18px;
}

.bonus-block.bb-third .bonus-steps .bonus-step .step-bg + div span:last-child {
    font-size: 30px;
}

.bonus-block.bb-second .bb-title span:first-child {
    color: #a47430;
}

/*noinspection ALL*/
.bbs-counter {
    background: rgba(70, 97, 184, 0.8);
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.bbs-counter span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff;
}

/*noinspection ALL*/
.bbs-counter span.tour-title {
    margin-top: 15px;
    margin-right: 0px;
}

.bbs-counter img {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
}

.bonus-block.bb-second table {
    width: 50%;
    float: left;
    margin: 0;
    font-size: 12px;
}

.bonus-block.bb-second .bonus-img + table {
    border-right: solid 1px #f0f0ef;
}

.bonus-block.bb-second table tr td:first-child span {
    color: #a47430;
}

.bonus-block.bb-second table tr td:last-child span {
    color: #6c8711;
}

.line {
    background: #f6c7b4;
    width: 100%;
    height: 2px;
}

/*noinspection ALL*/
.title-blue-center,
h1, h2, h3 {
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #1974ab;
    text-align: center;
    margin-bottom: 25px;
}

/*noinspection ALL*/
.bd-main-block {
    background: #f8f2d4;
    position: relative;
}

.bd-main-block .main-content {
    padding: 30px 0 50px;
    position: relative;
}

/*noinspection ALL*/
.bd-main-block .main-content .shadow-down {
    position: absolute;
    top: 0px;
    left: 50%;
}

/*noinspection ALL*/
.bd-main-block .main-content .float-left {
    float: left;
    width: 540px;
    border-bottom: solid 2px #f6c7b4;
    height: 366px;
}

/*noinspection ALL*/
.bd-main-block .main-content .float-right {
    float: right;
    width: 540px;
    border-bottom: solid 2px #f6c7b4;
    height: 366px;
}

/*noinspection ALL*/
.down-right-img {
    text-align: center;
    float: right;
    width: 282px;
    height: 280px;
}

.down-right-img img:nth-child(1),
.down-right-img img:nth-child(2) {
    margin: 0 10px;
}

.down-right-img ul {
    display: block;
    text-align: left;
    padding: 5px 0 5px 25px;
}

.down-right-img ul li {
    margin: 3px 0;
}

/*noinspection ALL*/
.bd-main-block .main-content .btn-blue {
    margin-top: 9px;
}

/*noinspection ALL*/
.down-install-inst {
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1974ab;
    text-decoration: underline;
    margin: 8px 0;
}

/*noinspection ALL*/
.down-count-first {
    width: 538px;
    height: 64px;
    background: url("../img/down-bg1.png") 0px 9px no-repeat;
    text-align: center;
    color: #a47430;
}

/*noinspection ALL*/
.down-count-second {
    width: 542px;
    height: 73px;
    background: url("../img/down-bg2.png") 0px 9px no-repeat;
    text-align: center;
    color: #a47430;
}

.bd-main-block .line {
    margin: 10px 0 20px;
}

/*noinspection ALL*/
.label {
    margin-bottom: 15px;
}

/*noinspection ALL*/
.down-right-img button.btn-blue {
    border: 0 none;
    cursor: pointer;
    padding-top: 0px;
}

/*noinspection ALL*/
.take-url-title {
    margin: 5px 0;
    display: block;
}

/*noinspection ALL*/
.label.checkbox-block {
    font-size: 13px;
    margin-top: 8px;
}

/* Timer (start) */

/*noinspection ALL*/
.countdown {
    width: 406px;
    float: right;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #fff;
    margin-top: 0px;
    padding-top: 4px;
    width: 260px;
}

/*noinspection ALL*/
.countdown .number-wrapper {
    margin: 0px;
    position: relative;
}

/*noinspection ALL*/
.countdown .number-wrapper:before {
    content: ":";
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    position: absolute;
    left: -8px;
    top: 10px;
}

/*noinspection ALL*/
.countdown .number-wrapper:nth-child(1):before,
.countdown .number-wrapper:nth-child(2):before {
    content: "";
}

/*noinspection ALL*/
.countdown .number {
    display: inline-block;
    padding: 0 10px;
    width: 51px;
    height: 47px;
    line-height: 48px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*noinspection ALL*/
.countdown .number-wrapper:nth-child(1) .number {
    background: url("../img/timer_red.png") no-repeat;
}

/*noinspection ALL*/
.countdown .number-wrapper:nth-child(3) .number,
.countdown .number-wrapper:nth-child(2) .number,
.countdown .number-wrapper:nth-child(4) .number {
    background: url("../img/timer_blue.png") no-repeat;
}

.countdown .line {
    position: absolute;
    width: 100%;
    height: 1px;
    top: 52%;
    left: 0;
    display: none;
}

/*noinspection ALL*/
.caption {
    font-size: 12px;
    position: absolute;
    bottom: -15px;
    right: -5px;
    text-align: center;
    width: 82px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    text-transform: lowercase;
}

/*noinspection ALL*/
.countdown .number-wrapper:nth-child(1) .caption {
    right: 5px;
}

.countdown .number-wrapper:nth-child(1) span {
    margin-right: 18px;
}


/* Timer (end) */

/*noinspection ALL*/
.slider-un-main {
    position: relative;
    /*height: 820px;*/
}

/* SLIDE2 (start) */

/*noinspection ALL*/
#slider-wrap{
    width:100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*noinspection ALL*/
#slider2 {
    width:100%;
    /*height:820px;*/
    position:relative;
}

/*noinspection ALL*/
.slide2 {
    width:100%;
    height:100%;
}

/*noinspection ALL*/
.slider-podlozhka {
    position: relative;
}

.slider-podlozhka img:first-child {
    width: 100%;
    display: block;
}

.slider-podlozhka img:last-child {
    display: block;
    margin: 0 auto;
}

/*noinspection ALL*/
.sli-links {
    background: #f5d8b3 none repeat scroll 0 0;
    border-radius: 50px;
    color: #666;
    font-family: Arial;
    font-weight: bold;
    height: 20px;
    text-align: center;
    width: 48px;
    position: absolute;
    top: -64px;
    left: 50%;
    margin-left: -24px;
}

/*noinspection ALL*/
.sli-links .control-slide {
    margin: 0 3px;
    display:inline-block;
    width:6px;
    height:6px;
    overflow:hidden;
    text-indent:-9999px;
    border-radius: 100%;
    background: #b54c62;
}

/*noinspection ALL*/
.sli-links .control-slide:hover {
    cursor:pointer;
    background-position:center center;
    background: #7e9a1e;
}

/*noinspection ALL*/
.sli-links .control-slide.active {
    background-position: center top;
    background: #7e9a1e;
}

/*noinspection ALL*/
#prewbutton,
#nextbutton {
    display:none;
    width:22px;
    height:44px;
    position:absolute;
    top:50%;
    margin-top: -22px;
    overflow:hidden;
    text-indent:-999px;
    opacity:0.5;
    z-index:3;
    outline:none !important;
}

/*noinspection ALL*/
#prewbutton {
    left:10px;
}

/*noinspection ALL*/
#nextbutton {
    right:10px;
    background-position: -22px 0px;
}

/*noinspection ALL*/
#prewbutton:hover,
#nextbutton:hover {
    opacity:0.8;
}

/*noinspection ALL*/
.slider:hover #prewbutton,
.slider:hover #nextbutton {
    display: block
}


/* SLIDE2 (end) */

/*noinspection ALL*/
.game-in {
    width: 100%;
    height: 100vh;
    position: relative;
    background: url("../img/game_bg.jpg") center top no-repeat;
    background-size: cover;
}

/*noinspection ALL*/
.game-description {
    width: 100%;
    padding: 15px 0;
}

/*noinspection ALL*/
.no-scroll-page {
    overflow-y: hidden;
}

/*noinspection ALL*/
.game-in {
    overflow-y: hidden;
}

/*noinspection ALL*/
.scroll-game {
    display: block;
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 64px;
    height: 57px;
    background: #fff;
    text-align: center;
    border-radius: 200px 200px 0px 0px;
    box-shadow: 0px -3px 0px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.scroll-game img:first-child {
    display: block;
    margin: 8px auto 0;
}

/*noinspection ALL*/
.scroll-game:hover {
    background: rgba(255, 255, 255, 0.8);
}

.scroll-game img:last-child {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.scroll-game:hover img:last-child {
    -webkit-animation-name: movearrow;
    animation-name: movearrow;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes movearrow {
    0% {
        -webkit-transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(5px);
    }

    100% {
        -webkit-transform: translateY(0px);
    }
}

@keyframes movearrow {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    100% {
        transform: translateY(0px);
    }
}

/*noinspection ALL*/
.game-in .gi-game-block {
    width: 1554px;
    margin: 0 auto;
    margin-top: 110px;
    background: #f0f0ef;
    height: 724px;
    /*overflow: hidden;*/
    position: relative;

}

/*noinspection ALL*/
.game-in .gi-game-block .float-left {
    float: left;
    width: calc(100% - 270px);
    border: solid 2px #f0f0ef;
    position: relative;
}

.game-in .gi-game-block .float-left iframe {
    width: 100%;
    height: 720px;
    display: block;
    position: relative;
    z-index: 0;
}

/*noinspection ALL*/
.game-in .gi-game-block .float-right {
    float: right;
    width: 270px;
    border-bottom: solid 4px #f0f0ef;
}

/*noinspection ALL*/
.tab {
    display: none;
    padding: 25px 10px 10px;
}

/*noinspection ALL*/
.tab.active {
    display: block;
}

.gi-game-block .float-right .tabs-in span {
    display: block;
    width: 25%;
    background: #dededd;
    float: left;
    border-right: solid 1px #f0f0ef;
    text-align: center;
    height: 60px;
    cursor: pointer;
}

.gi-game-block .float-right .tabs-in span i {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../img/tabs-icons.png") no-repeat;
    margin-top: 18px;
}

/*noinspection ALL*/
.gi-game-block .float-right .tabs-in span.active {
    background: #f0f0ef;
}

.gi-game-block .float-right .tabs-in span:nth-child(1) i {
    background-position: -104px 0px;
}

.gi-game-block .float-right.auth-user .tabs-in span:nth-child(1) i {
    background-position: 0px 0px;
}

.gi-game-block .float-right .tabs-in span:nth-child(2) i {
    background-position: -26px 0px;
}

.gi-game-block .float-right .tabs-in span:nth-child(3) i {
    background-position: -52px 0px;
}

.gi-game-block .float-right .tabs-in span:nth-child(4) i {
    background-position: -78px 0px;
}

.gi-game-block .float-right .tabs-in span.active:nth-child(1) i {
    background-position: -104px -26px;
}

.gi-game-block .float-right.auth-user .tabs-in span.active:nth-child(1) i {
    background-position: 0px -26px;
}

.gi-game-block .float-right .tabs-in span.active:nth-child(2) i {
    background-position: -26px -26px;
}

.gi-game-block .float-right .tabs-in span.active:nth-child(3) i {
    background-position: -52px -26px;
}

.gi-game-block .float-right .tabs-in span.active:nth-child(4) i {
    background-position: -78px -26px;
}

.gi-game-block .float-right .tabs-in span:last-child {
    border-right: 0 none;
}

/*noinspection ALL*/
.tab-title {
    font-size: 18px;
    color: #1974ab;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-align: center;
}

/*noinspection ALL*/
.tab-title-un {
    color: #4e4d5e;
    text-align: center;
    font-size: 14px;
}

/*noinspection ALL*/
.tab-money-img {
    width: 100%;
    height: 145px;
    overflow: hidden;
    margin: 10px 0;
    position: relative;
    border-bottom: solid 2px #f6c7b4;
}

.tab-money-img img {
    width: 100%;
    display: block;
}

/*noinspection ALL*/
.tmi-line {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
}

/*noinspection ALL*/
.tmi-line .float-left {
    width: 80% !important;
    height: 48px;
    float: left;
    background: rgba(255, 255, 255, 0.8);
    border: 0 none !important;
    line-height: 48px;
    padding: 0 15px;
}

/*noinspection ALL*/
.tmi-line .float-right {
    width: 20% !important;
    height: 48px;
    float: right;
    background: #e8c072;
    border: 0 none !important;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    font-weight: 700;
}

.tmi-line .float-left span:first-child {
    font-size: 36px;
    color: #e90936;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.tmi-line .float-left span:last-child {
    font-size: 18px;
    color: #e90936;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

.tab .line {
    background: none;
    border-bottom: dotted 2px #dededd;
    width: 100%;
    margin: 20px 0;
}

/*noinspection ALL*/
.title {
    font-size: 28px;
    color: #1974ab;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: 25px 0;
}

/*noinspection ALL*/
.game-screen {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

/*noinspection ALL*/
.game-screen a.fancybox {
    display: inline-block;
    position: relative;
}

/*noinspection ALL*/
.game-screen a.fancybox:nth-child(2) {
    margin: 0 60px;
}

/*noinspection ALL*/
.fancybox-in {
    background: rgba(42, 64, 132, 0.8);
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -webkit-transition: ease 0.2s;
    transition: ease 0.2s;
}

/*noinspection ALL*/
.game-screen a.fancybox:hover .fancybox-in {
    opacity: 1;
}

.fancybox-in img {
    position: absolute;
    top: 46%;
    left: 50%;
    margin: -42px 0px 0px -42px;
}

.line.line-margin {
    margin: 20px 0 35px;
}

/*noinspection ALL*/
.roll-blocks {
    margin-bottom: 30px;
}

/*noinspection ALL*/
.roll-blocks .float-left {
    width: 25%;
    float: left;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0 10px;
}
/*
.roll-blocks .float-left:nth-child(3n+2) {
	margin: 0px 10px 10px 10px;
}
*/
/*noinspection ALL*/
.game-chr-bl {
    width: 100px !important;
    height: 100px !important;
    display: inline-block;
}

.game-chr-bl img {
    width: 100px !important;
    height: 100px !important;
}

.roll-blocks .float-left span,
.roll-blocks .float-right span {
    vertical-align: top;
    display: inline-block;
    margin: 0 3px;
    line-height: 20px;
    text-align: center;
    height: 100px;
    overflow: hidden;
}

.roll-blocks .float-left span,
.roll-blocks .float-right span {
    padding: 0 6px;
    font-size: 16px;
    color: #6c6c7a;
    border-radius: 5px;
    background: #f0f0ef;
    font-weight: 700;
}

.roll-blocks .float-left.symbs span,
.roll-blocks .float-right.symbs span {
    vertical-align: top;
    display: inline-block;
    margin: 0 3px;
    line-height: 16px;
    text-align: center;
    height: 100px;
    overflow: hidden;
}

.roll-blocks .float-left.symbs span,
.roll-blocks .float-right.symbs span {
    padding: 0 6px;
    font-size: 15px;
    color: #6c6c7a;
    border-radius: 5px;
    background: #f0f0ef;
    font-weight: 700;
}

.roll-blocks .float-left span i,
.roll-blocks .float-right span i {
    font-style: normal;
    font-size: 14px;
    vertical-align: top;
}

.roll-blocks .float-left span:last-child,
.roll-blocks .float-right span:last-child {
    background: #f8f2d4;
    padding: 0 8px;
    border-radius: 10px;
    color: #6c6c7a;
    font-weight: 700;
    width: 60px;
}

.roll-blocks .float-left p,
.roll-blocks .float-right p {
    padding-top: 8px;
    padding-bottom: 0px;
    margin-bottom: 15px;
    margin-left: 6px;
}

/*noinspection ALL*/
.tab .btn-blue {
    margin-top: 0px;
    width: 250px;
    height: 63px;
    background-size: cover;
}

/*noinspection ALL*/
.tab .btn-blue:hover {
    background-position: 0px -63px;
}

/*noinspection ALL*/
.tab .auth-block {
    text-align: center;
    padding: 10px 0;
}

/*noinspection ALL*/
.tab-money-img.tab-bonus-margin {
    margin-bottom: 0px;
}

.tab-money-img.tab-bonus-margin + .btn-green,
.tab .gb-img + table + a.btn.btn-green {
    width: 140px;
    margin: 0 auto;
    display: block;
    border-top: 0 none;
    font-size: 12px;
    height: 32px;
    line-height: 30px;
}

/*noinspection ALL*/
.tab .content-b {
    height: 620px;
    margin: 0 auto;
    overflow: hidden;
    width: 260px;
}

/*noinspection ALL*/
.tab .content-b .mCSB_inside > .mCSB_container {
    margin-right: 18px;
}

/*noinspection ALL*/
.tab-title.brown-color {
    color: #a47430;
}

/*noinspection ALL*/
.tab .gb-img {
    margin: 10px 0 0;
    position: relative;
}

.tab .gb-img + table {
    margin: 0;
    font-size: 12px;
}

.tab .gb-img + table tr td:last-child span {
    color: #6c8711;
}

.tab .gb-img + table tr td:first-child span {
    color: #a47430;
}

.tab .gb-img img {
    width: 100%;
    display: block;
}

/*noinspection ALL*/
.gbi-counter {
    height: 90px;
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: rgba(70, 97, 184, 0.8);
}

.gbi-counter span {
    color: #fff;
    display: inline-block;
    margin-right: 7px;
    vertical-align: middle;
}

/*noinspection ALL*/
.gbi-counter .countdown {
    width: 234px;
}

/*noinspection ALL*/
.gbi-counter .countdown .number-wrapper:nth-child(1) .number {
    margin-right: 8px;
}

/*noinspection ALL*/
.gbi-counter .countdown .number-wrapper::before {
    left: -6px;
}

/*noinspection ALL*/
.gbi-counter .countdown .caption {
    width: 76px;
}

/*noinspection ALL*/
.gbi-counter .countdown .number-wrapper:nth-child(1) .caption {
    right: -4px;
}

.gbi-counter > span {
    display: block;
    text-align: center;
}

/*noinspection ALL*/
.hb-title-soc.hb-title {
    color: #888792;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

.tab button {
    padding-top: 0px;
}

/*noinspection ALL*/
.tab .label.checkbox-block {
    font-size: 14px;
}

.tab .label.checkbox-block span {
    color: #1974ab;
}

/*noinspection ALL*/
.tab .label.radio-block {
    text-align: center;
    margin: 30px 0;
}

.tab .label.radio-block > span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.tab .label.radio-block label {
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

/*noinspection ALL*/
.tab-tabs-in {
    border-bottom: solid 2px #7E9A1D;
    width: 235px;
    height: 30px;
    margin: 0 auto;
    background: url("../img/tab-bg.png") no-repeat;
}

.tab-tabs-in span {
    width: 100px;
    height: 30px;
    display: block;
    float: left;
    text-align: center;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}

.tab-tabs-in span:nth-child(1) {
    width: 108px;
}

/*noinspection ALL*/
.tab-tabs-in span.active {
    width: 127px;
    height: 30px;
    background: url("../img/tab-active.png") no-repeat;
}

/*noinspection ALL*/
.tab-tabs-in span.active:nth-child(2) {
    float: right;
}

.tab-tabs-in span i {
    display: inline-block;
    background: url("../img/tab-auth-icons.png") no-repeat;
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 5px;
}

.tab-tabs-in span:nth-child(1) i {
    width: 17px;
    height: 12px;
    background-position: 0px 0px;
}

.tab-tabs-in span:nth-child(2) i {
    width: 12px;
    height: 12px;
    background-position: -17px 0px;
}

/*noinspection ALL*/
.tab-in-next {
    display: none;
}

/*noinspection ALL*/
.tab-in-next.active {
    display: block;
}

/*noinspection ALL*/
.tab-title.brown-color.auth-title {
    margin-bottom: 15px;
}

/*noinspection ALL*/
.label.hb-btn.auth-btn-form {
    text-align: center;
}

/*noinspection ALL*/
.tab-show-registration,
.tab-show-auth {
    display: none;
}

/*noinspection ALL*/
.gi-game-block .float-right.auth-user .tab .balans-text-left {
    float: left;
}

/*noinspection ALL*/
.gi-game-block .float-right.auth-user .tab .balans-text-right {
    float: right;
}

/*noinspection ALL*/
.gi-game-block .float-right.auth-user .tab .balans-text-left,
.gi-game-block .float-right.auth-user .tab .balans-text-right {
    width: 50%;
    text-align: center;
    font-size: 12px;
    color: #4e4d5e;
    margin-bottom: 10px;
}

.gi-game-block .float-right.auth-user .tab .balans-text-left span,
.gi-game-block .float-right.auth-user .tab .balans-text-right span {
    font-size: 14px;
    color: #1974ab;
    font-weight: 700;
}

/*noinspection ALL*/
.balance-bg {
    width: 250px;
    height: 20px;
    position: relative;
    background: #aeaeae;
    margin-bottom: 10px;
}

/*noinspection ALL*/
.balance-bg .balance-bg-block {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 250px;
    height: 20px;
    background: url("../img/balance-bg.png") no-repeat;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.balance-bg .balance-bg-block span {
    position: absolute;
    top: 0px;
    right: 2px;
    height: 20px;
    width: 64px;
    text-align: center;
    color: #fff;
    line-height: 20px;
}

/*noinspection ALL*/
.balance-bg .bal-b-active {
    height: 20px;
    width: 0px;
    background: #ff8f22;
    position: absolute;
    top: 0px;
    left: 0px;
    -webkit-transition: ease 2s;
    transition: ease 2s;
}

/*noinspection ALL*/
.balance-bg.active .bal-b-active {
    width: 100%;
}

/*noinspection ALL*/
.pay-blocks {
    text-align: center;
    margin-bottom: 11px;
}

/*noinspection ALL*/
.pay-blocks .pay-b,
.bc-pay {
    display: inline-block;
    width: 117px;
    height: 54px;
    border-radius: 3px;
    cursor: pointer;
    margin: 3px 3px;
    position: relative;
    cursor: pointer;
    vertical-align: top;
}

.pay-blocks .pay-b img,
.bc-pay img {
    width: 100%;
    display: inline-block;
}

.pay-blocks .pay-b label {
    cursor: pointer;
}

.pay-blocks .pay-b label input {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

/*noinspection ALL*/
.pay-blocks .pay-b .pay-active-btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 117px;
    height: 54px;
    background: url("../img/checked-box.png") no-repeat;
}

/*noinspection ALL*/
.pay-blocks .pay-b label input:checked + div.pay-active-btn {
    background-position: 0px -54px;
}

.pay-blocks .pay-b span:first-child {
    color: #737eb0;
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    display: block;
    line-height: 26px;
    margin-top: 7px;
}

.pay-blocks .pay-b span:last-child {
    color: #737eb0;
    font-size: 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    display: block;
}

/*noinspection ALL*/
.gi-game-block .float-right.auth-user .bx-pager.bx-default-pager {
    display: none;
}

.gi-game-block .float-right.auth-user .bx-wrapper .bx-controls-direction a {
    width: 9px;
    height: 14px;
    background: url("../img/arrows.png") no-repeat;
    margin-top: -7px;
}

/*noinspection ALL*/
.gi-game-block .float-right.auth-user .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -9px 0px;
}

/*noinspection ALL*/
.gi-game-block .float-right.auth-user .bx-wrapper {
    background: none;
    margin-bottom: 15px;
}

/*noinspection ALL*/
.gi-game-block .float-right.auth-user .bx-wrapper .pay-blocks {
    margin: 0;
}

/*noinspection ALL*/
.gi-game-block .float-right.auth-user .bx-wrapper .bx-prev {
    left: -4px;
}

/*noinspection ALL*/
.gi-game-block .float-right.auth-user .bx-wrapper .bx-next {
    right: -4px;
}

.gi-game-block .float-right.auth-user .bx-wrapper img {
    margin-top: 3px;
}

/*noinspection ALL*/
.label.btn-deposit {
    position: absolute;
    bottom: 80px;
    right: 10px;
    margin: 0;
}

.label.btn-deposit .btn.btn-green {
    width: 252px;
    margin-left: -12px;
    font-size: 18px;
    height: 46px;
}

/*noinspection ALL*/
.game-close {
    position: absolute;
    top: -14px;
    right: -14px;
    background: #fff;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 30px;
    border-radius: 100%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

/*noinspection ALL*/
.game-close:hover {
    background: #AEAEAE;
}

/*noinspection ALL*/
.a-profile-block {
    width: 418px;
    height: 42px;
    float: right;
    margin-right: 0px;
    background: #920420;
    border-radius: 50px;
    margin-top: 4px;
    text-align: center;
}

/*noinspection ALL*/
.a-profile-block .apb-block {
    display: inline-block;
    width: 112px;
    vertical-align: top;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(1) {
    width: 112px;
    border-right: solid 1px #b20426;
    height: 42px;
    text-align: left;
    position: relative;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(2) {
    width: 180px;
    height: 42px;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(3) {
    width: 112px;
    border-left: solid 1px #b20426;
    height: 42px;
    text-align: right;
}

.a-profile-block .apb-block:nth-child(1) a,
.a-profile-block .apb-block:nth-child(3) a {
    display: block;
    font-size: 11px;
    color: #f5d8b3;
    margin: 5px;
}

.a-profile-block .apb-block:nth-child(1) a:hover span,
.a-profile-block .apb-block:nth-child(3) a:hover span {
    text-decoration: underline;
}

.a-profile-block .apb-block:nth-child(1) a i {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url("../img/a-icons.png") no-repeat;
    vertical-align: middle;
}

.a-profile-block .apb-block:nth-child(3) a i {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url("../img/a-icons.png") -31px 0px no-repeat;
    vertical-align: middle;
}

.a-profile-block .apb-block:nth-child(1) a span,
.a-profile-block .apb-block:nth-child(3) a span {
    margin: 0 4px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(2) {
    padding-top: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.a-profile-block .apb-block:nth-child(2) span {
    display: block;
    color: #e8c072;
    padding: 1px 0;
}

.a-profile-block .apb-block:nth-child(2) span:first-child {
    display: inline-block;
    border-bottom: solid 1px #b20426;
    color: #fff;
}

.a-profile-block .apb-block:nth-child(2) span:last-child {
    font-size: 12px;
    font-weight: 700;
}

.a-profile-block .apb-block:nth-child(2) span:first-child i {
    font-style: normal;
    color: #abd02a;
}

/*noinspection ALL*/
.container-block {
    background: #f8f1d4;
}

.container-block .main-content {
    padding: 90px 0 20px;
    position: relative;

}

.container-block.registration-block .main-content {
    min-height: 625px;
}

/*noinspection ALL*/
.container-block .main-content .rb-block:nth-child(1) {
    float: left;
}

/*noinspection ALL*/
.container-block .main-content .rb-block:nth-child(2) {
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -133px;
    width: 266px;
}

/*noinspection ALL*/
.container-block .main-content .rb-block.auth {
    float: right;
    width: 370px;
    margin-top: 90px;
    height: 340px;
}

/*noinspection ALL*/
.container-block .main-content .rb-block.auth .hb-title-soc.hb-title {
    font-size: 18px;
}

/*noinspection ALL*/
.container-block .main-content .rb-block.auth .header-soc {
    width: 280px;
    margin: 0 auto;
}

.container-block .main-content .rb-block.auth .header-soc li {
    margin: 5px 16px;
}

/*noinspection ALL*/
.container-block .main-content .rb-block.auth .reg-condition-block {
    text-align: center;
    font-size: 16px;
    color: #888792;
    line-height: 22px;
    margin: 20px 0 137px;
}

.container-block .main-content .rb-block.auth .reg-condition-block span {
    color: #1974ab;
}

.container-block .main-content .rb-block:nth-child(1) .line {
    margin-top: 64px;
    width: 375px;
}

/*noinspection ALL*/
.container-block .main-content .rb-block .label.hb-btn {
    background: url("../img/package-bg.png") center top no-repeat;
    height: 130px;
    width: 419px;
    padding-top: 52px;
    margin-left: -77px;
}

/*noinspection ALL*/
.container-block .main-content .rb-block .label.hb-btn .btn-blue {
    margin: 0 auto;
    padding: 0;
}

/*noinspection ALL*/
.container-block .main-content .rb-block:nth-child(2) .tab-title {
    font-size: 30px;
    padding: 20px 0 25px;
}

.container-block .main-content .rb-block .label.radio-block span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.container-block .main-content .rb-block .label.radio-block label {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
}

.container-block .main-content .rb-block  .label.checkbox-block span {
    color: #1974ab;
}

/*noinspection ALL*/
.container-block .main-content .rb-block  .label.checkbox-block {
    text-align: center;
}

/*noinspection ALL*/
.container-block .main-content .rb-block .label.radio-block {
    text-align: center;
    margin: 20px 0;
}

/*noinspection ALL*/
.container-block .rb-block-and {
    position: absolute;
    top: 180px;
    left: 814px;
}

.container-block .rb-block-and span:nth-child(1),
.container-block .rb-block-and span:nth-child(3) {
    display: block;
    margin: 0 auto;
    width: 2px;
    height: 95px;
    background: #fff;
}

.container-block .rb-block-and span:nth-child(2) {
    color: #e9c37a;
    font-weight: 700;
    display: block;
    margin: 10px 0;
}

/*noinspection ALL*/
.sorty-blocks {
    text-align: center;
}

/*noinspection ALL*/
.sorty-blocks .bonus-block {
    background: url("../img/b-block.png") no-repeat;
    height: 466px;
    vertical-align: top;
}

/*noinspection ALL*/
.sorty-blocks .bonus-block:nth-child(2) {
    margin: 0 16px;
    background: url("../img/b-block-center.png") no-repeat;
    width: 421px;
    height: 515px;
}

/*noinspection ALL*/
.sorty-blocks .bonus-block:nth-child(1),
.sorty-blocks .bonus-block:nth-child(3) {
    margin-top: 22px;
}

.sorty-blocks .bonus-block .btn-green,
.sorty-blocks .bonus-block .btn-orange {
    width: 200px;
    margin-left: -100px;
}

/*noinspection ALL*/
.sorty-blocks .bonus-block .sb-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #a47430;
    padding: 20px 0;
}

/*noinspection ALL*/
.sorty-blocks .bonus-block:nth-child(2) .sb-title {
    padding: 42px 0px 20px;
}

.sorty-blocks .bonus-block .sb-title span {
    color: #1974ab;
}

/*noinspection ALL*/
.sorty-blocks .bonus-block .sb-desc {
    font-size: 16px;
    padding: 10px 0;
}

/*noinspection ALL*/
.yellow-block,
.white-block {
    position: relative;
}

/*noinspection ALL*/
.yellow-block {
    background: #f8f2d4;
}

/*noinspection ALL*/
.white-block {
    background: #fff;
}

.container-block .white-block.normal-block .main-content,
.container-block .yellow-block.normal-block .main-content {
    padding: 30px 0 50px;
}

/*noinspection ALL*/
.profile-menu {
    display: block;
    text-align: center;
    margin-bottom: 16px;
}

.profile-menu li {
    display: inline-block;
    margin: 0 40px;
}

.profile-menu li a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #1974ab;
    padding: 7px 0;
    position: relative;
}

.profile-menu li a i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../img/icons-menu.png") no-repeat;
    vertical-align: middle;
}

.profile-menu li:nth-child(1) a i {
    background-position: 0px 0px;
}

.profile-menu li:nth-child(2) a i {
    background-position: -20px 0px;
}

.profile-menu li:nth-child(3) a i {
    background-position: -40px 0px;
}

.profile-menu li:nth-child(4) a i {
    background-position: -60px 0px;
}

.profile-menu li:nth-child(5) a i {
    background-position: -80px 0px;
}

.profile-menu li:nth-child(6) a i {
    background-position: -100px 0px;
}

/*noinspection ALL*/
.profile-menu li a:hover,
.profile-menu li a.active,
.profile-menu li a:active {
    border-bottom: solid 2px #ff5722;
    color: #ff5722;
}

.profile-menu li a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.profile-menu li a div {
    position: absolute;
    top: -8px;
    right: -16px;
    width: 19px;
    height: 19px;
    background: #ff5722;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    border-radius: 20px;
    text-align: center;
    line-height: 18px;
}

/*noinspection ALL*/
.profile-blocks-line {
    text-align: center;
}

/*noinspection ALL*/
.profile-blocks-line .pbl-block {
    display: inline-block;
    width: 320px;
    margin: 0 3px;
    vertical-align: top;
}

/*noinspection ALL*/
.pbl-balance {
    width: 321px;
    height: 102px;
    background: url("../img/bg-pfl.png") no-repeat;
    position: relative;
    padding: 14px;
    margin-bottom: 25px;
}

/*noinspection ALL*/
.pbl-bal-title {
    font-size: 14px;
    color: #737eb0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

/*noinspection ALL*/
.pbl-bal-title + .label > input,
.pbl-bal-title + .label > .jq-selectbox__select {
    text-align: center !important;
}

/*noinspection ALL*/
.pbl-num {
    font-size: 30px;
    color: #737eb0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

/*noinspection ALL*/
.pbl-un-block {
    width: 100%;
    background: #f0f0ef;
    padding: 20px 25px;
    border-bottom: solid 2px #d6d6d6;
    min-height: 361px;
    position: relative;
}

/*noinspection ALL*/
.pbl-un-block .tab {
    padding: 0;
}

/*noinspection ALL*/
.pbl-un-block .gbi-counter .countdown {
    width: 266px;
}

/*noinspection ALL*/
.pbl-un-block .balance-bg {
    margin: 0 auto;
}


.pbl-block .line,
.main-content-second .profile-tabs-menu + .floats-block .line {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-bottom: 2px dashed #dededd;
    margin: 20px 0 20px 0px;
    width: 320px;
}

/*noinspection ALL*/
.pbl-block .line.mg-left {
    margin-left: -25px;
}

/*noinspection ALL*/
.pbl-dep {
    text-align: center;
    padding: 20px 0;
}

/*noinspection ALL*/
.pbl-block .line.mg-t-b {
    margin: 55px 0 47px;
}

/*noinspection ALL*/
.ticket-bg {
    width: 321px;
    height: 152px;
    background: url("../img/ticket-bg.png") no-repeat;
    padding: 25px 0;
}

/*noinspection ALL*/
.ticket-bg .tb-title {
    font-size: 14px;
    color: #737eb0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

/*noinspection ALL*/
.ticket-bg .tb-num {
    font-size: 30px;
    color: #737eb0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 64px;
}

/*noinspection ALL*/
.ticket-bg .auth-block {
    text-transform: uppercase;
}

/*noinspection ALL*/
.title.lit-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #737eb0;
    margin: 0px 0px 25px 0px;
}

/*noinspection ALL*/
.profile-status {
    text-align: center;
    position: relative;
}

/*noinspection ALL*/
.profile-status .ps-block {
    display: inline-block;
    margin: 0 24px;
    vertical-align: top;
    position: relative;
    z-index: 9;
}

/*noinspection ALL*/
.profile-status .ps-block .psb-circle {
    width: 104px;
    height: 104px;
    border-radius: 100%;
    border: solid 3px #eadbb8;
    text-align: center;
    margin-bottom: 20px;
    background: #F8F2D4;
}

.profile-status .ps-block .psb-circle img {
    padding-top: 5px;
}

/*noinspection ALL*/
.profile-status .ps-block.active .psb-circle {
    border: solid 3px #abd02a;
}

.profile-status .ps-block .psb-circle + div {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #4e4d5e;
}

.profile-status .ps-block .psb-circle + div span {
    font-size: 18px;
}

/*noinspection ALL*/
.profile-status .line-status-prg {
    width: 900px;
    height: 26px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -450px;
    background: -webkit-linear-gradient(to top, #f0e6cd, #eadbb8);
    background: -moz-linear-gradient(to top, #f0e6cd, #eadbb8);
    background: linear-gradient(to top, #f0e6cd, #eadbb8);
}

/*noinspection ALL*/
.profile-status .line-status-prg .lsp-progress {
    height: 26px;
    width: 33%;
    background: -webkit-linear-gradient(to top, #9ac110, #b8d457);
    background: -moz-linear-gradient(to top, #9ac110, #b8d457);
    background: linear-gradient(to top, #9ac110, #b8d457);
}

/*noinspection ALL*/
.main-content-second {
    width: 970px;
    margin: 0 auto;
}

/*noinspection ALL*/
.table-profile {
    margin-bottom: 25px;
    text-align: center;
}

/*noinspection ALL*/
.table-profile .tp-table-tr {
    padding: 18px 0;
    border-bottom: 2px dashed #dededd;
    text-align: left;
}

/*noinspection ALL*/
.table-profile .tp-table-tr.tp-table-title {
    background: #f8f2d4;
    color: #b38a50;
    border: 0 none;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td {
    width: 33%;
    display: inline-block;
    vertical-align: middle;
}

.table-profile .tp-table-tr .tp-table-td .btn.btn-green {
    width: 150px;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td:nth-child(1) {
    width: 37%;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td:nth-child(2) {
    width: 14%;
    text-align: center;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td:nth-child(3) {
    width: 29%;
    text-align: center;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td:nth-child(4) {
    width: 18%;
    text-align: center;
}

.table-profile .tp-table-tr .tp-table-td img {
    vertical-align: middle;
    width: 120px;
}

/*noinspection ALL*/
.table-profile .tp-table-tr.tp-table-title .tp-table-td:nth-child(1) {
    padding-left: 30px;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td .tp-img-text {
    width: 210px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    margin-left: 10px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #1974ab;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td .tp-veijer {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 48px;
    background: #e8c072;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    padding-top: 1px;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td .caption {
    color: #3f3974;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td .countdown .number-wrapper:nth-child(2) .number,
.table-profile .tp-table-tr .tp-table-td .countdown .number-wrapper:nth-child(3) .number {
    margin-right: 10px;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td .countdown {
    float: none;
    margin: 0 auto;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td .countdown .number-wrapper .caption {
    bottom: -18px;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td .countdown .number-wrapper:nth-child(1) .caption {
    right: 3px;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td .countdown .number-wrapper:nth-child(2) .caption {
    right: -4px;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td .countdown .number-wrapper:nth-child(3) .caption {
    right: -5px;
}

/*noinspection ALL*/
.table-profile .tp-table-tr .tp-table-td .countdown .number-wrapper:nth-child(4) .caption {
    right: -15px;
}

/*noinspection ALL*/
.profile-tabs-menu {
    margin-bottom: 30px;
}

.profile-tabs-menu ul {
    display: block;
    text-align: center;
}

.white-block .profile-tabs-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

.white-block .profile-tabs-menu.ptm-two ul li {
    margin: 0;
}

.profile-tabs-menu ul li a {
    width: 238px;
    height: 40px;
    display: block;
    text-align: center;
    background: #7e9a1e;
    border-bottom: solid 2px #abd02a;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.profile-tabs-menu ul li a:hover {
    background: #abd02a;
}

/*noinspection ALL*/
.profile-tabs-menu ul li a.active {
    background: #ff5722;
    border-bottom: solid 2px #ff8f22;
}

/*noinspection ALL*/
.profile-tabs-menu ul li a.active:before {
    content: "";
    border: 8px solid transparent;
    border-top: 7px solid #ff8f22;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -4px;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .float-left {
    width: 320px;
    float: left;
    text-align: center;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .float-right {
    width: 640px;
    float: right;
    text-align: center;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .pbl-bal-title {
    margin-bottom: 8px;
}

.main-content-second .profile-tabs-menu + .content_placeholder .floats-block select,
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block input {
    width: 240px;
    text-align: center;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .label {
    width: 240px;
    margin: 0 auto;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .jq-selectbox__select {
    width: 240px;
    margin: 0 auto;
    text-align: center;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .jq-selectbox__dropdown {
    width: 240px;
}

/*noinspection ALL*/
.fbl-sum-opl {
    min-height: 214px;
    width: 100%;
    background: #f0f0ef;
    border-bottom: solid 2px #d6d6d6;
    padding: 14px;
}

/*noinspection ALL*/
.fl-block-cash {
    width: 100%;
    min-height: 378px;
    background: #f0f0ef;
    border-bottom: solid 2px #d6d6d6;
    padding: 14px;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block {
    margin-bottom: 30px;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .bx-pager.bx-default-pager {
    display: none;
}

.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .bx-wrapper .bx-controls-direction a {
    width: 9px;
    height: 14px;
    background: url("../img/arrows.png") no-repeat;
    margin-top: -7px;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .bx-wrapper .bx-controls-direction a.bx-next {
    background-position: -9px 0px;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .bx-wrapper {
    background: none;
    margin-bottom: 15px;
    width: 530px !important;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .bx-wrapper .bx-viewport {
    width: 530px !important;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .bx-wrapper .pay-blocks {
    margin: 0;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .bx-wrapper .bx-prev {
    left: -4px;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .bx-wrapper .bx-next {
    right: -4px;
}

.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .bx-wrapper img {
    margin-top: 3px;
}

.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .float-right .bx-wrapper ul li {
    margin: 0;
    padding: 0;
}

/*noinspection ALL*/
.line.mg-t-b {
    background: none;
    height: 0px;
    border-bottom: dashed 2px #DDDDDC;
    margin-bottom: 23px;
}

/*noinspection ALL*/
.label .select-currency {
    color: #888792;
    left: -120px;
    position: absolute;
    text-align: left;
    top: 10px;
    width: 120px;
    font-size: 16px;
}

/*noinspection ALL*/
.floats-block.payment-order .cash-take {
    text-align: center;
    margin: 0px 0px 30px;
}

.cash-take .line {
    display: inline-block;
    width: 366px;
    background: #f6c7b4;
}

.cash-take .btn.btn-green {
    margin: 0 43px;
    width: 142px;
}

.floats-block.cash-history table th,
.floats-block.cash-history table td {
    padding: 18px 0;
}

.floats-block.cash-history table th {
    background: #f8f2d4;
    color: #b38a50;
    /*font-size: 400;*/
    font-weight: normal;
}

.floats-block.cash-history table a {
    color: #1974ab;
    text-decoration: underline;
}

/*noinspection ALL*/
.floats-block.payment-order .pbl-balance,
.floats-block.profile-exchange .pbl-balance {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-bottom: 0px;
}

/*noinspection ALL*/
.floats-block.payment-order,
.floats-block.profile-exchange {
    text-align: center;
    margin-bottom: 20px;
}

/*noinspection ALL*/
.floats-block.profile-exchange .pbl-balance {
    background: url("../img/change_cp.png") no-repeat;
    width: 481px;
    height: 102px;
}

/*noinspection ALL*/
.floats-block.profile-exchange .pbl-balance input,
.floats-block.profile-exchange .pbl-balance .label {
    width: 430px;
}

/*noinspection ALL*/
.floats-block.profile-data .float-left {
    width: 646px;
    float: left;
}

/*noinspection ALL*/
.floats-block.profile-data .float-right {
    width: 320px;
    float: right;
}

/*noinspection ALL*/
.floats-block.profile-data .float-left .pd-block {
    width: 646px;
    height: 261px;
    background: url("../img/pd1.png") no-repeat;
    margin-bottom: 30px;
    position: relative;
    padding: 20px 25px 25px;
}

/*noinspection ALL*/
.floats-block.profile-data .float-right .pd-block {
    width: 321px;
    height: 261px;
    background: url("../img/pd2.png") no-repeat;
    margin-bottom: 30px;
    position: relative;
    padding: 25px;
}

.floats-block.profile-data + .line {
    border-bottom: 2px dashed #dededd;
    background: 0 none;
    margin-bottom: 20px;
}

/*noinspection ALL*/
.floats-block.profile-data .float-right .pd-block-lit {
    width: 321px;
    height: 136px;
    background: url("../img/pd3.png") no-repeat;
    margin-bottom: 30px;
    position: relative;
    padding: 25px;
}

/*noinspection ALL*/
.pd-title {
    font-size: 18px;
    text-transform: uppercase;
    color: #1974ab;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-bottom: 8px;
}

/*noinspection ALL*/
.pd-floats {
    /*border: solid 1px #000;*/
}

/*noinspection ALL*/
.floats-block.profile-data .pd-floats .float-left {
    width: 264px;
    float: left;
}

/*noinspection ALL*/
.floats-block.profile-data .pd-floats .float-right {
    width: 264px;
    float: right;
}

/*noinspection ALL*/
.floats-block.profile-data .pd-floats .float-right .label select,
.floats-block.profile-data .pd-floats .float-right .label .jq-selectbox {
    width: 32% !important;
    display: inline-block;
    margin: 0px 2px 0px 0px;
}

/*noinspection ALL*/
.floats-block.profile-data .pd-floats .label {
    margin-bottom: 0px;
    height: 56px;
}

.floats-block.profile-data .pd-floats .label.label-pd-text-vert label {
    display: inline-block;
    margin-top: 10px;
}

/*noinspection ALL*/
.label.label-pd-radio {
    text-align: center;
    padding-top: 14px;
}

.label.label-pd-radio label {
    margin-right: 3px;
}

/*noinspection ALL*/
.label.label-pd-radio label.lpr {
    margin-left: 13px;
}

/*noinspection ALL*/
.label.label-pd-radio .jq-radio {
    margin-right: 3px;
}

/*noinspection ALL*/
.floats-block.profile-data .float-left .pd-post-tel {
    background: #f8f2d4;
    height: 427px;
    border-bottom: solid 2px #d6d6d6;
    text-align: center;
}

/*noinspection ALL*/
.floats-block.profile-data .float-left .pd-post-tel .floats-block {
    width: 600px;
    margin: 0 auto;
    padding: 45px 0;
}

/*noinspection ALL*/
.floats-block.profile-data .float-left .pd-post-tel .floats-block .float-left {
    float: left;
    width: 264px;
    /*margin-left: 22px;*/
    position: relative;
}

/*noinspection ALL*/
.floats-block.profile-data .float-left .pd-post-tel .floats-block .float-right {
    float: right;
    width: 300px;
    position: relative;
    margin-right: -22px;
}

/*noinspection ALL*/
.floats-block.profile-data .float-left .pd-post-tel .floats-block .float-right .auth-btn {
    margin-right: -83px;
}

/*noinspection ALL*/
.floats-block.profile-data .float-left .pd-post-tel .floats-block .float-right .podl-four-line,
.popup-step-in .label.lr-steps .float-right .podl-four-line {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 33px;
    height: 40px;
    background: #F8F2D4;
}

/*noinspection ALL*/
.popup-step-in .label.lr-steps .float-right .podl-four-line {
    top: 28px;
    right: 0px;
    width: 15px;
}

/*noinspection ALL*/
.podl-white {
    top: 28px;
    background: none;
    width: auto;
    height: auto;
    position: absolute;
    width: 150px;
    height: 42px;
    background: #fff;
}

/*noinspection ALL*/
.floats-block.profile-data .float-left .pd-post-tel .pd-title {
    margin-bottom: 20px;
}

.floats-block.profile-data .float-left .pd-post-tel .line {
    background: none;
    border-bottom: 3px dashed #fff;
}

.floats-block.profile-data .float-left .pd-post-tel button {
    font-size: 14px;
    text-transform: uppercase;
}

.floats-block.profile-data .float-left .pd-post-tel .floats-block .float-right label {
    width: 110px;
    display: inline-block;
    text-align: left;
}

/*noinspection ALL*/
.floats-block.profile-data .float-left .pd-post-tel .floats-block .float-right input,
.popup-step-in .label.lr-steps .float-right .four-line {
    width: 180px;
    display: inline-block;
    padding: 0px;
    vertical-align: top;
    background: #fff url("../img/four-line.png") no-repeat;
    border-radius: 0;
    letter-spacing: 29px;
    padding: 0px 14px;
}

/*noinspection ALL*/
.popup-step-in .label.lr-steps .float-right .four-line {
    background: #fff url("../img/bg-line.png");
    height: 42px;
    box-shadow: none;
    width: 180px;
    letter-spacing: 31px;
    margin-left: 25px;
}

.pay-method table {
    margin-top: 0px;
}

/*noinspection ALL*/
.method-pay-img {
    background: url("../img/checked-box.png") no-repeat;
    height: 54px;
    width: 117px;
    position: relative;
    display: inline-block;
}

.method-pay-img img {
    display: inline-block;
    width: 100%;
    margin-top: 3px;
}

.pay-method table tr {
    background: #fff;
    border-bottom: dotted 2px #dededd;
}

.pay-method table tr:first-child {
    border-bottom: 0 none;
}

/*noinspection ALL*/
.pay-method-btn {
    width: 43px;
    height: 43px;
    display: inline-block;
    background: url("../img/method-pay-img.png") no-repeat;
}

/*noinspection ALL*/
.title-content {
    color: #a47430;
    font-size: 24px;
    margin-bottom: 15px;
}

/*noinspection ALL*/
.floats-content {
    margin-bottom: 20px;
}

.floats-content p {
    float: left;
    width: 73%
}

.floats-content img {
    float: right;
    width: 25%;
}

.game-description ul li,
.white-block ul li,
.mCustomScrollbar ul li {
    list-style-image: url("../img/content-star.png");
    vertical-align: top;
}

.game-description ul li,
.white-block ul li,
.mCustomScrollbar ul li {
    margin: 8px 0;
    margin-left: 14px;
    padding-left: 6px;
    line-height: 22px;
}

.game-description ol,
.white-block ol,
.mCustomScrollbar ol li {
    counter-reset: li;
    margin-bottom: 25px;
}

.game-description ol li,
.white-block ol li,
.mCustomScrollbar ol li {
    padding-left: 6px;
    margin: 5px 0px 5px 15px;
    line-height: 22px;
    position: relative;
    list-style: none;
}


.game-description ol li::before,
.white-block ol li::before,
.mCustomScrollbar ol li:before {
    color: #7e9a1e;
    content: counter(li);
    counter-increment: li;
    position: absolute;
    text-align: left;
    top: 0px;
    left: -14px;
    width: 2em;
}

.game-description ul,
.game-description ol,
.white-block ul,
.white-block ol,
.mCustomScrollbar ul,
.mCustomScrollbar ol {
    margin-bottom: 15px;
}

.white-block a {
    color: #1974ab;
}

.white-block a:hover {
    text-decoration: underline;
}

/*noinspection ALL*/
.error-title {
    font-size: 28px;
    color: #e90936;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin-bottom: 15px;
}

/*noinspection ALL*/
.start-package.error-btn-main {
    height: auto;
    background: #fff;
}

/*noinspection ALL*/
.start-package.error-btn-main .fl-right {
    float: none;
    padding-top: 53px;
    margin: 0 auto;
    background-position: center top;
    height: 134px;
    display: inline-block;
}

/*noinspection ALL*/
.start-package.error-btn-main .fl-right .btn-blue {
    margin: 0 auto;
    color: #fff;
}

.start-package.error-btn-main .line {
    display: inline-block;
    width: 396px;
}

/*noinspection ALL*/
.contacts-block.text-center {
    margin-top: 30px;
}

/*noinspection ALL*/
.contacts-block.text-center .bonus-block:nth-child(2) {
    margin: 0 35px;
}

.contacts-block.text-center .btn.btn-green {
    width: 190px;
    margin-left: -95px;
    color: #fff;
}

.contacts-block.text-center .bonus-block > div {
    padding: 20px 0;
}

/*noinspection ALL*/
.contact-telephone {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    color: #a47430;
    font-size: 28px;
    padding: 0 !important;
}

/*noinspection ALL*/
.floats-tournaments {
    border-bottom: dotted 2px #dededd;
    padding-bottom: 35px;
    margin-bottom: 35px;
}

/*noinspection ALL*/
.floats-tournaments .float-left {
    width: 381px;
    height: 307px;
    background: url("../img/bg-tr.png") no-repeat;
    float: left;
    position: relative;
    padding: 8px 8px 12px 9px;
}

/*noinspection ALL*/
.floats-tournaments .float-right {
    float: right;
    width: 820px;
}

.floats-tournaments .float-left .btn-orange {
    color: #fff;
}

/*noinspection ALL*/
.fl-tour-img {
    position: relative;
}

/*noinspection ALL*/
.bg-timer {
    background: url("../img/bg-timer.png") no-repeat;
    width: 160px;
    height: 37px;
    position: absolute;
    top: 0px;
    left: 0px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    line-height: 37px;
    padding-left: 46px;
}

.tourn-win-fond span:first-child {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #737eb0;
    display: inline-block;
    width: 104px;
    text-align: center;
    margin-top: 8px;
}

.tourn-win-fond span:last-child {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 30px;
    color: #737eb0;
    font-weight: 700;
    display: inline-block;
    width: 256px;
    float: right;
    text-align: center;
    margin-top: 8px;
}

/*noinspection ALL*/
.floats-tournaments .float-right .title-content {
    font-size: 28px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}

/*noinspection ALL*/
.games.tournaments-games {
    padding: 0;
}

.games.tournaments-games .game {
    width: 162px;
}

/*noinspection ALL*/
.games.tournaments-games .game-hover .gh-title,
.games.tournaments-games .game-hover ul,
.games.tournaments-games .game-demo {
    display: none;
}

.games.tournaments-games .game-hover .btn.btn-green {
    top: 50%;
    color: #fff;
}

.games.tournaments-games .game:nth-child(4n+2) {
    margin-left: 0px;
    margin-right: 0px;
}

.games.tournaments-games .game:nth-child(4n+3) {
    margin-left: 0px;
    margin-right: 0px;
}

.games.tournaments-games .game:nth-child(4n+4) {
    margin-left: 0px;
    margin-right: 0px;
}

.games.tournaments-games .game:nth-child(5n+2) {
    margin-left: 2px;
}

.games.tournaments-games .game:nth-child(5n+3) {
    margin-left: 2px;
}

.games.tournaments-games .game:nth-child(5n+4) {
    margin-left: 2px;
}

.games.tournaments-games .game:nth-child(5n+5) {
    margin-left: 2px;
}

/*noinspection ALL*/
.tournament-date-game {
    margin-bottom: 15px;
}

.games.tournaments-games .game .no-zoom-img img {
    width: auto;
}

/*noinspection ALL*/
.games.tournaments-games .game .no-zoom-img {
    display: inline-block;
    margin: 3px 0px;
}

/*noinspection ALL*/
.tournament-block-slide {
    padding-top: 50px;
    position: relative;
}

.tournament-block-slide img {
    width: 100%;
}

/*noinspection ALL*/
.win-fond {
    text-align: center;
}

/*noinspection ALL*/
.win-fond {
    padding: 5px 0 35px;
    position: relative;
}

.win-fond .sp-fence + span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #737eb0;
    display: block;
}

.win-fond .sp-fence + span + span {
    font-size: 30px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #737eb0;
    display: block;
}

.win-fond .sp-fence {
    top: -18px;
}

/*noinspection ALL*/
.games.tourn-marg {
    margin-bottom: 30px;
}

/*noinspection ALL*/
.tourn-all .btn-all-games {
    padding-top: 26px;
}

/*noinspection ALL*/
.tourn-all {
    margin-bottom: 30px;
}

/*noinspection ALL*/
.tourn-countdown {
    position: absolute;
    width: 380px;
    height: 160px;
    top: 220px;
    left: 50%;
    margin: -80px 0px 0px -190px;
    text-align: center;
}

.tourn-countdown > span:nth-child(1) {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 36px;
    color: #a47430;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

/*noinspection ALL*/
.tourn-countdown .countdown {
    margin: 0 auto;
    float: none;
}

/*noinspection ALL*/
.tourn-countdown .countdown .caption {
    color: #4e4d5e;
    bottom: -18px;
}

/*noinspection ALL*/
.tourn-countdown .countdown .number-wrapper:nth-child(1) .caption {
    right: -1px;
}

.tourn-countdown .countdown .number-wrapper:nth-child(1) span {
    margin-right: 14px;
}

/*noinspection ALL*/
.tourn-countdown .countdown .number-wrapper:nth-child(2) .caption {
    right: -5px;
}

/*noinspection ALL*/
.tourn-countdown .countdown .number-wrapper::before {
    color: #4b448b;
    left: -7px;
    top: 4px;
}

/*noinspection ALL*/
.tourn-countdown .countdown {
    padding-top: 10px;
    padding-left: 10px;
}

/*noinspection ALL*/
.tourn-countdown .countdown .number-wrapper:nth-child(3) .number,
.tourn-countdown .countdown .number-wrapper:nth-child(2) .number,
.tourn-countdown .countdown .number-wrapper:nth-child(4) .number {
    margin-right: 10px;
}

/*noinspection ALL*/
.pbl-balance.pbl-bal-bg {
    background: url("../img/bg-pfl2.png") no-repeat;
    height: 126px;
}

/*noinspection ALL*/
.pbl-bb {
    display: block;
    padding-top: 6px;
}

/*noinspection ALL*/
.pbl-bb .pbl-bb-block,
.pbl-bb .vert-line-bb {
    display: inline-block;
    vertical-align: middle;
}

/*noinspection ALL*/
.pbl-bb .vert-line-bb {
    width: 1px;
    height: 50px;
    background: #DCE0F2;
    margin: 0 40px;
}

.pbl-bb .pbl-bb-block span:first-child {
    display: block;
    color: #737eb0;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.pbl-bb .pbl-bb-block span:last-child {
    display: block;
    color: #737eb0;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

/*noinspection ALL*/
.popup-main {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 140;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);

}

/*noinspection ALL*/
.popup-main .popup-main-in {
    width: 620px;
    background: #F8F2D4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -159px 0px 0px -310px;
    text-align: center;
    padding: 18px 13px;
}

/*noinspection ALL*/
.line-teeth-top {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #f8f2d4 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #f8f2d4 50.5%);
    background-repeat: repeat-x, repeat-x;
    background-position: 10px 0, 10px 0;
    background-size: 10px 10px, 10px 10px;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
}

/*noinspection ALL*/
.line-teeth-bot {
    background-image:
            linear-gradient(to top right, transparent 50.5%, #f8f2d4 50.5%),
            linear-gradient(to top left, transparent 50.5%, #f8f2d4 50.5%);
    background-repeat: repeat-x, repeat-x;
    background-position: 10px 0, 10px 0;
    background-size: 10px 10px, 10px 10px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 0px;
    width: 100%;
}

/*noinspection ALL*/
.popup-main .popup-main-in .popup-teeth-lines {
    border: solid 2px #e8c072;
    padding: 20px 0px;
}

.popup-main .popup-main-in .popup-teeth-lines .btn {
    width: 120px;
}

.popup-main .popup-main-in .popup-teeth-lines p {
    font-size: 16px;
}

/*noinspection ALL*/
.popup-main-in.popup-main-big .popup-block-lines .title {
    margin: 0px 0px 20px;
}

.popup-main-in.popup-main-big .popup-block-lines p {
    font-size: 14px !important;
}

.popup-main-in.popup-main-big .btn.btn-green {
    position: absolute;
    bottom: -10px;
    width: 144px;
    left: 50%;
    margin-left: -72px;
}

/*noinspection ALL*/
.popup-main-in.popup-main-big .screens-popup .screen-popup-in {
    display: inline-block;
    text-align: center;
    width: 48%;
}

.popup-main-in.popup-main-big .screens-popup .screen-popup-in span {
    display: block;
    margin-top: 5px;
}

/*noinspection ALL*/
.popup-main .popup-main-in.popup-main-big {
    width: 970px;
    height: 475px;
    margin: -237px 0px 0px -485px;
    background: url("../img/popup-bg-big.png") no-repeat;
}

/*noinspection ALL*/
.pmi-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 28px;
    color: #a47430;
    display: block;
    margin-bottom: 20px;
}

.pmi-title span {
    color: #1974ab;
}

.popup-main .popup-main-in .line {
    background: none;
    border-bottom: dotted 3px #fff;
}

/*noinspection ALL*/
.popup-main .popup-main-in .popup-block-lines {
    padding: 20px 0;
}

.popup-main .popup-main-in .popup-block-lines p {
    font-size: 18px;
    margin-bottom: 0px;
}

/*noinspection ALL*/
.popup-mib {
    position: relative;
}

.popup-mib a.btn.btn-green {
    width: 216px;
}

/*noinspection ALL*/
.popup-mib .auth-btn {
    position: absolute;
    top: 10px;
    left: 70px;
}

/*noinspection ALL*/
.yellow-block.na-bonus-bd .tourn-countdown {
    width: 450px;
    margin: -80px 0 0 -225px;
}

/*noinspection ALL*/
.bdb-price {
    background: url("../img/start-package.png") no-repeat;
    height: 100px;
    width: 415px;
    margin: 0 auto;
}

.bdb-price span:first-child {
    color: #e90936;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 86px;
    font-weight: 700;
    line-height: 70px;
    padding-top: 13px;
    text-align: center;
}


.bdb-price span:last-child {
    color: #e90936;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
}

/*noinspection ALL*/
.blocks-steps {
    padding: 20px 0;
    position: relative;
}

/*noinspection ALL*/
.title-small {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 24px;
    color: #a47430;
    text-align: center;
}

/*noinspection ALL*/
.floats-blocks-step1,
.floats-blocks-step2,
.floats-blocks-step3 {
    position: relative;
}

/*noinspection ALL*/
.floats-blocks-step1 .float-left {
    float: left;
    width: 430px;
    margin-top: 70px;
}

/*noinspection ALL*/
.floats-blocks-step1 .float-right {
    float: right;
    width: 534px;
}

/*noinspection ALL*/
.block-step-b .title-bonus-blue,
.block-step-b .title-bonus-red {
    color: #1974ab;
    font-size: 26px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
}

/*noinspection ALL*/
.block-step-b .title-bonus-red {
    color: #e90936;
}

/*noinspection ALL*/
.tbb-btn {
    background: url("../img/package-bg.png") center top no-repeat;
    height: 130px;
    width: 419px;
    padding-top: 52px;
    margin: 0 auto;
}

/*noinspection ALL*/
.tbb-btn .btn-blue {
    margin: 0 auto;
    padding: 20px 0 0 0;
}

/*noinspection ALL*/
.floats-blocks-step1 .tbb-btn {
    margin-top: 40px;
}

.blocks-steps .sp-fence {
    top: -33px;
}

/*noinspection ALL*/
.block-step-b.bsb-step2 {
    background: #efe9c9;
}

/*noinspection ALL*/
.floats-blocks-step2 .float-left {
    float: left;
    width: 464px;
    margin-top: -45px;
    margin-left: -45px;
}

/*noinspection ALL*/
.floats-blocks-step2 .float-right {
    float: right;
    width: 500px;
    margin-top: 100px;
}

/*noinspection ALL*/
.floats-blocks-step3 .float-left {
    float: left;
    width: 464px;
    margin-top: 50px;
}

.floats-blocks-step3 .float-left p {
    text-align: center;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: 36px;
}

/*noinspection ALL*/
.floats-blocks-step3 .float-right {
    float: right;
    width: 500px;
    margin-top: 15px;
}

/*noinspection ALL*/
.bonus-obj {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -49px 0px 0px -56px;
}

/*noinspection ALL*/
.floats-blocks-step1 .arrow-bonus {
    position: absolute;
    bottom: -56px;
    left: 346px;
}

/*noinspection ALL*/
.floats-blocks-step2 .arrow-bonus {
    position: absolute;
    bottom: -152px;
    left: 365px;
}

/*noinspection ALL*/
.bonuses-if {
    text-align: center;
}

/*noinspection ALL*/
.if-bonus {
    width: 310px;
    height: 82px;
    background: url("../img/if-bonus.png") no-repeat;
    display: inline-block;
    padding: 15px 0;
    vertical-align: top;
}

/*noinspection ALL*/
.bonuses-if .if-bonus:nth-child(2) {
    margin: 0 15px;
}

/*noinspection ALL*/
.white-block.size-bonuses {
    padding: 30px 0;
}

.bonuses-if .if-bonus span:first-child {
    color: #737eb0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
    display: block;
}

.bonuses-if .if-bonus span:last-child {
    color: #737eb0;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
    display: block;
}

/*noinspection ALL*/
.white-block.size-bonuses .fip-bez-dep {
    top: -38px;
}

/*noinspection ALL*/
.blocks-steps.a-bs .floats-blocks-step1 .float-left {
    margin-top: 170px;
}

/*noinspection ALL*/
.blocks-steps.a-bs .floats-blocks-step2 .float-right {
    margin-top: 50px;
}

/*noinspection ALL*/
.blocks-steps.a-bs .floats-blocks-step3 .float-left {
    margin-top: 150px;
}

/*noinspection ALL*/
.step-podl1,
.step-podl2,
.step-podl3 {
    position: relative;
}

/*noinspection ALL*/
.step-podl1 {
    width: 579px;
    height: 416px;
}

/*noinspection ALL*/
.step-podl2 {
    width: 464px;
    height: 352px;
}

/*noinspection ALL*/
.step-podl3 {
    width: 556px;
    height: 376px;
}

/*noinspection ALL*/
.step-podl1 .step-m,
.step-podl2 .step-m,
.step-podl3 .step-m {
    position: absolute;
}

/*noinspection ALL*/
.step-podl1 .step-m {
    left: 55px;
    top: 150px;
}

/*noinspection ALL*/
.step-podl2 .step-m {
    left: 26px;
    top: 104px;
}

/*noinspection ALL*/
.step-podl3 .step-m {
    left: 26px;
    top: 130px;
}

/*noinspection ALL*/
.tournament-block-slide.db-vip {
    background: #8e97dc url("../img/bg-slide-vip.jpg") center top no-repeat;
}

/*noinspection ALL*/
.tournament-block-slide.vip-page {
    padding-top: 20px;
    padding-bottom: 50px;
}

/*noinspection ALL*/
.container-block .main-content.vip-content-top {
    width: 1226px;
    height: 531px;
    padding: 0;
    background: url("../img/vip-content-top.png") no-repeat;
}

/*noinspection ALL*/
.container-block .main-content.vip-content-bg {
    width: 1226px;
    padding: 0;
    background: url("../img/vip-content-bg.png") repeat-y;
}

/*noinspection ALL*/
.container-block .main-content.vip-content-bottom {
    width: 1226px;
    height: 35px;
    padding: 0;
    background: url("../img/vip-content-bottom.png") no-repeat;
}

/*noinspection ALL*/
.vip-in-content {
    width: 884px;
    margin: 0 auto;
    padding-bottom: 10px;
}

/*noinspection ALL*/
.vc-btn-block {
    width: 492px;
    height: auto;
    background: url("../img/stars-bg-btn.png") center top no-repeat;
    margin: 0 auto;
    padding-top: 18px;
    margin-bottom: 35px;
}

/*noinspection ALL*/
.vc-btn-block a.btn-blue {
    margin-top: 0px;
}

/*noinspection ALL*/
.brown-title {
    color: #a47430;
    font-size: 36px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats .float-left {
    float: left;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats .float-right {
    float: right;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats .title {
    margin: 0px 0px 15px 0px;
}

.main-content.vip-content-bg .vip-in-content .floats p {
    font-size: 24px;
    text-align: center;
    line-height: 34px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats {
    text-align: center;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats a.auth-btn {
    text-transform: uppercase;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block1 .float-left {
    margin-top: 25px;
    margin-left: 30px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block1 .float-right {
    margin-right: 30px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block2 .float-left {
    margin-left: 30px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block2 .float-right {
    margin-right: 30px;
    margin-top: 112px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block3 .float-left {
    margin-top: 76px;
    margin-left: 0px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block3 .float-right {
    margin-right: 16px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block4 .float-left {
    margin-left: 48px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block4 .float-right {
    margin-right: 48px;
    margin-top: 130px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block5 .float-left {
    margin-top: 76px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block6 .float-left {
    margin-left: 48px;
}

/*noinspection ALL*/
.main-content.vip-content-bg .vip-in-content .floats.vc-block6 .float-right {
    margin-right: 48px;
    margin-top: 150px;
}

.floats-block.cash-history.vc-vip th {
    color: #4e4d5e;
}

.floats-block.cash-history.vc-vip span {
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    display: block;
}

.floats-block.cash-history.vc-vip tr {
    background: #fff;
}

.floats-block.cash-history.vc-vip tr {
    border-bottom: dotted 2px #dededd;
}

.floats-block.cash-history.vc-vip tr:first-child {
    border-bottom: 0 none;
}

/*noinspection ALL*/
.vc-title-bot-brown {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 40px;
    color: #a47430;
    text-align: center;
    margin-bottom: 15px;
}

/*noinspection ALL*/
.vc-title-bot-red {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 40px;
    color: #e90936;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.profile-tabs-menu.ptm-two ul li a {
    width: 482px;
}

/*noinspection ALL*/
.down-doc {
    width: 972px;
    height: 147px;
    background: url("../img/pd4.png") no-repeat;
    margin-bottom: 50px;
    position: relative;
    padding: 20px 25px 25px;
    text-align: center;
}

.down-doc .btn.btn-green,
.dm-down .btn.btn-green {
    bottom: -10px;
    left: 50%;
    margin-left: -71px;
    margin-top: 14px;
    position: absolute;
    width: 142px;
}

/*noinspection ALL*/
.down-doc .label {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}

/*noinspection ALL*/
.down-doc .label.dw-block1 {
    width: 264px;
}

.down-doc .label input {
    text-align: center;
}

.down-doc .label .btn.btn-orange {
    width: 152px;
}

/*noinspection ALL*/
.down-doc .label.dw-block2 {
    width: 152px;
}

/*noinspection ALL*/
.label.dw-block3 .balance-bg .balance-bg-block {
    background: none;
    border-radius: 20px;
    width: 110px;
}

/*noinspection ALL*/
.label.dw-block3 .balance-bg {
    width: 110px;
}

/*noinspection ALL*/
.label.dw-block3 .balance-bg,
.label.dw-block3 .bal-b-active {
    border-radius: 20px;
}

/*noinspection ALL*/
.profile-blocks-line.down-sloto-mob {
    margin: 35px 0 20px;
}

/*noinspection ALL*/
.dm-down {
    width: 481px;
    height: 152px;
    display: inline-block;
    background: url("../img/pd5.png") no-repeat;
    margin: 0 5px;
    position: relative;
    padding: 20px 15px;
    vertical-align: top;
}

/*noinspection ALL*/
.dm-down .down-right-img {
    float: none;
    height: auto;
    display: inline-block;
    vertical-align: top;
    width: 230px;
}

.dm-down .down-right-img ul {
    padding: 0;
    margin-bottom: 5px;
}

.dm-down .down-right-img ul li {
    list-style-image: none;
    font-size: 12px;
    margin: 5px 0 5px 14px;
    line-height: 16px;
}

/*noinspection ALL*/
.dm-down .down-install-inst {
    display: block;
}

.dm-down img {
    display: inline-block;
    vertical-align: top;
}

/*noinspection ALL*/
.dm-down .down-right-img.and-qw-block {
    width: 240px;
    margin: 0 10px;
    font-size: 12px;
}

/*noinspection ALL*/
.dm-down .down-right-img.and-qw-block .label.checkbox-block {
    font-size: 12px;
}


/* Sprite icons (start) */

/*noinspection ALL*/
i.icon-chr {
    display: inline-block;
    width: 19px;
    height: 19px;
    background: url("../img/icons-characteristics.png") no-repeat;
    vertical-align: middle;
}

/*noinspection ALL*/
i.chr1 {
    background-position: 0px 0px;
}

/*noinspection ALL*/
i.chr2 {
    background-position: -19px 0px;
}

/*noinspection ALL*/
i.chr3 {
    background-position: -38px 0px;
}

/*noinspection ALL*/
i.chr4 {
    background-position: -57px 0px;
}

/*noinspection ALL*/
i.chr5 {
    background-position: -76px 0px;
}

/*noinspection ALL*/
i.chr6 {
    background-position: -95px 0px;
}

/*noinspection ALL*/
i.chr7 {
    background-position: -114px 0px;
}

/*noinspection ALL*/
i.chr8 {
    background-position: -133px 0px;
}

/*noinspection ALL*/
i.chr9 {
    background-position: -152px 0px;
}

/*noinspection ALL*/
i.chr10 {
    background-position: -171px 0px;
}

/*noinspection ALL*/
i.chr11 {
    background-position: -190px 0px;
}

/*noinspection ALL*/
i.chr12 {
    background-position: -209px 0px;
}

/*noinspection ALL*/
i.chr13 {
    background-position: -228px 0px;
}

/*noinspection ALL*/
i.chr14 {
    background-position: -247px 0px;
}

/*noinspection ALL*/
i.chr15 {
    background-position: -266px 0px;
}

/*noinspection ALL*/
i.chr16 {
    background-position: -285px 0px;
}

/*noinspection ALL*/
i.chr17 {
    background-position: -304px 0px;
}

/*noinspection ALL*/
i.chr18 {
    background-position: 0px -19px;
}

/*noinspection ALL*/
i.chr19 {
    background-position: -19px -19px;
}

/*noinspection ALL*/
i.chr20 {
    background-position: -38px -19px;
}

/*noinspection ALL*/
i.chr21 {
    background-position: -57px -19px;
}

/*noinspection ALL*/
i.chr22 {
    background-position: -76px -19px;
}

/*noinspection ALL*/
i.chr23 {
    background-position: -95px -19px;
}

/*noinspection ALL*/
i.chr24 {
    background-position: -114px -19px;
}

/*noinspection ALL*/
i.chr25 {
    background-position: -133px -19px;
}

/*noinspection ALL*/
i.chr26 {
    background-position: -152px -19px;
}

/*noinspection ALL*/
i.chr27 {
    background-position: -171px -19px;
}

/*noinspection ALL*/
i.chr28 {
    background-position: -190px -19px;
}

/*noinspection ALL*/
i.chr29 {
    background-position: -209px -19px;
}

/*noinspection ALL*/
i.chr30 {
    background-position: -228px -19px;
}

/*noinspection ALL*/
i.chr31 {
    background-position: -247px -19px;
}

/*noinspection ALL*/
i.chr32 {
    background-position: -266px -19px;
}

/*noinspection ALL*/
i.chr33 {
    background-position: -285px -19px;
}

/*noinspection ALL*/
i.chr34 {
    background-position: -304px -19px;
}

/*noinspection ALL*/
i.chr35 {
    background-position: 0px -38px;
}

/*noinspection ALL*/
i.chr36 {
    background-position: -19px -38px;
}

/*noinspection ALL*/
i.chr37 {
    background-position: -38px -38px;
}

/*noinspection ALL*/
i.chr38 {
    background-position: -57px -38px;
}

/*noinspection ALL*/
i.chr39 {
    background-position: -76px -38px;
}

/*noinspection ALL*/
i.chr40 {
    background-position: -95px -38px;
}

/*noinspection ALL*/
i.chr41 {
    background-position: -114px -38px;
}

/*noinspection ALL*/
i.chr42 {
    background-position: -133px -38px;
}

/*noinspection ALL*/
i.chr43 {
    background-position: -152px -38px;
}

/*noinspection ALL*/
i.chr44 {
    background-position: -171px -38px;
}

/*noinspection ALL*/
i.chr45 {
    background-position: -190px -38px;
}

/*noinspection ALL*/
i.chr46 {
    background-position: -209px -38px;
}

/*noinspection ALL*/
i.chr47 {
    background-position: -228px -38px;
}

/*noinspection ALL*/
i.chr48 {
    background-position: -247px -38px;
}

/*noinspection ALL*/
i.chr49 {
    background-position: -266px -38px;
}

/*noinspection ALL*/
i.chr50 {
    background-position: -285px -38px;
}

/*noinspection ALL*/
i.chr51 {
    background-position: -304px -38px;
}

/*noinspection ALL*/
i.chr52 {
    background-position: 0px -57px;
}

/*noinspection ALL*/
i.chr53 {
    background-position: -19px -57px;
}

/*noinspection ALL*/
i.chr54 {
    background-position: -38px -57px;
}

/*noinspection ALL*/
i.chr55 {
    background-position: -57px -57px;
}

/* Sprite icons (end) */

/*noinspection ALL*/
.table-game .table-game-col {
    float: left;
    width: 33.3%;
    font-size: 14px;
}

/*noinspection ALL*/
.table-game .table-game-col:nth-child(1) {
    width: 28.3%;
}

/*noinspection ALL*/
.table-game .table-game-col .table-game-row {
    height: 38px;
}

/*noinspection ALL*/
.table-game .table-game-col .table-game-row .table-game-row-in:first-child {
    float: left;
    width: 50%;
    padding: 4px 0;
}

/*noinspection ALL*/
.table-game .table-game-col .table-game-row .table-game-row-in:last-child {
    float: left;
    width: 50%;
    padding: 4px 0;
}

/*noinspection ALL*/
.table-game .table-game-col:nth-child(2) {
    width: 39%;
    padding: 0 90px;
    position: relative;
}

/*noinspection ALL*/
.table-game .table-game-col:nth-child(2):before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0px;
    width: 1px;
    height: 90px;
    background: #f6c7b4;
}

/*noinspection ALL*/
.table-game .table-game-col:nth-child(2):after {
    content: "";
    position: absolute;
    top: 8px;
    right: 0px;
    width: 1px;
    height: 90px;
    background: #f6c7b4;
}

/*noinspection ALL*/
.table-game .table-game-col:nth-child(3) {
    float: right;
}

/*noinspection ALL*/
.table-game .table-game-col:nth-child(2) .table-game-row .table-game-row-in:first-child {
    width: 80%;
}

/*noinspection ALL*/
.table-game .table-game-col:nth-child(2) .table-game-row .table-game-row-in:last-child {
    width: 20%;
}

/*noinspection ALL*/
.table-game .table-game-col:nth-child(3) {
    width: 24%;
}

/*noinspection ALL*/
.table-game .table-game-col:nth-child(3) .table-game-row .table-game-row-in:first-child {
    width: 70%;
}

/*noinspection ALL*/
.table-game .table-game-col:nth-child(3) .table-game-row .table-game-row-in:last-child {
    width: 30%;
}

.table-game .table-game-col .table-game-row span {
    display: inline-block;
    vertical-align: middle;
}

.table-game .table-game-col .table-game-row .table-game-row-in:first-child span {
    margin-left: 10px;
}

.table-game .table-game-col .table-game-row .table-game-row-in:last-child span {
    font-weight: 700;
}

.table-game .table-game-col .table-game-row .table-game-row-in:last-child a {
    color: #1974ab;
    text-decoration: underline;
}

/*noinspection ALL*/
.main-content .table-game {
    padding-bottom: 25px;
    padding-top: 10px;
}

.jq-selectbox .jq-selectbox__dropdown ul li {
    margin: 0 !important;
}

/*noinspection ALL*/
.tournaments-title {
    width: 873px;
    height: 131px;
    background: url("../img/title-bg.png") no-repeat;
    margin: -86px auto 0;
}

/*noinspection ALL*/
.container-block .main-content.tour-land {
    padding: 0;
}

/*noinspection ALL*/
.container-block .main-content.tour-land .tt-brown {
    color: #a47430;
    font-size: 36px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    margin-top: -30px;
}

.container-block .main-content.tour-land .tt-num span {
    color: #e90936;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
}

.container-block .main-content.tour-land .tt-num span:nth-child(2) {
    font-size: 86px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    margin: 0 10px;
}

/*noinspection ALL*/
.container-block .main-content.tour-land .tt-month {
    width: 683px;
    background: url("../img/tt-line.png") center no-repeat;
    margin: 0 auto;
    font-size: 22px;
    color: #a47430;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

/*noinspection ALL*/
.white-block .main-content-second.tt-status {
    padding: 25px 0 55px;
}

/*noinspection ALL*/
.tt-status-title {
    margin-bottom: 15px;
}

/*noinspection ALL*/
.tt-status-title .tt-block,
.tt-status-bg .tt-block {
    display: inline-block;
    width: 33%;
    text-align: center;
    color: #737eb0;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 14px;
}

/*noinspection ALL*/
.tt-status-bg {
    width: 970px;
    height: 120px;
    background: url("../img/tt-tour.png") no-repeat;
}

/*noinspection ALL*/
.tt-status-bg .tt-block .jq-selectbox__select-text {
    font-weight: normal;
    text-transform: none;
    text-align: center;
}

.tt-status-bg .tt-block .jq-selectbox ul li {
    list-style: none;
    font-weight: normal;
    text-transform: none;
}

/*noinspection ALL*/
.tt-status-bg .tt-block {
    vertical-align: middle;
}

/*noinspection ALL*/
.tt-status-bg .tt-block:nth-child(1) {
    font-size: 30px;
    margin-top: 30px;
}

/*noinspection ALL*/
.tt-status-bg .tt-block:nth-child(2) {
    margin-top: 40px;
}

/*noinspection ALL*/
.tt-status-bg .tt-block:nth-child(3) {
    font-size: 36px;
    margin-top: 28px;
    color: #e90936;
}

/*noinspection ALL*/
.yellow-block .main-content.tt-img {
    position: relative;
    height: 236px;
}

.yellow-block .main-content.tt-img img {
    position: absolute;
    top: -100px;
    right: 0px;
    z-index: 40;
}

/*noinspection ALL*/
.tt-img-text {
    width: 410px;
    padding-top: 30px;
    line-height: 40px;
    margin-left: 20px;
}

.tt-img-text span:nth-child(1),
.tt-img-text span:nth-child(2) {
    display: block;
    text-align: center;
    font-size: 28px;
    color: #1974ab;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
}

.tt-img-text span:nth-child(2) {
    color: #e90936;
}

/*noinspection ALL*/
.floats-tournaments.tt-fl-tour {
    border-bottom: 0 none;
}

/*noinspection ALL*/
.container-block .white-block.normal-block .main-content.tt-moon-btl {
    padding: 30px 0 10px;
}

/*noinspection ALL*/
.container-block .white-block.normal-block .main-content.tt-moon-btl .floats-tournaments.tt-fl-tour {
    margin-bottom: 0px;
    padding-bottom: 20px;
}

/*noinspection ALL*/
.yellow-block.normal-block .main-content.tt-bg-bot {
    padding: 0;
}

/*noinspection ALL*/
.hb-form .label.hb-btn button,
.auth-btn,
.floats-block .label + input[type="button"] {
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: none;
    border: 0 none;
    text-decoration: underline;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1974ab;
}

.floats-block .label + input[type="button"] {
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0;
    text-align: center;
    background: none;
    letter-spacing: normal;
    background: none !important;
    letter-spacing: normal !important;
}

/*noinspection ALL*/
.hb-form .label.hb-btn button:before,
.auth-btn:before,
.floats-block .label + input[type="button"]:before {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-right: 2px;
    background: url("../img/star-blue.png") no-repeat;
}

/*noinspection ALL*/
.hb-form .label.hb-btn button:after,
.auth-btn:after,
.floats-block .label + input[type="button"]:after {
    content: "";
    width: 12px;
    height: 11px;
    display: inline-block;
    margin-left: 2px;
    background: url("../img/star-blue.png") no-repeat;
}

/*noinspection ALL*/
.popup-steps {
    position: absolute;
    top: 43%;
    left: 50%;
    background: url("../img/bg-popup.png") no-repeat;
    width: 574px;
    height: 478px;
    margin: -190px 0px 0px -287px;
    z-index: 60;
}

/*noinspection ALL*/
.popup-steps .ps-title {
    padding-top: 62px;
    line-height: 34px;
}

.popup-steps .ps-title span {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}

.popup-steps .ps-title span:first-child {
    color: #1974ab;
}

.popup-steps .ps-title span:last-child {
    color: #e90936;
}

/*noinspection ALL*/
.popup-steps .popup-step-in {
    width: 410px;
    margin: 0 auto;
    padding-top: 50px;
    color: #888792;
}

.popup-steps .popup-step-in input {
    text-align: center;
}

.popup-steps .popup-step-in .label input {
    width: 192px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: 0px 2px 0px #edce88;
}

/*noinspection ALL*/
.popup-steps .popup-step-in .label.floats-pl input:nth-child(1),
.popup-steps .popup-step-in .label.floats-pl .jq-selectbox {
    float: left;
}

.popup-steps .popup-step-in .label.floats-pl input:nth-child(2) {
    float: right;
}

/*noinspection ALL*/
.popup-steps .popup-step-in .label.floats-pl .mf-step {
    float: right;
    width: 192px;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

/*noinspection ALL*/
.popup-steps .popup-step-in .label.floats-pl .mf-step .jq-radio {
    margin-right: 0px;
    margin-left: 8px;
}

/*noinspection ALL*/
.step-in-title {
    text-align: center;
    margin-bottom: 15px;
}

/*noinspection ALL*/
.label.step-three-s .jq-selectbox {
    display: inline-block;
    width: 32.7%;
}

/*noinspection ALL*/
.popup-steps .popup-step-in .label.floats-pl .jq-selectbox {
    width: 192px;
}

/*noinspection ALL*/
.label.step-three-s .jq-selectbox .jq-selectbox__select,
.popup-steps .popup-step-in .label.floats-pl .jq-selectbox__select {
    font-size: 14px;
    box-shadow: 0px 2px 0px #edce88;
    text-align: center;
}

/*noinspection ALL*/
.label.step-three-s .jq-selectbox .jq-selectbox__dropdown {
    font-size: 14px;
}

/*noinspection ALL*/
.popup-steps .popup-step-in .label {
    text-align: center;
}

.popup-steps .popup-step-in button {
    width: 146px;
}

.popup-steps .popup-step-in .label.step-width-in input {
    width: 100%;
}

/*noinspection ALL*/
.label.btn-step {
    margin-top: 20px;
}

/*noinspection ALL*/
.popup-step-in .label.lr-steps .float-left {
    float: left;
    width: 49%;
}

/*noinspection ALL*/
.popup-step-in .label.lr-steps .float-right {
    float: right;
    width: 49%;
}

.popup-step-in .label.lr-steps .float-right input {
    text-align: left;
}

/*noinspection ALL*/
.popup-step-in .label.lr-steps .step-in-title {
    margin-bottom: 10px;
}

/*noinspection ALL*/
.popup-step-in .label.lr-steps .float-left .auth-btn,
.popup-step-in .label.lr-steps .float-right .auth-btn {
    margin-top: 15px !important;
}

/*noinspection ALL*/
.label.last-step-radio {
    margin: 30px 0 60px;
}

/*noinspection ALL*/
.label.last-step-radio .jq-radio:nth-child(2),
.label.last-step-radio .jq-radio:nth-child(3) {
    margin-left: 20px;
}

.tourn-countdown.a-bon > span:nth-child(1) {
    color: #a47430;
    display: block;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 60px;
}

/*noinspection ALL*/
.a-bon-block {
    text-align: center;
    margin-top: -110px;
    margin-bottom: 40px;
}

.container-block .white-block.a-bon-normal .main-content {
    padding: 0;
}

/*noinspection ALL*/
.a-bon-block .bonus-block:nth-child(3n+2) {
    margin: 0 35px 47px;
}

.bonus-block.bb-third .bonus-steps .bonus-step .step-bg + div.b-step-time span {
    font-size: 18px;
}

.bonus-block.bb-third .bonus-steps .bonus-step .step-bg + div.b-step-time span:first-child {
    margin-bottom: 10px;
}

.a-bon-block .bonus-steps .bonus-step .step-bg span:first-child {
    margin-left: 0px;
    display: inline-block;
    height: 40px;
}

/*noinspection ALL*/
.yellow-block.na-bonus-bd .tourn-countdown.a-bon {
    width: 409px;
    height: 144px;
    background: url("../img/bonus-title.png") no-repeat;
    margin: -72px 0 0 -205px;
    top: 48%;
    padding-top: 54px;
}

/*noinspection ALL*/
.yellow-block.na-bonus-bd .tourn-countdown.tc-welcome {
    top: 55%;
}

/*noinspection ALL*/
.welcome-blocks {
    text-align: center;
    position: relative;
}

/*noinspection ALL*/
.welcome-blocks .wb-block {
    display: inline-block;
    vertical-align: top;
}

/*noinspection ALL*/
.welcome-blocks .wb-block:nth-child(2) {
    margin: 0 140px;
}

/*noinspection ALL*/
.main-content-second.welcome-b-main .title-small {
    margin-bottom: 60px;
}

.welcome-blocks .wb-block div {
    margin-top: -20px;
}

.welcome-blocks .wb-block div span {
    display: block;
}

.welcome-blocks .wb-block div span:nth-child(1) {
    font-size: 18px;
    font-family: "Roboto Condensed",sans-serif;
    margin-top: 12px;
}

.welcome-blocks .wb-block div span:nth-child(2) {
    font-size: 28px;
    font-family: "Roboto Condensed",sans-serif;
    color: #e90936;
    font-weight: 700;
}

.welcome-blocks .wb-block div div {
    margin-top: 0px;
}

/*noinspection ALL*/
.floats-blocks-step1 .welcome-blocks {
    padding-bottom: 50px;
}

/*noinspection ALL*/
.welcome-arr1 {
    position: absolute;
    top: 0px;
    left: 158px;
}

/*noinspection ALL*/
.welcome-arr2 {
    position: absolute;
    top: 10px;
    left: 562px;
}

/*noinspection ALL*/
.welcome-trees1 {
    position: absolute;
    top: -16px;
    left: 226px;
}

/*noinspection ALL*/
.welcome-compass {
    position: absolute;
    bottom: -48px;
    left: -40px;
}

/*noinspection ALL*/
.floats-blocks-step2 .welcome-blocks {
    padding: 50px 0 40px;
}

/*noinspection ALL*/
.floats-blocks-step2 .welcome-blocks .wb-block {
    margin: 0 90px;
}

/*noinspection ALL*/
.welcome-mountains {
    position: absolute;
    top: -20px;
    right: 0px;
}

/*noinspection ALL*/
.welcome-trees3 {
    position: absolute;
    top: 115px;
    left: 60px;
}

/*noinspection ALL*/
.welcome-waves {
    left: -10px;
    position: absolute;
    top: 180px;
}

/*noinspection ALL*/
.welcome-trees2 {
    bottom: 60px;
    position: absolute;
    right: 0;
}

/*noinspection ALL*/
.welcome-arr3 {
    position: absolute;
    right: -36px;
    top: -60px;
}

/*noinspection ALL*/
.welcome-arr4 {
    bottom: 54px;
    left: 330px;
    position: absolute;
}

/*noinspection ALL*/
.welcome-arr5 {
    bottom: -214px;
    left: -10px;
    position: absolute;
}

/*noinspection ALL*/
.floats-blocks-step3 .welcome-blocks {
    padding: 70px 0 40px;
}

/*noinspection ALL*/
.floats-blocks-step3 .welcome-blocks .title-blue-center {
    margin-bottom: 40px;
}

/*noinspection ALL*/
.floats-blocks-step3 .welcome-blocks .welcome-trees2 {
    left: 0px;
    bottom: 45px;
}

/*noinspection ALL*/
.floats-blocks-step3 .welcome-blocks .welcome-trees3 {
    left: 920px;
    top: 90px;
}

/*noinspection ALL*/
.floats-blocks-step3 .welcome-blocks .welcome-waves {
    left: 830px;
}

/*noinspection ALL*/
.step-mon {
    position: absolute;
}

/*noinspection ALL*/
.floats-blocks-step1 .step-mon {
    right: 230px;
    top: 150px;
}

/*noinspection ALL*/
.floats-blocks-step2 .step-mon {
    left: -16px;
    top: 64px;
}

/*noinspection ALL*/
.floats-blocks-step3 .step-mon {
    right: 230px;
    top: 145px;
}

/*noinspection ALL*/
.blocks-steps.bonuses-page-auth {
    padding: 0px 0px 20px;
}

.blocks-steps.bonuses-page-auth .sp-fence {
    top: -13px;
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #EFE9C9 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #EFE9C9 50.5%);    /* 50.5%, иначе угол будет не острый */
    background-repeat: repeat-x, repeat-x;
}

/*noinspection ALL*/
.blocks-steps.bonuses-page-auth .block-step-b.bsb-step2 {
    margin-top: -14px;
}

/*noinspection ALL*/
.profile-tabs-menu.play-nc {
    text-align: center;
}

/*noinspection ALL*/
.profile-tabs-menu.play-nc .play-nc-btn {
    display: inline-block;
    width: 482px;
    height: 64px;
    background: #ff5722;
    position: relative;
    vertical-align: top;
}

.profile-tabs-menu.play-nc input {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    visibility: hidden;
}

/*noinspection ALL*/
.profile-tabs-menu.play-nc .pnc-podl {
    background: #bdbdbd;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
    border-bottom: solid 2px #aeaeae;
}

.profile-tabs-menu.play-nc label {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 64px;
}

/*noinspection ALL*/
.profile-tabs-menu.play-nc label .pnc-radio {
    width: 44px;
    height: 44px;
    background: url("../img/no-active.png") no-repeat;
    position: absolute;
    top: 10px;
    left: 20px;
    z-index: 11;
}

/*noinspection ALL*/
.profile-tabs-menu.play-nc label .pnc-title {
    position: relative;
    z-index: 12;
    width: 100%;
    text-align: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 64px;
}

/*noinspection ALL*/
.profile-tabs-menu.play-nc label input:checked + span.pnc-radio {
    background: url("../img/active.png") no-repeat;
}

/*noinspection ALL*/
.profile-tabs-menu.play-nc label input:checked + span.pnc-radio + div.pnc-podl {
    background: #7e9a1e;
    border-bottom: solid 2px #abd02a;
}

/*noinspection ALL*/
.profile-tabs-menu.play-nc .btn-all-games {
    height: auto;
    padding: 0;
    position: absolute;
    top: 23px;
    right: 12px;
}

.profile-tabs-menu.play-nc .btn-all-games a {
    background: none;
    width: auto;
    height: auto;
    line-height: normal;
    color: #fff;
}

.profile-tabs-menu.play-nc .btn-all-games a::before,
.profile-tabs-menu.play-nc .btn-all-games a::after {
    background: url("../img/white-star.png");
}

/*noinspection ALL*/
.floats-balance .fb-block {
    display: inline-block;
    width: 47%;
    margin: 0 10px;
}

.floats-balance .fb-block input {
    width: 250px;
}

.floats-balance .fb-block .label span:first-child {
    color: #888792;
    margin-right: 10px;
    display: inline-block;
    height: 40px;
    vertical-align: top;
    line-height: 38px;
}

/*noinspection ALL*/
.floats-balance .fb-block .label .jq-selectbox {
    width: 250px;
}

/*noinspection ALL*/
.floats-balance .fb-block .label .jq-selectbox__select {
    text-align: center;
}

/*noinspection ALL*/
.floats-balance {
    margin-top: 14px;
}

/*noinspection ALL*/
.fb-update {
    width: 28px;
    height: 28px;
    background: url("../img/update.png") no-repeat;
    display: inline-block;
    vertical-align: middle;
}

/*noinspection ALL*/
.fb-update:hover {
    opacity: 0.8;
}

/*noinspection ALL*/
.table-pagination {
    text-align: center;
    margin-bottom: 40px;
}

.table-pagination ul li {
    display: inline-block;
}

.table-pagination ul li a {
    display: inline-block;
    width: 30px;
    height: 38px;
    background: #f0f0ef;
    border-radius: 5px;
    font-size: 18px;
    color: #7e9a1e;
    text-align: center;
    line-height: 38px;
}

.table-pagination ul li {
    margin: 0 2px;
    padding: 0;
}

.table-pagination ul li a:hover {
    text-decoration: none;
}

.table-pagination ul li.pn-first a span {
    width: 7px;
    height: 11px;
    background: url("../img/arrows-1.png") no-repeat;
    display: inline-block;
    margin-left: -2px;
}

.table-pagination ul li.pn-last a span {
    width: 7px;
    height: 11px;
    background: url("../img/arrows-1.png") -7px 0px no-repeat;
    display: inline-block;
    margin-right: -2px;
}

/*noinspection ALL*/
.table-pagination ul li a.active,
.table-pagination ul li a:hover {
    color: #1974ab;
}

.table-pagination ul li.pn-first a:hover span {
    background-position: 0px -11px;
}

.table-pagination ul li.pn-last a:hover span {
    background-position: -7px -11px;
}

/*noinspection ALL*/
.bonuses-pl .bonus-block {
    width: 465px;
    height: 519px;
    text-align: center;
    background: url("../img/bonus-bg.png") no-repeat;
    margin: 0 8px;
}

/*noinspection ALL*/
.bonuses-pl .bonus-block .bonus-img {
    width: 363px;
    margin: 0 auto;
}

/*noinspection ALL*/
.bonuses-pl .bonus-block .bb-title {
    border-bottom: none;
}

/*noinspection ALL*/
.bonuses-pl {
    text-align: center;
}

/*noinspection ALL*/
.main-content.terms-of-use {
    padding: 20px 0 40px;
}

/*noinspection ALL*/
.main-content-second.terms-of-use .white-block {
    background: none;
}

/*noinspection ALL*/
.tournament-block-slide.step-bg-main {
    background: url("../img/bg.jpg") no-repeat;
    background-position: 0 50px;
    background-size: cover;
    height: 610px;
    /*overflow: hidden;*/
}

.tournament-block-slide.step-bg-main .animate-center img {
    width: auto;
}

/* Animation steps (start) */

/*noinspection ALL*/
.animate-center {
    margin: 0 auto;
    width: 1300px;
    position: relative;
    height: 545px;
}

/*noinspection ALL*/
.animate-left {
    width: 520px;
    height: 545px;
    position: absolute;
    top: 0px;
    left: -25px;
}

/*noinspection ALL*/
.animate-right {
    width: 520px;
    height: 545px;

    position: absolute;
    top: 0px;
    right: 0px;
}

/*noinspection ALL*/
.anim-king {
    left: 88px;
    position: absolute;
    top: 40px;
    z-index: 30;
}

/*noinspection ALL*/
.anim-king-hand {
    left: 346px;
    position: absolute;
    top: 262px;
    z-index: 29;
    -webkit-transition: ease 0.6s;
    transition: ease 0.6s;
}

/*noinspection ALL*/
.anim-rope {
    left: 427px;
    position: absolute;
    top: -71px;
    z-index: 40;
    -webkit-transition: ease 0.6s;
    transition: ease 0.6s;
}

/*noinspection ALL*/
.anim-rope-on {
    position: absolute;
    top: 0px;
    left: 365px;
    z-index: 41;
}

/*noinspection ALL*/
.anim-cog1 {
    position: absolute;
    top: -5px;
    left: 355px;
    z-index: 39;
    -webkit-transition: all 14s;
    transition: all 14s;
}

/*noinspection ALL*/
.anim-cog2 {
    left: 338px;
    position: absolute;
    top: -20px;
    z-index: 38;
    -webkit-transition: all 14s;
    transition: all 14s;
}

/*noinspection ALL*/
.anim-pipe {
    left: 260px;
    position: absolute;
    top: 0px;
    z-index: 37;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*noinspection ALL*/
.anim-bell {
    left: 180px;
    position: absolute;
    top: -48px;
    z-index: 40;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*noinspection ALL*/
.anim-bell-un {
    left: 262px;
    position: absolute;
    top: -40px;
    z-index: 39;
}

/*noinspection ALL*/
.animate-left .anim-cog1 {
    left: 162px;
    position: absolute;
    top: -28px;
    z-index: 39;
    -webkit-transition: all 14s;
    transition: all 14s;
}

/*noinspection ALL*/
.animate-left .anim-cog2 {
    left: 140px;
    position: absolute;
    top: -30px;
    z-index: 38;
    -webkit-transition: all 14s;
    transition: all 14s;
}

/*noinspection ALL*/
.anim-grass {
    left: 202px;
    position: absolute;
    top: 434px;
    z-index: 40;
}

/*noinspection ALL*/
.anim-cauldron {
    left: 154px;
    position: absolute;
    top: 344px;
    z-index: 39;
}

/*noinspection ALL*/
.anim-cauldron-on {
    left: 158px;
    position: absolute;
    top: 329px;
    z-index: 37;
}

/*noinspection ALL*/
.animate-left.animate-this .anim-bell {
    -webkit-animation-name: shake-bell;
    animation-name: shake-bell;
}

/*noinspection ALL*/
.animate-left.animate-this .anim-cog1 {
    -webkit-transform: rotate(-1080deg);
    transform: rotate(-1080deg);
}

/*noinspection ALL*/
.animate-left.animate-this .anim-cog2 {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
}

/*noinspection ALL*/
.animate-right .anim-king-hand.animate-hand {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    left: 342px;
    top: 280px;
}

/*noinspection ALL*/
.animate-right .anim-rope.animate-hand {
    top: -39px;
}

/*noinspection ALL*/
.animate-right.animate-this .anim-cog1 {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
}

/*noinspection ALL*/
.animate-right.animate-this .anim-cog2 {
    -webkit-transform: rotate(-1080deg);
    transform: rotate(-1080deg);
}

/*noinspection ALL*/
.animate-right.animate-this .anim-pipe {
    -webkit-animation-name: shake;
    animation-name: shake;
}


@-webkit-keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
}

@keyframes shake {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-2px, 0, 0);
        transform: translate3d(-2px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }
}

@-webkit-keyframes shake-bell {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

@keyframes shake-bell {
    from, to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%, 30%, 50%, 70%, 90% {
        -webkit-transform: translate3d(-3px, 0, 0);
        transform: translate3d(-3px, 0, 0);
    }

    20%, 40%, 60%, 80% {
        -webkit-transform: translate3d(3px, 0, 0);
        transform: translate3d(3px, 0, 0);
    }
}

/*noinspection ALL*/
.anim-noney {
    height: 318px;
    left: 185px;
    position: absolute;
    top: 54px;
    width: 154px;
    z-index: 38;
    overflow: hidden;
}

/*noinspection ALL*/
.anim-m1 {
    position: absolute;
    top: -40px;
    left: 10px;
    z-index: 38;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*noinspection ALL*/
.anim-m2 {
    position: absolute;
    top: -45px;
    left: 100px;
    z-index: 38;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-delay: 2.9s;
    animation-delay: 2.9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*noinspection ALL*/
.anim-m3 {
    position: absolute;
    top: -40px;
    left: 72px;
    z-index: 38;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*noinspection ALL*/
.anim-m4 {
    position: absolute;
    top: -52px;
    left: 42px;
    z-index: 38;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*noinspection ALL*/
.anim-m5 {
    position: absolute;
    top: -40px;
    left: 100px;
    z-index: 38;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*noinspection ALL*/
.anim-m6 {
    position: absolute;
    top: -45px;
    left: 70px;
    z-index: 38;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*noinspection ALL*/
.anim-m7 {
    position: absolute;
    top: -40px;
    left: 30px;
    z-index: 38;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*noinspection ALL*/
.anim-m8 {
    position: absolute;
    top: -52px;
    left: 14px;
    z-index: 38;
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-delay: 3.1s;
    animation-delay: 3.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*noinspection ALL*/
.animate-left.animate-this .anim-m1,
.animate-left.animate-this .anim-m5 {
    -webkit-animation-name: money-down1;
    animation-name: money-down1;
}

/*noinspection ALL*/
.animate-left.animate-this .anim-m2,
.animate-left.animate-this .anim-m6 {
    -webkit-animation-name: money-down2;
    animation-name: money-down2;
}

/*noinspection ALL*/
.animate-left.animate-this .anim-m3,
.animate-left.animate-this .anim-m7 {
    -webkit-animation-name: money-down3;
    animation-name: money-down3;
}

/*noinspection ALL*/
.animate-left.animate-this .anim-m4,
.animate-left.animate-this .anim-m8 {
    -webkit-animation-name: money-down4;
    animation-name: money-down4;
}


@-webkit-keyframes money-down1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -40px;
    }


    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 350px;
    }
}

@keyframes money-down1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -40px;
    }


    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 350px;
    }
}

@-webkit-keyframes money-down2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -45px;
    }


    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 380px;
    }
}

@keyframes money-down2 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -45px;
    }


    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 380px;
    }
}

@-webkit-keyframes money-down3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -40px;
    }


    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 400px;
    }
}

@keyframes money-down3 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -40px;
    }


    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 400px;
    }
}

@-webkit-keyframes money-down4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -52px;
    }


    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 380px;
    }
}

@keyframes money-down4 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        top: -52px;
    }


    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        top: 380px;
    }
}

/* Animation steps (end) */

/*noinspection ALL*/
.ac-platform2 {
    bottom: -12px;
    position: absolute;
    right: -86px;
}

/*noinspection ALL*/
.ac-platform1 {
    bottom: -14px;
    left: -104px;
    position: absolute;
}

/*noinspection ALL*/
.ac-wings {
    left: 50%;
    position: absolute;
    top: 12px;
    margin-left: -285px;
}

.popup-steps .ps-title span:first-child  {
    width: 0px;
    margin: 0 auto;
    font-size: 22px;
    white-space:nowrap;
    overflow:hidden;
    -webkit-animation: type 3s steps(50, end);
    animation: type 3s steps(50, end);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}


.popup-steps .ps-title span:last-child  {
    width: 0px;
    margin: 0 auto;
    font-size: 22px;
    white-space:nowrap;
    overflow:hidden;
    -webkit-animation: type 3s steps(50, end);
    animation: type 3s steps(50, end);
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

@keyframes type{
    from {
        width: 0;
    }

    to {
        width: 350px;
    }
}

@-webkit-keyframes type{
    from {
        width: 0;
    }

    to {
        width: 350px;
    }
}

/*noinspection ALL*/
.install-block .ib-block {
    padding-bottom: 25px;
    margin-bottom: 35px;
    position: relative;
}

/*noinspection ALL*/
.install-block .line-dotted {
    border-bottom: dotted 2px #dededd;
    width: 788px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

/*noinspection ALL*/
.install-block .ib-block .float-left,
.platform-steps .platform-steps-block {
    width: 158px;
    height: 158px;
    background: #f8f2d4;
    border: solid 4px #f5d8b3;
    border-radius: 100%;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/*noinspection ALL*/
.install-block .ib-block .float-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    width: 780px;
}

/*noinspection ALL*/
.install-block .ib-block .float-left .ib-star,
.platform-steps .platform-steps-block .ib-star {
    width: 50px;
    height: 48px;
    display: block;
    margin: -28px auto 0;
    background: url("../img/star-1.png") no-repeat;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 48px;
}

/*noinspection ALL*/
.install-block .ib-block .float-left .i1 {
    margin-top: 10px;
}

/*noinspection ALL*/
.install-block .ib-block .float-left .i4 {
    margin-top: 20px;
}

/*noinspection ALL*/
.install-block .ib-block .float-left .i5 {
    margin-top: 32px;
}

/*noinspection ALL*/
.install-block .ib-block .float-left .i6 {
    margin-top: 15px;
}

/*noinspection ALL*/
.ib-form .jq-selectbox {
    width: 80px;
    float: left;
    display: block;
}

/*noinspection ALL*/
.ib-form .jq-selectbox .jq-selectbox__select {
    border-top: solid 2px #f6dab8;
    border-bottom: solid 2px #f6dab8;
    border-left: solid 2px #f6dab8;
    height: 45px;
    line-height: 43px;
    width: 80px;
    border-radius: 8px 0px 0px 8px;
}

.ib-form input {
    display: block;
    float: left;
    width: 188px;
    border: solid 2px #f6dab8;
    border-radius: 8px;
    height: 45px;
    line-height: 43px;
    color: #888792;
}

.ib-form .line {
    width: 2px;
    height: 41px;
    background: #f8f2d4;
    position: absolute;
    left: 80px;
    top: 2px;
}

/*noinspection ALL*/
.ib-form .label.checkbox-block {
    margin: 13px 15px;
}

/*noinspection ALL*/
.ib-form .label {
    display: inline-block;
    vertical-align: top;
}

.ib-form .label .btn.btn-green {
    width: 142px;
}

/*noinspection ALL*/
.install-block .ib-block .btn-blue {
    margin: 10px 0 0;
    color: #fff;
}

/*noinspection ALL*/
.install-block .ib-block .ib-down {
    left: 82px;
    position: absolute;
    top: 77px;
}

/*noinspection ALL*/
.install-block .ib-block .ib-pointer {
    left: 94px;
    position: absolute;
    top: 100px;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .label.label-qiwi {
    margin-left: 154px;
    width: 186px;
    float: left;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .label.label-qiwi .select-currency {
    width: 90px;
    left: -90px;
}

/*noinspection ALL*/
.main-content-second .profile-tabs-menu + .content_placeholder .floats-block .label.label-qiwi .jq-selectbox__select {
    margin: 0;
    width: 180px;
}

.label.label-qiwi + #cassa-pays-add-fields label {
    display: none;
}

/*noinspection ALL*/
.label.label-qiwi + #cassa-pays-add-fields {
    float: right;
    margin-right: 64px;
}

/*noinspection ALL*/
.label.label-qiwi + #cassa-pays-add-fields .label {
    width: 200px !important;
}

.label.label-qiwi + #cassa-pays-add-fields .label input {
    width: 200px !important;
    border-radius: 5px !important;
}

/*noinspection ALL*/
.platform-pl-block {
    position: absolute;
    width: 970px;
    top: 50%;
    left: 50%;
    margin: -100px 0px 0px -485px;
    text-align: center;
    color: #fff;
}

.platform-pl-block img {
    width: auto;
    margin-bottom: 15px;
}

/*noinspection ALL*/
.platform-pl-block .pb-bl-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.platform-pl-block p {
    font-size: 18px;
    line-height: 26px;
}

/*noinspection ALL*/
.wf-pc-block {
    margin-top: -106px;
    z-index: 1;
    position: relative;
}

/*noinspection ALL*/
.wf-pc-block .brown-title {
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
}

/*noinspection ALL*/
.wf-btn {
    width: 624px;
    background: url("../img/bg-btn.png") no-repeat;
    margin: 0 auto;
    padding-top: 52px;
}

.wf-btn a {
    margin-top: 0px;
}

/*noinspection ALL*/
.wf-btn a.btn-blue.wf-bb-large {
    text-transform: uppercase;
    width: 516px;
    background: url("../img/btn.png") no-repeat;
}

/*noinspection ALL*/
.wf-btn a.btn-blue:hover {
    background-position: 0 -66px;
}

/*noinspection ALL*/
.platform-steps .platform-steps-block {
    width: 190px;
    height: 190px;
    background: #fcf9e7;
}

.platform-steps .platform-steps-block:nth-child(1) img {
    margin-top: 40px;
}

.platform-steps .platform-steps-block:nth-child(2) img {
    margin-top: 50px;
}

.platform-steps .platform-steps-block:nth-child(3) img {
    margin-top: 20px;
}

/*noinspection ALL*/
.platform-steps {
    margin: 60px 0 20px;
    position: relative;
}

/*noinspection ALL*/
.platform-steps .platform-steps-block:nth-child(2) {
    margin: 0 60px;
}

/*noinspection ALL*/
.platform-steps .ar1 {
    position: absolute;
    top: -24px;
    left: 280px;
}

/*noinspection ALL*/
.platform-steps .ar2 {
    position: absolute;
    top: -24px;
    left: 534px;
}

/*noinspection ALL*/
.white-block.normal-block.platform-block1 .fip-bez-dep {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #bcb0d2 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #bcb0d2 50.5%);
}

/*noinspection ALL*/
.white-block.normal-block.platform-block1 {
    background: url("../img/slide2.jpg") no-repeat;
    background-size: cover;
    height: 530px;
}

/*noinspection ALL*/
.blue-title {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 28px;
    color: #1974ab;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}

/*noinspection ALL*/
.white-block.normal-block.platform-block1 .main-content-second {
    padding: 40px 0;
}

/*noinspection ALL*/
.take-codes-text {
    text-align: center;
    font-size: 18px;
    margin-bottom: 25px;
}

.take-codes-text p {
    line-height: 26px;
    margin-bottom: 40px;
}

.wf-btn a span {
    color: #fff;
}

/*noinspection ALL*/
.main-content-second.tt-status {
    position: relative;
}

/*noinspection ALL*/
.main-content-second.tt-status .game-at {
    bottom: -46px;
    position: absolute;
    right: -208px;
}

/*noinspection ALL*/
.yellow-block.normal-block.platform-block2 {
    background: url("../img/slide3.jpg") no-repeat;
    background-size: cover;
    height: 438px;
}

.yellow-block.normal-block.platform-block2 .sp-fence {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #3E7BD4 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #3E7BD4 50.5%);
}

/*noinspection ALL*/
.yellow-block.normal-block.platform-block2 .main-content-second {
    padding: 60px 0;
}

/*noinspection ALL*/
.yellow-block.normal-block.platform-block2 .white-title {
    color: #fff;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.yellow-block.normal-block.platform-block2 .white-title + p {
    line-height: 26px;
    margin-bottom: 40px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-bottom: 35px;
}

/*noinspection ALL*/
.yellow-block.normal-block.platform-block2 .wf-btn a.btn-blue {
    background: url("../img/btn-green.png");
}

/*noinspection ALL*/
.yellow-block.normal-block.platform-block2 .wf-btn a.btn-blue:hover {
    background-position: 0 -66px;
}

/*noinspection ALL*/
.footer-menus .main-content .fm-blocks.fm-propos.footer-platform {
    height: 251px;
    background: url("../img/footer-bg.png") no-repeat;
}

/*noinspection ALL*/
.footer-menus .main-content .fm-blocks.fm-propos.footer-platform span.fb-block1 {
    font-size: 28px;
    color: #1974ab;
    margin-top: 98px;
    margin-bottom: 2px;
}

/*noinspection ALL*/
.footer-menus .main-content .fm-blocks.fm-propos.footer-platform span.fb-block2 {
    color: #e90936;
    font-size: 60px;
    line-height: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-align: left;
    padding-left: 120px;
}

.footer-menus .main-content .fm-blocks.fm-propos.footer-platform span.fb-block2 sup {
    font-size: 16px;
    font-family: "Roboto Condensed",sans-serif;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
    line-height: 20px;
}

/*noinspection ALL*/
.white-block.normal-block.platform-block1.novotech-block1 {
    background: url("../img/slide5.jpg") no-repeat;
    background-size: cover;
}

/*noinspection ALL*/
.white-block.normal-block.platform-block1.novotech-block1 .fip-bez-dep {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #feffff 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #feffff 50.5%);
}

/*noinspection ALL*/
.yellow-block.normal-block.platform-block2.novotech-block2 {
    background: url("../img/slide6.jpg") no-repeat;
    background-size: cover;
}

.yellow-block.normal-block.platform-block2.novotech-block2 .sp-fence {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #66182E 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #66182E 50.5%);
}

.tbb-btn a {
    color: #fff;
}

.yellow-block.normal-block.platform-block2 .tbb-btn a {
    background: url("../img/btn-green-lit.png") no-repeat;
}

.yellow-block.normal-block.platform-block2 .tbb-btn a:hover {
    background-position: 0 -66px;
}

/*noinspection ALL*/
.white-block.normal-block.platform-block1.superomatic-block1 {
    background: url("../img/superomslide5.jpg") no-repeat;
    background-size: cover;
}

/*noinspection ALL*/
.yellow-block.normal-block.platform-block2.superomatic-block2 {
    background: url("../img/superomslide6.jpg") no-repeat;
    background-size: cover;
}

/*noinspection ALL*/
.white-block.normal-block.platform-block1.superomatic-block1 .fip-bez-dep {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #eed7e1 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #eed7e1 50.5%);
}

.yellow-block.normal-block.platform-block2.superomatic-block2 .sp-fence {
    background-image:
            linear-gradient(to bottom right, transparent 50.5%, #050a32 50.5%),
            linear-gradient(to bottom left, transparent 50.5%, #050a32 50.5%);
}

.white-block .game-hover ul li {
    margin: 0px !important;
}

.floats-block.cash-history.vc-vip table th {
    padding: 8px 0 18px !important;
}

/*noinspection ALL*/
.btn.disabled {
    background: #bdbdbd;
    border-top: solid 2px #aeaeae;
    border-bottom: solid 2px #aeaeae;
    cursor: default;
    opacity: 1 !important;
}

/*noinspection ALL*/
.winners-dates .winners-item .win-btn {
    background: #f8f2d4;
    color: #4e4d5e;
    cursor: pointer;
    line-height: 48px;
    text-align: left;
}

.winners-dates .winners-item .win-btn i {
    font-style: normal;
    color: #7e9a1f;
}

/*noinspection ALL*/
.winners-dates .winners-item .win-btn:hover {
    background: #faf8eb;
}

.winners-dates .winners-item .win-btn span {
    /*noinspection CssUnknownTarget*/
    background: rgba(0, 0, 0, 0) url("arrows-2.png") no-repeat scroll 0 -6px;
    display: inline-block;
    height: 6px;
    margin-bottom: 2px;
    margin-left: 6px;
    vertical-align: middle;
    width: 10px;
}

.winners-dates .winners-item .win-btn.active span {
    background-position: 0 0;
}

/*noinspection ALL*/
.win-btn {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 33, 36, 1) 0%, rgba(0, 16, 18, 1) 100%) repeat scroll 0 0;
    border-radius: 10px;
    color: #24ffff;
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    text-align: left;
}

/*noinspection ALL*/
.win-btn:hover {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(1, 47, 51, 1) 0%, rgba(1, 25, 28, 1) 100%) repeat scroll 0 0;
}

/*noinspection ALL*/
.winners-dates .winners-item .win-btn:active,
.winners-dates .winners-item .win-btn.active {
    background: #faf8eb;
}

/*noinspection ALL*/
.winners-item .win-btn span.how-arrow {
    /*noinspection CssUnknownTarget*/
    background: rgba(0, 0, 0, 0) url("arrows-3.png") repeat scroll 0 0;
    display: block;
    float: right;
    height: 28px;
    margin-top: 10px;
    width: 28px;
}

/*noinspection ALL*/
.winners-item .win-btn.active span.how-arrow {
    background-position: 0 -28px;
}

/*noinspection ALL*/
.winners-item {
    margin-bottom: 10px;
}

/*noinspection ALL*/
.winners-item .winners-item-table {
    display: none;
    padding: 15px 20px;
    background: #f0f0ef;
    margin-top: 10px;
    border-radius: 10px;
}

/*noinspection ALL*/
.winners-dates .winners-item .win-btn .how-arrow {
    float: right;
}

/*noinspection ALL*/
.fancybox .fancybox-in {
    background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 0.2s ease 0s;
    width: 100%;
}

.fancybox .fancybox-in img {
    display: inline-block;
    margin-top: -34px !important;
}

/*noinspection ALL*/
.fancybox:hover .fancybox-in {
    opacity: 1;
}

/*noinspection ALL*/
.block-how-imgs-line {
    text-align: center;
    margin-bottom: 20px;
}

/*noinspection ALL*/
.fancybox {
    display: inline-block;
    margin: 0 14px;
    position: relative;
}

.fancybox img {
    display: block;
}

/*noinspection ALL*/
.how-imgs-text {
    text-align: center;
    margin-bottom: 20px;
}

.how-imgs-text p {
    display: inline-block;
    width: 46%;
    vertical-align: top;
    margin: 0 14px;
    text-align: left;
}

/*noinspection ALL*/
.container-block.registration-block .label.checkbox-block .jq-checkbox {
    margin-right: 6px;
}

.container-block.registration-block .label.checkbox-block a {
    color: #1974ab;
}

/*noinspection ALL*/
.sorty-blocks .bonus-block:nth-child(2) .sb-desc {
    padding: 5px 0px 10px;
}

.sorty-blocks .bonus-block:nth-child(3) img {
    margin-top: 4px;
}

/*noinspection ALL*/
.game-screen .fancybox {
    margin: 0;
}

/*noinspection ALL*/
.sorty-blocks .bonus-block:nth-child(1) .sb-desc {
    padding: 2px 0;
}

/*noinspection ALL*/
.sorty-blocks .bonus-block:nth-child(2) .sb-desc {
    padding: 3px 0;
}

.bd-main-block .main-content .float-right > img {
    margin-top: -14px;
}

.tourn-table-width tr:nth-child(1) th:nth-child(1) {
    width: 156px;
}

.tourn-table-width tr:nth-child(1) th:nth-child(2) {
    width: 248px;
}

.tourn-table-width tr:nth-child(1) th:nth-child(3) {
    width: 301px;
}

.tourn-table-width tr:nth-child(1) th:nth-child(4) {
    width: 313px;
}

.tourn-table-width tr:nth-child(1) th:nth-child(5) {
    width: 212px;
}

/*noinspection ALL*/
.gi-game-block .float-right .tab {
    padding: 10px;
}

.floats-block.cash-history.pay-method table tr:nth-child(1) th:nth-child(1) {
    width: 150px;
}

.floats-block.cash-history.pay-method table tr:nth-child(1) th:nth-child(2) {
    width: 180px;
}

.floats-block.cash-history.pay-method table tr:nth-child(1) th:nth-child(3) {
    width: 151px;
}

.floats-block.cash-history.pay-method table tr:nth-child(1) th:nth-child(4) {
    width: 260px;
}

.floats-block.cash-history.pay-method table tr:nth-child(1) th:nth-child(5) {
    width: 116px;
}

.floats-block.cash-history.pay-method table tr:nth-child(1) th:nth-child(6) {
    width: 113px;
}

/*noinspection ALL*/
.head-crown {
    position: absolute;
    top: -20px;
    left: 10px;
    width: 30px;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(1) a i.crown-head-icon1 {
    background: url("../img/crownProfile.png") 0px 0px no-repeat;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(1) a i.crown-head-icon2 {
    background: url("../img/crownProfile.png") -31px 0px no-repeat;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(1) a i.crown-head-icon3 {
    background: url("../img/crownProfile.png") -62px 0px no-repeat;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(1) a i.crown-head-icon4 {
    background: url("../img/crownProfile.png") -93px 0px no-repeat;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(1) a i.crown-head-icon5 {
    background: url("../img/crownProfile.png") -124px 0px no-repeat;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(1) a i.crown-head-icon6 {
    background: url("../img/crownProfile.png") -155px 0px no-repeat;
}

/*noinspection ALL*/
.a-profile-block .apb-block:nth-child(1) a i.crown-head-icon7 {
    background: url("../img/crownProfile.png") -186px 0px no-repeat;
}

.tbb-btn.win-step a img {
    width: auto;
    display: inline-block;
    margin: 0 6px;
}

.tbb-btn.win-step a div {
    display: inline-block;
    text-transform: uppercase;
    text-align: left;
    margin: 0 6px;
    line-height: 20px;
}

.tbb-btn.win-step a {
    padding-top: 13px;
}

/*noinspection ALL*/
.tbb-btn.win-step {
    margin-top: 40px;
}

/*noinspection ALL*/
.game-tooltip {
    position: absolute;
    top: 110px;
    right: 0px;
    width: 270px;
    background: rgba(190, 41, 71, 0.95);
    z-index: 101;
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 4px 0;
    line-height: 20px;
    display: none;
}

/*noinspection ALL*/
.game-tooltip:before {
    content: "";
    border: 7px solid transparent;
    border-bottom: 6px solid rgba(190, 41, 71, 0.95);
    position: absolute;
    top: -13px;
    left: 71%;
    margin-left: -4px;
}

/*noinspection ALL*/
.popup-main .popup-main-in.popup-welcome {
    width: 970px;
    margin-left: -485px;
    margin-top: -370px;
}

/*noinspection ALL*/
.popup-main .popup-main-in.popup-welcome .pmi-title {
    text-transform: uppercase;
    font-size: 28px;
    display: block;
}

/*noinspection ALL*/
.popup-main .popup-main-in.popup-welcome .popup-teeth-lines .pmi-title {
    margin-bottom: 30px;
}

/*noinspection ALL*/
.popup-main .popup-main-in.popup-welcome .popup-float-text {
    display: inline-block;
    width: 53%;
    vertical-align: top;
    text-align: left;
    margin-right: 50px;
    float: left;
}

/*noinspection ALL*/
.popup-main .popup-main-in.popup-welcome .popup-float-img {
    display: inline-block;
    vertical-align: top;
    float: right;
}

/*noinspection ALL*/
.popup-p-title {
    font-size: 24px;
    color: #1974ab;
    font-weight: 700;
    margin-bottom: 20px;
}

/*noinspection ALL*/
.text-red {
    color: #e90936;
}

/*noinspection ALL*/
.text-brown {
    color: #a47430;
}

/*noinspection ALL*/
.popup-text-blue {
    color: #1974ab;
    font-size: 18px;
}

/*noinspection ALL*/
.popup-main .popup-main-in .popup-teeth-lines {
    padding: 20px 30px 20px;
}

/*noinspection ALL*/
.popup-main .popup-main-in.wel2 .popup-teeth-lines {
    padding: 30px 30px 20px;
}

/*noinspection ALL*/
.popup-main .popup-main-in.popup-welcome.wel3 .popup-float-text {
    width: 50%;
    margin-right: 0px;
    margin-top: 50px;
}

/*noinspection ALL*/
.popup-main .popup-main-in.popup-welcome.wel3 .popup-float-img.popup-left {
    float: left;
}

/*noinspection ALL*/
.popup-main .popup-main-in.popup-welcome.wel3 .popup-float-text.popup-right {
    float: right;
    width: 56%;
}

/*noinspection ALL*/
.popup-main .popup-main-in .popup-teeth-lines .btn.i-agree {
    width: 180px;
}

.white-block .profile-tabs-menu ul li {
    padding: 0px 2px;
}

.white-block .profile-tabs-menu.ptm-two ul li {
    padding: 0px 0px;
}

/*noinspection ALL*/
.popup-name2,
.popup-name3,
.popup-name4 {
    display: none;
}

.win-fond.na-vip .sp-fence + span {
    color: #4e4d5e;
}

.win-fond.na-vip .sp-fence + span + span {
    color: #e90936;
    font-size: 18px;
    margin-top: 5px;
}

.floats-block.table-vip table {
    border-bottom: dotted 2px #dededd;
    margin: 0px 0px 30px;
}

.floats-block.table-vip table tr:nth-child(2n) {
    background: #fff;
}

.floats-block.table-vip table tr:nth-child(2n) {
    background: #fff;
}

/*noinspection ALL*/
.swal2-modal {
    background: #fff;
}

/*noinspection ALL*/
.a-bon-block.bonuses-vip {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
}
/*
.floats-block.cash-history.flexable-cell table tr:first-child th:nth-child(1) {
	width: 100px;
}
*/
.floats-block.cash-history.flexable-cell table tr:first-child th:nth-child(2) {
    width: 160px;
}
/*
.floats-block.cash-history.flexable-cell table tr:first-child th:nth-child(3) {
	width: 180px;
}

.floats-block.cash-history.flexable-cell table tr:first-child th:nth-child(4) {
	width: 193px;
}

.floats-block.cash-history.flexable-cell table tr:first-child th:nth-child(5) {
	width: 153px;
}

.floats-block.cash-history.flexable-cell table tr:first-child th:nth-child(6) {
	width: 149px;
}

.floats-block.cash-history.flexable-cell table tr:first-child th:nth-child(7) {
	width: 123px;
}*/

/*noinspection ALL*/
.pbl-block .line, .main-content-second .profile-tabs-menu + .floats-block .line.line-dash {
    margin: 22px 0 17px -25px;
    border-bottom: dotted 2px #dededd;
}

/*noinspection ALL*/
.bg-money {
    width: 321px;
    height: 131px;
    background: url("../img/bg-money.png") no-repeat;
    padding-top: 42px;
}

/*noinspection ALL*/
.bg-money .btn-blue {
    width: 272px;
    height: 45px;
    background: url("../img/btn-money.png") no-repeat;
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    margin: 0 auto;
}

.bg-money .btn-blue span::before,
.bg-money .btn-blue span::after {
    margin-top: 2px;
}

/*noinspection ALL*/
.bg-money .btn-blue:hover {
    background-position: 0px -45px;
}

/*noinspection ALL*/
.file_upload .button {
    margin-right: 14px;
}

/*noinspection ALL*/
.main-content .main-content-second {
    padding-bottom: 30px;
}

/*noinspection ALL*/
.game-description.game-platform-block {
    padding: 0px 0px 15px;
}

/*noinspection ALL*/
.profile-blocks-line .pbl-block:nth-child(2) .pbl-un-block,
.profile-blocks-line .pbl-block:nth-child(1) .pbl-un-block {
    height: 361px ! important;
}

/*noinspection ALL*/
.zaglushka {
    text-align: center;
}

.zaglushka span {
    font-size: 18px;
    color: #4e4d5e;
    display: block;
    line-height: 26px;
}

.zaglushka div {
    font-size: 28px;
    color: #a47430;
    margin-top: 20px;
}

/*noinspection ALL*/
.container-block .main-content .rb-block .label.checkbox-block.reg-chbx {
    text-align: left;
    width: 260px;
    margin: 0 auto 7px;
}

/*noinspection ALL*/
.container-block .main-content .rb-block .label.checkbox-block.reg-chbx + .label.hb-btn {
    margin-top: 20px;
}

/*noinspection ALL*/
.game-zag {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(35, 36, 55, 0.9);
    z-index: 1;
    text-align: center;
    padding: 40px 0;
}

/*noinspection ALL*/
.game-zag .game-zag-center {
    width: 460px;
    height: 480px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -245px 0px 0px -230px;
}

.game-zag img {
    margin-bottom: 10px;
}

/*noinspection ALL*/
.game-zag .title {
    color: #fff;
}

/*noinspection ALL*/
.game-zag .tbb-btn .btn-blue {
    padding-top: 22px;
}

/*noinspection ALL*/
.pencil-input {
    width: 19px;
    height: 19px;
    background: url("../img/pencil.jpg") no-repeat;
    position: absolute;
    top: 11px;
    right: 12px;
}

/*noinspection ALL*/
.pencil-input:hover {
    opacity: 0.7;
}

.floats-block.profile-data .float-left .pd-post-tel .floats-block .float-left input {
    padding: 0 40px 0 15px;
}

/*noinspection ALL*/
.footer-pay-icons {
    text-align: center;
    margin: 0px 0 18px 0;
}


.footer-pay-icons a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}


.footer-pay-icons.fpi-top a {
    margin: 0 7px;
}

.footer-pay-icons a:hover {
    opacity: 0.7;
}

/*noinspection ALL*/
.button-ny {
    width: 330px;
    height: 89px;
    display: block;
    margin-top: -18px;
    margin-bottom: 8px;
    margin-left: -10px;
}

.button-ny img {
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.button-ny:hover img {
    opacity: 0.8;
}

/*noinspection ALL*/
@media screen and (max-width: 1680px) {
    /*noinspection ALL*/
    .tourn-countdown {
        top: 200px;
    }

    /*noinspection ALL*/
    .a-bon-block {
        margin-top: -90px;
    }

    /*noinspection ALL*/
    .platform-pl-block {
        top: 40%;
    }
}

/*noinspection ALL*/
@media screen and (max-width: 1460px) {
    /*noinspection ALL*/
    .tourn-countdown {
        top: 190px;
    }

    /*noinspection ALL*/
    .a-bon-block {
        margin-top: -70px;
    }
}

/*noinspection ALL*/
@media screen and (max-width: 1460px) {
    /*noinspection ALL*/
    .tourn-countdown {
        top: 190px;
    }
}

/*noinspection ALL*/
@media screen and (max-width: 1350px) {
    /*noinspection ALL*/
    .tourn-countdown {
        top: 170px;
    }
}

@media screen and (max-width: 1280px) {
    .header {
        position: absolute;
        min-width: 1226px;
    }
}














