/* helping adds*/
/*noinspection ALL*/
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0;
    overflow: hidden;
}

/*noinspection ALL*/
.cfix:after {
    content: '';
    display: block;
    height: 0;
    font-size: 1px;
    line-height: 1px;
    overflow: hidden;
    clear: both;
}

/*noinspection ALL*/
.juster {
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

/*noinspection ALL*/
.gameplay__canvas_inner {
    min-height: 708px;
}

/*noinspection ALL*/
.jfix-after:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

/*noinspection ALL*/
.vfix {
    height: 100%;
    width: 0px;
    display: inline-block;
    vertical-align: middle;
}

/*noinspection ALL*/
.vfix-before:before {
    content: '';
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}

.hidden-block {
    position: absolute;
    left: -99999em;
    top: -99999em;
}

/* /helping adds*/
/* base styles*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

*, body, html {
    -webkit-text-size-adjust: none;
    -webkit-appearance: none;
    max-height: 9001em;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    width: 100%;
    min-width: 320px;
    font-family: "Roboto", arial, sans-serif;
    background: #fff;
    color: #3d3d3d;
    position: relative;
    font-size: 16px;
    line-height: 1;
    overflow-x: hidden;
}

img {
    vertical-align: bottom;
    border: 0;
    max-width: 100%;
}

/* /base styles */
/* wraps styling*/
.mbox {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.mbox:after {
    content: "";
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0;
    overflow: hidden;
    display: block;
}

/* /wraps styling*/
@media screen and (min-width: 768px) {
    .mbox {
        max-width: 700px;
    }
}

@media screen and (min-width: 1000px) {
    .mbox {
        max-width: 940px;
    }
}

@media screen and (min-width: 1239px) {
    .mbox {
        max-width: 1180px;
    }
}

@media screen and (min-width: 1441px) {
    .mbox {
        max-width: 1420px;
    }
}

/*noinspection ALL*/
.footer_placeholder {
    height: 200px;
}

.footer {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    overflow: hidden;
}

a[x-apple-data-detectors], p[x-apple-data-detectors], span[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

/*End Layout*/
/*fonts*/
@font-face {
    font-family: "TotShrift";
    src: url("9.eot");
    src: url("10.eot#iefix") format("embedded-opentype"), url("TotShrift-BoldBold.woff") format("woff"), url("TotShrift-BoldBold.ttf") format("truetype"), url("TotShrift-BoldBold.svg#TotShrift") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Garishing";
    src: url("3.eot");
    src: url("Garishing.eot-#iefix") format("embedded-opentype"), url("5.woff") format("woff"), url("4.ttf") format("truetype"), url("Garishing.svg#Garishing") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*/fonts*/

.game-page .game-main .game-content .game-right .table-wrap .table .row .item:nth-child(2) > div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-width: 0;
}

.popup {
    width: 568px;
    height: auto;
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -49%);
    -webkit-transform: translate(-50%, -49%);
    transform: translate(-50%, -49%);
    z-index: 200;
    color: #444444;
    background-color: #fff;
    border-radius: 20px;
    padding-bottom: 20px;
    box-shadow: inset 0 -1px 0 rgba(91, 64, 71, .38), 0 1px 8px rgba(0, 0, 0, .53)
}

.popup input {
    border: 2px solid #d8d8d8;
    border-radius: 35px;
    box-shadow: 0 3px 18px 0 rgba(0, 0, 0, 0.17) inset;
    color: #a43fb3;
    font-size: 18px;
    font-weight: 900;
    height: 48px;
    padding: 14px 15px 15px;
    width: 215px;
}

@media only screen and (max-width: 767px) {
    .popup {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        width: 100% !important
    }

    .hidden-block > .popup {
        position: fixed;
        height: 500px;
    }
}

/*noinspection ALL*/
.popup_tabs {
    width: 940px;
    height: auto;
    min-height: 600px;
    top: 1%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute
}

/*noinspection ALL*/
.popup_tabs .tab__content {
    min-height: 330px
}

/*noinspection ALL*/
@media only screen and (min-width: 1440px) {
    /*noinspection ALL*/
    .popup_tabs {
        width: 940px
    }
}

/*noinspection ALL*/
@media only screen and (min-width: 1240px) and (max-width: 1439px) {
    /*noinspection ALL*/
    .popup_tabs {
        width: 940px
    }
}

/*noinspection ALL*/
@media only screen and (min-width: 768px) and (max-width: 999px) {
    /*noinspection ALL*/
    .popup_tabs {
        width: 700px
    }
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_tabs {
        width: 100%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 0;
        overflow-y: auto;
        min-height: 0
    }
}

/*noinspection ALL*/
.popup_tabs .tab__close {
    top: 25px
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_tabs .tab__close {
        top: 14px
    }
}

/*noinspection ALL*/
.popup .popup_go_tomain, .popup__close {
    width: 44px;
    height: 38px;
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    text-align: center;
    padding: 11px 0;
    cursor: pointer
}

/*noinspection ALL*/
.popup__head {
    position: relative
}

/*noinspection ALL*/
.popup__head:after {
    background: transparent url("../img/profile-data-inputs-shadow.png") no-repeat scroll center top;
    bottom: -21px;
    content: "";
    height: 21px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 488px;
}

/*noinspection ALL*/
.popup__title {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    padding: 24px 32px 21px;
    color: #a43fb3;
    font-family: "TotShrift";
    text-transform: uppercase
}

/*noinspection ALL*/
.popup__content .popup__title {
    text-align: center;
    padding: 0
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup__content .popup__title {
        padding: 0 30px
    }
}

/*noinspection ALL*/
.popup__subtitle {
    color: #a43fb3;
    font-family: "TotShrift";
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 5px;
}

/*noinspection ALL*/
.popup__subtitle_accent {
    color: #fff000
}

/*noinspection ALL*/
.popup__content .popup__title {
    position: relative;
    min-height: 50px;
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
}

/*noinspection ALL*/
.popup__label {
    text-shadow: 0 2px 0 rgba(0, 0, 0, .33);
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: left
}

/*noinspection ALL*/
.popup__label_small {
    font-size: 19px
}

/*noinspection ALL*/
.popup__footer {
    position: relative;
    background-color: #fff;
    padding: 20px 0 0;
    text-align: center
}

/*noinspection ALL*/
.popup__footer:before {
    background: transparent url("../img/profile-data-inputs-shadow.png") no-repeat scroll center top;
    top: 0;
    content: "";
    height: 21px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 488px;
}

/*noinspection ALL*/
.popup__note {
    font-size: 16px;
    line-height: 20px;
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
    display: block;
    padding-top: 21px;
    padding-bottom: 15px
}

/*noinspection ALL*/
.popup__caption {
    display: block;
    position: relative;
    padding: 0 20px;
    font-size: 15px;
    line-height: 16px;
    font-weight: 400;
    text-align: center
}

/*noinspection ALL*/
.popup__socials {
    padding-bottom: 25px
}

/*noinspection ALL*/
.popup__socials .socials__item {
    background-color: #222131;
    border: 1px solid #353448;
    border-radius: 2px;
    box-shadow: inset 0 0 6px 1px hsla(0, 0%, 100%, .05)
}

/*noinspection ALL*/
.popup__button {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    background: transparent url("../img/restore-pass-submit-default.png") no-repeat scroll left top;
    border: medium none;
    color: white;
    display: flex;
    font-family: TotShrift;
    font-size: 15px;
    height: 48px;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    width: 220px;
    cursor: pointer;
}

/*noinspection ALL*/
.popup__gallery {
    text-align: center;
    margin-top: 41px;
    margin-bottom: 61px
}

/*noinspection ALL*/
.popup__gallery .preview {
    background: transparent;
    box-shadow: none;
    margin-right: 28px
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup__gallery .preview {
        margin-right: 0;
        margin-bottom: 20px
    }
}

/*noinspection ALL*/
.popup__gallery .preview:last-child {
    margin-right: 0
}

/*noinspection ALL*/
.popup__gallery .preview__info {
    text-align: left;
    padding: 14px 5px
}

/*noinspection ALL*/
.popup__gallery .preview__title {
    color: #f4f3ff;
    font-size: 14px;
    font-weight: 700
}

/*noinspection ALL*/
.popup__gallery .preview__note {
    color: #736fa5;
    font-size: 11px;
    font-weight: 700
}

/*noinspection ALL*/
.popup_chooseBonus, .popup_depositSuccess {
    width: 940px
}

/*noinspection ALL*/
@media only screen and (min-width: 768px) and (max-width: 999px) {
    /*noinspection ALL*/
    .popup_chooseBonus, .popup_depositSuccess {
        width: 700px
    }
}

/*noinspection ALL*/
.popup_chooseBonus .popup__title, .popup_depositSuccess .popup__title {
    text-shadow: 0 3px 0 rgba(0, 0, 0, .27);
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff000;
    text-align: center;
    padding: 55px 50px 26px
}

/*noinspection ALL*/
#bonus-deposit-sum {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

/*noinspection ALL*/
.popup_chooseBonus .popup__bonuses, .popup_depositSuccess .popup__bonuses {
    text-align: center;
    padding-bottom: 68px
}

/*noinspection ALL*/
.popup_depositSuccess .popup__gallery .preview {
    max-width: 200px;
    border: none
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_depositSuccess .popup__gallery .preview {
        max-width: 300px;
        width: auto;
        display: block;
        margin: 0 auto 20px
    }
}

/*noinspection ALL*/
.popup_registration {
    width: 700px
}

/*noinspection ALL*/
.popup_registration .popup__title {
    text-align: left;
    font-size: 19px;
    padding: 24px 32px 21px;
    color: #fff
}

/*noinspection ALL*/
.popup_registration .popup__content {
    padding: 35px 30px 40px 31px
}

/*noinspection ALL*/
.popup_registration .popup__button {
    margin-top: 24px;
    margin-left: 0
}

/*noinspection ALL*/
.popup_afterRegistration {
    width: 568px
}

/*noinspection ALL*/
.popup_afterRegistration .popup__content {
    text-align: center
}

/*noinspection ALL*/
.popup_afterRegistration .popup__content .bonus {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 38px
}

/*noinspection ALL*/
.popup_afterRegistration .popup__title {
    font-size: 19px
}

/*noinspection ALL*/
.popup_afterRegistration .popup__title_accent {
    text-align: center;
    padding-top: 48px;
    padding-bottom: 4px
}

/*noinspection ALL*/
.popup_depositSuccess {
    width: 800px
}

/*noinspection ALL*/
@media only screen and (min-width: 768px) and (max-width: 999px) {
    /*noinspection ALL*/
    .popup_depositSuccess {
        width: 700px
    }
}

/*noinspection ALL*/
.popup_depositSuccess .popup__title {
    padding-top: 38px
}

/*noinspection ALL*/
.popup_depositSuccess .popup__footer {
    min-height: 55px
}

/*noinspection ALL*/
.popup_depositSuccess .popup__gallery {
    margin-bottom: 50px
}

/*noinspection ALL*/
.popup_depositSuccess .popup__button {
    margin-left: -2px;
    padding: 12px 18px;
    margin-top: -20px
}

/*noinspection ALL*/
.popup_changePassword {
    width: 568px;
    position: fixed
}

/*noinspection ALL*/
.popup_changePassword .popup__content {
    padding: 33px 25px 49px 31px
}

/*noinspection ALL*/
.popup_changePassword .popup__input {
    display: block;
    margin-bottom: 16px
}

/*noinspection ALL*/
.popup_changePassword .popup__input:last-child {
    margin-bottom: 0
}

/*noinspection ALL*/
.popup_changePassword .popup__input .input__inner {
    width: 100%;
    height: 49px;
    font-family: Roboto Condensed, sans-serif;
    margin-top: 14px
}

/*noinspection ALL*/
.popup_passwordChanged, .popup_remindSuccess {
    width: 568px
}

/*noinspection ALL*/
.popup_passwordChanged .popup__content, .popup_remindSuccess .popup__content {
    padding: 52px 0 64px
}

/*noinspection ALL*/
.popup_passwordChanged .popup__content .popup__title, .popup_remindSuccess .popup__content .popup__title {
    text-align: center;
    padding: 0 30px
}

/*noinspection ALL*/
.popup_restorePassword .popup__content {
    padding: 32px 25px 64px 31px
}

/*noinspection ALL*/
.popup_restorePassword .popup__content .popup__subtitle {
    padding: 0;
    color: #aaa9b8;
    font-size: 15px;
    font-weight: 700
}

/*noinspection ALL*/
.popup_restorePassword .popup__input {
    display: block;
    margin-bottom: 16px;
    margin-top: 29px
}

/*noinspection ALL*/
.popup_restorePassword .popup__input:last-child {
    margin-bottom: 0
}

/*noinspection ALL*/
.popup_restorePassword .popup__input .input__inner {
    width: 100%;
    height: 49px;
    font-family: Roboto Condensed, sans-serif;
    color: #a5a3bd;
    text-transform: none
}

/*noinspection ALL*/
.popup_phoneVerification .popup__content {
    padding: 36px 112px 52px 120px;
    text-align: center
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_phoneVerification .popup__content {
        padding: 18px 16px 40px;
        max-width: 320px;
        margin: 0 auto
    }
}

/*noinspection ALL*/
.popup_phoneVerification .popup__content .button_style_flat {
    box-shadow: none;
    font-size: 13px;
    padding: 8px 10px;
    margin-left: 7px;
    margin-top: 27px;
    width: auto
}

/*noinspection ALL*/
.popup_phoneVerification .popup__content .button_style_flat:hover {
    box-shadow: 0 1px 5px #494767, 0 1px 0 #1a1925
}

/*noinspection ALL*/
.popup_phoneVerification .popup__caption {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 27px
}

/*noinspection ALL*/
.popup_phoneVerification .popup__input .input__inner {
    height: 49px;
    width: 150px;
    text-transform: none
}

/*noinspection ALL*/
.popup_phoneVerification .popup__timer {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px
}

/*noinspection ALL*/
.popup_phoneVerification .popup__advice {
    width: 170px;
    color: #87859e;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    margin-top: 22px;
    margin-left: 14px
}

/*noinspection ALL*/
.popup_phoneVerification .popup__button {
    margin-left: 0
}

/*noinspection ALL*/
.popup_phoneVerification .popup__footer .popup__button {
    display: inline-block;
}

/*noinspection ALL*/
.popup_emailVerification .popup__content {
    padding: 27px 53px 55px
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_emailVerification .popup__content {
        padding: 27px 53px 55px
    }
}

/*noinspection ALL*/
.popup_emailVerification .popup__caption {
    font-size: 16px;
    line-height: 18px;
    padding-top: 21px
}

/*noinspection ALL*/
.popup_emailConfirmed .popup__content {
    padding: 63px 115px 80px 128px
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_emailConfirmed .popup__content {
        padding: 40px 24px
    }
}

/*noinspection ALL*/
.popup_emailConfirmed .popup__caption {
    font-size: 18px;
    line-height: 18px
}

/*noinspection ALL*/
.popup_tournamentGames {
    width: 940px;
    height: 490px;
    position: fixed
}

/*noinspection ALL*/
@media only screen and (min-width: 768px) and (max-width: 999px) {
    /*noinspection ALL*/
    .popup_tournamentGames {
        width: 700px
    }
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_tournamentGames {
        width: 100%;
        height: auto
    }
}

/*noinspection ALL*/
.popup_tournamentGames .preview__item {
    height: 141px;
    overflow: hidden
}

/*noinspection ALL*/
.popup_tournamentGames .popup__title {
    padding: 33px 400px 29px 37px;
    font-size: 20px
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_tournamentGames .popup__title {
        padding: 24px 32px 21px
    }
}

/*noinspection ALL*/
.popup_tournamentGames .popup__search {
    display: block;
    position: absolute;
    top: 25px;
    right: 70px
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_tournamentGames .popup__search {
        display: block;
        position: absolute;
        top: 94px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%)
    }
}

/*noinspection ALL*/
.popup_tournamentGames .popup__search .search__input {
    width: 276px;
    height: 39px;
    background-color: #181723;
    border-radius: 2px;
    border: none;
    box-shadow: inset 0 1px 0 #0d0c13, 0 1px 0 #323144;
    color: #a5a3bd;
    font-size: 15px;
    font-weight: 500;
    font-family: Roboto Condensed, sans-serif;
    text-transform: uppercase;
    padding: 0 21px
}

/*noinspection ALL*/
.popup_tournamentGames .popup__search .icon {
    display: block;
    position: absolute;
    top: 7px;
    right: 8px
}

/*noinspection ALL*/
.popup_tournamentGames .popup__content {
    padding: 18px 24px 20px
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_tournamentGames .popup__content {
        margin-top: 62px
    }
}

/*noinspection ALL*/
.popup_tournamentGames .popup__gallery {
    text-align: left;
    margin: 0;
    max-height: 346px;
    position: relative
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_tournamentGames .popup__gallery {
        max-height: none
    }
}

.popup_tournamentGames .popup__gallery .main {
    padding: 0
}

/*noinspection ALL*/
.popup_tournamentGames .popup__gallery .preview {
    width: 190px !important;
    margin: 10px
}

/*noinspection ALL*/
.popup_tournamentGames .popup__gallery .preview__info {
    background-color: #2b2a3d;
    border: 1px solid hsla(0, 0%, 100%, .09);
    border-radius: 2px;
    box-shadow: 0 0 6px rgba(0, 0, 0, .28);
    padding: 10px 13px
}

/*noinspection ALL*/
.popup_tournamentGames .popup__gallery .preview__title {
    font-size: 15px
}

/*noinspection ALL*/
.popup_tournamentGames .popup__gallery .preview__note {
    font-size: 12px
}

/*noinspection ALL*/
.popup_favoritesAdded .popup__title, .popup_favoritesAddedFail .popup__title {
    font-size: 21px;
    padding: 20px 20px 20px 26px
}

/*noinspection ALL*/
.popup_favoritesAdded .popup__content, .popup_favoritesAddedFail .popup__content {
    padding: 40px 20px 55px
}

/*noinspection ALL*/
.popup_gameplay, .popup_gameplayDeposit {
    width: 800px
}

/*noinspection ALL*/
.popup_gameplayDeposit .popup__title {
    font-size: 22px;
    letter-spacing: -.1px;
    padding: 60px 30px 47px
}

/*noinspection ALL*/
.popup_gameplayDeposit .popup__icon {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 70px
}

/*noinspection ALL*/
.popup_gameplayDeposit .popup__gameplay-button {
    top: -21px
}

/*noinspection ALL*/
.popup_gameplayDeposit .popup__footer {
    min-height: 71px
}

/*noinspection ALL*/
.popup_gameplayGallery {
    width: 836px;
}

/*noinspection ALL*/
.popup .middle-items .middle-items-wrap {
    margin: 0;
}

.popup .middle-items .middle-items-wrap .items {
    min-height: 0;
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_gameplayGallery {
        top: 0
    }
}

/*noinspection ALL*/
.popup_gameplayGallery .popup__close, .popup_gameplayGallery .popup_go_tomain {
    top: auto;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background: none;
    color: #a43fb3;
    font-family: "TotShrift";
    font-size: 17px;
    text-transform: uppercase;
    box-shadow: none
}

/*noinspection ALL*/
.popup_gameplayGallery .popup__title {
    font-size: 22px;
    padding: 61px 60px 20px
}

/*noinspection ALL*/
.popup_gameplayGallery .popup__gallery {
    margin-bottom: 54px
}

/*noinspection ALL*/
.popup_gameplayGallery .popup__gallery .preview {
    border: none
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_gameplayGallery .popup__gallery .preview {
        display: block;
        max-width: 200px;
        margin: 0 auto 20px
    }
}

/*noinspection ALL*/
.popup_gameplayGallery .preview:last-of-type {
    margin-right: 0
}

/*noinspection ALL*/
@media only screen and (max-width: 767px) {
    /*noinspection ALL*/
    .popup_gameplayGallery .preview:last-of-type {
        margin-right: auto
    }
}

/*noinspection ALL*/
.popup_gameplayGallery .popup__button {
    margin-left: 0;
    padding: 10px 20px;
    font-size: 20px;
    display: inline-block
}

/*noinspection ALL*/
.popup_gameplayGallery .popup__footer {
    min-height: 100px
}

/*noinspection ALL*/
.popup_gameplayNomoney {
    width: 800px
}

/*noinspection ALL*/
.popup_gameplayNomoney .popup__title {
    font-size: 22px;
    margin: 0;
    padding: 55px 20px 0
}

/*noinspection ALL*/
.popup_gameplayNomoney .popup__title_accent {
    text-align: center;
    padding: 0 20px
}

/*noinspection ALL*/
.popup_gameplayNomoney .popup__icon {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 47px;
    padding-bottom: 93px
}

/*noinspection ALL*/
.popup_gameplayNomoney .popup__close, .popup_gameplayNomoney .popup_go_tomain {
    top: auto;
    bottom: 13px;
    right: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto;
    height: auto;
    background: none;
    color: #a43fb3;
    font-family: "TotShrift";
    font-size: 17px;
    text-transform: uppercase;
    box-shadow: none
}

/*noinspection ALL*/
.popup_gameplayNomoney .popup__gameplay-button {
    margin-top: -24px
}

/*noinspection ALL*/
.popup_gameplayNomoney .popup__footer {
    min-height: 90px
}

/*noinspection ALL*/
.popup_fortuneRules {
    width: 940px
}

/*noinspection ALL*/
.popup_fortuneRules .popup__title {
    padding: 32px 37px 30px
}

/*noinspection ALL*/
.popup_fortuneRules .popup__content {
    padding: 15px 69px 25px 34px
}

/*noinspection ALL*/
.popup_fortuneRules .popup__caption {
    line-height: 19px;
    text-align: left
}

/*noinspection ALL*/
.popup_fortuneRules .popup__levels {
    padding: 36px 28px;
    background-color: #1b1a28;
    box-shadow: inset 0 1px 0 rgba(43, 42, 60, .83)
}

/*noinspection ALL*/
.popup_fortuneHistory {
    width: 940px
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__title {
    padding: 32px 37px 30px
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__content {
    padding: 25px 5px 25px 27px;
    font-size: 0
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__filterSearch {
    display: table;
    width: 969px;
    border-collapse: collapse;
    margin-right: 22px
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__cell {
    display: table-cell;
    vertical-align: top;
    white-space: nowrap;
    width: 1px
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__cell_fluid {
    width: 100%;
    padding-right: 16px
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__sort {
    display: inline-block;
    vertical-align: top;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    padding: 20px 24px 18px;
    background-color: #58566d;
    white-space: nowrap;
    width: 163px
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__filter {
    width: 100%
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__filter, .popup_fortuneHistory .popup__search {
    display: inline-block;
    vertical-align: top;
    position: relative
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__search .input__inner {
    display: block;
    position: relative;
    width: 250px;
    padding: 0 72px 0 14px;
    height: 58px;
    border-radius: 1px;
    background-color: #4d4b63;
    box-shadow: none
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__searchButton {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    background-color: #58566d;
    border: none;
    cursor: pointer
}

/*noinspection ALL*/
.popup_fortuneHistory .popup__history {
    display: block;
    position: relative;
    margin-top: 22px;
    padding-right: 23px;
    max-height: 475px;
    overflow: hidden
}

/*noinspection ALL*/
.popup_fortuneWheel {
    width: 940px;
    height: 978px
}

/*noinspection ALL*/
.position_absolute {
    position: absolute;
    -ms-transform: translate(-50%);
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    top: 1%
}

.overflow {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, .7)
}

/*noinspection ALL*/
.popup .bonus__info {
    padding: 0 30px;
    font-size: 16px;
    font-family: "TotShrift";
}

.popup .bonus__info span {
    display: block;
    line-height: 30px;
}

/*noinspection ALL*/
.clock-timer__counter {
    padding: 20px 0;
    font-size: 48px;
    font-family: "TotShrift";
    color: #a43fb3;
}

/*noinspection ALL*/
input + .help-block {
    color: red;
    text-align: center;
}