body.mobile header .header-menu {
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent -o-linear-gradient(1deg, #18499A 0%, #343EBC 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(89deg, #18499A 0%, #343EBC 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
}
body.mobile header .header-menu .logoContent {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

body.tablet header .header-menu {
    height: 49px;
    background: transparent -webkit-gradient(linear, left top, right top, from(#18499A), to(#343EBC)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #18499A 0%, #343EBC 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #18499A 0%, #343EBC 100%) 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 3px 6px #00000029;
            box-shadow: 0px 3px 6px #00000029;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body.tablet header .header-menu>div:first-child,
body.mobile header .header-menu>div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body.tablet .header-menu .button.depositHeader {
    width: 88px;
    height: 36px;
    border-radius: 18px;
    margin-right: 16px
}
body.tablet header .header-menu .account-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    margin-right: 15px;
    position: relative;
}
body.tablet header .account-info div[data-tag="messages"] {
    font-size: 10px;
}
body.tablet header .account-info .nameAndBalace {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    width: max-content;
}
body.tablet header .account-info .user-name {
    font-size: 10px;
    font-weight: 500;
    color: #e6f1ffe6;
    line-height: 12px;
}
body.tablet header .account-info .userBalance {
    font-size: 10px;
    font-weight: bold;
    color: #E6EDF7;
    line-height: 12px;
    margin-top: 5px;
}
body.tablet header .account-info span.msgIndic {
    top: -3px;
    right: 2px;
    display: -ms-grid;
    display: grid;
    place-content: center;
    position: absolute;
}
body.tablet header .header-menu .account {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body.tablet header .header-menu .account .login {
    height: 100%;
    width: 100%;
    background: transparent -webkit-gradient(linear, left top, right top, from(#0968EA), to(#3F56D6)) 0% 0% no-repeat padding-box;
    background: transparent -o-linear-gradient(left, #0968EA 0%, #3F56D6 100%) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(90deg, #0968EA 0%, #3F56D6 100%) 0% 0% no-repeat padding-box;
    -webkit-clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(14% 0, 100% 0, 100% 100%, 0% 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    padding: 0 30px 0 37px;
}
body.tablet header .header-menu .account .login .button {
    -webkit-box-shadow: 0px 0px 6px #0099FF;
            box-shadow: 0px 0px 6px #0099FF;
    border: 2px solid #00EBFF;
    border-radius: 21px;
}

body.tablet header .account .login {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

body.tablet header .header-menu .account .non-in .button {
    padding: 0;
    width: 99px;
    height: 41px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    font-weight: 500;
}
body.desktop header .account-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 4px 0 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 18px;
    position: relative;
    margin-left: auto;
}

body header .account-info > div[data-tag="messages"] > span {
    position: absolute;
    top: 6px;
    right: -7px;
    border: 2px solid #3958d8;
    display: -ms-grid;
    display: grid;
    place-content: center;
    width: 17px;
    height: 17px;
}
body.mobile header .account-info > div[data-tag="messages"] > span {
    top: 5px;
    right: -2px;
}
body.mobile header .account-info .user-name {
    display: none;
}
body.tablet header .account-info .user-name {
    display: none;
}
body.desktop .myBonuses {
    margin: 0 50px 0 31px;
    position: relative;
}
.myBonuses .activePromosCount {
    margin: 0;
    position: absolute;
    top: -1px;
    left: 30px;
}
.menu-container.casino > a > i {
    font-size: 20px;
    color: #0B98FF;
    margin-right: 12px;
    width: 30px;
    display: -ms-grid;
    display: grid;
    place-content: center;
}
[class^="custom-icon-"], [class*=" custom-icon-"] {
    width: 30px;
    height: 24px;
}
.custom-icon-game {
    background-image: url(/images/assets-wheel/PredictorBlue.svg?);
    background-size: 30px 25px;
}
.custom-icon-wheel {
    background-image: url(/images/assets-wheel/WheelBlue.svg?);
    background-size: 30px 25px;
}
    .myBonuses:has(> .activePromosCount:not(.hidden))  {
    animation: bounce 2s ease infinite;
    -webkit-animation: bounce 2s ease infinite;
}

@-webkit-keyframes bounce {
    70% { -webkit-transform:translateY(0%); transform:translateY(0%); }
    80% { -webkit-transform:translateY(-15%); transform:translateY(-15%); }
    90% { -webkit-transform:translateY(0%); transform:translateY(0%); }
    95% { -webkit-transform:translateY(-7%); transform:translateY(-7%); }
    97% { -webkit-transform:translateY(0%); transform:translateY(0%); }
    99% { -webkit-transform:translateY(-3%); transform:translateY(-3%); }
    100% { -webkit-transform:translateY(0); transform:translateY(0); }
}
@keyframes bounce {
    70% { -webkit-transform:translateY(0%); transform:translateY(0%); }
    80% { -webkit-transform:translateY(-15%); transform:translateY(-15%); }
    90% { -webkit-transform:translateY(0%); transform:translateY(0%); }
    95% { -webkit-transform:translateY(-7%); transform:translateY(-7%); }
    97% { -webkit-transform:translateY(0%); transform:translateY(0%); }
    99% { -webkit-transform:translateY(-3%); transform:translateY(-3%); }
    100% { -webkit-transform:translateY(0); transform:translateY(0); }
}
body.desktop .account.pull-right ul.nav li.register {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 50px;
}
header .account .nav {
    height: 100%;
}
@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}
body .myBonuses>img {
    width: 100%;
    height: auto;
}

body .myBonuses {
    width: 40px;
    height: 40px;
    position: relative;
}

body.tablet .myBonuses {
    margin-left: 30px;
    margin-right: 18px;
}

body.mobile .myBonuses {
    width: 40px;
    height: auto;
    margin-left: 23px;
    margin-right: 10px;
    top: 2px;
}

body.mobile .myBonuses>img {
    width: 100%;
    height: auto;
}

body.mobile .myBonuses .activePromosCount {
    margin: 0;
    position: absolute;
    top: -1px;
    left: 30px;
}

body.desktop .myBonuses {
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

body.mobile .depositHeader {
    display: none;
}

body.mobile .account-info {
    display: flex;
    flex-direction: column;
    margin-right: -18px;
}

body.mobile .msgIndic.icon.mobil {
    left: unset;
    right: 14px;
}

body.mobile .account-info .nameAndBalace {
    display: flex;
    flex-direction: column-reverse;
    align-items: self-end;
    width: max-content;
}

body.mobile .account-info .nameAndBalace .userBalance {
    font-size: 12px;
    line-height: 18px;
    font-weight: bold;
    color: #E6F1FF;
}

body.mobile .account-info .profile-icon {

    margin: 8px auto 3px;
}

body.mobile header .account-info .user-name {
    font-size: 10px;
    color: #e6f1ffe6;
    font-weight: 500;
    line-height: 12px;
}

body.mobile header .loged {
    background: transparent linear-gradient(90deg, #0968EA 0%, #3F56D6 100%) 0% 0% no-repeat padding-box;
    width: 137px;
    justify-content: space-around;
    padding: 0;
    align-items: center;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}
.myBonuses > span {
    font-size: 8px;
    color: #e6f1ffcc;
    width: 58px;
    height: 14px;
    position: relative;
    top: -13px;
    left: -6px;
    background: #23283380;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    line-height: 12px;
}

.header-menu .gamePrediction img {
    width: 39px;
}