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;
}


.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;
}


@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;
	}
}
