body {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    background-color: #0F4D71;
    font-family: sans-serif;
}

.main {
    max-width: 1680px;
    min-width: 1210px;
    display: block;
    position: relative;
    margin: auto;
    height: 100%;
    background-color: #0F4D71;
}

.main-header {
    height: 35px;
    display: flex;
    width: 100%;
    position: relative;
    background-color: #24668C;
}

.main-contents {
    height: calc(100% - 35px);
    display: flex;
    width: 100%;
    position: relative;
    background-color: #FFF;
}

.logo {
    background-color: #D42A28;
    width: max-content;
    padding: 5.5px 17px;
    color: #FFF;
    font-family: Impact;
    font-size: 20px;
	text-decoration: none;
    display: block;
}

.main-super-block {
    width: 424px;
    display: inline-block;
    background-color: #E8EBEE;
    padding: 10px;
}

.main-contents-block {
    width: calc(100% - 694px);
    display: inline-block;
    padding: 10px;
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
}

.header-top-menu {
    background-color: #1B4D69;
    display: flex;
    height: 100%;
}

.header-top-menu-item {
    color: #FFF;
    text-decoration: none;
    display: block;
    padding: 8.5px 15px;
}

.header-top-menu-item:hover {
    background-color: #05324C;
}

.contents-line {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.bet-header {
    background-color: #184D6C;
    display: flex;
    width: 100%;
    min-height: 31px;
}

.bet-header-icon {
    width: 31px;
    background-image: url('/images/icons/other.png');
    background-position: center;
    background-repeat: no-repeat;
    background-color: #619A38;
	background-size: 20px 20px;
}

.bet-header-link {
    width: calc(100% - 31px);
    color: #FFF;
    font-size: 15px;
    text-decoration: none;
    padding: 6px 5px;
}

.bet-block {
    display: flex;
    width: 100%;
    height: auto;
    position: relative;
}

.bet-block-partition {
    width: 50%;
    display: block;
    height: auto;
    position: relative;
}

.bet-data-table {
    width: 100%;
    height: 100%;
    position: relative;
    border-spacing: 0px;
}

.bet-data-table-td {
    width: 25%;
    text-align: center;
    border-left: 1px solid #CCD7DD;
    border-bottom: 1px dashed #CCD7DD;
    background-color: #F8F8F8;
    color: #111;
    font-size: 13px;
    padding: 8px 0px;
}

.bet-data-table-td-down {
    width: 25%;
    text-align: center;
    border-left: 1px solid #CCD7DD;
    padding: 8px 0px;
    color: #24668C;
}

.bet-data-table-td-down-link {
    text-decoration: none;
    color: #24668C;
}

.bet-block-inner-info {
    height: auto;
    display: block;
    width: calc(100% - 31px);
    margin-left: 31px;
}

.bet-block-inner-info-link {
    display: block;
    width: calc(100% - 140px);
    height: calc(100% - 14px);
    font-size: 15px;
    padding: 15px 0px;
    color: #000;
    text-decoration: none;
}

.bet-block-inner-info-time {
    display: block;
    padding: 25px 0px;
    font-size: 13px;
    color: #BDC4CA;
    position: absolute;
    right: 10px;
    top: 0px;
    text-decoration: none;
    width: 120px;
}

.bet-block-inner-info-live {
    display: block;
    color: #888;
    position: absolute;
    top: calc(50% - 7.5px);
    left: 5px;
    font-size: 12px;
    font-family: Impact;
    width: 21px;
}

.main-contents-pagers {
    width: 230px;
    display: block;
    height: auto;
    overflow-y: auto;
    padding: 10px;
    background-color: #FAFAFA;
	transition: 0.5s opacity ease, 0.5s left ease;
}

.sports-list-link {
    color: #FFF;
    text-decoration: none;
    font-size: 12px;
    width: 100%;
    height: 22px;
    display: flex;
    margin-bottom: 2px;
    background-color: #24668C;
    padding-top: 8px;
}

.sports-list-link:hover {
    background-color: #1D5270;
}

.sports-list-text {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 30px);
}

.sports-list-image {
    width: 30px;
    height: 20px;
	margin-bottom: 5px;
    display: block;
    position: relative;
	background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
	margin-top: -3px;
}

.right-coupon-block {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #AB2423;
}

.right-coupon-block-header {
    width: 100%;
    display: block;
    position: relative;
}

.right-coupon-block-data {
    display: block;
    width: calc(100% - 16px);
    height: auto;
    position: relative;
    padding: 0px 8px 8px 8px;
    color: #FFF;
    font-size: 14px;
}

.right-coupon-block-header-txt {
    background-color: #771918;
    width: max-content;
    padding: 10px 20px;
    color: #FFF;
    margin: 8px;
    position: relative;
    display: block;
    font-size: 14px;
}

.header-right-menu {
    display: block;
    position: absolute;
    width: auto;
    height: 26px;
    right: 12px;
    top: 0px;
    color: #FFF;
    font-size: 14px;
    padding-top: 9px;
}

.header-action {
    color: #FFF;
    text-decoration: none;
	margin: 0px 7px;
}

.button.auth-button {
    position: relative;
    width: 100%;
    left: 0;
    bottom: auto;
    right: auto;
    margin-top: 40px;
}
.button {
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 15px;
    border: 1px solid #670908;
    color: #FFF;
    text-decoration: none;
    font-size: 12pt;
    background: #771918;
    transition: all 300ms ease;
    width: 100px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.header-action:hover {
    color: #CCC;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.cart__container a {
    color: #FFF;
	font-weight: bold;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
	margin: 4px 0px;
	display: block;
}
.input-field {
    display: block;
    width: calc(100% - 22px);
    height: 50px;
    margin-bottom: 16px;
    border: 1px solid rgba(22, 22, 22, 0.8);
    padding: 0px 10px;
    font-size: 15px;
}

.contents-line.footer {
    background-color: #24668C;
    min-height: 100px;
    border-top: 12px solid #1B4D69;
}

.footer-link {
    color: #FFF;
    display: block;
    text-decoration: none;
}

.footer-link:hover {
    text-decoration: underline;
}

.footer-td {
    margin: auto;
    display: block;
}

.contents-line.copyright {
    background-color: #1B4D69;
    color: #FFF;
    font-size: 12px;
}

.footer-paysystems {
    color: #FFF;
    margin: 0px 12px;
}

.footer-new-down-inner-icons {
    display: flex;
    width: 100%;
}

.footer-new-down-inner-icon {
    cursor: pointer;
    display: inline-block;
    width: 23%;
    height: 70px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 1%;
}

.footer-new-down-inner-icon-payment {
    cursor: pointer;
    display: inline-block;
    width: 14.6%;
    margin: 1%;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.icon-maestro {
    background-image: url('/images/paysys/icon-maestro.png');
}

.icon-mastercard {
    background-image: url('/images/paysys/icon-mastercard.png');
}

.icon-qiwi {
    background-image: url('/images/paysys/icon-qiwi.png');
}

.icon-visa {
    background-image: url('/images/paysys/icon-visa.png');
}

.icon-yamoney {
    background-image: url('/images/paysys/icon-yamoney.png');
}

.icon-maestro:hover {
    background-image: url('/images/paysys/icon-maestro-hover.png');
}

.icon-mastercard:hover {
    background-image: url('/images/paysys/icon-mastercard-hover.png');
}

.icon-qiwi:hover {
    background-image: url('/images/paysys/icon-qiwi-hover.png');
}

.icon-visa:hover {
    background-image: url('/images/paysys/icon-visa-hover.png');
}

.icon-yamoney:hover {
    background-image: url('/images/paysys/icon-yamoney-hover.png');
}

.footer-new-down-inner-icons a {
    cursor: pointer;
    display: inline-block;
    width: 14%;
    margin: 1%;
    height: 25px;
    text-align: center;
}

.contents-line.coupon-line {
	display: none;
}

.header-mobile-openmenu {
    display: none;
}

.header-mobile-menublock {
    display: none;
}

.sports-list-ctrl {
	display: none;
}

.bet-main {
    display: block;
}

.header-second-menu {
	display: none;
}

.main-block-title {
    text-decoration: none;
    display: block;
    color: #24668C;
    font-size: 20px;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.main-block-contents {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 50px;
    min-height: 300px;
}

.header-button {
    color: #FFF;
    background-color: #24668C;
    padding: 11px 20px 12px 20px;
    display: inline-block;
    margin: 14px 0px 14px 10px;
    border-radius: 21px;
    font-weight: bold;
    text-decoration: none;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	padding-bottom: 10px;
	margin: 20px auto;
	width: min-content;
}

.main-block {
	width: calc(100% - 20px);
	height: auto;
	display: block;
	position: relative;
	padding: 10px;
}
.main-block-title-active {
	color: #F00 !important;
}
.main-block-contents {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 50px;
	min-height: 300px;
}
.main-block-contents-image {
	width: 50%;
	display: block;
	float: left;
	margin: 4px 10px 5px 0px;
}
.main-block-time {
	display: block;
	margin-bottom: 10px;
	color: #CCC;
	width: 100%;
	height: auto;
	font-size: 13px;
}
.main-block-time.bets-data-text {
	color: #FFF;
	font-size: 14px;
}
.center-pos {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}



.bold {
    font-weight: bold;
}
span.button.auth-button {
    display: block;
    width: calc(100% - 30px);
}
.notifications_error {
    background: #f82516;
    color: #fff;
    cursor: pointer;
    padding: 0;
    margin: 0px 0 15px 0;
    text-align: center;
	padding: 5px;
	display: none;
}
span#payment_form_span:hover {
    opacity: 0.8;
}
.deposit_methods {
    margin: 0px 0px 30px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.deposit_methods > div {
    height: 75px;
    margin: 7px 0;
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #edf0f7;
    border: 1.5px solid #dfe2e9;
    cursor: pointer;
    transition: 0.3s;
    width: 195px;
}
.deposit_methods > div:hover {
    border: 1.5px solid #000;
}


.coeficient-score {
    display: block;
    float: right;
    font-weight: bold;
	top: 10px;
	position: absolute;
	right: 4px;
	color: #24668C;
}
.coeficient-name {
    display: block;
    float: left;
    font-weight: normal;
    color: #444;
width: calc(100% - 27px);
}
.coeficient-item {
    display: inline-block;
    width: calc(50% - 30px);
    min-height: 20px;
    padding: 10px;
    outline: 1px solid #598DA2;
    margin: 0px 5px 10px 5px;
position: relative;
    background-color: #FFF;
}
.coeficients-title {
    display: block;
    font-size: 17px;
    text-decoration: none;
    font-weight: 700;
    color: #598DA2;
}
.coeficients-all {
    display: flex;
    width: auto;
    margin-top: 10px;
    flex-wrap: wrap;
}
.coeficient-block {
    width: auto;
    height: auto;
    min-height: 70px;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #598DA2;
    background-color: #F8F8F8;
}


.active .pages-linker-list {
    font-weight: bold;
    background-color: #1B4D69;
    color: #FFF;
}

.pages-linker-list {
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    position: relative;
    display: block;
    padding: 2px 8px 3px 8px;
    color: #FFF;
    background-color: #24668C;
    border-radius: 31px;
    margin: 0px 1px;
}

.copyright-blk {
	padding: 10px;
}

.payment-noscript {
	display: block;
}
.payment-overlay {
	z-index: 999;
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.8);
}
.payment-overlay-loading {
	margin: calc(50vh - 100px) auto;
	display: block;
	width: 200px;
	height: 200px;
	background-image: url('/images/loading.svg');
}




.bet-main-this {
	width: auto;
	display: flex;
	height: auto;
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px solid #444;
}
.bet-column {
	width: 50%;
	height: auto;
	display: inline-block;
	min-height: 50px;
}
.bet-time {
	display: block;
	color: #666;
	font-size: 14px;
}
.bet-coefs-all {
	color: #666;
	font-size: 14px;
}
.bet-id {
	display: block;
	color: #C00;
	text-decoration: none;
}
.bet-column-right {
	text-align: right;
}
.bet-name-m {
	display: block;
	color: #44F;
	font-size: 18px;
	text-decoration: none;
	color: #24668C;
}
.bet-cat-m {
	display: block;
	color: #444;
	font-weight: normal;
	font-size: 14px;
	text-decoration: none;
}
.bet-can-win {
	color: #771918;
	font-size: 14px;
}
.feedback {
        width: 100%;
        height: auto;
        color: #000;
        border: none;
}
.feedback tr, .feedback tr td {
        vertical-align: top;
}
.feedback-head tr, .feedback-head tr td {
        font-weight: bold;
}
.feedback-50 {
        width: 50%;
}
.feedback-25 {
        width: 25%;
        text-align: center;
}
.feedback-link {
        font-weight: normal;
        color: #1948E1;
}
.feedback-link-i {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
    position: relative;
	top: 5px;
}
.feedback-new {
        color: #E22;
        font-weight: bold;
}
.conversation-data {
	width: 100%;
	display: block;
	margin-top: 10px;
	height: auto;
}
.message {
	width: 100%;
	display: inline-block;
	height: auto;
	margin-bottom: 10px;
}
.message-my {
	float: right;
}
.message-data {
	width: calc(50% - 20px);
	height: auto;
	display: block;
	padding: 10px;
	background-color: rgba(50, 50, 50, 0.5);
	border-radius: 7px;
}
.message-text {
	color: #FFF;
	font-size: 16px;
}
.message-time {
	color: #CCC;
	font-size: 14px;
}


.image-block {
  margin-top: 10px;
  padding: 10px;
  display: block;
  background-color: #24668C;
  height: 200px;
}
.image-block-img {
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: relative;
}




/* 
стили для формы пополнения баланса /client/deposit
 */
.balance-form .amount-card {
    width: 300px;
    margin: 0 auto;
}
.balance-form .card {
    margin-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #D7DFE9;
    border-radius: 4px;
    height: 100%;
}
.balance-form .shadow-lg {
    box-shadow: 0px 4px 40px rgba(23, 31, 70, 0.16) !important;
}
.balance-form .card .card-block, .balance-form .card .card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 24px 24px 15px 24px;
}
.text-center {
    text-align: center !important;
}
.text-dark {
    color: #2d2e2f !important;
}
.card-text-balans {
	margin-top: 15px;
	font-size: 13px;
	color: #5F5F61;
}
.card-text-bon-balans {
	margin-top: 5px;
	font-size: 15px;
	color: #5F5F61;
}
.card-text-sum {
	font-size: 18px;
	margin-bottom: 5px;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.4em + 2px);
    padding: 0.532rem 0.854rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #171F46;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D7DFE9;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-prepend, .input-group-append {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.532rem 0.854rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #626262;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #D7DFE9;
    border-radius: 4px;
}
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.balance-form .card-footer {
    padding: 12px 25px;
    background-color: rgba(0, 0, 0, 0);
    border-top: 1px solid #D7DFE9;
	background: transparent;
}

.balance-form .btn {
    display: inline-block;
    font-weight: 500;
    color: #7E858E;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.532rem 0.854rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 4px;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.balance-form .btn-pais {
	color: #fff;
	background-color: #24668c;
	border-color: #0F4D71;
	cursor: pointer;
}
.balance-form .btn-pais:hover {
	color: #fff;
	background-color: #197eb8;
	border-color: #24668c;
}

.payment-systems {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.payment-system {
    width: 100%;
    margin: 0 .5%;
    margin-bottom: 10px;
}
@media (min-width: 500px) {
    .payment-system {
        flex: 0 0 49%;
        max-width: 49%;
    }   
}
@media (min-width: 1025px) {
    .payment-system {
        flex: 0 0 32.3%;
        max-width: 32.3%;
    }
}
.payment-system .card-body {
	padding-left: 15px !important;
	padding-right: 15px !important;
	padding-bottom: 1rem !important;
}
.payment-system__options {
    list-style: none;
    text-align: left;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}
.payment-system__options img {
    width: 30px;
    margin-right: 5px;
}
.payment-system__logo {
	max-width: 100%;
	height: 65px;
}
.shadow {
    box-shadow: 0px 8px 16px rgba(23, 31, 70, 0.08) !important;
}
.card-body-m-name {
	margin: 5px 0px;
	color: #292828;
}
.card-body-m-des {
	color: #5F5F61;
	font-size: 12px;
}
.text-left {
    text-align: left !important;
}
.card-body-bat {
	margin: 10px 0px;
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.3125rem;
	padding-left: 1.5rem;
	margin-bottom: 0.5rem !important;
	margin-top: 1rem !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.15625rem;
    opacity: 0;
}
.custom-control-input input[type="radio"], .custom-control-input input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
.custom-control-label {
    padding-top: 2px;
    cursor: pointer;
    font-size: 13px;
    width: 100%;
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(11, 105, 255, 0.5);
}
.custom-control-label::before {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #bed7ff;
    border-color: #bed7ff;
}
.balance-form .custom-control-label img {
    max-width: 20px;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
    border-style: none;
}
.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #0B69FF;
    background-color: #0B69FF;
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #7E858E;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #bed7ff;
    border-color: #bed7ff;
}

.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before {
    background-color: #e9ecef;
}

.custom-control-label::before {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
	box-sizing: border-box;
}

.custom-control-label::after {
    position: absolute;
    top: 0.15625rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
	box-sizing: border-box;
}


.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(11, 105, 255, 0.5);
}
.balance-text {
	color: #5F5F61;
	font-size: 13px;
}
.span-des {
	font-size: 12px;
	color: #5F5F61;
	white-space: nowrap;
}
.span-des:hover {
	opacity: 85%;
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 6px;
	font-size: 13px;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 600;
}

.alert-dismissible {
    padding-right: 3.8125rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #0a61eb;
    background-color: #e2edff;
    border-color: #1f75ff;
}

.alert-primary hr {
    border-top-color: #0665ff;
}

.alert-primary .alert-link {
    color: #084dba;
}

.alert-secondary {
    color: #636c73;
    background-color: #edeeef;
    border-color: #788087;
}

.alert-secondary hr {
    border-top-color: #6c737a;
}

.alert-secondary .alert-link {
    color: #4b5258;
}

.alert-success {
    color: #29ba6a;
    background-color: #e6f9ee;
    border-color: #3ece7e;
}

.alert-success hr {
    border-top-color: #31c171;
}

.alert-success .alert-link {
    color: #209052;
}

.alert-info {
    color: #009eb2;
    background-color: #e0f5f8;
    border-color: #14b3c6;
}

.alert-info hr {
    border-top-color: #129eaf;
}

.alert-info .alert-link {
    color: #00717f;
}

.alert-warning {
    color: #eba900;
    background-color: #fff6e0;
    border-color: #ffbe14;
}

.alert-warning hr {
    border-top-color: #fab400;
}

.alert-warning .alert-link {
    color: #b88400;
}

.alert-danger {
    color: #eb0a33;
    background-color: #ffe2e7;
    border-color: #ff1f47;
}

.alert-danger hr {
    border-top-color: #ff0632;
}

.alert-danger .alert-link {
    color: #ba0828;
}

.alert-light {
    color: #e4e5e6;
    background-color: #fefefe;
    border-color: #f9f9fa;
}

.alert-light hr {
    border-top-color: #ebebee;
}

.alert-light .alert-link {
    color: #cacccd;
}

.alert-dark {
    color: #151d40;
    background-color: #e3e4e9;
    border-color: #2a3155;
}

.alert-dark hr {
    border-top-color: #222744;
}

.alert-dark .alert-link {
    color: #080c1a;
}
.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.m-0 {
    margin: 0 !important;
}
.payments-text {
	margin-bottom: 10px;
	margin-top: 10px;
	color: #24668C;
}
a {
	color: #555;
}
a:hover {
	opacity: 85%;
}
/* 

стили для таблиц
*/
.gridjs-footer button,.gridjs-head button{background-color:transparent;background-image:none;border:none;cursor:pointer;margin:0;outline:none;padding:0}.gridjs-temp{position:relative}.gridjs-head{margin-bottom:5px;padding:5px 1px;width:100%}.gridjs-head:after{clear:both;content:"";display:block}.gridjs-head:empty{border:none;padding:0}.gridjs-container{color:#000;display:inline-block;overflow:hidden;padding:2px;position:relative;z-index:0}.gridjs-footer{background-color:#fff;border-bottom-width:1px;border-color:#e5e7eb;border-radius:0 0 8px 8px;border-top:1px solid #e5e7eb;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.26);display:block;padding:12px 24px;position:relative;width:100%;z-index:5}.gridjs-footer:empty{border:none;padding:0}input.gridjs-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border:1px solid #d2d6dc;border-radius:5px;font-size:14px;line-height:1.45;outline:none;padding:10px 13px}input.gridjs-input:focus{border-color:#9bc2f7;box-shadow:0 0 0 3px rgba(149,189,243,.5)}.gridjs-pagination{color:#3d4044}.gridjs-pagination:after{clear:both;content:"";display:block}.gridjs-pagination .gridjs-summary{float:left;margin-top:5px}.gridjs-pagination .gridjs-pages{float:right}.gridjs-pagination .gridjs-pages button{background-color:#fff;border:1px solid #d2d6dc;border-right:none;outline:none;padding:5px 14px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gridjs-pagination .gridjs-pages button:focus{border-right:1px solid #d2d6dc;box-shadow:0 0 0 2px rgba(149,189,243,.5);margin-right:-1px;position:relative}.gridjs-pagination .gridjs-pages button:hover{background-color:#f7f7f7;color:#3c4257;outline:none}.gridjs-pagination .gridjs-pages button:disabled,.gridjs-pagination .gridjs-pages button:hover:disabled,.gridjs-pagination .gridjs-pages button[disabled]{background-color:#fff;color:#6b7280;cursor:default}.gridjs-pagination .gridjs-pages button.gridjs-spread{background-color:#fff;box-shadow:none;cursor:default}.gridjs-pagination .gridjs-pages button.gridjs-currentPage{background-color:#f7f7f7;font-weight:700}.gridjs-pagination .gridjs-pages button:last-child{border-bottom-right-radius:6px;border-right:1px solid #d2d6dc;border-top-right-radius:6px}.gridjs-pagination .gridjs-pages button:first-child{border-bottom-left-radius:6px;border-top-left-radius:6px}.gridjs-pagination .gridjs-pages button:last-child:focus{margin-right:0}button.gridjs-sort{background-color:transparent;background-position-x:center;background-repeat:no-repeat;background-size:contain;border:none;cursor:pointer;float:right;height:24px;margin:0;outline:none;padding:0;width:13px}button.gridjs-sort-neutral{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MDEuOTk4IiBoZWlnaHQ9IjQwMS45OTgiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQwMS45OTggNDAxLjk5OCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTczLjA5MiAxNjQuNDUyaDI1NS44MTNjNC45NDkgMCA5LjIzMy0xLjgwNyAxMi44NDgtNS40MjQgMy42MTMtMy42MTYgNS40MjctNy44OTggNS40MjctMTIuODQ3cy0xLjgxMy05LjIyOS01LjQyNy0xMi44NUwyMTMuODQ2IDUuNDI0QzIxMC4yMzIgMS44MTIgMjA1Ljk1MSAwIDIwMC45OTkgMHMtOS4yMzMgMS44MTItMTIuODUgNS40MjRMNjAuMjQyIDEzMy4zMzFjLTMuNjE3IDMuNjE3LTUuNDI0IDcuOTAxLTUuNDI0IDEyLjg1IDAgNC45NDggMS44MDcgOS4yMzEgNS40MjQgMTIuODQ3IDMuNjIxIDMuNjE3IDcuOTAyIDUuNDI0IDEyLjg1IDUuNDI0ek0zMjguOTA1IDIzNy41NDlINzMuMDkyYy00Ljk1MiAwLTkuMjMzIDEuODA4LTEyLjg1IDUuNDIxLTMuNjE3IDMuNjE3LTUuNDI0IDcuODk4LTUuNDI0IDEyLjg0N3MxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDhMMTg4LjE0OSAzOTYuNTdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4bDEyNy45MDctMTI3LjkwNmMzLjYxMy0zLjYxNCA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDggMC00Ljk0OC0xLjgxMy05LjIyOS01LjQyNy0xMi44NDctMy42MTQtMy42MTYtNy44OTktNS40Mi0xMi44NDgtNS40MnoiLz48L3N2Zz4=");background-position-y:center;opacity:.3}button.gridjs-sort-asc{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgMTk3LjI4NyAxNTkuMDI4IDY5LjM4MWMtMy42MTMtMy42MTctNy44OTUtNS40MjQtMTIuODQ3LTUuNDI0cy05LjIzMyAxLjgwNy0xMi44NSA1LjQyNEw1LjQyNCAxOTcuMjg3QzEuODA3IDIwMC45MDQgMCAyMDUuMTg2IDAgMjEwLjEzNHMxLjgwNyA5LjIzMyA1LjQyNCAxMi44NDdjMy42MjEgMy42MTcgNy45MDIgNS40MjUgMTIuODUgNS40MjVoMjU1LjgxM2M0Ljk0OSAwIDkuMjMzLTEuODA4IDEyLjg0OC01LjQyNSAzLjYxMy0zLjYxMyA1LjQyNy03Ljg5OCA1LjQyNy0xMi44NDdzLTEuODE0LTkuMjMtNS40MjctMTIuODQ3eiIvPjwvc3ZnPg==");background-position-y:35%;background-size:10px}button.gridjs-sort-desc{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTIuMzYyIiBoZWlnaHQ9IjI5Mi4zNjIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDI5Mi4zNjIgMjkyLjM2MiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI4Ni45MzUgNjkuMzc3Yy0zLjYxNC0zLjYxNy03Ljg5OC01LjQyNC0xMi44NDgtNS40MjRIMTguMjc0Yy00Ljk1MiAwLTkuMjMzIDEuODA3LTEyLjg1IDUuNDI0QzEuODA3IDcyLjk5OCAwIDc3LjI3OSAwIDgyLjIyOGMwIDQuOTQ4IDEuODA3IDkuMjI5IDUuNDI0IDEyLjg0N2wxMjcuOTA3IDEyNy45MDdjMy42MjEgMy42MTcgNy45MDIgNS40MjggMTIuODUgNS40MjhzOS4yMzMtMS44MTEgMTIuODQ3LTUuNDI4TDI4Ni45MzUgOTUuMDc0YzMuNjEzLTMuNjE3IDUuNDI3LTcuODk4IDUuNDI3LTEyLjg0NyAwLTQuOTQ4LTEuODE0LTkuMjI5LTUuNDI3LTEyLjg1eiIvPjwvc3ZnPg==");background-position-y:65%;background-size:10px}button.gridjs-sort:focus{outline:none}table.gridjs-table{border-collapse:collapse;display:table;margin:0;max-width:100%;overflow:auto;padding:0;table-layout:fixed;text-align:left;width:100%}.gridjs-tbody,td.gridjs-td{background-color:#fff}td.gridjs-td{border:1px solid #e5e7eb;box-sizing:content-box;padding:12px 24px}td.gridjs-td:first-child{border-left:none}td.gridjs-td:last-child{border-right:none}td.gridjs-message{text-align:center}th.gridjs-th{background-color:#f9fafb;border:1px solid #e5e7eb;border-top:none;box-sizing:border-box;color:#6b7280;outline:none;padding:14px 24px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}th.gridjs-th .gridjs-th-content{float:left;overflow:hidden;text-overflow:ellipsis;width:100%}th.gridjs-th-sort{cursor:pointer}th.gridjs-th-sort .gridjs-th-content{width:calc(100% - 15px)}th.gridjs-th-sort:focus,th.gridjs-th-sort:hover{background-color:#e5e7eb}th.gridjs-th-fixed{box-shadow:0 1px 0 0 #e5e7eb;position:sticky}@supports (-moz-appearance:none){th.gridjs-th-fixed{box-shadow:0 0 0 1px #e5e7eb}}th.gridjs-th:first-child{border-left:none}th.gridjs-th:last-child{border-right:none}.gridjs-tr{border:none}.gridjs-tr-selected td{background-color:#ebf5ff}.gridjs-tr:last-child td{border-bottom:0}.gridjs *,.gridjs :after,.gridjs :before{box-sizing:border-box}.gridjs-wrapper{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border-color:#e5e7eb;border-radius:8px 8px 0 0;border-top-width:1px;box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.26);display:block;overflow:auto;position:relative;width:100%;z-index:1}.gridjs-wrapper:nth-last-of-type(2){border-bottom-width:1px;border-radius:8px}.gridjs-search{float:left}.gridjs-search-input{width:250px}.gridjs-loading-bar{background-color:#fff;opacity:.5;z-index:10}.gridjs-loading-bar,.gridjs-loading-bar:after{bottom:0;left:0;position:absolute;right:0;top:0}.gridjs-loading-bar:after{animation:shimmer 2s infinite;background-image:linear-gradient(90deg,hsla(0,0%,80%,0),hsla(0,0%,80%,.2) 20%,hsla(0,0%,80%,.5) 60%,hsla(0,0%,80%,0));content:"";transform:translateX(-100%)}@keyframes shimmer{to{transform:translateX(100%)}}.gridjs-td .gridjs-checkbox{cursor:pointer;display:block;margin:auto}.gridjs-resizable{bottom:0;position:absolute;right:0;top:0;width:5px}.gridjs-resizable:hover{background-color:#9bc2f7;cursor:ew-resize}

th.gridjs-th {
	background-color: #4a87ab;
	border: 1px solid #e5e7eb;
	color: #fff;
}
th.gridjs-th-sort:focus, th.gridjs-th-sort:hover {
	background-color: #24668c;
}
.color-ora {
    color: #505050;
}
.color-zel {
    color: #009120;
}
























@media screen and (max-width: 1680px) {
	/*body, .main {
		background-color: #FAFAFA !important;
	}*/
}
	
@media screen and (max-width: 1210px) {
    * {
        transition: 0.2s all ease;
    }
    .main-contents-pagers {
        width: 180px;
    }
    .main-contents-block {
        width: calc(100% - 440px);
        display: block;
    }
    .main-super-block {
        width: 200px;
        display: block;
    }
    .main {
        min-width: auto;
    }
}

@media screen and (max-width: 1050px) {
	.footer-td {
		display: block;
		margin-bottom: 10px;
	}
	.footer tr {
		display: block !important;
	}
}

@media screen and (max-width: 980px) {
    .main-contents-pagers {
        width: 160px;
    }
    .main-contents-block {
        width: calc(100% - 420px);
        display: block;
    }
	.bet-block-inner-info-link {
		padding: 25px 0px;
	}
	.bet-block-inner-info-time {
		padding: 5px 0px;
		right: auto;
	}
}

@media screen and (max-width: 940px) {
	.header-top-menu {
		display: none;
	}
	.header-right-menu {
		display: none;
	}

	.second-menu {
		left: auto !important;
		right: 0;
	}
	
	.second-menu > .header-mobile-openmenu-closed {
		background-image: url('/images/login-menu.png') !important;
	}
	
	.header-second-menu {
        display: block;
        left: 100%;
		width: calc(50% - (2px + 20px));
		background: rgba(0, 0, 0, 0.8);
		padding: 10px;
        opacity: 0;
		height: 100%;
		position: fixed;
		border-left: 2px solid rgba(0, 0, 0, 0.9);
        z-index: 2;
		transition: 0.5s opacity ease, 0.5s left ease;
	}
	
    #menu-trigger-2:checked ~ .main .second-menu > .header-mobile-openmenu-opened {
        opacity: 1;
    }
    #menu-trigger-2:checked ~ .main .second-menu > .header-mobile-openmenu-closed {
        opacity: 0;
    }
    #menu-trigger-2:checked ~ .main .second-menu {
        right: calc(50% - (35px + 2px));
    }
    #menu-trigger-2:checked ~ .main .header-second-menu {
        opacity: 1;
        left: 50%;
    }
    .header-mobile-openmenu {
        display: block;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 35px;
        height: 35px;
        cursor: pointer;
        transition: 0.5s all ease;
        z-index: 10;
    }
    .header-mobile-openmenu.header-mobile-closemenu {
        left: auto;
        right: 0px;
    }
    .header-mobile-openmenu-closed {
        background-image: url('/images/header-slide.png');
        opacity: 1;
        width: 35px;
        height: 35px;
        position: absolute;
        transition: 0.5s all ease;
        background-position: center;
        background-size: contain;
    }
    .header-mobile-openmenu-opened {
        z-index: 2;
        background-image: url('/images/header-slide-cross.png');
        opacity: 0;
        width: 35px;
        height: 35px;
        position: absolute;
        transition: 0.5s all ease;
        background-position: center;
        background-size: contain;
    }
	.sports-list-ctrl {
		display: block;
		height: 18px;
		font-size: 15px;
		padding: 0px 12px 7px 12px;
		color: #FFF;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.first-menu {
		display: none !important;
	}
	.ctrl-left {
		display: none !important;
	}
}

@media screen and (max-width: 860px) {
	.bet-block-inner-info-link {
		padding: 15px 0px;
	}

	.bet-block-inner-info-time {
		padding: 25px 0px;
		right: 10px;
	}
	.contents-line.coupon-line {
		display: block;
		margin-bottom: 10px;
	}
	.main-contents-block {
		width: calc(100% - 200px);
	}
	.main-super-block {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.sports-list-ctrl {
		height: 26px;
		font-size: 22px;
		padding: 7px 12px 17px 12px;
	}
	.ctrl-left {
		display: block !important;
	}
    .header-mobile-openmenu, .header-mobile-openmenu-closed, .header-mobile-openmenu-opened {
		width: 60px !important;
		height: 60px !important;
	}
	.first-menu {
		display: block !important;
	}
	.logo {
		position: relative;
		margin: auto;
		height: 60px;
		font-size: 28px;
		padding: 13px 22px;
	}
	.main-contents {
		height: calc(100% - 60px);
	}
	.main-header {
		height: 60px;
	}
	.main-contents-block {
		width: 100%;
	}
    #menu-trigger:checked ~ .main .first-menu > .header-mobile-openmenu-opened {
        opacity: 1;
    }
    #menu-trigger:checked ~ .main .first-menu > .header-mobile-openmenu-closed {
        opacity: 0;
    }
    #menu-trigger:checked ~ .main .first-menu {
        left: calc(50% - 60px + 2px);
    }
	.main-contents-pagers {
		display: block;
		position: fixed;
		background: rgba(0, 0, 0, 0.8);
        opacity: 0;
        width: calc(50% - 2px - 20px);
        left: -100%;
		height: 100%;
        border-right: 2px solid rgba(0, 0, 0, 0.9);
		top: 0px;
		z-index: 2;
	}
    #menu-trigger:checked ~ .main .main-contents-pagers {
        display: block;
        opacity: 1;
        left: 0%;
    }
	.sports-list-link {
		height: 35px;
		padding-top: 10px;
		font-size: 20px;
	}
	.sports-list-image {
		background-position: center;
		background-size: contain;
		width: 35px;
		height: 22px;
		margin-top: 0px;
	}
    #menu-trigger-2:checked ~ .main .second-menu {
        right: calc(50% - (60px + 2px));
    }
}

@media screen and (max-width: 490px) {
	.bet-block-inner-info-link {
		padding: 25px 0px;
	}
	.bet-block-inner-info-time {
		padding: 5px 0px;
		right: auto;
	}
}


