#fTop .top {
    position: fixed;
    left: 0;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    min-width: 1000px;
    color: #fff;
    z-index: 10006;
    background-color: #212121;
    box-shadow: 0 1px 0 #434343;
}
.top__row {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top__row:first-child {
    height:30px;
    z-index: 1;
}
.top__row:nth-child(2) {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.fixTop .top__row:nth-child(2) {
    margin-top: 10px;
}
/*==========------ Top row ------==========*/
.top__account {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 7px;
}
.top__account .user-money {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

/*top multi account start*/
.user-money_balance > a{
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}
.user-money_balance > a > *,
.user-money_balance > a:after{
    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg) rotateZ(0deg);
}
.show_bonusProgress:before{
    display: none;
}
.show_bonusProgress:after{
    display: flex;
    align-items: center;
    height: 100%;
    top: 0;
}
.show_bonusProgress:active:after {
    transform: skew(25deg) rotateZ(360deg);
}
.user-balance-list {
    background: #e3e3e3;
    border-top: 0;
    left: -7px;
    color: #212121;
}
.user-balance-list__item:last-of-type {
    border: 0;
}
.base-balance .user-balance-list__item:hover {
    background: #cecece;
    cursor: pointer;
}

/*extra balance start*/
.extra-balance-list{
    background: #e3e3e3;
}
.extra-balance-list__row{
    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;
    padding: 10px 0;
    border-bottom: 1px solid #fff;
}
.extra-balance-item:first-child {
    border-right: 1px solid #ffffff;
}
.extra-balance-item__title {
    border-bottom: 1px solid #ffffff;
}
.extra-balance__tab{
    background-color: #ec7219;
}
.extra-balance__tab:before{
    transform: skew(25deg);
}
.new_header_compatibility .bonus_start,
.new_header_compatibility .bonus_end{
    color: #212121;
}
.new_header_compatibility .progress-label{
    color: #212121;
}
/*extra balance end*/

.top__account > b,
.top__account > br {
    position: absolute;
}
[class*="top-acc__btn"] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 45px;
    padding-right: 20px;
    height: 30px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    transform: skew(-25deg);
    cursor: pointer;
}
.top-acc__btn_login,
.top-acc__btn_balance {
    background-color: #ec7219;
    transition: background-color 300ms;
}
.top-acc__btn_balance {
    cursor: auto;
}
.top-acc__btn_login:hover {
    background-color: #f08d47;
}
.top-acc__btn_reg,
.top-acc__btn_office,
.top-acc__btn_recharge,
.top-acc__btn_mail {
    background-size: auto 200%;
    background-position: center bottom;
    transition: background-position 300ms;
}

.top-acc__btn_reg,
.top-acc__btn_office {
    color: #222222;
    background-image: linear-gradient(to bottom, #fafafa, #cccccc);
}
.top-acc__btn_recharge {
    background-image: linear-gradient(to bottom, #529955, #458249);
}
.top-acc__btn_mail {
    background-color: #ba5914;
    background-image: linear-gradient(to bottom, #f38739, #c66015);
}
.top-acc__btn_bonus {
    padding-left: 20px;
    background-image:   linear-gradient(to right, transparent 80%, #fff),
                        linear-gradient(to bottom, transparent, #fff);
    background-size:    100% 1px,
                        1px 100%;
    background-position:    0 100%,
                            100% 0;
    background-repeat: no-repeat;
    font-size: 13px;
    cursor: auto;
}
.top-acc__btn_mail:hover,
.top-acc__btn_reg:hover,
.top-acc__btn_office:hover,
.top-acc__btn_recharge:hover {
    background-position: center top;
}
.top-acc__btn_mail.active {
    background-image: none;
}
[class*="top-acc__btn"]:before {
    position: absolute;
    top: 0;
    left: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    font-family: FontAwesome;
    font-size: 20px;
    transform: skew(25deg);
}
.top-acc__btn_login:before {
    content: "\f090";
}
.top-acc__btn_reg:before {
    content: "\f044";
    color: #ec7219;
}
.top-acc__btn_balance:before {
    content: "\f021";
    transition: transform 300ms;
    transform: skew(25deg) rotateZ(0deg);
    cursor: pointer;
}
.top-acc__btn_balance:active:before {
    transform: skew(25deg) rotateZ(360deg);
}
.top-acc__btn_recharge:before {
    content: "\f019";
}
.top-acc__btn_mail:before {
    content: "\f0e0";
}
.top-acc__btn_office:before {
    content: "\f007";
    color: #ec7219;
}
.total_num_of_messages {
    position: absolute;
    top: 2px;
    right: 21px;
    transform: skew(25deg);
    padding: 0 4px;
    line-height: 13px;
    font-size: 9px;
    color: #ffffff;
    background-color: #444444;
    border-radius: 50%;
}

.top-acc-btn__text {
    transform: skew(25deg);
}
.top-acc-btn__section ~ .top-acc-btn__section:before {
    content: "/";
    margin: 0 5px;
}
.top-acc-btn__section span {
    font-size: 12px;
    /*text-transform: uppercase;*/
}
.top-acc__dropdown,
#list_of_messages {
    position: absolute;
    left: 0;
    top: 30px;

    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
    min-width: 250px;
    background-color: #ec7219;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
    z-index: 1;

    box-sizing: border-box;
}
.top-acc__btn_office ~ .top-acc__dropdown {
    background-color: #cdcece;
}
.top-acc__dropdown > form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    padding: 10px;
}
#list_of_messages {
    max-width: 650px;
    font-size: inherit;
}
.top-acc__dropdown > * {
    flex-shrink: 0;
}
[class*="top-acc-dropdown__item"] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    position: relative;
    padding-left: 35px;
    height: 28px;
    line-height: 13px;
    font-size: 11px;
    color: #000;
    text-transform: uppercase;
    box-sizing: border-box;
    transition: background-color 300ms;
}
[class*="top-acc-dropdown__item"]:hover {
    background-color: #bcbcbc;
}
[class*="top-acc-dropdown__item"]:before {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 13px;
    color: #fff;
}
.top-acc-dropdown__item_manage:before {content: "\f093";}
.top-acc-dropdown__item_account:before {content: "\f234";}
.top-acc-dropdown__item_history:before {content: "\f017";}
.top-acc-dropdown__item_settings:before {content: "\f085";}
.top-acc-dropdown__item_logout:before {content: "\f08b";}

[class*="top-acc-dropdown__item"]:not(:first-of-type):after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 1px;
    background-color: #fff;
    opacity: 1;
    transition: opacity 300ms;
    pointer-events: none;
}
[class*="top-acc-dropdown__item"]:hover:after,
[class*="top-acc-dropdown__item"]:hover + [class*="top-acc-dropdown__item"]:after {
    opacity: 0;
}
.top-acc__dropdown input {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    padding: 0 5px;
    height: 25px;
    border: none;
    box-shadow: none;
    outline: none;
}
.top-acc__dropdown input + input {
    margin-top: 10px;
}
.clearSave {
    margin-top: 5px;
    min-width: 228px;
}
.top-acc__dropdown .forgot_pass_main {
    margin-left: auto;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
    white-space: nowrap;
    vertical-align: top;
}
.top-acc__dropdown .forgot_pass_main:hover {
    text-decoration: none;
}
.top-acc__dropdown .enter_button_main {
    display: block;
    margin-top: 5px;
    width: 100%;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    background-image: linear-gradient(to bottom, #fafafa, #cccccc);
    background-size: auto 200%;
    background-position: center bottom;
    transition: background-position 300ms;
}
.top-acc__dropdown .enter_button_main:hover {
    background-position: center top;
}
.top-acc-box{
    padding-left:25px;
    padding-right: 10px;
    background-image: linear-gradient(to right, transparent 80%, #fff),
    linear-gradient(to bottom, transparent, #fff);
    background-size: 100% 1px,
    1px 100%;
    background-position: 0 100%,
    100% 0;
    background-repeat: no-repeat;
}
.top-acc-box__text{
    font-size:13px;
}
.top-acc-social__link:before,
.top-acc-social__link:after,
.top-acc-social__ico,
.top-acc-box__text{
    transform: skew(25deg);
}
.top-acc-social{
    margin-left:25px;
}

.top-acc-social__link{
    overflow: hidden;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width:26px;
    height:20px;
    color: #fff;
    background: #4a4a4c; /* Old browsers */
    text-align: center;
    transition: color .3s ease;
}
.top-acc-social__link:hover{
    color: #ed7014;
}
.top-acc-social-overlay{
    position: absolute;
    width:50%;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    background: -moz-linear-gradient(left,  #939499 0%, #5a595e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #939499 0%,#5a595e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #939499 0%,#5a595e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939499', endColorstr='#4a4a4c',GradientType=1 ); /* IE6-9 */
    transition: transform .3s ease-in-out;
}

.top-acc-social__link:before,
.top-acc-social__link:after{
    content: '';
    position: absolute;
    width:1px;
    height:1px;
    border-radius: 50%;
    background: #fff;
    z-index:5;
}
.top-acc-social__link:before{
    bottom:3px;
    left:3px;
}
.top-acc-social__link:after{
    top:2px;
    right:3px;
}
.top-acc-social__link + .top-acc-social__link{
    margin-left:5px;
}
.top-acc-social__ico{
    position: relative;
    z-index:5;
    text-align: center;
}

.top-acc-social__ico:before{
    font-size:15px;
    line-height:20px;
}

.top-acc-social--light {
    color: #222222;
    background: linear-gradient(to bottom, #fafafa, #cccccc);
}
.top-acc-social--light .top-acc-social{
    margin-left: 10px;
}
.top-acc-social--light .top-acc-social__link{
    color: #E4661E;
    width: auto;
    height: auto;
    vertical-align: middle;
    background: none;
    padding: 0 2px;
    margin-left: 0 !important;
}
.top-acc-social--light .top-acc-social__link:hover{
    color: #ae4e17;
}
.top-acc-social--light .top-acc-social__link:after,
.top-acc-social--light .top-acc-social__link:before{
    display: none;
}

@media screen and (max-width: 1200px) {
    .top-acc-box{
        padding-left:20px;
    }
    .top-acc-social{
        margin-left:0;
    }
    .top-acc-box__text{
        display: none;
    }
}



.bonuses_dropdown {
    top: 100%;
    left: -7px;
    width: 100%;
}
.user-money:hover .bonuses_dropdown {
    max-height: 200px;
    border: 1px solid #ec7219;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}
.bonuses_dropdown_head {
    background-color: #f9832d;
}
.bonuses_dropdown_head_text {
    margin: 0;
}
.bonuses_dropdown_list > li {
    background-color: #212121;
    border-top: 1px solid #f9832d;
}
.top-acc__msgs {

}
.inbox_message {
    padding: 0 !important;
    color: #fff;
    background-color: #ba5914 !important;
    border: 0 !important;
}
.inbox_message:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.inbox_message:last-child {
    margin-bottom: 1px;
}
.inbox_message .header {
    padding: 10px 35px 30px 20px;
    background-color: #ba5914;
    box-shadow: inset 5px 0 0 rgba(204, 204, 204, 1);
    cursor: pointer;
}
.inbox_message .header.new {
    box-shadow: inset 5px 0 0 rgba(204, 204, 204, 0.2);
}
.inbox_message .header:before {
    content: none !important;
}
.inbox_message.open .header {
    padding: 10px 35px 10px 20px;
}
.inbox_message .header .title {
    line-height: 16px;
    font-size: 12px;
    font-weight: 400;
}
.inbox_message .header .title:first-line {
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.inbox_message .header .date {
    margin-top: 5px;
    line-height: 16px;
    font-size: 10px;
    font-weight: 300;
}
#list_of_messages .inbox_message .date:after {
    right: -18px;
}
.inbox_message .header .delete {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 20px;
    text-align: center;
}
.inbox_message .header .delete:before {
    content: "\f00d";
    font-family: FontAwesome;
    vertical-align: top;
}
.inbox_message .header .delete-msg,
.inbox_message .header .del {
    display: none;
}
.inbox_message .text {
    padding: 10px 35px 10px 20px;
    box-shadow: inset 5px 0 0 rgba(204, 204, 204, 1);
}
.inbox_message.open .text {
    padding: 10px 35px 30px 20px;
}
.inbox_message .header.new + .text {
    box-shadow: inset 5px 0 0 rgba(204, 204, 204, 0.2);
}
#list_of_messages .text .admin_message a:hover {
    color: #222222;
}
.top-acc__msgs-close {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    padding: 0 20px;
    height: 27px;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    background-color: #ec7219;
    box-sizing: border-box;
    transition: background-color 300ms;
    cursor: pointer;
}
.top-acc__msgs-close:hover {
    background-color: #f08d47;
}

.top__bricks {
    position: absolute;
    top: -15px;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    transform-origin: bottom right;
}
[class*="top-b__item"] {
    position: relative;
    top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-left: 11px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.2);
    transform: rotate(-45deg);
    cursor: pointer;
    transition: transform 300ms, top 300ms;
}
[class*="top-b__head"] {
    background-color: #f9832d;
}
[class*="top-b__item"]:nth-child(2n) [class*="top-b__head"] {
    background-color: #ec7219;
}

[class*="top-b__item"].active {
    transform: none;
    top: 15px;
    z-index: 1;
}
[class*="top-b__item"].active > * {
    box-shadow: 1px 2px 8px rgba(0, 0, 0, 1);
}
[class*="top-b__item"].active [class*="top-b__head"] {
    background-color: #c55f00;
}
[class*="top-b__head"] {
    position: absolute;
    top: 0;
    right: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding-left: 15px;
    padding-right: 25px;
    min-width: 30px;
    height: 30px;
    font-size: 14px;
}
.top-b__head_menu:before {
    content: "\f107";
    position: absolute;
    left: 0;
    bottom: -3px;
    font-family: FontAwesome;
    font-size: 20px;
    transform: rotate(45deg);
}
[class*="top-b__icon_"] {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
[class*="top-b__icon_"]:before {
    font-family: FontAwesome;
    font-size: 18px;
}
.top-b__icon_payments:before {content: "\f155";}
.top-b__icon_stats:before {content:"\f080";}
.top-b__icon_results:before {content:"\f091";}
.top-b__icon_settings:before {content:"\f013";}

.top-b__name {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 0;
    overflow: hidden;
    transition: max-width 400ms, margin-left 400ms;
}
[class*="top-b__item"]:hover .top-b__name,
[class*="top-b__item"].active .top-b__name {
    margin-left: 5px;
    max-width: 100px;
}
.top-b__lang,
.top-b__time {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;-webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}
.top-b__flag,
.top-langs__flag {
    margin-right: 2px;
    width: 16px;
    height: 16px;
}
.top__langs,
.top__timebelts,
.top__settings {
    position: absolute;
    right: 0;
    top: 30px;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    margin: 0;
    padding: 0;
    width: 440px;
    background-color: #333;
    list-style: none;
}
.top__langs {
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    padding: 5px;
}
.top__timebelts {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    /*height: 400px;*/
    max-height: 400px;
}
.top__settings {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    width: auto;
    min-width: 400px;
}
[class*="top-b__item"]:not(.active) .top__langs,
[class*="top-b__item"]:not(.active) .top__timebelts,
[class*="top-b__item"]:not(.active) .top__settings {
    display: none;
}
.top-langs__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    margin: 2px 0;
    padding: 2px 5px;
    width: 45px;
    color: #fff;
    text-transform: uppercase;
}
.top-langs__item.active {
    background-color: #212121;
}
.top-timebelts__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    padding-right: 12px;
    padding-left: 5px;
    line-height: 20px;
}
.top-timebelts__item:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.top-langs__item:hover,
.top-timebelts__item:hover{
    background-color: rgba(255, 255, 255, 0.2);
}
.top-timebelts__item.active {
    background-color: #212121;
}
.top-time__UTC {
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
    margin-right: 5px;
}
.top__settings .top-name {
    display: block;
}
.top__settings [class*="top-options"],
.top__settings .top-extra-options {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.teo-item__name_switch.check:before {
    background-color: rgba(236, 114, 25, 0.5);
}
.teo-item__name_switch.check:after {
    background-color: rgba(236, 114, 25, 1);
}
/*==========------ Top row END ------==========*/


/*==========------ Bottom row ------==========*/

.top__logo {
    max-height: 100%;
    margin-left: 15px;
}
.top__logo img {
    height: 35px;
    image-rendering: -webkit-optimize-contrast;
}
.fixTop .top__logo img {
    height: 35px;
}
.top__menu {
    width: 100%;
}
#games_top_menu > ul {
    overflow: hidden;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 90px;
    transition: height 0.3s;
}
#games_top_menu > ul > li {
    height: 90px;
    transition: height 0.3s;
}
.fixTop #games_top_menu > ul,
.fixTop #games_top_menu > ul > li {
    height: 35px;
}
#games_top_menu .main-item {
    font-size: 16px;
    font-weight: 400;
}

/*==========------ Bottom row END ------==========*/

/* Utilities */
.ps-scrollbar-y {
    background-color: #fff !important;
    border-radius: 0 !important;
}
/* Utilities END */

/* For this top */
#maincontent {
    padding-top: 118px;
}
#sports_left {
    top: 118px !important;
}
#sports_right {
    top: 128px !important;
}
body .l-main__header{
    height: 121px;
}
body.minRightSide:not(.fixedRight):not(.alwaysRight) #sports_right {
    top: 0 !important;
}
body:not(.fixTop) .sports__top + #sports_left {
    top: 162px !important;

}
/* For this top END*/

/* link crex24 */
.top-acc-crex24{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 8px;
    padding-left: 25px;
    -webkit-transform: skew(-25deg);
    -ms-transform: skew(-25deg);
    transform: skew(-25deg);
}
.top-acc-crex24_logo{
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: skew(25deg);
    -ms-transform: skew(25deg);
    transform: skew(25deg);
    max-width: 80px;
}
.top-acc-crex24 .top-acc-box__text{
    margin-right: 15px;
    white-space: nowrap;
    color: #fff;
}
@media screen and (max-width: 1520px){
    [lang="mk"] .top-acc-box,
    [lang="hu"] .top-acc-box {
        padding-left: 15px;
        padding-right: 5px;
    }
    [lang="mk"] .top-acc__btn_bonu,
    [lang="hu"] .top-acc__btn_bonus{
        padding-left: 15px;
        padding-right: 8px;
    }
    [lang="mk"] .top-acc-crex2,
    [lang="hu"] .top-acc-crex24{
        padding: 5px 5px;
        padding-left: 11px;
    }
    [lang="mk"] .top-acc-social,
    [lang="hu"] .top-acc-social {
        margin-left: 10px;
    }
    [lang="mk"] .top-acc-social__link + .top-acc-social__link,
    [lang="hu"] .top-acc-social__link + .top-acc-social__link {
        margin-left: 2px;
    }
    [lang="mk"] .top-acc-crex24 .top-acc-box__text,
    [lang="hu"] .top-acc-crex24 .top-acc-box__text {
        margin-right: 6px;
    }
}
@media screen and (max-width: 1455px){
    .top-acc-box {
        padding-left: 15px;
        padding-right: 5px;
    }
    .top-acc__btn_bonus{
        padding-left: 15px;
        padding-right: 8px;
    }
    .top-acc-crex24{
        padding: 5px 5px;
        padding-left: 11px;
    }
    .top-acc-social {
        margin-left: 10px;
    }
    .top-acc-social__link + .top-acc-social__link {
        margin-left: 2px;
    }
    .top-acc-crex24 .top-acc-box__text {
        margin-right: 6px;
    }

}
@media screen and (max-width: 1440px){
    [lang="mk"] .top-acc-box .top-acc-box__tex,
    [lang="hu"] .top-acc-box .top-acc-box__text{
        display: none;
    }
    [lang="mk"] .top-acc-crex24 .top-acc-box__tex,
    [lang="hu"] .top-acc-crex24 .top-acc-box__text{
        display: block;
    }
    [lang="mk"] .top-acc-social,
    [lang="hu"] .top-acc-social {
        margin-left: 0;
    }
    [lang="mk"] .top-acc-box,
    [lang="hu"] .top-acc-box {
        padding-left: 5px;
    }
    [lang="uz"] .top-acc-crex24_logo{
        max-width: 60px;
    }
}
@media screen and (max-width: 1370px){
    .top-acc-box .top-acc-box__text{
        display: none;
    }
    .top-acc-crex24 .top-acc-box__text{
        display: block;
    }
    .top-acc-social {
        margin-left: 0;
    }
    .top-acc-box {
        padding-left: 5px;
    }
}
@media screen and (max-width: 1160px){
    .top__account [class*="top-acc__btn"]{
        padding-left: 32px;
        padding-right: 13px;
        font-size: 14px;
    }
    .top__account [class*="top-acc__btn"]:before{
        left: 13px;
        font-size: 16px;
    }
    .total_num_of_messages{
        right: 10px;
    }
    .top-acc__dropdown [class*="top-acc-dropdown__item"]{
        padding-left: 25px;
    }
    .top-acc__dropdown [class*="top-acc-dropdown__item"]:before{
        left: 5px;
    }
    .top__account .top-acc-box {
        padding-left: 5px;
        padding-right: 5px;
    }
    .top__account .top-acc__btn_bonus {
        padding-left: 8px;
        padding-right: 7px;
    }
}
@media screen and (max-width: 1115px){
    [lang="mk"] .top-acc__btn_bonu,
    [lang="uz"] .top-acc__btn_bonu,
    [lang="mn"] .top-acc__btn_bonu,
    [lang="hu"] .top-acc__btn_bonus{
        font-size: 12px;
    }
    [lang="mk"] .top-acc-box__text,
    [lang="uz"] .top-acc-box__text,
    [lang="mn"] .top-acc-box__text,
    [lang="hu"] .top-acc-box__text {
        font-size: 12px;
    }
    [lang="mk"] .top-acc__btn_bonus,
    [lang="uz"] .top-acc__btn_bonus,
    [lang="mn"] .top-acc__btn_bonus,
    [lang="hu"] .top-acc__btn_bonus {
        padding-left: 8px;
        padding-right: 7px;
    }
    [lang="mk"] .top-acc-social__ico:before,
    [lang="uz"] .top-acc-social__ico:before,
    [lang="mn"] .top-acc-social__ico:before,
    [lang="hu"] .top-acc-social__ico:before {
        font-size: 13px;
    }
    [lang="mk"] .top-acc-social__lin,
    [lang="uz"] .top-acc-social__lin,
    [lang="mn"] .top-acc-social__lin,
    [lang="hu"] .top-acc-social__link{
        width: 22px;
    }
    [lang="mk"] .top-acc-crex24 .top-acc-box__text,
    [lang="uz"] .top-acc-crex24 .top-acc-box__text,
    [lang="mn"] .top-acc-crex24 .top-acc-box__text,
    [lang="hu"] .top-acc-crex24 .top-acc-box__text {
        margin-right: 4px;
    }
    [lang="mk"] .top-acc__btn_box .top-acc-btn__text,
    [lang="mn"] .top-acc__btn_box .top-acc-btn__text,
    [lang="uz"] .top-acc__btn_box .top-acc-btn__text,
    [lang="mk"] .top-acc-crex24 .top-acc-box__text,
    [lang="mn"] .top-acc-crex24 .top-acc-box__text,
    [lang="uz"] .top-acc-crex24 .top-acc-box__text,
    [lang="hu"] .top-acc__btn_box .top-acc-btn__text,
    [lang="hu"] .top-acc-crex24 .top-acc-box__text{
        letter-spacing: -0.3px;
        font-size: 12px;
    }

}

@media screen and (max-width: 1075px){
    .top-acc__btn_bonus{
        font-size: 12px;
    }
    .top-acc-box__text {
        font-size: 12px;
    }
    .top-acc__btn_bonus {
        padding-left: 8px;
        padding-right: 7px;
    }
    .top-acc-social__ico:before {
        font-size: 13px;
    }
    .top-acc-social__link{
        width: 22px;
    }
    .top-acc-crex24 .top-acc-box__text {
        margin-right: 4px;
    }
    .top-acc__btn_box .top-acc-btn__text, .top-acc-crex24 .top-acc-box__text{
        letter-spacing: -0.3px;
        font-size: 12px;
    }
    [lang="mn"] .top-acc-crex24 .top-acc-box__text,
    [lang="uz"] .top-acc-crex24 .top-acc-box__text,
    [lang="mk"] .top-acc-crex24 .top-acc-box__text,
    [lang="hu"] .top-acc-crex24 .top-acc-box__text {
        margin-right: 3px;
    }
    [lang="mn"] .top-acc-social__link + .top-acc-social__link,
    [lang="uz"] .top-acc-social__link + .top-acc-social__link,
    [lang="mk"] .top-acc-social__link + .top-acc-social__link,
    [lang="hu"] .top-acc-social__link + .top-acc-social__link {
        margin-left: 0;
    }
    [lang="mn"] .top__account .top-acc-box,
    [lang="uz"] .top__account .top-acc-box,
    [lang="mk"] .top__account .top-acc-box,
    [lang="hu"] .top__account .top-acc-box {
        padding-left: 5px;
        padding-right: 3px;
    }
    [lang="mn"] .top-acc-crex24_logo{
        max-width: 70px;
    }
    [lang="uz"] .top-acc-crex24_logo{
        max-width: 55px;
    }
}
#google_auth .top-acc__dropdown input{
    width:100%;
}
[class*="alt-auth__dialog"]{
    max-height: 130px;
}

/* fix slot cyber start */
#games_top_menu .menu_button:hover.slots_drop_down .sub-menu{
    right: -180px;
}
@media screen and (max-width: 1630px){
    #games_top_menu .menu_button:hover.slots_drop_down .sub-menu {
        right: -180px;
    }
}
/* fix slot cyber end */

/* live dropdown start */
.sub-menu_wrapper .sub-wrapper_menu_dropdown:first-child{
    display: none;
}
.sub-menu_wrapper .sub-menu_dropdown{
    padding-top: 0;
}
/* live dropdown end */

/* dropdown slots for crypto start */
.menu_dropdown .sub-menu.sub-menu_four.sub-menu_slots {
    left: -330px;
}
.sub-menu_four.sub-menu_slots .sub-menu_dropdown {
    width: 745px;
}
/* dropdown slots for crypto end */