#register_body ul{
    list-style: none;
    margin:0;
    padding:0;
}
#register_body .field > ul li{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 15px 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#register_body #fast_reg .field > ul li,
#register_body #phone_reg .field > ul li,
#register_body #full_reg .field > ul{
    padding: 15px 14px;
    border-radius: 3px;
}
#register_body #full_reg .field > ul li{
    border:none;
    padding: 5px 8px;
}
#register_body #full_reg .field > ul li.odd,
#register_body #soc_reg .field ul:first-child,
#register_body #fast_reg .field > ul li:first-child,
#register_body #phone_reg .field > ul li:first-child{
    margin-right:2%;
}
#register_body #fast_reg .field > ul li:last-child{
    width: 100%;
    border: none;
}
#register_body #fast_reg .field > ul li:last-child div{
    margin: 0 auto;
}
#register_body .field > ul li input,
#register_body .field > ul li select{
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 1px #A3A3A3 inset, 0 0 0 3px #E9E9E9;
    font-size: 14px;
    padding: 5px 10px;
    width: 392px;
    background: #F7F7F7 ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#register_body .field > ul li input:hover,
#register_body .field > ul li select:hover{
    box-shadow: 0 0 0 1px #A3A3A3 inset, 0 0 0 3px #d5d5d5;
}
#register_body .field > ul li input:focus,
#register_body .field > ul li select:focus{
    box-shadow: 0 0 0 1px #4793c7 inset, 0 0 0 3px #b3daf4;
    background: #fff;
}
#register_body .field > ul li span{
    position: relative;
    display: block;
}
#register_body .title_help {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    vertical-align: top;
}
#register_body .title_help > i {
    background-image: url("https://melbet.com/images/i.png");
    display: block;
    height: 16px;
    width: 16px;
}
#register_body .title_help > .info {
    background-color: #1f72af;
    border-radius: 0 2px 2px;
    color: #ffffff;
    display: none;
    font-size: 13px;
    left: 8px;
    padding: 10px 15px;
    position: absolute;
    top: 33px;
    width: 260px;
    z-index: 5;
}
#register_body .title_help > i:hover + .info{
    display:block;
    animation:showHint 700ms 1;
    -webkit-animation:showHint 700ms 1;
    -moz-animation:showHint 700ms 1;
}
#register_body .title_help > .info:before {
    border-color: transparent transparent #1f72af;
    border-style: solid;
    border-width: 0 15px 15px 0;
    content: "";
    display: block;
    height: 0;
    left: 0;
    position: absolute;
    top: -15px;
    width: 0;
}
#register_body .errorMsg .success {
    color: #0f3d61;
}
#register_body .field > ul li .help{
    width: 395px;
}
#register_body .passwProgress {
    display: none;
}
#register_body .passwProgress.ui-progressbar {
    border: 2px solid #e2e4e8;
    height: 3px !important;
    margin: 12px 0 0;
    width: 388px;
    display: inline-block;
}
#register_body .passwProgress.ui-progressbar .ui-progressbar-value {
    height: 3px !important;
    margin: 0;
}
#register_body #full_reg #reg_tel_code{
    position: absolute;
    pointer-events: none;
    background: none;
    /*border: 0;*/
    box-shadow: none;
}
#register_body #full_reg #reg_tel_num{
    padding-left: 45px!important;
}
#register_body #reg_tel_num {
    padding-left: 35px !important;
}
#register_body #reg_tel_code{
    padding-left:10px;
}
#phone_reg .activeCountry{
    left:25px;
    top:46px;
}
#register_body .rules{
    text-align: center;
}
#register_body .submit_registration{
    border : 1px solid #004C9B;
    border-radius : 3px 3px 3px 3px;
    box-shadow : 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
    color : #fff;
    cursor : pointer;
    display : inline-block;
    font-size : 22px !important;
    font-weight : 700 !important;
    margin : 20px auto 0;
    padding : 5px 20px;
    text-shadow : 0 -1px 0 #444444;
    text-align : center;
    background-color : #0496DA;
    background-image : linear-gradient(top, #0496DA 0%, #0067CD 100%);
    background-image : -o-linear-gradient(top, #0496DA 0%, #0067CD 100%);
    background-image : -moz-linear-gradient(top, #0496DA 0%, #0067CD 100%);
    background-image : -webkit-linear-gradient(top, #0496DA 0%, #0067CD 100%);
    background-image : -ms-linear-gradient(top, #0496DA 0%, #0067CD 100%);
    -pie-background : linear-gradient(top, #0496DA 0%, #0067CD 100%);
    behavior : url('https://melbet.com/images/PIE.htc');
}
#register_body .submit_registration:hover{
    background-color : #0383d3;
    background-image : linear-gradient(top, #0383d3 0%, #004c9b 100%);
    background-image : -o-linear-gradient(top, #0383d3 0%, #004c9b 100%);
    background-image : -moz-linear-gradient(top, #0383d3 0%, #004c9b 100%);
    background-image : -webkit-linear-gradient(top, #0383d3 0%, #004c9b 100%);
    background-image : -ms-linear-gradient(top, #0383d3 0%, #004c9b 100%);
    -pie-background : linear-gradient(top, #0383d3 0%, #004c9b 100%);
    behavior : url('https://melbet.com/images/PIE.htc');
}
#register_body .submit_registration.active{
    background-color : #026fcb;
    background-image : linear-gradient(top, #026fcb 0%, #004c9b 100%);
    background-image : -o-linear-gradient(top, #026fcb 0%, #004c9b 100%);
    background-image : -moz-linear-gradient(top, #026fcb 0%, #004c9b 100%);
    background-image : -webkit-linear-gradient(top, #026fcb 0%, #004c9b 100%);
    background-image : -ms-linear-gradient(top, #026fcb 0%, #004c9b 100%);
    -pie-background : linear-gradient(top, #026fcb 0%, #004c9b 100%);
    behavior : url('https://melbet.com/images/PIE.htc');
}
#register_body .regist_from_soc ul li,
#register_body #soc_reg .field ul li,
#register_body #phone_reg .field .countriesList li {
    display: block;
    padding: 0;
    margin: 0;
    border: none;
}
#register_body #soc_reg,
#register_body #fast_reg {
    text-align: center;
}
#register_body #fast_reg .field {
    text-align: left;
}
#register_body #soc_reg .field ul{
    width:49%;
    display: inline-block;
    vertical-align: top;
}
#register_body #soc_reg .field ul li{
    height:auto;
    width:auto;
}
#register_body #soc_reg .field ul:first-child{
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px 15px;
    text-align: left;
}
#register_body #soc_reg .field ul li:last-child{
    margin-top:44px;
}
#register_body #phone_reg .field .countriesList li{
    height: 24px;
    width: 100%;
}
#register_body .over18{
    text-align: left;
    margin-top:25px;
    position: relative;
    width: 25%;
    padding-right: 19%;
    margin-left: 50px;
    display: inline-block;
    vertical-align: middle;
}
#register_body #soc_reg .over18,
#register_body #fast_reg .over18{
    width: auto;
    padding-right: 0;
    padding-bottom: 16px;
}
#register_body .over18 img{
    position: absolute;
    left: -50px;
    top: -5px;
}
#register_body #fast_reg #button_registration {
    display: none;
}
#register_body #button_registration {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
#register_body .countriesList {
    background : none repeat scroll 0 0 #FFFFFF;
    border : 1px solid #2D67B2;
    left : 15px;
    list-style : none outside none;
    margin : 0;
    padding : 0;
    position : absolute;
    top : 68px;
    width : 199px;
    z-index : 10001;
    height : 250px;
    overflow : auto;
}
#register_body .countriesList li {
    clear : left;
    cursor : pointer;
    height : 25px;
    line-height : 1.2;
    margin : 0 !important;
}
#register_body .countriesList li:hover {
    background-color : #FFF7CE;
}
#register_body .countriesList li .itemFlag {
    background-image : url("https://melbet.com/images/flags.jpg");
    float : left;
    height : 11px;
    margin-left : 5px;
    margin-top : 7px;
    width : 16px;
}
#register_body .countriesList li .itemName {
    float : left;
    font-size : 13px;
    padding-left : 5px;
    padding-top : 5px;
}
#register_body .countriesList li .itemCode {
    color : #2266BB;
    float : right;
    font-size : 16px;
    padding : 3px 5px 0 10px;
}
#register_body .activeCountry {
    background-image : url('https://melbet.com/images/flags.jpg');
    cursor : pointer;
    height : 11px;
    position : absolute;
    width : 16px;
    z-index : 1;
}
#register_body .regionRU,
#register_body .countryRU .itemFlag {
    background-position: 0 0;
}
#register_body .regionUA,
#register_body .countryUA .itemFlag {
    background-position: 0 -11px;
}
#register_body .regionKZ,
#register_body .countryKZ .itemFlag {
    background-position: 0 -22px;
}
#register_body .regionMD,
#register_body .countryMD .itemFlag {
    background-position: 0 -33px;
}
#register_body .regionBY,
#register_body .countryBY .itemFlag {
    background-position: 0 -44px;
}
#register_body .regionKG,
#register_body .countryKG .itemFlag {
    background-position: 0 -55px;
}
#register_body .regionAZ,
#register_body .countryAZ .itemFlag {
    background-position: 0 -66px;
}
#register_body .regionGE,
#register_body .countryGE .itemFlag {
    background-position: 0 -77px;
}
#register_body .regionAM,
#register_body .countryAM .itemFlag {
    background-position: 0 -88px;
}
#register_body .regionTJ,
#register_body .countryTJ .itemFlag {
    background-position: 0 -99px;
}
#register_body .regionPA,
#register_body .countryPA .itemFlag {
    background-position: 0 -110px;
}
#register_body .regionGB,
#register_body .countryGB .itemFlag {
    background-position: 0 -121px;
}
#register_body .regionLT,
#register_body .countryLT .itemFlag {
    background-position: 0 -132px;
}
#register_body .regionIL,
#register_body .countryIL .itemFlag {
    background-position: 0 -143px;
}
#register_body .regionTR,
#register_body .countryTR .itemFlag {
    background-position: 0 -154px;
}
#register_body .regionVN,
#register_body .countryVN .itemFlag {
    background-position: 0 -165px;
}
#register_body .regionLV,
#register_body .countryLV .itemFlag {
    background-position: 0 -176px;
}
#register_body .regionIN,
#register_body .countryIN .itemFlag {
    background-position: 0 -187px;
}
#register_body .regionTH,
#register_body .countryTH .itemFlag {
    background-position: 0 -198px;
}
#register_body .regionUS,
#register_body .countryUS .itemFlag {
    background-position: 0 -209px;
}
#register_body .regionEE,
#register_body .countryEE .itemFlag {
    background-position: 0 -220px;
}
#register_body .regionJP,
#register_body .countryJP .itemFlag {
    background-position: 0 -231px;
}
#register_body .regionUZ,
#register_body .countryUZ .itemFlag {
    background-position: 0 -242px;
}
#register_body .regionKR,
#register_body .countryKR .itemFlag {
    background-position: 0 -253px;
}
#register_body .regionES,
#register_body .countryES .itemFlag {
    background-position: 0 -264px;
}
#register_body .regionIR,
#register_body .countryIR .itemFlag {
    background-position: 0 -275px;
}
#register_body .regionDE,
#register_body .countryDE .itemFlag {
    background-position: 0 -286px;
}
#register_body .regionIT,
#register_body .countryIT .itemFlag {
    background-position: 0 -297px;
}
#register_body .regionBG,
#register_body .countryBG .itemFlag {
    background-position: 0 -308px;
}
#register_body .regionTM,
#register_body .countryTM .itemFlag {
    background-position: 0 -319px;
}
#register_body .regionFR,
#register_body .countryFR .itemFlag {
    background-position: 0 -330px;
}
#register_body .regionSK,
#register_body .countrySK .itemFlag {
    background-position: 0 -341px;
}
#register_body .regionPL,
#register_body .countryPL .itemFlag {
    background-position: 0 -352px;
}
#register_body .regionCZ,
#register_body .countryCZ .itemFlag {
    background-position: 0 -363px;
}
#register_body .regionGR,
#register_body .countryGR .itemFlag {
    background-position: 0 -374px;
}
#register_body .regionAU,
#register_body .countryAU .itemFlag {
    background-position: 0 -385px;
}
#register_body .regionRO,
#register_body .countryRO .itemFlag {
    background-position: 0 -396px;
}
#register_body .regionRO,
#register_body .countryRO .itemFlag {
    background-position: 0 -396px;
}
#register_body .regionAB,
#register_body .countryAB .itemFlag {
    background-position: 0 -407px;
}
#register_body .regionBM,
#register_body .countryBM .itemFlag {
    background-position: 0 -418px;
}
#register_body .regionNO,
#register_body .countryNO .itemFlag {
    background-position: 0 -430px;
}
#register_body .regionMN,
#register_body .countryMN .itemFlag {
    background-position: 0 -442px;
}
#register_body .regionPT,
#register_body .countryPT .itemFlag {
    background-position: 0 -455px;
}

#register_body .regionCN,
#register_body .countryCN .itemFlag {
    background-position: 0 -467px;
}
#register_body .regionKE,
#register_body .countryKE .itemFlag {
    background-position: 0 -489px;
}
#register_body .countryRU .itemFlag {
    background-position : 0 0;
}
#register_body .countryUA .itemFlag {
    background-position : 0 -11px;
}
#register_body .countryKZ .itemFlag {
    background-position : 0 -22px;
}
#register_body .countryMD .itemFlag {
    background-position : 0 -33px;
}
#register_body .countryBY .itemFlag {
    background-position : 0 -44px;
}
#register_body .countryKG .itemFlag {
    background-position : 0 -55px;
}
#register_body .countryAZ .itemFlag {
    background-position : 0 -66px;
}
#register_body .countryGE .itemFlag {
    background-position : 0 -77px;
}
#register_body .countryAM .itemFlag {
    background-position : 0 -88px;
}
#register_body .countryTJ .itemFlag {
    background-position : 0 -99px;
}
#register_body .countryPA .itemFlag {
    background-position : 0 -110px;
}
#register_body .countryGB .itemFlag {
    background-position : 0 -121px;
}
#register_body .countryLT .itemFlag {
    background-position : 0 -132px;
}
#register_body .countryIL .itemFlag {
    background-position : 0 -143px;
}
#register_body .countryTR .itemFlag {
    background-position : 0 -154px;
}
#register_body .countryVN .itemFlag {
    background-position : 0 -165px;
}
#register_body .countryLV .itemFlag {
    background-position : 0 -176px;
}
#register_body .countryIN .itemFlag {
    background-position : 0 -187px;
}
#register_body .countryTH .itemFlag {
    background-position : 0 -198px;
}
#register_body .countryUS .itemFlag {
    background-position : 0 -209px;
}
#register_body .countryEE .itemFlag {
    background-position : 0 -220px;
}
#register_body .countryJP .itemFlag {
    background-position : 0 -231px;
}
#register_body .countryUZ .itemFlag {
    background-position : 0 -242px;
}
#register_body .countryKR .itemFlag {
    background-position : 0 -253px;
}
#register_body .countryES .itemFlag {
    background-position : 0 -264px;
}
#register_body .countryIR .itemFlag {
    background-position : 0 -275px;
}
#register_body .countryDE .itemFlag {
    background-position : 0 -286px;
}
#register_body .countryIT .itemFlag {
    background-position : 0 -297px;
}
#register_body .countryBG .itemFlag {
    background-position : 0 -308px;
}
#register_body .countryTM .itemFlag {
    background-position : 0 -319px;
}
#register_body .countryFR .itemFlag {
    background-position : 0 -330px;
}
#register_body .countrySK .itemFlag {
    background-position : 0 -341px;
}
#register_body .countryPL .itemFlag {
    background-position : 0 -352px;
}
#register_body .countryCZ .itemFlag {
    background-position : 0 -363px;
}
#register_body .countryGR .itemFlag {
    background-position : 0 -374px;
}
#register_body .countryAU .itemFlag {
    background-position : 0 -385px;
}
#register_body .countryRO .itemFlag {
    background-position : 0 -396px;
}
#register_body .countryAB .itemFlag {
    background-position : 0 -407px;
}
#register_body .countryBM .itemFlag {
    background-position : 0 -418px;
}
#register_body .countryNO .itemFlag {
    background-position : 0 -430px;
}
#register_body .countryMN .itemFlag {
    background-position : 0 -442px;
}
#register_body .countryCN .itemFlag {
    background-position: 0 -467px;
}
#register_body .countryPT .itemFlag {
    background-position : 0 -455px;
}
#register_body .countryBR .itemFlag {
    background-position : 0 -479px;
}
#register_body .countryCM .itemFlag {
    background-position : 0 -479px;
}
#register_body #soc_reg .regist_from_soc {
    text-align: center;
    padding: 10px 28px;
    margin-left: -4px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#register_body #soc_reg .field .regist_from_soc li {
    float: none;
    display: inline-block;
    margin-bottom:10px!important;
    width: auto;
}
#register_body #soc_reg .regist_from_soc li .gplus_reg:before {
    background-position: 0 -192px;
}
#register_body #soc_reg .regist_from_soc li .yandex_reg:before {
    background-position: 0 -256px;
}
#register_body #soc_reg .regist_from_soc li .mailru_reg:before {
    background-position: 0 -384px;
}
#register_body #soc_reg .regist_from_soc li .twitter_reg:before {
    background-position: 0 -320px;
}
@media screen and (max-width:1230px){
    #sports_main #reg_tabs li a {
        font-size:15px!important;
    }
    #sports_main #register_body .title {
        display: inline-block;
        width: 388px;
        text-align: left;
    }
    #sports_main #register_body .field > ul li{
        display: block;
        width:423px;
        margin: 0 auto;
    }
    #sports_main #register_body #soc_reg .field ul {
        display: block;
        width: 70%;
    }
    #sports_main  #register_body #soc_reg .field ul:first-child {
        text-align: center;
    }
    #sports_main #register_body #soc_reg .field ul:last-child {
        margin-top: 10px;
    }
    #sports_main #register_body .field > ul li .help {
        margin: 5px auto 0;
    }
    #sports_main #register_body #soc_reg .field ul,
    #sports_main #register_body #soc_reg .field ul:first-child,
    #sports_main  #register_body #full_reg .field > ul li:nth-child(odd){
        margin: 0 auto;
    }
    #sports_main #register_body #fast_reg .field > ul li:first-child,
    #sports_main #register_body #phone_reg .field > ul li:first-child,
    #sports_main #register_body #phone_reg .field > ul li,
    #sports_main #register_body #fast_reg .field > ul li {
        margin: 0 auto 10px;
    }
}
#registration_loading {
    text-align: center;
    margin-top: 15px;
}
.register_form .suc_reg_mes_1 {
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-family: "Roboto",sans-serif;
    font-size: 26px;
    line-height: 32px;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    background: #0073b0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2c34d+0,f2ca5e+50,f2c343+100 */
    background: #f2c34d; /* Old browsers */
    background: -moz-linear-gradient(top,  #f2c34d 0%, #f2ca5e 50%, #f2c343 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f2c34d 0%,#f2ca5e 50%,#f2c343 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f2c34d 0%,#f2ca5e 50%,#f2c343 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c34d', endColorstr='#f2c343',GradientType=0 ); /* IE6-9 */
}
.register_form .after_reg_ul {
    background-color: #fffebc;
    border: 1px dashed #b1b1b1;
    border-radius: 0 0 4px 4px;
    list-style: none outside none;
    margin: 0 0 10px 0;
    padding: 5px 9px;
}
.register_form .after_reg_ul li {
    display: inline-block;
}
.register_form .after_reg_ul_save {
    font-size: 12px;
    list-style: none outside none;
    margin: 10px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.register_form.n-reg-succ--larger-btns .after_reg_ul_save {
    text-align: center;
}
.register_form .after_reg_ul_save > div {
    position: relative;
    float: left;
    /*width: 590px;*/
    overflow: hidden;
}
.register_form.n-reg-succ--larger-btns .after_reg_ul_save > div {
    display: inline-block;
    float: none;

    vertical-align: middle;
}
@media screen and (min-width: 992px) {
    .register_form.n-reg-succ--larger-btns .after_reg_ul_save > div {
        font-size: 0.835vw;
    }
}

@media screen and (min-width: 1921px){
    .register_form.n-reg-succ--larger-btns .after_reg_ul_save > div {
        font-size: 16px;
    }
}
.register_form .after_reg_ul_save.lighting > div:before {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    content:"";
    z-index: 100;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.03) 1%, rgba(255,255,255,0.6) 30%, rgba(255,255,255,0.85) 50%, rgba(255,255,255,0.85) 70%, rgba(255,255,255,0.85) 71%, rgba(255,255,255,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(1%,rgba(255,255,255,0.03)), color-stop(30%,rgba(255,255,255,0.85)), color-stop(50%,rgba(255,255,255,0.85)), color-stop(70%,rgba(255,255,255,0.85)), color-stop(71%,rgba(255,255,255,0.85)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.03) 1%,rgba(255,255,255,0.6) 30%,rgba(255,255,255,0.85) 50%,rgba(255,255,255,0.85) 70%,rgba(255,255,255,0.85) 71%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    width: 10%;
    height: 100%;
    transform: skew(35deg,0deg);
    -webkit-transform: skew(35deg,0deg);
    -moz-transform: skew(35deg,0deg);
    -ms-transform: skew(35deg,0deg);
    -o-transform: skew(35deg,0deg);
    animation: move 5s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-animation: move 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-animation: move 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-animation: move 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}
.register_form .after_reg_ul_save.lighting > div:after {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    content:"";
    z-index: 100;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    width: 6%;
    margin-left: 10px;
    height: 93%;
    transform: skew(35deg,0deg);
    -webkit-transform: skew(35deg,0deg);
    -moz-transform: skew(35deg,0deg);
    -ms-transform: skew(35deg,0deg);
    -o-transform: skew(35deg,0deg);
    animation: move 5s;
    animation-iteration-count: infinite;
    animation-delay: 1s;
    -webkit-animation: move 5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-delay: 1s;
    -moz-animation: move 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-delay: 1s;
    -ms-animation: move 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-delay: 1s;
    -o-animation: move 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-delay: 1s;
}
@media screen and (min-width: 992px) {
    .register_form.n-reg-succ--larger-btns .after_reg_ul_save.lighting > div:after {
        height: 97%;
    }
}
@keyframes move {
    0%  { left: -10%; opacity: 0.8; }
    80% {opacity: 0.8}
    100% { left: 100%;opacity: 0}
}
@-webkit-keyframes move {
    0%  { left: -10%; opacity: 0.8;}
    80% {opacity: 0.8; }
    100% { left: 100%;opacity: 0}
}
@-moz-keyframes move {
    0%  { left: -10%; opacity: 0.8;}
    80% {opacity: 0.8; }
    100% { left: 100%;opacity: 0}
}
@-ms-keyframes move {
    0%  { left: -10%; opacity: 0.8;}
    80% {opacity: 0.8; }
    100% { left: 100%;opacity: 0}
}
@-o-keyframes move {
    0%  { left: -10%; opacity: 0.8;}
    80% {opacity: 0.8; }
    100% { left: 100%;opacity: 0}
}
#one_click_reg_error_container {
    background-color: #b23232;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3) inset;
    behavior: url('https://melbet.com/images/PIE.htc');
    margin: 20px 15px 15px 0px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 14px;
    z-index: 10;
    border-radius: 5px;
    display: none;
}
.after_reg_ul_save span {
    display: inline-block;
    /*margin-right: 10px;*/
    position: relative;
}
.register_form .after_reg_ul_save > span:last-child {
    float: right;
    margin-right: 16px;
}
.register_form .after_reg_ul_save > div > span:last-child {
    margin-right: 0;
}
.register_form .after_reg_ul_save a {
    cursor: pointer;
    font-size: 13px !important;
    color: #fff;
    border-radius: 3px;
    padding: 6px 15px 7px 35px;
    background: #336633;
}
@media screen and (min-width: 992px) {
    .register_form.n-reg-succ--larger-btns {
        text-align: center;
    }

    .register_form.n-reg-succ--larger-btns .after_reg_ul_save a {
        padding: 0.571em 1.25em 0.607em 1.964em;
        font-size: 1.75em !important;
    }
}
.register_form .after_reg_ul_save > span:last-child a {
    background: #b23232;
    padding: 6px 27px 7px 32px;
}
.register_form .after_reg_ul_save a:before {
    color: #fff;
    font-size: 12px;
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 7px;
    left: 15px;
}
@media screen and (min-width: 992px) {
    .register_form.n-reg-succ--larger-btns .after_reg_ul_save a::before {
        top: 0.692em;
        left: 0.769em;
        font-size: 0.929em;
    }
}
.register_form .after_reg_ul_save span:nth-child(1) a:before {
    content: "\f0e0";
}
.register_form .after_reg_ul_save span:nth-child(2) a:before {
    content: "\f016";
}
.register_form .after_reg_ul_save span:nth-child(3) a:before {
    content: "\f1c5";
}
.register_form .after_reg_ul_save > span:last-child a:before {
    content: "\f00d";
}
.register_form .after_reg_ul_save a:after {
    display: none;
}
.register_form .form_mail_after {
    background-color: #336633;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3) inset;
    behavior: url('https://melbet.com/images/PIE.htc');
    display: none;
    margin: 20px 15px 15px 0px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    z-index: 10;
    border-radius:5px;
}
.register_form .form_mail_after:before {
    background-color: #336633;
    border-radius: 3px 0 13px;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    left: 60px;
    top: -7px;
    width: 15px;
    -moz-transform: scale(1) rotate(45deg);
    -webkit-transform: scale(1) rotate(45deg);
    -o-transform: scale(1) rotate(45deg);
    -ms-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}
.register_form p.final_msg {
    font-size: 16px;
    text-align: center;
    background-color: #fffebc;
    border: 1px dashed #b1b1b1;
    border-radius: 4px;
    list-style: none outside none;
    margin: 15px 15px 0px;
    padding: 25px 8px;
}

.cyber-page .form_mail_after .submit,
.cyber-page .form_mail_after .submit:hover,
.cyber-page .register_form .form_mail_after,
.cyber-page .register_form .form_mail_after:before {
    background-color: #00ab8d;
}

/* reg.pop */
.box-modal.registrModal {
    padding: 0;
    width: 957px;
    opacity: 0.9;
}
.registrModalName {
    background-color: #1f72af;
    border-radius: 3px 3px 0 0;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 20px;
}
.box-modal #register_body {
    padding: 10px;
}
.box-modal.registrModal .box-modal_close {
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    right: 20px;
    top: 10px;
}
.box-modal.registrModal .box-modal_close:hover {
    opacity:0.8;
}
.box-modal.registrModal .register_form > h2 {
    padding: 0 0 15px;
    text-align: left;
}
.box-modal.registrModal #register_body h3 {
    margin: 0px 0 5px;
    text-align: center;
}
.box-modal.registrModal  #register_body > div {
    width: 100%;
}
.box-modal.registrModal  .register_form {
    padding: 0;
}
.box-modal.registrModal  #register_body {
    border-radius: 3px;
}
.box-modal.registrModal #reg_tabs:before, .box-modal.registrModal #reg_tabs:after {
    clear: both;
    content: "";
    display: block;
}
.box-modal.registrModal #reg_tabs {
    margin-left: 2.9%;
}
.box-modal.registrModal #reg_tabs li {
    display: block;
    float: left;
    width: 23.8%;
}
.box-modal.registrModal #reg_tabs a {
    border-width: 1px 1px 0;
    color: #444444;
    display: block;
    font-weight: 700;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: auto;
}
.box-modal.registrModal #reg_tabs a:hover {
    background-color: #e3e2e2;
}
.box-modal.registrModal #reg_tabs li + li a {
    margin-left: -1px;
}
.box-modal.registrModal #reg_tabs li#current a {
    background-color: #ffffff;
    color: #0f3d61;
    cursor: default;
    margin-bottom: -1px;
    padding: 0 0 1px;
}
.box-modal.registrModal #register_body fieldset {
    display: block;
    float: left;
    width: 369px;
}
.box-modal.registrModal #register_body .field:before, .box-modal.registrModal #register_body .field:after {
    clear: both;
    content: "";
    display: block;
}
.box-modal.registrModal #register_body fieldset input[type="text"],
.box-modal.registrModal #register_body fieldset input[type="password"],
.box-modal.registrModal #register_body fieldset select,
.box-modal.registrModal #new_fast_user_form #reg_tel_num,
.box-modal.registrModal #new_user_form #reg_tel_num {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100% !important;
}
.box-modal.registrModal .submit_registr2 {
    background-color: #77a02e;
    border-radius: 3px;
    color: #ffffff;
    display: block;
    font-size: 17px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin: 30px auto 0;
    text-align: center;
    width: 285px;
}
.box-modal.registrModal .submit_registr2:hover {
    background-color: #85b334;
}
.box-modal #register_body #soc_reg .field ul,
.box-modal #register_body .field > ul li {
    width:430px;
}
.box-modal #register_body #soc_reg .field ul:first-child,
.box-modal #register_body .field > ul li:first-child {
    margin-right: 15px!important;
}
.box-modal #register_body .title {
    padding-right:19px;
}
.box-modal #register_body #full_reg .field > ul {
    border: none;
}
.box-modal #register_body #full_reg .field > ul li.odd {
    margin-right:35px!important;
}
.box-modal.registrModal #register_body > div {
    margin-right: -10px;
    padding-right: 10px !important;
    padding-bottom: 10px!important;
}
.box-modal.registrModal .jspVerticalBar {
    background-color: #eeeeee !important;
    width: 4px !important;
    right:10px;
}
.box-modal.registrModal .jspDrag {
    background-color: #064a7b !important;
    border-radius: 5px;
}
.box-modal #register_body #full_reg .field > ul {
    padding:0;
}
.box-modal #register_body #soc_reg .field ul:first-child li:last-child {
    margin-top:41px;
}
#games_content.popup_reg_wrap {
    padding: 10px;
}
.box-modal #register_body .countriesList {
    height: 90px;
}
/* end reg.pop */

@media screen and (max-width: 1360px) {
    #games_content.popup_reg_wrap {
        padding: 3px 10px;
    }
    .register_form .suc_reg_mes_1 {
        font-size: 22px;
        line-height: 26px;
        margin: 0 15px 0 0;
        padding: 2px 10px;
    }
    .register_form .after_reg_ul {
        margin: 0 15px 5px 0;
        padding: 2px 9px;
    }
    .after_reg_ul span {
        font-size: 15px;
    }
    .after_reg_ul b {
        font-size: 20px;
    }
    .register_form .after_reg_ul_save {
        margin: 5px 0;
    }
}

.after_reg_ul {
    background-color: #fffebc;
    border: 1px dashed #b1b1b1;
    border-radius: 4px;
    list-style: none outside none;
    margin: 0 30px 15px;
    padding: 8px;
}

.after_reg_ul span {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    text-align: right;
    width: 255px;
}

.after_reg_ul b {
    color: #000;
    display: inline-block;
    font-size: 24px;
    text-align: left;
    white-space: nowrap;
    width: 145px;
}

.after_reg_but {
    background-color: #1f71af;
    border: 1px solid #1d689e;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
    width: 265px;
    margin-top: 30px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2177B5), color-stop(1, #1D689E));
    background-image: -o-linear-gradient(bottom, #2177B5 0%, #1D689E 100%);
    background-image: -moz-linear-gradient(bottom, #2177B5 0%, #1D689E 100%);
    background-image: -webkit-linear-gradient(bottom, #2177B5 0%, #1D689E 100%);
    background-image: -ms-linear-gradient(bottom, #2177B5 0%, #1D689E 100%);
    background-image: linear-gradient(to bottom, #2177B5 0%, #1D689E 100%);
    -pie-background: linear-gradient(bottom, #2177B5 0%, #1D689E 100%);
    behavior: url('https://melbet.com/images/PIE.htc');
}

.after_reg_but:hover{
    background-color: #227dc2;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2285CC), color-stop(1, #1D77B3));
    background-image: -o-linear-gradient(bottom, #2285CC 0%, #1D77B3 100%);
    background-image: -moz-linear-gradient(bottom, #2285CC 0%, #1D77B3 100%);
    background-image: -webkit-linear-gradient(bottom, #2285CC 0%, #1D77B3 100%);
    background-image: -ms-linear-gradient(bottom, #2285CC 0%, #1D77B3 100%);
    background-image: linear-gradient(to bottom, #2285CC 0%, #1D77B3 100%);
    -pie-background: linear-gradient(bottom, #2285CC 0%, #1D77B3 100%);
    behavior: url('https://melbet.com/images/PIE.htc');
}

.after_reg_ul_save {
    font-size: 12px;
    list-style: none outside none;
    margin: 15px 0 0;
    padding: 0;
    position: relative;
}

.after_reg_ul_save > li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.after_reg_ul_save > li:last-child{
    margin-right: 0;
}

.after_reg_ul_save a {
    display: block;
    position: relative;
}

.after_reg_ul_save a:after {
    border-bottom: 1px dotted rgba(51,102,153,0.5);
    bottom: -1px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    width: 100%;
}

.after_reg_ul_save a:hover:after {
    border-bottom: 1px dotted rgba(51,102,153,0.0);
}

.form_mail_after {
    background-color: #1e6da6;
    box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.3) inset;
    behavior: url('https://melbet.com/images/PIE.htc');
    display: none;
    margin: 20px -5px -10px;
    padding: 15px 0;
    position: relative;
    text-align: center;
    z-index: 10;
}

.form_mail_after:before {
    background-color: #1e6da6;
    border-radius: 3px 0 13px;
    content: "";
    display: block;
    height: 15px;
    position: absolute;
    right: 80px;
    top: -7px;
    width: 15px;
    -moz-transform:scale(1) rotate(45deg);
    -webkit-transform:scale(1) rotate(45deg);
    -o-transform:scale(1) rotate(45deg);
    -ms-transform:scale(1) rotate(45deg);
    transform:scale(1) rotate(45deg);
}

.form_mail_after .input_text {
    border: medium none;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 10px;
    width: 287px;
    vertical-align: top;
}

.form_mail_after input.input_text::-webkit-input-placeholder { color: #727272 !important; }
.form_mail_after input.input_text:-moz-placeholder { color: #727272 !important; }
.form_mail_after input.input_text::-moz-placeholder { color: #727272 !important; }
.form_mail_after input.input_text:-ms-input-placeholder { color: #727272 !important; }

.form_mail_after_con {
    display: block;
}

.form_mail_after_con_s,
.form_mail_after_error_con_s {
    color: #fff;
    display: none;
    font-weight: 700;
    line-height: 30px;
    padding: 0 10px;
    white-space: nowrap;
}

.form_mail_after_con:before, .form_mail_after_con:after {
    clear: both;
    display: block;
}

.form_mail_after .submit {
    background-color: #369;
    border: 1px solid #fff;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    margin-left: 10px;
    padding: 0;
    vertical-align: top;
    width: 110px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4998C9), color-stop(1, #307FB0));
    background-image: -o-linear-gradient(bottom, #4998C9 0%, #307FB0 100%);
    background-image: -moz-linear-gradient(bottom, #4998C9 0%, #307FB0 100%);
    background-image: -webkit-linear-gradient(bottom, #4998C9 0%, #307FB0 100%);
    background-image: -ms-linear-gradient(bottom, #4998C9 0%, #307FB0 100%);
    background-image: linear-gradient(to bottom, #4998C9 0%, #307FB0 100%);
    -pie-background: linear-gradient(bottom, #4998C9 0%, #307FB0 100%);
    behavior: url('https://melbet.com/images/PIE.htc');*/
}

.form_mail_after .submit:hover {
    background-color: #3b72aa;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4CA5D9), color-stop(1, #3187BD));
    background-image: -o-linear-gradient(bottom, #4CA5D9 0%, #3187BD 100%);
    background-image: -moz-linear-gradient(bottom, #4CA5D9 0%, #3187BD 100%);
    background-image: -webkit-linear-gradient(bottom, #4CA5D9 0%, #3187BD 100%);
    background-image: -ms-linear-gradient(bottom, #4CA5D9 0%, #3187BD 100%);
    background-image: linear-gradient(to bottom, #4CA5D9 0%, #3187BD 100%);
    -pie-background: linear-gradient(bottom, #4CA5D9 0%, #3187BD 100%);
    behavior: url('https://melbet.com/images/PIE.htc');
}

.register_form .payAllShow {
    margin: 0 !important;
    margin-top: -20px !important;
}

.cyber-page .register_form .after_reg_ul_save a{
    background: #00ab8d;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWI4ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk0N2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #00ab8d 0%, #00947b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00ab8d), color-stop(100%,#00947b));
    background: -webkit-linear-gradient(top,  #00ab8d 0%,#00947b 100%);
    background: -o-linear-gradient(top,  #00ab8d 0%,#00947b 100%);
    background: -ms-linear-gradient(top,  #00ab8d 0%,#00947b 100%);
    background: linear-gradient(to bottom,  #00ab8d 0%,#00947b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ab8d', endColorstr='#00947b',GradientType=0 );
}

.cyber-page .register_form .suc_reg_mes_1{
    background: #ffcd23;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmY2QyMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkM2EwMWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ffcd23 0%, #d3a01b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcd23), color-stop(100%,#d3a01b));
    background: -webkit-linear-gradient(top,  #ffcd23 0%,#d3a01b 100%);
    background: -o-linear-gradient(top,  #ffcd23 0%,#d3a01b 100%);
    background: -ms-linear-gradient(top,  #ffcd23 0%,#d3a01b 100%);
    background: linear-gradient(to bottom,  #ffcd23 0%,#d3a01b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd23', endColorstr='#d3a01b',GradientType=0 );
}
.cyber-page .register_form .after_reg_ul{
    color: #3c525b;
}