.text-center{
    text-align: center !important;
}
.countrySelectBlock .btn {
    color: #fff;
    font-size: 15px;
    border: none;
    background: #757575;
    padding: 5px 35px 3px 6px;
    border-radius: 0;
    position: relative;
    width: 100%;
    text-align: right;
    white-space: normal;
    text-decoration: none;
}

.countrySelectBlock .btn:focus{
    box-shadow: none;
}

.countrySelectBlock .btn:hover,
.countrySelectBlock .open .btn {
    color: #fff;
    background-color: #757575;
}

.countrySelectBlock .btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    right: 8px;
    top: 12px;
    background: url("../images/drop-arrow-white.png") 0 0 no-repeat;
    background-size: cover;
}

.countrySelectBlock .dropdown-menu {
    background-color: #757575;
    border: none;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 15px;
    margin: 0;
    min-width: 49px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.countrySelectBlock .open .dropdown-menu {
    display: block;
    overflow-y: scroll;
    max-height: 320px !important;
}

.countrySelectBlock .dropdown-menu > li {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
    padding: 0;
}

.countrySelectBlock .dropdown-menu > li:first-child{
    border-top: 1px solid #c7c7c7;
}

.countrySelectBlock .dropdown-menu > li .a{
    color: white;
    text-decoration: none;
    padding: 5px 6px;
    cursor: pointer;
}

.error-text-block{
    display: none;
}

/*.error-text-block .icoError{*/
    /*background: url("../images/mistake.svg") 0 0 no-repeat;*/
    /*padding: 0 0 0 60px;*/
    /*background-size: 44px;*/
    /*min-height: 44px;*/
    /*color: #757575;*/
/*}*/

.inputDataLine{
    margin-bottom: 10px;
}

.inputDataLine .labelName{
    font-weight: bold;
}

.inputDataLine .sub-LabelText{
    font-size: 12px;
}


.sub-LabelText a{
    text-decoration: underline;
}

.sub-LabelText a:hover{
    text-decoration: none;
}

.inputDataLine .telInput .code{
    float: left;
    width: 20%;
    text-align: center;
}

.inputDataLine .telInput .number{
    width: calc(100% - 15px);
    border-radius: 0;
}

.js_registration .inputDataLine .telInput .number {
    width: calc(80% - 10px);
}


.DropList .btn {
    color: #000;
    font-size: 15px;
    border: 1px solid #959595;
    background: #fff;
    padding: 5px 35px 5px 6px;
    border-radius: 0;
    position: relative;
    width: 100%;
    text-align: left;
    white-space: normal;
    text-decoration: none;
}

.DropList .btn:focus{
    box-shadow: none;
}

.DropList .btn:hover,
.DropList .open .btn {
    color: #000;
    background-color: #fff;
}

.DropList .btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    right: 8px;
    top: 12px;
    background: url("../images/drop-arrow.png") 0 0 no-repeat;
    background-size: cover;
}

.DropList .dropdown-menu {
    background-color: #fff;
    border: 1px solid #959595;
    border-radius: 0;
    box-shadow: none;
    display: none;
    float: left;
    font-size: 15px;
    margin: 0;
    min-width: 49px;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

.DropList .open .dropdown-menu {
    display: block;
    max-height: 226px;
    overflow-y: scroll;
}

.DropList .dropdown-menu > li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #c7c7c7;
}

.DropList .dropdown-menu > li:first-child{
    border-top: 1px solid #c7c7c7;
}

.DropList .dropdown-menu > li .a{
    color: #000;
    text-decoration: none;
    padding: 5px 6px;
    cursor: pointer;
}


.checkbox-block input[type="checkbox"] + label {
    padding:0 0 0 18px;
    min-height: 19px;
    position: relative;
    z-index: 2;
    background-size: 16px;
    font-weight: normal;
}


.checkbox-block input[type="checkbox"] + label:before{
    display: block;
    width: 13px;
    height: 13px;
    content: "";
    background: #d7d7d7;
    border-radius: 3px;
    border: 1px solid #757575;
    position: absolute;
    left: 0;
    top:2px;
}

.checkbox-block input[type="checkbox"]:checked + label:after {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    background: url("/mobile/img/checkline.svg") 0 0 no-repeat;
    content: "";
    left: 2px;
    top:0px;
}

.consentCheck{
    margin-bottom: 10px;
}

.sub-LabelText a{
    color: #6B0C17;
}

.regForm .controls .a{
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
}

.js_captcha.js_switch .js_captcha1 {
    display: none;
}

.js_captcha:not(.js_switch) .js_captcha2 {
    display: none;
}

.container {
    padding: 0 6px;
}

.countSms {
    text-align: center;
    padding: 10px 0;
}

.countSms .ClassyCountdown-wrapper > div {
    display: inline-block;
    position: relative;
    width: 24%;
    margin: 0 10px;
    height: 30px !important;
}

.smsHasNot {
    text-align: center;
    padding: 15px 0;
}

.countSms .ClassyCountdown-days {
    display: none !important;
}

.countSms .ClassyCountdown-hours {
    display: none !important;
}

.countSms canvas {
    display: none !important;
}

.countSms .ClassyCountdown-value div {
    display: inline-block;
    margin: 0 5px 0 0;
    font-weight: bold;
}

.countSms .ClassyCountdown-wrapper {
    display: flex;
    justify-content: center;
}

.loginDatabox {
    text-align: left;
}

.loginDatabox h1 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
}

.loginDatabox .controls {
    text-align: center;
}

.dropSportFilter {
    position: relative;
}

.dropSportFilter .btn {
    padding: 3px 20px 3px 5px;
    position: relative;
    background: white;
    display: inline-block;
    width: 100%;
    border: 1px solid #cecece;
    cursor: pointer;
    font-size: 13px;
    text-align: left;
    box-sizing: border-box;
    border-radius: 0;
}

.dropSportFilter .btn::after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -2px;
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #777777 transparent;
}

.dropSportFilter .sportFilter {
    padding: 5px;
    background: #ffffff;
    border: 1px solid #cecece;
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    font-size: 13px;
    box-sizing: border-box;
    z-index: 5;
    display: none;
}

.dropSportFilter .btn:hover,
.dropSportFilter.show .btn {
    background: #ececec;
}

.dropSportFilter .sportFilter .col {
    float: left;
    width: 50%;
}

.dropSportFilter .sportFilter .chk-link {
    color: #6B0C17;
    text-decoration: underline;
    font-style: italic;
    margin-bottom: 5px;
    display: inline-block;
    border: none;
    background: transparent;
    font-size: 12px;
    padding: 0;
}

.dropSportFilter .sportFilter .text_block_2 input {
    float: left;
}

.dropSportFilterSelect .btn {
    background: #c7c7c7 !important;
}

.dropSportFilterSelect .sportFilter {
    padding: 0;
}

.dropSportFilterSelect .btn::after {
    border-color: #6B0C17 transparent !important;
}

.dropSportFilterSelect ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.dropSportFilterSelect ul li {
    display: block;
}

.dropSportFilterSelect ul li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 5px;
    font-size: 12px;
}

.dropSportFilterSelect ul li.selected,
.dropSportFilterSelect ul li:hover {
    background: #D7D7D7;
}
/* Dropdown select */

.dropdownLangSelect {
    min-width: 105px !important;
}

.dropdownLangSelect .dropdownLangSelectCode {
    font-size: 16px;
}

.dropdownLangSelect .dropdownLangSelectFlag {
    margin-right: 5px;
    margin-top: -2px;
}

.dropdownLangSelect .btn {
    background: #fff !important;
    border: 1px solid #959595;
}

.dropdownLangSelect .sportFilter {
    width: calc(100vw - 12px);
}

.dropdownLangSelect ul li {
    border-top: 1px solid #b7b7b7;
}

.dropdownLangSelect ul li:nth-of-type(1) {
    border-top: none;
}

.dropdownLangSelect ul li.selected,
.dropdownLangSelect ul li:hover {
    background: #fff !important;
}

.dropdownLangSelect ul li a img {
    margin-right: 3px;
    display: inline-block;
    vertical-align: middle;
}

.dropdownLangSelect ul li span {
    color: #6B0C17;
    font-size: 14px;
}

.dropdownLangSelect ul li span.country-code {
    display: block;
    float: right;
}

.dropSportFilterSelect ul {
    height: 200px;
    overflow-y: auto;
}