/*
==============================================================
---------------------- lk left-menu sprite -------------------
==============================================================
*/
.infoMenuBlock {
    padding : 5px 0 0 5px;
    background : #ffffff;
    border-radius : 0 0 5px 5px;
    -moz-border-radius : 0 0 5px 5px;
    -webkit-border-radius : 0 0 5px 5px;
    margin-bottom : 10px;
}
.infoMenuBlock.noName {
    border-radius : 5px;
}
.infoMenuBlock.noName .left_menu_ul li:first-child {
    border-radius : 5px 5px 0 0;
}
.infoMenuBlock.noName .left_menu_ul li:last-child {
    border-radius : 0 0 5px 5px;
}
.infoMenuBlock  .left_menu_ul a:before{
    content: '';
    position: absolute;
    top: 5px;
    left: 10px;
    width: 21px;
    height: 20px;
    background: url("../img/office-sprite.png") left center no-repeat;
}
.left_menu_ul {
    list-style : outside none none;
    margin : 0;
    padding : 0;
}
.left_menu_ul a {
    background-position : 10px 50%;
    background-repeat : no-repeat;
    display : block;
    font-size : 12px !important;
    line-height : 28px;
    padding : 0 10px 0 38px;
    text-transform : uppercase;
    position: relative;
}
.left_menu_ul li {
    border-bottom : 1px solid #e9e9e9;
}
.left_menu_ul li:last-child {
    border-bottom : none;
    border-radius : 0 0 4px 4px;
}
.infoMenuBlock .left_menu_ul li a.img01:before {
    background-position: -5px -3px;
}
.infoMenuBlock .left_menu_ul li a.img02:before {
    background-position: -57px -5px;
}
.infoMenuBlock .left_menu_ul li a.img03:before {
    background-position: -117px -5px;
}
.infoMenuBlock .left_menu_ul li a.img04:before {
    background-position: -169px -3px;
}
.infoMenuBlock .left_menu_ul li a.img05:before {
    background-position: -223px -5px;
}
.infoMenuBlock .left_menu_ul li a.img06:before {
    background-position: -277px -5px;
}
.infoMenuBlock .left_menu_ul li a.img07:before {
    background-position: -331px -5px;
}
.infoMenuBlock .left_menu_ul li a.img08:before {
    background-position: -391px -5px;
}
.infoMenuBlock .left_menu_ul li a.img09:before {
    background-position: -449px -5px;
}
.infoMenuBlock .left_menu_ul li a.img10:before {
    background-position: -499px -4px;
}
.infoMenuBlock .left_menu_ul li a.img11:before {
    background-position: -553px -5px;
}
.infoMenuBlock .left_menu_ul li a.img12:before {
    background-position: -607px -5px;
}
.infoMenuBlock .left_menu_ul li a.img14:before {
    background-position: -686px -4px;
}
.infoMenuBlock .left_menu_ul li a.img15:before {
    background-position: -713px -5px;
}
.infoMenuBlock .left_menu_ul li a.img16:before {
    background-position: -764px -5px;
}
.infoMenuBlock .left_menu_ul li a.img17:before {
    background-position: -806px -5px;
}
.infoMenuBlock .left_menu_ul li a.img18:before {
    content: "\f0e0";
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    height: auto;
    font-family: FontAwesome;
    font-size: 1.4em;
    color: #3180b9;
    background: transparent;
}
.left_menu_ul li:hover {
    background-color : #eee;
}
.left_menu_ul li.active {
    background : #7b9f48;
    background : -moz-linear-gradient(top,  #7b9f48 0%, #9ac359 100%);
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7b9f48), color-stop(100%,#9ac359));
    background : -webkit-linear-gradient(top,  #7b9f48 0%,#9ac359 100%);
    background : -o-linear-gradient(top,  #7b9f48 0%,#9ac359 100%);
    background : -ms-linear-gradient(top,  #7b9f48 0%,#9ac359 100%);
    background : linear-gradient(to bottom,  #7b9f48 0%,#9ac359 100%);
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#7b9f48', endColorstr='#9ac359',GradientType=0 );
}
.left_menu_ul li.active a {
    color : #fff;
}
.infoMenuBlock .left_menu_ul li.active a.img01:before {
    background-position: -31px -3px;
}
.infoMenuBlock .left_menu_ul li.active a.img02:before {
    background-position: -87px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img03:before {
    background-position: -143px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img04:before {
    background-position: -196px -3px;
}
.infoMenuBlock .left_menu_ul li.active a.img05:before {
    background-position: -250px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img06:before{
    background-position: -304px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img07:before {
    background-position: -361px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img08:before {
    background-position: -420px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img09:before {
    background-position: -474px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img10:before {
    background-position: -526px -4px;
}
.infoMenuBlock .left_menu_ul li.active a.img11:before {
    background-position: -580px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img12:before {
    background-position: -634px -5px;
}
.infoMenuBlock .left_menu_ul li.active a.img14:before {
    background-position: -739px -4px;
}
.infoMenuBlock .left_menu_ul li.active a.img16:before {
    background-position: -784px -4px;
}
.infoMenuBlock .left_menu_ul li.active a.img17:before {
    background-position: -828px -4px;
}
/*
==============================================================
---------------------- /lk left-menu sprite ------------------
==============================================================
*/
.leftMenuPayLink {
    border-radius : 3px;
    clear : both;
    display : block;
    font-size : 19px !important;
    height : 40px;
    line-height : 40px;
    margin : 15px 0;
    text-align : center;
    text-transform : uppercase;
    margin-top: 0;
}
.account_body .acc_column1, .acc_column2{
    display: block;
    width: 100% !important;
    float:none;
    padding: 0 !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    min-height:464px;
}
.account_body .acc_column1 {
    vertical-align : top;
    float : left;
}
.acc-security .green_but {
    margin-top: 3px;
    display: block;
    width: 185px;
    height: auto;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
    background-image: none;
    background-color: #77a02e;
    border: 1px solid #fff;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 5px 0;
}
.acc-security .green_but:hover {
    background-color: #87b03e;
}
.security {
    margin-bottom: 10px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 39px !important;
    font-size: 0;
    background: linear-gradient(to bottom, #4988b9, #1165a7);
    text-align: center;
}
.acc-security p {
    margin: 0;
    height: auto;
    min-height: 40px;
    font-size: 14px;
    overflow: hidden;
}
.acc-security {
    position: relative;
    display: inline-block;
    margin-top: 4px;
    width: 190px;
    height: 72px;
    text-align: left;
    vertical-align: top;
}
.acc-security.link-phone {
    padding-right: 45px;
    padding-left: 110px;
}
.acc-security.link-phone:before {
    content: "\f10b";
    font-size: 100px;
    bottom: 0;
    right: 253px;
}
.acc-security.call_back {
    padding-right: 45px;
    padding-left: 110px;
}
.acc-security.personal-link {
    padding-right: 45px;
    padding-left: 110px;
}
.acc-security.personal-link:before {
    content: "\f0c1";
    font-size: 72px;
    bottom: -5px;
    left: 0;
    width: 92px;
}
.settings_tab_1 {
    border : 1px solid #CCCCCC;
    border-radius : 5px;
    padding : 20px 10px 10px;
}
.acc-security.two-factor {
    padding-left: 110px;
    padding-right: 45px;
}
.acc-security.two-factor:before {
    content: "\f023";
    font-size: 87px;
    bottom: -5px;
    left: 0;
    width: 92px;
}
.acc-security .gray_but {
    margin-top: 5px;
    display: block;
    width: 185px;
    height: auto;
    line-height: 16px;
    text-align: center;
    background-image: none;
    background-color: #5e5e5e;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 5px 0;
    font-size: 12px;
}
.acc-security .gray_but:hover {
    background-color: #747474;
}
.acc-security .gray_but a {
    color: #fff;
}
.acc-security.two-factor input {
    height: 20px;
    width: 180px;
    padding-left: 3px;
}
.acc-security.call_back:before {
    content: url("../img/phone_face_white.png");
    font-size: 100px;
    bottom: 0;
    right: 253px;
}
.acc-security:before {
    position: absolute;
    line-height: 72px;
    font-family: fontAwesome;
    color: #fff;
    text-align: right;
}
.account_body:before {
    clear : both;
    content : "";
    display : block;
}
.account_body fieldset, .settings_body fieldset{
    border : 1px solid #CCCCCC;
    border-radius : 3px;
    margin : 0 0 10px;
    padding : 15px 15px 5px;
}
.account_body fieldset legend, .settings_body fieldset legend{
    color : #385C78;
    font-weight: 500;
    line-height : 1;
}
.account_body fieldset ul, .settings_body fieldset ul{
    list-style : none outside none;
    margin : 0;
    padding : 0;
}
.account_body fieldset ul li, .settings_body fieldset ul li{
    margin : 0 0 10px;
    position : relative;
}
.account_body fieldset ul.user_data > li{
    border-bottom : 1px dotted #D0D0D0;
    margin : 0 0 5px;
    padding : 0 0 5px;
}
.account_body fieldset ul.user_data > li:last-child{
    border-width : 0;
    border-bottom : 1px dotted #d0d0d0;
    margin : 0 0 5px;
    padding : 0 0 5px;
}
.account_body fieldset ul.user_data > li > .title{
    border-right : 1px dotted #D0D0D0;
    padding-right : 10px;
}
.account_body fieldset ul li.loginLi{
    border-bottom : 1px solid #ccc;
    margin-bottom : 17px;
    padding-bottom : 14px;
}
.account_body fieldset ul li.loginLi .text{
    padding-left : 15px;
}
.account_body fieldset ul li .text.bigText{
    color : #4793c7;
    font-size : 20px;
    line-height : 10px;
}
.account_body fieldset .title, .settings_body fieldset .title{
    color : #4C4C4C;
    display : inline-block;
    font-weight: 500;
    width : 40%;
    margin : 0 10px 0 0;
    padding : 0;
    line-height : 1.2;
    vertical-align : top;
    font-size: 13px;
}
.account_body fieldset .text {
    vertical-align : top;
}
.account_body fieldset .save_acc_set_link {
    border-bottom : 1px dashed #689BCE;
    display : inline-block;
    margin : 5px 0 0 43%;
}
.account_body fieldset .save_acc_set_link:hover {
    border-color : #fff;
}
.account_body fieldset .save_acc_set_link.rightFL {
    margin : 0;
    position : absolute;
    right : 0;
    top : 0;
}
.account_body .change_pass {
    background : none repeat scroll 0 0 #FAFAFA;
    border : 1px solid #D7D7D7;
    border-radius : 3px;
    margin : 15px 0 0;
    padding : 10px;
    position : relative;
}
.account_body .change_pass:before {
    border-color : rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #D7D7D7;
    border-style : solid;
    content : "";
    position : absolute;
    background-color : #fafafa;
    border-left : 1px solid #d7d7d7;
    border-radius : 0 0 14px;
    border-top : 1px solid #d7d7d7;
    border-width : 1px 0 0 1px;
    height : 14px;
    left : calc(40% + 155px);
    margin-left : -55px;
    top : -8px;
    width : 14px;
    -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);
}
.account_body .change_pass input {
    width : 56% !important;
}
.account_body .change_pass #captcha {
    margin : 10px 0 10px 42%;
}
.account_body .change_pass.lit input {
    width : 54% !important;
}
.account_body .change_pass.lit .save_acc_set {
    margin : 10px 0 0 13px;
}
#uNP input {
    width : 150px;
}
#games_content .account_body div.regWarn {
    text-align : right;
}
.account_body fieldset input[type="password"] {
    background : none repeat scroll 0 0 #F7F7F7 !important;
    border : 1px solid #FFFFFF !important;
    box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 2px #E9E9E9;
    font-size : 14px !important;
    padding : 2px 10px !important;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
    vertical-align : top;
    height : auto !important;
    position : relative;
    width : calc(60% - 14px);
    width : -moz-calc(60% - 14px);
    width : -webkit-calc(60% - 14px);
}
.account_body fieldset input[type="password"]:hover {
    box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 2px #d5d5d5;
}
.account_body fieldset input[type="password"]:focus {
    box-shadow : 0 0 0 1px #4793c7 inset, 0 0 0 2px #b3daf4;
    background : #fff !important;
}
.account_body fieldset .save_acc_set, .settings_body fieldset .save_acc_set {
    background : none repeat scroll 0 0 #4793C7;
    border : 1px solid #FFFFFF;
    box-shadow : 0 0 0 2px #75C1EF, 0 0 0 1px #176397 inset;
    color : #FFFFFF;
    display : inline-block;
    padding : 3px 0;
    vertical-align : top;
    margin : 10px 0 0 43%;
    width : 90px;
    text-align : center;
    left : 40%;
    margin-left : 13px;
    position : relative;
}
.account_body .title sup {
    display : inline-block;
    vertical-align : top;
}
.account_body fieldset input[type="text"], .settings_body fieldset input[type="text"] {
    background : none repeat scroll 0 0 #F7F7F7 !important;
    border : 1px solid #FFFFFF !important;
    box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 2px #E9E9E9;
    font-size : 14px !important;
    padding : 2px 10px !important;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
    vertical-align : top;
    height : auto !important;
    position : relative;
    width : calc(60% - 14px);
    width : -moz-calc(60% - 14px);
    width : -webkit-calc(60% - 14px);
}
.account_body #reg_passport_ser {
    width : 13%;
}
.account_body #reg_passport {
    margin-left : 5px;
    width : calc(47% - 22px);
    width : -moz-calc(47% - 22px);
    width : -webkit-calc(47% - 22px);
}
.account_body fieldset input[type="text"]:hover, .settings_body fieldset input[type="text"]:hover {
    box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 2px #d5d5d5;
}
.account_body fieldset select {
    background : none repeat scroll 0 0 #F7F7F7 !important;
    border : 1px solid #FFFFFF !important;
    box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 2px #E9E9E9;
    font-size : 14px !important;
    -moz-box-sizing : border-box;
    box-sizing : border-box;
    vertical-align : top;
    height : auto !important;
    position : relative;
    padding : 2px 2px 2px 10px !important;
    width : calc(60% - 14px);
    width : -moz-calc(60% - 14px);
    width : -webkit-calc(60% - 14px);
}
.account_body fieldset select:hover {
    box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 2px #d5d5d5;
}
.account_body fieldset input[type="text"]:focus, .settings_body fieldset input[type="text"]:focus, .account_body fieldset select:focus, .settings_body fieldset select:focus {
    box-shadow : 0 0 0 1px #4793c7 inset, 0 0 0 2px #b3daf4;
    background : #fff !important;
}
.settings_body fieldset select {
    width : calc(60% - 14px);
    width : -moz-calc(60% - 14px);
    width : -webkit-calc(60% - 14px);
}
.account_body fieldset .text_tel {
    display : inline-block;
}
.account_body fieldset .addDataBut {
    background-color : #4793c7;
    color : #fff;
    display : inline-block;
    font-size : 14px !important;
    font-weight : 300 !important;
    height : 25px;
    line-height : 25px;
    text-align : center;
    vertical-align : top;
    width : 185px;
}
.account_body fieldset .addDataBut:hover {
    background-color : #3c7ca8;
}
.account_body fieldset .phoneCode {
    position : absolute;
    left : 37%;
    top : 3px;
}
.account_bodyAllSave {
    background-color : #4793c7;
    color : #fff;
    display : block;
    font-size : 18px !important;
    height : 35px;
    line-height : 35px;
    margin : 15px auto 5px;
    text-align : center;
    width : 215px;
}
.account_bodyAllSave:hover {
    background-color: #3c7ca8;
}
.account_body:after {
    clear : both;
    content : "";
    display : block;
}
/* two-factor popup */
.two-factor-popup {
    font-size: 0;
    text-align: center;
}
.two-factor-popup h2 {
    margin: 10px 0;
    font-size: 20px;
    line-height: 20px;
    color: #377aad;
    text-transform: uppercase;
}
.two-factor-popup h2 + span {
    display: block;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 18px;
    color: #4c5559;
}
.two-factor-popup .two-factor-popup-qr {
    display: inline-block;
    margin-right: 19px;
    width: 125px;
    height: 125px;
    background-color: #dddddd;
    overflow: hidden;
}
.two-factor-popup .two-factor-popup-main {
    display: inline-block;
    width: 362px;
    text-align: left;
    overflow: hidden;
}
.two-factor-popup-main p {
    font-size: 13px;
    font-weight: 500;
    color: #4c5559;
    margin: 0 0 10px;
}
.two-factor-popup-main .app-buttons {
    display: inline-block;
    margin-right: 16px;
    width: 146px;
}
.two-factor-popup-main .app-buttons a {
    display: block;
    width: 146px;
    height: 43px;
    background-image: url(../img/button_ios_android.png);
    background-repeat: no-repeat;
    border-radius: 5px;
}
.two-factor-popup-main .app-buttons a:first-child {
    background-position: 0 0;
    margin-top: 2px;
    margin-bottom: 14px;
}
.two-factor-popup-main .app-buttons a:last-child {
    background-position: 0 -44px;
}
.two-factor-popup-main form {
    display: inline-block;
    width: 200px;
    vertical-align: top;
}
.two-factor-popup-main form input {
    display: block;
    margin-bottom: 6px;
    padding: 0 12px;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    height: 30px;
    color: #4c5559;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-sizing: border-box;
    outline: none;
}
.two-factor-popup button, .two-factor-popup .download-code {
    display: block;
    width: 200px;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    color: #fff;
    text-align: center;
    border: none;
    border-radius: 3px;
    background-color: #77a02e;
    box-shadow: none;
    box-sizing: border-box;
    outline: none;
    cursor: pointer;
}
.two-factor-popup-main form button:hover {
    background-color: #97c04e;
}

.two-factor-popup .two-factor-info {
    font-size: 13px;
    font-weight: 500;
}
.two-factor-popup .two-factor-info.two-factor-success{
    color: #77a02e;
}
.two-factor-popup .two-factor-info.two-factor-error{
    color: #aa0000;
}
.two-factor-popup-main form input::-webkit-input-placeholder {color: #bfbfbf;}
.two-factor-popup-main form input::-moz-placeholder {color: #bfbfbf;}
.two-factor-popup-main form input:-moz-placeholder {color: #bfbfbf;}
.two-factor-popup-main form input:-ms-input-placeholder {color: #bfbfbf;}
.two-factor-popup-main form input:placeholder {color: #bfbfbf;}
/* two-factor popup end */
/*=====--- Post-reg popups ---=====*/
.postreg-popup {
    position: relative;
    width: 760px;
    height: 100%;
    min-height: 390px;
    border-radius: 6px;
}
/* close */
.postreg-popup__close, .match-promo-popup__close {
    position: absolute;
    right: -30px;
    top: -10px;
    font-size: 24px;
    color: #ffffff;
    transform: scaleY(0.85);
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 300ms;
}
.postreg-popup__close:hover, .match-promo-popup__close:hover{
    opacity: 1;
}
/* /close */
/* general_style_popup  */
.popup_bg_block {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    font-family: "Roboto";
    color: #1a5685;
    background: #eeeeee;
    border-radius: 5px;
    padding: 25px;
    padding-top: 20px;
    transform-origin: 150% 200%;
    box-sizing: border-box;
    transition: transform 500ms;
}
.register_form .popup_bg_block {
    position: static;
    width: auto;
    height: auto;
}
.popup_bg_block.rotate {
    transform: rotate(45deg);
}
.popup_bg_block.active, .popup_bg_block.behind1, .popup_bg_block.behind2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
}
.popup_bg_block.active {
    z-index: 1;
}
.popup_bg_block.behind1 {
    top: 0;
    right: -12px;
    transform: rotate(-0.4deg);
}
.popup_bg_block.behind2 {
    top: 8px;
    right: 3px;
    transform: rotate(0.7deg);
}
h2.popup_title_text{
    font-weight: bold;
    line-height: 28px;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 5px;
}
.popup_list_of_benefits {
    min-height: 80px;
}
.popup_skip {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.75);
    width: 100%;
    text-align: center;
    padding: 14px 0;
    cursor: pointer;
    display: inline-block;
    color: #1a5685;
    text-decoration: none;
    margin-top: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 1px 1px 2px rgba(0,0,0, 0);
}
.phone_binding .popup_skip {
    margin-top: 35px;
}
.popup_skip:hover{
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 2px rgba(0,0,0, 0.5);
}
.popup_button_call_action{
    margin-top: 15px;
    display: block;
    background: -webkit-linear-gradient(bottom, #79a32f, #85b432);
    background: linear-gradient(to top, #79a32f, #85b432);
    border: none;
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 0;
    width: 325px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.popup_button_call_action:hover{
    background: -webkit-linear-gradient(bottom, #85b432, #85b432);
    background: linear-gradient(to top, #85b432, #85b432);
}
.popup_button_call_action:disabled {
    background: #ccc;
    cursor: default;
}
/* bonuses_registration */
.bonuses_registration .bonuses_registration_selection p{
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 12px 0;
    background-color: rgba(11, 25, 32, 0.75);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.bonuses_registration .bonuses_registration_alright, .bonuses_registration .bonuses_registration_refuse{
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    text-align: center;
    border-bottom: 4px solid #a0d93d;
    height: 235px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: url("../img/popups/post_reg/bonuses_registration_alright.jpg") no-repeat center bottom;
    background-size: cover;
    cursor: pointer;
    box-sizing: border-box;
}
.bonuses_registration .bonuses_registration_refuse{
    border-color: #cc2d1f;
    background: url("../img/popups/post_reg/bonuses_registration_refuse.jpg") no-repeat center bottom;
    background-size: cover;
}
.bonuses_registration .bonuses_registration_selection{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
}
.bonuses_registration .bonuses_registration_alright:hover p{
    background-color:#a0d93d;
}
.bonuses_registration .bonuses_registration_refuse:hover p{
    background-color:#cc2d1f;
}

/*freespin*/
.freespin{
    background: url("../img/popups/post_reg/freespin.jpg") no-repeat right bottom;
    -webkit-background-size: cover;
    background-size: cover;
}

.freespin-text{
    max-width: 300px;
    margin-bottom: 40px;
    color: #214e7b;
    line-height: 1.4;
}

.freespin-text p:first-child{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}
/* phone_binding */
.phone_binding{
    background:#eeeeee url("../img/popups/post_reg/phone_in_hand.png") no-repeat right bottom;
}
.popup_list_of_benefits p{
    margin: 5px 0;
    width: 75%;
    font-size: 13px;
    line-height: 18px;
    position: relative;
    padding-left: 15px;
}
.popup_list_of_benefits p:after{
    content: "";
    width: 6px;
    height: 6px;
    background: #4988b9;
    border-radius: 50px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 6px;
}
.phone_binding_form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
}
.phone_binding_wrapper_input{
    width: 284px;
    position: relative;
}
.phone_binding_wrapper_input i.fa{
    position: absolute;
    font-size: 17px;
    top: 12px;
    left: 17px;
    color: #1f72af;
}
.phone_binding_form input[type="text"]{
    width:100%;
    border: 1px solid #c1c5c9;
    border-bottom-color: transparent;
    border-right-color: transparent;
    padding: 11px 0;
    font-size: 14px;
    padding-left: 40px;
    color: #1f72af;
}
.phone_binding_form input[type="text"]::-webkit-input-placeholder {color:#1f72af;font-size: 14px;}
.phone_binding_form input[type="text"]::-moz-placeholder          {color:#1f72af;font-size: 14px;}
.phone_binding_form input[type="text"]:-moz-placeholder           {color:#1f72af;font-size: 14px;}
.phone_binding_form input[type="text"]:-ms-input-placeholder      {color:#1f72af;font-size: 14px;}
/*  bonus_hundred */
.bonus_hundred{
    background:#eeeeee url("../img/popups/post_reg/woman.png") no-repeat right bottom;
}
.bonus_hundred .popup_button_call_action, .bonus_hundred iframe {
    width: 440px;
}
.popup_payment_methods{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 420px;
    margin-top: 15px;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    min-height: 103px;
}
.popup_payment_methods_element{
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
    background-color: #fff;
    text-align: center;
    min-height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    box-shadow: 1px 1px 5px rgba(0,0,0, 0);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #1f72af;
    margin-bottom: 10px;
}
.popup_payment_methods_element:hover{
    box-shadow: 1px 1px 5px rgba(0,0,0, 0.5);
}
.bonus_hundred .popup_skip{
    margin-top: 10px;
}
/* registration_thanks */
.registration_thanks .popup_skip{
    margin-top: 30px;
}
.registration_info_output{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.registration_info_output_cell{
    text-align: center;
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
}
.registration_info_output_cell p{
    margin: 0;
    font-weight: 600;
    padding: 9px 0;
    line-height: 12px;
}
.registration_info_output_cell p:nth-child(1){
    background-color: #1d3a59;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}
.registration_info_output_cell p:nth-child(2){
    background-color: #fff;
    font-size: 14px;
}
.registration_info_output_cell:nth-child(2){
    color: #1a5685;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 18px;
    position: relative;
}
.registration_info_output_cell i.fa-angle-double-down{
    font-size: 24px;
    line-height: 20px;
}
.save_option_registration{
    display: none;
}
.save_option_registration.visible{
    display: block;
}
.registration_info_tabs_title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin: 20px 0 0;
}
.registration_info_tabs_title a{
    -ms-flex-preferred-size: 34%;
    flex-basis: 34%;
    list-style: none;
    text-align: center;
    color: #1d3a59;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #fff;
    border-left: none;
    cursor: pointer;
    padding-bottom: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.registration_info_tabs_title a:first-child{
    border-left: 1px solid #fff;
    cursor: default;
    background-color: #fff;
    color: #1f72af;
}
.registration_info_tabs_title a:hover{
    background-color: #fff;
    color: #1f72af;
}
.registration_info_tabs_title i.fa{
    font-size: 30px;
    line-height: 50px;
}
.save_option_registration{
    width: calc(100% - 40px);
    background-color: #fff;
    padding: 20px 20px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 60px;
}
.send_mail_registration_info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.send_mail_registration_info .popup_button_call_action{
    margin: 0;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
}
.registration_info_wrapper_input{
    -ms-flex-preferred-size: calc(48% - 35px);
    flex-basis: calc(48% - 35px);
    position: relative;
}
.registration_info_wrapper_input i.fa{
    position: absolute;
    font-size: 17px;
    top: 11px;
    left: 15px;
    color: #1f72af;
}
.send_mail_registration_info input[type="email"]{
    color: #1f72af;
    font-size: 14px;
    width: 100%;
    border: 1px solid #b6bbbf;
    padding: 11px 0;
    padding-left: 40px;
    height: 16px;
    box-sizing: content-box;
}
.send_mail_registration_info input[type="email"]::-webkit-input-placeholder {color:#1f72af;font-size: 14px;}
.send_mail_registration_info input[type="email"]::-moz-placeholder          {color:#1f72af;font-size: 14px;}
.send_mail_registration_info input[type="email"]:-moz-placeholder           {color:#1f72af;font-size: 14px;}
.send_mail_registration_info input[type="email"]:-ms-input-placeholder      {color:#1f72af;font-size: 14px;}
.registration_info__email-msg, .registration_info__phone-msg {
    margin: 0;
    line-height: 20px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}
.registration_info__phone-msg {
    width: 325px;
}
.registration_info__email-msg.error, .registration_info__phone-msg.error {
    color: #dd2222;
}

/* pages */
.popup__pages {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    text-align: center;
}
.popup-pages__item {
    display: block;
    margin: 0 10px;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0.75;
    transition: opacity 300ms, background-color 300ms;
    box-sizing: border-box;
    cursor: pointer;
}
.popup-pages__item:hover, .popup-pages__item.active {
    opacity: 1;
}
.popup-pages__item.active {
    background-color: #fff;
}
/*=====--- Post-reg popups END ---=====*/
/*=====--- Link email popup ---=====*/
#link_email {
    padding: 30px;
    width: 600px;
    height: 400px;
    color: #fff;
    background-image: url(../img/lep-bg.png);
    background-position: top center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    box-shadow: none;
    transition: 0.3s ease;
    box-sizing: border-box;
}
#link_email .box-modal_close {
    top: 11px;
    font-family: Arial, Sans-Serif;
    font-size: 18px;
    color: #fff;
    transform: scale(1, 0.85);
}
#link_email .box-modal_close:hover{
    color: #ddd;
}
.lep__title {
    margin: 0;
    line-height: 20px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}
.lep__form {
    position: relative;
    margin-top: 35px;
    padding: 18px 10px 18px 15px;
    width: 277px;
    background-color: rgba(7, 19, 31, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-right: none;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
}
.lep-form__input {
    margin-bottom: 5px;
    padding: 0 15px;
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #373737;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
}
.lep-form__input::-webkit-input-placeholder {color: #373737;}
.lep-form__input::-moz-placeholder {color: #373737;}
.lep-form__input:-moz-placeholder {color: #373737;}
.lep-form__input:-ms-input-placeholder {color: #373737;}
.lep-form__suggest {
    margin: 0;
    color: #bbb;
    text-align: center;
}
.lep-form__suggest a {
    color: #fff;
    font-style: normal;
    text-decoration: underline !important;
}
.lep-form__suggest a:hover {
    text-decoration: none !important;
}
.lep-form__submit {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 5px;
    padding: 5px 15px;
    width: 100%;
    line-height: 15px;
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    background-color: #77a02e;
    border: 1px solid #fff;
    border-radius: 2px;
    transition: background-color 0.3s ease;
    cursor: pointer;
    box-sizing: border-box;
}
.lep-form__submit:hover {
    background-color: #8aba36;
}
.lep-form__error {
    /*position: absolute;*/
    /*bottom: 3px;*/
    /*left: 15px;*/
    /*right: 15px;*/
    display: block;
    text-align: center;
    color: #ff6c6c;
    padding-top: 10px;
}
.lep-form__message {
    position: relative;
    margin: 60px 0 0;
    line-height: 20px;
    font-size: 14px;
    text-align: center;
}
.lep-form__message:before {
    content: "\f0e0";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60px;
    line-height: normal;
    font-family: FontAwesome;
    font-size: 48px;
}
.lep__notification {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 45px;
    margin: 0;
    padding-left: 105px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #373737;
}
.lep__notification:before {
    content: "!";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 84px;
    height: 84px;
    line-height: 84px;
    font-family: Myriad Pro Regular, Arial, Sans-Serif;
    font-size: 60px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #ff4939;
    border-radius: 50%;
}
/*=====--- Link email popup END ---=====*/
.help_popup {
    padding: 25px;
    width: 515px;
}
.help_popup .text2 {
    color : #4c5559;
    font-size : 14px;
    padding : 15px 0;
    text-align : center;
}
.help_popup_long {
    background-image: url('../img/page_pop_bg.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    padding: 15px 30px 3px 360px;
    width: 550px;
}
.help_popup .text1 {
    border-radius : 5px;
    color : #ffffff;
    font-size : 28px;
    height : 95px;
    line-height : 95px;
    margin : 10px 0;
    padding : 0 10px;
    text-align : center;
    text-shadow : 0 2px 3px rgba(0, 0, 0, 0.3);
    background : #0073b0;
    background : -moz-linear-gradient(top,  #0073b0 0%, #007bb7 50%, #0071b2 51%, #0072ae 100%);
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0073b0), color-stop(50%,#007bb7), color-stop(51%,#0071b2), color-stop(100%,#0072ae));
    background : -webkit-linear-gradient(top,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    background : -o-linear-gradient(top,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    background : -ms-linear-gradient(top,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    background : linear-gradient(to bottom,  #0073b0 0%,#007bb7 50%,#0071b2 51%,#0072ae 100%);
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#0073b0', endColorstr='#0072ae',GradientType=0 );
}
.help_popup_long .text1 {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    color: #377aad;
    font-size: 20px;
    font-weight: 500;
    height: auto;
    line-height: 1.3;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-transform: uppercase;
}
.help_popup_long .text2 {
    padding : 0 0 10px;
    text-align : left;
}
.help_popup .input_form {
    margin : 10px 0;
    width : 100%;
}
.help_popup .input_form:before {
    clear : both;
    display : block;
    content : '';
}
.help_popup .input_form:after {
    clear : both;
    display : block;
    content : '';
}
.help_popup .input_form .col.call_back:first-child {
    box-shadow : none;
}
.help_popup .input_form .col:first-child {
    box-shadow : 1px 0 0 0 #b3b3b3;
    float : left;
    padding : 10px 20px;
    width : 290px;
}
.help_popup_long .input_form .col:first-child {
    padding-left: 0;
    width: 315px;
}
.help_popup .input_form .col .text {
    border : 1px solid #909090;
    border-radius : 5px;
    box-shadow : 0 20px 10px -15px #cccccc inset;
    box-sizing : border-box;
    -moz-box-sizing : border-box;
    -webkit-box-sizing : border-box;
    font-size : 18px;
    font-weight: 500;
    height : 34px;
    line-height : 34px;
    padding : 0 10px;
    text-align : center;
    width : 100%;
    display : inline-block;
    padding-right : 25px;
}
.help_popup .input_form .col .help {
    color : #7c7c7c;
    font-size : 12px;
    line-height : 18px;
    padding : 5px 0;
}
.help_popup .input_form .col .submit, .help_popup .input_form .col .activate {
    border: 1px solid #87aa50;
    border-radius: 5px;
    display: block;
    font-size: 18px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    margin-top: 15px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: relative;
}
.help_popup .input_form .col .submit:before {
    background-image: url('../img/phone_icon_g.png');
    content: '';
    display: block;
    height: 27px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 26px;
}
.help_popup_long .input_form .col:last-child {
    padding-right: 0;
    width: 145px;
}
.help_popup .input_form .col:last-child {
    float : left;
    padding : 10px 20px;
    width : 145px;
}
.help_popup .preloader {
    height: 37px;
    margin: 15px auto 0;
    display: table;
}
/* history */
.head-title {
    font-size : 16px;
    padding : 10px 0 0 0;
    margin : 0 0 10px 0;
    border-bottom : 1px solid #4E4E4E;
    width : 300px;
}
.tabsTriger {
    margin : 20px 0;
    border-bottom : 2px solid #cccccc;
    font-size : 14px;
}
.betHistoryTypeMenu {
    margin : 5px;
    padding : 2px 4px;
    background : #cccccc;
    cursor : pointer;
}
.betHistoryTypeMenu.active-tab {
    font-weight: 500;
}
#filters {
    border : 1px solid #A1A1A1;
    overflow : hidden;
    padding : 15px;
    margin : 10px 0;
    -moz-border-radius : 3px;
    -webkit-border-radius : 3px;
    border-radius : 3px;
    behavior : url('../img/PIE.htc');
}
.filter_date {
    text-align : center;
}
.filter_date > div {
    background : none repeat scroll 0 0 #EEEEEE;
    border : 1px solid #bfbfbf;
    display : inline-block;
    padding : 3px 12px 3px 12px;
    margin : 0 -1px 5px 32px;
    position : relative;
    height : 21px;
}
.filter_date > div:before {
    content : '';
    background : #fff url("../img/date.png");
    background-repeat : no-repeat;
    background-position : 50% 50%;
    position : absolute;
    top : -1px;
    bottom : -1px;
    width : 30px;
    left : -32px;
    border : 1px solid #bfbfbf;
    border-radius : 3px 0 0 3px;
}
.filter_date b {
    margin : 0 7px 0 0;
}
input#from {
    width : 85px;
    border-radius : 2px;
    padding : 2px;
    text-align : center;
    border : 1px solid #BABABA;
    font-size : 12px;
    margin : 0 23px 0 8px;
}
input#to {
    width : 85px;
    border-radius : 2px;
    padding : 2px;
    text-align : center;
    border : 1px solid #BABABA;
    font-size : 12px;
    margin : 0 8px 0 7px;
}
#filters .submit-f-h {
    border : 1px solid #2674AE;
    border-radius : 0 3px 3px 0;
    color : #FFFFFF;
    font-size : 12px;
    height : 29px;
    line-height : 20px;
    margin : 0;
    padding : 0 7px;
    text-shadow : -1px -1px 0 rgba(0, 0, 0, 0.3);
    background-image : -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #57C1FF),
            color-stop(1, #3985BF)
    );
    background-image : -o-linear-gradient(bottom, #57C1FF 0%, #3985BF 100%);
    background-image : -moz-linear-gradient(bottom, #57C1FF 0%, #3985BF 100%);
    background-image : -webkit-linear-gradient(bottom, #57C1FF 0%, #3985BF 100%);
    background-image : -ms-linear-gradient(bottom, #57C1FF 0%, #3985BF 100%);
    background-image : linear-gradient(to bottom, #57C1FF 0%, #3985BF 100%);
    -pie-background : linear-gradient(top, #57C1FF 0%, #3985BF 100%);
    behavior : url('../img/PIE.htc');
}
#filters .submit-f-h:hover {
    background-image : -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #38A1DE),
            color-stop(1, #216A9E)
    );
    background-image : -o-linear-gradient(bottom, #38A1DE 0%, #216A9E 100%);
    background-image : -moz-linear-gradient(bottom, #38A1DE 0%, #216A9E 100%);
    background-image : -webkit-linear-gradient(bottom, #38A1DE 0%, #216A9E 100%);
    background-image : -ms-linear-gradient(bottom, #38A1DE 0%, #216A9E 100%);
    background-image : linear-gradient(to bottom, #38A1DE 0%, #216A9E 100%);
    -pie-background : linear-gradient(top, #38A1DE 0%, #216A9E 100%);
    behavior : url('../img/PIE.htc');
}
#filters .submit-f-h:active {
    background-image : -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #57C1FF),
            color-stop(1, #3985BF)
    );
    background-image : -o-linear-gradient(bottom, #57C1FF 0%, #3985BF 100%);
    background-image : -moz-linear-gradient(bottom, #57C1FF 0%, #3985BF 100%);
    background-image : -webkit-linear-gradient(bottom, #57C1FF 0%, #3985BF 100%);
    background-image : -ms-linear-gradient(bottom, #57C1FF 0%, #3985BF 100%);
    background-image : linear-gradient(to bottom, #57C1FF 0%, #3985BF 100%);
    -pie-background : linear-gradient(top, #57C1FF 0%, #3985BF 100%);
    behavior : url('../img/PIE.htc');
}
td.ce {
    text-align : center;
}
.tableFilter tr .checkbox_fields {
    vertical-align : middle;
    margin-top : -1px;
}
input#from_bbo {
    width : 85px;
    border-radius : 2px;
    padding : 2px;
    text-align : center;
    border : 1px solid #BABABA;
    font-size : 12px;
    margin : 0 23px 0 8px;
}
.cupHisZ {
    background : #FFD400;
    padding : 5px;
    font-size : 12px;
    margin : 0 0 3px 0;
}
.cupHisZ span {
    background : none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
    border : 1px solid #BC9100;
    border-radius : 3px;
    color : #000000;
    display : inline-block;
    margin : 0 10px 0 0;
    padding : 1px 5px;
}
.cupHisZ span b {
    margin : 0 5px 0 0;
}
.cupHisNew{
    border:1px solid #dddddd;
    background:#fafafa;
    margin:5px 0;
    padding:5px;
    position:relative;
}
.cupHisNew:hover {
    background : #EDEDED;
}
.cupHisNew .time{
    border-right: 1px dotted #DDDDDD;
    color: #818181;
    height: 30px;
    width: 143px;
    font-size:14px;
}
.cupHisNew:hover{
    background:#EDEDED;
}
.cupHisNew .time, .cupHisNew .hisName, .cupHisNew .hisCof{
    display:inline-block;
    vertical-align: middle;
}
.cupHisNew .hisName {
    padding : 0 10px 0 5px;
    position : relative;
    width : calc(100% - 248px);
    width : -moz-calc(100% - 248px);
    display: -webkit-inline-flex;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    width: -webkit-calc(100% - 248px);
    font-size:14px;
}
.cupHisNew .time b{
    color:#000;
    font-size:10px;
    display:block;
}
.cupHisNew.express .hisName{
    height: 30px;
}
.cupHisNew .hisCof{
    background: none repeat scroll 0 0 #EEEEEE;
    color: #000000;
    height: 40px;
    line-height: 40px;
    margin: -15px 0;
    padding: 0;
    text-align: center;
    width: 45px;
    font-size:11px;
}
.cupHisNew .hisCof.win{
    background:#5BC61F;
    color:#fff;
}
input[name="hisChekHide"] {
    display: none;
}
input[name="hisChekHide"] + label{
    overflow: hidden;
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0, #FFFFFF),
            color-stop(1, #E8E8E8)
    );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #E8E8E8 100%);
    -pie-background: linear-gradient(top, #FFFFFF 0%, #E8E8E8 100%);
    behavior: url(../img/PIE.htc);
    display: inline-block;
    width: 30px;
    position: relative;
    vertical-align: middle;
    height: 41px;
    top: 0;
    right: 0;
}
input[name="hisChekHide"] + label:before{
    content: '';
    width: 28px;
    height: 39px;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    border: 1px solid #ddd;
    background: url(../img/his-arr.png);
    background-repeat: no-repeat;
    background-position: 6px 16px;
}
input[name="hisChekHide"] + label ~ .hisFullProp {
    height : 0;
    border-color : #DDDDDD;
    border-style : solid;
    border-width : 0;
    overflow : hidden;
    background : none repeat scroll 0 0 #E7E7E7;
    margin : 5px -6px -6px;
    font-size : 11px;
}
input[name="hisChekHide"] + label ~ .hisFullProp > div {
    margin : 5px 0;
}
.hisFullProp .table_prop {
    width : 100%;
    border-spacing : 0;
    font-size: 12px;
}
.hisFullProp .table_prop .header_line {
    background : #bee3f3;
    color : #333;
}
.hisFullProp .table_prop .header_line th {
    border-top : 2px solid #80aabb;
    border-bottom : 2px solid #80aabb;
}
.hisFullProp .table_prop img{
    width:20px;
}
.hisFullProp .table_prop a[data-video="1"] img{
    width: 15px;
}
input[name="hisChekHide"]:checked + label {
    height : 42px;
}
input[name="hisChekHide"]:checked + label:hover:before {
    background-position : -56px -42px;
}
input[name="hisChekHide"]:checked + label:before {
    background-position: 6px -42px;
    border-color: #4a95c9;
    height: 40px;
}
input[name="hisChekHide"]:checked + label ~ .hisFullProp {
    height : auto;
    border-width : 1px;
    border-color : #4a95c9;
}
.hisFullProp td:first-child {
    padding-left : 5px;
}
td.ri {
    text-align : right;
}
.hisFullProp td:last-child {
    padding-right : 5px;
}
.hisFullProp th:first-child {
    padding-left : 5px;
}
.hisFullProp th:last-child {
    padding-right : 5px;
}
.sport-history{
    display: block;
    width: 18px;
    height: 18px;
}
.table_prop .ha {
    width: 50%;
}
.table_prop .ce {
    width: 18%;
}
#dvH {
    border-bottom : 1px dotted #CCC;
}
#tdH {
    background : #777;
    color : #FFF;
}
.pay_help_deduce {
    background: none repeat scroll 0 0 #FFFA26;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    color: #000000;
    padding: 10px 20px;
}
.historypay_nav {
    list-style : none outside none;
    margin : 20px 0 0;
    padding : 0;
    text-align : center;
    z-index : 2;
}
.historypay_nav li {
    display : inline-block;
    vertical-align : bottom;
    width : 47%;
}
.historypay_nav li span {
    background : none repeat scroll 0 0 #F0F0F0;
    border-color : #CCCCCC;
    border-radius : 5px 5px 0 0;
    border-style : solid;
    border-width : 1px;
    display : inline-block;
    font-size : 17px;
    margin : 0 2px -1px;
    padding : 2px 0;
    vertical-align : bottom;
    width : 100%;
    cursor : default;
}
.historypay_nav li span:hover {
    cursor : pointer;
}
.historypay_nav li#current span {
    background : none repeat scroll 0 0 #FFFFFF;
    border-color : #CCCCCC #CCCCCC #FFFFFF;
    color : #4C4C4C;
    font-weight: 500;
    padding : 10px 0;
}
.historypay_body {
    border : 1px solid #CCCCCC;
    border-radius : 5px;
    padding : 20px;
    z-index : 1;
    min-height : 185px;
}
.historypay_body table {
    width : 100%;
}
.historypay_body table tr:nth-child(even) td {
    background : #f3f3f3;
}
.historypay_body table tr:nth-child(odd) td {
    background : #e3e3e3;
}
.historypay_body table tr th {
    background : #575757;
    color : #fff;
}
.historypay_body table tr td:nth-child(1) {
    text-align : center;
    font-size : 11px;
}
.historypay_body table tr td b {
    text-align : center;
    font-size : 11px;
    display : block;
}
.historypay_body table tr td:nth-child(n+2) {
    padding : 2px 10px;
}
.settings_body fieldset input[type="checkbox"], .settings_body fieldset input[type="radio"] {
    position: relative;
    top: 2px;
}
.settings_body fieldset label ul li {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0;
}
#fSecureQuestion .regWarn {
    color : #FF0000;
    margin-bottom : 3px;
    font-size : 11px;
    font-style : italic;
}
.allow_sports_check_all{
    display: flex;
    position: relative;
    padding: 0 0 20px 25px;
    font-size: 14px;
}
.allow_sports_check_all input[type=checkbox]{
    display: none;
}
.allow_sports_check_all input[type=checkbox]:checked + label:after{
    outline:1px solid #939598;
    border:2px solid #fff;
    width:10px;
    height:10px;
    background-color:#63849F;
}
.allow_sports_check_all label {
    cursor: pointer;
    margin-bottom: 10px;
    font-size: 16px;
}
.allow_sports_columns label:after, .allow_sports_check_all label:after{
    content:'';
    display:block;
    height:14px;
    width:14px;
    outline:1px solid #939598;
    position:absolute;
    top:0;
    left:0;
}
.settings_body .allow_sports_columns {
    width: 25%;
    box-sizing: border-box;
}
.allow_sports_columns{
    display: flex;
    position: relative;
    padding: 0 0 20px 25px;
    font-size: 14px;
    float:left;
    width:22%;
}
.allow_sports_columns input[type=checkbox], .markets_list input[type=checkbox] {
    display:none;
}
.allow_sports_columns label, .markets_list label {
    padding: 0 10px 0 35px;
    cursor: pointer;
}
.allow_sports_columns input[type=checkbox]:checked + label:after{
    outline:1px solid #939598;
    border:2px solid #fff;
    width:10px;
    height:10px;
    background-color:#63849F;
}
.allow_sports_img {
    position: absolute;
    top: -5px;
    width: 28px;
    height: 28px;
    image-rendering:  -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.settings_save_button {
    display: flex;
    width: 100%;
    padding-top: 35px;
}
.settings_body .settings_save_button {
    padding-top: 0;
}
.settings_body .sports_save_button {
    margin-top: 0;
}
.sports_save_button {
    display: inline-block;
    background-color: #4793c7;
    color: #fff;
    font-size: 18px !important;
    height: 35px;
    line-height: 35px;
    margin: 15px auto 5px;
    text-align: center;
    width: 215px;
}
.sports_save_button:hover {
    background-color: #3c7ca8;
}
.head_settings_account {
    font-size : 16px;
    padding : 10px 0 0 0;
    margin : 0 0 20px 0;
    border-bottom : 1px solid #4E4E4E;
}
.markets_list {
    display: flex;
    position: relative;
    padding: 0 0 20px 25px;
    font-size: 14px;
}
.markets_list label:after {
    content:'';
    display:block;
    height:14px;
    width:14px;
    outline:1px solid #939598;
    position:absolute;
    top:0;
    left:0;
}
.markets_list input[type=checkbox]:checked + label:after{
    outline:1px solid #939598;
    border:2px solid #fff;
    width:10px;
    height:10px;
    background-color:#63849F;
}
ul.markets, ul.markets_inside {
    list-style-type: none;
    padding: 0;
}
ul.markets li.markets_top {
    display: inline;
    float: left;
    margin: 0 40px 0 0;
}
ul.markets li.markets_top:hover .markets_inside {
    z-index: 5;
    display: block;
    width: 100px;
    left: 0;
    padding: 5px;
    margin-top: 10px;
    border: 1px solid #D7D1D1;
    border-radius: 3px;
    background-color: #F1F1F1;
    font-size: 12px;
    text-align: center;
}
ul.markets li { position: relative; }
ul.markets_inside {
    position: absolute;
    left: -9999px;
}
ul.markets .markets_inside { background: #fff; }
.markets_save_button {
    display: inline-block;
    background-color: #4793c7;
    color: #fff;
    font-size: 18px !important;
    height: 35px;
    line-height: 35px;
    margin: 15px auto 5px;
    text-align: center;
    width: 215px;
}
.markets_save_button:hover {
    background-color: #3c7ca8;
}
.ask_admin {
    border : 1px solid #CCCCCC;
    border-radius : 3px;
    display : block;
    margin : 20px auto 20px;
    padding : 10px 15px 15px;
    vertical-align : top;
}
.ask_admin legend {
    font-weight: 500;
    margin : 0;
}
.ask_admin ul {
    list-style : none outside none;
    margin : 0;
    padding : 0;
}
.ask_admin li {
    margin : 0 0 10px;
}
.ask_admin textarea {
    background : none repeat scroll 0 0 #F7F7F7 !important;
    border : 1px solid #FFFFFF !important;
    box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 3px #E9E9E9;
    font-size : 14px !important;
    padding : 5px 10px !important;
    width : 780px !important;
    resize : vertical;
    height : 75px;
    min-height : 75px;
    max-height : 250px;
    -moz-box-sizing : border-box;
    -webkit-box-sizing : border-box;
}
.ask_admin textarea:hover {
    box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 3px #d5d5d5;
}
.ask_admin textarea:focus {
    box-shadow : 0 0 0 1px #4793c7 inset, 0 0 0 3px #b3daf4;
    background : #fff !important;
}
.ask_admin #captcha {
    float : left;
    margin : 0 10px 0 0;
}
.ask_admin .input_code_cap {
    float : left;
    margin : 0 10px 0 0;
}
.ask_admin #button a {
    border : 1px solid #2677B3;
    border-radius : 3px;
    color : #FFFFFF;
    height : 58px;
    box-shadow : 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 -1px 1px -1px rgba(0, 0, 0, 0.3) inset;
    text-shadow : -1px -1px 0 rgba(0, 0, 0, 0.3);
    font-weight: 500;
    width : 235px;
    font-size : 17px;
    padding : 0;
    display : block;
    text-align : center;
    line-height : 58px;
    float : right;
    background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A94E0), color-stop(1, #2676B3));
    background-image : -o-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);
    background-image : -moz-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);
    background-image : -webkit-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);
    background-image : -ms-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);
    background-image : linear-gradient(to bottom, #2A94E0 0%, #2676B3 100%);
    -pie-background : linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);
    behavior : url('../img/PIE.htc');
}
.ask_admin #button a:hover {
    background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #268AD1), color-stop(1, #1C679C));
    background-image : -o-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);
    background-image : -moz-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);
    background-image : -webkit-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);
    background-image : -ms-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);
    background-image : linear-gradient(to bottom, #268AD1 0%, #1C679C 100%);
    -pie-background : linear-gradient(bottom, #268AD1 0%, #1C679C 100%);
    behavior : url('../img/PIE.htc');
}
.ask_admin #button a:active {
    background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A94E0), color-stop(1, #2676B3));
    background-image : -o-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);
    background-image : -moz-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);
    background-image : -webkit-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);
    background-image : -ms-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);
    background-image : linear-gradient(to bottom, #2A94E0 0%, #2676B3 100%);
    -pie-background : linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);
    behavior : url('../img/PIE.htc');
}
.ask_admin .input_code_cap > span {
    display: block;
    margin: 17px 0 5px;
}
#getcodeChange a {
    display: inline-block;
    margin-right: 14px;
    width: 90px;
    height: 20px;
    font-size: 11px;
    line-height: 20px;
    color: #fff;
    background-color: #4793c7;
    text-align: center;
    vertical-align: top;
}
#getcodeChange a:hover {
    background-color: #57a3d7;
}
.filters--bonus-history {
    margin-left: 8px;
}
.filters--bonus-history select {
    height: 29px;
    line-height: 29px;
    box-shadow: none;
    outline: none;
}
.hisName .express_name {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border: 1px solid transparent;
    border-radius:3px;
    height: 42px;
    margin: -10px 0 0 -15px;
    overflow: hidden;
    padding: 8px 50px 8px 15px;
    position: relative;
    align-self: flex-start;
    max-width:535px;
}
.hisName .express_name:after {
    color: #CD6A04;
    content: "";
    position: absolute;
    right: 3px;
    top: 18px;
    padding: 5px;
}
.hisName .express_name:hover:after{
    right: -32px;
    -moz-opacity: 0;
    opacity: 0;
}
.hisName .express_name:hover{
    height:auto;
    border-color:#ccc;
    box-shadow: 0 3px 5px -4px #000000;
    padding: 8px 15px;
    z-index: 10;

    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            color-stop(0.76, #FAFAFA),
            color-stop(1, #F0F0F0)
    );
    background-image: -o-linear-gradient(bottom, #FAFAFA 76%, #F0F0F0 100%);
    background-image: -moz-linear-gradient(bottom, #FAFAFA 76%, #F0F0F0 100%);
    background-image: -webkit-linear-gradient(bottom, #FAFAFA 76%, #F0F0F0 100%);
    background-image: -ms-linear-gradient(bottom, #FAFAFA 76%, #F0F0F0 100%);
    background-image: linear-gradient(to bottom, #FAFAFA 76%, #F0F0F0 100%);
    -pie-background: linear-gradient(top, #FAFAFA 76%, #F0F0F0 100%);
    behavior: url('../img/PIE.htc');
}
.hisName .express_name b {
    border-bottom: 1px dotted #DDDDDD;
    display: block;
    margin: 0 0 2px;
    padding: 0 25px 2px 0;
    color:#4c4c4c;
    position:relative;
}
.hisName .express_name b:after{
    position:absolute;
    content:'';
    width:9px;
    height:9px;
    top:11px;
    right:0;
    background:url("../img/his-arr.png");
    background-repeat:no-repeat;
    background-position:100px 100px;
    display:none;
}
.hisName .express_name:hover b:after{
    display:block;
}
.hisName .express_name b.win:after{
    background-position:0 -158px;
}
.hisName .express_name b.lose:after{
    background-position:0 -181px;
}
.hisName .express_name b:nth-child(odd){
    color:#000;
}
.hisName .express_name b:last-child{
    border-width:0;
    margin:0;
    padding:0;
}
.hisName .express_icon {
    background: none repeat scroll 0 0 #FF9C00;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    padding: 0 5px 1px;
    order: 3;
    text-align: right;
    top: 50%;
}
.hisName .express_icon b {
    color: #FF9C00;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin: -2px 0 0 8px;
    position: absolute;
    white-space: nowrap;
}
.table_prop .sale-cupon {
    display: inline-block;
    cursor: pointer;
    padding: 2px 7px;
    color: #383838;
    font-size: 11px;
    font-weight: 500;
    line-height: 13px;
    border-top: 0;
    border-left: 0;
    border-right: 1px solid #e47900;
    border-bottom: 1px solid #e47900;
    background: #ffb400;
    background: linear-gradient(top, #ffb400 0%, #ff9c00 100%);
    background: -o-linear-gradient(top, #ffb400 0%, #ff9c00 100%);
    background: -moz-linear-gradient(top, #ffb400 0%, #ff9c00 100%);
    background: -webkit-linear-gradient(top, #ffb400 0%, #ff9c00 100%);
    background: -ms-linear-gradient(top, #ffb400 0%, #ff9c00 100%);
    -pie-background: linear-gradient(top, #ffb400 0%, #ff9c00 100%);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.35);
    behavior: url('../img/PIE.htc');
    outline: none !important;
    vertical-align: top;
}
.table_prop .log-sale {
    display: inline-block;
    cursor: pointer;
    padding: 2px 7px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    background: #75a4c8;
    border: none;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    border-radius: 3px;
    outline: none !important;
    box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.3) inset;
    vertical-align: top;
}
.table_prop .log-sale:not(:first-child) {
    margin-left: 5px;
}
.cupHis {
    border : 1px solid #DDD;
    background : #FAFAFA;
    padding : 5px;
    font-size : 12px;
    line-height : 18px;
}
.cupHis + .cupHis {
    margin-top : 20px;
}
.cupHis .header_line{
    background: #bee3f3;
    color: #333;
    font-weight: 500;
}
.cupHis .header_line td{
    border-top: 2px solid #80aabb;
    border-bottom: 2px solid #80aabb;
}
.listBonus .bonusForfeit {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 11px;
    border-radius: 50%;
    border: 2px solid #cc2222;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
.listBonus .bonusForfeit:before {
    content: "\f00d";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 10px;
    font-family: fontAwesome;
    color: #cc2222;
    text-align: center;
}
@media screen and (min-width: 1280px) {
    .security {
        right: -365px;
        top: 160px;
        padding-bottom: 0 !important;
        width: 355px;
    }
    .security.callback {
        top: -35px;
    }
    .name1 {
        margin: auto;
    }
    .acc-security {
        margin-bottom: 40px;
    }
    .acc-security.two-factor:before {
        left: 10px;
        transform: scaleX(0.82);
    }
    .forcedRightCol {
        position: absolute;
        right: -365px;
        top: -35px;
        width: 355px;
    }
    .forcedRightCol .s-ticket-office {
        left: auto;
        margin: 0 0 10px;
        position: relative;
        top: auto;
    }
    .forcedRightCol .s-ticket-list {
        display: none;
    }
}
@media screen and (max-width: 1400px) {
    .settings_body .allow_sports_columns {
        width: 33%;
    }
}
#popup_forgotpassword {
    padding: 0;
    background-color: #eee;
}
#popup_forgotpassword .box-modal_close {
    color: #233b5c;
    font-size: 24px;
    font-weight: 700;
    right: 15px;
    top: 10px;
    transform: scaleY(0.85);
    z-index: 1;
}
#forgot_pass_form {
    padding: 20px 30px;
}
#forgot_pass_form h2 {
    margin: 0 0 20px;
    padding: 0;
    font-size: 22px;
    color: #1a5685;
    text-align: left;
    text-transform: uppercase;
}
.forgot_pass_ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    list-style: none outside none;
    padding: 1px 1px 0;
    text-align: center;
    z-index: 2;
    margin: 0;
    background-color: #fff;
}
.forgot_pass_ul li {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 1 1 10%;
    -ms-flex: 1 1 10%;
    flex: 1 1 10%;
    margin: 0;
}
.forgot_pass_ul li input {
    display : none;
}
.forgot_pass_ul li label {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: 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;
    margin: 0;
    padding: 14px;
    width: 100%;
    height: 78px;
    font-size: 16px;
    font-weight: 700;
    color: #1d3a59;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #eeeeee;
    box-sizing: border-box;
    cursor: pointer;
    will-change: color, background-color;
}
.forgot_pass_ul li label:hover {
    color: #1f72af;
}
.forgot_pass_ul li input:checked + label {
    background-color: #ffffff;
    color: #1f72af;
    cursor: default;
}
.forgot_pass_ul li label:before {
    font-family: fontAwesome;
    margin-right: 20px;
    font-weight: 400;
}
.forgot_pass_ul li label[for="forgot-email"]:before {
    content: "\f0e0";
    font-size: 30px;
    margin-top: -6px;
}
.forgot_pass_ul li label[for="forgot-phone"]:before {
    content: "\f10b";
    font-size: 40px;
}
#forgot_pass_div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
    color: #1d3a59;
    background-color: #fff;
    z-index : 1;
}
/*#forgot_pass_div input#reg_email1 {*/
/*background : none repeat scroll 0 0 #F7F7F7 !important;*/
/*border : 1px solid #FFFFFF !important;*/
/*box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 3px #E9E9E9;*/
/*font-size : 14px !important;*/
/*padding : 5px 10px !important;*/
/*width : 100% !important;*/
/*-moz-box-sizing : border-box;*/
/*box-sizing : border-box;*/
/*}*/
/*#forgot_pass_div input#reg_tel_num {*/
/*background : none repeat scroll 0 0 #F7F7F7 !important;*/
/*border : 1px solid #FFFFFF !important;*/
/*box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 3px #E9E9E9;*/
/*font-size : 14px !important;*/
/*padding : 5px 10px !important;*/
/*width : 100% !important;*/
/*-moz-box-sizing : border-box;*/
/*box-sizing : border-box;*/
/*}*/
/*#forgot_pass_div input#reg_email1:hover, #forgot_pass_div input#reg_tel_num:hover {*/
/*box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 3px #d5d5d5;*/
/*}*/
/*#forgot_pass_div input#reg_email1:focus, #forgot_pass_div input#reg_tel_num:focus {*/
/*box-shadow : 0 0 0 1px #4793c7 inset, 0 0 0 3px #b3daf4;*/
/*background : #fff !important;*/
/*}*/
/*#forgot_pass_div .new_pass {*/
/*border : 1px solid #2677B3;*/
/*border-radius : 3px;*/
/*color : #FFFFFF;*/
/*height : 40px;*/
/*box-shadow : 0 1px 0 0 rgba(255, 255, 255, 0.4) inset, 0 -1px 1px -1px rgba(0, 0, 0, 0.3) inset;*/
/*text-shadow : -1px -1px 0 rgba(0, 0, 0, 0.3);*/
/*font-weight: 500;*/
/*width : 275px;*/
/*font-size : 16px;*/
/*padding : 0;*/
/*display : block;*/
/*text-align : center;*/
/*line-height : 40px;*/
/*margin : 35px auto 0;*/
/*background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A94E0), color-stop(1, #2676B3));*/
/*background-image : -o-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
/*background-image : -moz-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
/*background-image : -webkit-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
/*background-image : -ms-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
/*background-image : linear-gradient(to bottom, #2A94E0 0%, #2676B3 100%);*/
/*-pie-background : linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
/*behavior : url('../img/PIE.htc');*/
/*}*/
/*#forgot_pass_div .new_pass:hover {*/
/*background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #268AD1), color-stop(1, #1C679C));*/
/*background-image : -o-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);*/
/*background-image : -moz-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);*/
/*background-image : -webkit-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);*/
/*background-image : -ms-linear-gradient(bottom, #268AD1 0%, #1C679C 100%);*/
/*background-image : linear-gradient(to bottom, #268AD1 0%, #1C679C 100%);*/
/*-pie-background : linear-gradient(bottom, #268AD1 0%, #1C679C 100%);*/
/*behavior : url('../img/PIE.htc');*/
/*}*/
/*#forgot_pass_div .new_pass:active {*/
/*background-image : -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A94E0), color-stop(1, #2676B3));*/
/*background-image : -o-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
/*background-image : -moz-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
/*background-image : -webkit-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
/*background-image : -ms-linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
/*background-image : linear-gradient(to bottom, #2A94E0 0%, #2676B3 100%);*/
/*-pie-background : linear-gradient(bottom, #2A94E0 0%, #2676B3 100%);*/
/*behavior : url('../img/PIE.htc');*/
/*}*/
#forgot_pass_div .new_pass {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    background-image: -webkit-linear-gradient(to top, #77a02e, #94c938);
    background-image: linear-gradient(to top, #77a02e, #94c938);
    background-size: auto 200%;
    background-position: left bottom;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    will-change: background-position;
    transition: background-position 0.3s;
}
#forgot_pass_div .new_pass:hover,
#forgot_pass_div .new_pass.active {
    background-position: left top;
}
#forgot_pass_div .verification {
    margin : 15px 0 0;
}
#forgot_pass_div  .verification #captcha {
    float : left;
    margin : 0 20px 0 0;
}
#forgot_pass_div .forgot-block {
    position : relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    width: 50%;
    min-width: 0;

    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#forgot_pass_div .forgot__input {
    position: relative;
}
#forgot_pass_div .forgot__input_email:before {
    content: "\f0e0";
    font-family: FontAwesome;
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17px;
    color: #1f72af;
    z-index: 2;
    pointer-events: none;
}
#forgot_pass_div .forgot__input input {
    padding: 0 45px;
    width: 100%;
    height: 40px;
    font-size: 14px;
    color: #1f72af;
    background-color: #fff;
    border: 1px solid #b6bbbf;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#forgot_pass_div .forgot__input input::-webkit-input-placeholder {color: #1f72af;}
#forgot_pass_div .forgot__input input::-moz-placeholder {color: #1f72af;}
#forgot_pass_div .forgot__input input:-ms-input-placeholder {color: #1f72af;}
#forgot_pass_div .forgot__input input:-moz-placeholder {color: #1f72af;}
#forgot_pass_div .forgot__input_phone input {
    padding-left: 50px;
}
#forgot_pass_div .help_phone {
    padding : 0 0 0 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
}
#forgot_pass_div .help_phone p {
    line-height: 160%;
    font-size: 13px;
    color : #1d3a59;
}
#forgot_pass_div .forgot-wrap,
#forgot_pass_div .help_phone {
    display: none;
}
#forgot_pass_div .verification input {
    background : none repeat scroll 0 0 #F7F7F7 !important;
    border : 1px solid #FFFFFF !important;
    box-shadow : 0 0 0 1px #A3A3A3 inset, 0 0 0 2px #E9E9E9;
    font-size : 14px !important;
    padding : 2px !important;
    width : 100px;
    margin : 0 10px 0 0;
}
#forgot_pass_div .verification input:focus {
    box-shadow : 0 0 0 1px #4793c7 inset, 0 0 0 2px #b3daf4;
}

#forgot_pass_form .countriesListPw {
    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 : 40px;
    width : auto;
    z-index : 10001;
    height : 250px;
    overflow : auto;
}
#forgot_pass_form .countriesListPw li {
    clear : left;
    cursor : pointer;
    height : 25px;
    line-height : 1.2;
    margin : 0 !important;
    color: #444;
}
#forgot_pass_form .countriesListPw li:hover {
    background-color : #FFF7CE;
}
#forgot_pass_form .countriesListPw li .itemFlag {
    background-image : url("../img/flags.jpg");
    float : left;
    height : 11px;
    margin-left : 5px;
    margin-top : 7px;
    width : 16px;
    border: 1px solid #e2dede;
}
#forgot_pass_form .countriesListPw li .itemName {
    float : left;
    font-size : 13px;
    padding-left : 5px;
    padding-top : 5px;
}
#forgot_pass_form .countriesListPw li .itemCode {
    color : #2266BB;
    float : right;
    font-size : 16px;
    padding : 3px 5px 0 10px;
}
#forgot_pass_form .activeCountryPw {
    position : absolute;
    left: 15px;
    top: 15px;
    width : 16px;
    height : 11px;
    background-image : url('../img/flags.jpg');
    cursor : pointer;
    z-index : 1;
}
#forgot_pass_form .activeCountryPw:after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -12px;
    content: "\f107";
    font-family: FontAwesome;
    font-size: 12px;
    color: #1f72af;
}
#forgot_pass_form .regionRU,
#forgot_pass_form .countryRU .itemFlag {
    background-position: 0 0;
}
#forgot_pass_form .regionUA,
#forgot_pass_form .countryUA .itemFlag {
    background-position: 0 -11px;
}
#forgot_pass_form .regionKZ,
#forgot_pass_form .countryKZ .itemFlag {
    background-position: 0 -22px;
}
#forgot_pass_form .regionMD,
#forgot_pass_form .countryMD .itemFlag {
    background-position: 0 -33px;
}
#forgot_pass_form .regionBY,
#forgot_pass_form .countryBY .itemFlag {
    background-position: 0 -44px;
}
#forgot_pass_form .regionKG,
#forgot_pass_form .countryKG .itemFlag {
    background-position: 0 -55px;
}
#forgot_pass_form .regionAZ,
#forgot_pass_form .countryAZ .itemFlag {
    background-position: 0 -66px;
}
#forgot_pass_form .regionGE,
#forgot_pass_form .countryGE .itemFlag {
    background-position: 0 -77px;
}
#forgot_pass_form .regionAM,
#forgot_pass_form .countryAM .itemFlag {
    background-position: 0 -88px;
}
#forgot_pass_form .regionTJ,
#forgot_pass_form .countryTJ .itemFlag {
    background-position: 0 -99px;
}
#forgot_pass_form .regionPA,
#forgot_pass_form .countryPA .itemFlag {
    background-position: 0 -110px;
}
#forgot_pass_form .regionGB,
#forgot_pass_form .countryGB .itemFlag {
    background-position: 0 -121px;
}
#forgot_pass_form .regionLT,
#forgot_pass_form .countryLT .itemFlag {
    background-position: 0 -132px;
}
#forgot_pass_form .regionIL,
#forgot_pass_form .countryIL .itemFlag {
    background-position: 0 -143px;
}
#forgot_pass_form .regionTR,
#forgot_pass_form .countryTR .itemFlag {
    background-position: 0 -154px;
}
#forgot_pass_form .regionVN,
#forgot_pass_form .countryVN .itemFlag {
    background-position: 0 -165px;
}
#forgot_pass_form .regionLV,
#forgot_pass_form .countryLV .itemFlag {
    background-position: 0 -176px;
}
#forgot_pass_form .regionIN,
#forgot_pass_form .countryIN .itemFlag {
    background-position: 0 -187px;
}
#forgot_pass_form .regionTH,
#forgot_pass_form .countryTH .itemFlag {
    background-position: 0 -198px;
}
#forgot_pass_form .regionUS,
#forgot_pass_form .countryUS .itemFlag {
    background-position: 0 -209px;
}
#forgot_pass_form .regionEE,
#forgot_pass_form .countryEE .itemFlag {
    background-position: 0 -220px;
}
#forgot_pass_form .regionJP,
#forgot_pass_form .countryJP .itemFlag {
    background-position: 0 -231px;
}
#forgot_pass_form .regionUZ,
#forgot_pass_form .countryUZ .itemFlag {
    background-position: 0 -242px;
}
#forgot_pass_form .regionKR,
#forgot_pass_form .countryKR .itemFlag {
    background-position: 0 -253px;
}
#forgot_pass_form .regionES,
#forgot_pass_form .countryES .itemFlag {
    background-position: 0 -264px;
}
#forgot_pass_form .regionIR,
#forgot_pass_form .countryIR .itemFlag {
    background-position: 0 -275px;
}
#forgot_pass_form .regionDE,
#forgot_pass_form .countryDE .itemFlag {
    background-position: 0 -286px;
}
#forgot_pass_form .regionIT,
#forgot_pass_form .countryIT .itemFlag {
    background-position: 0 -297px;
}
#forgot_pass_form .regionBG,
#forgot_pass_form .countryBG .itemFlag {
    background-position: 0 -308px;
}
#forgot_pass_form .regionTM,
#forgot_pass_form .countryTM .itemFlag {
    background-position: 0 -319px;
}
#forgot_pass_form .regionFR,
#forgot_pass_form .countryFR .itemFlag {
    background-position: 0 -330px;
}
#forgot_pass_form .regionSK,
#forgot_pass_form .countrySK .itemFlag {
    background-position: 0 -341px;
}
#forgot_pass_form .regionPL,
#forgot_pass_form .countryPL .itemFlag {
    background-position: 0 -352px;
}
#forgot_pass_form .regionCZ,
#forgot_pass_form .countryCZ .itemFlag {
    background-position: 0 -363px;
}
#forgot_pass_form .regionGR,
#forgot_pass_form .countryGR .itemFlag {
    background-position: 0 -374px;
}
#forgot_pass_form .regionAU,
#forgot_pass_form .countryAU .itemFlag {
    background-position: 0 -385px;
}
#forgot_pass_form .regionRO,
#forgot_pass_form .countryRO .itemFlag {
    background-position: 0 -396px;
}
#forgot_pass_form .regionAB,
#forgot_pass_form .countryAB .itemFlag {
    background-position: 0 -407px;
}
#forgot_pass_form .regionBM,
#forgot_pass_form .countryBM .itemFlag {
    background-position: 0 -418px;
}
#forgot_pass_form .regionNO,
#forgot_pass_form .countryNO .itemFlag {
    background-position: 0 -430px;
}
#forgot_pass_form .regionMN,
#forgot_pass_form .countryMN .itemFlag {
    background-position: 0 -442px;
}
#forgot_pass_form .regionPT,
#forgot_pass_form .countryPT .itemFlag {
    background-position: 0 -455px;
}
#forgot_pass_form .regionCN,
#forgot_pass_form .countryCN .itemFlag {
    background-position: 0 -467px;
}
#forgot_pass_form .regionBR,
#forgot_pass_form .countryBR .itemFlag {
    background-position : 0 -479px;
}
#forgot_pass_form .regionKE,
#forgot_pass_form .countryKE .itemFlag {
    background-position: 0 -489px;
}
#forgot_pass_form .regionCM,
#forgot_pass_form .countryCM .itemFlag {
    background-position : 0 -500px;
}
#forgot_pass_form .regionCY,
#forgot_pass_form .countryCY .itemFlag {
    background-position : 0 -511px;
}
#forgot_pass_form .regionID,
#forgot_pass_form .countryID .itemFlag {
    background-position : 0 -522px;
}
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/
#forgot_pass_form .regionAT,
#forgot_pass_form .countryAT .itemFlag {/*ÐÐ²ÑÑ‚Ñ€Ð¸Ñ*/
    background-position : 0 -533px;
}
#forgot_pass_form .regionAL,
#forgot_pass_form .countryAL .itemFlag {/*ÐÐ»Ð±Ð°Ð½Ð¸Ñ*/
    background-position : 0 -544px;
}
#forgot_pass_form .regionDZ,
#forgot_pass_form .countryDZ .itemFlag {/*ÐÐ»Ð¶Ð¸Ñ€*/
    background-position : 0 -555px;
}
#forgot_pass_form .regionEN,
#forgot_pass_form .countryEN .itemFlag {/*ÐÐ½Ð³Ð»Ð¸Ñ*/
    background-position : 0 -566px;
}
#forgot_pass_form .regionAO,
#forgot_pass_form .countryAO .itemFlag {/*ÐÐ½Ð³Ð¾Ð»Ð°*/
    background-position : 0 -577px;
}
#forgot_pass_form .regionAD,
#forgot_pass_form .countryAD .itemFlag {/*ÐÐ½Ð´Ð¾Ñ€Ñ€Ð°*/
    background-position : 0 -588px;
}
#forgot_pass_form .regionAG,
#forgot_pass_form .countryAG .itemFlag {/*ÐÐ½Ñ‚Ð¸Ð³ÑƒÐ° Ð¸ Ð‘Ð°Ñ€Ð±ÑƒÐ´Ð°*/
    background-position : 0 -599px;
}
#forgot_pass_form .regionAR,
#forgot_pass_form .countryAR .itemFlag {/*ÐÑ€Ð³ÐµÐ½Ñ‚Ð¸Ð½Ð°*/
    background-position : 0 -610px;
}
#forgot_pass_form .regionAW,
#forgot_pass_form .countryAW .itemFlag {/*ÐÑ€ÑƒÐ±Ð°*/
    background-position : 0 -621px;
}
#forgot_pass_form .regionAF,
#forgot_pass_form .countryAF .itemFlag {/*ÐÑ„Ð³Ð°Ð½Ð¸ÑÑ‚Ð°Ð½*/
    background-position : 0 -632px;
}
#forgot_pass_form .regionBS,
#forgot_pass_form .countryBS .itemFlag {/*Ð‘Ð°Ð³Ð°Ð¼ÑÐºÐ¸Ðµ Ð¾-Ð²Ð°*/
    background-position : 0 -643px;
}
#forgot_pass_form .regionBD,
#forgot_pass_form .countryBD .itemFlag {/*Ð‘Ð°Ð½Ð³Ð»Ð°Ð´ÐµÑˆ*/
    background-position : 0 -654px;
}
#forgot_pass_form .regionBB,
#forgot_pass_form .countryBB .itemFlag {/*Ð‘Ð°Ñ€Ð±Ð°Ð´Ð¾Ñ*/
    background-position : 0 -665px;
}
#forgot_pass_form .regionBH,
#forgot_pass_form .countryBH .itemFlag {/*Ð‘Ð°Ñ…Ñ€ÐµÐ¹Ð½*/
    background-position : 0 -676px;
}
#forgot_pass_form .regionBZ,
#forgot_pass_form .countryBZ .itemFlag {/*Ð‘ÐµÐ»Ð¸Ð·*/
    background-position : 0 -687px;
}
#forgot_pass_form .regionBE,
#forgot_pass_form .countryBE .itemFlag {/*Ð‘ÐµÐ»ÑŒÐ³Ð¸Ñ*/
    background-position : 0 -698px;
}
#forgot_pass_form .regionBJ,
#forgot_pass_form .countryBJ .itemFlag {/*Ð‘ÐµÐ½Ð¸Ð½*/
    background-position : 0 -709px;
}
#forgot_pass_form .regionBO,
#forgot_pass_form .countryBO .itemFlag {/*Ð‘Ð¾Ð»Ð¸Ð²Ð¸Ñ*/
    background-position : 0 -720px;
}
#forgot_pass_form .regionBA,
#forgot_pass_form .countryBA .itemFlag {/*Ð‘Ð¾ÑÐ½Ð¸Ñ/Ð“ÐµÑ€Ñ†ÐµÐ³Ð¾Ð²Ð¸Ð½Ð°*/
    background-position : 0 -731px;
}
#forgot_pass_form .regionBW,
#forgot_pass_form .countryBW .itemFlag {/*Ð‘Ð¾Ñ‚ÑÐ²Ð°Ð½Ð°*/
    background-position : 0 -742px;
}
#forgot_pass_form .regionBN,
#forgot_pass_form .countryBN .itemFlag {/*Ð‘Ñ€ÑƒÐ½ÐµÐ¹*/
    background-position : 0 -753px;
}
#forgot_pass_form .regionBF,
#forgot_pass_form .countryBF .itemFlag {/*Ð‘ÑƒÑ€ÐºÐ¸Ð½Ð° Ð¤Ð°ÑÐ¾*/
    background-position : 0 -764px;
}
#forgot_pass_form .regionBI,
#forgot_pass_form .countryBI .itemFlag {/*Ð‘ÑƒÑ€ÑƒÐ½Ð´Ð¸*/
    background-position : 0 -775px;
}
#forgot_pass_form .regionBT,
#forgot_pass_form .countryBT .itemFlag {/*Ð‘ÑƒÑ‚Ð°Ð½*/
    background-position : 0 -786px;
}
#forgot_pass_form .regionVU,
#forgot_pass_form .countryVU .itemFlag {/*Ð’Ð°Ð½ÑƒÐ°Ñ‚Ñƒ*/
    background-position : 0 -797px;
}
#forgot_pass_form .regionHU,
#forgot_pass_form .countryHU .itemFlag {/*Ð’ÐµÐ½Ð³Ñ€Ð¸Ñ*/
    background-position : 0 -808px;
}
#forgot_pass_form .regionVE,
#forgot_pass_form .countryVE .itemFlag {/*Ð’ÐµÐ½ÐµÑÑƒÑÐ»Ð°*/
    background-position : 0 -819px;
}
#forgot_pass_form .regionTL,
#forgot_pass_form .countryTL .itemFlag {/*Ð’Ð¾ÑÑ‚Ð¾Ñ‡Ð½Ñ‹Ð¹ Ð¢Ð¸Ð¼Ð¾Ñ€*/
    background-position : 0 -830px;
}
#forgot_pass_form .regionGA,
#forgot_pass_form .countryGA .itemFlag {/*Ð“Ð°Ð±Ð¾Ð½*/
    background-position : 0 -841px;
}
#forgot_pass_form .regionHT,
#forgot_pass_form .countryHT .itemFlag {/*Ð“Ð°Ð¸Ñ‚Ð¸*/
    background-position : 0 -852px;
}
#forgot_pass_form .regionGY,
#forgot_pass_form .countryGY .itemFlag {/*Ð“Ð°Ð¹Ð°Ð½Ð°*/
    background-position : 0 -863px;
}
#forgot_pass_form .regionGM,
#forgot_pass_form .countryGM .itemFlag {/*Ð“Ð°Ð¼Ð±Ð¸Ñ*/
    background-position : 0 -874px;
}
#forgot_pass_form .regionGH,
#forgot_pass_form .countryGH .itemFlag {/*Ð“Ð°Ð½Ð°*/
    background-position : 0 -885px;
}
#forgot_pass_form .regionGP,
#forgot_pass_form .countryGP .itemFlag {/*Ð“Ð²Ð°Ð´ÐµÐ»ÑƒÐ¿Ð°*/
    background-position : 0 -896px;
}
#forgot_pass_form .regionGT,
#forgot_pass_form .countryGT .itemFlag {/*Ð“Ð²Ð°Ñ‚ÐµÐ¼Ð°Ð»Ð°*/
    background-position : 0 -907px;
}
#forgot_pass_form .regionGN,
#forgot_pass_form .countryGN .itemFlag {/*Ð“Ð²Ð¸Ð½ÐµÑ*/
    background-position : 0 -918px;
}
#forgot_pass_form .regionGW,
#forgot_pass_form .countryGW .itemFlag {/*Ð“Ð²Ð¸Ð½ÐµÑ-Ð‘Ð¸ÑÐ°Ñƒ*/
    background-position : 0 -929px;
}
#forgot_pass_form .regionGI,
#forgot_pass_form .countryGI .itemFlag {/*Ð“Ð¸Ð±Ñ€Ð°Ð»Ñ‚Ð°Ñ€*/
    background-position : 0 -940px;
}
#forgot_pass_form .regionNL,
#forgot_pass_form .countryNL .itemFlag {/*Ð“Ð¾Ð»Ð»Ð°Ð½Ð´Ð¸Ñ*/
    background-position : 0 -951px;
}
#forgot_pass_form .regionHN,
#forgot_pass_form .countryHN .itemFlag {/*Ð“Ð¾Ð½Ð´ÑƒÑ€Ð°Ñ*/
    background-position : 0 -962px;
}
#forgot_pass_form .regionHK,
#forgot_pass_form .countryHK .itemFlag {/*Ð“Ð¾Ð½ÐºÐ¾Ð½Ð³*/
    background-position : 0 -973px;
}
#forgot_pass_form .regionGD,
#forgot_pass_form .countryGD .itemFlag {/*Ð“Ñ€ÐµÐ½Ð°Ð´Ð°*/
    background-position : 0 -984px;
}
#forgot_pass_form .regionGL,
#forgot_pass_form .countryGL .itemFlag {/*Ð“Ñ€ÐµÐ½Ð»Ð°Ð½Ð´Ð¸Ñ*/
    background-position : 0 -995px;
}
#forgot_pass_form .regionGU,
#forgot_pass_form .countryGU .itemFlag {/*Ð“ÑƒÐ°Ð¼*/
    background-position : 0 -1006px;
}
#forgot_pass_form .regionDK,
#forgot_pass_form .countryDK .itemFlag {/*Ð”Ð°Ð½Ð¸Ñ*/
    background-position : 0 -1017px;
}
#forgot_pass_form .regionDJ,
#forgot_pass_form .countryDJ .itemFlag {/*Ð”Ð¶Ð¸Ð±ÑƒÑ‚Ð¸*/
    background-position : 0 -1028px;
}
#forgot_pass_form .regionDO,
#forgot_pass_form .countryDO .itemFlag {/*Ð”Ð¾Ð¼Ð¸Ð½Ð¸ÐºÐ°Ð½ÑÐºÐ°Ñ Ñ€ÐµÑÐ¿ÑƒÐ±Ð»Ð¸ÐºÐ°*/
    background-position : 0 -1039px;
}
#forgot_pass_form .regionEG,
#forgot_pass_form .countryEG .itemFlag {/*Ð•Ð³Ð¸Ð¿ÐµÑ‚*/
    background-position : 0 -1050px;
}
#forgot_pass_form .regionZM,
#forgot_pass_form .countryZM .itemFlag {/*Ð—Ð°Ð¼Ð±Ð¸Ñ*/
    background-position : 0 -1061px;
}
#forgot_pass_form .regionEH,
#forgot_pass_form .countryEH .itemFlag {/*Ð—Ð°Ð¿Ð°Ð´Ð½Ð°Ñ Ð¡Ð°Ñ…Ð°Ñ€Ð°*/
    background-position : 0 -1072px;
}
#forgot_pass_form .regionZW,
#forgot_pass_form .countryZW .itemFlag {/*Ð—Ð¸Ð¼Ð±Ð°Ð±Ð²Ðµ*/
    background-position : 0 -1083px;
}
#forgot_pass_form .regionJO,
#forgot_pass_form .countryJO .itemFlag {/*Ð˜Ð¾Ñ€Ð´Ð°Ð½Ð¸Ñ*/
    background-position : 0 -1094px;
}
#forgot_pass_form .regionIQ,
#forgot_pass_form .countryIQ .itemFlag {/*Ð˜Ñ€Ð°Ðº*/
    background-position : 0 -1105px;
}
#forgot_pass_form .regionIE,
#forgot_pass_form .countryIE .itemFlag {/*Ð˜Ñ€Ð»Ð°Ð½Ð´Ð¸Ñ*/
    background-position : 0 -1116px;
}
#forgot_pass_form .regionIS,
#forgot_pass_form .countryIS .itemFlag {/*Ð˜ÑÐ»Ð°Ð½Ð´Ð¸Ñ*/
    background-position : 0 -1127px;
}
#forgot_pass_form .regionYE,
#forgot_pass_form .countryYE .itemFlag {/*Ð™ÐµÐ¼ÐµÐ½*/
    background-position : 0 -1138px;
}
#forgot_pass_form .regionCV,
#forgot_pass_form .countryCV .itemFlag {/*ÐšÐ°Ð±Ð¾-Ð’ÐµÑ€Ð´Ðµ*/
    background-position : 0 -1149px;
}
#forgot_pass_form .regionKH,
#forgot_pass_form .countryKH .itemFlag {/*ÐšÐ°Ð¼Ð±Ð¾Ð´Ð¶Ð°*/
    background-position : 0 -1160px;
}
#forgot_pass_form .regionCA,
#forgot_pass_form .countryCA .itemFlag {/*ÐšÐ°Ð½Ð°Ð´Ð°*/
    background-position : 0 -1171px;
}
#forgot_pass_form .regionQA,
#forgot_pass_form .countryQA .itemFlag {/*ÐšÐ°Ñ‚Ð°Ñ€*/
    background-position : 0 -1182px;
}
#forgot_pass_form .regionKI,
#forgot_pass_form .countryKI .itemFlag {/*ÐšÐ¸Ñ€Ð¸Ð±Ð°Ñ‚Ð¸*/
    background-position : 0 -1193px;
}
#forgot_pass_form .regionCO,
#forgot_pass_form .countryCO .itemFlag {/*ÐšÐ¾Ð»ÑƒÐ¼Ð±Ð¸Ñ*/
    background-position : 0 -1204px;
}
#forgot_pass_form .regionKM,
#forgot_pass_form .countryKM .itemFlag {/*ÐšÐ¾Ð¼Ð¾Ñ€ÑÐºÐ¸Ðµ Ð¾-Ð²Ð°*/
    background-position : 0 -1215px;
}
#forgot_pass_form .regionCG,
#forgot_pass_form .countryCG .itemFlag {/*ÐšÐ¾Ð½Ð³Ð¾ (Brazzaville)*/
    background-position : 0 -1226px;
}
#forgot_pass_form .regionCD,
#forgot_pass_form .countryCD .itemFlag {/*ÐšÐ¾Ð½Ð³Ð¾ (Kinshasa)*/
    background-position : 0 -1237px;
}
#forgot_pass_form .regionCR,
#forgot_pass_form .countryCR .itemFlag {/*ÐšÐ¾ÑÑ‚Ð°-Ð Ð¸ÐºÐ°*/
    background-position : 0 -1248px;
}
#forgot_pass_form .regionCI,
#forgot_pass_form .countryCI .itemFlag {/*ÐšÐ¾Ñ‚-Ð´'Ð˜Ð²ÑƒÐ°Ñ€*/
    background-position : 0 -1259px;
}
#forgot_pass_form .regionCU,
#forgot_pass_form .countryCU .itemFlag {/*ÐšÑƒÐ±Ð°*/
    background-position : 0 -1270px;
}
#forgot_pass_form .regionKW,
#forgot_pass_form .countryKW .itemFlag {/*ÐšÑƒÐ²ÐµÐ¹Ñ‚*/
    background-position : 0 -1281px;
}
#forgot_pass_form .regionCW,
#forgot_pass_form .countryCW .itemFlag {/*ÐšÑŽÑ€Ð°ÑÐ°Ð¾*/
    background-position : 0 -1292px;
}
#forgot_pass_form .regionLA,
#forgot_pass_form .countryLA .itemFlag {/*Ð›Ð°Ð¾Ñ*/
    background-position : 0 -1303px;
}
#forgot_pass_form .regionLS,
#forgot_pass_form .countryLS .itemFlag {/*Ð›ÐµÑÐ¾Ñ‚Ð¾*/
    background-position : 0 -1314px;
}
#forgot_pass_form .regionLR,
#forgot_pass_form .countryLR .itemFlag {/*Ð›Ð¸Ð±ÐµÑ€Ð¸Ñ*/
    background-position : 0 -1325px;
}
#forgot_pass_form .regionLB,
#forgot_pass_form .countryLB .itemFlag {/*Ð›Ð¸Ð²Ð°Ð½*/
    background-position : 0 -1336px;
}
#forgot_pass_form .regionLY,
#forgot_pass_form .countryLY .itemFlag {/*Ð›Ð¸Ð²Ð¸Ñ*/
    background-position : 0 -1347px;
}
#forgot_pass_form .regionLI,
#forgot_pass_form .countryLI .itemFlag {/*Ð›Ð¸Ñ…Ñ‚ÐµÐ½ÑˆÑ‚ÐµÐ¹Ð½*/
    background-position : 0 -1358px;
}
#forgot_pass_form .regionLU,
#forgot_pass_form .countryLU .itemFlag {/*Ð›ÑŽÐºÑÐµÐ¼Ð±ÑƒÑ€Ð³*/
    background-position : 0 -1369px;
}
#forgot_pass_form .regionMU,
#forgot_pass_form .countryMU .itemFlag {/*ÐœÐ°Ð²Ñ€Ð¸ÐºÐ¸Ð¹*/
    background-position : 0 -1380px;
}
#forgot_pass_form .regionMR,
#forgot_pass_form .countryMR .itemFlag {/*ÐœÐ°Ð²Ñ€Ð¸Ñ‚Ð°Ð½Ð¸Ñ*/
    background-position : 0 -1391px;
}
#forgot_pass_form .regionMG,
#forgot_pass_form .countryMG .itemFlag {/*ÐœÐ°Ð´Ð°Ð³Ð°ÑÐºÐ°Ñ€*/
    background-position : 0 -1402px;
}
#forgot_pass_form .regionMO,
#forgot_pass_form .countryMO .itemFlag {/*ÐœÐ°ÐºÐ°Ð¾*/
    background-position : 0 -1413px;
}
#forgot_pass_form .regionMK,
#forgot_pass_form .countryMK .itemFlag {/*ÐœÐ°ÐºÐµÐ´Ð¾Ð½Ð¸Ñ*/
    background-position : 0 -1424px;
}
#forgot_pass_form .regionMW,
#forgot_pass_form .countryMW .itemFlag {/*ÐœÐ°Ð»Ð°Ð²Ð¸*/
    background-position : 0 -1435px;
}
#forgot_pass_form .regionMY,
#forgot_pass_form .countryMY .itemFlag {/*ÐœÐ°Ð»Ð°Ð¹Ð·Ð¸Ñ*/
    background-position : 0 -1446px;
}
#forgot_pass_form .regionML,
#forgot_pass_form .countryML .itemFlag {/*ÐœÐ°Ð»Ð¸*/
    background-position : 0 -1457px;
}
#forgot_pass_form .regionMV,
#forgot_pass_form .countryMV .itemFlag {/*ÐœÐ°Ð»ÑŒÐ´Ð¸Ð²ÑÐºÐ¸Ðµ Ð¾-Ð²Ð°*/
    background-position : 0 -1468px;
}
#forgot_pass_form .regionMT,
#forgot_pass_form .countryMT .itemFlag {/*ÐœÐ°Ð»ÑŒÑ‚Ð°*/
    background-position : 0 -1479px;
}
#forgot_pass_form .regionMA,
#forgot_pass_form .countryMA .itemFlag {/*ÐœÐ°Ñ€Ð¾ÐºÐºÐ¾*/
    background-position : 0 -1490px;
}
#forgot_pass_form .regionMX,
#forgot_pass_form .countryMX .itemFlag {/*ÐœÐµÐºÑÐ¸ÐºÐ°*/
    background-position : 0 -1501px;
}
#forgot_pass_form .regionMZ,
#forgot_pass_form .countryMZ .itemFlag {/*ÐœÐ¾Ð·Ð°Ð¼Ð±Ð¸Ðº*/
    background-position : 0 -1512px;
}
#forgot_pass_form .regionMC,
#forgot_pass_form .countryMC .itemFlag {/*ÐœÐ¾Ð½Ð°ÐºÐ¾*/
    background-position : 0 -1523px;
}
#forgot_pass_form .regionNA,
#forgot_pass_form .countryNA .itemFlag {/*ÐÐ°Ð¼Ð¸Ð±Ð¸Ñ*/
    background-position : 0 -1534px;
}
#forgot_pass_form .regionNR,
#forgot_pass_form .countryNR .itemFlag {/*ÐÐ°ÑƒÑ€Ñƒ*/
    background-position : 0 -1545px;
}
#forgot_pass_form .regionNP,
#forgot_pass_form .countryNP .itemFlag {/*ÐÐµÐ¿Ð°Ð»*/
    background-position : 0 -1556px;
}
#forgot_pass_form .regionNE,
#forgot_pass_form .countryNE .itemFlag {/*ÐÐ¸Ð³ÐµÑ€*/
    background-position : 0 -1567px;
}
#forgot_pass_form .regionNG,
#forgot_pass_form .countryNG .itemFlag {/*ÐÐ¸Ð³ÐµÑ€Ð¸Ñ*/
    background-position : 0 -1578px;
}
#forgot_pass_form .regionNI,
#forgot_pass_form .countryNI .itemFlag {/*ÐÐ¸ÐºÐ°Ñ€Ð°Ð³ÑƒÐ°*/
    background-position : 0 -1589px;
}
#forgot_pass_form .regionNZ,
#forgot_pass_form .countryNZ .itemFlag {/*ÐÐ¾Ð²Ð°Ñ Ð—ÐµÐ»Ð°Ð½Ð´Ð¸Ñ*/
    background-position : 0 -1600px;
}
#forgot_pass_form .regionAE,
#forgot_pass_form .countryAE .itemFlag {/*Ðž.Ð.Ð­.*/
    background-position : 0 -1611px;
}
#forgot_pass_form .regionOM,
#forgot_pass_form .countryOM .itemFlag {/*ÐžÐ¼Ð°Ð½*/
    background-position : 0 -1622px;
}
#forgot_pass_form .regionPK,
#forgot_pass_form .countryPK .itemFlag {/*ÐŸÐ°ÐºÐ¸ÑÑ‚Ð°Ð½*/
    background-position : 0 -1633px;
}
#forgot_pass_form .regionPS,
#forgot_pass_form .countryPS .itemFlag {/*ÐŸÐ°Ð»ÐµÑÑ‚Ð¸Ð½Ð°*/
    background-position : 0 -1644px;
}
#forgot_pass_form .regionPG,
#forgot_pass_form .countryPG .itemFlag {/*ÐŸÐ°Ð¿ÑƒÐ° ÐÐ¾Ð²Ð°Ñ Ð“Ð²Ð¸Ð½ÐµÑ*/
    background-position : 0 -1655px;
}
#forgot_pass_form .regionPY,
#forgot_pass_form .countryPY .itemFlag {/*ÐŸÐ°Ñ€Ð°Ð³Ð²Ð°Ð¹*/
    background-position : 0 -1666px;
}
#forgot_pass_form .regionPE,
#forgot_pass_form .countryPE .itemFlag {/*ÐŸÐµÑ€Ñƒ*/
    background-position : 0 -1677px;
}
#forgot_pass_form .regionPR,
#forgot_pass_form .countryPR .itemFlag {/*ÐŸÑƒÑÑ€Ñ‚Ð¾ Ð Ð¸ÐºÐ¾*/
    background-position : 0 -1688px;
}
#forgot_pass_form .regionRE,
#forgot_pass_form .countryRE .itemFlag {/*Ð ÐµÑŽÐ½ÑŒÐ¾Ð½*/
    background-position : 0 -1699px;
}
#forgot_pass_form .regionRW,
#forgot_pass_form .countryRW .itemFlag {/*Ð ÑƒÐ°Ð½Ð´Ð°*/
    background-position : 0 -1710px;
}
#forgot_pass_form .regionSV,
#forgot_pass_form .countrySV .itemFlag {/*Ð¡Ð°Ð»ÑŒÐ²Ð°Ð´Ð¾Ñ€*/
    background-position : 0 -1721px;
}
#forgot_pass_form .regionWS,
#forgot_pass_form .countryWS .itemFlag {/*Ð¡Ð°Ð¼Ð¾Ð°*/
    background-position : 0 -1732px;
}
#forgot_pass_form .regionSM,
#forgot_pass_form .countrySM .itemFlag {/*Ð¡Ð°Ð½-ÐœÐ°Ñ€Ð¸Ð½Ð¾*/
    background-position : 0 -1743px;
}
#forgot_pass_form .regionST,
#forgot_pass_form .countryST .itemFlag {/*Ð¡Ð°Ð½-Ð¢Ð¾Ð¼Ðµ Ð¸ ÐŸÑ€Ð¸Ð½ÑÐ¸Ð¿Ð¸*/
    background-position : 0 -1754px;
}
#forgot_pass_form .regionSA,
#forgot_pass_form .countrySA .itemFlag {/*Ð¡Ð°ÑƒÐ´Ð¾Ð²ÑÐºÐ°Ñ ÐÑ€Ð°Ð²Ð¸Ñ*/
    background-position : 0 -1765px;
}
#forgot_pass_form .regionSZ,
#forgot_pass_form .countrySZ .itemFlag {/*Ð¡Ð²Ð°Ð·Ð¸Ð»ÐµÐ½Ð´*/
    background-position : 0 -1776px;
}
#forgot_pass_form .regionSC,
#forgot_pass_form .countrySC .itemFlag {/*Ð¡ÐµÐ¹ÑˆÐµÐ»Ð»Ñ‹*/
    background-position : 0 -1787px;
}
#forgot_pass_form .regionSN,
#forgot_pass_form .countrySN .itemFlag {/*Ð¡ÐµÐ½ÐµÐ³Ð°Ð»*/
    background-position : 0 -1798px;
}
#forgot_pass_form .regionKN,
#forgot_pass_form .countryKN .itemFlag {/*Ð¡ÐµÐ½Ñ‚ ÐšÐ¸Ñ‚Ñ Ð¸ ÐÐµÐ²Ð¸Ñ*/
    background-position : 0 -1809px;
}
#forgot_pass_form .regionVC,
#forgot_pass_form .countryVC .itemFlag {/*Ð¡ÐµÐ½Ñ‚-Ð’Ð¸Ð½ÑÐµÐ½Ñ‚ Ð¸ Ð“Ñ€ÐµÐ½Ð°Ð´Ð¸Ð½Ñ‹*/
    background-position : 0 -1820px;
}
#forgot_pass_form .regionLC,
#forgot_pass_form .countryLC .itemFlag {/*Ð¡ÐµÐ½Ñ‚-Ð›ÑŽÑÐ¸Ñ*/
    background-position : 0 -1831px;
}
#forgot_pass_form .regionRS,
#forgot_pass_form .countryRS .itemFlag {/*Ð¡ÐµÑ€Ð±Ð¸Ñ*/
    background-position : 0 -1842px;
}
#forgot_pass_form .regionSG,
#forgot_pass_form .countrySG .itemFlag {/*Ð¡Ð¸Ð½Ð³Ð°Ð¿ÑƒÑ€*/
    background-position : 0 -1853px;
}
#forgot_pass_form .regionSY,
#forgot_pass_form .countrySY .itemFlag {/*Ð¡Ð¸Ñ€Ð¸Ñ*/
    background-position : 0 -1864px;
}
#forgot_pass_form .regionSI,
#forgot_pass_form .countrySI .itemFlag {/*Ð¡Ð»Ð¾Ð²ÐµÐ½Ð¸Ñ*/
    background-position : 0 -1875px;
}
#forgot_pass_form .regionSO,
#forgot_pass_form .countrySO .itemFlag {/*Ð¡Ð¾Ð¼Ð°Ð»Ð¸*/
    background-position : 0 -1886px;
}
#forgot_pass_form .regionSD,
#forgot_pass_form .countrySD .itemFlag {/*Ð¡ÑƒÐ´Ð°Ð½*/
    background-position : 0 -1897px;
}
#forgot_pass_form .regionSR,
#forgot_pass_form .countrySR .itemFlag {/*Ð¡ÑƒÑ€Ð¸Ð½Ð°Ð¼*/
    background-position : 0 -1908px;
}
#forgot_pass_form .regionSL,
#forgot_pass_form .countrySL .itemFlag {/*Ð¡ÑŒÐµÑ€Ñ€Ð°-Ð›ÐµÐ¾Ð½Ðµ*/
    background-position : 0 -1919px;
}
#forgot_pass_form .regionPF,
#forgot_pass_form .countryPF .itemFlag {/*Ð¢Ð°Ð¸Ñ‚Ð¸*/
    background-position : 0 -1930px;
}
#forgot_pass_form .regionTW,
#forgot_pass_form .countryTW .itemFlag {/*Ð¢Ð°Ð¹Ð²Ð°Ð½ÑŒ*/
    background-position : 0 -1941px;
}
#forgot_pass_form .regionTZ,
#forgot_pass_form .countryTZ .itemFlag {/*Ð¢Ð°Ð½Ð·Ð°Ð½Ð¸Ñ*/
    background-position : 0 -1952px;
}
#forgot_pass_form .regionTG,
#forgot_pass_form .countryTG .itemFlag {/*Ð¢Ð¾Ð³Ð¾*/
    background-position : 0 -1963px;
}
#forgot_pass_form .regionTO,
#forgot_pass_form .countryTO .itemFlag {/*Ð¢Ð¾Ð½Ð³Ð°*/
    background-position : 0 -1974px;
}
#forgot_pass_form .regionTT,
#forgot_pass_form .countryTT .itemFlag {/*Ð¢Ñ€Ð¸Ð½Ð¸Ð´Ð°Ð´ Ð¸ Ð¢Ð¾Ð±Ð°Ð³Ð¾*/
    background-position : 0 -1985px;
}
#forgot_pass_form .regionTV,
#forgot_pass_form .countryTV .itemFlag {/*Ð¢ÑƒÐ²Ð°Ð»Ñƒ*/
    background-position : 0 -1996px;
}
#forgot_pass_form .regionTN,
#forgot_pass_form .countryTN .itemFlag {/*Ð¢ÑƒÐ½Ð¸Ñ*/
    background-position : 0 -2007px;
}
#forgot_pass_form .regionTC,
#forgot_pass_form .countryTC .itemFlag {/*Ð¢ÑƒÑ€ÐºÑ Ð¸ ÐšÐµÐ¹ÐºÐ¾Ñ*/
    background-position : 0 -2018px;
}
#forgot_pass_form .regionUG,
#forgot_pass_form .countryUG .itemFlag {/*Ð£Ð³Ð°Ð½Ð´Ð°*/
    background-position : 0 -2029px;
}
#forgot_pass_form .regionUY,
#forgot_pass_form .countryUY .itemFlag {/*Ð£Ñ€ÑƒÐ³Ð²Ð°Ð¹*/
    background-position : 0 -2040px;
}
#forgot_pass_form .regionFJ,
#forgot_pass_form .countryFJ .itemFlag {/*Ð¤Ð¸Ð´Ð¶Ð¸*/
    background-position : 0 -2051px;
}
#forgot_pass_form .regionPH,
#forgot_pass_form .countryPH .itemFlag {/*Ð¤Ð¸Ð»Ð¸Ð¿Ð¿Ð¸Ð½Ñ‹*/
    background-position : 0 -2062px;
}
#forgot_pass_form .regionFI,
#forgot_pass_form .countryFI .itemFlag {/*Ð¤Ð¸Ð½Ð»ÑÐ½Ð´Ð¸Ñ*/
    background-position : 0 -2073px;
}
#forgot_pass_form .regionGF,
#forgot_pass_form .countryGF .itemFlag {/*Ð¤Ñ€Ð°Ð½Ñ†ÑƒÐ·ÑÐºÐ°Ñ Ð“Ð²Ð¸Ð½ÐµÑ*/
    background-position : 0 -2084px;
}
#forgot_pass_form .regionHR,
#forgot_pass_form .countryHR .itemFlag {/*Ð¥Ð¾Ñ€Ð²Ð°Ñ‚Ð¸Ñ*/
    background-position : 0 -2095px;
}
#forgot_pass_form .regionCF,
#forgot_pass_form .countryCF .itemFlag {/*Ð¦ÐÐ */
    background-position : 0 -2106px;
}
#forgot_pass_form .regionTD,
#forgot_pass_form .countryTD .itemFlag {/*Ð§Ð°Ð´*/
    background-position : 0 -2117px;
}
#forgot_pass_form .regionME,
#forgot_pass_form .countryME .itemFlag {/*Ð§ÐµÑ€Ð½Ð¾Ð³Ð¾Ñ€Ð¸Ñ*/
    background-position : 0 -2128px;
}
#forgot_pass_form .regionCL,
#forgot_pass_form .countryCL .itemFlag {/*Ð§Ð¸Ð»Ð¸*/
    background-position : 0 -2139px;
}
#forgot_pass_form .regionCH,
#forgot_pass_form .countryCH .itemFlag {/*Ð¨Ð²ÐµÐ¹Ñ†Ð°Ñ€Ð¸Ñ*/
    background-position : 0 -2150px;
}
#forgot_pass_form .regionSE,
#forgot_pass_form .countrySE .itemFlag {/*Ð¨Ð²ÐµÑ†Ð¸Ñ*/
    background-position : 0 -2161px;
}
#forgot_pass_form .regionLK,
#forgot_pass_form .countryLK .itemFlag {/*Ð¨Ñ€Ð¸-Ð›Ð°Ð½ÐºÐ°*/
    background-position : 0 -2172px;
}
#forgot_pass_form .regionEC,
#forgot_pass_form .countryEC .itemFlag {/*Ð­ÐºÐ²Ð°Ð´Ð¾Ñ€*/
    background-position : 0 -2183px;
}
#forgot_pass_form .regionGQ,
#forgot_pass_form .countryGQ .itemFlag {/*Ð­ÐºÐ²Ð°Ñ‚Ð¾Ñ€Ð¸Ð°Ð»ÑŒÐ½Ð°Ñ Ð“Ð²Ð¸Ð½ÐµÑ*/
    background-position : 0 -2194px;
}
#forgot_pass_form .regionER,
#forgot_pass_form .countryER .itemFlag {/*Ð­Ñ€Ð¸Ñ‚Ñ€ÐµÑ*/
    background-position : 0 -2205px;
}
#forgot_pass_form .regionET,
#forgot_pass_form .countryET .itemFlag {/*Ð­Ñ„Ð¸Ð¾Ð¿Ð¸Ñ*/
    background-position : 0 -2216px;
}
#forgot_pass_form .regionSS,
#forgot_pass_form .countrySS .itemFlag {/*Ð®Ð¶Ð½Ñ‹Ð¹ Ð¡ÑƒÐ´Ð°Ð½*/
    background-position : 0 -2227px;
}
#forgot_pass_form .regionZA,
#forgot_pass_form .countryZA .itemFlag {/*ЮAР*/
    background-position: 0 -2249px;
}
#forgot_pass_form .regionJM,
#forgot_pass_form .countryJM .itemFlag {/*Ð¯Ð¼Ð°Ð¹ÐºÐ°*/
    background-position : 0 -2238px;
}

#answ1, #answ2, #answ3 {
    height: 13px;
}

.xConfCup-history-line-name {
    height: 36px;
    line-height: 36px;
    cursor: pointer;
    background-color: #b0b4bd;
    color: #ffffff;
    font-size: 16px;
    padding: 0 20px;
    margin-top: 1px;
    position: relative;
}
.xConfCup-history-line-name > span {
    font-size: 14px;
    float: right;
    display: block;
}
.xConfCup-history-line-name:hover {
    background-color: #97a9bc;
}
.xConfCup-history-line-name.active {
    background-color: #769e2e;
}
.xConfCup-history-line-name.active:hover {
    background-color: #7faa31;
}
.xConfCup-history-line-con {
    position: relative;
    display: none;
    padding-bottom: 20px
}


.xConfCup-history {
    position: relative;
    font-family:Roboto;
}
.xConfCup-history-table-con {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
    max-width: 870px;
    margin: 0 auto;
}
.xConfCup-history-table-con:before, .xConfCup-history-table-con:after,
.xConfCup-history-table-col1:before, .xConfCup-history-table-col1:after,
.xConfCup-history-table-col3:before, .xConfCup-history-table-col3:after,
.xConfCup-history-table-col4:before, .xConfCup-history-table-col4:after {
    display: block;
    clear: both;
    content: '';
}
.xConfCup-history-table-col1,
.xConfCup-history-table-col2 {
    width: 50%;
    float: left;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.xConfCup-history-table-col3{
    max-width:420px;
    margin:0 auto;
}
.xConfCup-history-table-col4{
    max-width:660px;
    margin:0 auto;
}
.xConfCup-history-table-col5{
    width: 33.33%;
    float: left;
    padding:0 5px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.xConfCup-history-table-col1:first-child {padding-right: 10px;}
.xConfCup-history-table-col1:last-child {padding-left: 10px;}
.xConfCup-history-table-col2:first-child {padding-right: 1px;}
.xConfCup-history-table-col2:last-child {padding-left: 1px;}
.xConfCup-history-table-name {
    font-size: 14px;
    font-weight: 700;
    color: #4988b9;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
    margin-top: 15px;
}
.xConfCup-history-table-name.v2 {
    font-size: 18px;
}
.xConfCup-history-table-line {
    position: relative;
    padding-right: 74px;
    height: 26px;
    line-height: 26px;
    margin-top: 1px;
}
.xConfCup-history-table-line.v2 {
    padding-right: 37px;
}
.xConfCup-history-table-line.v3 {
    height: 46px;
    line-height: 46px;
}
.xConfCup-history-table-line.v4 {
    padding-left: 37px;
    padding-right: 0;
}
.xConfCup-history-table-col2:nth-child(2) .xConfCup-history-table-line.v2 {
    padding-left: 37px;
    padding-right: 0;
}
.xConfCup-history-table-line .nameL {
    padding: 0 10px;
    font-size: 12px;
    color: #000000;
    background-color: #e1e3e7;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.xConfCup-history-table-col2:nth-child(2) .nameL{text-align:right;}
.xConfCup-history-table-line .nameL.grey {
    color: #999999;
}
.xConfCup-history-table-line.v3 .nameL {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.xConfCup-history-table-line .placeL, .xConfCup-history-table-line .scoreL {
    width: 36px;
    height: 26px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 0;
    background-color: #97a9bc;
    font-size: 18px;
    font-weight: 700;
    right: 0;
}
.xConfCup-history-table-col2 .scoreL {
    background-color: #b0b4bd;
}
.xConfCup-history-table-col2:nth-child(2) .scoreL {
    right: auto;
    left: 0;
}
.xConfCup-history-table-line.v3 .scoreL {
    font-size: 30px;
    height: 46px;
    background-color: #97a9bc;
}
.xConfCup-history-table-line.v4 .scoreL {
    right: auto;
    left: 0;
}
.xConfCup-history-table-line .placeL {
    right: 37px;
    background-color: #b0b4bd;
}
.xConfCup-history-table-lineName {
    height: 26px;
    line-height: 26px;
    position: relative;
    padding-left: 10px;
    font-size: 12px;
    color: #999999;
}
.xConfCup-history-table-lineName .txt2, .xConfCup-history-table-lineName .txt3 {
    width: 36px;
    height: 26px;
    text-align: center;
    position: absolute;
    top:0;
    right: 0;
}
.xConfCup-history-table-lineName .txt2 {
    right: 37px;
}
#postreg_popup .popup_bg_block {
    height: auto;
    min-height: 390px;
}
#postreg_popup {
    height: auto;
}

.cashout {
    padding: 20px;
    width: 600px;
    background-color: hsl(0, 0%, 100%);
    border-radius: 5px;
    box-shadow: 0 1px 4px hsla(0, 0%, 0%, 0.8);
}
.cashout__heading {
    margin: 0 0 15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: hsl(206, 67%, 31%);
}
.cashout__text {
    margin: 3px 0;
    font-size: 14px;
    color: hsl(0, 0%, 10%);
}
.cashout__text_common {
    font-size: 12px;
    color: hsl(0, 0%, 50%);
}
.cashout__list {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.cashout__list li {
    margin: 3px 0;
    font-size: 14px;
    color: hsl(0, 0%, 10%);
}
.cashout__list li:before {
    content: "-";
    margin-right: 5px;
}
.cashout__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    margin-top: 20px;
    background-color: hsla(206, 67%, 31%, 0.2);
}
.cashout__agreement {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;

    margin: 0;
    padding-left: 8px;
    font-size: 14px;
    color: hsl(0, 0%, 10%);
}
.cashout__confirm {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;

    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    color: hsl(0, 0%, 100%);
    background: hsl(206, 67%, 31%);
    border: none;
    outline: none;
    cursor: pointer;
    will-change: background-color;
    transition: background-color .3s;
}
.cashout__confirm:focus {
    background-color: hsl(205, 70%, 37%);
}
.cashout__confirm:hover {
    background-color: hsl(205, 70%, 50%);
}