@font-face {
	font-family: iconfont;
	font-display: swap;
	src: url(/../fonts/iconfont-bk.ttf) format("truetype")
}

:root {
	--swiper-theme-color: #007aff;

	/* Mobile menu */
	--mobile-menu-background-color: #fff;
	--mobile-menu-primary-font-color: #6D7994;
	--mobile-menu-secondary-font-color: #fff;
	--mobile-menu-dark-color: #000;
	--mobile-menu-item-accent-color: #0068DF;
	--mobile-menu-box-shadow: 0px 0px 10px 0px rgba(151, 154, 160, 0.5);
	--mobile-menu-border-radius: 10px;
	--mobile-menu-transition-delay: .2s;
}

@font-face {
	font-family: "fontello";
	src: url("/fonts/fontello.eot?21926492");
	src: url("/fonts/fontello.eot?21926492#iefix") format("embedded-opentype"), url("/fonts/fontello.woff2?21926492") format("woff2"), url("/fonts/fontello.woff?21926492") format("woff"), url("/fonts/fontello.ttf?21926492") format("truetype"), url("/fonts/fontello.svg?21926492#fontello") format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

[class^=icon-]:before,
[class*=" icon-"]:before {
	font-family: "fontello";
	font-style: normal;
	font-weight: 400;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-login:before {
	content: "\e800"
}

.icon-search:before {
	content: "\e801"
}

.icon-gift:before {
	content: "\e802"
}

.icon-right-open:before {
	content: "\e803"
}

.icon-award:before {
	content: "\e804"
}

.icon-thumbs-up:before {
	content: "\e805"
}

.icon-play:before {
	content: "\e806"
}

.icon-target:before {
	content: "\e807"
}

.icon-clock:before {
	content: "\e808"
}

.icon-home:before {
	content: "\e809"
}

.icon-calendar:before {
	content: "\e80a"
}

.icon-pencil:before {
	content: "\e80b"
}

.icon-bookmark:before {
	content: "\e80c"
}

.icon-check:before {
	content: "\e80d"
}

.icon-star:before {
	content: "\e80e"
}

.icon-chart-bar:before {
	content: "\e80f"
}

.icon-menu:before {
	content: "\f0c9"
}

.icon-comment-empty:before {
	content: "\f0e5"
}

.icon-chat-empty:before {
	content: "\f0e6"
}

.icon-angle-left:before {
	content: "\f104"
}

.icon-angle-right:before {
	content: "\f105"
}

.icon-mobile:before {
	content: "\f10b"
}

.icon-direction:before {
	content: "\f124"
}

.icon-shield:before {
	content: "\f132"
}

.icon-dollar:before {
	content: "\f155"
}

.icon-android:before {
	content: "\f17b"
}

.icon-bomb:before {
	content: "\f1e2"
}

.icon-newspaper:before {
	content: "\f1ea"
}

.icon-calc:before {
	content: "\f1ec"
}

.icon-chart-line:before {
	content: "\f201"
}

.icon-diamond:before {
	content: "\f219"
}

.icon-balance-scale:before {
	content: "\f24e"
}

.icon-map-pin:before {
	content: "\f276"
}

.icon-percent:before {
	content: "\f295"
}

.icon-user-o:before {
	content: "\f2c0"
}

.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}

.swiper-wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
	z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

:root {
	--swiper-navigation-size: 44px
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}

.swiper-scrollbar {
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .2s ease;
	transition: .2s ease
}

.swiper-scrollbar {
	background: rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none
}

[data-tippy-root] {
	max-width: calc(100vw - 10px)
}

@supports (-ms-overflow-style:none) {
	.ps {
		overflow: auto !important
	}
}

.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -.25rem;
	margin-right: -.25rem
}

.tags .tags {
	margin-bottom: 0
}

.tags .tag,
.tags a,
.tags span {
	background: rgba(52, 152, 219, .1);
	border-radius: 4px;
	color: #3498db;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .75rem;
	line-height: 1rem;
	margin-bottom: .5rem;
	margin-right: .5rem;
	padding: .5rem .75rem
}

.tags .tag:hover,
.tags a:hover,
.tags span:hover {
	background: rgba(52, 152, 219, .2)
}

.tags .tag .count,
.tags a .count,
.tags span .count {
	color: rgba(0, 0, 0, .8);
	margin-left: .25rem
}

.tags .tag+.tag {
	margin-left: 0
}

.section {
	padding-bottom: 1rem
}

@media (min-width:744px) {
	.section {
		border-top: 1px solid rgba(0, 0, 0, .1);
		padding-bottom: 1.5rem;
		padding-top: 2rem
	}
}

.section.borderless {
	border-top: none;
	padding-top: 0
}

.section.gapped {
	border-top: none;
	padding-top: .5rem
}

@media (min-width:744px) {
	.section.gapped {
		padding-top: 2rem
	}
}

.block {
	background-color: #fff;
	border-radius: .5rem;
	display: block;
	margin-bottom: 2rem
}

.block.content-body {
	margin-bottom: 0
}

.block.bordered {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .1)
}

.block .block.bordered {
	border-bottom: none;
	border-left: none;
	border-radius: 0;
	border-right: none;
	margin-bottom: 0;
	margin-left: -1rem;
	margin-right: -1rem
}

@media (min-width:744px) {
	.block .block.bordered {
		border: 1px solid rgba(0, 0, 0, .1);
		border-radius: .5rem;
		margin-bottom: 1.5rem;
		margin-left: 0;
		margin-right: 0
	}
}

.block.clickable,
a.block,
a.block-section {
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s
}

.block.clickable:hover,
a.block-section:hover,
a.block:hover {
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12)
}

.block-section {
	display: block;
	padding: 1rem;
	position: relative
}

.block-section.borderless {
	border: none !important
}

@media (min-width:744px) {
	.block-section {
		padding: 1.5rem
	}

	.block-section.block-section-small {
		padding-bottom: 1rem;
		padding-top: 1rem
	}

	.block-section.block-section-medium {
		padding-bottom: 1.25rem;
		padding-top: 1.25rem
	}
}

.block-section.link.arrowed {
	display: block;
	padding-right: 2.5rem
}

.block-section.link.arrowed:after {
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (min-width:744px) {
	.block-section.link.arrowed {
		padding-right: 3rem
	}

	.block-section.link.arrowed:after {
		right: 1.5rem
	}
}

.block-section+.block-section:not(.block):not(.matches-table-block-date) {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.tab-panel {
	display: none
}

.tab-panel.block-section:not(.mobile-tab-panel) {
	border-top: none !important
}

.tab-panel.active {
	display: block
}

@media (min-width:744px) {
	.tab-panel.mobile-tab-panel {
		display: block
	}
}

.capsule {
	background-color: #f0f1f2;
	border-radius: 1rem;
	display: inline-block;
	padding: .5rem 1rem;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s
}

.capsule.small {
	border-radius: .5rem;
	font-size: .75rem;
	padding: 0 .5rem
}

a.capsule:hover {
	background-color: #e8e8e8
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 4rem;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 3
}

@media (min-width:984px) {
	.sticky_desktop {
		position: -webkit-sticky;
		position: sticky;
		top: 4rem;
		z-index: 3
	}
}

.profile-navigation li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.profile-navigation .icon-user:before {
	color: #3498db
}

.profile-navigation .icon-blog:before {
	color: #5e48a2
}

.profile-navigation .count {
	background-color: rgba(0, 0, 0, .2);
	border-radius: .5rem;
	color: #fff !important;
	font-size: .75rem;
	margin-left: auto;
	padding: 0 .375rem
}

.profile-navigation a:hover .count {
	color: #fff !important
}

.bookmaker__container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.top-articles-block .block-section.link {
	border-top: 1px solid rgba(0, 0, 0, .1) !important
}

.league-header+.description p {
	font-size: 18px;
	margin-top: 1rem
}

@media (min-width:744px) {
	.league-header+.description p {
		margin-top: 2.5rem
	}
}

.marking-sport {
	color: rgba(0, 0, 0, .4);
	line-height: 1.5;
	margin-bottom: 5px;
	margin-top: -5px
}

.news-text {
	font-size: .875rem;
	line-height: 1.3;
	margin-top: 6px
}

.container input:-webkit-autofill,
.container input:-webkit-autofill:focus,
.container input:-webkit-autofill:hover,
.container select:-webkit-autofill,
.container select:-webkit-autofill:focus,
.container select:-webkit-autofill:hover {
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.bookmakers-ratings-list .icon {
	display: block
}

.bookmakers-ratings-list .icon-bonus:before {
	color: #f5a623
}

.bookmakers-ratings-list .icon-new:before {
	color: #5e48a2
}

.bookmakers-ratings-list .icon-mobile:before {
	color: #3498db
}

html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

a {
	background-color: transparent
}

b {
	font-weight: bolder
}

img {
	border-style: none
}

button,
input,
select {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button {
	-webkit-appearance: button
}

button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring {
	outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

template {
	display: none
}

.c-grey {
	color: rgba(0, 0, 0, .4) !important
}

.c-blue {
	color: #3498db !important
}

.bg-none {
	background-color: transparent !important
}

.bg-grey {
	background-color: rgba(0, 0, 0, .4) !important
}

.bg-white {
	background-color: #fff !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: .75rem !important
}

.mb-4 {
	margin-bottom: 1rem !important
}

.mb-5 {
	margin-bottom: 1.25rem !important
}

.mb-6 {
	margin-bottom: 1.5rem !important
}

.mb-7 {
	margin-bottom: 1.75rem !important
}

.mb-8 {
	margin-bottom: 2rem !important
}

.mb-9 {
	margin-bottom: 2.25rem !important
}

.mb-10 {
	margin-bottom: 2.5rem !important
}

.mb-11 {
	margin-bottom: 2.75rem !important
}

.mb-12 {
	margin-bottom: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.pl-1 {
	padding-left: .25rem !important
}

.pl-2 {
	padding-left: .5rem !important
}

.pl-3 {
	padding-left: .75rem !important
}

.pl-4 {
	padding-left: 1rem !important
}

.pl-5 {
	padding-left: 1.25rem !important
}

.pl-6 {
	padding-left: 1.5rem !important
}

.pl-7 {
	padding-left: 1.75rem !important
}

.pl-8 {
	padding-left: 2rem !important
}

.pl-9 {
	padding-left: 2.25rem !important
}

.pl-10 {
	padding-left: 2.5rem !important
}

.pl-11 {
	padding-left: 2.75rem !important
}

.pl-12 {
	padding-left: 3rem !important
}

@media (min-width:744px) {
	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mb-md-1 {
		margin-bottom: .25rem !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.mb-md-3 {
		margin-bottom: .75rem !important
	}

	.mb-md-4 {
		margin-bottom: 1rem !important
	}

	.mb-md-5 {
		margin-bottom: 1.25rem !important
	}

	.mb-md-6 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-7 {
		margin-bottom: 1.75rem !important
	}

	.mb-md-8 {
		margin-bottom: 2rem !important
	}

	.mb-md-9 {
		margin-bottom: 2.25rem !important
	}

	.mb-md-10 {
		margin-bottom: 2.5rem !important
	}

	.mb-md-11 {
		margin-bottom: 2.75rem !important
	}

	.mb-md-12 {
		margin-bottom: 3rem !important
	}

	.pl-md-0 {
		padding-left: 0 !important
	}

	.pl-md-1 {
		padding-left: .25rem !important
	}

	.pl-md-2 {
		padding-left: .5rem !important
	}

	.pl-md-3 {
		padding-left: .75rem !important
	}

	.pl-md-4 {
		padding-left: 1rem !important
	}

	.pl-md-5 {
		padding-left: 1.25rem !important
	}

	.pl-md-6 {
		padding-left: 1.5rem !important
	}

	.pl-md-7 {
		padding-left: 1.75rem !important
	}

	.pl-md-8 {
		padding-left: 2rem !important
	}

	.pl-md-9 {
		padding-left: 2.25rem !important
	}

	.pl-md-10 {
		padding-left: 2.5rem !important
	}

	.pl-md-11 {
		padding-left: 2.75rem !important
	}

	.pl-md-12 {
		padding-left: 3rem !important
	}
}

@media (min-width:984px) {
	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: .75rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1rem !important
	}

	.mb-lg-5 {
		margin-bottom: 1.25rem !important
	}

	.mb-lg-6 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-7 {
		margin-bottom: 1.75rem !important
	}

	.mb-lg-8 {
		margin-bottom: 2rem !important
	}

	.mb-lg-9 {
		margin-bottom: 2.25rem !important
	}

	.mb-lg-10 {
		margin-bottom: 2.5rem !important
	}

	.mb-lg-11 {
		margin-bottom: 2.75rem !important
	}

	.mb-lg-12 {
		margin-bottom: 3rem !important
	}

	.pl-lg-0 {
		padding-left: 0 !important
	}

	.pl-lg-1 {
		padding-left: .25rem !important
	}

	.pl-lg-2 {
		padding-left: .5rem !important
	}

	.pl-lg-3 {
		padding-left: .75rem !important
	}

	.pl-lg-4 {
		padding-left: 1rem !important
	}

	.pl-lg-5 {
		padding-left: 1.25rem !important
	}

	.pl-lg-6 {
		padding-left: 1.5rem !important
	}

	.pl-lg-7 {
		padding-left: 1.75rem !important
	}

	.pl-lg-8 {
		padding-left: 2rem !important
	}

	.pl-lg-9 {
		padding-left: 2.25rem !important
	}

	.pl-lg-10 {
		padding-left: 2.5rem !important
	}

	.pl-lg-11 {
		padding-left: 2.75rem !important
	}

	.pl-lg-12 {
		padding-left: 3rem !important
	}
}

@media (min-width:1366px) {
	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.mb-xxl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xxl-3 {
		margin-bottom: .75rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 1.25rem !important
	}

	.mb-xxl-6 {
		margin-bottom: 1.5rem !important
	}

	.mb-xxl-7 {
		margin-bottom: 1.75rem !important
	}

	.mb-xxl-8 {
		margin-bottom: 2rem !important
	}

	.mb-xxl-9 {
		margin-bottom: 2.25rem !important
	}

	.mb-xxl-10 {
		margin-bottom: 2.5rem !important
	}

	.mb-xxl-11 {
		margin-bottom: 2.75rem !important
	}

	.mb-xxl-12 {
		margin-bottom: 3rem !important
	}

	.pl-xxl-0 {
		padding-left: 0 !important
	}

	.pl-xxl-1 {
		padding-left: .25rem !important
	}

	.pl-xxl-2 {
		padding-left: .5rem !important
	}

	.pl-xxl-3 {
		padding-left: .75rem !important
	}

	.pl-xxl-4 {
		padding-left: 1rem !important
	}

	.pl-xxl-5 {
		padding-left: 1.25rem !important
	}

	.pl-xxl-6 {
		padding-left: 1.5rem !important
	}

	.pl-xxl-7 {
		padding-left: 1.75rem !important
	}

	.pl-xxl-8 {
		padding-left: 2rem !important
	}

	.pl-xxl-9 {
		padding-left: 2.25rem !important
	}

	.pl-xxl-10 {
		padding-left: 2.5rem !important
	}

	.pl-xxl-11 {
		padding-left: 2.75rem !important
	}

	.pl-xxl-12 {
		padding-left: 3rem !important
	}
}

.d-none {
	display: none !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

@media (min-width:567px) {
	.d-smd-none {
		display: none !important
	}

	.d-smd-block {
		display: block !important
	}

	.d-smd-table {
		display: table !important
	}

	.d-smd-table-row {
		display: table-row !important
	}

	.d-smd-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width:744px) {
	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width:984px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width:1366px) {
	.d-xxl-none {
		display: none !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem;
	margin-top: 0
}

.heading-2:last-child,
.heading-3:last-child,
.heading-4:last-child,
.heading-5:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0
}

@media (min-width:744px) {

	.heading-1,
	.heading-2,
	h1,
	h2 {
		margin-bottom: 1.5rem;
	}
}

.heading-4,
.heading-5,
h4,
h5,
h6 {

	font-weight: 600
}

.heading {
	display: block;
}

.heading .count {
	color: rgba(0, 0, 0, .2)
}

.display-text {

	font-size: 3.5rem;
	line-height: 1
}

.heading-1,
h1 {
	font-size: 1.5rem;
	line-height: 1.75rem
}

.heading-2,
h2 {
	font-size: 1.375rem;
	line-height: 1.5rem
}

.heading-3,
h3 {
	font-size: 1.25rem;
	line-height: 1.5rem
}

.heading-4,
h4 {
	font-size: 1rem;
	line-height: 1.25rem
}

.heading-5,
h5 {
	font-size: .875rem;
	line-height: 1rem
}

h6 {
	font-size: .75rem;
	line-height: 1rem
}

@media (min-width:744px) {

	.heading-1,
	h1 {
		font-size: 3rem;
		line-height: 1
	}

	.heading-2,
	h2 {
		font-size: 2rem;
		line-height: 1
	}

	.heading-3,
	h3 {
		font-size: 1.5rem;
		line-height: 1.75rem
	}
}

p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0
}

.text-center {
	text-align: center
}

.font-12 {
	font-size: 12px
}

.text-overflow {
	text-overflow: ellipsis;
	white-space: nowrap
}

.overflow-hidden,
.text-overflow {
	overflow: hidden
}

.responsive-table {
	max-width: 100% !important;
	overflow-x: auto !important
}

.link-inherit,
.link-inherit:hover {
	color: inherit
}

.hide-scrollbar {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0 !important
}

.icon--orange:before {
	color: #f9ba53 !important
}

.icon--bg-grey:before {
	background: rgba(0, 0, 0, .4) !important;
	color: #fff !important
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%
}

@media (min-width:744px) {
	.container {
		max-width: 45rem
	}
}

@media (min-width:984px) {
	.container {
		max-width: 60rem
	}
}

@media (min-width:1080px) {
	.container {
		max-width: 66rem
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 78rem
	}
}

@media (min-width:1366px) {
	.container {
		max-width: 66rem
	}
}

@media (min-width:1566px) {
	.container {
		max-width: 78rem
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.5rem;
	margin-right: -.5rem
}

@media (min-width:744px) {
	.row {
		margin-left: -.75rem;
		margin-right: -.75rem
	}

	.row.small-gap {
		margin-left: -.5rem;
		margin-right: -.5rem
	}

	.row.small-gap>[class*=col-] {
		padding-left: .5rem;
		padding-right: .5rem
	}
}

.row.bordered {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem
}

@media (min-width:744px) {
	.row.bordered>[class*=col-] {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

	.row.bordered>[class*=col-]+[class*=col-] {
		border-left: 1px solid rgba(0, 0, 0, .1)
	}
}

.row.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.row.stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.row.stretch>[class*=col-] {
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.row.stretch>[class*=col-] {
		margin-bottom: 1.5rem
	}
}

.row.stretch>[class*=col-]>.block {
	height: 100%;
	margin-bottom: 0
}

[class*=col-] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 0;
	padding-left: .5rem;
	padding-right: .5rem
}

@media (min-width:744px) {
	[class*=col-] {
		padding-left: .75rem;
		padding-right: .75rem
	}
}

.col-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%
}

.col-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}

.col-8 {
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	max-width: 66.66666667%
}

.col-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%
}

.col-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

.col-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

@media (min-width:567px) {
	.col-smd-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-smd-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-smd-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-smd-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-smd-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-smd-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-smd-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
}

@media (min-width:744px) {
	.col-md-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
	}

	.col-md-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
	}

	.col-md-20 {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%
	}

	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-md-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
	}

	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
	}

	.col-md-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-md-80 {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		max-width: 80%
	}

	.col-md-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
	}

	.col-md-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-md-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
}

@media (min-width:984px) {
	.col-lg-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
	}

	.col-lg-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
	}

	.col-lg-20 {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%
	}

	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-lg-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
	}

	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
	}

	.col-lg-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-lg-80 {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		max-width: 80%
	}

	.col-lg-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
	}

	.col-lg-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
	}

	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-lg-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
}

@media (min-width:1366px) {
	.col-xxl-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
	}

	.col-xxl-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
	}

	.col-xxl-20 {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%
	}

	.col-xxl-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-xxl-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-xxl-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
	}

	.col-xxl-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-xxl-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
	}

	.col-xxl-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-xxl-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-xxl-80 {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		max-width: 80%
	}

	.col-xxl-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
	}

	.col-xxl-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
	}

	.col-xxl-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-xxl-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
}

.icon.icon-android:before {
	content: "\f105"
}

.icon.icon-block:before {
	content: "\f118"
}

.icon.icon-blog-1:before {
	content: "\f119"
}

.icon.icon-blog:before {
	content: "\f11a"
}

.icon.icon-cards:before {
	content: "\f124"
}

.icon.icon-circle-e:before {
	content: "\f12d"
}

.icon.icon-circle-i:before {
	content: "\f12e"
}

.icon.icon-comments:before {
	content: "\f135"
}

.icon.icon-cross:before {
	content: "\f139"
}

.icon.icon-desktop:before {
	content: "\f141"
}

.icon.icon-expert:before {
	content: "\f149"
}

.icon.icon-f1:before {
	content: "\f14c"
}

.icon.icon-football:before {
	content: "\f154"
}

.icon.icon-forecasts-1:before {
	content: "\f155"
}

.icon.icon-forecasts-2:before {
	content: "\f156"
}

.icon.icon-image:before {
	content: "\f16a"
}

.icon.icon-like-fill:before {
	content: "\f170"
}

.icon.icon-link:before {
	content: "\f172"
}

.icon.icon-logo-facebook-2:before {
	content: "\f177"
}

.icon.icon-logo-facebook:before {
	content: "\f178"
}

.icon.icon-logo-telegram-2:before {
	content: "\f180"
}

.icon.icon-logo-telegram:before {
	content: "\f181"
}

.icon.icon-logo-twitter:before {
	content: "\f182"
}

.icon.icon-logo-vk-2:before {
	content: "\f183"
}

.icon.icon-logo-vk:before {
	content: "\f184"
}

.icon.icon-match-count:before {
	content: "\f187"
}

.icon.icon-match:before {
	content: "\f188"
}

.icon.icon-more:before {
	content: "\f18e"
}

.icon.icon-new:before {
	content: "\f18f"
}

.icon.icon-page-menu:before {
	content: "\f196"
}

.icon.icon-pin-1:before {
	content: "\f19b"
}

.icon.icon-pin:before {
	content: "\f19c"
}

.icon.icon-right:before {
	content: "\f1a9"
}

.icon.icon-rugby:before {
	content: "\f1ab"
}

.icon.icon-send:before {
	content: "\f1b1"
}

.icon.icon-share:before {
	content: "\f1b2"
}

.icon.icon-user:before {
	content: "\f1c7"
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0
}

@media (min-width:744px) {
	.section-heading {
		margin-bottom: 1.5rem
	}
}

a {
	-webkit-tap-highlight-color: transparent;
	color: #40a69f;
	text-decoration: none;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s
}

a .count {
	-webkit-transition: color .2s;
	transition: color .2s
}

a:hover {
	color: #0855c4
}

a.arrowed {
	padding-right: 1.25rem;
	position: relative
}

a.arrowed:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .4);
	content: "\f1a9";
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s;
	transition: color .2s;
	width: 1rem
}

a.arrowed:hover:after {
	color: #0855c4
}

.link,
p a {
	color: #40a69f;
}

.link:hover,
p a:hover {
	color: #0855c4
}

.link {
	cursor: pointer;
	font-weight: 600;
	-webkit-transition: color .2s;
	transition: color .2s
}

.link .count {
	color: rgba(0, 0, 0, .2);
	margin-left: .375rem
}

.link.arrowed {
	padding-right: 1.25rem;
	position: relative
}

.link.arrowed:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .4);
	content: "\e803";
	display: block;
	font-family: fontello;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s;
	transition: color .2s;
	width: 1rem
}

.link.arrowed:hover:after {
	color: #0855c4
}

.href-link {
	color: #3498db;
	cursor: pointer
}

.href-link:hover {
	color: #0855c4
}

.js-link:hover {
	cursor: pointer
}

b {
	font-weight: 600
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	display: block
}

ul.bordered li+li {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 1rem;
	padding-top: 1rem
}

ul.bordered.small li+li {
	margin-top: .5rem;
	padding-top: .5rem
}

ul.gapped li+li {
	margin-top: 1rem
}

ul.gapped.small li+li {
	margin-top: .5rem
}

img {
	border: none;
	max-width: 100%
}

.img-box {
	-ms-flex-negative: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	position: relative
}

.img-box.small {
	height: 1.5rem;
	width: 1.5rem
}

.img-box.circle {
	background-color: #fff;
	border-radius: 50%
}

.img-box>img {
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:744px) {

	a.img-box:focus,
	a.img-box:hover,
	a:focus .img-box,
	a:hover .img-box {
		-webkit-filter: brightness(102%);
		filter: brightness(102%)
	}
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .75rem;
	width: 100%
}

@media (min-width:984px) {
	table {
		font-size: .875rem
	}
}

table:not(.tournament-group-table) {
	display: block;
	overflow-x: auto
}

@media (min-width:744px) {
	table:not(.tournament-group-table) {
		display: table
	}
}

@media (min-width:984px) {

	.content-body table,
	.post-content table {
		font-size: 1rem
	}
}

table th {
	padding: .5rem .25rem
}

table th:first-child {
	padding-left: 0
}

table th:last-child {
	padding-right: 0
}

table th {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 0;
	text-align: left
}

table th[colspan] {
	border-bottom-color: #e5e5e5
}

input[type=number] {
	-moz-appearance: textfield
}

input::-ms-clear {
	display: none
}

.content-body {
	font-size: 1rem;
	line-height: 1.5rem
}

.content-body .twitter-tweet {
	overflow: hidden
}

.content-body img {
	border-radius: .5rem;
	margin: 20px auto;
}

@media (min-width:1080px) {
	.content-body:not(.no-paddings) {
		padding: 1rem 4rem 3.5rem
	}
}

.content-body>:last-child:not(.gray) {
	margin-bottom: 0 !important
}

.content-body .heading-2,
.content-body h2,
.section-description h2 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin: 1.5rem 0 .75rem
}

@media (min-width:744px) {

	.content-body .heading-2,
	.content-body h2,
	.section-description h2 {
		font-size: 1.75rem;
		line-height: 2rem;
		margin: 2.5rem 0 1rem
	}
}

.content-body .heading-3,
.content-body h3 {
	font-size: 1.125rem;
	line-height: 1.25rem;
	margin: 1rem 0 .75rem
}

@media (min-width:744px) {

	.content-body .heading-3,
	.content-body h3 {
		font-size: 1.25rem;
		line-height: 1.375rem;
		margin: 1.5rem 0 1rem
	}
}

.content-body h1 a,
.content-body h2 a,
.content-body h3 a,
.content-body h4 a,
.content-body h5 a,
.content-body h6 a {
	color: #3498db
}

.content-body h1 a:hover,
.content-body h2 a:hover,
.content-body h3 a:hover,
.content-body h4 a:hover,
.content-body h5 a:hover,
.content-body h6 a:hover {
	color: #0855c4
}

.content-body li,
.content-body p {
	margin: .75rem 0
}

@media (min-width:744px) {

	.content-body li,
	.content-body p {
		margin: 1rem 0
	}
}

.content-body li:first-child,
.content-body p:first-child {
	margin-top: 0
}

.content-body li:last-child,
.content-body p:last-child {
	margin-bottom: 0
}

.content-body ul {
	margin: .75rem 0
}

@media (min-width:744px) {
	.content-body ul {
		margin: 1rem 0
	}
}

.content-body ul {
	padding-left: 1.5rem
}

.content-body ul li {
	font-size: 1rem;
	line-height: 1.5rem
}

.content-body ul li a {
	color: #3498db
}

.content-body ul li a:hover {
	color: #0855c4
}

.content-body ul li:before {
	content: "•";
	display: inline;
	float: left;
	margin-left: -1.5rem
}

.content-body table:not(.expert-table) {
	display: table;
	line-height: 1rem;
	overflow-x: auto;
	table-layout: inherit !important;
	width: 100% !important
}

.content-body table:not(.expert-table) th {
	border: 1px solid #e5e5e5
}

@media (min-width:744px) {
	.content-body table:not(.expert-table) {
		overflow-x: visible
	}
}

.content-body table:not(.expert-table) th {
	height: auto !important;
	text-align: center
}

.content-body table:not(.expert-table) th:first-child {
	padding-left: .5rem
}

.content-body table:not(.expert-table) th:last-child {
	padding-right: .5rem
}

.content-body table:not(.expert-table) th p {
	margin: 0
}

.content-body table:not(.expert-table) a {
	color: #ffffff;
}

.content-body table:not(.expert-table) a:hover {
	color: #0855c4
}

.content-body table:not(.expert-table) p {
	font-size: .75rem;
	line-height: 1rem;
	overflow-wrap: normal;
	word-break: normal
}

@media (min-width:744px) {
	.content-body table:not(.expert-table) p {
		font-size: 1rem;
		line-height: 1.5rem
	}
}

.content-body .forecast-bets {
	margin: 1rem 0
}

@media (min-width:744px) {
	.content-body .forecast-bets {
		margin: 1.5rem 0
	}
}

.content-body .match-block {
	margin: 1.5rem 0
}

@media (min-width:744px) {
	.content-body .match-block {
		margin: 2.5rem 0
	}

	.content-body .match-block .top-side {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.content-body .match-block .top-side .match-block-info {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%
	}
}

.content-body .match-block .match-block-info {
	margin-top: .25rem;
	padding-bottom: 0;
	padding-left: 0
}

@media (min-width:744px) {
	.content-body .match-block .match-block-info {
		margin-top: 0;
		padding-left: 1.5rem
	}
}

.content-body .match-block .match-block-info li {
	font-size: .875rem;
	line-height: .75rem;
	margin-top: 1rem;
	padding-top: .75rem
}

.content-body .match-block .match-block-info li:before {
	display: none
}

.content-body .match-block .match-block-info li:first-child {
	margin-top: 0
}

.content-body .match-block .button {
	border-radius: 0 0 .25rem .25rem;
	display: block
}

.content-body .tags {
	margin-top: 1.5rem
}

.content-body img {
	aspect-ratio: auto;
	height: auto
}

.carousel {
	border-radius: .5rem;
	margin: 1rem 0;
	position: relative
}

@media (min-width:744px) {
	.carousel {
		margin: 1.5rem 0
	}
}

.carousel:not(.one-image) .images-wrap {
	background-color: #f0f1f2;
	border-radius: .5rem
}

.carousel:not(.one-image) .images-wrap ul {
	height: 100%;
	width: 100%
}

.carousel .images-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	height: 300px;
	position: relative
}

@media (min-width:744px) {
	.carousel .images-wrap {
		height: 486px
	}
}

.carousel .images-wrap .image {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 0
}

.carousel .images-wrap .image img {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.carousel .images-wrap ul {
	margin: 0;
	padding-left: 0
}

.carousel .images-wrap ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 !important
}

.carousel .images-wrap ul li img {
	display: block;
	max-height: 100%;
	max-width: 100%
}

.carousel .images-wrap ul li:before {
	display: none
}

.carousel .images-wrap ul .image.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 300px
}

@media (min-width:744px) {
	.carousel .images-wrap ul .image.active {
		max-height: 486px
	}
}

.carousel img {
	border-radius: unset
}

.swiper-container.carousel .image {
	border-radius: .5rem
}

.swiper-container.carousel:not(.one-image) .images-wrap {
	margin-bottom: 4.5rem
}

@media (min-width:744px) {
	.swiper-container.carousel:not(.one-image) .images-wrap {
		margin-bottom: 3rem
	}
}

.swiper-container.carousel:not(.one-image) .image {
	background-color: #f0f1f2;
	border-radius: .5rem
}

.swiper-container.carousel:not(.one-image) .image .description {
	bottom: -2.125rem;
	color: rgba(0, 0, 0, .4);
	font-size: .875rem;
	left: 0;
	line-height: 1.25rem;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

@media (min-width:744px) {
	.swiper-container.carousel:not(.one-image) .image .description {
		text-align: left;
		width: calc(100% - 10rem)
	}
}

.forecast-bets {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f0f1f2;
	border-radius: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.5rem 0;
	padding: 1rem 1rem .25rem;
	position: relative
}

@media (min-width:744px) {
	.forecast-bets {
		margin: 2.5rem 0;
		padding: 1.25rem 1.5rem 1.5rem
	}
}

.forecast-bets .link-text {

	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5rem;
	margin-bottom: 12px !important;
	margin-right: auto;
	margin-top: 0 !important;
	padding-right: 0
}

@media (min-width:744px) {
	.forecast-bets .link-text {
		-ms-flex-preferred-size: 81%;
		flex-basis: 81%;
		margin: 0 !important
	}
}

.forecast-bets .caption {
	-ms-flex-preferred-size: 100%;
	color: rgba(0, 0, 0, .4);
	flex-basis: 100%;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1rem;
	margin-bottom: .25rem
}

.forecast-bets .bar {
	margin-bottom: 12px;
	margin-top: 0
}

@media (min-width:744px) {
	.forecast-bets .bar {
		margin-bottom: -1rem;
		margin-left: auto;
		margin-top: -.75rem
	}
}

.forecast-bets .bar .bar-heading {
	display: none
}

.forecast-bets .bar:not(a) {
	background-color: transparent
}

.forecast-bets a.bar {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 12px;
	margin-top: .25rem
}

@media (min-width:744px) {
	.forecast-bets a.bar {
		margin-bottom: 0;
		margin-top: 1rem
	}
}

.forecast-bets a.bar .bar-heading {
	display: block
}

.bar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid rgba(52, 152, 219, .3);
	border-radius: .25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8125rem;
	overflow: hidden;
	padding: .125rem .125rem .125rem .75rem;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s
}

@media (min-width:744px) {
	.bar {
		font-size: .875rem;
		padding: .25rem .25rem .25rem 1rem
	}
}

.bar .bar-heading {
	color: rgba(0, 0, 0, .8);
	font-weight: 600;
	overflow: hidden;
	overflow-wrap: normal;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
	z-index: 2
}

a.bar:hover .bar-heading {
	color: #fff
}

.large-text p {
	margin-bottom: 1rem
}

.large-text p:last-child {
	margin-bottom: 0
}

@media (min-width:744px) {
	.large-text p {
		font-size: 1.125rem;
		line-height: 1.75rem
	}
}

.content-body div[class^=new-width-for-response-table-mobale] table {
	margin: 0 !important
}

.site-header {
	position: relative;
	top: 0;
	width: 100%;
}

@media (min-width:984px) {
	.site-header {
		z-index: 99
	}
}

.site-header .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width:984px) {
	.site-header .container {
		height: 4rem
	}
}

.site-header.site-header_sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	margin: 20px 0;
}

.site-header .site-logo {
	-ms-flex-negative: 0;
	-webkit-tap-highlight-color: transparent;
	flex-shrink: 0;
	height: 1.625rem;
	margin-top: 2px;
	overflow: hidden;
	position: relative;
	-webkit-transition: -webkit-filter .3s;
	transition: -webkit-filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s
}

.site-header .site-logo img {
	max-height: 100%;
	object-fit: contain
}

.site-header .site-logo img:nth-child(2) {
	left: -4px;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0
}

.site-header .current-page {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	margin-left: auto;
	padding: 0 1rem;
	text-align: center;
	-webkit-transition: color .2s;
	transition: color .2s
}

@media (min-width:984px) {
	.site-header .current-page {
		display: none
	}
}

.site-header a.current-page:hover {
	color: #0855c4
}


@media (min-width:984px) {
	.site-header .right-side {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		margin-left: auto
	}
}

.site-header .signin.button {
	margin-left: 1.5rem
}

.site-header .signin.icon-log-in {
	color: rgba(0, 0, 0, .8);
	margin-left: 1rem;
	padding-left: 1rem
}

.site-header .signin.icon-log-in:hover {
	color: #0855c4
}

@media (min-width:984px) {
	.site-header .search-link {
		color: rgba(0, 0, 0, .4);
		font-size: 0;
		padding-left: 1rem
	}

	.site-header .search-link:hover {
		color: #0855c4
	}

	.site-header .search-link {
		margin-left: 1.5rem
	}
}

@media (min-width:1080px) {
	.site-header .search-link {
		margin-left: 1.25rem
	}
}

@media (min-width:984px) {
	.site-header.compact .search-link {
		margin-left: 1rem
	}
}

@media (min-width:1566px) {
	.site-header.compact .search-link {
		margin-left: 1.5rem
	}
}

.site-header.compact .search-link {
	font-size: 0;
	padding-left: 1rem
}

.site-header.compact .search-link:before {
	font-size: 1rem
}

.site-header .search-form {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	flex-grow: 1;
	margin-left: 1.5rem
}

.site-header .search-form .icon-search {
	color: rgba(0, 0, 0, .4)
}

.site-header .search-form .select input {
	height: 2rem
}

.site-header .search-form .button {
	margin-left: 1.5rem
}

.site-header .search-form .icon-cross {
	color: rgba(0, 0, 0, .4);
	margin-left: 1.5rem;
	padding-left: 1rem
}

.site-header .search-form .icon-cross:hover {
	color: #0855c4
}

.site-header.search-form-active .right-side {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.site-header.search-form-active .search-link {
	display: none
}

.site-header.search-form-active .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.site-header.search-form-active .mobile-aside_new {
	display: none
}

.site-header.search-form-active .icon.icon-search {
	width: 24px
}

.site-header .user-menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative
}

@media (min-width:984px) {
	.site-header .user {
		background-image: linear-gradient(135deg, #3023ae, #c86dd7);
		border-radius: 50%;
		color: #fff;
		font-size: .9375rem;
		font-weight: 600;
		height: 2rem;
		line-height: 2rem;
		margin-left: 2rem;
		overflow: visible;
		text-align: center;
		width: 2rem
	}

	.site-header .user:after {
		background: #a1aab3;
		border: .125rem solid #f0f1f2;
		border-radius: 50%;
		content: "";
		display: block;
		height: .625rem;
		position: absolute;
		right: 0;
		top: 0;
		width: .625rem
	}
}



.site-header.active {
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1)
}

.site-header.active {
	background: #fff;
	position: -webkit-sticky;
	position: sticky;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

@-webkit-keyframes indicate {
	0% {
		background: rgba(246, 71, 71, .24);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		background: rgba(246, 71, 71, .36);
		-webkit-transform: scale(1.16);
		transform: scale(1.16)
	}

	to {
		background: rgba(246, 71, 71, .24);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes indicate {
	0% {
		background: rgba(246, 71, 71, .24);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		background: rgba(246, 71, 71, .36);
		-webkit-transform: scale(1.16);
		transform: scale(1.16)
	}

	to {
		background: rgba(246, 71, 71, .24);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.mobile-aside-bg {
	background-color: rgba(0, 0, 0, .4);
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
	z-index: 110
}

.mobile-aside-bg.active {
	opacity: 1;
	pointer-events: auto
}

@media (min-width:984px) {
	.mobile-aside-bg {
		display: none
	}
}

.mobile-aside-inner {
	padding-top: 1rem
}

.mobile-aside {
	background-color: #fff;
	font-size: 1rem;
	font-weight: 600;
	height: 100%;
	left: 0;
	line-height: 1.25rem;
	overflow-y: auto;
	padding: 1rem 0 0 2.75rem;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	width: 17.5rem;
	will-change: transform;
	z-index: 110
}

.mobile-aside.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.mobile-aside a {
	margin-left: -2.75rem;
	padding-left: 2.75rem
}

.mobile-aside a:before {
	width: 2.75rem
}

.mobile-aside li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mobile-aside li:hover .count {
	color: #0855c4
}

.mobile-aside li .count {
	-ms-flex-item-align: baseline;
	align-self: baseline;
	color: rgba(0, 0, 0, .2);
	font-weight: 600;
	margin-left: .25rem;
	-webkit-transition: color .2s;
	transition: color .2s
}

.mobile-aside .header {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	margin-top: 2px;
	padding-right: 1rem
}


.header .right-side {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
}


.header .language-selector {
	display: flex;
	align-items: center;
	position: relative;
	cursor: pointer;
	background: #EEEEEE;
	padding: 8px 12px;
	border-radius: 8px;
	text-decoration: none;
	width: max-content;
}

.header .current-lang {
	display: flex;
	align-items: center;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.header .current-lang img {
	width: 24px;
	height: 24px;
}

.header .current-lang svg {
	margin: 0 5px;
}

.header .language-dropdown {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: white;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 5px;
	z-index: 100;
}

.header .language-selector:hover .language-dropdown {
	display: block;
}

.header .lang-option {
	display: flex;
	padding: 5px;
	transition: background 0.2s;
}

.header .lang-option:hover {
	background: #f5f5f5;
}

.header .app-links {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0 36px;
}

.header .windows-container {
	display: flex;
	align-items: center;
	background: #EEEEEE;
	padding: 5px 10px;
	border-radius: 8px;
	text-decoration: none;
	width: max-content;
}

.header .windows-container img {
	width: 18px;
	height: 18px;
}

.header .app-label {
	font-size: 12px;
	color: #666;
	margin-right: 5px;
	line-height: 1.2;
}

.header .app-label a {
	color: #0068DF;
	text-decoration: none;
}

.header .app-label span {
	color: #6D7994;
	text-decoration: none;
}

.header .app-label a:hover {
	text-decoration: underline;
}

.header .app-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #EEEEEE;
	border-radius: 8px;
	transition: background 0.2s;
	flex-shrink: 0;
}

.header .app-link img {
	height: 21px;
}

.header .app-link:hover {
	background: #e9e9e9;
}

.header .bonus-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.2s;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
}

.header .bonus-icon:hover {
	opacity: 0.8;
}

.header .bonus-icon img {
	width: 24px;
	height: 24px;
}

.header .search_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	flex-shrink: 0;
	font-size: 20px;
	margin-right: 18px;

}

.header .login-button {
	display: inline-block;
	padding: 10px 34px;
	color: #40a69f;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	text-transform: uppercase;
	border: 2px solid #00c7b1;
	border-radius: 7px;
	transform: skew(-10deg);
	transition: all 0.2s ease;
	letter-spacing: 0.5px;
	cursor: pointer;
}

.header .login-button:hover {
	background-color: #40a69f;
	color: #fff;
}

/* Временные работы в header */
@media (max-width:1700px) {

	.header .app-links,
	.header .language-selector {
		display: none;
	}
}

@media (min-width:1701px) {

	.header .container {
		max-width: 1660px;
	}

	.site-header .container {
		padding: 0;
	}

	.header .panel-menu {
		margin-left: 30px;
		gap: 22px;
	}
}

.mobile-aside .site-logo {
	-webkit-tap-highlight-color: transparent;
	display: block;
	height: 1.625rem;
	margin-left: 0;
	overflow: hidden;
	padding-left: 0;
	-webkit-transition: -webkit-filter .3s;
	transition: -webkit-filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s
}

.mobile-aside .site-logo:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%)
}

.mobile-aside .winline-bonus-mobile-btn {
	margin-left: auto
}

.mobile-aside .winline-bonus-mobile-btn img {
	display: block;
	height: 28px;
	width: 28px
}

.mobile-aside .site-menu {
	padding-bottom: 2rem
}

.mobile-aside .site-menu>li {
	border-top: 1px solid rgba(0, 0, 0, .1);
	display: block;
	margin-top: 1rem;
	padding-right: 1rem;
	padding-top: 1rem
}

.mobile-aside .site-menu>li a.arrowed {
	display: block
}

.mobile-aside .site-menu>li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}

.mobile-aside .site-menu li ul:not(.additional-menus) {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .875rem;
	line-height: 1rem;
	margin-top: .25rem
}

.mobile-aside .site-menu li ul:not(.additional-menus) li {
	margin: .5rem 0 0
}

.mobile-aside .site-menu li ul:not(.additional-menus) a {
	color: #3498db;
	font-weight: 400;
	margin-left: 0;
	padding-left: 0
}

.mobile-aside .site-menu li ul:not(.additional-menus) li:after {
	-ms-flex-item-align: center;
	align-self: center;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 50%;
	content: "";
	display: block;
	height: .25rem;
	margin: 0 .5rem;
	width: .25rem
}

.mobile-aside .site-menu li ul:not(.additional-menus) li:last-child:after {
	display: none
}

.mobile-aside .site-menu a.active {
	position: relative
}

.mobile-aside .site-menu a.active:before {
	background: #0855c4;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px
}

.mobile-aside .icon-search:before {
	color: rgba(0, 0, 0, .4)
}

.mobile-aside .winline-bonus-mobile {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 3px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4rem;
	margin-bottom: 1rem;
	margin-left: -2rem;
	margin-right: -.75rem;
	overflow: hidden;
	padding: .75rem 0 .75rem .75rem
}

.mobile-aside .winline-bonus-mobile .heading {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 7.75rem;
	flex: 0 0 7.75rem;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-right: 1.5rem;
	width: 7.75rem
}

.mobile-aside .winline-bonus-mobile:after {
	background-color: #fc6011;
	border-radius: 50% 0 0 50%;
	-webkit-box-shadow: 0 0 0 .5rem #fff;
	box-shadow: 0 0 0 .5rem #fff;
	content: "";
	display: block;
	height: 7rem;
	margin-left: auto;
	width: 7rem
}

.mobile-aside .user-li {
	background-color: #f0f1f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -2.75rem;
	padding: 1.125rem 1rem 1.125rem 0
}

.mobile-aside .user-li a {
	margin-left: 0
}

.mobile-aside .user-li a+a {
	margin-left: auto;
	padding-left: 0
}

.mobile-aside .user {
	padding-left: 2.75rem;
	position: relative
}

.mobile-aside .user .img-box {
	height: 1.5rem;
	left: .625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5rem
}


.mobile-aside .signin {
	width: 100%
}

.mobile-aside .panel-menu .li,
.mobile-aside .panel-menu li:not(.user-li) {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-top: 0;
	padding: 1rem
}

.mobile-aside .panel-menu .li:last-child,
.mobile-aside .panel-menu li:not(.user-li):last-child {
	border-bottom: none;
	padding-bottom: 2.5rem
}

.mobile-aside .panel-menu .li a,
.mobile-aside .panel-menu .li div.arrowed,
.mobile-aside .panel-menu li:not(.user-li) a,
.mobile-aside .panel-menu li:not(.user-li) div.arrowed {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	display: block;
	flex-grow: 1
}

.mobile-aside .panel-menu .user-li {
	line-height: 1.5rem
}

.mobile-aside .panel-menu .user-li .user {
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis
}

.mobile-aside .panel-menu .count {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
	color: #fff;
	font-size: .75rem;
	margin-left: auto;
	min-width: 1.25rem;
	padding: 0 .375rem;
	text-align: center
}

.mobile-aside .panel-menu .count.new {
	background-color: #0855c4
}

.mobile-aside.mobile-aside_new {
	overflow: hidden;
	overflow-y: auto;
	padding-left: 0;
	padding-top: 0;
	scrollbar-color: transparent transparent;
	scrollbar-width: thin
}

.mobile-aside.mobile-aside_new::-webkit-scrollbar {
	display: none;
	pointer-events: none !important;
	width: 0 !important
}

.mobile-aside.mobile-aside_new.mobile-aside_desktop.active li.panel__item a {
	color: rgba(0, 0, 0, .8);
	margin-left: -2.75rem;
	padding-left: 2.75rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	padding-top: 0;
	position: relative;
	scrollbar-color: transparent transparent;
	scrollbar-width: thin;
	-webkit-transition: .3s;
	transition: .3s
}

.mobile-aside.mobile-aside_new .mobile-aside-inner::-webkit-scrollbar {
	display: none;
	pointer-events: none !important;
	width: 0 !important
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__menu {
	max-height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 0 93px;
	scrollbar-width: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__menu::-webkit-scrollbar {
	height: 0;
	width: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__menu.panel__menu_hidden {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 48px;
	width: calc(100% - 48px)
}

@media (min-width:984px) {
	.mobile-aside.mobile-aside_new .mobile-aside-inner .li {
		border-bottom: 1px solid rgba(0, 0, 0, .1) !important
	}

	.mobile-aside.mobile-aside_new .mobile-aside-inner .li:last-child {
		border-bottom: 0 !important;
		padding-bottom: 0 !important
	}
}

.mobile-aside.mobile-aside_new .mobile-aside-inner li.panel__item-more {
	padding: 0
}

@media (min-width:984px) {
	.mobile-aside.mobile-aside_new .mobile-aside-inner li.panel__item-more {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 0;
		border-top: 3px solid transparent;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: initial;
		flex-wrap: nowrap;
		margin: 0 0 0 14px;
		padding-bottom: 2px !important;
		padding: 0 20px;
		position: relative;
		-webkit-transition: color .1s .1s;
		transition: color .1s .1s
	}

	.mobile-aside.mobile-aside_new .mobile-aside-inner li.panel__item-more .panel__item {
		margin-left: 0;
		padding: 0;
		width: 100%
	}

	.mobile-aside.mobile-aside_new .mobile-aside-inner li.panel__item-more .panel__item a.icon {
		color: rgba(0, 0, 0, .8);
		font-size: 14px;
		font-weight: 700;
		padding: 1rem 0 1rem 2.75rem
	}

	.mobile-aside.mobile-aside_new .mobile-aside-inner li.panel__item-more .panel__item a.icon:hover {
		color: #0855c4
	}
}

@media (min-width:984px) {
	.mobile-aside.mobile-aside_new .mobile-aside-inner .li.panel__item:first-of-type .panel-menu.panel__menu {
		padding-top: 0
	}

	.mobile-aside.mobile-aside_new .mobile-aside-inner .li.panel__item:last-of-type .panel-menu.panel__menu {
		margin-bottom: 0
	}
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item {
	margin-left: 48px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu {
	background: #fff;
	display: none;
	height: 100vh;
	left: 0;
	max-height: none;
	min-height: 100%;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	-webkit-transform: translate3d(111%, 0, 0);
	transform: translate3d(111%, 0, 0);
	-webkit-transition: .2s ease;
	transition: .2s ease;
	width: 17.5rem;
	z-index: 10
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item a,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item div.arrowed {
	position: relative
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item a i.icon,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item div.arrowed i.icon {
	height: 1.5rem;
	left: .6rem;
	margin-top: -.75rem;
	padding-left: 0;
	position: absolute;
	top: 50%;
	width: 1.5rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item a i.icon:before,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item div.arrowed i.icon:before {
	font-size: 1.5rem;
	height: 1.5rem;
	left: 0;
	line-height: 1.5rem;
	padding-left: 0;
	position: absolute;
	top: 0;
	width: 1.5rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item a i.icon.desktop-hide:before,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item div.arrowed i.icon.desktop-hide:before {
	color: rgba(0, 0, 0, .8)
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item_current:before {
	background-color: #0855c4;
	content: "";
	display: block;
	left: -48px;
	margin: -16px -4px -16px 0;
	position: relative;
	width: 4px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item_current a.arrowed:after {
	color: rgba(0, 0, 0, .8)
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_login {
	padding-left: 0 !important;
	padding-right: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_login a,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_login span {
	margin: 0 auto;
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_login a:before,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_login span:before {
	left: -.875rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_full {
	margin-left: 0;
	padding-left: 48px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_forecast {
	margin-left: 14px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_forecast a {
	width: 85%
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_forecast a:before {
	display: none
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .count,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_forecast .count.new {
	-ms-flex-item-align: center;
	align-self: center;
	background: 0 0;
	color: rgba(0, 0, 0, .2);
	padding: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .count {
	text-align: right
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .count.count_grey {
	color: rgba(0, 0, 0, .6) !important
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus {
	margin-left: 14px;
	padding-right: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus a {
	width: 85%
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus a:before {
	display: none
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus a.arrowed:after {
	right: 1rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus .count {
	-ms-flex-item-align: center;
	align-self: center;
	background: 0 0;
	color: rgba(0, 0, 0, .2);
	margin-right: 1rem;
	padding: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus .count.count_grey {
	color: rgba(0, 0, 0, .6) !important
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:not(.user-li):last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 0
}

@media (min-width:984px) {
	.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:not(.user-li):last-child {
		border-bottom: transparent
	}
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:hover .count {
	color: #fff
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:hover .panel__item .count {
	color: rgba(0, 0, 0, .2)
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:hover .panel__item .count.count_grey {
	color: rgba(0, 0, 0, .6) !important
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:first-child.panel__item_click {
	border-top: 0;
	margin-top: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item a:after,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item div.arrowed:after {
	color: rgba(0, 0, 0, .2)
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item a:hover,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item div.arrowed:hover {
	color: rgba(0, 0, 0, .8)
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item a:before,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item div.arrowed:before {
	font-size: 1.5rem;
	height: 1.5rem;
	line-height: 20px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item a.arrowed:after,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item div.arrowed.arrowed:after {
	content: "\f1a9"
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content {
	display: none;
	position: relative;
	width: 100%
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item {
	border-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-left: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:first-child {
	margin-top: 1rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:first-child a {
	margin-left: -1rem;
	padding-left: 3rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:first-child a:before {
	left: 2px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:not(:first-child),
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:not(:first-child):hover a {
	margin-left: 2rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:not(:first-child) a {
	margin-left: 0;
	padding-left: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:not(:first-child) a:before {
	display: block;
	left: -2.9rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:hover {
	margin-left: 0;
	padding-left: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item a {
	font-size: 1rem;
	margin-left: 0;
	padding: 0 2rem;
	text-align: left
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item a:after {
	display: none
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item a:before {
	display: block;
	font-size: 20px;
	left: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .count {
	font-size: 14px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .user-block a {
	background-image: linear-gradient(135deg, #3023ae, #c86dd7);
	border-radius: 50%;
	color: #fff;
	font-size: .9375rem;
	font-weight: 600;
	height: 2rem;
	line-height: 2rem;
	margin-left: 0;
	overflow: visible;
	padding-left: 0;
	text-align: center;
	width: 2rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .user-block a:after {
	background: #a1aab3;
	border: .125rem solid #f0f1f2;
	border-radius: 50%;
	content: "";
	display: block;
	height: .625rem;
	position: absolute;
	right: 0;
	top: 0;
	width: .625rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .icon-name {
	padding-left: 3.25rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .desktop-hide {
	display: block
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item_matches {
	border-bottom: 0;
	padding: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item_matches .panel__item_matches__list {
	width: 100%
}

@media (min-width:984px) {
	.mobile-aside.mobile-aside_new.mobile-aside_desktop {
		background-color: transparent;
		overflow: initial;
		position: relative;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: none;
		transition: none;
		width: 100%
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop .desktop-hide {
		display: none
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop nav.mobile-aside-inner {
		overflow: initial
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop .panel-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: initial;
		overflow-y: initial;
		padding: 0
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item {
		border: 0;
		border-top: 3px solid transparent;
		-ms-flex-wrap: initial;
		flex-wrap: nowrap;
		margin: 0 0 0 .7rem;
		padding: 0;
		position: relative;
		-webkit-transition: color .1s .1s;
		transition: color .1s .1s
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:hover .panel-menu {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-direction: normal;
		animation-direction: normal;
		-webkit-animation-duration: .2s;
		animation-duration: .2s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-animation-name: open;
		animation-name: open;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:not(:hover) .panel-menu {
		display: none
	}
}

@media (min-width:984px) {
	@-webkit-keyframes open {
		0% {
			display: block;
			opacity: 0;
			visibility: hidden
		}

		to {
			display: block;
			opacity: 1;
			visibility: visible
		}
	}

	@keyframes open {
		0% {
			display: block;
			opacity: 0;
			visibility: hidden
		}

		to {
			display: block;
			opacity: 1;
			visibility: visible
		}
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:hover {
		border-top-color: #0855c4
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:hover a {
		color: #40a69f;
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:hover .panel-menu {
		display: block;
		opacity: 1;
		pointer-events: auto
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:hover .panel-menu li.panel__item {
		border: none !important;
		padding: 0 !important
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:hover .panel-menu li.panel__item a {
		color: #40a69f;
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu {
		background: #fff;
		border-radius: .5rem;
		-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .1);
		display: none;
		left: -1.5rem;
		max-height: none;
		min-height: auto;
		min-width: 17.5rem;
		opacity: 0;
		overflow-y: initial;
		padding: .75rem 1.5rem;
		position: absolute;
		top: 100%;
		-webkit-transform: translate(0);
		transform: translate(0);
		-webkit-transition: opacity .2s .2s;
		transition: opacity .2s .2s;
		z-index: 3
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item {
		border: 0;
		margin: 0;
		padding-bottom: 0
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item:hover {
		border-top-color: transparent
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item:hover a {
		color: #0855c4
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item:first-child {
		display: none
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item .count {
		margin: 0;
		padding: 0
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item a,
	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item div.arrowed {
		color: #3498db;
		font-size: .875rem;
		line-height: 1.1;
		margin-left: 0;
		padding: .5rem 0
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item a i.icon,
	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item div.arrowed i.icon {
		height: 1rem;
		left: 0;
		margin-top: -.5rem;
		width: 1rem
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item a i.icon:before,
	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item div.arrowed i.icon:before {
		font-size: 1rem;
		height: 1rem;
		line-height: 1rem;
		width: 1rem
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item a {
		font-size: .875rem;
		line-height: 3.625rem;
		margin: 0;
		padding: 0;
		white-space: nowrap
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_current {
		border-top-color: #0855c4
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_current .panel-menu {
		z-index: 5
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .icon:after,
	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .icon:before {
		display: none
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_bookmakers .panel__item a {
		padding-left: 1.5rem !important;
		white-space: normal
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_bookmakers .panel__item a .icon {
		margin-top: 0 !important;
		top: .5rem !important
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_bookmakers .panel__item a .icon:before {
		display: block
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_current:before {
		display: none
	}
}

@media (min-width:984px) {

	.mobile-aside.mobile-aside_new.mobile-aside_desktop span.li.panel__item .icon:after,
	.mobile-aside.mobile-aside_new.mobile-aside_desktop span.li.panel__item .icon:before {
		display: none
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop .panel__item_desktop-disable {
		display: none !important
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop .mobile-aside-inner li.panel__item .panel__menu {
		height: auto
	}
}

@media (min-width:1280px) {
	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item {
		margin-left: 1.5rem
	}
}

.mobile-aside.mobile-aside_new a,
.mobile-aside.mobile-aside_new div.arrowed {
	padding-left: 2.75rem
}

.mobile-aside.mobile-aside_new a.arrowed,
.mobile-aside.mobile-aside_new div.arrowed {
	padding-right: 1.25rem
}

.mobile-aside.mobile-aside_new a.arrowed:after,
.mobile-aside.mobile-aside_new div.arrowed:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .4);
	content: "\f1a9";
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s;
	transition: color .2s;
	width: 1rem
}

.mobile-aside_new__search {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-top: transparent;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 52px;
	justify-content: center;
	left: 0;
	position: fixed;
	width: 17.5rem;
	z-index: 112
}

.mobile-aside_new__search.mobile-aside_new__search_scroll {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-aside_new__search .mobile-aside_new__form {
	margin: 0 14px;
	position: relative;
	width: 100%
}

.mobile-aside_new__search .mobile-aside_new__form .mobile-aside_new__form-label {
	background: url(https://web.legalcdn.org/wp/images/menu-search.cf301f888cff9ed15cfc.svg) no-repeat 50%/contain;
	height: 14px;
	left: 7px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	width: 14px
}

.mobile-aside_new__search .mobile-aside_new__form .mobile-aside_new__form-input {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f0f1f2;
	border: 0;
	border-radius: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	height: 24px;
	justify-content: flex-start;
	padding: 0 7px 0 25px
}

@media (min-width:1366px) {
	.site-aside {
		background-color: #2b2e36;
		color: #fff;
		will-change: transform;
		z-index: 17
	}

	.site-aside,
	.site-aside .experts-rating {
		position: relative
	}

	.site-aside .experts-rating.full-page {
		height: 100vh;
		position: -webkit-sticky;
		position: sticky;
		top: 0
	}

	.site-aside .experts-rating.full-page.active {
		z-index: 101
	}

	.site-aside .experts-rating .experts-full-page {
		width: 100%
	}

	.site-aside .experts-rating .experts-full-page.bottom {
		bottom: 0;
		position: absolute;
		width: 100%
	}

	.site-aside .experts-rating .header {
		border-bottom: 1px solid hsla(0, 0%, 100%, .1);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1.5rem 1rem 1.5rem 1.5rem
	}

	.site-aside .experts-rating .header .select {
		margin-left: auto
	}

	.site-aside .experts-rating .header .select .select-heading:after {
		color: #fff;
		-webkit-transition: none !important;
		transition: none !important
	}

	.site-aside .experts-rating .header .heading {
		color: inherit;
		font-size: 1rem;
		line-height: 1.25rem;
		margin-bottom: 0
	}

	.site-aside .experts-rating .body {
		padding: 1.5rem 1.5rem 2.375rem
	}

	.site-aside .experts-rating .heading {
		font-size: 1rem;
		line-height: 1.25rem;
		margin-bottom: 36px
	}

	.site-aside .experts-rating .footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin-top: 1rem
	}

	.site-aside .experts-rating .footer div {
		color: hsla(0, 0%, 100%, .4)
	}

	.site-aside .experts-rating .footer div:hover {
		color: #0855c4
	}

	.site-aside .expert-row {
		border-bottom-color: hsla(0, 0%, 100%, .1)
	}

	.site-aside .expert-row .name {
		font-size: .875rem;
		word-break: break-word
	}

	.site-aside .expert-row .name,
	.site-aside .expert-row .name .caption {
		overflow: unset;
		text-overflow: unset;
		white-space: normal
	}

	.site-aside .expert-row .name .caption .count {
		color: hsla(0, 0%, 100%, .4);
		display: inline-block;
		padding-left: 10px
	}

	.site-aside .expert-row .name .caption .count:before {
		-ms-flex-item-align: unset;
		align-self: unset;
		background-color: hsla(0, 0%, 100%, .4);
		left: -10px;
		position: relative;
		top: 10px
	}
}

.bookmakers-in-footer {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 1rem;
	padding-bottom: 1rem;
	padding-top: 2rem;
	position: relative
}

@media (min-width:744px) {
	.bookmakers-in-footer {
		margin-top: 1.5rem;
		padding-bottom: 1.5rem
	}

	.section+.bookmakers-in-footer {
		margin-top: 0
	}
}

.bookmakers-in-footer .header {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.bookmakers-in-footer .header {
		margin-bottom: 1.5rem
	}
}

.bookmakers-in-footer .header .heading {
	margin-bottom: 0
}

.bookmakers-in-footer .header .more {
	margin-left: auto;
	white-space: nowrap
}

@media (min-width:744px) {
	.bookmakers-in-footer .bookmakers-in-footer-row .row .col-md-6 {
		padding-right: 1.5rem
	}

	.bookmakers-in-footer .bookmakers-in-footer-row .row .col-md-6+.col-md-6 {
		border-left: 1px solid rgba(0, 0, 0, .1);
		padding-left: 1.5rem
	}

	.bookmakers-in-footer .bookmakers-in-footer-row .row .col-md-6:last-child {
		padding-right: .75rem
	}
}

.bookmakers-in-footer-row:not(.scrolled) .col-md-6:first-child .bookmaker-row:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width:744px) {
	.bookmakers-in-footer-row:not(.scrolled) .col-md-6:first-child .bookmaker-row:last-child {
		border-bottom: none
	}
}

.bookmakers-in-footer-row .bookmaker-row .icon-bonus {
	-webkit-box-flex: 0;
	display: block;
	-ms-flex: 0 0 5rem;
	flex: 0 0 5rem;
	margin-left: 6px;
	padding-left: 0;
	width: 5rem
}

.bookmakers-in-footer-row .bookmaker-row .icon-bonus:before {
	display: block;
	margin: 0 auto .25rem;
	position: relative
}

@media (min-width:744px) {
	.bookmakers-in-footer-row .bookmaker-row .icon-bonus {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 7rem;
		flex: 0 0 7rem;
		padding-left: 1.5rem;
		text-align: left;
		width: auto
	}

	.bookmakers-in-footer-row .bookmaker-row .icon-bonus:before {
		margin: 0;
		position: absolute
	}
}

@media (min-width:1080px) {
	.bookmakers-in-footer-row .bookmaker-row .icon-bonus {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.5rem;
		flex: 0 0 8.5rem
	}
}

.bookmakers-in-footer-row .buttons {
	-ms-flex-preferred-size: 5.25rem !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-basis: 5.25rem !important;
	margin-left: auto
}

.bookmakers-in-footer-row .button--secondary {
	margin-right: 0 !important
}

@media (max-width:983px) {
	.bookmakers-in-footer-row .button--secondary:not(.show) {
		display: none
	}
}

@media (min-width:984px) {
	.bookmakers-in-footer-row .buttons {
		-ms-flex-preferred-size: auto !important;
		flex-basis: auto !important;
		margin-left: 0
	}

	.bookmakers-in-footer-row .button--secondary {
		display: inline-block !important;
		margin-right: .75rem !important
	}

	.bookmakers-in-footer-row .button--secondary:last-child {
		margin-right: 0 !important
	}
}

.bookmaker-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

/* .bookmaker-row+.bookmaker-row {
    border-top: 1px solid rgba(0, 0, 0, .1)
} */

.bookmaker-row .img-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 6.25rem;
	flex: 0 0 6.25rem;
	margin-right: auto;
	width: 122px;
	height: 40px;
}

.bookmaker-row .icon-bonus {
	-webkit-box-flex: 0;
	display: none;
	-ms-flex: 0 0 7rem;
	flex: 0 0 7rem;

	font-size: 1rem;
	line-height: 1rem;
	white-space: nowrap
}

@media (min-width:744px) {
	.bookmaker-row .icon-bonus {
		display: block
	}
}

@media (min-width:1080px) {
	.bookmaker-row .icon-bonus {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.5rem;
		flex: 0 0 8.5rem
	}
}

@media (min-width:744px) {
	.bookmaker-row .buttons {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		/* width: 11.25rem */
	}
}

.bookmaker-row .buttons .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 5.25rem;
	flex: 0 0 5.25rem
}

.bookmaker-row .buttons .button--secondary {
	margin-right: .75rem
}

.bookmaker-row .buttons .button--secondary:last-child {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.bookmaker-row .buttons .button:not(.button--secondary) {
	margin-left: auto
}

.site-footer {
	background: #fff;
	margin-top: auto;
	padding-top: 1.5rem
}

@media (min-width:984px) {
	.site-footer {
		padding-top: 2.5rem
	}
}

.site-footer .ru-description {
	margin-bottom: 1.5rem
}

.site-footer .ru-description p {
	font-size: .75rem;
	line-height: 1rem
}

.site-footer .ru-description p:last-child {
	margin-top: .75rem
}

@media (min-width:984px) {
	.site-footer .ru-description p:last-child {
		margin-top: 0
	}

	.site-footer .ru-description p:first-child {
		margin-bottom: .75rem
	}
}

.site-footer .middle-footer {
	text-align: center
}

.site-footer .middle-footer .select {
	margin-bottom: 1rem
}

@media (min-width:984px) {
	.site-footer .middle-footer {
		text-align: left
	}
}

.site-footer .age-limit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .75rem;
	line-height: 14px;
	text-align: left
}

.site-footer .age-limit img {
	display: block;
	margin-right: .5rem
}

.site-footer .col-12 .age-limit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.site-footer .bottom-footer {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 1rem 0
}

@media (min-width:984px) {
	.site-footer .bottom-footer {
		padding: 1.5rem 0
	}
}

.site-footer .bottom-footer .select .select-heading {
	font-weight: 600
}

.site-footer .bottom-footer .copyrights {
	color: rgba(0, 0, 0, .4);
	font-size: .75rem;
	line-height: .875rem
}

.site-footer-navigation .select-heading {
	font-weight: 600
}

.site-footer-caption-wrapper {
	display: none
}

@media (min-width:984px) {
	.site-footer-caption-wrapper {
		display: block;
		margin-bottom: 1rem
	}

	.site-footer-caption-wrapper .heading.site-footer-caption {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		height: 100%;
		padding-bottom: 1rem
	}
}

.site-footer-nav {
	margin-bottom: 2rem
}

@media (min-width:984px) {
	.site-footer-nav {
		margin-bottom: 3rem
	}
}

.site-footer-nav .heading {
	margin-bottom: .5rem
}

@media (min-width:984px) {
	.site-footer-nav .heading {
		display: none
	}
}

.site-footer-nav ul li+li {
	margin-top: .5rem
}

@media (min-width:984px) {
	.site-footer-nav ul li+li {
		margin-top: 1rem
	}
}

@media print {

	*,
	:after,
	:before {
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

html.overflow-hidden,
html.overflow-hidden body {
	height: 100%;
	overflow: hidden
}

body {
	-webkit-font-smoothing: subpixel-antialiased;
	background: #f0f1f2;
	color: rgba(0, 0, 0, .8);
	font-size: .875rem;
	line-height: 1rem;
	min-height: 100vh;
	overflow-x: hidden;
	scroll-padding-top: 62px;
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

@media (min-width:744px) {
	body {
		scroll-padding-top: 72px
	}
}

body.overflow-hidden {
	overflow: hidden
}

.to-top-side {
	display: none
}

@media (min-width:1080px) {
	.to-top-side {
		bottom: 0;
		cursor: pointer;
		display: block;
		left: 0;
		opacity: 0;
		padding: .4rem;
		pointer-events: none;
		position: fixed;
		top: 0;
		-webkit-transition: all .2s;
		transition: all .2s
	}

	.to-top-side.active {
		opacity: 1;
		pointer-events: auto;
		z-index: 2
	}

	.to-top-side:hover {
		background-color: rgba(0, 0, 0, .06)
	}

	.to-top-side:before {
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: rgba(0, 0, 0, .2);
		content: "\f145";
		display: block;
		font-size: 1rem;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		height: 1rem;
		line-height: 1rem;
		margin-top: 4rem;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: color .2s;
		transition: color .2s;
		width: 1rem
	}
}

.icon {
	min-height: 1rem;
	padding-left: 1.5rem;
	position: relative
}

.icon:before {
	speak: none;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	font-size: 1rem;
	height: 1rem;
	left: 0;
	line-height: 1rem;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 1rem
}

.icon.right {
	display: inline-block;
	padding-left: 0;
	padding-right: 1.5rem
}

.icon.right:before {
	left: auto;
	right: 0
}

.icon.circle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0
}

.icon.circle:before {
	-ms-flex-negative: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: #f0f1f2;
	background-position: 50%;
	background-size: 1rem;
	border-radius: 50%;
	flex-shrink: 0;
	height: 2rem;
	line-height: 2rem;
	margin-right: 1rem;
	position: static;
	width: 2rem
}

.icon.circle.small:before {
	height: 1.5rem;
	line-height: 1.5rem;
	margin-right: .75rem;
	width: 1.5rem
}

.icon.circle.right {
	padding-right: 0
}

.icon.circle.right:before {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	margin-right: 0;
	order: 2
}

.icon.circle.blue:before {
	background-color: rgba(52, 152, 219, .1);
	color: #3498db
}

i.icon {
	padding-left: 1rem
}

i.icon.circle:before {
	margin-right: 0
}

.icon.capsule {
	background-color: #f0f1f2;
	border-radius: 1rem;
	min-height: 2rem;
	min-width: 3.25rem;
	padding: .5rem .4rem .5rem 1.75rem;
	text-align: center
}

.icon.capsule:before {
	left: .5rem;
	top: .5rem
}

.icon.capsule.right {
	padding-left: .5rem;
	padding-right: 1.75rem
}

.icon.capsule.right:before {
	left: auto;
	right: .5rem
}

.icon.button {
	padding-left: 2rem
}

.icon.button:before {
	left: .5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.icon.button.small {
	padding-left: 1.5rem
}

.icon.button.small:before {
	left: .25rem
}

.icon.button.big {
	padding-left: 2.25rem
}

.icon.button.big:before {
	left: .75rem
}

.icon.button.right {
	padding-left: 1rem;
	padding-right: 2rem
}

.icon.button.right:before {
	left: auto;
	right: .5rem
}

.icon.button:not(.button--secondary):before {
	color: #fff
}

.icon.bg:before {
	background-color: #3498db
}

.icon.icon-group:before {
	background-image: url(https://web.legalcdn.org/wp/images/group.612b6c9cb645a24f66b4.svg)
}

.icon.icon-expert-png.page-scroll-to-id:before {
	background-image: url(https://web.legalcdn.org/wp/images/expert-icon@2x.b1c0219eaeae0958a2d0.png)
}

.icon.icon-weight:before {
	background-image: url(https://web.legalcdn.org/wp/images/weight.94cd8527655c065a2ddd.svg)
}

.icon.icon-bonus-black:before {
	content: "\f11c"
}

@media (min-width:744px) {
	.icon.icon-vip:before {
		color: #f64742
	}
}

.icon.icon-telegram:before {
	content: "\f1b1"
}

.icon.icon-bonus:not(.about-offer__item-icon):not(.submenu-link):before,
.icon.icon-rating:not(.about-offer__item-icon):not(.submenu-link):before {
	color: #f5a623
}

.icon.icon-like:not(.like-section):not(.feed-item__stats-like):not(.bg-green):not(.arrowed):not(.circle):before,
.icon.icon-live:before,
.icon.icon-vip:before {
	color: #0855c4
}

.icon.icon-cybersport:not(.news-postdate):not(.icon-menu):before,
.icon.icon-reliability:before {
	color: #62b435
}

.icon.icon-percent:before {
	color: #5e48a2
}

.icon.icon-mobile:before,
.icon.icon-pin:before,
.icon.icon-upright:before {
	color: #3498db
}

.burger .icon.icon-hamburger {
	font-size: 1.5rem;
	height: 1.5rem;
	width: 1.5rem
}

.burger .icon.icon-hamburger:before {
	font-size: 1.5rem;
	left: auto
}

.match-sport-type .icon.icon-cybersport:before {
	color: rgba(0, 0, 0, .8)
}

.icon.icon-new:before {
	color: #5e48a2
}

img.lazy {
	min-height: 1px;
	min-width: 1px
}

.select,
input:not([type=submit]),
select {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	color: #000;
	display: block;
	line-height: 1.25rem;
	outline: 0;
	padding: .3125rem .3125rem .3125rem .75rem;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
	width: 100%
}

.select:focus,
input:not([type=submit]):focus,
select:focus {
	border-color: #0855c4
}

.select:-webkit-autofill,
input:not([type=submit]):-webkit-autofill,
select:-webkit-autofill {
	color: #fff !important
}

.select::-webkit-input-placeholder,
input:not([type=submit])::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.select::-moz-placeholder,
input:not([type=submit])::-moz-placeholder,
select::-moz-placeholder {
	color: rgba(0, 0, 0, .4)
}

.select:-ms-input-placeholder,
input:not([type=submit]):-ms-input-placeholder,
select:-ms-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.select::-ms-input-placeholder,
input:not([type=submit])::-ms-input-placeholder,
select::-ms-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.select .placeholder,
.select::placeholder,
input:not([type=submit]) .placeholder,
input:not([type=submit])::placeholder,
select .placeholder,
select::placeholder {
	color: rgba(0, 0, 0, .4)
}

.select .placeholder,
input:not([type=submit]) .placeholder,
select .placeholder {
	pointer-events: none
}

.select.heading-1,
input:not([type=submit]).heading-1,
select.heading-1 {
	font-size: 1.5rem;
	line-height: 1.75rem
}

.select.heading-2,
input:not([type=submit]).heading-2,
select.heading-2 {
	font-size: 1.375rem;
	line-height: 1.5rem
}

.select.heading-3,
input:not([type=submit]).heading-3,
select.heading-3 {
	font-size: 1.25rem;
	line-height: 1.5rem
}

.select.heading-4,
input:not([type=submit]).heading-4,
select.heading-4 {
	font-size: 1rem;
	line-height: 1.25rem
}

.select.heading-5,
input:not([type=submit]).heading-5,
select.heading-5 {
	font-size: .875rem;
	line-height: 1rem
}

@media (min-width:744px) {

	.select.heading-1,
	input:not([type=submit]).heading-1,
	select.heading-1 {
		font-size: 3rem;
		line-height: 3rem;
		min-height: 3rem
	}

	.select.heading-2,
	input:not([type=submit]).heading-2,
	select.heading-2 {
		font-size: 2rem;
		line-height: 2rem
	}

	.select.heading-3,
	input:not([type=submit]).heading-3,
	select.heading-3 {
		font-size: 1.5rem;
		line-height: 1.75rem
	}
}

.select.grey-field,
input:not([type=submit]).grey-field,
select.grey-field {
	background-color: #f0f1f2;
	border: none;
	border-radius: .25rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: .125rem .5rem
}

.select.grey-field::-webkit-input-placeholder,
input:not([type=submit]).grey-field::-webkit-input-placeholder,
select.grey-field::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .2);
	font-size: .8571428571em;
	margin-top: -2px
}

.select.grey-field::-moz-placeholder,
input:not([type=submit]).grey-field::-moz-placeholder,
select.grey-field::-moz-placeholder {
	color: rgba(0, 0, 0, .2);
	font-size: .8571428571em;
	margin-top: -2px
}

.select.grey-field:-ms-input-placeholder,
input:not([type=submit]).grey-field:-ms-input-placeholder,
select.grey-field:-ms-input-placeholder {
	color: rgba(0, 0, 0, .2);
	font-size: .8571428571em;
	margin-top: -2px
}

.select.grey-field::-ms-input-placeholder,
input:not([type=submit]).grey-field::-ms-input-placeholder,
select.grey-field::-ms-input-placeholder {
	color: rgba(0, 0, 0, .2);
	font-size: .8571428571em;
	margin-top: -2px
}

.select.grey-field .placeholder,
.select.grey-field::placeholder,
input:not([type=submit]).grey-field .placeholder,
input:not([type=submit]).grey-field::placeholder,
select.grey-field .placeholder,
select.grey-field::placeholder {
	color: rgba(0, 0, 0, .2);
	font-size: .8571428571em;
	margin-top: -2px
}

.select.borderless,
input:not([type=submit]).borderless,
input:not([type=submit]).inline,
select.borderless {
	background: 0 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0
}

input:not([type=submit]).inline {
	display: inline-block;
	line-height: 1rem;
	width: auto
}

input:not([type=submit]).inline .select-heading {
	line-height: 1rem
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
select {
	height: 2rem;
	padding-bottom: 0;
	padding-top: 0
}

input[type=date].grey-field,
input[type=datetime-local].grey-field,
input[type=month].grey-field,
input[type=time].grey-field,
input[type=week].grey-field,
select.grey-field {
	height: 1.5rem;
	padding-bottom: 0;
	padding-top: 0
}

select[multiple],
select[multiple].grey-field {
	height: auto;
	padding: 0
}

.select.grey-field,
select.grey-field {
	height: 2rem;
	line-height: 1.25rem;
	padding: .3125rem .3125rem .3125rem .75rem
}

.select.grey-field .select-heading,
select.grey-field .select-heading {
	line-height: 1.25rem
}

input:-webkit-autofill,
select:-webkit-autofill {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), inset 0 0 0 50px #fff !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s
}

input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), inset 0 0 0 50px #fff !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s
}

.select {
	position: relative
}

.select .select-heading {
	cursor: pointer;
	display: block;
	line-height: 1.25rem;
	margin-bottom: 0;
	min-height: 1rem;
	overflow: hidden;
	padding-right: 1.5rem;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select .select-heading.icon:before {
	line-height: 1.25rem
}

.select .select-heading:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .4);
	content: "\f145";
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	right: .25rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s, -webkit-transform .2s;
	transition: color .2s, -webkit-transform .2s;
	transition: transform .2s, color .2s;
	transition: transform .2s, color .2s, -webkit-transform .2s;
	width: 1rem
}

.select .select-heading:hover:after {
	color: #0855c4
}

.select.active .select-heading:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

input[type=checkbox],
input[type=radio] {
	display: none
}

input[type=checkbox]+label:not(.button),
input[type=radio]+label:not(.button) {
	cursor: pointer;
	display: block;
	line-height: 1.25rem;
	padding-left: 1.5rem;
	position: relative;
	vertical-align: top
}

input[type=checkbox]+label:not(.button):before,
input[type=radio]+label:not(.button):before {
	border: 1px solid rgba(0, 0, 0, .1);
	content: ""
}

input[type=checkbox]+label:not(.button):after,
input[type=checkbox]+label:not(.button):before,
input[type=radio]+label:not(.button):after,
input[type=radio]+label:not(.button):before {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	display: block;
	height: .75rem;
	left: 0;
	position: absolute;
	top: .25rem;
	width: .75rem
}

input[type=checkbox]+label:not(.button):after,
input[type=radio]+label:not(.button):after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #3498db;
	color: #fff;
	content: "\f12b";
	font-size: .625rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: .75rem;
	opacity: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
	opacity: 1
}

input[type=radio]+label:not(.button) {
	line-height: 1rem
}

input[type=radio]+label:not(.button):before {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	height: 1rem;
	top: 0;
	width: 1rem
}

input[type=radio]+label:not(.button):after {
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	content: "";
	height: .375rem;
	left: .3125rem;
	opacity: 0;
	top: .3125rem;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	width: .375rem
}

input[type=radio]:checked+label:not(.button):before {
	background-color: #3498db;
	border: none
}

input[type=radio]:checked+label:not(.button):after {
	opacity: 1
}

input[type=radio]+label:after {
	background: #0855c4
}

input[type=file] {
	display: none
}

input[type=file]+label {
	color: #3498db;
	cursor: pointer;
	line-height: 2rem;
	-webkit-transition: color .2s;
	transition: color .2s
}

input[type=file]+label:hover {
	color: #0855c4
}

input[type=date][min][max]:not(.filled):before {
	color: rgba(0, 0, 0, .4);
	content: attr(placeholder);
	font-size: 14px;
	margin-right: 4px;
	white-space: nowrap
}

.tooltip {
	position: relative
}

.rating-label {
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	height: 4rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 6.5rem;
	z-index: 2
}

.rating-label__inner {
	height: 4rem;
	overflow: hidden;
	position: relative;
	width: 6.5rem
}

.rating-label__text {
	-webkit-touch-callout: none;
	background: rgba(0, 0, 0, .2);
	font-size: .625rem;
	font-weight: 600;
	line-height: 1.1;
	min-width: 9rem;
	padding: .35rem 2.3rem .35rem 2.6rem;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.rating-label+.heading {
	padding-right: 2.9rem
}

.button,
button {
	background-color: #40a69f;
	border: none;
	border-radius: .25rem;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	line-height: 1rem;
	outline: 0;
	padding: .5rem 1rem;
	text-align: center;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s
}

.button .icon:before,
button .icon:before {
	color: #fff
}

@media(hover:hover) {
	.button:hover,
	button:hover {
		background-color: #00c7b1;
		color: #fff
	}
}

.button:hover .icon:before,
button:hover .icon:before {
	color: #fff
}

.button:active,
button:active {
	background-color: #0068df
}

.button[disabled],
button[disabled] {
	background-color: rgba(0, 0, 0, .1);
	cursor: default
}

.button[disabled]:hover,
button[disabled]:hover {
	background-color: rgba(0, 0, 0, .1)
}

.button--secondary {
	background-color: transparent;
	border: 1px solid rgba(52, 152, 219, .2);
	color: rgba(0, 0, 0, .8)
}

.button--secondary .icon:before {
	color: rgba(0, 0, 0, .2)
}

.button--secondary:hover {
	color: #fff
}

.button--secondary:hover .icon:before {
	color: hsla(0, 0%, 100%, .6)
}

.button--secondary:active {
	background-color: #2e88c4;
	color: #fff
}

.button--secondary[disabled] {
	background-color: hsla(0, 0%, 100%, .1);
	border: 1px solid rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .1)
}

.button--secondary[disabled]:hover {
	background-color: hsla(0, 0%, 100%, .1);
	color: rgba(0, 0, 0, .1)
}

.button--blue {
	background-color: #40a69f;
	color: #fff
}

.button--blue:hover {
	background-color: #00c7b1;
	color: #fff
}

.button--blue:active {
	background-color: #0068df
}

.button--blue[disabled],
.button--blue[disabled]:hover {
	background-color: rgba(0, 0, 0, .2)
}

.button--white-40 {
	padding: .75rem 1.5rem
}

.button--white-40,
.button--white-40:active,
.button--white-40:hover {
	background-color: hsla(0, 0%, 100%, .4);
	color: #fff
}

.button--white-40[disabled] {
	background-color: hsla(0, 0%, 100%, .1);
	color: #fff
}

.button--white-40[disabled]:hover {
	background-color: hsla(0, 0%, 100%, .4)
}

.button--big {
	padding: .75rem 1rem
}

.button--icon-right .icon,
button--icon-right .icon {
	margin-left: .6rem
}

.button.count,
button.count {
	padding-right: 4rem;
	position: relative
}

.button.count .count,
button.count .count {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border-left: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: border-left-color .2s;
	transition: border-left-color .2s;
	width: 3rem
}

.button.count:hover .count,
button.count:hover .count {
	color: #fff !important
}

.button.blue,
button.blue {
	background-color: #3498db;
	color: #fff
}

.button.blue:hover,
button.blue:hover {
	background-color: #5bace2
}

.button.blue:active,
button.blue:active {
	background-color: #2e88c4
}

.button.grey,
button.grey {
	background-color: #f0f1f2;
	color: rgba(0, 0, 0, .8)
}

.button.grey:before,
button.grey:before {
	color: rgba(0, 0, 0, .8)
}

.button.grey:hover,
button.grey:hover {
	background-color: #e8e8e8
}

.bet-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border: 1px solid rgba(52, 152, 219, .3);
	border-radius: .25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.5rem;
	margin-bottom: 1rem;
	overflow: hidden;
	padding-left: .75rem;
	padding-right: .125rem;
	position: relative;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s
}

.bet-row:last-child {
	margin-bottom: 0
}

.bet-row .title {
	font-size: .8125rem;
	font-weight: 600;
	margin-right: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media(hover:hover) {
	.bet-row:hover .title {
		color: #40a69f;
	}
}

@media(hover:none) {
	.bet-row:hover .title {
		color: inherit;
	}
	.bet-row:active .title {
		color: #fff;
	}
}

@media (max-width:743px) {
	.bet-row .title {
		font-size: .75rem
	}
}

.bet-row .odd {
	margin-left: auto;
	-webkit-transition: color .2s;
	transition: color .2s;
	white-space: nowrap
}

  .bet-row .img-box {
    border-radius: 6px;
    height: 100%;
    margin-left: .5rem;
    padding: .25rem;
    position: relative;
    min-width: 40px;
    z-index: 2
  }

.bet-row .img-box img {
	max-width: 4rem
}

a.bet-row,
div.bet-row {
	background: #fff;
	cursor: pointer;
	text-align: left
}

a.bet-row:hover,
div.bet-row:hover {
	border-color: transparent;
	color: #fff
}

div.bet-row {
	background: 0 0
}

div.bet-row .odd {
	color: rgba(0, 0, 0, .4)
}

.sticky-sidebar {
	margin-bottom: 2rem
}

.sticky-sidebar .block {
	margin-bottom: 1.5rem
}

.sticky-sidebar .block:last-child {
	margin-bottom: 0
}

.bonus-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: calc(100% - 1.5rem);
	margin-bottom: 1.5rem;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media (min-width:1080px) {
	.bonus-card:hover {
		-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
		color: inherit
	}

	.bonus-card:hover .bonus-card__image {
		-webkit-filter: brightness(107%);
		filter: brightness(107%)
	}

	.bonus-card:hover .bonus-card__info {
		opacity: .9
	}
}

.bonus-card__image {
	background-size: cover;
	border-radius: .5rem .5rem 0 0;
	display: block;
	overflow: hidden;
	padding-top: 75%;
	position: relative;
	-webkit-transition: all .3s;
	transition: all .3s;
	width: 100%
}

.bonus-card__image-cover {
	display: block;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%
}

.bonus-card__image_new:after {
	background-color: #af37cf;
	color: #fff;
	content: "NEW!";
	display: block;
	font-size: 13px;
	font-weight: 600;
	padding: 0 2rem;
	position: absolute;
	right: -30px;
	top: 10px;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg)
}

.bonus-card__image-footer {
	bottom: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	left: .5rem;
	max-width: 100%;
	overflow: hidden;
	position: absolute
}

.tag {
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	overflow: hidden;
	padding: .25rem .5rem;
	text-overflow: ellipsis;
	white-space: nowrap
}

.tag .icon {
	margin-left: -.25rem;
	padding-left: 1.25rem
}

.tag+.tag {
	margin-left: .25rem
}

.bonus-card__image-header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	left: .5em;
	position: absolute;
	top: .5rem
}

.bonus-card__image-header .tag+.tag {
	margin-left: 0;
	margin-top: 6px
}

.bonus-card__time {
	background-color: #fff;
	color: rgba(0, 0, 0, .8);
	font-weight: 400
}

.bonus-card__time .icon:before {
	color: #3498db
}

.bonus-card__time .icon-circle-e:before {
	color: #f64747
}

.bonus-card__info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border-radius: 0 0 .5rem .5rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.bonus-card__header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 56px;
	padding: .75rem 1rem
}

.bonus-card__header,
.bonus-card__name {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bonus-card__name {
	font-weight: 600;
	padding-right: .5rem
}

.bonus-card__logo {
	background-color: transparent;
	border: 2px solid #fff;
	border-radius: .25rem;
	height: 1.5rem;
	margin-right: .5rem;
	min-width: 1.5rem;
	overflow: hidden;
	width: 1.5rem
}

.bonus-card__cost {

	font-size: 1.125rem;
	white-space: wrap;
}

.bonus-card__body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	border-top: 1px solid hsla(0, 0%, 100%, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	padding: .75rem 1.5rem 1rem
}

.bonus-card__body:last-child {
	margin-bottom: 1.5rem
}

.bonus-card__description {

	font-size: 1.25rem;
	margin-bottom: 1.5rem
}

.bonus-card__more {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-top: auto
}

.bonus-card__more:hover {
	text-decoration: underline
}

.bonus-card__footer {
	color: rgba(0, 0, 0, .8);
	padding: 1.5rem
}

.bonus-button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: rgba(0, 0, 0, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1rem;
	outline: 0;
	padding: 12px 16px 12px 12px;
	position: relative;
	-webkit-transition-property: all;
	transition-property: all
}

@media (min-width:426px) {
	.bonus-button:not(.bonus-button_fluid) {
		display: inline-block
	}
}

.bonus-button:hover {
	color: rgba(0, 0, 0, .8);
	opacity: .95
}

.bonus-button:hover:after {
	opacity: 1
}

.bonus-button:active {
	background-color: #e5e5e5
}

.bonus-button:focus {
	border: 1px solid rgba(255, 197, 4, .3)
}

.bonus-button_fluid {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	width: 100%
}

.blogs-carousel,
.cards-carousel {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.blogs-carousel.right-active .blogs-carousel__list:after,
.blogs-carousel.right-active .cards-carousel__list:after,
.cards-carousel.right-active .blogs-carousel__list:after,
.cards-carousel.right-active .cards-carousel__list:after {
	opacity: 1
}

.blogs-carousel__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 1.5rem !important;
	margin-right: -.75rem;
	overflow: hidden;
	position: relative
}

@media (min-width:744px) {
	.blogs-carousel__list {
		margin-right: 0 !important
	}
}

.blogs-carousel__list:after {
	background-image: -webkit-gradient(linear, right top, left top, from(#f0f1f2), to(hsla(0, 0%, 96%, 0)));
	background-image: linear-gradient(270deg, #f0f1f2, hsla(0, 0%, 96%, 0));
	right: 0;
	z-index: 2
}

.blogs-carousel__list:after,
.blogs-carousel__list:before {
	bottom: 0;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	width: 5rem
}

.blogs-carousel__list:before {
	background-image: -webkit-gradient(linear, left top, right top, from(#f0f1f2), to(hsla(0, 0%, 96%, 0)));
	background-image: linear-gradient(90deg, #f0f1f2, hsla(0, 0%, 96%, 0));
	left: 0;
	z-index: 5
}

.section.gapped.cards-carousel {
	margin: 0 -12px;
	overflow: hidden;
	padding: 0 12px
}

@media (min-width:744px) {
	.section.gapped.cards-carousel {
		margin: 0;
		overflow: initial;
		padding: 2rem 0 .5rem
	}
}

.header-news {
	border-bottom: 1px solid #e5e5e5;
	position: relative
}

.header-news__wrapper {
	min-height: 40px;
	padding-bottom: .5rem;
	padding-top: .5rem
}

.header-news__inner,
.header-news__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header-news__inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1
}

.header-news__field {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: .875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .25rem .75rem
}

.header-news__text {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #3498db;
	display: -webkit-box;
	font-size: .8125rem;
	font-weight: 600;
	overflow: hidden
}

.header-news__text p {
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1rem
}

.header-news__text:hover {
	color: #0855c4
}

.header-news__data {
	color: rgba(0, 0, 0, .4);
	font-size: .8125rem;
	font-weight: 600;
	margin-left: .35rem;
	white-space: nowrap
}

.header-news__btn-more {
	background: #fff;
	border-radius: 2.5rem;
	height: 1.5rem;
	margin-left: .5rem;
	min-width: 1.5rem;
	position: relative;
	width: 1.5rem
}

.header-news__btn-more:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .4);
	content: "\f1a9";
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	left: 50%;
	line-height: 1rem;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: color .2s;
	transition: color .2s;
	width: 1rem
}

.header-news_football .header-news__field {
	height: auto;
	max-width: calc(100% - 1.75rem)
}

.header-news_football .header-news__text {
	display: inline-block;
	height: auto;
	text-overflow: ellipsis;
	white-space: nowrap
}

.header-news_football .header-news__data {
	display: inline-block
}

.header-news_football {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #55a429), color-stop(0, #62b435));
	background: linear-gradient(90deg, #55a429 50%, #62b435 0);
	background-size: 50% 100%;
	position: relative
}

@media (min-width:744px) {
	.header-news_football {
		background-size: 25% 100%
	}
}

.header-news_football .header-news__wrapper {
	background-image: url(https://web.legalcdn.org/wp/images/football-field-center.781b3f05d9803171f0ac.svg), url(https://web.legalcdn.org/wp/images/football-field-center.781b3f05d9803171f0ac.svg), url(https://web.legalcdn.org/wp/images/football-field-center.781b3f05d9803171f0ac.svg);
	background-position: center -2.25rem, -5.5rem -2.25rem, calc(100% + 5.5rem) -2.25rem;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 30%
}

@media (min-width:744px) {
	.header-news_football .header-news__wrapper {
		background-position: center -2.25rem, -7.5rem -2.25rem, calc(100% + 7.5rem) -2.25rem;
		background-size: 15%
	}
}

@media (min-width:744px) {
	.index-heading {
		font-size: 24px;
		line-height: 3.5rem
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.tutorial-block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.tutorial-block .header {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.tutorial-block .heading {
	margin-bottom: 0;
	padding-right: .5rem
}

.tutorial-block .footer {
	margin-top: auto
}

.tutorial-block.block-section .footer .details.button {
	width: 100%
}

@media (min-width:1280px) {
	.tutorial-block.block-section .footer .details.button {
		width: 61%
	}
}

@media (min-width:1366px) {
	.tutorial-block.block-section .footer .details.button {
		width: 100%
	}
}

@media (min-width:1566px) {
	.tutorial-block.block-section .footer .details.button {
		width: 61%
	}
}

@media (min-width:1280px) {
	.tutorial-block.block-section .footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-orient: initial;
		-webkit-box-direction: initial;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: initial;
		flex-direction: row;
		justify-content: space-between
	}
}

@media (min-width:1366px) {
	.tutorial-block.block-section .footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:1566px) {
	.tutorial-block.block-section .footer {
		-webkit-box-orient: initial;
		-webkit-box-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: row
	}
}

.matches-table-block {
	padding-bottom: 0
}

.cards-carousel__list {
	overflow-x: auto
}

@media (min-width:1080px) {
	.cards-carousel__list .col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
}

.content-body p img[sizes="100vw"] {
	height: auto;
	width: 100%
}

.select-block .label {
	font-size: .875rem;
	margin-bottom: .5rem
}

.select-block select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f0f1f2;
	background-image: url(https://web.legalcdn.org/wp/images/arrow-down.cc3eacc84d32d686006b.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 2rem;
	max-width: 348px;
	padding-right: 2rem
}

.expert-row {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8125rem;
	padding-bottom: .75rem;
	padding-top: .75rem
}

.expert-row .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1rem;
	width: 100%
}

.expert-row .name,
.expert-row .name .caption {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:1080px) {
	.expert-row .name {
		font-weight: 600
	}
}

.expert-row .name .count {
	color: rgba(0, 0, 0, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.expert-row .name .count:before {
	-ms-flex-item-align: center;
	align-self: center;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 50%;
	content: "";
	display: block;
	height: 3px;
	margin: 0 .25rem;
	width: 3px
}

a.article-card {
	-webkit-touch-callout: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none
}

.article-card.clickable,
a.article-card {
	display: block;
	-webkit-transition: all .2s;
	transition: all .2s
}

.article-card.clickable .title,
a.article-card .title {
	-webkit-transition: color .2s;
	transition: color .2s
}

.article-card.clickable .title:hover,
a.article-card .title:hover {
	color: #0855c4
}

.article-card.clickable .image,
a.article-card .image {
	-webkit-transition: -webkit-filter .2s;
	transition: -webkit-filter .2s;
	transition: filter .2s;
	transition: filter .2s, -webkit-filter .2s
}

.article-card.clickable:hover,
a.article-card:hover {
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
	color: inherit
}

.article-card.clickable:hover .image,
a.article-card:hover .image {
	-webkit-filter: brightness(107%);
	filter: brightness(107%)
}

.article-card {
	background: #fff;
	border-radius: .5rem;
	margin-bottom: 1rem;
	min-height: 6.5rem;
	overflow: hidden;
	position: relative
}

@media (min-width:744px) {
	.article-card {
		margin-bottom: 1.5rem
	}
}

.article-card .row {
	margin: 0
}

@media (min-width:744px) {
	.article-card .row {
		margin-left: -.75rem;
		margin-right: -.75rem
	}
}

.article-card .right-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
	padding: 0;
	position: relative
}

@media (min-width:744px) {
	.article-card .right-col {
		margin-left: -.75rem
	}
}

.article-card .right-col .body {
	overflow: hidden;
	right: 0;
	top: 0;
	width: 100%
}

.article-card .right-col .body:after {
	bottom: 0;
	content: "";
	display: block;
	height: 2rem;
	left: 0;
	position: absolute;
	width: 100%
}

@media (min-width:744px) {
	.article-card .right-col .body {
		height: calc(100% - 1rem);
		position: absolute
	}
}

.article-card .right-col .footer {
	margin-top: auto
}

.article-card .right-col .footer .icon:before {
	color: #fff
}

.article-card .date-to {
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	display: inline-block;
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1rem;
	margin-top: .5rem;
	max-width: 100%;
	padding: 1px .25rem
}

.article-card .image {
	height: 4.125rem;
	overflow: visible;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 5.5rem;
	z-index: 2
}

.article-card .image .date-to {
	left: .5rem;
	margin-top: 0;
	position: absolute;
	top: .5rem
}

@media (min-width:744px) {
	.article-card .image {
		padding-top: 75%;
		position: relative;
		right: auto;
		top: auto;
		width: auto
	}
}

.article-card .image .expert-name {
	background-color: #3498db;
	bottom: 0;
	color: #fff;

	font-size: .6875rem;
	max-width: 100%;
	padding: 0 .375rem;
	position: absolute;
	text-align: center;
	width: 100%
}

@media (min-width:744px) {
	.article-card .image .expert-name {
		border-radius: 0 0 3px 3px;
		bottom: auto;
		font-size: 1rem;
		left: 50%;
		line-height: 1.25rem;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto
	}
}

.article-card .author-image {
	display: none
}

@media (min-width:744px) {
	.article-card .author-image {
		border: 2px solid #fff;
		border-collapse: separate;
		border-radius: 50%;
		bottom: 0;
		display: block;
		height: 2.25rem;
		position: absolute;
		right: 1rem;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		width: 2.25rem
	}
}

.article-card .author {
	color: rgba(0, 0, 0, .4);
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1rem;
	margin-bottom: .25rem
}

@media (min-width:744px) {
	.article-card .author {
		margin-bottom: .5rem
	}
}

.article-card .body {
	padding: 1rem 7.5rem 1rem 1rem
}

@media (min-width:744px) {
	.article-card .body {
		padding: 1rem 1.5rem
	}
}

.article-card .title {
	display: block;
	font-weight: 600;
	line-height: 1.25rem;
	margin-bottom: 0;
	min-height: 4.125rem
}

@media (min-width:744px) {
	.article-card .title {
		margin-bottom: .5rem;
		min-height: 0
	}
}

.article-card .title .date-to {
	display: inline-block;
	margin-top: .5rem
}

.article-card .title:hover {
	color: #0855c4
}

.article-card.headliner .title {

	font-size: .875rem;
	line-height: 1.25rem
}

@media (min-width:744px) {
	.article-card.headliner .title {
	
		font-size: 1.5rem;
		line-height: 1.75rem;
		margin-bottom: 1rem
	}
}

.article-card .description {
	display: none
}

@media (min-width:744px) {
	.article-card .description {
		display: block;
		font-size: .8125rem;
		line-height: 1.25rem;
		overflow-wrap: break-word
	}
}

.article-card .footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8125rem;
	padding: .5rem 1rem
}

@media (min-width:744px) {
	.article-card .footer {
		border-top: 1px solid rgba(0, 0, 0, .1);
		height: 3rem;
		padding: 0 1.5rem
	}
}

.article-card .footer .icon {
	padding-left: 1.25rem
}

.article-card .footer .icon-time:before {
	color: #3498db
}

.article-card .footer .forecast-result {
	-ms-flex-negative: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 2.5rem;
	min-width: 0
}

.article-card .footer .forecast-result .icon {
	margin-bottom: .125rem;
	margin-right: .25rem;
	margin-top: .125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.article-card .footer .forecast-result i.icon {
	padding-left: 1rem
}

.article-card .footer .right-side {
	color: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto
}

.article-card .footer .right-side .icon {
	margin-left: 1rem
}

.article-card .icon-like {
	color: rgba(0, 0, 0, .4)
}

.article-card[style*=background-color] {
	background: #3498db;
	color: #fff
}

.article-card[style*=background-color] .footer .right-side,
.article-card[style*=background-color] .row .right-col .footer .icon.icon-like,
.article-card[style*=background-color] .title,
.article-card[style*=background-color] .title:hover,
.article-card[style*=background-color] .title:hover a {
	color: inherit
}

.article-card[style*=background-color] .row .right-col .footer .icon.icon-like:before {
	color: #fff
}

.article-card[style*=background-color] .title:hover a {
	text-decoration: underline
}

.article-card[style*=background-color] .footer {
	border-top-color: hsla(0, 0%, 100%, .1)
}

.index-blog-section .article-card .image img {
	border-radius: .25rem
}

@media (min-width:744px) {
	.index-blog-section .article-card .image img {
		border-radius: unset
	}
}

.forecast-card .body {
	padding-bottom: 0
}

@media (min-width:744px) {
	.forecast-card .body {
		padding-bottom: 1rem
	}
}

.forecast-card .footer {
	padding-bottom: 6px;
	padding-top: 6px
}

@media (min-width:744px) {
	.forecast-card .footer {
		padding-bottom: 0;
		padding-top: 0
	}
}

.article-card.forecast-card-new {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.article-card.forecast-card-new .image {
	padding-top: 75%;
	position: relative;
	right: auto;
	top: auto;
	width: auto
}

.article-card.forecast-card-new .image:after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%
}

.article-card.forecast-card-new .image .expert-name {
	border-radius: 3px;
	bottom: auto;

	font-size: .875rem;
	font-weight: 600;
	left: .25rem;
	line-height: 1.25rem;
	padding: .125rem .25rem;
	top: .25rem;
	-webkit-transform: none;
	transform: none;
	width: auto
}

.article-card.forecast-card-new .footer {
	border-top: 0;
	bottom: .25rem;
	font-size: .875rem;
	height: auto !important;
	line-height: 1rem;
	min-height: 1.5rem;
	padding: 0 .5rem 0 .25rem !important;
	width: 100%;
	z-index: 1
}

@media (min-width:744px) {
	.article-card.forecast-card-new .footer {
		border-top: 0
	}
}

.article-card.forecast-card-new .footer .forecast-result {
	background-color: #fff;
	border-radius: 3px;
	padding: 2px .25rem
}

.article-card.forecast-card-new .footer .forecast-result:not(:first-of-type) {
	margin-left: 4px
}

.article-card.forecast-card-new .footer .forecast-result .icon {
	font-style: normal;
	margin-left: .25rem;
	margin-right: 0;
	padding-left: 1rem
}

.article-card.forecast-card-new .footer .forecast-result .icon:first-child {
	margin-left: 0
}

.article-card.forecast-card-new .footer .forecast-result .icon.icon-time {
	padding-left: 1.25rem
}

.article-card.forecast-card-new .footer .right-side {
	color: #fff;
	font-weight: 600
}

.article-card.forecast-card-new .title {

	font-size: 1rem !important;
	line-height: 1.2 !important;
	margin-bottom: 0;
	min-height: auto
}

.article-card.forecast-card-new .description {
	color: #333;
	display: block;
	font-size: .875rem !important;
	line-height: 1.25rem
}

.article-card.forecast-card-new .coefs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.article-card.forecast-card-new .coef {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	margin-right: .75rem
}

.article-card.forecast-card-new .coef:last-child {
	margin-right: 0
}

.article-card.forecast-card-new .coef .logo {
	height: 1rem;
	margin-right: .375rem;
	-webkit-transition: none;
	transition: none;
	width: 1rem
}

.article-card.forecast-card-new .coef .logo img {
	max-width: 100%;
	width: 100%
}

.article-card.forecast-card-new .body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: .75rem 1rem 1rem
}

.article-card.forecast-card-new .body .marking-sport {
	margin-bottom: .25rem;
	margin-top: 0
}

.article-card.forecast-card-new .body .title+.description {
	margin-top: .5rem
}

.article-card.forecast-card-new .body .description+.coefs,
.article-card.forecast-card-new .body .title+.coefs {
	margin-top: 1rem
}

.swiper-slide .article-card.forecast-card-new {
	margin-bottom: 0
}

.row.stretch .article-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border-radius: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin-bottom: 0
}

.row.stretch .article-card .body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.top-tags-block .heading {
	margin-bottom: 0
}

.top-articles-block .heading {
	margin-bottom: 1.5rem;
	padding-bottom: 0
}

.top-articles-block li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.top-articles-block .news-item {
	display: block
}

.top-articles-block .news-item__top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px
}

.top-articles-block .news-item__logo {
	margin-left: 4px
}

.top-articles-block .description {
	display: inline-block;
	line-height: 1.25rem;
	margin-right: auto;
	overflow-y: auto
}

.top-articles-block .author-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 2rem;
	margin-left: .5rem;
	width: 2rem
}

.blogs-carousel .article-card {
	margin-bottom: 0;
	margin-right: 24px;
	max-width: 240px;
	min-width: 240px
}

.blogs-carousel .article-card:first-child {
	margin-left: 12px
}

@media (min-width:744px) {
	.blogs-carousel .article-card:first-child {
		margin-left: 0
	}
}

.blogs-carousel .article-card .image {
	padding-top: 75%;
	position: relative;
	right: auto;
	top: auto;
	width: auto
}

.blogs-carousel .article-card .author-image {
	border: 2px solid #fff;
	border-collapse: separate;
	border-radius: 50%;
	bottom: 0;
	display: block;
	height: 2.25rem;
	position: absolute;
	right: 1rem;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	width: 2.25rem
}

.blogs-carousel .article-card .body {
	padding: 1rem 1.5rem
}

.blogs-carousel .article-card .author {
	margin-bottom: .5rem
}

.blogs-carousel .article-card .title {
	margin-bottom: .5rem;
	min-height: 0
}

.blogs-carousel .article-card .description {
	display: block;
	font-size: .8125rem;
	line-height: 1.25rem;
	overflow-wrap: break-word
}

.blogs-carousel__list {
	margin: 0 -12px 1.5rem !important
}

@media (min-width:744px) {
	.blogs-carousel__list {
		margin: 0 0 1.5rem !important
	}
}

.blogs-carousel__list:before {
	display: none;
	width: 3rem
}

@media (min-width:744px) {
	.blogs-carousel__list:before {
		display: block
	}
}

.blogs-carousel__list:after {
	display: none;
	width: 3rem
}

@media (min-width:744px) {
	.blogs-carousel__list:after {
		display: block
	}
}

a.custom-block-link:hover {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .12);
	box-shadow: 0 0 8px rgba(0, 0, 0, .12);
	color: #0855c4
}

.custom-block-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .5rem;
	color: rgba(0, 0, 0, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 20px 12px;
	-webkit-transition: all .2s;
	transition: all .2s
}

@media (min-width:744px) {
	.custom-block-link {
		padding: 20px 24px
	}
}

.custom-block-link .icon {
	line-height: 16px
}

.custom-block-link .icon:not(.icon-bonus):not(.icon-bonus-red):not(.icon-bell):not(.icon-fire-3):not(.icon-star):not(.icon-like):before {
	background-color: #f4f4f4;
	color: #3498db
}

.custom-block-link span {
	line-height: 16px;
	margin-left: 12px
}

@media (min-width:744px) {
	.custom-block-link span {
		font-weight: 700
	}
}

.block-author {
	margin-top: 1rem
}

.comment-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.comment-footer .icon-image {
	color: rgba(0, 0, 0, .2);
	cursor: pointer;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-right: 2rem;
	padding-left: 1.5rem;
	-webkit-transition: color .2s;
	transition: color .2s
}

.comment-footer .icon-image:before {
	font-size: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	width: 1.5rem
}

.comment-footer .icon-image:hover {
	color: #0855c4
}

.comment-footer .icon-send {
	background: 0 0;
	margin-left: 1rem;
	padding: 0
}

.comment-footer .icon-send:before {
	background-color: #3498db;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 0;
	width: 2.5rem
}

.comments {
	overflow: visible
}

.comments.block {
	padding-top: 1rem
}

.comments .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem
}

.comment {
	position: relative
}

.comment+.comment {
	margin-top: 1.5rem
}

.comment:last-child {
	margin-bottom: .25rem
}

.comment .header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .5rem
}

.comment .header .link {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.comment .img-box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 1.5rem;
	margin-right: .5rem;
	width: 1.5rem
}

@media (min-width:744px) {
	.comment .img-box {
		margin-right: 1rem
	}

	.comment:not([class*=reply]) {
		padding-left: 3rem
	}

	.comment:not([class*=reply]) .img-box {
		height: 2rem;
		left: 0;
		position: absolute;
		top: 0;
		width: 2rem
	}
}

.comment .status {
	-ms-flex-negative: 3;
	background-color: #f0f1f2;
	border-radius: 2px;
	flex-shrink: 3;
	font-size: .75rem;
	margin-left: .5rem;
	overflow: hidden;
	padding: 0 .25rem;
	right: .25rem;
	text-overflow: ellipsis;
	white-space: nowrap
}

.comment .body {
	line-height: 1.25rem;
	margin-bottom: .5rem
}

@media (min-width:1080px) {
	.comment .body {
		font-size: 1rem;
		line-height: 1.5rem
	}
}

.comment .body a {
	color: #3498db
}

.comment .body a:hover {
	color: #0855c4
}

.comment .images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1rem
}

.comment .images img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: .5rem;
	margin-right: .5rem;
	max-height: 3rem
}

@media (min-width:744px) {
	.comment .images img {
		margin-bottom: 1rem;
		margin-right: 1rem;
		max-height: 6rem
	}
}

.comment .footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.comment .footer .date {
	color: rgba(0, 0, 0, .2);
	margin-right: 1.5rem;
	white-space: nowrap
}

.comment .footer .btn {
	margin-right: 1.5rem
}

.comment .footer .btn i.icon {
	color: rgba(0, 0, 0, .2);
	cursor: pointer;
	-webkit-transition: color .2s;
	transition: color .2s
}

.comment .footer .btn.active i.icon,
.comment .footer .btn:hover i.icon {
	color: #0855c4
}

.comment .footer .more {
	position: relative
}

.comment-status {
	color: rgba(0, 0, 0, .4);
	margin-bottom: .5rem
}

.comment-status a {
	color: #3498db
}

.comment-status a:hover {
	color: #0855c4
}

.complaints-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.complaints-header {
		margin-bottom: 1.5rem
	}
}

.complaints-header .heading {
	margin-bottom: 0
}

.bookmaker-claim-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .75rem
}

.bookmaker-claim-header .label {
	font-weight: 600
}

.bookmaker-claim-header .status {
	border-radius: 3px;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.25rem;
	margin-left: auto;
	padding: 0 .25rem;
	text-transform: uppercase
}

.bookmaker-claim-info {
	color: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8125rem;
	margin-bottom: 1.5rem
}

.bookmaker-claim-info .icon {
	margin-left: auto
}

.complaints-block-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(https://web.legalcdn.org/wp/images/arrow-down.b7f163d574a9c73ad15d.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	border: none;
	border-radius: .25rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	font-weight: 600;
	height: auto;
	line-height: 1rem;
	min-width: 132px;
	padding: .5rem .75rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

@media (min-width:744px) {
	select {
		min-width: 230px
	}
}

@media (min-width:744px) {
	.forecasts-row [class*=col-] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 1.5rem
	}

	.forecasts-row [class*=col-] .forecast-card {
		height: 100%;
		margin-bottom: 0 !important
	}

	.forecasts-row [class*=col-] .forecast-card,
	.forecasts-row [class*=col-] .forecast-card .body {
		-webkit-box-flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.forecasts-row [class*=col-] .forecast-card .footer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
}

@media (min-width:414px) and (max-width:743px) {
	.forecasts-row .col-smd-6 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 1.5rem
	}

	.forecasts-row .forecast-card-new {
		height: 100%;
		margin-bottom: 0 !important
	}

	.forecasts-row .forecast-card-new,
	.forecasts-row .forecast-card-new .body {
		-webkit-box-flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.block.clickable:hover,
a.block-section:hover,
a.block:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

@media (min-width:984px) {

	.block.clickable:hover,
	a.block-section:hover,
	a.block:hover {
		-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12) !important;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12) !important
	}

	a.block-section_nothover:hover {
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}
}

.match-block {
	overflow: hidden
}

.match-block .match-block-info {
	padding-bottom: 1.25rem
}

.match-block .match-block-info .link.arrowed {
	color: rgba(0, 0, 0, .8);
	display: block;
	font-weight: 400
}

.match-block .match-block-info .link.arrowed:hover {
	color: #0855c4
}

.match-block .match-block-info .button {
	display: block;
	font-weight: 400;
	margin-top: 1.5rem
}

.forecasts-row .forecast-result:not(:first-of-type) {
	margin-left: 4px
}

.forecasts-row .forecast-result-text {
	line-height: 1.6
}

@keyframes bounce_circularG {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
}

@-webkit-keyframes bounce_circularG {
	0% {
		-webkit-transform: scale(1)
	}

	to {
		-webkit-transform: scale(.3)
	}
}

.bookmaker-claim-description,
.comment .body,
.content-body li,
.content-body p,
.heading,
.top-articles-block .description {
	overflow-wrap: break-word;
	word-break: break-word
}

@-webkit-keyframes popup-slide-up {
	0% {
		bottom: -80px
	}

	to {
		bottom: 0
	}
}

@keyframes popup-slide-up {
	0% {
		bottom: -80px
	}

	to {
		bottom: 0
	}
}

@media (min-width:567px) {
	.trend-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:1366px) {
	.trend-block {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.trend-block__match {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 2.625rem;
	padding-bottom: .875rem
}

@media (min-width:567px) {
	.trend-block__match {
		border-bottom: none;
		border-right: 1px solid rgba(0, 0, 0, .1);
		margin-bottom: 0;
		max-width: 178px;
		padding-bottom: 0;
		padding-right: 1.5rem;
		width: 178px
	}
}

@media (min-width:1366px) {
	.trend-block__match {
		max-width: none;
		min-width: 258px;
		width: auto
	}
}

.trend-block__header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1rem
}

.trend-block__header,
.trend-block__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.trend-block__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.25rem
}

@media (min-width:567px) {
	.trend-block__title {
		display: block;
		margin-bottom: 0
	}
}

.trend-block__date,
.trend-block__teams {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.trend-block__date {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: .875rem
}

.trend-block__date span {
	display: block;
	text-align: right
}

@media (min-width:567px) {
	.trend-block__date {
		display: none
	}
}

@media (min-width:1366px) {
	.trend-block__date {
		display: block
	}
}

.trend-block__start-time {
	font-size: .875rem;
	font-weight: 600
}

@media (min-width:567px) {
	.trend-block__start-time {
		font-size: 1rem
	}
}

.trend-block__time-to-start {
	color: rgba(0, 0, 0, .25);

	font-weight: 600;
	margin-top: .2rem
}

@media (min-width:567px) {
	.trend-block__time-to-start {
		margin-top: .5rem
	}
}

.trend-block__team {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.125rem;
	justify-content: center;
	width: 2.125rem
}

.trend-block__team:first-child {
	margin-right: -.5rem;
	position: relative;
	z-index: 1
}

.trend-block__team img {
	max-width: 1.125rem
}

.trend-block__match-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.375rem !important;
	margin-bottom: 0;
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	word-break: normal
}

.trend-block__match-title>div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:567px) {
	.trend-block__match-title {
		display: block
	}
}

.trend-block__description {
	line-height: 1.25rem;
	margin-bottom: .8125rem
}

@media (min-width:567px) {
	.trend-block__description {
		margin-bottom: .4375rem
	}
}

.trend-block__match-more {
	color: #40a69f;
	font-weight: 600
}

.trend-block__date_tablet {
	color: #8d8d8d;
	display: none;
	font-size: .75rem;
	margin-top: .5rem
}

@media (min-width:567px) {
	.trend-block__date_tablet {
		display: block
	}
}

@media (min-width:1366px) {
	.trend-block__date_tablet {
		display: none
	}
}

.trend-block__forecast {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (min-width:567px) {
	.trend-block__forecast {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: calc(100% - 178px);
		padding: 0 0 0 2rem
	}
}

@media (min-width:1366px) {
	.trend-block__forecast {
		border-right: 1px solid rgba(0, 0, 0, .1);
		max-width: none;
		padding-right: 2rem
	}
}

.trend-block__number {
	color: #00c7b1;
	display: flex;
	font-size: 3rem;
	font-weight: 700;
	line-height: 40px;
	margin-right: 1.6875rem;
	min-width: 5rem
}

.trend-block__number span {
	-ms-flex-item-align: start;
	align-self: flex-start;
	color: rgba(0, 0, 0, .8);
	font-size: 1.0625rem;
	line-height: normal;
	position: relative;
	top: -.75rem
}


.trend-block__number_mob {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: .8125rem;
	min-width: auto
}

@media (min-width:567px) {
	.trend-block__number_mob {
		display: none
	}
}

.trend-block__coef {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px
}

@media (min-width:567px) {
	.trend-block__coef {
		line-height: 1rem;
		margin-bottom: .5rem
	}
}

.trend-block__coef span {
	display: block
}

@media (min-width:567px) {
	.trend-block__coef span {
		display: inline
	}
}

.trend-block__action {
	-ms-flex-item-align: center;
	align-self: center;
	margin-top: 2rem;
	max-width: 100%;
	min-width: 16rem;
	width: 100%
}

@media (min-width:1366px) {
	.trend-block__action {
		margin-top: 0;
		max-width: none;
		padding-left: 1.5rem;
		width: auto
	}
}

.trend-block__action div.bet-row {
	border: 1px solid rgba(52, 152, 219, .3);
	-webkit-box-shadow: 0 2px 4px 0 rgba(52, 152, 219, .1);
	box-shadow: 0 2px 4px 0 rgba(52, 152, 219, .1);
	color: inherit;
	max-width: 100%;
    padding: 0 0 0 1rem;
	width: 100%
}

.trend-block__action div.bet-row:hover {
	background: #0855c4
}

@media (min-width:1366px) {
	.col-lg-9 .trend-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.col-lg-9 .trend-block__match {
		max-width: 178px;
		min-width: 178px;
		width: auto
	}

	.col-lg-9 .trend-block__date {
		display: none
	}

	.col-lg-9 .trend-block__date_tablet {
		display: block
	}

	.col-lg-9 .trend-block__forecast {
		border-right: none;
		max-width: calc(100% - 178px);
		padding-right: 0
	}

	.col-lg-9 .trend-block__action {
		margin-top: 2rem;
		padding-left: 0;
		width: 100%
	}
}

.trends-page__title {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.trends-page__title {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 1.5rem
	}
}

.trends-page__title .heading {
	margin-bottom: 0
}

.index-header {
	border-radius: .5rem .5rem 0 0;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative
}

@media (min-width:744px) {
	.index-header+.block {
		border-radius: 0 0 .5rem .5rem
	}

	.index-header .heading {
		margin-bottom: 1.25rem
	}
}

.winline-bonus-header {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600
}

@keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.bookmaker-vip {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .75rem;
	min-height: 3rem;
	padding: .25rem .25rem .25rem .75rem;
	position: relative
}

@media (min-width:374px) {
	.bookmaker-vip {
		padding-left: 1rem
	}
}

@media (min-width:744px) {
	.bookmaker-vip {
		margin-bottom: 1rem;
		padding: .75rem 1.5rem
	}
}

.bookmaker-vip .logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 2rem;
	margin-right: auto;
	width: 6.25rem
}

@media (min-width:744px) {
	.bookmaker-vip .logo {
		height: 2.5rem;
		width: 7.75rem
	}
}

.bookmaker-vip .icon.capsule {
	display: none
}

@media (min-width:744px) {
	.bookmaker-vip .icon.capsule {
		display: block;
		margin-right: 1rem;
		padding-right: .75rem;
		width: 5rem
	}

	.bookmaker-vip .icon.capsule:not(.icon-bonus):before {
		color: rgba(0, 0, 0, .2)
	}
}

@media (min-width:984px) {
	.bookmaker-vip .icon.capsule {
		margin-right: .5rem;
		width: 4.25rem
	}
}

@media (min-width:1080px) {
	.bookmaker-vip .icon.capsule {
		font-weight: 600;
		margin-right: 1rem;
		width: 5rem
	}
}

.bookmaker-vip .icon.capsule.icon-bonus {
	background-color: rgba(255, 197, 4, .2);
	border-radius: 3px;
	display: block;

	padding: .25rem;
	white-space: nowrap;
	width: 4.875rem
}

.bookmaker-vip .icon.capsule.icon-bonus:before {
	margin: 0 auto;
	position: static
}

@media (min-width:744px) {
	.bookmaker-vip .icon.capsule.icon-bonus {
		border-radius: 1rem;
		font-size: 1rem;
		padding: .5rem .75rem .5rem 1.75rem;
		width: 7.25rem
	}

	.bookmaker-vip .icon.capsule.icon-bonus:before {
		margin: 0;
		position: absolute
	}
}

.bookmaker-vip .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: .25rem;
	width: 5.125rem
}

@media (min-width:744px) {
	.bookmaker-vip .buttons {
		margin-left: 0;
		width: 11rem
	}
}

@media (min-width:984px) {
	.bookmaker-vip .buttons {
		width: 10.25rem
	}
}

@media (min-width:1080px) {
	.bookmaker-vip .buttons {
		width: 11rem
	}
}

@media (min-width:1280px) {
	.bookmaker-vip .buttons {
		width: 16.5rem
	}
}

@media (min-width:1366px) {
	.bookmaker-vip .buttons {
		width: 11rem
	}
}

@media (min-width:1566px) {
	.bookmaker-vip .buttons {
		width: 16.5rem
	}
}

.bookmaker-vip .details,
.bookmaker-vip .to-site {
	-ms-flex-preferred-size: 5.25rem;
	flex-basis: 5.25rem;
	padding: .75rem;
	width: 5.25rem
}

@media (min-width:744px) {

	.bookmaker-vip .details,
	.bookmaker-vip .to-site {
		padding: .5rem
	}
}

@media (min-width:1080px) {

	.bookmaker-vip .details,
	.bookmaker-vip .to-site {
		-ms-flex-preferred-size: 5.25rem;
		flex-basis: 5.25rem;
		width: 5.25rem
	}
}

@media (min-width:1280px) {

	.bookmaker-vip .details,
	.bookmaker-vip .to-site {
		-ms-flex-preferred-size: 8rem;
		flex-basis: 8rem;
		width: 8rem
	}
}

@media (min-width:1366px) {

	.bookmaker-vip .details,
	.bookmaker-vip .to-site {
		-ms-flex-preferred-size: 5.25rem;
		flex-basis: 5.25rem;
		width: 5.25rem
	}
}

@media (min-width:1566px) {

	.bookmaker-vip .details,
	.bookmaker-vip .to-site {
		-ms-flex-preferred-size: 8rem;
		flex-basis: 8rem;
		width: 8rem
	}
}

.bookmaker-vip .details {
	display: none
}

@media (min-width:744px) {
	.bookmaker-vip .details {
		-ms-flex-preferred-size: 5.25rem;
		display: block;
		flex-basis: 5.25rem;
		width: 5.25rem
	}
}

@media (min-width:984px) {
	.bookmaker-vip .details {
		-ms-flex-preferred-size: 4.5rem;
		flex-basis: 4.5rem;
		width: 4.5rem
	}
}

@media (min-width:1080px) {
	.bookmaker-vip .details {
		-ms-flex-preferred-size: 5.25rem;
		flex-basis: 5.25rem;
		width: 5.25rem
	}
}

@media (min-width:1280px) {
	.bookmaker-vip .details {
		-ms-flex-preferred-size: 8rem;
		flex-basis: 8rem;
		width: 8rem
	}
}

@media (min-width:1366px) {
	.bookmaker-vip .details {
		-ms-flex-preferred-size: 5.25rem;
		flex-basis: 5.25rem;
		width: 5.25rem
	}
}

@media (min-width:1566px) {
	.bookmaker-vip .details {
		-ms-flex-preferred-size: 8rem;
		flex-basis: 8rem;
		width: 8rem
	}
}

.bookmaker-vip .to-site {
	width: 5.125rem
}

@media (min-width:744px) {
	.bookmaker-vip .to-site {
		margin-left: .5rem
	}
}

.to-all-bookmakers {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	margin-bottom: .75rem
}

@media (min-width:744px) {
	.to-all-bookmakers {
		height: 4.5rem
	}
}

@media (min-width:744px) {
	.eight-books .bookmaker-vip {
		padding-bottom: 14px;
		padding-top: 14px
	}

	.eight-books .to-all-bookmakers {
		height: 70px
	}

	.six-books .bookmaker-vip {
		margin-bottom: 24px;
		padding-bottom: 24px;
		padding-top: 24px
	}
}

.six-books-line .index-header {
	padding-bottom: 1rem
}

.six-books-line .index-header .heading {
	margin-bottom: 0
}

.six-books-line .bookmaker-vip {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin: 0 0 .5rem;
	padding: 0 0 .5rem
}

@media (min-width:744px) {
	.six-books-line .bookmaker-vip {
		margin-bottom: 1.5rem;
		padding: 0 0 1.5rem
	}
}

.six-books-line .to-all-bookmakers {
	height: 2rem;
	margin-bottom: 0;
	margin-top: .75rem
}

@media (min-width:744px) {
	.six-books-line .to-all-bookmakers {
		margin-top: 0
	}
}

.without-bonuses-mobile .bookmaker-vip .buttons {
	margin-left: 0;
	width: auto
}

.without-bonuses-mobile .bookmaker-vip .buttons .button {
	margin-left: .25rem
}

.without-bonuses-mobile .bookmaker-vip .buttons .button.details {
	display: none
}

@media (min-width:744px) {
	.without-bonuses-mobile .bookmaker-vip .buttons .button.details {
		display: block;
		margin-left: 0
	}

	.without-bonuses-mobile .bookmaker-vip .buttons {
		width: 11rem
	}

	.without-bonuses-mobile .bookmaker-vip .buttons .button {
		margin-left: .5rem
	}
}

.comments-activity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.comments-activity {
		margin-bottom: 1.5rem
	}
}

.comments-activity .comment-activity {
	-webkit-box-flex: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	height: 5rem;
	justify-content: center
}

.comments-activity .comment-activity .icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: block
}

@media (min-width:744px) {
	.comments-activity .comment-activity .icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.comments-activity .comment-activity .icon:before {
	margin: 0 auto .5rem
}

@media (min-width:744px) {
	.comments-activity .comment-activity .icon:before {
		margin: 0 .75rem 0 0
	}
}

.comments-activity .comment-activity .body {
	text-align: center
}

@media (min-width:744px) {
	.comments-activity .comment-activity .body {
		text-align: left
	}
}

.comments-activity .comment-activity .heading {
	margin-bottom: 0
}

@media (min-width:744px) {
	.comments-activity .comment-activity .heading {
		font-size: 1.5rem;
		line-height: 1.5rem
	}
}

.comments-activity .comment-activity .caption {
	color: rgba(0, 0, 0, .4);
	font-size: .8125rem
}

@media (min-width:744px) {
	.comments-activity .comment-activity+.comment-activity {
		border-left: 1px solid rgba(0, 0, 0, .1)
	}
}

.bookmakers-ratings-block {
	background: #824db2;
	border-radius: .5rem;
	color: #fff;
	padding-bottom: .5rem;
	padding-top: 1.5rem;
	position: relative
}

.bookmakers-ratings-block .heading {
	color: #fff;
	margin-bottom: .75rem
}

.bookmakers-ratings-block .heading a {
	color: #fff
}

.bookmakers-ratings-block .heading a:hover {
	text-decoration: underline
}

.bookmakers-ratings-block li {
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.bookmakers-ratings-block li:last-child {
	border-bottom-color: transparent
}

.bookmakers-ratings-block .link {
	color: #fff;
	padding-bottom: .75rem;
	padding-top: .75rem;
	position: relative
}

.bookmakers-ratings-block .link,
.bookmakers-ratings-block .link span,
.bookmakers-ratings-block .link:after {
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.bookmakers-ratings-block .link:after {
	color: #fff
}

.bookmakers-ratings-block .link:hover {
	color: inherit
}

.bookmakers-ratings-block .link:hover span {
	opacity: .6
}

.bookmakers-ratings-block .link:hover:before {
	opacity: 1
}

.bookmakers-ratings-block .link:hover:after {
	color: inherit;
	opacity: .6
}

.bookmakers-ratings-block .link.icon.circle:before {
	background-color: #fff
}

.bookmakers-ratings-block.brb-list {
	padding-bottom: 0;
	padding-top: 0
}

.bookmakers-ratings-block.brb-list li {
	border: none
}

.bookmakers-ratings-block.brb-list .link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: .5rem;
	padding-left: 0;
	padding-top: .5rem
}

.bookmakers-ratings-block.brb-list .link.icon:before {
	color: #fff;
	font-size: 1.5rem;
	height: 1.5rem;
	margin-right: 1rem;
	position: static;
	width: 1.5rem
}

.bookmakers-ratings-block.brb-list .block-section {
	border: none;
	padding-bottom: 1rem;
	padding-top: 1rem
}

.site-activity {
	height: auto !important;
	margin-bottom: 0 !important;
	margin-top: 1.25rem;
	padding-bottom: .75rem
}

.site-activity .number {

	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5rem
}

.site-activity .caption {
	color: rgba(0, 0, 0, .4);
	font-size: .8125rem;
	line-height: 1rem
}

.site-activity .row>div:last-child,
.site-activity .row>div:nth-last-child(2) {
	margin-top: 1rem
}

.experts-section .experts-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 1.5rem
}

.experts-block .more {
	display: inline-block
}

@media (min-width:744px) {
	.experts-block .more {
		margin-top: 1rem
	}
}

.experts-rating-index {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 1rem
}

.experts-rating-index .header {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: .75rem
}

.experts-rating-index .header .heading {
	margin-bottom: .75rem
}

.experts-rating-index .header .select {
	margin-right: 1rem
}

.experts-rating-index .header .select .select-heading {
	font-weight: 600
}

.experts-rating-index .expert-row:last-child {
	border-bottom: none
}

.experts-rating-index .body {
	margin: 0;
	overflow-x: hidden
}

@media (min-width:744px) {
	.experts-rating-index .body {
		height: 625px;
		max-height: none
	}
}

@media (min-width:984px) {
	.experts-rating-index .body {
		height: 605px
	}
}

.matches-table-block {
	padding-bottom: 1.5rem
}

@media (min-width:744px) {
	.matches-table-index {
		display: block
	}
}

@media (min-width:984px) {
	.matches-table-index {
		display: table
	}
}

.matches-table-index th {
	margin-bottom: 0
}

@media (min-width:744px) {
	.matches-table-index th {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		margin-bottom: 0;
		padding-bottom: .5rem
	}
}

.matches-table-index .league-row {
	padding-top: .5rem
}

.matches-table-index .league-th {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
	text-align: right
}

@media (min-width:984px) {
	.matches-table-index .league-th {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		order: 0;
		text-align: left
	}
}

.matches-table-index .league-th .icon.d-md-block {
	display: none !important
}

@media (min-width:984px) {
	.matches-table-index .league-th .icon.d-md-block {
		display: block !important
	}
}

.matches-table-index .league-th .icon.d-md-none {
	display: block !important
}

@media (min-width:984px) {
	.matches-table-index .league-th .icon.d-md-none {
		display: none !important
	}
}

.matches-table-index .match-th {
	display: none
}

@media (min-width:984px) {
	.matches-table-index .match-th {
		display: table-cell
	}
}

.matches-table-index .odd-th {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 9%;
	flex: 0 0 9%
}

.matches-table-index .th-row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
	padding-bottom: .5rem !important
}

@media (min-width:984px) {
	.matches-table-index .th-row {
		border-bottom: none !important;
		display: table-row;
		padding-bottom: 0 !important
	}
}

.about-site {
	padding-bottom: 1rem;
	padding-top: 1rem
}

@media (min-width:744px) {
	.about-site {
		padding-bottom: 1.5rem;
		padding-top: 1.5rem
	}
}

.about-site .heading {
	margin-bottom: 1.25rem
}

.about-site .link {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: block;
	font-weight: 600;
	height: 2rem;
	margin-bottom: 1rem;
	margin-top: 1.5rem;
	padding-bottom: 1rem
}

@media (min-width:744px) {
	.about-site .link {
		margin-top: 0
	}
}

.about-site .description {
	line-height: 1.25rem
}

.about-site .description p {
	font-size: inherit;
	line-height: inherit
}

.about-site .about-side-row {
	margin-bottom: 2rem
}

@media (min-width:744px) {
	.about-site .about-side-row {
		margin-bottom: 3rem
	}
}

.cards-carousel {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.cards-carousel_rating-bonus {
	margin-right: -12px;
	overflow: hidden;
	padding-right: 12px
}

.cards-carousel__section {
	margin: 0 -12px;
	overflow: hidden;
	padding: 0 12px
}

.cards-carousel__list {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 -12px 1rem;
	overflow-x: scroll;
	overflow-y: hidden;
	overflow: -moz-scrollbars-none
}

.cards-carousel__list:after {
	background-color: transparent;
	content: "";
	display: block;
	min-width: 12px
}

@media (min-width:744px) {
	.cards-carousel__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0
	}

	.cards-carousel__list:after {
		display: none
	}
}

.cards-carousel__list .bonus-card {
	margin-bottom: 0;
	min-height: 100%
}

@media (min-width:744px) {
	.cards-carousel__list .bonus-card {
		margin-bottom: 1.5rem;
		min-height: auto
	}
}

.cards-carousel__list .col-smd-6 {
	-ms-flex-preferred-size: 280px;
	flex-basis: 280px;
	margin-right: 16px;
	max-width: 280px;
	padding-left: 0;
	padding-right: 0
}

@media (min-width:744px) {
	.cards-carousel__list .col-smd-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-right: 0;
		max-width: 50%;
		padding-left: .75rem;
		padding-right: .75rem
	}
}

.cards-carousel__list .col-smd-6:first-child {
	margin-left: 12px
}

@media (min-width:744px) {
	.cards-carousel__list .col-smd-6:first-child {
		margin-left: 0
	}
}

.cards-carousel__list .col-smd-6:last-child {
	margin-right: 0
}

@media (min-width:984px) {
	.cards-carousel__list .col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.cards-carousel__list .col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}
}

.bookmakers-in-footer-row .bookmaker-row .img-box {
	margin-right: inherit
}

@media (min-width:374px) {
	.bookmakers-in-footer-row .bookmaker-row .img-box {
		margin-right: auto
	}
}

.bookmakers-in-footer-row .bookmaker-row .icon-bonus {
	padding-left: 1.3rem
}

.bookmakers-in-footer-row .bookmaker-row .icon-bonus:before {
	position: absolute
}

.bookmakers-in-footer-row .bookmaker-row .icon-bonus .caption {
	text-align: left
}

i.icon {
	pointer-events: none
}

#index-sticky-sidebar .col-lg-12 {
	margin-bottom: 1.5rem
}

#index-sticky-sidebar .col-lg-12:last-child {
	margin-bottom: 0
}

#index-sticky-sidebar .row+.block {
	margin-top: 1.5rem
}

.icon:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400 !important;
	line-height: 1;
	text-transform: none
}

body[data-locale^=ru] .tutorial-block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	background: linear-gradient(270.35deg, #824db2 15.97%, #f64747 120.15%);
	border-radius: .5rem;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1.25rem
}

@media (min-width:555px) {
	body[data-locale^=ru] .tutorial-block .selection-ideal {
		padding: 1.5rem .5rem
	}
}

@media (min-width:744px) {
	body[data-locale^=ru] .tutorial-block .selection-ideal {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		height: 100%;
		justify-content: space-between;
		padding: 0
	}
}

@media (min-width:984px) {
	body[data-locale^=ru] .tutorial-block .selection-ideal {
		-webkit-box-pack: initial;
		-ms-flex-pack: initial;
		justify-content: normal;
		margin: -.5rem
	}
}

@media (min-width:1280px) {
	body[data-locale^=ru] .tutorial-block .selection-ideal {
		margin: 0
	}
}

@media (min-width:744px) {
	body[data-locale^=ru] .tutorial-block .selection-ideal__header {
		width: 100%
	}
}

body[data-locale^=ru] .tutorial-block .selection-ideal__header-title {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: .5rem
}

@media (min-width:1280px) {
	body[data-locale^=ru] .tutorial-block .selection-ideal__header-title {
		width: 85%
	}
}

body[data-locale^=ru] .tutorial-block .selection-ideal__header-text {
	display: block;
	font-size: 1.125rem;
	line-height: 1.375rem;
	margin-bottom: 1rem
}

body[data-locale^=ru] .tutorial-block .selection-ideal__image {
	bottom: 0;
	height: 60px;
	position: absolute;
	right: 0;
	width: 60px
}

body[data-locale^=ru] .tutorial-block .selection-ideal__image img {
	border-radius: 0 0 8px;
	height: 100%
}

@media (min-width:744px) {
	body[data-locale^=ru] .tutorial-block .selection-ideal__image {
		height: 92px;
		width: 92px
	}
}

body[data-locale^=ru] .tutorial-block .selection-ideal-button {
	width: 104px
}

:root {
	--swiper-theme-color: #007aff
}

.swiper {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}

.swiper-wrapper {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%;
	z-index: 1
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.swiper-slide {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%;
	position: relative;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	width: 100%
}

.swiper-3d {
	-webkit-perspective: 1200px;
	perspective: 1200px
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

:root {
	--swiper-navigation-size: 44px
}

@-webkit-keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes swiper-preloader-spin {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.swiper-cards {
	overflow: visible
}

.swiper-cards .swiper-slide {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom
}

.swiper-container {
	list-style: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1
}

.swiper-scrollbar {
	cursor: pointer;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: .2s ease;
	transition: .2s ease
}

.swiper-scrollbar {
	background: rgba(0, 0, 0, .1);
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none
}

[data-tippy-root] {
	max-width: calc(100vw - 10px)
}

@supports (-ms-overflow-style:none) {
	.ps {
		overflow: auto !important
	}
}

.section {
	padding-bottom: 1rem
}

@media (min-width:744px) {
	.section {
		border-top: 1px solid rgba(0, 0, 0, .1);
		padding-bottom: 1.5rem;
		padding-top: 2rem
	}
}

.section.borderless {
	border-top: none;
	padding-top: 0
}

.section.gapped {
	border-top: none;
	padding-top: .5rem
}

@media (min-width:744px) {
	.section.gapped {
		padding-top: 2rem
	}
}

.section-header .heading {
	margin-bottom: 0
}

@media (min-width:744px) {
	.section-header {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin-bottom: 1.5rem
	}
}

.block {
	background-color: #fff;
	border-radius: .5rem;
	display: block;
	margin-bottom: 2rem
}

.block.content-body {
	margin-bottom: 0
}

.block.bordered {
	background-color: transparent;
	border: 1px solid rgba(0, 0, 0, .1)
}

.block .block.bordered {
	border-bottom: none;
	border-left: none;
	border-radius: 0;
	border-right: none;
	margin-bottom: 0;
	margin-left: -1rem;
	margin-right: -1rem
}

@media (min-width:744px) {
	.block .block.bordered {
		border: 1px solid rgba(0, 0, 0, .1);
		border-radius: .5rem;
		margin-bottom: 1.5rem;
		margin-left: 0;
		margin-right: 0
	}
}

.block_bg_blue {
	background-image: linear-gradient(129.37deg, #caecff 27%, #99eddc 94.85%)
}

a.block,
a.block-section {
	cursor: pointer;
	-webkit-transition: all .2s;
	transition: all .2s
}

a.block-section:hover,
a.block:hover {
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12)
}

.block-section {
	display: block;
	padding: 1rem;
	position: relative
}

.block-section.borderless {
	border: none !important
}

@media (min-width:744px) {
	.block-section {
		padding: 1.5rem
	}

	.block-section.block-section-small {
		padding-bottom: 1rem;
		padding-top: 1rem
	}

	.block-section.block-section-medium {
		padding-bottom: 1.25rem;
		padding-top: 1.25rem
	}
}

.block-section.link.arrowed {
	display: block;
	padding-right: 2.5rem
}

.block-section.link.arrowed:after {
	right: 1rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

@media (min-width:744px) {
	.block-section.link.arrowed {
		padding-right: 3rem
	}

	.block-section.link.arrowed:after {
		right: 1.5rem
	}
}

.block-section+.block-section:not(.block):not(.matches-table-block-date) {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.page-nav {
	scrollbar-width: none
}

.page-nav a:last-of-type {
	padding-right: 1rem
}

.tab-panel {
	display: none
}

.tab-panel.block-section:not(.mobile-tab-panel) {
	border-top: none !important
}

.tab-panel.active {
	display: block
}

.capsule {
	background-color: #f0f1f2;
	border-radius: 1rem;
	display: inline-block;
	padding: .5rem 1rem;
	-webkit-transition: color .2s, background-color .2s;
	transition: color .2s, background-color .2s
}

.capsule.small {
	border-radius: .5rem;
	font-size: .75rem;
	padding: 0 .5rem
}

a.capsule:hover {
	background-color: #e8e8e8
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 4rem;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 3
}

@media (min-width:984px) {
	.sticky_desktop {
		position: -webkit-sticky;
		position: sticky;
		top: 4rem;
		z-index: 3
	}
}

.page-nav {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
	padding-bottom: 1rem;
	padding-left: 1rem;
	white-space: nowrap
}

@media (min-width:744px) {
	.page-nav {
		padding: 1.5rem 0 1.5rem 1.5rem
	}
}

.page-nav a {
	margin-left: 1rem
}

.page-nav a:last-of-type {
	padding-right: 12px
}

@media (min-width:744px) {
	.page-nav a:last-of-type {
		padding-right: 1.5rem
	}
}

.page-nav:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	speak: none;
	content: "\f196";
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	line-height: 1rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	width: 1rem
}

.user-role {
	border-radius: 2px;
	font-size: .75rem;
	padding: 0 .25rem
}

.user-role[class*=role-] {
	background-color: rgba(246, 71, 71, .1);
	color: #f64747
}

.user-role.role-6,
.user-role.role-7 {
	background-color: rgba(98, 180, 53, .1);
	color: #62b435;
	width: fit-content;
	margin-left: auto
}

.user-block-section .heading-3 {
	text-align: center
}

.user-block-section .image {
	width: fit-content;
	margin: 0 auto
}

.user-page>.block:first-child {
	border-radius: 0 0 .5rem .5rem
}

.block {
	display: block;
	margin-bottom: 2rem;
	border-radius: .5rem;
	background-color: #fff
}

@media (min-width:744px) {
	.block-section {
		padding: 1.5rem
	}
}

.user-forecasts-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	max-width: 866px;
	margin: 0 auto
}

.user-forecasts-header .user-forecasts-header-tabs {
	margin-left: auto !important;
	margin-right: 0 !important;
	padding: .5rem .75rem;
	border-radius: 4px;
	background-color: #f0f1f2
}

@media (min-width:744px) {

	h1,
	.heading-1 {
		font-size: 3rem;
		line-height: 1
	}
}

.user-about .about-block-section {
	border-top: none !important
}

@media (min-width:744px) {
	.block-section {
		padding: 1.5rem
	}
}

.block-section {
	display: block;
	padding: 1rem;
	position: relative
}

@media (min-width:744px) {
	.user-about .description {
		margin-bottom: 2.5rem
	}
}

.user-about .contacts {
	padding-left: 0
}

@media (min-width:744px) {

	.content-body ul,
	.tournament-content-body ul {
		margin: 1rem 0
	}
}

@media (min-width:744px) {
	.user-about .contacts li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 1.5rem !important;
		padding-top: 1.5rem !important
	}
}

.author__socials {
	display: flex;
	flex-direction: row;
	margin-top: 20px
}

.socials__link {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 10px
}

.socials__image {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.gdlr-parallax-wrapper .tns-item {
	object-fit: cover;
	object-position: center
}

.user-about .contacts li {
	margin-top: 1rem;
	padding-top: 1rem;
	border-top: solid 1px rgba(0, 0, 0, .1);
	list-style-type: none
}

.user-about .contacts li:before {
	content: none
}

.user-about .contacts li .title {
	min-width: 11rem;
	font-weight: 600;
	color: #0006
}

@media (min-width:744px) {
	.user-about .contacts li .title {
		width: 11rem
	}
}

.content-body>*:last-child:not(.gray),
.tournament-content-body>*:last-child:not(.gray) {
	margin-bottom: 0 !important
}

.user-about .description {
	margin-bottom: 1.5rem;
	font-size: 1rem;
	line-height: 1.5rem
}

.user-forecasts-statistic {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem
}

.tab-forecasts-panel {
	display: block
}

.user-forecasts-statistic .statistic .caption {
	margin-bottom: .5rem;
	padding-bottom: .75rem;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	min-width: 3.625rem
}

.user-forecasts-statistic .statistic .counts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1
}

.c-green {
	color: #62b435 !important
}

.c-red {
	color: #f64747 !important
}

.c-grey {
	color: #0006 !important
}

.icon.icon-plus:before {
	content: "\f1a0"
}

.icon.icon-equals:before {
	content: "\f147"
}

.icon.icon-minus:before {
	content: "\f18a"
}

.user-forecasts-statistic-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 866px;
	margin: 0 auto;
	justify-content: space-between
}

.svg-container {
	display: inline-block;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	vertical-align: top;
	overflow: hidden
}

.svg-content-responsive {
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0
}

.x-axis,
.x-axis .domain,
.x-axis .tick line {
	fill: none;
	stroke: #bdbdbd
}

.y-axis .domain {
	stroke-width: 1px
}

.y-axis .domain {
	stroke: none
}

.y-axis .tick line {
	fill: none;
	stroke: none
}

.tick {

	font-size: 10px;
	stroke: none
}

.tick text {
	fill: #a9a9a9
}

.grid line {
	stroke: #dcdcdc;
	shape-rendering: crispEdges
}

.grid.grid-y .domain+.tick line {
	stroke: #bdbdbd
}

.grid path {
	stroke-width: 0
}

.axis path,
.axis line {
	fill: #bdbdbd;
	stroke: none
}

.x.axis path {
	display: none
}

.line {
	fill: none;
	stroke: #d02827;
	stroke-width: 2px
}

.line.min {
	stroke-width: 1px
}

.line.above {
	stroke: #22a636
}

.expert-score-chart {
	z-index: 2;
	position: relative;
	transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	border: 1px solid #e6e6e6;
	width: 100%;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: none;
	margin-bottom: 20px;
	background-color: #f2f2f2
}

.expert-score-chart {
	display: block
}

.expert-score-chart circle.plus {
	fill: #22a636
}

.expert-score-chart circle.minus {
	fill: #d02827
}

.expert-score-chart circle.not-calculated {
	fill: gray
}

.expert-score-chart circle.zero {
	fill: gray
}

.clickable {
	cursor: pointer
}

.text-label {
	font-size: 12px
}

svg .text-label {
	text-anchor: middle;

	fill: #a9a9a9
}

.expert-score-chart {
	position: relative
}

.notify-bet {
	display: inline-block;
	color: #333
}

.notify-bet .badget {
	border-bottom: medium;
	border-radius: 2px;
	display: inline-block;
-Semibold;
	font-size: 12px;
	height: 14px;
	line-height: 14px;
	padding: 0 5px;
	text-decoration: none
}

.notify-bet .badget.danger {
	background-color: #d8232a;
	color: #fff
}

.notify-bet+.notify-bet {
	margin-top: 10px
}

.notify-bet a {
	color: #333
}

.notify-bet a:hover {
	color: #d8232a
}

.expert-chart-tooltip .notifyjs-help-base {
	background-color: #fff;
	border: 1px solid #d8d8d8
}

.expert-chart-tooltip .notifyjs-help-bottom .arrow {
	display: none
}

.expert-chart-tooltip .notifyjs-help-base:before {
	background: transparent url(/images/hint-inner.png) no-repeat scroll 0 0;
	content: "";
	height: 6px;
	left: 24px;
	position: absolute;
	top: -6px;
	width: 10px;
	z-index: 21
}

.notifyjs-help-base {
	padding-bottom: 8px
}

.notifyjs-help-base .up {
	color: #57a863
}

.notifyjs-help-base .down {
	color: #d8232a
}

.notifyjs-help-base .balance {
	text-decoration: none;
	border-bottom: none;
-Semibold
}

.notify-popup-container {
	left: 0;
	top: 0;
	-webkit-transition: .1s linear;
	-moz-transition: .1s linear;
	-o-transition: .1s linear;
	z-index: 20;
	position: absolute;
	background-color: #fff;
	oveflow: hidden;
	width: 295px;
	border: 1px solid #d8d8d8;
	border-radius: 4px;
	pointer-events: none;
	opacity: 0
}

.notify-popup-container.all {
	width: 172px;
	white-space: nowrap;

}

.notify-popup-container .popup-header {
	font-size: 12px;
	border-radius: 4px;
	padding: 0 16px;
	height: 30px;
	line-height: 30px;
	background-color: #f4f4f4;
	color: #999
}

.notify-popup-container .popup-header .balance {
	float: right
}

.notify-popup-container .popup-header .balance .num {

}

.notify-popup-container .item {
	font-size: 12px;
	padding: 12px 16px 16px;
	line-height: 16px
}

.notify-popup-container .item+.item {
	border-top: 1px solid #d8d8d8
}

.notify-popup-container .item .caption {
	color: #333
}

.notify-popup-container .item .caption:hover {
	color: #d8232a
}

.notify-popup-container .item .bet {

	margin-top: 12px
}

.notify-popup-container .item .result {

	margin-top: 8px;
	color: #9a9a9a
}

.notify-popup-container .item .win,
.notify-popup-container .item .bet-status1 {
	color: #219832
}

.notify-popup-container .item .bet-status2 {
	color: #333
}

.notify-popup-container .item .lose,
.notify-popup-container .item .bet-status3 {
	color: #d02827
}

.notify-popup-container .item .bet-status4 {
	color: #d02827
}

.notify-popup-container .item .bet-status5 {
	color: #219832
}

.notify-popup-container.all .item {
	padding: 7px 16px 10px;
	line-height: 18px
}

.notify-popup-container .item .month-balance {

	color: #333
}

.notify-popup-container .item .stat-line {
	margin-top: 8px;

	color: #b8bab7
}

.notify-popup-container .item .stat-line .return {
	color: #333
}

.notify-popup-container:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 20px;
	height: 6px;
	display: block;
	width: 10px;
	background: url(/img/hint-arr-gray.gif) 0 0 no-repeat transparent
}

.notify-popup-container.all.right:before {
	left: 130px
}

.notify-popup-container.month.right:before {
	left: 245px
}

.rub {

}

.chart,
.chart-month {
	position: relative
}

.tab-chart {
	display: none
}

.tab-chart.is-active {
	display: block
}

.block-section-forecasts .d-md-block {
	width: fit-content;
	margin: 0 auto
}

.article-empty .icon {
	margin: 0 auto 1rem;
	width: 4rem;
	height: 4rem;
	color: #0003
}

.article-empty .icon:before {
	font-size: 4rem;
	line-height: 4rem
}

.icon.icon-blog:before {
	content: "\f11a"
}

.article-empty .heading {
	text-align: center;
	color: #0006
}

@media (min-width:744px) {
	.article-empty {
		padding-top: 8.5rem;
		padding-bottom: 11.5rem
	}
}

.article-empty {
	padding-top: 3.5rem;
	padding-bottom: 5.5rem;
	text-align: center
}

.expert-score-chart img {
	width: 100%;
	height: 100%
}

@media (min-width:744px) {
	.user-forecasts-statistic-footer {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	h1,
	.heading-1 {
		font-size: 3rem;
		line-height: 1
	}
}

.user-forecasts-statistic-footer .subscribers,
.user-forecasts-statistic-footer .bets-scale {
	color: #0003;
	font-size: .8125rem;
	font-weight: 600;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	width: fit-content
}

.user-forecasts-statistic .statistic {
	margin-right: 1.5rem;
	margin-bottom: 1.5rem
}

h1,
.heading-1 {
	font-size: 1.5rem;
	line-height: 1.75rem
}


.block-section {
	display: block;
	padding: 1rem;
	position: relative
}

.user-block .image img {
	margin: 0 auto;
	height: auto;
	border-radius: .25rem
}

.user-block .description {
	margin-top: 1rem;
	color: #0006
}

.user-block .user-activity {
	margin-top: 1.5rem
}

.user-block .user-activity a {
	display: block
}

a.arrowed {
	position: relative;
	padding-right: 1.25rem
}

.user-block .user-activity .count {
	margin-right: .5rem;

	font-size: 1rem
}

a .count {
	-webkit-transition: color .2s;
	transition: color .2s
}

a.arrowed:after {
	font-family: iconfont, sans-serif;
	content: "\f1a9";
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	width: 1rem;
	height: 1rem;
	color: #0006;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color .2s;
	transition: color .2s
}

.tab-panel.active {
	display: block
}

.user-page>.block:first-child {
	border-radius: 0 0 .5rem .5rem
}

.block {
	display: block;
	margin-bottom: 2rem;
	border-radius: .5rem;
	background-color: #fff
}

.block.beside-block {
	margin-bottom: 0;
	border-radius: .5rem .5rem 0 0
}

.tabs a.active,
.tabs .link.active,
.tabs .heading-5.active,
.tabs h1.active {
	border-bottom-color: #0006;
	color: inherit;
	cursor: default
}

.tabs a .count,
.tabs .link .count,
.tabs .heading-5 .count,
.tabs h1 .count {
	color: #00000026;
	margin-left: .25rem
}

.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 -1px #0000001a
}

@media (min-width:744px) {
	.block-section {
		padding: 1.5rem !important
	}

	.tabs {
		padding-bottom: 0 !important
	}
}

.tabs a,
.tabs .link,
.tabs .heading-5,
.tabs h1 {
	display: block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 1rem;
	margin-bottom: 0;
	padding-bottom: 1rem;
	border-bottom: solid 1px rgba(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-transition: all .2s;
	transition: all .2s;
	cursor: pointer
}

@media (min-width:744px) {

	.tabs a,
	.tabs .link,
	.tabs .heading-5,
	.tabs h1 {
		margin-right: 1rem;
		padding-bottom: 1.5rem
	}
}

.chart-line-grey {
	stroke: #ebebeb;
	fill: none
}

.block-section {
	padding: 1rem;
	position: relative
}

.user-role.role-9 {
	background-color: #f0f1f2;
	color: rgba(0, 0, 0, .4)
}

.profile-navigation li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.profile-navigation .icon-user:before {
	color: #3498db
}

.profile-navigation .icon-blog:before {
	color: #5e48a2
}

.profile-navigation .count {
	background-color: rgba(0, 0, 0, .2);
	border-radius: .5rem;
	color: #fff !important;
	font-size: .75rem;
	margin-left: auto;
	padding: 0 .375rem
}

.profile-navigation .count.new {
	background-color: #0855c4
}

.profile-navigation a:hover .count {
	color: #fff !important
}

.bookmaker__container {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.top-articles-block .block-section.link {
	border-top: 1px solid rgba(0, 0, 0, .1) !important
}

.league-header+.description p {
	font-size: 18px;
	margin-top: 1rem
}

@media (min-width:744px) {
	.league-header+.description p {
		margin-top: 2.5rem
	}
}

.marking-sport {
	color: rgba(0, 0, 0, .4);
	line-height: 1.5;
	margin-bottom: 5px;
	margin-top: -5px
}

.container input:-webkit-autofill,
.container input:-webkit-autofill:focus,
.container input:-webkit-autofill:hover,
.container select:-webkit-autofill,
.container select:-webkit-autofill:focus,
.container select:-webkit-autofill:hover {
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.title-line_m h2:first-child {
	margin-bottom: 1rem;
	margin-top: .5rem
}

@media (min-width:744px) {
	.title-line_m h2:first-child {
		margin-bottom: 1.5rem
	}
}

.bookmakers-ratings-list .icon {
	display: block
}

.bookmakers-ratings-list .icon-bonus:before {
	color: #f5a623
}

.bookmakers-ratings-list .icon-new:before {
	color: #5e48a2
}

.bookmakers-ratings-list .icon-mobile:before {
	color: #3498db
}

html {
	-webkit-text-size-adjust: 100%;
	line-height: 1.15
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

a {
	background-color: transparent
}

b {
	font-weight: bolder
}

img {
	border-style: none
}

button,
input,
select {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

button {
	-webkit-appearance: button
}

button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

button:-moz-focusring {
	outline: 1px dotted ButtonText
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

template {
	display: none
}

.c-grey {
	color: rgba(0, 0, 0, .4) !important
}

.c-white {
	color: #fff !important
}

.c-blue {
	color: #3498db !important
}

.c-blue-50 {
	color: rgba(52, 152, 219, .5) !important
}

.c-blue-30 {
	color: rgba(52, 152, 219, .3) !important
}

.c-blue-20 {
	color: rgba(52, 152, 219, .2) !important
}

.c-blue-10 {
	color: rgba(52, 152, 219, .1) !important
}

.c-blue-100 {
	color: #e6f1fa !important
}

.c-blue-150 {
	color: #9acced !important
}

.c-blue-200 {
	color: #bddbef !important
}

.c-orange {
	color: #f5a623 !important
}

.c-match-head {
	color: #2b2e36 !important
}

.bg-none {
	background-color: transparent !important
}

.bg-grey {
	background-color: rgba(0, 0, 0, .4) !important
}

.bg-blue {
	background-color: #3498db !important
}

.bg-blue-50 {
	background-color: rgba(52, 152, 219, .5) !important
}

.bg-blue-30 {
	background-color: rgba(52, 152, 219, .3) !important
}

.bg-blue-20 {
	background-color: rgba(52, 152, 219, .2) !important
}

.bg-blue-10 {
	background-color: rgba(52, 152, 219, .1) !important
}

.bg-blue-100 {
	background-color: #e6f1fa !important
}

.bg-blue-150 {
	background-color: #9acced !important
}

.bg-blue-200 {
	background-color: #bddbef !important
}

.bg-match-head {
	background-color: #2b2e36 !important
}

.mt-0 {
	margin-top: 0 !important
}

.pt-0 {
	padding-top: 0 !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: .25rem !important
}

.mb-2 {
	margin-bottom: .5rem !important
}

.mb-3 {
	margin-bottom: .75rem !important
}

.mb-4 {
	margin-bottom: 1rem !important
}

.mb-5 {
	margin-bottom: 1.25rem !important
}

.mb-6 {
	margin-bottom: 1.5rem !important
}

.mb-7 {
	margin-bottom: 1.75rem !important
}

.mb-8 {
	margin-bottom: 2rem !important
}

.mb-9 {
	margin-bottom: 2.25rem !important
}

.mb-10 {
	margin-bottom: 2.5rem !important
}

.mb-11 {
	margin-bottom: 2.75rem !important
}

.mb-12 {
	margin-bottom: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pl-0 {
	padding-left: 0 !important
}

.pl-1 {
	padding-left: .25rem !important
}

.pl-2 {
	padding-left: .5rem !important
}

.pl-3 {
	padding-left: .75rem !important
}

.p-4 {
	padding: 1rem !important
}

.pl-4 {
	padding-left: 1rem !important
}

.pl-5 {
	padding-left: 1.25rem !important
}

.pl-6 {
	padding-left: 1.5rem !important
}

.pl-7 {
	padding-left: 1.75rem !important
}

.pl-8 {
	padding-left: 2rem !important
}

.pl-9 {
	padding-left: 2.25rem !important
}

.pl-10 {
	padding-left: 2.5rem !important
}

.pl-11 {
	padding-left: 2.75rem !important
}

.pl-12 {
	padding-left: 3rem !important
}

@media (min-width:744px) {
	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mb-md-1 {
		margin-bottom: .25rem !important
	}

	.mb-md-2 {
		margin-bottom: .5rem !important
	}

	.mb-md-3 {
		margin-bottom: .75rem !important
	}

	.mb-md-4 {
		margin-bottom: 1rem !important
	}

	.mb-md-5 {
		margin-bottom: 1.25rem !important
	}

	.mb-md-6 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-7 {
		margin-bottom: 1.75rem !important
	}

	.mb-md-8 {
		margin-bottom: 2rem !important
	}

	.mb-md-9 {
		margin-bottom: 2.25rem !important
	}

	.mb-md-10 {
		margin-bottom: 2.5rem !important
	}

	.mb-md-11 {
		margin-bottom: 2.75rem !important
	}

	.mb-md-12 {
		margin-bottom: 3rem !important
	}

	.pl-md-0 {
		padding-left: 0 !important
	}

	.pl-md-1 {
		padding-left: .25rem !important
	}

	.pl-md-2 {
		padding-left: .5rem !important
	}

	.pl-md-3 {
		padding-left: .75rem !important
	}

	.pl-md-4 {
		padding-left: 1rem !important
	}

	.pl-md-5 {
		padding-left: 1.25rem !important
	}

	.pl-md-6 {
		padding-left: 1.5rem !important
	}

	.pl-md-7 {
		padding-left: 1.75rem !important
	}

	.pl-md-8 {
		padding-left: 2rem !important
	}

	.pl-md-9 {
		padding-left: 2.25rem !important
	}

	.pl-md-10 {
		padding-left: 2.5rem !important
	}

	.pl-md-11 {
		padding-left: 2.75rem !important
	}

	.pl-md-12 {
		padding-left: 3rem !important
	}
}

@media (min-width:984px) {
	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: .25rem !important
	}

	.mb-lg-2 {
		margin-bottom: .5rem !important
	}

	.mb-lg-3 {
		margin-bottom: .75rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1rem !important
	}

	.mb-lg-5 {
		margin-bottom: 1.25rem !important
	}

	.mb-lg-6 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-7 {
		margin-bottom: 1.75rem !important
	}

	.mb-lg-8 {
		margin-bottom: 2rem !important
	}

	.mb-lg-9 {
		margin-bottom: 2.25rem !important
	}

	.mb-lg-10 {
		margin-bottom: 2.5rem !important
	}

	.mb-lg-11 {
		margin-bottom: 2.75rem !important
	}

	.mb-lg-12 {
		margin-bottom: 3rem !important
	}

	.pl-lg-0 {
		padding-left: 0 !important
	}

	.pl-lg-1 {
		padding-left: .25rem !important
	}

	.pl-lg-2 {
		padding-left: .5rem !important
	}

	.pl-lg-3 {
		padding-left: .75rem !important
	}

	.pl-lg-4 {
		padding-left: 1rem !important
	}

	.pl-lg-5 {
		padding-left: 1.25rem !important
	}

	.pl-lg-6 {
		padding-left: 1.5rem !important
	}

	.pl-lg-7 {
		padding-left: 1.75rem !important
	}

	.pl-lg-8 {
		padding-left: 2rem !important
	}

	.pl-lg-9 {
		padding-left: 2.25rem !important
	}

	.pl-lg-10 {
		padding-left: 2.5rem !important
	}

	.pl-lg-11 {
		padding-left: 2.75rem !important
	}

	.pl-lg-12 {
		padding-left: 3rem !important
	}
}

@media (min-width:1366px) {
	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.mb-xxl-1 {
		margin-bottom: .25rem !important
	}

	.mb-xxl-2 {
		margin-bottom: .5rem !important
	}

	.mb-xxl-3 {
		margin-bottom: .75rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 1.25rem !important
	}

	.mb-xxl-6 {
		margin-bottom: 1.5rem !important
	}

	.mb-xxl-7 {
		margin-bottom: 1.75rem !important
	}

	.mb-xxl-8 {
		margin-bottom: 2rem !important
	}

	.mb-xxl-9 {
		margin-bottom: 2.25rem !important
	}

	.mb-xxl-10 {
		margin-bottom: 2.5rem !important
	}

	.mb-xxl-11 {
		margin-bottom: 2.75rem !important
	}

	.mb-xxl-12 {
		margin-bottom: 3rem !important
	}

	.pl-xxl-0 {
		padding-left: 0 !important
	}

	.pl-xxl-1 {
		padding-left: .25rem !important
	}

	.pl-xxl-2 {
		padding-left: .5rem !important
	}

	.pl-xxl-3 {
		padding-left: .75rem !important
	}

	.pl-xxl-4 {
		padding-left: 1rem !important
	}

	.pl-xxl-5 {
		padding-left: 1.25rem !important
	}

	.pl-xxl-6 {
		padding-left: 1.5rem !important
	}

	.pl-xxl-7 {
		padding-left: 1.75rem !important
	}

	.pl-xxl-8 {
		padding-left: 2rem !important
	}

	.pl-xxl-9 {
		padding-left: 2.25rem !important
	}

	.pl-xxl-10 {
		padding-left: 2.5rem !important
	}

	.pl-xxl-11 {
		padding-left: 2.75rem !important
	}

	.pl-xxl-12 {
		padding-left: 3rem !important
	}
}

.d-none {
	display: none !important
}

.d-block {
	display: block !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-flex {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important
}

@media (min-width:567px) {
	.d-smd-none {
		display: none !important
	}

	.d-smd-block {
		display: block !important
	}

	.d-smd-table {
		display: table !important
	}

	.d-smd-table-row {
		display: table-row !important
	}

	.d-smd-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width:744px) {
	.d-md-none {
		display: none !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width:984px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

@media (min-width:1366px) {
	.d-xxl-none {
		display: none !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-flex {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important
	}
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.heading-1,
.heading-2,
.heading-3,
.heading-4,
.heading-5,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 1rem;
	margin-top: 0
}

.heading-2:last-child,
.heading-3:last-child,
.heading-4:last-child,
.heading-5:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0
}

@media (min-width:744px) {

	.heading-1,
	.heading-2,
	h1,
	h2 {
		margin-bottom: 1.5rem
	}
}


.heading .count {
	color: rgba(0, 0, 0, .2)
}

.display-text {

	font-size: 3.5rem;
	line-height: 1
}

.heading-1,
h1 {
	font-size: 1.5rem;
	line-height: 1.75rem
}

.heading-2,
h2 {
	font-size: 1.375rem;
	line-height: 1.5rem
}

.heading-3,
h3 {
	font-size: 1.25rem;
	line-height: 1.5rem
}

.heading-4,
h4 {
	font-size: 1rem;
	line-height: 1.25rem
}

.heading-5,
h5 {
	font-size: .875rem;
	line-height: 1rem
}

h6 {
	font-size: .75rem;
	line-height: 1rem
}

@media (min-width:744px) {

	.heading-1,
	h1 {
		font-size: 3rem;
		line-height: 1
	}

	.heading-2,
	h2 {
		font-size: 2rem;
		line-height: 1
	}

	.heading-3,
	h3 {
		font-size: 1.5rem;
		line-height: 1.75rem
	}
}

p {
	font-size: 1rem;
	line-height: 1.5rem;
	margin: 0
}

.text-center {
	text-align: center
}

.text-right {
	text-align: right
}

.bold {
	font-weight: 600
}

.text-overflow {
	text-overflow: ellipsis;
	white-space: nowrap
}

.overflow-hidden,
.text-overflow {
	overflow: hidden
}

.responsive-table {
	max-width: 100% !important;
	overflow-x: auto !important
}

.border-none {
	border: none !important
}

.border-top {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.hide-scrollbar {
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
	scrollbar-width: none
}

.hide-scrollbar::-webkit-scrollbar {
	display: none;
	width: 0 !important
}

.icon--orange:before {
	color: #f9ba53 !important
}

.icon--bg-grey:before {
	background: rgba(0, 0, 0, .4) !important;
	color: #fff !important
}

.container {
	margin-left: auto;
	margin-right: auto;
	padding-left: .75rem;
	padding-right: .75rem;
	width: 100%
}

@media (min-width:744px) {
	.container {
		max-width: 45rem
	}
}

@media (min-width:984px) {
	.container {
		max-width: 60rem
	}
}

@media (min-width:1080px) {
	.container {
		max-width: 66rem
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 78rem
	}
}

@media (min-width:1366px) {
	.container {
		max-width: 66rem
	}
}

@media (min-width:1566px) {
	.container {
		max-width: 78rem
	}
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -.5rem;
	margin-right: -.5rem
}

@media (min-width:744px) {
	.row {
		margin-left: -.75rem;
		margin-right: -.75rem
	}

	.row.small-gap {
		margin-left: -.5rem;
		margin-right: -.5rem
	}

	.row.small-gap>[class*=col-] {
		padding-left: .5rem;
		padding-right: .5rem
	}
}

.row.bordered {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin-left: -1.5rem;
	margin-right: -1.5rem
}

@media (min-width:744px) {
	.row.bordered>[class*=col-] {
		padding-left: 1.5rem;
		padding-right: 1.5rem
	}

	.row.bordered>[class*=col-]+[class*=col-] {
		border-left: 1px solid rgba(0, 0, 0, .1)
	}
}

.row.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.row.stretch {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.row.stretch>[class*=col-] {
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.row.stretch>[class*=col-] {
		margin-bottom: 1.5rem
	}
}

.row.stretch>[class*=col-]>.block {
	height: 100%;
	margin-bottom: 0
}

[class*=col-] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	min-width: 0;
	padding-left: .5rem;
	padding-right: .5rem
}

@media (min-width:744px) {
	[class*=col-] {
		padding-left: .75rem;
		padding-right: .75rem
	}
}

.col-3 {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	max-width: 25%
}

.col-4 {
	-ms-flex-preferred-size: 33.33333333%;
	flex-basis: 33.33333333%;
	max-width: 33.33333333%
}

.col-6 {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	max-width: 50%
}

.col-8 {
	-ms-flex-preferred-size: 66.66666667%;
	flex-basis: 66.66666667%;
	max-width: 66.66666667%
}

.col-9 {
	-ms-flex-preferred-size: 75%;
	flex-basis: 75%;
	max-width: 75%
}

.col-12 {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%
}

.col-grow {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

@media (min-width:567px) {
	.col-smd-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-smd-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-smd-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-smd-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-smd-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-smd-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-smd-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
}

@media (min-width:744px) {
	.col-md-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
	}

	.col-md-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
	}

	.col-md-20 {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%
	}

	.col-md-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-md-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-md-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
	}

	.col-md-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-md-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
	}

	.col-md-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-md-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-md-80 {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		max-width: 80%
	}

	.col-md-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
	}

	.col-md-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
	}

	.col-md-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-md-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
}

@media (min-width:984px) {
	.col-lg-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
	}

	.col-lg-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
	}

	.col-lg-20 {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%
	}

	.col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-lg-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
	}

	.col-lg-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
	}

	.col-lg-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-lg-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-lg-80 {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		max-width: 80%
	}

	.col-lg-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
	}

	.col-lg-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
	}

	.col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-lg-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
}

@media (min-width:1366px) {
	.col-xxl-1 {
		-ms-flex-preferred-size: 8.33333333%;
		flex-basis: 8.33333333%;
		max-width: 8.33333333%
	}

	.col-xxl-2 {
		-ms-flex-preferred-size: 16.66666667%;
		flex-basis: 16.66666667%;
		max-width: 16.66666667%
	}

	.col-xxl-20 {
		-ms-flex-preferred-size: 20%;
		flex-basis: 20%;
		max-width: 20%
	}

	.col-xxl-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.col-xxl-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}

	.col-xxl-5 {
		-ms-flex-preferred-size: 41.66666667%;
		flex-basis: 41.66666667%;
		max-width: 41.66666667%
	}

	.col-xxl-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%
	}

	.col-xxl-7 {
		-ms-flex-preferred-size: 58.33333333%;
		flex-basis: 58.33333333%;
		max-width: 58.33333333%
	}

	.col-xxl-8 {
		-ms-flex-preferred-size: 66.66666667%;
		flex-basis: 66.66666667%;
		max-width: 66.66666667%
	}

	.col-xxl-9 {
		-ms-flex-preferred-size: 75%;
		flex-basis: 75%;
		max-width: 75%
	}

	.col-xxl-80 {
		-ms-flex-preferred-size: 80%;
		flex-basis: 80%;
		max-width: 80%
	}

	.col-xxl-10 {
		-ms-flex-preferred-size: 83.33333333%;
		flex-basis: 83.33333333%;
		max-width: 83.33333333%
	}

	.col-xxl-11 {
		-ms-flex-preferred-size: 91.66666667%;
		flex-basis: 91.66666667%;
		max-width: 91.66666667%
	}

	.col-xxl-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}

	.col-xxl-grow {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0%;
		flex: 1 0 0%
	}
}

.icon.icon-android:before {
	content: "\f105"
}

.icon.icon-block:before {
	content: "\f118"
}

.icon.icon-blog-1:before {
	content: "\f114"
}

.icon.icon-blog:before {
	content: "\f11a"
}

.icon.icon-cards:before {
	content: "\f124"
}

.icon.icon-circle-e:before {
	content: "\f12d"
}

.icon.icon-circle-i:before {
	content: "\f12e"
}

.icon.icon-comments:before {
	content: "\f135"
}

.icon.icon-cross:before {
	content: "\f139"
}

.icon.icon-desktop:before {
	content: "\f141"
}

.icon.icon-expert:before {
	content: "\f149"
}

.icon.icon-f1:before {
	content: "\f14c"
}

.icon.icon-football:before {
	content: "\f154"
}

.icon.icon-chartbar:before {
	content: "\f12a";
}

.icon.icon-card-view:before {
	content: "\f124";
}

.icon.icon-forecasts-1:before {
	content: "\f157"
}

.icon.icon-forecasts-2:before {
	content: "\f156"
}

.icon.icon-image:before {
	content: "\f16a"
}

.icon.icon-like-fill:before {
	content: "\f170"
}

.icon.icon-link:before {
	content: "\f172"
}

.icon.icon-logo-facebook-2:before {
	content: "\f177"
}

.icon.icon-logo-facebook:before {
	content: "\f178"
}

.icon.icon-logo-telegram-2:before {
	content: "\f180"
}

.icon.icon-logo-telegram:before {
	content: "\f181"
}

.icon.icon-logo-twitter:before {
	content: "\f182"
}

.icon.icon-logo-vk-2:before {
	content: "\f183"
}

.icon.icon-logo-vk:before {
	content: "\f184"
}

.icon.icon-match-count:before {
	content: "\f187"
}

.icon.icon-match:before {
	content: "\f188"
}

.icon.icon-more:before {
	content: "\f18e"
}

.icon.icon-new:before {
	content: "\f18f"
}

.icon.icon-page-menu:before {
	content: "\f196"
}

.icon.icon-pin-1:before {
	content: "\f19b"
}

.icon.icon-pin:before {
	content: "\f19c"
}

.icon.icon-right:before {
	content: "\f1a9"
}

.icon.icon-rugby:before {
	content: "\f1ab"
}

.icon.icon-send:before {
	content: "\f1b2"
}

.icon.icon-share:before {
	content: "\f1b2"
}

.icon.icon-user:before {
	content: "\f1c7"
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0
}

@media (min-width:744px) {
	.section-heading {
		margin-bottom: 1.5rem
	}
}


.section-description {
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.section-description {
		margin-bottom: 1.5rem
	}
}

.heading+.section-description {
	margin-top: -.5rem
}

@media (min-width:744px) {
	.heading+.section-description {
		margin-bottom: 2rem
	}
}

a {
	-webkit-tap-highlight-color: transparent;
	color: #40a69f;
	text-decoration: none;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s
}

a .count {
	-webkit-transition: color .2s;
	transition: color .2s
}

a:hover {
	color: #0855c4
}

a.arrowed {
	padding-right: 1.25rem;
	position: relative
}

a.arrowed:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .4);
	content: "\f1a9";
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s;
	transition: color .2s;
	width: 1rem
}

a.arrowed:hover:after {
	color: #0855c4
}

.link:hover,
p a:hover,
.content a:hover {
	color: #0855c4
}

.link {
	cursor: pointer;
	font-weight: 600;
	-webkit-transition: color .2s;
	transition: color .2s
}

.link .count {
	color: rgba(0, 0, 0, .2);
	margin-left: .375rem
}

.link.arrowed {
	padding-right: 1.25rem;
	position: relative
}

.link.arrowed:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .4);
	content: "\f1a9";
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s;
	transition: color .2s;
	width: 1rem
}

.link.arrowed:hover:after {
	color: #0855c4
}

.href-link {
	color: #3498db;
	cursor: pointer
}

.href-link:hover {
	color: #0855c4
}

.js-link:hover {
	cursor: pointer
}

b {
	font-weight: 600
}

ul {
	margin: 0;
	padding: 0
}

ul li {
	display: block
}

ul.bordered li+li {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 1rem;
	padding-top: 1rem
}

ul.bordered.small li+li {
	margin-top: .5rem;
	padding-top: .5rem
}

ul.gapped li+li {
	margin-top: 1rem
}

ul.gapped.small li+li {
	margin-top: .5rem
}

img {
	border: none;
	max-width: 100%
}

.img-box {
	-ms-flex-negative: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	position: relative
}

.img-box.small {
	height: 1.5rem;
	width: 1.5rem
}

.img-box.circle {
	background-color: #fff;
	border-radius: 50%
}

.img-box>img {
	left: 50%;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media (min-width:744px) {

	a.img-box:focus,
	a.img-box:hover,
	a:focus .img-box,
	a:hover .img-box {
		-webkit-filter: brightness(102%);
		filter: brightness(102%)
	}
}

table {
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .75rem;
	width: 100%
}

@media (min-width:984px) {
	table {
		font-size: .875rem
	}
}

table:not(.tournament-group-table) {
	display: block;
	overflow-x: auto
}

@media (min-width:744px) {
	table:not(.tournament-group-table) {
		display: table
	}
}

@media (min-width:984px) {

	.content-body table,
	.post-content table {
		font-size: 1rem
	}
}

table th {
	padding: .5rem .25rem
}

table th:first-child {
	padding-left: 0
}

table th:last-child {
	padding-right: 0
}

table th {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 0;
	text-align: left
}

table th[colspan] {
	border-bottom-color: #e5e5e5
}

input[type=number] {
	-moz-appearance: textfield
}

input::-ms-clear {
	display: none
}

.content-body {
	font-size: 1rem;
	line-height: 1.5rem
}

.content-body .twitter-tweet {
	overflow: hidden
}

.content-body img {
	border-radius: .5rem;
	object-fit: contain;
	max-height: 70vh;
}

@media (min-width:1080px) {
	.content-body:not(.no-paddings) {
		padding: 1rem 4rem 3.5rem
	}
}

.content-body>:last-child:not(.gray) {
	margin-bottom: 0 !important
}

.content-body .heading-2,
.content-body h2 {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin: 1.5rem 0 .75rem
}

@media (min-width:744px) {

	.content-body .heading-2,
	.content-body h2 {
		font-size: 1.75rem;
		line-height: 2rem;
		margin: 2.5rem 0 1rem
	}
}

.content-body .heading-3,
.content-body h3 {
	font-size: 1.125rem;
	line-height: 1.25rem;
	margin: 1rem 0 .75rem
}

@media (min-width:744px) {

	.content-body .heading-3,
	.content-body h3 {
		font-size: 1.25rem;
		line-height: 1.375rem;
		margin: 1.5rem 0 1rem
	}
}


.content-body h1 a,
.content-body h2 a,
.content-body h3 a,
.content-body h4 a,
.content-body h5 a,
.content-body h6 a {
	color: #3498db
}

.content-body h1 a:hover,
.content-body h2 a:hover,
.content-body h3 a:hover,
.content-body h4 a:hover,
.content-body h5 a:hover,
.content-body h6 a:hover {
	color: #0855c4
}

.content-body li,
.content-body p {
	margin: .75rem 0
}

@media (min-width:744px) {

	.content-body li,
	.content-body p {
		margin: 1rem 0
	}
}

.content-body li:first-child,
.content-body p:first-child {
	margin-top: 0
}

.content-body li:last-child,
.content-body p:last-child {
	margin-bottom: 0
}

.content-body ul {
	margin: .75rem 0
}

@media (min-width:744px) {
	.content-body ul {
		margin: 1rem 0
	}
}

.content-body ul {
	padding-left: 1.5rem
}

.content-body ul li {
	font-size: 1rem;
	line-height: 1.5rem
}

.content-body ul li a {
	color: #3498db
}

.content-body ul li a:hover {
	color: #0855c4
}

.content-body ul li:before {
	content: "•";
	display: inline;
	float: left;
	margin-left: -1.5rem
}

.content-body table:not(.expert-table) {
	display: table;
	line-height: 1rem;
	overflow-x: auto;
	table-layout: inherit !important;
	width: 100% !important
}

.content-body table:not(.expert-table) th {
	border: 1px solid #e5e5e5
}

@media (min-width:744px) {
	.content-body table:not(.expert-table) {
		overflow-x: visible
	}
}

.content-body table:not(.expert-table) th {
	height: auto !important;
	text-align: center
}

.content-body table:not(.expert-table) th:first-child {
	padding-left: .5rem
}

.content-body table:not(.expert-table) th:last-child {
	padding-right: .5rem
}

.content-body table:not(.expert-table) th p {
	margin: 0
}

.content-body table:not(.expert-table) a:hover {
	color: #0855c4
}

.content-body table:not(.expert-table) p {
	font-size: .75rem;
	line-height: 1rem;
	overflow-wrap: normal;
	word-break: normal
}

@media (min-width:744px) {
	.content-body table:not(.expert-table) p {
		font-size: 1rem;
		line-height: 1.5rem
	}
}

.content-body .forecast-bets {
	margin: 1rem 0
}

@media (min-width:744px) {
	.content-body .forecast-bets {
		margin: 1.5rem 0
	}
}

.content-body .match-block {
	margin: 1.5rem 0
}

@media (min-width:744px) {
	.content-body .match-block {
		margin: 2.5rem 0
	}

	.content-body .match-block .top-side {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.content-body .match-block .top-side .match-block-info {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 50%;
		flex: 1 0 50%
	}
}

.content-body .match-block .match-block-info {
	margin-top: .25rem;
	padding-bottom: 0;
	padding-left: 0
}

@media (min-width:744px) {
	.content-body .match-block .match-block-info {
		margin-top: 0;
		padding-left: 1.5rem
	}
}

.content-body .match-block .match-block-info li {
	font-size: .875rem;
	line-height: .75rem;
	margin-top: 1rem;
	padding-top: .75rem
}

.content-body .match-block .match-block-info li:before {
	display: none
}

.content-body .match-block .match-block-info li:first-child {
	margin-top: 0
}

.content-body .match-block .button {
	border-radius: 0 0 .25rem .25rem;
	display: block
}

.content-body .tags {
	margin-top: 1.5rem
}

.content-body img {
	aspect-ratio: auto;
	height: auto
}

.carousel {
	border-radius: .5rem;
	margin: 1rem 0;
	position: relative
}

@media (min-width:744px) {
	.carousel {
		margin: 1.5rem 0
	}
}

.carousel:not(.one-image) .images-wrap {
	background-color: #f0f1f2;
	border-radius: .5rem
}

.carousel:not(.one-image) .images-wrap ul {
	height: 100%;
	width: 100%
}

.carousel .images-wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	height: 300px;
	position: relative
}

@media (min-width:744px) {
	.carousel .images-wrap {
		height: 486px
	}
}

.carousel .images-wrap .image {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-bottom: 0
}

.carousel .images-wrap .image img {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.carousel .images-wrap ul {
	margin: 0;
	padding-left: 0
}

.carousel .images-wrap ul li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin: 0 !important
}

.carousel .images-wrap ul li img {
	display: block;
	max-height: 100%;
	max-width: 100%
}

.carousel .images-wrap ul li:before {
	display: none
}

.carousel .images-wrap ul .image.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 300px
}

@media (min-width:744px) {
	.carousel .images-wrap ul .image.active {
		max-height: 486px
	}
}

.carousel img {
	border-radius: unset
}

.swiper-container.carousel .image {
	border-radius: .5rem
}

.swiper-container.carousel:not(.one-image) .images-wrap {
	margin-bottom: 4.5rem
}

@media (min-width:744px) {
	.swiper-container.carousel:not(.one-image) .images-wrap {
		margin-bottom: 3rem
	}
}

.swiper-container.carousel:not(.one-image) .image {
	background-color: #f0f1f2;
	border-radius: .5rem
}

.swiper-container.carousel:not(.one-image) .image .description {
	bottom: -2.125rem;
	color: rgba(0, 0, 0, .4);
	font-size: .875rem;
	left: 0;
	line-height: 1.25rem;
	margin-bottom: 0;
	overflow: hidden;
	position: absolute;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%
}

@media (min-width:744px) {
	.swiper-container.carousel:not(.one-image) .image .description {
		text-align: left;
		width: calc(100% - 10rem)
	}
}

.forecast-bets {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f0f1f2;
	border-radius: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.5rem 0;
	padding: 1rem 1rem .25rem;
	position: relative
}

@media (min-width:744px) {
	.forecast-bets {
		margin: 2.5rem 0;
		padding: 1.25rem 1.5rem 1.5rem
	}
}

.forecast-bets .link-text {

	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.5rem;
	margin-bottom: 12px !important;
	margin-right: auto;
	margin-top: 0 !important;
	padding-right: 0
}

@media (min-width:744px) {
	.forecast-bets .link-text {
		-ms-flex-preferred-size: 81%;
		flex-basis: 81%;
		margin: 0 !important
	}
}

.forecast-bets .caption {
	-ms-flex-preferred-size: 100%;
	color: rgba(0, 0, 0, .4);
	flex-basis: 100%;
	font-size: .875rem;
	font-weight: 600;
	line-height: 1rem;
	margin-bottom: .25rem
}

.forecast-bets .bar {
	margin-bottom: 12px;
	margin-top: 0
}

@media (min-width:744px) {
	.forecast-bets .bar {
		margin-bottom: -1rem;
		margin-left: auto;
		margin-top: -.75rem
	}
}

.forecast-bets .bar .bar-heading {
	display: none
}

.forecast-bets .bar:not(a) {
	background-color: transparent
}

.forecast-bets a.bar {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	margin-bottom: 12px;
	margin-top: .25rem
}

@media (min-width:744px) {
	.forecast-bets a.bar {
		margin-bottom: 0;
		margin-top: 1rem
	}
}

.forecast-bets a.bar .bar-heading {
	display: block
}

.bar {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid rgba(52, 152, 219, .3);
	border-radius: .25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8125rem;
	overflow: hidden;
	padding: .125rem .125rem .125rem .75rem;
	position: relative;
	-webkit-transition: all .2s;
	transition: all .2s
}

@media (min-width:744px) {
	.bar {
		font-size: .875rem;
		padding: .25rem .25rem .25rem 1rem
	}
}

.bar .bar-heading {
	color: rgba(0, 0, 0, .8);
	font-weight: 600;
	overflow: hidden;
	overflow-wrap: normal;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
	z-index: 2
}

a.bar:hover .bar-heading {
	color: #fff
}

.section-header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.section-header {
		margin-bottom: 1.5rem
	}
}

.section-header>* {
	margin-bottom: 0
}

.large-text p {
	margin-bottom: 1rem
}

.large-text p:last-child {
	margin-bottom: 0
}

@media (min-width:744px) {
	.large-text p {
		font-size: 1.125rem;
		line-height: 1.75rem
	}
}

.content-body div[class^=new-width-for-response-table-mobale] table {
	margin: 0 !important
}

.site-header {
	position: relative;
	top: 0;
	width: 100%;
}

@media (min-width:984px) {
	.site-header {
		z-index: 99
	}
}

.site-header .container {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 64px;
}

@media (min-width:984px) {
	.site-header .container {
		height: 4rem
	}
}

.site-header.site-header_sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

.site-header.site-header_sticky.scrolled {
	z-index: 101;
}

.site-header .site-logo {
	-ms-flex-negative: 0;
	-webkit-tap-highlight-color: transparent;
	flex-shrink: 0;
	height: 1.625rem;
	margin-top: 2px;
	overflow: hidden;
	position: relative;
	-webkit-transition: -webkit-filter .3s;
	transition: -webkit-filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s
}

.site-header .site-logo img {
	max-height: 100%
}

.site-header .site-logo img:nth-child(2) {
	left: -4px;
	-o-object-fit: contain;
	object-fit: contain;
	position: absolute;
	top: 0
}

.site-header .current-page {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
	height: 100%;
	justify-content: center;
	margin-left: auto;
	padding: 0 1rem;
	text-align: center;
	-webkit-transition: color .2s;
	transition: color .2s
}

@media (min-width:984px) {
	.site-header .current-page {
		display: none
	}
}

.site-header a.current-page:hover {
	color: #0855c4
}

.site-header .site-nav {
	display: none
}

@media (min-width:984px) {
	.site-header .site-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-weight: 600
	}

	.site-header .site-nav>li {
		margin-left: 1.5rem;
		position: relative
	}

	.site-header .site-nav>li>a,
	.site-header .site-nav>li>span {
		border-top: 3px solid transparent;
		color: rgba(0, 0, 0, .8);
		display: block;
		line-height: 3.625rem;
		padding-bottom: 3px;
		-webkit-transition: initial;
		transition: initial;
		white-space: nowrap
	}

	.site-header .site-nav>li>a:hover,
	.site-header .site-nav>li>span:hover {
		-webkit-transition-delay: .1s;
		transition-delay: .1s
	}

	.site-header .site-nav>li>a.active,
	.site-header .site-nav>li>span.active {
		border-top-color: #0855c4
	}

	.site-header .site-nav>li>span {
		cursor: pointer
	}

	.site-header .site-nav>li:hover>a,
	.site-header .site-nav>li:hover>span {
		border-top-color: #0855c4;
		color: #0855c4
	}
}


@media (min-width:984px) {
	.site-header .right-side {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
		margin-left: auto
	}
}

.site-header .signin.button {
	margin-left: 1.5rem
}

.site-header .signin.icon-log-in {
	color: rgba(0, 0, 0, .8);
	margin-left: 1rem;
	padding-left: 1rem
}

.site-header .signin.icon-log-in:hover {
	color: #0855c4
}

@media (min-width:984px) {
	.site-header .search-link {
		color: rgba(0, 0, 0, .4);
		font-size: 0;
		padding-left: 1rem
	}

	.site-header .search-link:hover {
		color: #0855c4
	}

	.site-header .search-link {
		margin-left: 1.5rem
	}
}

@media (min-width:1080px) {
	.site-header .search-link {
		margin-left: 1.25rem
	}
}

@media (min-width:984px) {

	.site-header.compact .search-link,
	.site-header.compact .site-nav>li {
		margin-left: 1rem
	}
}

@media (min-width:1566px) {

	.site-header.compact .search-link,
	.site-header.compact .site-nav>li {
		margin-left: 1.5rem
	}
}

.site-header.compact .search-link {
	font-size: 0;
	padding-left: 1rem
}

.site-header.compact .search-link:before {
	font-size: 1rem
}

.site-header .search-form {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: none;
	flex-grow: 1;
	margin-left: 1.5rem
}

.site-header .search-form .icon-search {
	color: rgba(0, 0, 0, .4)
}

.site-header .search-form .select input {
	height: 2rem
}

.site-header .search-form .button {
	margin-left: 1.5rem
}

.site-header .search-form .icon-cross {
	color: rgba(0, 0, 0, .4);
	margin-left: 1.5rem;
	padding-left: 1rem
}

.site-header .search-form .icon-cross:hover {
	color: #0855c4
}

.site-header.search-form-active .right-side {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.site-header.search-form-active .search-link,
.site-header.search-form-active .site-nav {
	display: none
}

.site-header.search-form-active .search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.site-header.search-form-active .mobile-aside_new {
	display: none
}

.site-header.search-form-active .icon.icon-search {
	width: 24px
}

.site-header .user-menu {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	position: relative
}

@media (min-width:984px) {
	.site-header .user {
		background-image: linear-gradient(135deg, #3023ae, #c86dd7);
		border-radius: 50%;
		color: #fff;
		font-size: .9375rem;
		font-weight: 600;
		height: 2rem;
		line-height: 2rem;
		margin-left: 2rem;
		overflow: visible;
		text-align: center;
		width: 2rem
	}

	.site-header .user:after {
		background: #a1aab3;
		border: .125rem solid #f0f1f2;
		border-radius: 50%;
		content: "";
		display: block;
		height: .625rem;
		position: absolute;
		right: 0;
		top: 0;
		width: .625rem
	}
}


.site-header.active {
	background: #fff;
	-webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 16px 0 rgba(0, 0, 0, .1);
	position: -webkit-sticky;
	position: sticky;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all .2s ease;
	transition: all .2s ease
}

@-webkit-keyframes indicate {
	0% {
		background: rgba(246, 71, 71, .24);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		background: rgba(246, 71, 71, .36);
		-webkit-transform: scale(1.16);
		transform: scale(1.16)
	}

	to {
		background: rgba(246, 71, 71, .24);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes indicate {
	0% {
		background: rgba(246, 71, 71, .24);
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		background: rgba(246, 71, 71, .36);
		-webkit-transform: scale(1.16);
		transform: scale(1.16)
	}

	to {
		background: rgba(246, 71, 71, .24);
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}

.mobile-aside-bg {
	background-color: rgba(0, 0, 0, .4);
	height: 100%;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 0;
	-webkit-transition: .3s;
	transition: .3s;
	width: 100%;
	z-index: 110
}

.mobile-aside-bg.active {
	opacity: 1;
	pointer-events: auto
}

@media (min-width:984px) {
	.mobile-aside-bg {
		display: none
	}
}

.mobile-aside-inner {
	padding-top: 1rem
}

.mobile-aside {
	background-color: #fff;
	font-size: 1rem;
	font-weight: 600;
	height: 100%;
	left: 0;
	line-height: 1.25rem;
	overflow-y: auto;
	padding: 1rem 0 0 2.75rem;
	position: fixed;
	top: 0;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	width: 17.5rem;
	will-change: transform;
	z-index: 110
}

.mobile-aside.active {
	-webkit-transform: translateX(0);
	transform: translateX(0)
}

.mobile-aside a {
	margin-left: -2.75rem;
	padding-left: 2.75rem
}

.mobile-aside a:before {
	width: 2.75rem
}

.mobile-aside li,
.mobile-aside .li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.mobile-aside li:hover .count {
	color: #0855c4
}

.mobile-aside li .count {
	-ms-flex-item-align: baseline;
	align-self: baseline;
	color: rgba(0, 0, 0, .2);
	font-weight: 600;
	margin-left: .25rem;
	-webkit-transition: color .2s;
	transition: color .2s
}

.mobile-aside .header {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem;
	margin-top: 2px;
	padding-right: 1rem
}

.mobile-aside .site-logo {
	-webkit-tap-highlight-color: transparent;
	display: block;
	height: 1.625rem;
	margin-left: 0;
	overflow: hidden;
	padding-left: 0;
	-webkit-transition: -webkit-filter .3s;
	transition: -webkit-filter .3s;
	transition: filter .3s;
	transition: filter .3s, -webkit-filter .3s
}

.mobile-aside .site-logo:hover {
	-webkit-filter: brightness(110%);
	filter: brightness(110%)
}

.mobile-aside .winline-bonus-mobile-btn {
	margin-left: auto
}

.mobile-aside .winline-bonus-mobile-btn img {
	display: block;
	height: 28px;
	width: 28px
}

.mobile-aside .site-menu {
	padding-bottom: 2rem
}

.mobile-aside .site-menu>li {
	border-top: 1px solid rgba(0, 0, 0, .1);
	display: block;
	margin-top: 1rem;
	padding-right: 1rem;
	padding-top: 1rem
}

.mobile-aside .site-menu>li a.arrowed {
	display: block
}

.mobile-aside .site-menu>li:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}

.mobile-aside .site-menu li ul:not(.additional-menus) {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: .875rem;
	line-height: 1rem;
	margin-top: .25rem
}

.mobile-aside .site-menu li ul:not(.additional-menus) li {
	margin: .5rem 0 0
}

.mobile-aside .site-menu li ul:not(.additional-menus) a {
	color: #3498db;
	font-weight: 400;
	margin-left: 0;
	padding-left: 0
}

.mobile-aside .site-menu li ul:not(.additional-menus) li:after {
	-ms-flex-item-align: center;
	align-self: center;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 50%;
	content: "";
	display: block;
	height: .25rem;
	margin: 0 .5rem;
	width: .25rem
}

.mobile-aside .site-menu li ul:not(.additional-menus) li:last-child:after {
	display: none
}

.mobile-aside .site-menu a.active {
	position: relative
}

.mobile-aside .site-menu a.active:before {
	background: #0855c4;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 3px
}

.mobile-aside .icon-search:before {
	color: rgba(0, 0, 0, .4)
}

.mobile-aside .winline-bonus-mobile {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	border-radius: 3px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 4rem;
	margin-bottom: 1rem;
	margin-left: -2rem;
	margin-right: -.75rem;
	overflow: hidden;
	padding: .75rem 0 .75rem .75rem
}

.mobile-aside .winline-bonus-mobile .heading {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 7.75rem;
	flex: 0 0 7.75rem;
	font-size: 1rem;
	line-height: 1.25rem;
	margin-right: 1.5rem;
	width: 7.75rem
}

.mobile-aside .winline-bonus-mobile:after {
	background-color: #fc6011;
	border-radius: 50% 0 0 50%;
	-webkit-box-shadow: 0 0 0 .5rem #fff;
	box-shadow: 0 0 0 .5rem #fff;
	content: "";
	display: block;
	height: 7rem;
	margin-left: auto;
	width: 7rem
}

.mobile-aside .user-li {
	background-color: #f0f1f2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -2.75rem;
	padding: 1.125rem 1rem 1.125rem 0
}

.mobile-aside .user-li a {
	margin-left: 0
}

.mobile-aside .user-li a+a {
	margin-left: auto;
	padding-left: 0
}

.mobile-aside .user {
	padding-left: 2.75rem;
	position: relative
}

.mobile-aside .user .img-box {
	height: 1.5rem;
	left: .625rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1.5rem
}

.mobile-aside .signin {
	width: 100%
}

.mobile-aside .panel-menu .li,
.mobile-aside .panel-menu li:not(.user-li) {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-top: 0;
	padding: 1rem
}

.mobile-aside .panel-menu .li:last-child,
.mobile-aside .panel-menu li:not(.user-li):last-child {
	border-bottom: none;
	padding-bottom: 2.5rem
}

.mobile-aside .panel-menu .li a,
.mobile-aside .panel-menu .li div.arrowed,
.mobile-aside .panel-menu li:not(.user-li) a,
.mobile-aside .panel-menu li:not(.user-li) div.arrowed {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	display: block;
	flex-grow: 1
}

.mobile-aside .panel-menu .user-li {
	line-height: 1.5rem
}

.mobile-aside .panel-menu .user-li .user {
	line-height: 1.5rem;
	overflow: hidden;
	text-overflow: ellipsis
}

.mobile-aside .panel-menu .count {
	background-color: rgba(0, 0, 0, .2);
	border-radius: 10px;
	color: #fff;
	font-size: .75rem;
	margin-left: auto;
	min-width: 1.25rem;
	padding: 0 .375rem;
	text-align: center
}

.mobile-aside .panel-menu .count.new {
	background-color: #0855c4
}

.mobile-aside.mobile-aside_new {
	overflow: hidden;
	overflow-y: auto;
	padding-left: 0;
	padding-top: 0;
	scrollbar-color: transparent transparent;
	scrollbar-width: thin
}

.mobile-aside.mobile-aside_new::-webkit-scrollbar {
	display: none;
	pointer-events: none !important;
	width: 0 !important
}

.mobile-aside.mobile-aside_new.mobile-aside_desktop.active li.panel__item a,
.mobile-aside.mobile-aside_new.mobile-aside_desktop.active .li.panel__item a {
	color: rgba(0, 0, 0, .8);
	margin-left: -2.75rem;
	padding-left: 2.75rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner {
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	padding-top: 0;
	position: relative;
	scrollbar-color: transparent transparent;
	scrollbar-width: thin;
	-webkit-transition: .3s;
	transition: .3s
}

.mobile-aside.mobile-aside_new .mobile-aside-inner::-webkit-scrollbar {
	display: none;
	pointer-events: none !important;
	width: 0 !important
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__menu {
	max-height: 100%;
	min-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0 0 93px;
	scrollbar-width: none;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__menu::-webkit-scrollbar {
	height: 0;
	width: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__menu.panel__menu_hidden {
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 48px;
	width: calc(100% - 48px)
}

@media (min-width:984px) {
	.mobile-aside.mobile-aside_new .mobile-aside-inner .li {
		border-bottom: 1px solid rgba(0, 0, 0, .1) !important
	}

	.mobile-aside.mobile-aside_new .mobile-aside-inner .li:last-child {
		border-bottom: 0 !important;
		padding-bottom: 0 !important
	}
}

.mobile-aside.mobile-aside_new .mobile-aside-inner li.panel__item-more {
	padding: 0
}

@media (min-width:984px) {
	.mobile-aside.mobile-aside_new .mobile-aside-inner li.panel__item-more {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border: 0;
		border-top: 3px solid transparent;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: initial;
		flex-wrap: nowrap;
		margin: 0 0 0 14px;
		padding-bottom: 2px !important;
		padding: 0 20px;
		position: relative;
		-webkit-transition: color .1s .1s;
		transition: color .1s .1s
	}

	.mobile-aside.mobile-aside_new .mobile-aside-inner li.panel__item-more .panel__item {
		margin-left: 0;
		padding: 0;
		width: 100%
	}

	.mobile-aside.mobile-aside_new .mobile-aside-inner li.panel__item-more .panel__item a.icon {
		color: rgba(0, 0, 0, .8);
		font-size: 14px;
		font-weight: 700;
		padding: 1rem 0 1rem 2.75rem
	}

	.mobile-aside.mobile-aside_new .mobile-aside-inner li.panel__item-more .panel__item a.icon:hover {
		color: #0855c4
	}
}

@media (min-width:984px) {
	.mobile-aside.mobile-aside_new .mobile-aside-inner .li.panel__item:first-of-type .panel-menu.panel__menu {
		padding-top: 0
	}

	.mobile-aside.mobile-aside_new .mobile-aside-inner .li.panel__item:last-of-type .panel-menu.panel__menu {
		margin-bottom: 0
	}
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item {
	margin-left: 48px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu {
	background: #fff;
	display: none;
	height: 100vh;
	left: 0;
	max-height: none;
	min-height: 100%;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	-webkit-transform: translate3d(111%, 0, 0);
	transform: translate3d(111%, 0, 0);
	-webkit-transition: .2s ease;
	transition: .2s ease;
	width: 17.5rem;
	z-index: 10
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item a,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item div.arrowed {
	position: relative
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item a i.icon,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item div.arrowed i.icon {
	height: 1.5rem;
	left: .6rem;
	margin-top: -.75rem;
	padding-left: 0;
	position: absolute;
	top: 50%;
	width: 1.5rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item a i.icon:before,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item div.arrowed i.icon:before {
	font-size: 1.5rem;
	height: 1.5rem;
	left: 0;
	line-height: 1.5rem;
	padding-left: 0;
	position: absolute;
	top: 0;
	width: 1.5rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item a i.icon.desktop-hide:before,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__menu li.panel__item div.arrowed i.icon.desktop-hide:before {
	color: rgba(0, 0, 0, .8)
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item_current:before {
	background-color: #0855c4;
	content: "";
	display: block;
	left: -48px;
	margin: -16px -4px -16px 0;
	position: relative;
	width: 4px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item_current a.arrowed:after {
	color: rgba(0, 0, 0, .8)
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_login {
	padding-left: 0 !important;
	padding-right: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_login a,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_login span {
	margin: 0 auto;
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_login a:before,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_login span:before {
	left: -.875rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_full {
	margin-left: 0;
	padding-left: 48px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_forecast {
	margin-left: 14px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_forecast a {
	width: 85%
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_forecast a:before {
	display: none
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .count,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_forecast .count.new {
	-ms-flex-item-align: center;
	align-self: center;
	background: 0 0;
	color: rgba(0, 0, 0, .2);
	padding: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .count {
	text-align: right
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .count.count_grey {
	color: rgba(0, 0, 0, .6) !important
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus {
	margin-left: 14px;
	padding-right: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus a {
	width: 85%
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus a:before {
	display: none
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus a.arrowed:after {
	right: 1rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus .count {
	-ms-flex-item-align: center;
	align-self: center;
	background: 0 0;
	color: rgba(0, 0, 0, .2);
	margin-right: 1rem;
	padding: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item.panel__item_bonus .count.count_grey {
	color: rgba(0, 0, 0, .6) !important
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:not(.user-li):last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 0
}

@media (min-width:984px) {
	.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:not(.user-li):last-child {
		border-bottom: transparent
	}
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:hover .count {
	color: #fff
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:hover .panel__item .count {
	color: rgba(0, 0, 0, .2)
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:hover .panel__item .count.count_grey {
	color: rgba(0, 0, 0, .6) !important
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item:first-child.panel__item_click {
	border-top: 0;
	margin-top: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item a:after,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item div.arrowed:after {
	color: rgba(0, 0, 0, .2)
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item a:hover,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item div.arrowed:hover {
	color: rgba(0, 0, 0, .8)
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item a:before,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item div.arrowed:before {
	font-size: 1.5rem;
	height: 1.5rem;
	line-height: 20px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item a.arrowed:after,
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item div.arrowed.arrowed:after {
	content: "\f1a9"
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content {
	display: none;
	position: relative;
	width: 100%
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item {
	border-bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-left: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:first-child {
	margin-top: 1rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:first-child a {
	margin-left: -1rem;
	padding-left: 3rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:first-child a:before {
	left: 2px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:not(:first-child),
.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:not(:first-child):hover a {
	margin-left: 2rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:not(:first-child) a {
	margin-left: 0;
	padding-left: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:not(:first-child) a:before {
	display: block;
	left: -2.9rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item:hover {
	margin-left: 0;
	padding-left: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item a {
	font-size: 1rem;
	margin-left: 0;
	padding: 0 2rem;
	text-align: left
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item a:after {
	display: none
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .panel__content li.panel__item a:before {
	display: block;
	font-size: 20px;
	left: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item .count {
	font-size: 14px
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .user-block a {
	background-image: linear-gradient(135deg, #3023ae, #c86dd7);
	border-radius: 50%;
	color: #fff;
	font-size: .9375rem;
	font-weight: 600;
	height: 2rem;
	line-height: 2rem;
	margin-left: 0;
	overflow: visible;
	padding-left: 0;
	text-align: center;
	width: 2rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .user-block a:after {
	background: #a1aab3;
	border: .125rem solid #f0f1f2;
	border-radius: 50%;
	content: "";
	display: block;
	height: .625rem;
	position: absolute;
	right: 0;
	top: 0;
	width: .625rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .icon-name {
	padding-left: 3.25rem
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .desktop-hide {
	display: block
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item_matches {
	border-bottom: 0;
	padding: 0
}

.mobile-aside.mobile-aside_new .mobile-aside-inner .panel__item_matches .panel__item_matches__list {
	width: 100%
}

@media (min-width:984px) {
	.mobile-aside.mobile-aside_new.mobile-aside_desktop {
		background-color: transparent;
		overflow: initial;
		position: relative;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		-webkit-transition: none;
		transition: none;
		width: 100%
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop .desktop-hide {
		display: none
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop nav.mobile-aside-inner {
		overflow: initial
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop .panel-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: initial;
		overflow-y: initial;
		padding: 0
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item {
		border: 0;
		border-top: 3px solid transparent;
		-ms-flex-wrap: initial;
		flex-wrap: nowrap;
		margin: 0 0 0 .7rem;
		padding: 0;
		position: relative;
		-webkit-transition: color .1s .1s;
		transition: color .1s .1s
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:hover .panel-menu {
		-webkit-animation-delay: 0s;
		animation-delay: 0s;
		-webkit-animation-direction: normal;
		animation-direction: normal;
		-webkit-animation-duration: .2s;
		animation-duration: .2s;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
		-webkit-animation-iteration-count: 1;
		animation-iteration-count: 1;
		-webkit-animation-name: open;
		animation-name: open;
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:not(:hover) .panel-menu {
		display: none
	}
}

@media (min-width:984px) {
	@-webkit-keyframes open {
		0% {
			display: block;
			opacity: 0;
			visibility: hidden
		}

		to {
			display: block;
			opacity: 1;
			visibility: visible
		}
	}

	@keyframes open {
		0% {
			display: block;
			opacity: 0;
			visibility: hidden
		}

		to {
			display: block;
			opacity: 1;
			visibility: visible
		}
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:hover {
		border-top-color: #0855c4
	}


	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:hover .panel-menu {
		display: block;
		opacity: 1;
		pointer-events: auto
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item:hover .panel-menu li.panel__item {
		border: none !important;
		padding: 0 !important
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu {
		background: #fff;
		border-radius: .5rem;
		-webkit-box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 8px 14px 0 rgba(0, 0, 0, .1);
		display: none;
		left: -1.5rem;
		max-height: none;
		min-height: auto;
		min-width: 17.5rem;
		opacity: 0;
		overflow-y: initial;
		padding: .75rem 1.5rem;
		position: absolute;
		top: 100%;
		-webkit-transform: translate(0);
		transform: translate(0);
		-webkit-transition: opacity .2s .2s;
		transition: opacity .2s .2s;
		z-index: 3
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item {
		border: 0;
		margin: 0;
		padding-bottom: 0
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item:hover {
		border-top-color: transparent
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item:hover a {
		color: #0855c4
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item:first-child {
		display: none
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item .count {
		margin: 0;
		padding: 0
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item a,
	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item div.arrowed {
		color: #3498db;
		font-size: .875rem;
		line-height: 1.1;
		margin-left: 0;
		padding: .5rem 0
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item a i.icon,
	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item div.arrowed i.icon {
		height: 1rem;
		left: 0;
		margin-top: -.5rem;
		width: 1rem
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item a i.icon:before,
	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .panel-menu li.panel__item div.arrowed i.icon:before {
		font-size: 1rem;
		height: 1rem;
		line-height: 1rem;
		width: 1rem
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item a {
		font-size: .875rem;
		line-height: 3.625rem;
		margin: 0;
		padding: 0;
		white-space: nowrap
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_current {
		border-top-color: #0855c4
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_current .panel-menu {
		z-index: 5
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .icon:after,
	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item .icon:before {
		display: none
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_bookmakers .panel__item a {
		padding-left: 1.5rem !important;
		white-space: normal
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_bookmakers .panel__item a .icon {
		margin-top: 0 !important;
		top: .5rem !important
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_bookmakers .panel__item a .icon:before {
		display: block
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item.panel__item_current:before {
		display: none
	}
}

@media (min-width:984px) {

	.mobile-aside.mobile-aside_new.mobile-aside_desktop span.li.panel__item .icon:after,
	.mobile-aside.mobile-aside_new.mobile-aside_desktop span.li.panel__item .icon:before {
		display: none
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop .panel__item_desktop-disable {
		display: none !important
	}

	.mobile-aside.mobile-aside_new.mobile-aside_desktop .mobile-aside-inner li.panel__item .panel__menu {
		height: auto
	}
}

@media (min-width:1280px) {
	.mobile-aside.mobile-aside_new.mobile-aside_desktop li.panel__item {
		margin-left: 1.5rem
	}
}

.mobile-aside.mobile-aside_new a,
.mobile-aside.mobile-aside_new div.arrowed {
	padding-left: 2.75rem
}

.mobile-aside.mobile-aside_new a.arrowed,
.mobile-aside.mobile-aside_new div.arrowed {
	padding-right: 1.25rem
}

.mobile-aside.mobile-aside_new a.arrowed:after,
.mobile-aside.mobile-aside_new div.arrowed:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .4);
	content: "\f1a9";
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	right: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s;
	transition: color .2s;
	width: 1rem
}

.mobile-aside_new__search {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-top: transparent;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 52px;
	justify-content: center;
	left: 0;
	position: fixed;
	width: 17.5rem;
	z-index: 112
}

.mobile-aside_new__search.mobile-aside_new__search_scroll {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.mobile-aside_new__search .mobile-aside_new__form {
	margin: 0 14px;
	position: relative;
	width: 100%
}

.mobile-aside_new__search .mobile-aside_new__form .mobile-aside_new__form-label {
	background: url(https://web.legalcdn.org/wp/images/menu-search.cf301f888cff9ed15cfc.svg) no-repeat 50%/contain;
	height: 14px;
	left: 7px;
	margin-top: -7px;
	position: absolute;
	top: 50%;
	width: 14px
}

.mobile-aside_new__search .mobile-aside_new__form .mobile-aside_new__form-input {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #f0f1f2;
	border: 0;
	border-radius: 50px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	height: 24px;
	justify-content: flex-start;
	padding: 0 7px 0 25px
}

@media (min-width:1366px) {
	.site-aside {
		background-color: #2b2e36;
		color: #fff;
		will-change: transform;
		z-index: 17
	}

	.site-aside,
	.site-aside .experts-rating {
		position: relative
	}

	.site-aside .experts-rating.full-page {
		height: 100vh;
		position: -webkit-sticky;
		position: sticky;
		top: 0
	}

	.site-aside .experts-rating.full-page.active {
		z-index: 101
	}

	.site-aside .experts-rating .experts-full-page {
		width: 100%
	}

	.site-aside .experts-rating .experts-full-page.bottom {
		bottom: 0;
		position: absolute;
		width: 100%
	}

	.site-aside .experts-rating .header {
		border-bottom: 1px solid hsla(0, 0%, 100%, .1);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 1.5rem 1rem 1.5rem 1.5rem
	}

	.site-aside .experts-rating .header .select {
		margin-left: auto
	}

	.site-aside .experts-rating .header .select .select-heading:after {
		color: #fff;
		-webkit-transition: none !important;
		transition: none !important
	}

	.site-aside .experts-rating .header .heading {
		color: inherit;
		font-size: 1rem;
		line-height: 1.25rem;
		margin-bottom: 0
	}

	.site-aside .experts-rating .body {
		padding: 1.5rem 1.5rem 2.375rem
	}

	.site-aside .experts-rating .heading {
		font-size: 1rem;
		line-height: 1.25rem;
		margin-bottom: 36px
	}

	.site-aside .experts-rating .footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		margin-top: 1rem
	}

	.site-aside .experts-rating .footer div {
		color: hsla(0, 0%, 100%, .4)
	}

	.site-aside .experts-rating .footer div:hover {
		color: #0855c4
	}

	.site-aside .expert-row {
		border-bottom-color: hsla(0, 0%, 100%, .1)
	}

	.site-aside .expert-row .name {
		font-size: .875rem;
		word-break: break-word
	}

	.site-aside .expert-row .name,
	.site-aside .expert-row .name .caption {
		overflow: unset;
		text-overflow: unset;
		white-space: normal
	}

	.site-aside .expert-row .name .caption .count {
		color: hsla(0, 0%, 100%, .4);
		display: inline-block;
		padding-left: 10px
	}

	.site-aside .expert-row .name .caption .count:before {
		-ms-flex-item-align: unset;
		align-self: unset;
		background-color: hsla(0, 0%, 100%, .4);
		left: -10px;
		position: relative;
		top: 10px
	}
}

.bookmakers-in-footer {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 1rem;
	padding-bottom: 1rem;
	padding-top: 2rem;
	position: relative
}

@media (min-width:744px) {
	.bookmakers-in-footer {
		margin-top: 1.5rem;
		padding-bottom: 1.5rem
	}

	.section+.bookmakers-in-footer {
		margin-top: 0
	}
}

.bookmakers-in-footer .header {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.bookmakers-in-footer .header {
		margin-bottom: 1.5rem
	}
}

.bookmakers-in-footer .header .heading {
	margin-bottom: 0
}

.bookmakers-in-footer .header .more {
	margin-left: auto;
	white-space: nowrap
}

@media (min-width:744px) {
	.bookmakers-in-footer .bookmakers-in-footer-row .row .col-md-6 {
		padding-right: 1.5rem
	}

	.bookmakers-in-footer .bookmakers-in-footer-row .row .col-md-6+.col-md-6 {
		border-left: 1px solid rgba(0, 0, 0, .1);
		padding-left: 1.5rem
	}

	.bookmakers-in-footer .bookmakers-in-footer-row .row .col-md-6:last-child {
		padding-right: .75rem
	}
}

.bookmakers-in-footer-row:not(.scrolled) .col-md-6:first-child .bookmaker-row:last-child {
	border-bottom: 1px solid rgba(0, 0, 0, .1)
}

@media (min-width:744px) {
	.bookmakers-in-footer-row:not(.scrolled) .col-md-6:first-child .bookmaker-row:last-child {
		border-bottom: none
	}
}

.bookmakers-in-footer-row .bookmaker-row .icon-bonus {
	-webkit-box-flex: 0;
	display: block;
	-ms-flex: 0 0 5rem;
	flex: 0 0 5rem;
	margin-left: 6px;
	padding-left: 0;
	width: 5rem
}

.bookmakers-in-footer-row .bookmaker-row .icon-bonus:before {
	display: block;
	margin: 0 auto .25rem;
	position: relative
}

@media (min-width:744px) {
	.bookmakers-in-footer-row .bookmaker-row .icon-bonus {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 7rem;
		flex: 0 0 7rem;
		padding-left: 1.5rem;
		text-align: left;
		width: auto
	}

	.bookmakers-in-footer-row .bookmaker-row .icon-bonus:before {
		margin: 0;
		position: absolute
	}
}

@media (min-width:1080px) {
	.bookmakers-in-footer-row .bookmaker-row .icon-bonus {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.5rem;
		flex: 0 0 8.5rem
	}
}

.bookmakers-in-footer-row .buttons {
	-ms-flex-preferred-size: 5.25rem !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-basis: 5.25rem !important;
	margin-left: auto
}

.bookmakers-in-footer-row .button--secondary {
	margin-right: 0 !important
}

@media (max-width:983px) {
	.bookmakers-in-footer-row .button--secondary:not(.show) {
		display: none
	}
}

@media (min-width:984px) {
	.bookmakers-in-footer-row .buttons {
		-ms-flex-preferred-size: auto !important;
		flex-basis: auto !important;
		margin-left: 0
	}

	.bookmakers-in-footer-row .button--secondary {
		display: inline-block !important;
		margin-right: .75rem !important
	}

	.bookmakers-in-footer-row .button--secondary:last-child {
		margin-right: 0 !important
	}
}

.bookmaker-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 3.5rem
}

/* .bookmaker-row+.bookmaker-row {
    border-top: 1px solid rgba(0, 0, 0, .1)
} */

.bookmaker-row .img-box {
	flex: initial;
	margin-right: auto;
	width: 122px;
	height: 40px;
}

.bookmaker-row .icon-bonus {
	-webkit-box-flex: 0;
	display: none;
	-ms-flex: 0 0 7rem;
	flex: 0 0 7rem;

	font-size: 1rem;
	line-height: 1rem;
	white-space: nowrap
}

@media (min-width:744px) {
	.bookmaker-row .icon-bonus {
		display: block
	}
}

@media (min-width:1080px) {
	.bookmaker-row .icon-bonus {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.5rem;
		flex: 0 0 8.5rem
	}
}

@media (min-width:744px) {
	.bookmaker-row .buttons {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		/* width: 11.25rem */
	}
}

.bookmaker-row .buttons .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 5.25rem;
	flex: 0 0 5.25rem
}

.bookmaker-row .buttons .button--secondary {
	margin-right: .75rem
}

.bookmaker-row .buttons .button--secondary:last-child {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%
}

.bookmaker-row .buttons .button:not(.button--secondary) {
	margin-left: auto
}

.site-footer {
	background: #fff;
	margin-top: auto;
	padding-top: 1.5rem
}

@media (min-width:984px) {
	.site-footer {
		padding-top: 2.5rem
	}
}

.site-footer .ru-description {
	margin-bottom: 1.5rem
}

.site-footer .ru-description p {
	font-size: .75rem;
	line-height: 1rem
}

.site-footer .ru-description p:last-child {
	margin-top: .75rem
}

@media (min-width:984px) {
	.site-footer .ru-description p:last-child {
		margin-top: 0
	}

	.site-footer .ru-description p:first-child {
		margin-bottom: .75rem
	}
}

.site-footer .middle-footer {
	text-align: center
}

.site-footer .middle-footer .select {
	margin-bottom: 1rem
}

@media (min-width:984px) {
	.site-footer .middle-footer {
		text-align: left
	}
}

.site-footer .age-limit {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .75rem;
	line-height: 14px;
	text-align: left
}

.site-footer .age-limit img {
	display: block;
	margin-right: .5rem
}

.site-footer .col-12 .age-limit {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.site-footer .bottom-footer {
	border-top: 1px solid rgba(0, 0, 0, .1);
	padding: 1rem 0
}

@media (min-width:984px) {
	.site-footer .bottom-footer {
		padding: 1.5rem 0
	}
}

.site-footer .bottom-footer .select .select-heading {
	font-weight: 600
}

.site-footer .bottom-footer .copyrights {
	color: rgba(0, 0, 0, .4);
	font-size: .75rem;
	line-height: .875rem
}

.site-footer-navigation .select-heading {
	font-weight: 600
}

.site-footer-caption-wrapper {
	display: none
}

@media (min-width:984px) {
	.site-footer-caption-wrapper {
		display: block;
		margin-bottom: 1rem
	}

	.site-footer-caption-wrapper .heading.site-footer-caption {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		height: 100%;
		padding-bottom: 1rem
	}
}

.site-footer-nav {
	margin-bottom: 2rem
}

@media (min-width:984px) {
	.site-footer-nav {
		margin-bottom: 3rem
	}
}

.site-footer-nav .heading {
	margin-bottom: .5rem
}

@media (min-width:984px) {
	.site-footer-nav .heading {
		display: none
	}
}

.site-footer-nav ul li+li {
	margin-top: .5rem
}

@media (min-width:984px) {
	.site-footer-nav ul li+li {
		margin-top: 1rem
	}
}

@media print {

	*,
	:after,
	:before {
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	img {
		page-break-inside: avoid
	}

	img {
		max-width: 100% !important
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

html.overflow-hidden,
html.overflow-hidden body {
	height: 100%;
	overflow: hidden
}


@media (min-width:744px) {
	body {
		scroll-padding-top: 72px
	}
}

body.overflow-hidden {
	overflow: hidden
}

.to-top-side {
	display: none
}

@media (min-width:1080px) {
	.to-top-side {
		bottom: 0;
		cursor: pointer;
		display: block;
		left: 0;
		opacity: 0;
		padding: .4rem;
		pointer-events: none;
		position: fixed;
		top: 0;
		-webkit-transition: all .2s;
		transition: all .2s
	}

	.to-top-side.active {
		opacity: 1;
		pointer-events: auto;
		z-index: 2
	}

	.to-top-side:hover {
		background-color: rgba(0, 0, 0, .06)
	}

	.to-top-side:before {
		speak: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		color: rgba(0, 0, 0, .2);
		content: "\f145";
		display: block;
		font-size: 1rem;
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		height: 1rem;
		line-height: 1rem;
		margin-top: 4rem;
		text-align: center;
		text-decoration: none;
		text-transform: none;
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		-webkit-transition: color .2s;
		transition: color .2s;
		width: 1rem
	}
}

.icon {
	min-height: 1rem;
	padding-left: 1.5rem;
	position: relative
}

.icon:before {
	speak: none;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	font-size: 1rem;
	height: 1rem;
	left: 0;
	line-height: 1rem;
	position: absolute;
	text-align: center;
	text-decoration: none;
	top: 0;
	width: 1rem
}

.icon.right {
	display: inline-block;
	padding-left: 0;
	padding-right: 1.5rem
}

.icon.right:before {
	left: auto;
	right: 0
}

.icon.circle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-left: 0
}

.icon.circle:before {
	-ms-flex-negative: 0;
	-ms-flex-item-align: start;
	align-self: flex-start;
	background-color: #f0f1f2;
	background-position: 50%;
	background-size: 1rem;
	border-radius: 50%;
	flex-shrink: 0;
	height: 2rem;
	line-height: 2rem;
	margin-right: 1rem;
	position: static;
	width: 2rem
}

.icon.circle.small:before {
	height: 1.5rem;
	line-height: 1.5rem;
	margin-right: .75rem;
	width: 1.5rem
}

.icon.circle.right {
	padding-right: 0
}

.icon.circle.right:before {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	margin-left: 1rem;
	margin-right: 0;
	order: 2
}

.icon.circle.blue:before {
	background-color: rgba(52, 152, 219, .1);
	color: #3498db
}

i.icon {
	padding-left: 1rem
}

i.icon.circle:before {
	margin-right: 0
}

.icon.capsule {
	background-color: #f0f1f2;
	border-radius: 1rem;
	min-height: 2rem;
	min-width: 3.25rem;
	padding: .5rem .4rem .5rem 1.75rem;
	text-align: center
}

.icon.capsule:before {
	left: .5rem;
	top: .5rem
}

.icon.capsule.right {
	padding-left: .5rem;
	padding-right: 1.75rem
}

.icon.capsule.right:before {
	left: auto;
	right: .5rem
}

.icon.button {
	padding-left: 2rem
}

.icon.button:before {
	left: .5rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.icon.button.small {
	padding-left: 1.5rem
}

.icon.button.small:before {
	left: .25rem
}

.icon.button.big {
	padding-left: 2.25rem
}

.icon.button.big:before {
	left: .75rem
}

.icon.button.right {
	padding-left: 1rem;
	padding-right: 2rem
}

.icon.button.right:before {
	left: auto;
	right: .5rem
}

.icon.button:not(.button--secondary):before {
	color: #fff
}

.icon.bg:before {
	background-color: #3498db
}

.icon.icon-group:before {
	background-image: url(https://web.legalcdn.org/wp/images/group.612b6c9cb645a24f66b4.svg)
}

.icon.icon-expert-png.page-scroll-to-id:before {
	background-image: url(https://web.legalcdn.org/wp/images/expert-icon@2x.b1c0219eaeae0958a2d0.png)
}

.icon.icon-weight:before {
	background-image: url(https://web.legalcdn.org/wp/images/weight.94cd8527655c065a2ddd.svg)
}

.icon.icon-bonus-black:before {
	content: "\f11c"
}

@media (min-width:744px) {
	.icon.icon-vip:before {
		color: #f64742
	}
}

.icon.icon-telegram:before {
	content: "\f1b1"
}

.icon.icon-bonus:not(.about-offer__item-icon):not(.submenu-link):before,
.icon.icon-rating:not(.about-offer__item-icon):not(.submenu-link):before {
	color: #f5a623
}

.icon.icon-like:not(.like-section):not(.feed-item__stats-like):not(.bg-green):not(.arrowed):not(.circle):before,
.icon.icon-live:before,
.icon.icon-vip:before {
	color: #0855c4
}

.icon.icon-cybersport:not(.news-postdate):not(.icon-menu):before,
.icon.icon-reliability:before {
	color: #62b435
}

.icon.icon-percent:before {
	color: #5e48a2
}

.icon.icon-mobile:before,
.icon.icon-pin:before,
.icon.icon-upright:before {
	color: #3498db
}

.burger .icon.icon-hamburger {
	font-size: 1.5rem;
	height: 1.5rem;
	width: 1.5rem
}

.burger .icon.icon-hamburger:before {
	font-size: 1.5rem;
	left: auto
}

.match-sport-type .icon.icon-cybersport:before {
	color: rgba(0, 0, 0, .8)
}

.icon.icon-new:before {
	color: #5e48a2
}

img.lazy {
	min-height: 1px;
	min-width: 1px
}

.input,
.select,
input:not([type=submit]),
select {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	color: #000;
	display: block;
	line-height: 1.25rem;
	outline: 0;
	padding: .3125rem .3125rem .3125rem .75rem;
	-webkit-transition: border-color .2s;
	transition: border-color .2s;
	width: 100%
}

.input:focus,
.select:focus,
input:not([type=submit]):focus,
select:focus {
	border-color: #0855c4
}

.input:-webkit-autofill,
.select:-webkit-autofill,
input:not([type=submit]):-webkit-autofill,
select:-webkit-autofill {
	color: #fff !important
}

.input::-webkit-input-placeholder,
.select::-webkit-input-placeholder,
input:not([type=submit])::-webkit-input-placeholder,
select::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.input::-moz-placeholder,
.select::-moz-placeholder,
input:not([type=submit])::-moz-placeholder,
select::-moz-placeholder {
	color: rgba(0, 0, 0, .4)
}

.input:-ms-input-placeholder,
.select:-ms-input-placeholder,
input:not([type=submit]):-ms-input-placeholder,
select:-ms-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.input::-ms-input-placeholder,
.select::-ms-input-placeholder,
input:not([type=submit])::-ms-input-placeholder,
select::-ms-input-placeholder {
	color: rgba(0, 0, 0, .4)
}

.input .placeholder,
.input::placeholder,
.select .placeholder,
.select::placeholder,
input:not([type=submit]) .placeholder,
input:not([type=submit])::placeholder,
select .placeholder,
select::placeholder {
	color: rgba(0, 0, 0, .4)
}

.input .placeholder,
.select .placeholder,
input:not([type=submit]) .placeholder,
select .placeholder {
	pointer-events: none
}

.input.heading-1,
.select.heading-1,
input:not([type=submit]).heading-1,
select.heading-1 {
	font-size: 1.5rem;
	line-height: 1.75rem
}

.input.heading-2,
.select.heading-2,
input:not([type=submit]).heading-2,
select.heading-2 {
	font-size: 1.375rem;
	line-height: 1.5rem
}

.input.heading-3,
.select.heading-3,
input:not([type=submit]).heading-3,
select.heading-3 {
	font-size: 1.25rem;
	line-height: 1.5rem
}

.input.heading-4,
.select.heading-4,
input:not([type=submit]).heading-4,
select.heading-4 {
	font-size: 1rem;
	line-height: 1.25rem
}

.input.heading-5,
.select.heading-5,
input:not([type=submit]).heading-5,
select.heading-5 {
	font-size: .875rem;
	line-height: 1rem
}

@media (min-width:744px) {

	.input.heading-1,
	.select.heading-1,
	input:not([type=submit]).heading-1,
	select.heading-1 {
		font-size: 3rem;
		line-height: 3rem;
		min-height: 3rem
	}

	.input.heading-2,
	.select.heading-2,
	input:not([type=submit]).heading-2,
	select.heading-2 {
		font-size: 2rem;
		line-height: 2rem
	}

	.input.heading-3,
	.select.heading-3,
	input:not([type=submit]).heading-3,
	select.heading-3 {
		font-size: 1.5rem;
		line-height: 1.75rem
	}
}

.input.grey-field,
.select.grey-field,
input:not([type=submit]).grey-field,
select.grey-field {
	background-color: #f0f1f2;
	border: none;
	border-radius: .25rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: .125rem .5rem
}

.input.grey-field::-webkit-input-placeholder,
.select.grey-field::-webkit-input-placeholder,
input:not([type=submit]).grey-field::-webkit-input-placeholder,
select.grey-field::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .2);
	font-size: .8571428571em;
	margin-top: -2px
}

.input.grey-field::-moz-placeholder,
.select.grey-field::-moz-placeholder,
input:not([type=submit]).grey-field::-moz-placeholder,
select.grey-field::-moz-placeholder {
	color: rgba(0, 0, 0, .2);
	font-size: .8571428571em;
	margin-top: -2px
}

.input.grey-field:-ms-input-placeholder,
.select.grey-field:-ms-input-placeholder,
input:not([type=submit]).grey-field:-ms-input-placeholder,
select.grey-field:-ms-input-placeholder {
	color: rgba(0, 0, 0, .2);
	font-size: .8571428571em;
	margin-top: -2px
}

.input.grey-field::-ms-input-placeholder,
.select.grey-field::-ms-input-placeholder,
input:not([type=submit]).grey-field::-ms-input-placeholder,
select.grey-field::-ms-input-placeholder {
	color: rgba(0, 0, 0, .2);
	font-size: .8571428571em;
	margin-top: -2px
}

.input.grey-field .placeholder,
.input.grey-field::placeholder,
.select.grey-field .placeholder,
.select.grey-field::placeholder,
input:not([type=submit]).grey-field .placeholder,
input:not([type=submit]).grey-field::placeholder,
select.grey-field .placeholder,
select.grey-field::placeholder {
	color: rgba(0, 0, 0, .2);
	font-size: .8571428571em;
	margin-top: -2px
}

.input.borderless,
.select.borderless,
input:not([type=submit]).borderless,
select.borderless {
	background: 0 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0
}

input:not([type=submit]).inline {
	background: 0 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	line-height: 1rem;
	padding: 0;
	width: auto
}

input:not([type=submit]).inline .select-heading {
	line-height: 1rem
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
select {
	height: 2rem;
	padding-bottom: 0;
	padding-top: 0
}

input[type=date].grey-field,
input[type=datetime-local].grey-field,
input[type=month].grey-field,
input[type=time].grey-field,
input[type=week].grey-field,
select.grey-field {
	height: 1.5rem;
	padding-bottom: 0;
	padding-top: 0
}

select[multiple],
select[multiple].grey-field {
	height: auto;
	padding: 0
}

.select.grey-field,
select.grey-field {
	height: 2rem;
	line-height: 1.25rem;
	padding: .3125rem .3125rem .3125rem .75rem
}

.select.grey-field .select-heading,
select.grey-field .select-heading {
	line-height: 1.25rem
}

input:-webkit-autofill,
select:-webkit-autofill {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), inset 0 0 0 50px #fff !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s
}

input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover {
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .06), inset 0 0 0 50px #fff !important;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s
}

.input {
	min-height: 1rem;
	outline: 0;
	overflow: auto
}

.input .placeholder {
	display: none
}

.select {
	position: relative
}

.select .select-heading {
	cursor: pointer;
	display: block;
	line-height: 1.25rem;
	margin-bottom: 0;
	min-height: 1rem;
	overflow: hidden;
	padding-right: 1.5rem;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select .select-heading.icon:before {
	line-height: 1.25rem
}

.select .select-heading:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .4);
	content: "\f145";
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	line-height: 1rem;
	position: absolute;
	right: .25rem;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: color .2s, -webkit-transform .2s;
	transition: color .2s, -webkit-transform .2s;
	transition: transform .2s, color .2s;
	transition: transform .2s, color .2s, -webkit-transform .2s;
	width: 1rem
}

.select .select-heading:hover:after {
	color: #0855c4
}

.select.active .select-heading:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

input[type=checkbox],
input[type=radio] {
	display: none
}

input[type=checkbox]+label:not(.button),
input[type=radio]+label:not(.button) {
	cursor: pointer;
	display: block;
	line-height: 1.25rem;
	padding-left: 1.5rem;
	position: relative;
	vertical-align: top
}

input[type=checkbox]+label:not(.button):before,
input[type=radio]+label:not(.button):before {
	border: 1px solid rgba(0, 0, 0, .1);
	content: ""
}

input[type=checkbox]+label:not(.button):after,
input[type=checkbox]+label:not(.button):before,
input[type=radio]+label:not(.button):after,
input[type=radio]+label:not(.button):before {
	border-radius: 2px;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	display: block;
	height: .75rem;
	left: 0;
	position: absolute;
	top: .25rem;
	width: .75rem
}

input[type=checkbox]+label:not(.button):after,
input[type=radio]+label:not(.button):after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #3498db;
	color: #fff;
	content: "\f12b";
	font-size: .625rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: .75rem;
	opacity: 0;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
	opacity: 1
}

input[type=radio]+label:not(.button) {
	line-height: 1rem
}

input[type=radio]+label:not(.button):before {
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 50%;
	-webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, .1);
	height: 1rem;
	top: 0;
	width: 1rem
}

input[type=radio]+label:not(.button):after {
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1);
	content: "";
	height: .375rem;
	left: .3125rem;
	opacity: 0;
	top: .3125rem;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	width: .375rem
}

input[type=radio]:checked+label:not(.button):before {
	background-color: #3498db;
	border: none
}

input[type=radio]:checked+label:not(.button):after {
	opacity: 1
}

input[type=radio]+label:after {
	background: #0855c4
}

input[type=file] {
	display: none
}

input[type=file]+label {
	color: #3498db;
	cursor: pointer;
	line-height: 2rem;
	-webkit-transition: color .2s;
	transition: color .2s
}

input[type=file]+label:hover {
	color: #0855c4
}

.form-group {
	margin-bottom: 1rem
}

.form-group:last-child {
	margin-bottom: 0
}

input[type=date][min][max]:not(.filled):before {
	color: rgba(0, 0, 0, .4);
	content: attr(placeholder);
	font-size: 14px;
	margin-right: 4px;
	white-space: nowrap
}

.tooltip {
	position: relative
}

.heading-tooltip {
	position: relative
}

.rating-label {
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
	height: 4rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 6.5rem;
	z-index: 2
}

.rating-label__inner {
	height: 4rem;
	overflow: hidden;
	position: relative;
	width: 6.5rem
}

.rating-label__text {
	-webkit-touch-callout: none;
	background: rgba(0, 0, 0, .2);
	font-size: .625rem;
	font-weight: 600;
	line-height: 1.1;
	min-width: 9rem;
	padding: .35rem 2.3rem .35rem 2.6rem;
	text-align: center;
	text-transform: uppercase;
	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.rating-label+.heading {
	padding-right: 2.9rem
}


.button .icon:before,
button .icon:before {
	color: #fff
}

.button[disabled],
button[disabled] {
	background-color: rgba(0, 0, 0, .1);
	cursor: default
}

.button[disabled]:hover,
button[disabled]:hover {
	background-color: rgba(0, 0, 0, .1)
}

.button--secondary {
	background-color: transparent;
	border: 1px solid rgba(52, 152, 219, .2);
	color: rgba(0, 0, 0, .8)
}

.button--secondary .icon:before {
	color: rgba(0, 0, 0, .2)
}

.button--secondary:hover .icon:before {
	color: hsla(0, 0%, 100%, .6)
}

.button--secondary:active {
	background-color: #2e88c4;
	color: #fff
}

.button--secondary[disabled] {
	background-color: hsla(0, 0%, 100%, .1);
	border: 1px solid rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .1)
}

.button--secondary[disabled]:hover {
	background-color: hsla(0, 0%, 100%, .1);
	color: rgba(0, 0, 0, .1)
}

.button--blue[disabled],
.button--blue[disabled]:hover,
button--blue[disabled],
button--blue[disabled]:hover {
	background-color: rgba(0, 0, 0, .2)
}

.button--white-40 {
	padding: .75rem 1.5rem
}

.button--white-40,
.button--white-40:active,
.button--white-40:hover {
	background-color: hsla(0, 0%, 100%, .4);
	color: #fff
}

.button--white-40[disabled] {
	background-color: hsla(0, 0%, 100%, .1);
	color: #fff
}

.button--white-40[disabled]:hover {
	background-color: hsla(0, 0%, 100%, .4)
}

.button--big {
	padding: .75rem 1rem
}

.button--icon-right .icon,
button--icon-right .icon {
	margin-left: .6rem
}

.button.count,
button.count {
	padding-right: 4rem;
	position: relative
}

.button.count .count,
button.count .count {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border-left: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: border-left-color .2s;
	transition: border-left-color .2s;
	width: 3rem
}

.button.count:hover .count,
button.count:hover .count {
	color: #fff !important
}

.button.blue,
button.blue {
	background-color: #3498db;
	color: #fff
}

.button.blue:hover,
button.blue:hover {
	background-color: #5bace2
}

.button.blue:active,
button.blue:active {
	background-color: #2e88c4
}

.button.grey,
button.grey {
	background-color: #f0f1f2;
	color: rgba(0, 0, 0, .8)
}

.button.grey:before,
button.grey:before {
	color: rgba(0, 0, 0, .8)
}

.button.grey:hover,
button.grey:hover {
	background-color: #e8e8e8
}

.button.button-d-block,
button.button-d-block {
	display: block !important;
	text-align: center;
	width: 100%
}

.bet-row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-clip: padding-box;
	border: 1px solid rgba(52, 152, 219, .3);
	border-radius: .25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.5rem;
	margin-bottom: 1rem;
	overflow: hidden;
	padding-left: .75rem;
	padding-right: .125rem;
	position: relative;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s
}

.bet-row:last-child {
	margin-bottom: 0
}

.bet-row .title {
	font-size: .8125rem;
	font-weight: 600;
	margin-right: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media(hover:none) {
	.bet-row .title:hover {
		color: inherit;
	}
	.bet-row .title:active {
		color: #fff;
	}
}

@media (max-width:743px) {
	.bet-row .title {
		font-size: .75rem
	}
}

.bet-row .odd {
	margin-left: auto;
	-webkit-transition: color .2s;
	transition: color .2s;
	white-space: nowrap
}

  .bet-row .img-box {
    border-radius: 6px;
    height: 100%;
    margin-left: .5rem;
    padding: .25rem;
    position: relative;
    min-width: 40px;
    z-index: 2
  }

.bet-row .img-box img {
	max-width: 4rem
}

a.bet-row,
div.bet-row {
	background: #fff;
	cursor: pointer;
	text-align: left
}

a.bet-row:hover,
div.bet-row:hover {
	border-color: transparent;
	color: #fff
}

div.bet-row {
	background: 0 0
}

div.bet-row .odd {
	color: rgba(0, 0, 0, .4)
}

.sticky-sidebar {
	margin-bottom: 2rem
}

.sticky-sidebar .block {
	margin-bottom: 1.5rem
}

.sticky-sidebar .block:last-child {
	margin-bottom: 0
}

.bookmakers-aside-block {
	position: relative
}

.bookmakers-aside-block .heading.block-section+.block-section {
	padding: .5rem .75rem 0
}

.title__line-link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 3px;
	color: rgba(0, 0, 0, .8);
	cursor: pointer !important;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-shrink: 0;

	font-size: 14px;
	font-weight: 600;
	height: 24px;
	justify-content: center;
	padding: 4px 8px;
	-webkit-transition: .2s;
	transition: .2s
}

.title__line-link:hover {
	color: #0855c4
}

.bonus-card__image-cover {
	display: block;
	height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%
}

.blogs-carousel,
.cards-carousel {
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.blogs-carousel.right-active .blogs-carousel__list:after,
.blogs-carousel.right-active .cards-carousel__list:after,
.cards-carousel.right-active .blogs-carousel__list:after,
.cards-carousel.right-active .cards-carousel__list:after {
	opacity: 1
}

.blogs-carousel__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 1.5rem !important;
	margin-right: -.75rem;
	overflow: hidden;
	position: relative
}

@media (min-width:744px) {
	.blogs-carousel__list {
		margin-right: 0 !important
	}
}

.blogs-carousel__list:after {
	background-image: -webkit-gradient(linear, right top, left top, from(#f0f1f2), to(hsla(0, 0%, 96%, 0)));
	background-image: linear-gradient(270deg, #f0f1f2, hsla(0, 0%, 96%, 0));
	right: 0;
	z-index: 2
}

.blogs-carousel__list:after,
.blogs-carousel__list:before {
	bottom: 0;
	content: "";
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	-webkit-transition: opacity .2s;
	transition: opacity .2s;
	width: 5rem
}

.blogs-carousel__list:before {
	background-image: -webkit-gradient(linear, left top, right top, from(#f0f1f2), to(hsla(0, 0%, 96%, 0)));
	background-image: linear-gradient(90deg, #f0f1f2, hsla(0, 0%, 96%, 0));
	left: 0;
	z-index: 5
}

.section.gapped.cards-carousel {
	margin: 0 -12px;
	overflow: hidden;
	padding: 0 12px
}

@media (min-width:744px) {
	.section.gapped.cards-carousel {
		margin: 0;
		overflow: initial;
		padding: 2rem 0 .5rem
	}
}

.header-news {
	border-bottom: 1px solid #e5e5e5;
	position: relative
}

.header-news__wrapper {
	min-height: 40px;
	padding-bottom: .5rem;
	padding-top: .5rem
}

.header-news__inner,
.header-news__wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.header-news__inner {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1
}

.header-news__field {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	border-radius: .875rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .25rem .75rem
}

.header-news__text {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #3498db;
	display: -webkit-box;
	font-size: .8125rem;
	font-weight: 600;
	overflow: hidden
}

.header-news__text p {
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1rem
}

.header-news__text:hover {
	color: #0855c4
}

.header-news__data {
	color: rgba(0, 0, 0, .4);
	font-size: .8125rem;
	font-weight: 600;
	margin-left: .35rem;
	white-space: nowrap
}

.header-news__btn-more {
	background: #fff;
	border-radius: 2.5rem;
	height: 1.5rem;
	margin-left: .5rem;
	min-width: 1.5rem;
	position: relative;
	width: 1.5rem
}

.header-news__btn-more:after {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: rgba(0, 0, 0, .4);
	content: "\f1a9";
	display: block;
	font-size: 1rem;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	height: 1rem;
	left: 50%;
	line-height: 1rem;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: color .2s;
	transition: color .2s;
	width: 1rem
}

.header-news_football .header-news__field {
	height: auto;
	max-width: calc(100% - 1.75rem)
}

.header-news_football .header-news__text {
	display: inline-block;
	height: auto;
	text-overflow: ellipsis;
	white-space: nowrap
}

.header-news_football .header-news__data {
	display: inline-block
}

.header-news_football {
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, #55a429), color-stop(0, #62b435));
	background: linear-gradient(90deg, #55a429 50%, #62b435 0);
	background-size: 50% 100%;
	position: relative
}

@media (min-width:744px) {
	.header-news_football {
		background-size: 25% 100%
	}
}

.header-news_football .header-news__wrapper {
	background-image: url(https://web.legalcdn.org/wp/images/football-field-center.781b3f05d9803171f0ac.svg), url(https://web.legalcdn.org/wp/images/football-field-center.781b3f05d9803171f0ac.svg), url(https://web.legalcdn.org/wp/images/football-field-center.781b3f05d9803171f0ac.svg);
	background-position: center -2.25rem, -5.5rem -2.25rem, calc(100% + 5.5rem) -2.25rem;
	background-repeat: no-repeat, no-repeat, no-repeat;
	background-size: 30%
}

@media (min-width:744px) {
	.header-news_football .header-news__wrapper {
		background-position: center -2.25rem, -7.5rem -2.25rem, calc(100% + 7.5rem) -2.25rem;
		background-size: 15%
	}
}

@media (min-width:744px) {
	.index-heading {
		font-size: 24px;
		line-height: 3.5rem
	}
}

.index-header {
	border-radius: .5rem .5rem 0 0;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative
}

@media (min-width:744px) {
	.index-header+.block {
		border-radius: 0 0 .5rem .5rem
	}

	.index-header .heading {
		margin-bottom: 1.25rem
	}
}

@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes spin {
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.comments-activity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex !important;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.comments-activity {
		margin-bottom: 1.5rem
	}
}

.comments-activity .comment-activity {
	-webkit-box-flex: 1;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	height: 5rem;
	justify-content: center
}

.comments-activity .comment-activity .icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: block
}

@media (min-width:744px) {
	.comments-activity .comment-activity .icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.comments-activity .comment-activity .icon:before {
	margin: 0 auto .5rem
}

@media (min-width:744px) {
	.comments-activity .comment-activity .icon:before {
		margin: 0 .75rem 0 0
	}
}

.comments-activity .comment-activity .body {
	text-align: center
}

@media (min-width:744px) {
	.comments-activity .comment-activity .body {
		text-align: left
	}
}

.comments-activity .comment-activity .heading {
	margin-bottom: 0
}

@media (min-width:744px) {
	.comments-activity .comment-activity .heading {
		font-size: 1.5rem;
		line-height: 1.5rem
	}
}

.comments-activity .comment-activity .caption {
	color: rgba(0, 0, 0, .4);
	font-size: .8125rem
}

@media (min-width:744px) {
	.comments-activity .comment-activity+.comment-activity {
		border-left: 1px solid rgba(0, 0, 0, .1)
	}
}

.tutorial-block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 !important;
}

.tutorial-block .header {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.tutorial-block .heading {
	margin-bottom: 0;
	padding-right: .5rem
}

.tutorial-block .footer {
	margin-top: auto
}

.tutorial-block.block-section .footer .details.button {
	width: 100%
}

@media (min-width:1280px) {
	.tutorial-block.block-section .footer .details.button {
		width: 61%
	}
}

@media (min-width:1366px) {
	.tutorial-block.block-section .footer .details.button {
		width: 100%
	}
}

@media (min-width:1566px) {
	.tutorial-block.block-section .footer .details.button {
		width: 61%
	}
}

@media (min-width:1280px) {
	.tutorial-block.block-section .footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-orient: initial;
		-webkit-box-direction: initial;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: initial;
		flex-direction: row;
		justify-content: space-between
	}
}

@media (min-width:1366px) {
	.tutorial-block.block-section .footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media (min-width:1566px) {
	.tutorial-block.block-section .footer {
		-webkit-box-orient: initial;
		-webkit-box-direction: initial;
		-ms-flex-direction: initial;
		flex-direction: row
	}
}

.bookmakers-ratings-block {
	background: #824db2;
	border-radius: .5rem;
	color: #fff;
	padding-bottom: .5rem;
	padding-top: 1.5rem;
	position: relative
}

.bookmakers-ratings-block .heading {
	color: #fff;
	margin-bottom: .75rem
}

.bookmakers-ratings-block .heading a {
	color: #fff
}

.bookmakers-ratings-block .heading a:hover {
	text-decoration: underline
}

.bookmakers-ratings-block li {
	border-bottom: 1px solid hsla(0, 0%, 100%, .1)
}

.bookmakers-ratings-block li:last-child {
	border-bottom-color: transparent
}

.bookmakers-ratings-block .link {
	color: #fff;
	padding-bottom: .75rem;
	padding-top: .75rem;
	position: relative
}

.bookmakers-ratings-block .link,
.bookmakers-ratings-block .link span,
.bookmakers-ratings-block .link:after {
	-webkit-transition: opacity .2s;
	transition: opacity .2s
}

.bookmakers-ratings-block .link:after {
	color: #fff
}

.bookmakers-ratings-block .link:hover {
	color: inherit
}

.bookmakers-ratings-block .link:hover span {
	opacity: .6
}

.bookmakers-ratings-block .link:hover:before {
	opacity: 1
}

.bookmakers-ratings-block .link:hover:after {
	color: inherit;
	opacity: .6
}

.bookmakers-ratings-block .link.icon.circle:before {
	background-color: #fff
}

.bookmakers-ratings-block.brb-list {
	padding-bottom: 0;
	padding-top: 0
}

.bookmakers-ratings-block.brb-list li {
	border: none
}

.bookmakers-ratings-block.brb-list .link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: .5rem;
	padding-left: 0;
	padding-top: .5rem
}

.bookmakers-ratings-block.brb-list .link.icon:before {
	color: #fff;
	font-size: 1.5rem;
	height: 1.5rem;
	margin-right: 1rem;
	position: static;
	width: 1.5rem
}

.bookmakers-ratings-block.brb-list .block-section {
	border: none;
	padding-bottom: 1rem;
	padding-top: 1rem
}

.matches-table-block {
	padding-bottom: 0
}

@media (min-width:744px) {
	.matches-table-index {
		display: block
	}
}

@media (min-width:984px) {
	.matches-table-index {
		display: table
	}
}

.matches-table-index th {
	margin-bottom: 0
}

@media (min-width:744px) {
	.matches-table-index th {
		border-bottom: 1px solid rgba(0, 0, 0, .1);
		margin-bottom: 0;
		padding-bottom: .5rem
	}
}

.matches-table-index .league-row {
	padding-top: .5rem
}

.matches-table-index .league-th {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
	text-align: right
}

@media (min-width:984px) {
	.matches-table-index .league-th {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		order: 0;
		text-align: left
	}
}

.matches-table-index .league-th .icon.d-md-block {
	display: none !important
}

@media (min-width:984px) {
	.matches-table-index .league-th .icon.d-md-block {
		display: block !important
	}
}

.matches-table-index .league-th .icon.d-md-none {
	display: block !important
}

@media (min-width:984px) {
	.matches-table-index .league-th .icon.d-md-none {
		display: none !important
	}
}

.matches-table-index .match-th {
	display: none
}

@media (min-width:984px) {
	.matches-table-index .match-th {
		display: table-cell
	}
}

.matches-table-index .th-row {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
	padding-bottom: .5rem !important
}

@media (min-width:984px) {
	.matches-table-index .th-row {
		border-bottom: none !important;
		display: table-row;
		padding-bottom: 0 !important
	}
}

.cards-carousel {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}

.cards-carousel_rating-bonus {
	margin-right: -12px;
	overflow: hidden;
	padding-right: 12px
}

.cards-carousel__section {
	margin: 0 -12px;
	overflow: hidden;
	padding: 0 12px
}

.cards-carousel__list {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 -12px 1rem;
	overflow-x: auto;
	overflow-y: hidden
}

.cards-carousel__list:after {
	background-color: transparent;
	content: "";
	display: block;
	min-width: 12px
}

@media (min-width:744px) {
	.cards-carousel__list {
		margin-bottom: 0
	}

	.cards-carousel__list:after {
		display: none
	}
}

.cards-carousel__list .bonus-card {
	margin-bottom: 0;
	min-height: 100%
}

@media (min-width:744px) {
	.cards-carousel__list .bonus-card {
		margin-bottom: 1.5rem;
		min-height: auto
	}
}

.cards-carousel__list .col-smd-6 {
	-ms-flex-preferred-size: 280px;
	flex-basis: 280px;
	margin-right: 16px;
	max-width: 280px;
	padding-left: 0;
	padding-right: 0
}

@media (min-width:744px) {
	.cards-carousel__list .col-smd-6 {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin-right: 0;
		max-width: 50%;
		padding-left: .75rem;
		padding-right: .75rem
	}
}

.cards-carousel__list .col-smd-6:first-child {
	margin-left: 12px
}

@media (min-width:744px) {
	.cards-carousel__list .col-smd-6:first-child {
		margin-left: 0
	}
}

.cards-carousel__list .col-smd-6:last-child {
	margin-right: 0
}

@media (min-width:984px) {
	.cards-carousel__list .col-lg-3 {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%
	}

	.cards-carousel__list .col-lg-4 {
		-ms-flex-preferred-size: 33.33333333%;
		flex-basis: 33.33333333%;
		max-width: 33.33333333%
	}
}

@media (min-width:1080px) {
	.cards-carousel__list .col-lg-12 {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
}

.bookmakers-in-footer-row .bookmaker-row .img-box {
	margin-right: inherit
}

@media (min-width:374px) {
	.bookmakers-in-footer-row .bookmaker-row .img-box {
		margin-right: auto
	}
}

.bookmakers-in-footer-row .bookmaker-row .icon-bonus {
	padding-left: 1.3rem
}

.bookmakers-in-footer-row .bookmaker-row .icon-bonus:before {
	position: absolute
}

.bookmakers-in-footer-row .bookmaker-row .icon-bonus .caption {
	text-align: left
}

i.icon {
	pointer-events: none
}

.content-body p img[sizes="100vw"] {
	height: auto;
	width: 100%
}

.select-block .label {
	font-size: .875rem;
	margin-bottom: .5rem
}

.select-block select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #f0f1f2;
	background-image: url(https://web.legalcdn.org/wp/images/arrow-down.cc3eacc84d32d686006b.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 3px;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	font-weight: 600;
	margin-bottom: 2rem;
	max-width: 348px;
	padding-right: 2rem
}

.expert-row {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8125rem;
	padding-bottom: .75rem;
	padding-top: .75rem
}

.expert-row .name {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1rem;
	width: 100%
}

.expert-row .name,
.expert-row .name .caption {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:1080px) {
	.expert-row .name {
		font-weight: 600
	}
}

.expert-row .name .count {
	color: rgba(0, 0, 0, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.expert-row .name .count:before {
	-ms-flex-item-align: center;
	align-self: center;
	background-color: rgba(0, 0, 0, .2);
	border-radius: 50%;
	content: "";
	display: block;
	height: 3px;
	margin: 0 .25rem;
	width: 3px
}

a.article-card {
	-webkit-touch-callout: none;
	display: block;
	-webkit-transition: all .2s;
	transition: all .2s;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none
}

a.article-card .title {
	-webkit-transition: color .2s;
	transition: color .2s
}

a.article-card .title:hover {
	color: #0855c4
}

a.article-card .image {
	-webkit-transition: -webkit-filter .2s;
	transition: -webkit-filter .2s;
	transition: filter .2s;
	transition: filter .2s, -webkit-filter .2s
}

a.article-card:hover {
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12);
	color: inherit
}

a.article-card:hover .image {
	-webkit-filter: brightness(107%);
	filter: brightness(107%)
}

.article-card {
	background: #fff;
	border-radius: .5rem;
	margin-bottom: 1rem;
	min-height: 6.5rem;
	overflow: hidden;
	position: relative
}

@media (min-width:744px) {
	.article-card {
		margin-bottom: 1.5rem
	}
}

.article-card .row {
	margin: 0
}

@media (min-width:744px) {
	.article-card .row {
		margin-left: -.75rem;
		margin-right: -.75rem
	}
}

.article-card .right-col {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	max-height: 100%;
	padding: 0;
	position: relative
}

@media (min-width:744px) {
	.article-card .right-col {
		margin-left: -.75rem
	}
}

.article-card .right-col .body {
	overflow: hidden;
	right: 0;
	top: 0;
	width: 100%
}

.article-card .right-col .body:after {
	bottom: 0;
	content: "";
	display: block;
	height: 2rem;
	left: 0;
	position: absolute;
	width: 100%
}

@media (min-width:744px) {
	.article-card .right-col .body {
		height: calc(100% - 1rem);
		position: absolute
	}
}

.article-card .right-col .footer {
	margin-top: auto
}

.article-card .right-col .footer .icon:before {
	color: #fff
}

.article-card .date-to {
	background-color: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
	display: inline-block;
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1rem;
	margin-top: .5rem;
	max-width: 100%;
	padding: 1px .25rem
}

.article-card .image {
	height: 4.125rem;
	overflow: visible;
	position: absolute;
	right: 1rem;
	top: 1rem;
	width: 5.5rem;
	z-index: 2
}

.article-card .image .date-to {
	left: .5rem;
	margin-top: 0;
	position: absolute;
	top: .5rem
}

@media (min-width:744px) {
	.article-card .image {
		padding-top: 75%;
		position: relative;
		right: auto;
		top: auto;
		width: auto
	}
}

.article-card .image .expert-name {
	background-color: #3498db;
	bottom: 0;
	color: #fff;

	font-size: .6875rem;
	max-width: 100%;
	padding: 0 .375rem;
	position: absolute;
	text-align: center;
	width: 100%
}

@media (min-width:744px) {
	.article-card .image .expert-name {
		border-radius: 0 0 3px 3px;
		bottom: auto;
		font-size: 1rem;
		left: 50%;
		line-height: 1.25rem;
		top: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		width: auto
	}
}

.article-card .author-image {
	display: none
}

@media (min-width:744px) {
	.article-card .author-image {
		border: 2px solid #fff;
		border-collapse: separate;
		border-radius: 50%;
		bottom: 0;
		display: block;
		height: 2.25rem;
		position: absolute;
		right: 1rem;
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		width: 2.25rem
	}
}

.article-card .author {
	color: rgba(0, 0, 0, .4);
	font-size: .8125rem;
	font-weight: 600;
	line-height: 1rem;
	margin-bottom: .25rem
}

@media (min-width:744px) {
	.article-card .author {
		margin-bottom: .5rem
	}
}

.article-card .body {
	padding: 1rem 7.5rem 1rem 1rem
}

@media (min-width:744px) {
	.article-card .body {
		padding: 1rem 1.5rem
	}
}

.article-card .title {
	display: block;
	font-weight: 600;
	line-height: 1.25rem;
	margin-bottom: 0;
	min-height: 4.125rem
}

@media (min-width:744px) {
	.article-card .title {
		margin-bottom: .5rem;
		min-height: 0
	}
}

.article-card .title .date-to {
	display: inline-block;
	margin-top: .5rem
}

.article-card .title:hover {
	color: #0855c4
}

.article-card.headliner .title {

	font-size: .875rem;
	line-height: 1.25rem
}

@media (min-width:744px) {
	.article-card.headliner .title {
	
		font-size: 1.5rem;
		line-height: 1.75rem;
		margin-bottom: 1rem
	}
}

.article-card .description {
	display: none
}

@media (min-width:744px) {
	.article-card .description {
		display: block;
		font-size: .8125rem;
		line-height: 1.25rem;
		overflow-wrap: break-word
	}
}

.article-card .footer {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8125rem;
	padding: .5rem 1rem
}

@media (min-width:744px) {
	.article-card .footer {
		border-top: 1px solid rgba(0, 0, 0, .1);
		height: 3rem;
		padding: 0 1.5rem
	}
}

.article-card .footer .icon {
	padding-left: 1.25rem
}

.article-card .footer .icon-time:before {
	color: #3498db
}

.article-card .footer .forecast-result {
	-ms-flex-negative: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 2.5rem;
	min-width: 0
}

.article-card .footer .forecast-result .icon {
	margin-bottom: .125rem;
	margin-right: .25rem;
	margin-top: .125rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.article-card .footer .forecast-result i.icon {
	padding-left: 1rem
}

.article-card .footer .right-side {
	color: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto
}

.article-card .footer .right-side .icon {
	margin-left: 1rem
}

.article-card .icon-like {
	color: rgba(0, 0, 0, .4)
}

.article-card[style*=background-color] {
	background: #3498db;
	color: #fff
}

.article-card[style*=background-color] .footer .right-side,
.article-card[style*=background-color] .row .right-col .footer .icon.icon-like,
.article-card[style*=background-color] .title,
.article-card[style*=background-color] .title:hover,
.article-card[style*=background-color] .title:hover a {
	color: inherit
}

.article-card[style*=background-color] .row .right-col .footer .icon.icon-like:before {
	color: #fff
}

.article-card[style*=background-color] .title:hover a {
	text-decoration: underline
}

.article-card[style*=background-color] .footer {
	border-top-color: hsla(0, 0%, 100%, .1)
}

.author-box {
	padding: 1rem 1rem 0
}

@media (min-width:744px) {
	.author-box {
		padding: 1.5rem 1.5rem 0
	}
}

.forecast-card .body {
	padding-bottom: 0
}

@media (min-width:744px) {
	.forecast-card .body {
		padding-bottom: 1rem
	}
}

.forecast-card .footer {
	padding-bottom: 6px;
	padding-top: 6px
}

@media (min-width:744px) {
	.forecast-card .footer {
		padding-bottom: 0;
		padding-top: 0
	}
}

.article-card.forecast-card-new {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.article-card.forecast-card-new .image {
	padding-top: 75%;
	position: relative;
	right: auto;
	top: auto;
	width: auto
}

.article-card.forecast-card-new .image:after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .5)));
	background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, .5));
	bottom: 0;
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	width: 100%
}

.article-card.forecast-card-new .image .expert-name {
	border-radius: 3px;
	bottom: auto;

	font-size: .875rem;
	font-weight: 600;
	left: .25rem;
	line-height: 1.25rem;
	padding: .125rem .25rem;
	top: .25rem;
	-webkit-transform: none;
	transform: none;
	width: auto
}

.article-card.forecast-card-new .footer {
	border-top: 0;
	bottom: .25rem;
	font-size: .875rem;
	height: auto !important;
	line-height: 1rem;
	min-height: 1.5rem;
	padding: 0 .5rem 0 .25rem !important;
	width: 100%;
	z-index: 1;
	position: absolute;
	margin-bottom: 1rem;
}

@media (min-width:744px) {
	.article-card.forecast-card-new .footer {
		border-top: 0
	}
}

.article-card.forecast-card-new .footer .forecast-result {
	background-color: #fff;
	border-radius: 3px;
	padding: 2px .25rem
}

.article-card.forecast-card-new .footer .forecast-result:not(:first-of-type) {
	margin-left: 4px
}

.article-card.forecast-card-new .footer .forecast-result .icon {
	font-style: normal;
	margin-left: .25rem;
	margin-right: 0;
	padding-left: 1rem
}

.article-card.forecast-card-new .footer .forecast-result .icon:first-child {
	margin-left: 0
}

.article-card.forecast-card-new .footer .forecast-result .icon.icon-time {
	padding-left: 1.25rem
}

.article-card.forecast-card-new .footer .right-side {
	color: #fff;
	font-weight: 600
}

.article-card.forecast-card-new .title {

	font-size: 1rem !important;
	line-height: 1.2 !important;
	margin-bottom: 0;
	min-height: auto
}

.article-card.forecast-card-new .description {
	color: #333;
	display: block;
	font-size: .875rem !important;
	line-height: 1.25rem
}

.article-card.forecast-card-new .coefs {
	-webkit-box-align: end;
	-ms-flex-align: end;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.article-card.forecast-card-new .coef {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	margin-right: .75rem
}

.article-card.forecast-card-new .coef:last-child {
	margin-right: 0
}

.article-card.forecast-card-new .coef .logo {
	height: 1rem;
	margin-right: .375rem;
	-webkit-transition: none;
	transition: none;
	width: 1rem
}

.article-card.forecast-card-new .coef .logo img {
	max-width: 100%;
	width: 100%
}

.article-card.forecast-card-new .body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: .75rem 1rem 1rem
}

.article-card.forecast-card-new .body .marking-sport {
	margin-bottom: .25rem;
	margin-top: 0
}

.article-card.forecast-card-new .body .title+.description {
	margin-top: .5rem
}

.article-card.forecast-card-new .body .description+.coefs,
.article-card.forecast-card-new .body .title+.coefs {
	margin-top: 1rem
}

.swiper-slide .article-card.forecast-card-new {
	margin-bottom: 0
}

.row.stretch .article-card {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	border-radius: .5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	margin-bottom: 0
}

.row.stretch .article-card .body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.top-articles-block .heading {
	margin-bottom: 1.5rem;
	padding-bottom: 0
}

.top-articles-block li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.top-articles-block .news-item {
	display: block
}

.top-articles-block .news-item__top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px
}

.top-articles-block .news-item__logo {
	margin-left: 4px
}

.top-articles-block .description {
	display: inline-block;
	line-height: 1.25rem;
	margin-right: auto;
	overflow-y: auto
}

.top-articles-block .author-image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 2rem;
	margin-left: .5rem;
	width: 2rem
}

.blogs-carousel .article-card {
	margin-bottom: 0;
	margin-right: 24px;
	max-width: 240px;
	min-width: 240px
}

.blogs-carousel .article-card:first-child {
	margin-left: 12px
}

@media (min-width:744px) {
	.blogs-carousel .article-card:first-child {
		margin-left: 0
	}
}

.blogs-carousel .article-card .image {
	padding-top: 75%;
	position: relative;
	right: auto;
	top: auto;
	width: auto
}

.blogs-carousel .article-card .author-image {
	border: 2px solid #fff;
	border-collapse: separate;
	border-radius: 50%;
	bottom: 0;
	display: block;
	height: 2.25rem;
	position: absolute;
	right: 1rem;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
	width: 2.25rem
}

.blogs-carousel .article-card .body {
	padding: 1rem 1.5rem
}

.blogs-carousel .article-card .author {
	margin-bottom: .5rem
}

.blogs-carousel .article-card .title {
	margin-bottom: .5rem;
	min-height: 0
}

.blogs-carousel .article-card .description {
	display: block;
	font-size: .8125rem;
	line-height: 1.25rem;
	overflow-wrap: break-word
}

.blogs-carousel__list {
	margin: 0 -12px 1.5rem !important
}

@media (min-width:744px) {
	.blogs-carousel__list {
		margin: 0 0 1.5rem !important
	}
}

.blogs-carousel__list:before {
	display: none;
	width: 3rem
}

@media (min-width:744px) {
	.blogs-carousel__list:before {
		display: block
	}
}

.blogs-carousel__list:after {
	display: none;
	width: 3rem
}

@media (min-width:744px) {
	.blogs-carousel__list:after {
		display: block
	}
}

a.custom-block-link:hover {
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .12);
	box-shadow: 0 0 8px rgba(0, 0, 0, .12);
	color: #0855c4
}

.custom-block-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .5rem;
	color: rgba(0, 0, 0, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 14px;
	margin-bottom: 16px;
	padding: 20px 12px;
	-webkit-transition: all .2s;
	transition: all .2s
}

@media (min-width:744px) {
	.custom-block-link {
		padding: 20px 24px
	}
}

.custom-block-link .icon {
	line-height: 16px
}

.custom-block-link .icon:not(.icon-bonus):not(.icon-bonus-red):not(.icon-bell):not(.icon-fire-3):not(.icon-star):not(.icon-like):before {
	background-color: #f4f4f4;
	color: #3498db
}

.custom-block-link span {
	line-height: 16px;
	margin-left: 12px
}

@media (min-width:744px) {
	.custom-block-link span {
		font-weight: 700
	}
}

.block-author {
	margin-top: 1rem
}

.comment-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.comment-footer .icon-image {
	color: rgba(0, 0, 0, .2);
	cursor: pointer;
	height: 1.5rem;
	line-height: 1.5rem;
	margin-right: 2rem;
	padding-left: 1.5rem;
	-webkit-transition: color .2s;
	transition: color .2s
}

.comment-footer .icon-image:before {
	font-size: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	width: 1.5rem
}

.comment-footer .icon-image:hover {
	color: #0855c4
}

.comment-footer .icon-send {
	background: 0 0;
	margin-left: 1rem;
	padding: 0
}

.comment-footer .icon-send:before {
	background-color: #3498db;
	height: 2.5rem;
	line-height: 2.5rem;
	margin: 0;
	width: 2.5rem
}

.comments {
	overflow: visible
}

.comments.block {
	padding-top: 1rem
}

.comments .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 2rem
}

.comment {
	position: relative
}

.comment+.comment {
	margin-top: 1.5rem
}

.comment:last-child {
	margin-bottom: .25rem
}

.comment .header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .5rem
}

.comment .header .link {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.comment .img-box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 1.5rem;
	margin-right: .5rem;
	width: 1.5rem
}

@media (min-width:744px) {
	.comment .img-box {
		margin-right: 1rem
	}

	.comment:not([class*=reply]) {
		padding-left: 3rem
	}

	.comment:not([class*=reply]) .img-box {
		height: 2rem;
		left: 0;
		position: absolute;
		top: 0;
		width: 2rem
	}
}

.comment .status {
	-ms-flex-negative: 3;
	background-color: #f0f1f2;
	border-radius: 2px;
	flex-shrink: 3;
	font-size: .75rem;
	margin-left: .5rem;
	overflow: hidden;
	padding: 0 .25rem;
	right: .25rem;
	text-overflow: ellipsis;
	white-space: nowrap
}

.comment .body {
	line-height: 1.25rem;
	margin-bottom: .5rem
}

@media (min-width:1080px) {
	.comment .body {
		font-size: 1rem;
		line-height: 1.5rem
	}
}

.comment .body a {
	color: #3498db
}

.comment .body a:hover {
	color: #0855c4
}

.comment .images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 1rem
}

.comment .images img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-bottom: .5rem;
	margin-right: .5rem;
	max-height: 3rem
}

@media (min-width:744px) {
	.comment .images img {
		margin-bottom: 1rem;
		margin-right: 1rem;
		max-height: 6rem
	}
}

.comment .footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap
}

.comment .footer .date {
	color: rgba(0, 0, 0, .2);
	margin-right: 1.5rem;
	white-space: nowrap
}

.comment .footer .btn {
	margin-right: 1.5rem
}

.comment .footer .btn i.icon {
	color: rgba(0, 0, 0, .2);
	cursor: pointer;
	-webkit-transition: color .2s;
	transition: color .2s
}

.comment .footer .btn.active i.icon,
.comment .footer .btn:hover i.icon {
	color: #0855c4
}

.comment .footer .more {
	position: relative
}

.comment-status {
	color: rgba(0, 0, 0, .4);
	margin-bottom: .5rem
}

.comment-status a {
	color: #3498db
}

.comment-status a:hover {
	color: #0855c4
}

.complaints-header {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.complaints-header {
		margin-bottom: 1.5rem
	}
}

.complaints-header .heading {
	margin-bottom: 0
}

.bookmaker-claim-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .75rem
}

.bookmaker-claim-header .label {
	font-weight: 600
}

.bookmaker-claim-header .status {
	border-radius: 3px;
	font-size: .75rem;
	font-weight: 600;
	line-height: 1.25rem;
	margin-left: auto;
	padding: 0 .25rem;
	text-transform: uppercase
}

.bookmaker-claim-info {
	color: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .8125rem;
	margin-bottom: 1.5rem
}

.bookmaker-claim-info .icon {
	margin-left: auto
}

.complaints-block-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	background-image: url(https://web.legalcdn.org/wp/images/arrow-down.b7f163d574a9c73ad15d.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	border: none;
	border-radius: .25rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	font-weight: 600;
	height: auto;
	line-height: 1rem;
	min-width: 132px;
	padding: .5rem .75rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content
}

@media (min-width:744px) {
	select {
		min-width: 230px
	}
}

.to-all-forecasts-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.to-all-forecasts-link .heading {
	color: #fff;
	margin-bottom: 0
}

.to-all-forecasts-link .count {
	color: #fff;
	margin-left: .5rem;
	opacity: .6
}

.to-all-forecasts-link .icon-right {
	color: rgba(0, 0, 0, .4);
	margin-left: auto
}

.to-all-forecasts-link .icon-right:before {
	background-color: #fff
}

@media (min-width:744px) {
	.forecasts-row [class*=col-] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 1.5rem
	}

	.forecasts-row [class*=col-] .forecast-card {
		height: 100%;
		margin-bottom: 0 !important
	}

	.forecasts-row [class*=col-] .forecast-card,
	.forecasts-row [class*=col-] .forecast-card .body {
		-webkit-box-flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.forecasts-row [class*=col-] .forecast-card .footer {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}
}

@media (min-width:414px) and (max-width:743px) {
	.forecasts-row .col-smd-6 {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 1.5rem
	}

	.forecasts-row .forecast-card-new {
		height: 100%;
		margin-bottom: 0 !important
	}

	.forecasts-row .forecast-card-new,
	.forecasts-row .forecast-card-new .body {
		-webkit-box-flex: 1;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 1 0 auto;
		flex: 1 0 auto;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

a.block-section:hover,
a.block:hover {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

@media (min-width:984px) {

	a.block-section:hover,
	a.block:hover {
		-webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12) !important;
		box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .12) !important
	}

	a.block-section_nothover:hover {
		-webkit-box-shadow: none !important;
		box-shadow: none !important
	}
}

.match-block {
	overflow: hidden
}

.match-block .match-block-info {
	padding-bottom: 1.25rem
}

.match-block .match-block-info .link.arrowed {
	color: rgba(0, 0, 0, .8);
	display: block;
	font-weight: 400
}

.match-block .match-block-info .link.arrowed:hover {
	color: #0855c4
}

.match-block .match-block-info .button {
	display: block;
	font-weight: 400;
	margin-top: 1.5rem
}

.title__line {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.title__line a {
	display: block;
	font-size: 14px;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.title__line a {
		font-size: 16px;
		margin-bottom: 1.5rem
	}
}

@media (min-width:984px) {
	.title__line a {
		display: none
	}
}

.forecasts-row .forecast-result:not(:first-of-type) {
	margin-left: 4px
}

.forecasts-row .forecast-result-text {
	line-height: 1.6
}

.title__line_border {
	margin-top: 1.5rem
}

@media (min-width:744px) {
	.title__line_border {
		margin-top: 2rem
	}
}

.title__line_border a.title__line-link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	align-items: center;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 3px;
	color: rgba(0, 0, 0, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	font-size: 14px;
	height: 24px;
	justify-content: center;
	margin-left: 1rem;
	padding: 4px 8px;
	-webkit-transition: .2s;
	transition: .2s
}

.title__line_border a.title__line-link:hover {
	color: #0855c4
}

.title__line_button,
.title__line_button h2:first-child {
	margin-top: 0
}

@media (min-width:744px) {
	.title__line_button {
		margin-top: 0
	}

	.title__line_button h2:first-child {
		margin-top: .5rem
	}
}

@keyframes bounce_circularG {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	to {
		-webkit-transform: scale(.3);
		transform: scale(.3)
	}
}

@-webkit-keyframes bounce_circularG {
	0% {
		-webkit-transform: scale(1)
	}

	to {
		-webkit-transform: scale(.3)
	}
}

@-webkit-keyframes popup-slide-up {
	0% {
		bottom: -80px
	}

	to {
		bottom: 0
	}
}

@keyframes popup-slide-up {
	0% {
		bottom: -80px
	}

	to {
		bottom: 0
	}
}

.matches-page .page-description {
	margin-bottom: 0
}

.matches-page .page-description+.heading {
	margin-bottom: 1.5rem
}

.matches-page .page-description-block+.block-section.matches-table-block {
	border-top: none;
	padding-top: .5rem
}

.match-sport-type {
	font-size: 1.125rem;
	margin-bottom: 1rem
}

.match-sport-type .icon {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 1.5rem;
	padding-left: 1.75rem
}

.match-sport-type .icon:before {
	font-size: 1.5rem;
	height: 1.5rem;
	width: 1.5rem
}

@media (min-width:744px) {
	.match-sport-type {
		font-size: 1.25rem;
		margin-bottom: 1.5rem
	}

	.match-sport-type .icon {
		min-height: 1.5rem;
		padding-left: 2rem
	}
}

.match-sport-type.heading {
	margin-top: 1rem
}

.heading+.match-sport-type.heading,
.match-sport-type.heading:first-of-type {
	margin-top: 0
}

[data-fox]+.match-sport-type.heading {
	margin-top: 1rem
}

@media (min-width:744px) {
	[data-fox]+.match-sport-type.heading {
		margin-top: 1.5rem
	}
}

.matches-table {
	white-space: nowrap
}

.matches-table+.matches-table {
	margin-top: 2rem
}

.matches-table .th-row {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: .5rem
}

@media (min-width:744px) {
	.matches-table .th-row {
		border-bottom: none;
		padding-bottom: 0
	}
}

.matches-table .league-row {
	border-top: none;
	margin-top: 0
}

@media (min-width:744px) {
	.matches-table .league-row {
		margin-top: .75rem
	}
}

.matches-table .match-th {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	font-size: 0;
	order: 99;
	text-align: right
}

.matches-table .match-th .icon:before {
	left: auto;
	right: 0
}

@media (min-width:744px) {
	.matches-table .match-th {
		font-size: .75rem;
		text-align: left
	}

	.matches-table .match-th .icon:before {
		left: 0;
		right: auto
	}
}

.matches-table .capsule {
	background: 0 0;
	margin-left: auto !important;
	min-height: 0;
	min-width: 0;
	padding: 0 1.25rem 0 0;
	text-align: right
}

@media (min-width:744px) {
	.matches-table .capsule {
		background: #f0f1f2;
		margin-left: 0 !important;
		min-height: 2rem;
		min-width: 3.25rem;
		padding: .5rem .5rem .5rem 1.75rem;
		text-align: center
	}
}

.matches-table .capsule:before {
	left: auto;
	right: 0;
	top: 0
}

@media (min-width:744px) {
	.matches-table .capsule:before {
		left: .5rem;
		right: auto;
		top: .5rem
	}
}

.matches-table .time {
	color: rgba(0, 0, 0, .2);
	display: inline-block;
	font-weight: 600;
	margin-right: .5rem
}

.league-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.league-header .title {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	padding-right: 30px;
	position: relative
}

.league-header+.description,
.league-header+.description p {
	font-size: 18px;
	line-height: 1.5rem;
	margin-top: 1rem
}

@media (min-width:744px) {

	.league-header+.description,
	.league-header+.description p {
		margin-top: 1.5rem
	}
}

.league-header .img-box {
	width: 50px
}

@media (min-width:744px) {
	.league-header .img-box {
		width: 100px
	}
}

.league-header .img-box img {
	position: static;
	-webkit-transform: none;
	transform: none
}

.match-time {
	display: block;
	margin-bottom: .25rem
}

@media (min-width:744px) {
	.match-time {
		display: none
	}
}

.match-info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.match-info {
		margin-bottom: 1.5rem
	}
}

.bookmakers-block.block.block-section {
	padding-bottom: .25rem
}

@media (min-width:744px) {
	.bookmakers-block.block.block-section {
		padding-bottom: .75rem
	}
}

.bookmakers-block .heading {
	font-size: 1.25rem;
	line-height: 1.5rem;
	margin-bottom: 8px
}

@media (min-width:744px) {
	.bookmakers-block .heading {
		font-size: 1.5rem;
		line-height: 1.75rem;
		margin-bottom: 1rem;
		min-height: 3.5rem
	}
}

.bookmakers-block .bookmakers-list li {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: .75rem 0
}

@media (min-width:744px) {
	.bookmakers-block .bookmakers-list li {
		padding: .6875rem 0
	}
}

.bookmakers-block .bookmakers-list li+li {
	border-top: 1px solid rgba(0, 0, 0, .1)
}

.bookmakers-block .bookmakers-list .img-box {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 6.25rem;
	flex: 0 0 6.25rem;
	height: 2rem;
	margin-right: auto;
	width: 6.25rem
}

.bookmakers-block .bookmakers-list .icon-bonus {
	-webkit-box-flex: 0;
	display: none;
	-ms-flex: 0 0 6.5rem;
	flex: 0 0 6.5rem;

	font-size: 1rem;
	line-height: 1rem
}

@media (min-width:744px) {
	.bookmakers-block .bookmakers-list .icon-bonus {
		display: inline-block
	}
}

@media (min-width:1080px) {
	.bookmakers-block .bookmakers-list .icon-bonus {
		margin-right: 2rem
	}
}

.bookmakers-block .bookmakers-list .buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

@media (min-width:744px) {
	.bookmakers-block .bookmakers-list .buttons {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 11.25rem;
		flex: 0 0 11.25rem
	}
}

.bookmakers-block .bookmakers-list .buttons .button {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 5.25rem;
	flex: 0 0 5.25rem;
	width: 5.25rem
}

body[data-locale=gr] .bookmakers-block .bookmakers-list .buttons .button {
	width: auto
}

.bookmakers-block .bookmakers-list .buttons .button--secondary {
	display: none;
	margin-right: .75rem
}

@media (min-width:744px) {
	.bookmakers-block .bookmakers-list .buttons .button--secondary {
		display: inline-block
	}
}

.bookmakers-block .bookmakers-list .buttons .button:not(.button--secondary) {
	margin-left: auto
}

.about-league .description {
	margin-bottom: 1.5rem
}

.match-body .content-body h2 {

	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0;
	margin-top: 1rem
}

@media (min-width:744px) {
	.match-body .content-body h2 {
		font-size: 1.75rem;
		margin-bottom: .5rem;
		margin-top: 1.5rem
	}
}

.match-data {
	margin-bottom: 1rem
}

.match-about {
	margin-bottom: 1.5rem
}

.match-news-header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.match-news-header {
		margin-bottom: 1.5rem
	}
}

.match-news-header .section-heading {
	margin-bottom: 0
}

.new-in-bets {
	background: #824db2;
	color: #fff;
	min-height: 20.25rem
}

.new-in-bets .heading {
	color: inherit
}

.match-forecasts .row>[class*=col-] {
	margin-bottom: 2rem
}

.match-forecasts .row .article-card,
.match-forecasts .row>[class*=col-] {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.match-forecasts .row .article-card {
	margin-bottom: .5rem
}

.match-forecasts .row .article-card,
.match-forecasts .row .article-card .body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.match-odds.block.block-section {
	background: #2b2e36;
	border-radius: 0 0 8px 8px;
	padding-top: .75rem
}

.match-odds {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 1rem;
	overflow-x: auto
}

.match-odds:after {
	-webkit-box-flex: 0;
	content: "";
	display: none;
	-ms-flex: 0 0 1rem;
	flex: 0 0 1rem
}

@media (min-width:744px) {
	.match-odds:after {
		-webkit-box-flex: 0;
		display: block;
		-ms-flex: 0 0 1.5rem;
		flex: 0 0 1.5rem
	}
}

@media (min-width:1080px) {
	.match-odds:after {
		display: none
	}
}

.match-odds-table {
	display: table;
	overflow-x: auto;
	padding-bottom: .75rem
}

@media (min-width:744px) {
	.match-odds-table {
		overflow-x: auto;
		padding-bottom: 0
	}
}

.match-odds-table th {
	border-bottom: 1px solid hsla(0, 0%, 100%, .1);
	color: hsla(0, 0%, 100%, .4)
}

.match-odds-table th {
	text-align: center;
	vertical-align: middle
}

.match-odds-table th:first-child {
	text-align: left
}

@media (min-width:744px) {
	.match-odds-table th .d-none {
		display: inline !important
	}
}

.match-odds-table .bookmaker {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative
}

@media (min-width:984px) {
	.match-odds-table .bookmaker {
		max-width: none;
		width: auto
	}
}

.match-odds-table .bookmaker .img-box {
	-webkit-box-flex: 0;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 4px;
	-ms-flex: 0 0 1.5rem;
	flex: 0 0 1.5rem;
	height: 1.5rem;
	margin-right: .5rem;
	width: 1.5rem
}

.match-odds-table .bookmaker .title {
	white-space: nowrap
}

.match-odds-table .bookmaker .title a:hover {
	color: #ffc504
}

.match-odds-table .odd {
	border-radius: 3px;
	display: block;
	outline: 1px solid hsla(0, 0%, 100%, .1);
	padding: .5rem .65rem;
	text-align: center;
	white-space: nowrap
}

@media (min-width:744px) {
	.match-odds-table .odd {
		padding: .75rem .25rem;
		width: 3.75rem
	}
}

.match-odds-table a.odd:hover {
	background-color: #fff;
	color: rgba(0, 0, 0, .8)
}

.match-odds__text-bottom {
	color: hsla(0, 0%, 100%, .4);
	font-size: 12px;
	line-height: 14px
}

@media (min-width:744px) {
	.match-odds__text-bottom {
		margin-top: 12px
	}
}

.more-link {
	border-top: 1px solid rgba(0, 0, 0, .1);
	display: block;
	padding: 1rem
}

@media (min-width:744px) {
	.more-link {
		padding: 1.5rem
	}
}

.league-match .header {
	border-bottom: 1px solid transparent;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-transition: border-color .2s;
	transition: border-color .2s
}

@media (min-width:744px) {
	.league-match .header {
		padding-top: 1.25rem
	}
}

.league-match .header:after {
	display: none
}

.league-match .date {
	color: rgba(0, 0, 0, .4);
	font-weight: 400;
	margin-bottom: .25rem
}

@media (min-width:744px) {
	.league-match .date {
		font-weight: 600;
		margin-bottom: 0
	}
}

.league-match .heading {
	margin-bottom: 0
}

@media (min-width:744px) {
	.league-match .heading {
		margin-bottom: .5rem
	}
}

.league-match .link.arrowed {
	display: none
}

@media (min-width:744px) {
	.league-match .link.arrowed {
		display: inline-block
	}
}

.league-match .body {
	padding-top: 0;
	position: relative
}

@media (min-width:744px) {
	.league-match .body {
		padding-top: 1.5rem
	}
}

.league-match .body .caption {
	color: rgba(0, 0, 0, .4);
	font-weight: 600;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.league-match.active .header {
		border-color: rgba(0, 0, 0, .1)
	}
}

.league-match-forecasts .league-match-forecasts-body {
	padding-top: 0
}

.match-page .match-heading {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.matches-table-block .heading {
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.matches-table-block .heading {
		margin-bottom: 1.5rem
	}
}

.match-trend-nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
	padding-bottom: .75rem;
	padding-top: .75rem
}

@media (max-width:1079px) {
	.match-trend-nav {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.match-trend-nav .heading-3 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	margin: 0;
	max-width: 80%;
	padding-right: 1rem
}

@media (min-width:1080px) {
	.match-trend-nav .heading-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}
}

.match-trend-nav .link {
	white-space: nowrap
}

@media (max-width:1079px) {
	.match-trend-nav .link {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-top: .75rem;
		max-width: 100%
	}
}

.match-trend-nav__count {
	background-color: #f4f4f4;
	border-radius: 43px;
	font-size: .875rem;
	font-weight: 600;
	line-height: 2rem;
	margin-left: auto;
	min-width: 3rem;
	padding: 0 .25rem;
	text-align: center
}

@media (min-width:1080px) {
	.match-trend-nav__count {
		margin-right: 2.5rem
	}
}

.matches-table {
	white-space: normal !important
}

.match-bonuses .title__line {
	width: 100%
}

.match-bonuses .row {
	margin-left: 0;
	margin-right: 0
}

.match-bonuses .row.cards-carousel__list {
	margin-left: -.75rem;
	margin-right: -.75rem
}

.match-bonuses {
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.match-bonuses {
		margin-bottom: 1.5rem
	}
}

.match-bonuses__slider.swiper {
	margin: 0 -.75rem;
	opacity: 1;
	overflow: hidden;
	padding: 0 .75rem;
	position: relative;
	-webkit-transition: opacity .25s ease-in;
	transition: opacity .25s ease-in;
	-webkit-transition-delay: .2s;
	transition-delay: .2s
}

@media (min-width:744px) {
	.match-bonuses__slider.swiper {
		margin: 0;
		padding: 0
	}
}

.match-bonuses__slider.swiper:not(.swiper-initialized) {
	opacity: 0
}

.match-bonuses__slider.swiper:not(.swiper-initialized) .swiper-slide {
	margin-right: 1rem
}

@media (min-width:744px) {
	.match-bonuses__slider.swiper:not(.swiper-initialized) .swiper-slide {
		margin-right: 1.5rem
	}
}

.match-bonuses__slider .swiper-slide {
	height: auto;
	width: 240px
}

@media (max-width:743px) {
	.match-bonuses__slider .swiper-slide {
		width: 240px !important
	}
}

@media (min-width:744px) {
	.match-bonuses__slider .swiper-slide {
		width: auto
	}
}

.match-bonuses__slider .swiper-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.match-bonuses__items:not(.swiper-wrapper) {
	grid-gap: 1.5rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr)
}

.match-head {
	background: #2b2e36;
	border-radius: .5rem;
	color: #fff;
	margin-bottom: 2rem;
	padding: 1rem;
	position: relative
}

@media (min-width:744px) {
	.match-head {
		padding: 1.5rem
	}
}

.match-head__top {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between
}

.match-head__top,
.match-head__top-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.match-head__top-info-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: space-between
}

.match-head__league {
	font-weight: 600
}

.match-head__teams {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	margin-top: 2rem
}

.match-head__teams a:hover {
	color: inherit
}

.match-head__team {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 110.5px
}

@media (min-width:744px) {
	.match-head__team {
		width: 180px
	}
}

.match-head__team-logo {
	height: 56px;
	width: 56px
}

@media (min-width:744px) {
	.match-head__team-logo {
		height: 88px;
		width: 88px
	}
}

.match-head__team-name {

	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.375rem;
	margin-top: .25rem;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	width: 110.5px
}

@media (min-width:744px) {
	.match-head__team-name {
		font-size: 1.25rem;
		line-height: 1.5rem;
		width: 180px
	}
}

.match-head__info {
	-ms-flex-item-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-flex-negative: 0;
	align-items: center;
	align-self: center;
	color: hsla(0, 0%, 100%, .6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-shrink: 0;
	font-size: .75rem;
	line-height: .875rem;
	margin: 0 .5rem
}

@media (min-width:744px) {
	.match-head__info {
		font-size: .875rem;
		line-height: 1rem
	}
}

.match-head__info-time {
	color: #fff;

	font-size: 2rem;
	font-weight: 500;
	line-height: 2.25rem;
	margin: 2px 0
}

.match-head__coefs {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2rem
}

.match-head__coefs,
.match-head__coefs-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

@media (min-width:744px) {
	.match-head__coefs-row {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.match-head__coefs-row+.match-head__coefs-row {
	margin-top: .5rem
}

.match-head__coef {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	align-items: center;
	background: hsla(0, 0%, 100%, .05);
	border: 1px solid hsla(0, 0%, 100%, .2);
	border-radius: .25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	justify-content: space-between;
	min-height: 40px;
	padding: .5rem;
	text-transform: uppercase;
	transition: .2s;
}

.match-head__coef:hover {
	background: hsla(0, 0%, 100%, .15)
}

@media (min-width:374px) {
	.match-head__coef {
		min-width: 101px
	}
}

@media (min-width:744px) {
	.match-head__coef {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		min-width: 144px
	}
}

.match-head__coef+.match-head__coef {
	margin-left: .5rem
}

.match-head__coef--win {
	border: 1px solid #629a3e
}

.match-head__coef-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	flex-grow: 1;
	cursor: pointer;
}

@media (min-width:744px) {
	.match-head__coef-wrapper {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}


.match-head__coef-text {
	color: hsla(0, 0%, 100%, .4);
	font-size: .75rem;
	margin-top: .25rem;
	text-align: center
}

.match-head__coef-bet {
	color: hsla(0, 0%, 100%, .4);
	font-size: .75rem;
	line-height: 1rem
}

.match-head__coef-logo {
	border-radius: .25rem;
	height: 24px;
	width: 24px
}

.match-head__coef-num {
	display: flex;
	align-items: center;
}

.match-head__coef-img {
	width: 100%;
	height: 100%;
	max-width: 20px;
	display: inline-block;
	margin-left: 10px;
	border-radius: 5px;
}

.match-head--black .match-btn {
	background: hsla(0, 0%, 100%, .05);
	border: 1px solid hsla(0, 0%, 100%, .2);
	border-radius: 80px;
	color: #fff;
	padding: .5rem
}

.match-head--black .match-btn:hover {
	background: hsla(0, 0%, 100%, .15)
}

.vip-bonus {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	background-color: #2b2e36;
	border-radius: .5rem;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden
}

.vip-bonus__header {
	padding: 1rem 2rem .75rem 1rem
}

.vip-bonus__header,
.vip-bonus__img {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative
}

.vip-bonus__img {
	padding-bottom: 75%
}

.vip-bonus__img img {
	bottom: 0;
	display: block;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%
}

.vip-bonus__body {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: .75rem 1rem 1rem
}

.vip-bonus__footer {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: .75rem 1rem 1rem
}

.vip-bonus__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.vip-bonus__heading {
	font-size: .875rem
}

.vip-bonus__cost {

	font-size: 1rem;
	font-weight: 500
}

.vip-bonus__logo {
	-ms-flex-negative: 0;
	border: 1px solid #fff;
	border-radius: .25rem;
	flex-shrink: 0;
	height: 2.125rem;
	margin-right: .75rem;
	overflow: hidden;
	width: 2.125rem
}

.vip-bonus__tags {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.vip-bonus__tags:not(:last-child) {
	height: 1rem;
	margin-bottom: .75rem
}

.vip-bonus__tag:not(:first-child) {
	margin-left: .5rem
}

.vip-bonus__time {
	color: hsla(0, 0%, 100%, .4);
	font-size: .8125rem
}

.vip-bonus__time .icon {
	padding-left: 1.25rem
}

.vip-bonus__btn:not(:first-child) {
	margin-left: .5rem
}

.vip-bonus__label {
	display: block;
	font-size: .8125rem;
	font-weight: 600;
	padding: 0 2rem;
	position: absolute;
	right: -30px;
	top: 10px;
	-webkit-transform: rotate(-315deg);
	transform: rotate(-315deg)
}

.vip-bonus__label--new {
	background-color: #af37cf;
	color: #fff
}

.vip-bonus__label--new:after {
	content: "NEW!"
}

.vip-bonuses__item--small {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	height: auto;
	justify-content: space-between;
	padding: 1rem;
	position: relative
}

.vip-bonuses__item--small .vip-bonus__header {
	position: static
}

.vip-bonuses__item--small .vip-bonus__footer,
.vip-bonuses__item--small .vip-bonus__header {
	padding: 0
}

.vip-bonuses__item--small .vip-bonus__footer {
	margin-top: 1.5rem
}

.vip-bonuses__item--small.swiper-slide {
	width: 240px
}

div[class*=__slider-wrapper] {
	position: relative
}

div[class*=__slider-wrapper] .vip-bonuses__item--small {
	opacity: 0
}

.vip-btn {
	overflow: hidden
}

.vip-btn {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	background-color: transparent;
	border: 1px solid hsla(0, 0%, 100%, .3);
	border-radius: .25rem;
	color: #fff;
	display: inline-block;
	flex-grow: 1;
	font-family: inherit;
	font-size: .75rem;
	font-weight: 600;
	max-width: 100%;
	padding: .5rem;
	text-align: center;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
	width: 50%
}

.vip-btn:hover {
	background-color: hsla(0, 0%, 100%, .1);
	color: #fff
}

.vip-btn:active,
.vip-btn:focus {
	background-color: hsla(0, 0%, 100%, .2);
	color: #fff
}

.vip-btn:disabled {
	cursor: not-allowed;
	opacity: .3;
	pointer-events: none
}

.match-info__content {
	padding: 1rem 1rem 2rem;
	width: 100vw
}

@media (min-width:567px) {
	.match-info__content {
		max-width: 375px
	}
}

.match-info__item:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 1rem;
	padding-top: 1rem
}

.match-info__heading {

	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.22
}

.match-info__heading:not(:last-child) {
	margin-bottom: .75rem
}

.match-info__more {
	color: #3498db;
	display: block;
	font-size: .875rem;
	font-weight: 600;
	padding: 1.5rem 0 0;
	text-align: center;
	width: 100%
}

.match-info__more:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, .1);
	margin-top: 1rem
}

.match-forecast {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.match-forecast__text {
	font-size: .875rem;
	line-height: 1.14
}

.match-forecast__btn:not(:first-child) {
	margin-left: 1rem
}

.forecast-btn {
	-ms-flex-negative: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid rgba(52, 152, 219, .3);
	border-radius: .25rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-shrink: 0;
	padding: .25rem .25rem .25rem .75rem
}

.forecast-btn__kef {
	font-size: .875rem;
	font-weight: 600;
	margin-left: auto;
	margin-right: auto
}

.forecast-btn__logo {
	border-radius: 3px;
	height: 1.5rem;
	overflow: hidden;
	width: 1.5rem
}

.forecast-btn__logo:not(:first-child) {
	margin-left: .75rem
}

.forecast-btn__logo img {
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	width: 100%
}

.forecast-btn:hover {
	color: #fff
}

.match-table {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px
}

.match-table:not(:last-child) {
	margin-bottom: .5rem
}

@media (min-width:744px) {
	.match-table:not(:last-child) {
		margin-bottom: 1.5rem
	}
}

.match-table__header {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: flex-end;
	padding: .25rem 1rem .25rem 0
}

@media (max-width:743px) {
	.match-table__header {
		display: none
	}
}

.match-table__time {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: rgba(0, 0, 0, .4);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: .875rem;
	font-weight: 600
}

.match-table__time:after {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	background-color: rgba(0, 0, 0, .1);
	content: "";
	flex-grow: 1;
	height: 1px;
	margin-left: .5rem;
	width: 1px
}

.match-table__row {
	padding: .75rem 0 0
}

@media (min-width:744px) {
	.match-table__row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		padding: .5rem 0
	}
}

.match-table__info {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .75rem
}

@media (min-width:744px) {
	.match-table__info {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-bottom: 0
	}
}

.match-table__teams {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.match-table__team {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.match-table__team:not(:last-child) {
	margin-bottom: .25rem
}

.match-table__teams:hover span {
	color: #0855c4
}

.match-table__team-logo {
	-ms-flex-negative: 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-shrink: 0;
	height: 20px;
	justify-content: center;
	width: 20px
}

.match-table__team-logo:not(:last-child) {
	margin-right: .5rem
}

.match-table__team-logo img {
	height: 100%;
	width: 100%
}

.match-table__team-name {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	color: rgba(0, 0, 0, .8);
	flex-grow: 1;
	font-size: .875rem;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 65px
}

@media (min-width:744px) {
	.match-table__kefs {
		-ms-flex-negative: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		flex-shrink: 0;
		margin-bottom: -.5rem
	}

	.match-table__kefs:not(:first-child) {
		margin-left: 1.5rem
	}
}

.match-table__kefs-group {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: .5rem;
	flex-wrap: wrap;
	gap: 10px;
}

@media (min-width:744px) {
	.match-table__kefs-group {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}

	.match-table__kefs-group:not(:first-child) {
		margin-left: 1.5rem
	}
}

.match-table__kefs-group:last-child {
	margin-bottom: 0
}

@media (min-width:744px) {
	.match-table__kefs-group:last-child {
		margin-bottom: .5rem
	}
}

.match-table__btn-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 12px
}

.match-table__btn {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.match-table__btn:not(:first-child) {
	margin-left: .5rem
}

.match-table .tooltip,
.match-table__kef,
.match-table__tooltip {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}



.match-table__tooltip {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex
}

.match-table__more {
	color: #3498db
}

@media (max-width:743px) {
	.match-table__more {
		display: none
	}
}

.match-table__more:focus,
.match-table__more:hover {
	color: #0855c4
}

.match-table__more.icon {
	padding-left: 1rem
}


.match-table__more span {
	display: none
}

@media (min-width:1600px) {
	.match-table__more span {
		display: inline-block;
		margin-left: 1.25rem;
		overflow: hidden;
		text-align: right;
		text-overflow: ellipsis;
		vertical-align: bottom;
		white-space: nowrap;
		width: 4.625rem
	}
}

.match-table__title {
	color: rgba(0, 0, 0, .6);
	font-size: .875rem;
	max-width: 100%;
	text-align: center;
	width: 3.25rem
}

.match-table__title:not(:first-child) {
	margin-left: .5rem
}

.match-table__league {
	font-weight: 600
}

.match-table__date {
	font-weight: 600
}

.match-table__date-title {
	color: rgba(0, 0, 0, .8)
}

.match-table__date-day {
	color: rgba(0, 0, 0, .4);
	margin-left: .25rem
}

.match-table--day {
	max-width: 100%
}

@media (min-width:744px) {
	.match-table--day .kef-btn__type {
		display: none
	}
}

.match-table--day .match-table__header {
	background-color: #f0f1f2;
	border-radius: .25rem;
	margin: 0 -.375rem;
	padding: .5rem
}

@media (min-width:744px) {
	.match-table--day .match-table__header {
		margin: 0 -.5rem .5rem;
		padding: .5rem 2rem .5rem .5rem
	}
}

@media (max-width:743px) {
	.match-table--day .match-table__header {
		display: block
	}
}

@media (min-width:1600px) {
	.match-table--day .match-table__header {
		padding-right: 7.3125rem
	}
}

@media (max-width:743px) {
	.match-table--day .match-table__header .match-table__kefs {
		display: none
	}
}

.match-table--day .match-table__header .match-table__info {
	margin-bottom: 0;
	padding-top: 0
}

.match-table--day .match-table__header .match-table__kefs-group .match-table__title {
	padding: 0
}

.match-table--day .match-table__title {
	color: rgba(0, 0, 0, .4)
}

.match-table--day .match-table__kef,
.match-table--day .match-table__title {
	padding-left: .5rem;
	padding-right: .5rem;
	width: auto;
}

@media (min-width:984px) {

	.match-table--day .match-table__kef,
	.match-table--day .match-table__title {
		width: 3.5rem
	}
}

@media (min-width:1080px) {

	.match-table--day .match-table__kef,
	.match-table--day .match-table__title {
		width: 4rem
	}
}

@media (max-width:743px) {
	.match-table--day .match-table__info {
		padding-top: 1.5rem;
		position: relative
	}
}

.match-table--day .match-table__time {
	margin-bottom: 0;
	margin-right: 1.25rem;
	min-width: 2.375rem
}

@media (max-width:743px) {
	.match-table--day .match-table__time {
		left: 0;
		position: absolute;
		top: 0
	}
}

.match-table--day .match-table__time:after {
	display: none
}

.match-table--day .match-table__item:not(:last-child) {
	border-bottom: 1px solid #f0f1f2
}

@media (min-width:744px) {
	.match-table--day .match-table__kefs-group:not(:first-child) {
		margin-left: .5rem
	}
}

.match-table--day .match-table__row {
	padding: 1rem 0
}

@media (min-width:744px) {
	.match-table--day .match-table__row {
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: space-between;
		padding: .5rem 0
	}
}

@media (max-width:1599px) {
	.match-table--day .match-table__more {
		margin-left: .5rem
	}
}

@media (min-width:744px) {
	.match-table--day .match-table__kefs:not(:first-child) {
		margin-left: .75rem
	}
}

@media (min-width:1080px) {
	.match-table--day .match-table__kefs:not(:first-child) {
		margin-left: 1rem
	}
}

@media (min-width:1366px) {
	.match-table--day .match-table__kefs:not(:first-child) {
		margin-left: 1.5rem
	}
}

@media (min-width:1080px) {
	.match-table.top-matches__table .match-table__header {
		padding-right: 1rem
	}

	.match-table.top-matches__table .match-table__header .match-table__title {
		width: 3.625rem
	}
}

.matches-page .block-section.matches-table-block {
	padding-bottom: 0
}

@media (min-width:744px) {
	.matches-page .block-section.matches-table-block {
		padding-bottom: 1.5rem
	}
}

.matches-page .block-section.matches-table-block-date {
	padding: 0 1rem
}

@media (min-width:744px) {
	.matches-page .block-section.matches-table-block-date {
		margin-bottom: 0 1.5rem
	}
}

.top-matches__table .match-table__item {
	margin: 1.5rem 0
}

.top-matches__table .match-table__item:first-child {
	margin: 0 0 1.5rem
}

.top-matches__table .match-table__item:last-child {
	margin: 1.5rem 0 0
}

@media (min-width:744px) {
	.top-matches__table .match-table__item {
		margin: .75rem 0
	}

	.top-matches__table .match-table__item:first-child {
		margin: 0 0 .75rem
	}

	.top-matches__table .match-table__item:last-child {
		margin: .75rem 0 0
	}
}

.kef-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent;
	border: 1px solid rgba(52, 152, 219, .3);
	border-radius: .25rem;
	color: rgba(0, 0, 0, .8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: .875rem;
	font-weight: 600;
	max-width: 100%;
	padding: .5rem;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	width: 3.625rem
}

.kef-btn[disabled] {
	border-color: rgba(0, 0, 0, .1);
	color: rgba(0, 0, 0, .4);
	cursor: not-allowed;
	pointer-events: none
}

.kef-btn:focus,
.kef-btn:hover {
	background-color: #3498db;
	border-color: #3498db;
	color: #fff;
	cursor: pointer;
}

.kef-btn:focus .kef-btn__type,
.kef-btn:hover .kef-btn__type {
	color: #fff
}

.kef-btn__type {
	color: rgba(0, 0, 0, .4);
	font-size: .75rem;
	font-weight: 400;
	-webkit-transition: all .3s;
	transition: all .3s
}

@media (min-width:744px) {
	.kef-btn__type {
		display: none
	}
}

.kef-btn__kef {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.kef-btn--win {
	border: 1px solid #62b435
}

.match-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .05);
	border-radius: .25rem;
	color: rgba(0, 0, 0, .8);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: .875rem;
	font-weight: 600;
	justify-content: center;
	padding: .5rem;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	width: 3.125rem
}

.match-btn span {
	pointer-events: none
}

.match-btn:active,
.match-btn:focus,
.match-btn:hover {
	background-color: #3498db;
	color: #fff
}

.match-btn:active .icon:before,
.match-btn:focus .icon:before,
.match-btn:hover .icon:before {
	color: #fff
}

.match-btn .icon {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.match-btn .icon:not(:last-child) {
	margin-right: .5rem
}

.match-btn .icon:before {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.match-btn .icon-forecasts-2:before {
	color: #62b435
}

button.match-btn .icon-forecasts-2:before {
	color: #62b435
}

button.match-btn .icon-tv:before {
	content: "\f1c5";
	color: #d0021b;
}

.match-btn:disabled {
	background-color: inherit;
	cursor: not-allowed;
	opacity: .3;
	pointer-events: none
}

@media (max-width:743px) {
	.slider-wrapper:not(.no-deposit__slider-wrapper) {
		margin: 0 -.75rem
	}
}

.header-team {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 1rem
}

.header-team .team-logo {
	margin-left: auto;
	width: 50px
}

.header-team .heading {
	margin-bottom: 0
}

.bets-on-team .footer {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

@media (min-width:744px) {
	.bets-on-team .footer {
		display: none
	}
}

.bets-on-team .footer .title {
	display: inline-block;
	font-size: .75rem;
	font-weight: 600
}

.bets-on-team .footer .title span {
	display: block
}

@media (min-width:414px) {
	.bets-on-team .footer .title {
		font-size: inherit;
		margin-bottom: .25rem
	}
}

.bets-on-team .footer .coefs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bets-on-team .footer .coefs .button {
	color: #3498db;
	margin-right: .5rem;
	padding: 1rem .1rem;
	width: 3.125rem
}

.bets-on-team .footer .coefs .button:hover {
	color: #fff
}

.bets-on-team .footer .coefs .button:last-child {
	margin-right: 0
}

.bets-on-team.block-section {
	margin-bottom: 1rem
}

@media (min-width:984px) {
	.bets-on-team.block-section {
		margin-bottom: 1.5rem
	}
}

.bets-on-team.block-section .footer {
	display: none
}

table.bets-on-team-table {
	display: table;
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 1rem
}

@media (min-width:567px) {
	table.bets-on-team-table {
		font-size: 1rem
	}

	table.bets-on-team-table th {
		padding: 1rem .25rem
	}
}

table.bets-on-team-table th {
	border-bottom: 1px solid #f2f2f2
}

@media (min-width:567px) {
	table.bets-on-team-table th {
		text-align: center
	}
}

table.bets-on-team-table th:first-child {
	text-align: left
}

table.bets-on-team-table .match {
	max-width: 60px
}

@media (min-width:567px) {
	table.bets-on-team-table .match {
		max-width: 60%
	}
}

table.bets-on-team-table .match-title {
	font-size: 12px;
	font-weight: 600
}

@media (min-width:567px) {
	table.bets-on-team-table .match-title {
		display: block;
		font-size: 1rem;
		margin-bottom: .5rem
	}
}

table.bets-on-team-table .match-date {
	color: rgba(0, 0, 0, .5);
	font-size: 9px;
	font-weight: 600
}

@media (min-width:567px) {
	table.bets-on-team-table .match-date {
		font-size: 1rem
	}
}

table.bets-on-team-table .match-result {
	background-color: #f0f0f0;
	border-radius: 3px;
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	padding-left: .5rem;
	padding-right: .5rem;
	text-align: center
}

@media (min-width:567px) {
	table.bets-on-team-table .match-result {
		font-size: 1rem;
		padding: 8px 15px;
		text-align: center
	}
}

table.bets-on-team-table .coef {
	font-size: .875rem;
	text-align: right;
	width: 15%
}

@media (min-width:567px) {
	table.bets-on-team-table .coef {
		text-align: center;
		width: 80px
	}
}

@media (min-width:1366px) {
	table.bets-on-team-table .coef {
		font-size: 1rem;
		width: 120px
	}
}

.all-bets-on-teams-header__search {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	border-top: 1px solid rgba(0, 0, 0, .1);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem
}

@media (min-width:744px) {
	.all-bets-on-teams-header__search {
		padding: 1.125rem 1.5rem
	}
}

.all-bets-on-teams-header__search .input {
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: rgba(0, 0, 0, .8);
	font-size: .875rem;
	line-height: 1rem;
	margin-right: 1rem;
	padding: 0
}

@media (min-width:744px) {
	.all-bets-on-teams-header__search .input {
		font-size: 1.125rem;
		line-height: normal
	}
}

.all-bets-on-teams-header__search .icon {
	color: #3498db;
	cursor: pointer;
	padding-left: 1rem
}

.bk-tag-link {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0
}

.bk-tag-link,
.bk-tag-link__coef {
	-webkit-transition: .2s;
	transition: .2s
}

.bk-tag-link__coef {
	color: #3498db;
	font-size: 16px;
	font-weight: 600
}

.bk-tag-link:hover .bk-tag-link__coef {
	color: #0855c4
}

.bk-tag-link:hover .bk-tag-link__tag:before {
	background-color: hsla(0, 0%, 100%, .2)
}

.bk-tag-link:focus .bk-tag-link__coef {
	color: #bd0017
}

.bk-tag-link:focus .bk-tag-link__tag:before {
	background-color: rgba(0, 0, 0, .2)
}

.bk-tag-link__tag {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 20px;
	justify-content: center;
	margin-left: .25rem;
	max-width: 50px;
	min-width: 25px;
	padding: .25rem;
	position: relative;
	-webkit-transition: .2s;
	transition: .2s;
	z-index: 0
}

.bk-tag-link__tag:before {
	background-color: transparent;
	border-radius: 3px;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2
}

.bk-tag-link img {
	max-height: 100%
}

.match-new-trends {
	margin-bottom: 2rem
}

.match-page-sidebar {
	padding-top: 30px
}

.match-page-sidebar .sticky {
	-webkit-transition: top .3s ease;
	transition: top .3s ease
}

@media (min-width:1080px) {
	.match-page-sidebar .sticky {
		top: 9rem !important
	}
}

.match-heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.match-heading .heading {
	font-size: 1.5rem;
	line-height: 1.75rem;
	margin-bottom: 0
}

@media (min-width:744px) {
	.match-heading .heading {
		font-size: 1.75rem;
		line-height: 2rem
	}
}

@media (min-width:567px) {
	.trend-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex !important;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

@media (min-width:1366px) {
	.trend-block {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.trend-block__match {
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 2.625rem;
	padding-bottom: .875rem
}

@media (min-width:567px) {
	.trend-block__match {
		border-bottom: none;
		border-right: 1px solid rgba(0, 0, 0, .1);
		margin-bottom: 0;
		max-width: 178px;
		padding-bottom: 0;
		padding-right: 1.5rem;
		width: 178px
	}
}

@media (min-width:1366px) {
	.trend-block__match {
		max-width: none;
		min-width: 258px;
		width: auto
	}
}

.trend-block__header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 1rem
}

.trend-block__header,
.trend-block__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.trend-block__title {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 1.25rem
}

@media (min-width:567px) {
	.trend-block__title {
		display: block;
		margin-bottom: 0
	}
}

.trend-block__date,
.trend-block__teams {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.trend-block__date {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-direction: column;
	flex-direction: column;
	font-size: .875rem
}

.trend-block__date span {
	display: block;
	text-align: right
}

@media (min-width:567px) {
	.trend-block__date {
		display: none
	}
}

@media (min-width:1366px) {
	.trend-block__date {
		display: block
	}
}

.trend-block__start-time {
	font-size: .875rem;
	font-weight: 600
}

@media (min-width:567px) {
	.trend-block__start-time {
		font-size: 1rem
	}
}

.trend-block__time-to-start {
	color: rgba(0, 0, 0, .25);

	font-weight: 600;
	margin-top: .2rem
}

@media (min-width:567px) {
	.trend-block__time-to-start {
		margin-top: .5rem
	}
}

.trend-block__team {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, .09);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 2.125rem;
	justify-content: center;
	width: 2.125rem
}

.trend-block__team:first-child {
	margin-right: -.5rem;
	position: relative;
	z-index: 1
}

.trend-block__team img {
	max-width: 1.125rem
}

.trend-block__match-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 1.375rem !important;
	margin-bottom: 0;
	overflow: hidden;
	overflow-wrap: normal;
	text-overflow: ellipsis;
	word-break: normal
}

.trend-block__match-title>div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

@media (min-width:567px) {
	.trend-block__match-title {
		display: block
	}
}

.trend-block__description {
	line-height: 1.25rem;
	margin-bottom: .8125rem
}

@media (min-width:567px) {
	.trend-block__description {
		margin-bottom: .4375rem
	}
}

.trend-block__match-more_mob {
	display: none
}

.trend-block__date_tablet {
	color: #8d8d8d;
	display: none;
	font-size: .75rem;
	margin-top: .5rem
}

@media (min-width:567px) {
	.trend-block__date_tablet {
		display: block
	}
}

@media (min-width:1366px) {
	.trend-block__date_tablet {
		display: none
	}
}

.trend-block__forecast {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (min-width:567px) {
	.trend-block__forecast {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		max-width: calc(100% - 178px);
		padding: 0 0 0 2rem
	}
}

@media (min-width:1366px) {
	.trend-block__forecast {
		border-right: 1px solid rgba(0, 0, 0, .1);
		max-width: none;
		padding-right: 2rem
	}
}


.trend-block__number span {
	-ms-flex-item-align: start;
	align-self: flex-start;
	color: rgba(0, 0, 0, .8);
	font-size: 1.0625rem;
	line-height: normal;
	position: relative;
	top: -.75rem
}

.trend-block__number_mob {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-right: .8125rem;
	min-width: auto
}

@media (min-width:567px) {
	.trend-block__number_mob {
		display: none
	}
}

.trend-block__coef {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px
}

@media (min-width:567px) {
	.trend-block__coef {
		line-height: 1rem;
		margin-bottom: .5rem
	}
}

.trend-block__coef span {
	display: block
}

@media (min-width:567px) {
	.trend-block__coef span {
		display: inline
	}
}

.trend-block__action {
	-ms-flex-item-align: center;
	align-self: center;
	margin-top: 2rem;
	max-width: 100%;
	min-width: 16rem;
	width: 100%
}

@media (min-width:1366px) {
	.trend-block__action {
		margin-top: 0;
		max-width: none;
		padding-left: 1.5rem;
		width: auto
	}
}

.trend-block__action div.bet-row {
	border: 1px solid rgba(52, 152, 219, .3);
	-webkit-box-shadow: 0 2px 4px 0 rgba(52, 152, 219, .1);
	box-shadow: 0 2px 4px 0 rgba(52, 152, 219, .1);
	color: inherit;
	max-width: 100%;
    padding: 0 0 0 1rem;
	width: 100%
}

.trend-block__action div.bet-row:hover {
	background: #0855c4
}

@media (min-width:1366px) {
	.col-lg-9 .trend-block {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.col-lg-9 .trend-block__match {
		max-width: 178px;
		min-width: 178px;
		width: auto
	}

	.col-lg-9 .trend-block__date {
		display: none
	}

	.col-lg-9 .trend-block__date_tablet {
		display: block
	}

	.col-lg-9 .trend-block__forecast {
		border-right: none;
		max-width: calc(100% - 178px);
		padding-right: 0
	}

	.col-lg-9 .trend-block__action {
		margin-top: 2rem;
		padding-left: 0;
		width: 100%
	}
}

.trends-page__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.nav-wrapper {
	max-width: 100%;
	overflow: hidden;
	width: 100%
}

.nav {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-grow: 1;
	overflow: auto
}

.nav__item {
	margin-right: .3125rem
}

.nav__item:last-child {
	margin-right: 0
}

@media (min-width:567px) {
	.nav__item {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1
	}
}

.nav__link {
	background-color: #f4f4f4;
	border-radius: .25rem;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	padding: .5rem 2rem;
	text-align: center;
	white-space: nowrap
}

.nav__link:hover {
	color: rgba(0, 0, 0, .8)
}

@media (min-width:744px) {
	.nav__link:hover {
		background-color: #3498db;
		color: #fff
	}
}

.nav__link.active {
	background-color: #3498db;
	color: #fff
}

.trends-page__title {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem
}

@media (min-width:744px) {
	.trends-page__title {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-bottom: 1.5rem
	}
}

.trends-page__title .heading {
	margin-bottom: 0
}

.nav-wrapper,
.trends-page__nav {
	position: relative
}

@media (min-width:1080px) {

	.nav-wrapper,
	.trends-page__nav {
		position: static
	}
}

.nav-wrapper:after,
.trends-page__nav:after {
	background: 0 0;
	background: -webkit-gradient(linear, right top, left top, from(#f0f1f3), to(hsla(0, 0%, 100%, 0)));
	background: linear-gradient(270deg, #f0f1f3, hsla(0, 0%, 100%, 0));
	right: 0
}

.nav-wrapper:after,
.nav-wrapper:before,
.trends-page__nav:after,
.trends-page__nav:before {
	bottom: .25rem;
	content: "";
	display: block;
	height: 2rem;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	width: 2rem;
	z-index: 5
}

.nav-wrapper:before,
.trends-page__nav:before {
	background: 0 0;
	background: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), to(#f0f1f3));
	background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #f0f1f3);
	left: 10.5rem
}

@media (min-width:1080px) {

	.nav-wrapper:after,
	.nav-wrapper:before,
	.trends-page__nav:after,
	.trends-page__nav:before {
		display: none
	}
}

.nav-wrapper:after {
	top: 0
}

.nav-wrapper:before {
	left: 0;
	top: 0
}

@media (min-width:1080px) {

	.nav-wrapper:after,
	.nav-wrapper:before {
		display: none
	}
}

.trends-page__nav {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.trends-page__nav:before {
	bottom: 0;
	left: 0
}

.trends-page__nav:after {
	bottom: 0
}

@media (min-width:567px) {
	.trends-page__nav {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.trends-page__nav:before {
		bottom: .25rem;
		left: 10.5rem
	}

	.trends-page__nav:after {
		bottom: .25rem
	}
}

.trends-page__nav .select.grey-field {
	background-color: #fff;
	font-size: .75rem
}

@media (min-width:567px) {
	.trends-page__nav .select.grey-field {
		background-color: #f0f1f2;
		font-size: .875rem
	}
}

.blue-coef {
	color: #3498db;
	font-weight: 600
}

.bookmaker-claim-description,
.comment .body,
.content-body li,
.content-body p,
.heading,
.input,
.top-articles-block .description {
	overflow-wrap: break-word;
	word-break: break-word
}

@-webkit-keyframes hideTooltip {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes hideTooltip {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.trend-card {
	background: #fff;
	border-radius: .5rem
}

.trend-card+.trend-card {
	margin-top: 1rem
}

@media (min-width:744px) {
	.trend-card+.trend-card {
		margin-top: 1.5rem
	}
}

.trend-card__top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 1rem
}

@media (min-width:744px) {
	.trend-card__top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
		padding: 1.5rem
	}
}

.trend-card__text {
	color: rgba(0, 0, 0, .8);
	font-size: 1rem;
	line-height: 1.5rem;
	margin-top: .5rem;
	word-break: break-word
}

@media (min-width:744px) {
	.trend-card__text {
		margin-top: 0
	}
}

.trend-card__bottom {
	padding-bottom: 1rem
}

.bk-header,
.match-new-trends {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

.bk-header {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	margin: 1rem 0;
	text-align: center
}

.bk-header__top {
	margin-bottom: 6px
}

.bk-header__logo-bk,
.bk-header__top {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.bk-header__logo-bk img {
	display: block;
	width: 73px
}

.bk-header__text {
	color: hsla(0, 0%, 100%, .6);
	font-size: 12px;
	font-weight: 600;
	line-height: 14px;
	text-transform: uppercase
}

.footer_text div[data-static-block] {
	display: block !important
}

.icon:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-variant: normal;
	font-weight: 400 !important;
	line-height: 1;
	text-transform: none
}

.icon-fire-3:before {
	color: #d0021b;
	content: "\f150"
}



.icon:before {
	font-family: iconfont !important;
	font-style: normal;
	font-weight: 400 !important;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.header-news__btn-more:after {
	font-family: iconfont, sans-serif;
	content: "\f1a9";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 1rem;
	height: 1rem;
	color: #0006;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-decoration: none;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: color .2s;
	transition: color .2s
}

.author__news .col-lg-3 {
	max-width: 100% !important;
	width: 100% !important
}

.author__news .col-lg-12 {
	padding-right: 0;
	padding-left: 0
}

@media (min-width:1080px) {
	.about-offer {
		padding: 60px 0
	}
}

.about-offer {
	padding: 2.5rem 0;
	background: #fff
}

@media (min-width:984px) {
	.about-subtitle {
		font-size: 4rem;
		margin-bottom: 3.375rem
	}
}

.about-subtitle {

	font-size: 2.5rem;
	line-height: 1.13em;
	font-weight: 600;
	text-align: center;
	color: #000c;
	margin-bottom: 2rem
}

@media (min-width:744px) {
	.about-offer__container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 1.5rem
	}
}

@media (min-width:744px) {
	.about-offer__item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.about-offer__item {
	background: rgba(0, 0, 0, .02);
	padding: 1.5rem;
	border-radius: .5rem
}

@media (min-width:744px) {
	.about-offer__link {
		margin-top: auto
	}
}

@media (min-width:984px) {
	.about-offer__item-header {
		display: grid;
		grid-template-columns: 4.45rem auto;
		gap: 0 1rem;
		margin-bottom: 1.5rem
	}
}

.about-offer__item-header,
.about-offer__item-icon {
	margin-bottom: .75rem
}

@media (min-width:744px) {
	.about-offer__item-text {
		margin-bottom: 30px
	}
}

.no-border {
	border: none
}

.about-offer__item-text {
	color: #0009;
	margin-top: 2rem
}

.about-offer__item-text {
	margin-bottom: 1.25rem
}

.about-offer__item-text,
.about-offer__item-link {
	font-size: 1.125rem;
	line-height: 1.56em
}

@media (min-width:984px) {
	.about-offer__item-icon {
		margin-bottom: 0;
		margin-right: 1rem;
		width: 4.5rem;
		height: 4.5rem;
		-ms-flex-preferred-size: 88px;
		flex-basis: 88px
	}
}

.about-offer__item-icon {
	font-size: 20px;
	color: #d0021b;
	height: 3rem;
	width: 3rem;
	padding: 0
}

.icon.icon-rating:before {
	content: "\f1a2"
}

@media (min-width:744px) {
	.about-human-slider {
		padding: 3.75rem .5rem 0
	}
}

@media (min-width:744px) {
	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.about-human-slider {
	background: #f0f1f2;
	margin: 0;
	padding: 20px 0 40px;
	position: relative;
	color: #000c
}

@media (min-width:744px) {
	.about-human-slider__item-image {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin-top: auto
	}
}

.about-human-slider__item-image {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: .5rem
}

@media (min-width:984px) {
	.about-human-slider__content {
		max-width: 450px;
		margin-bottom: auto;
		margin-top: auto;
		padding-bottom: 100px
	}
}

@media (min-width:744px) {
	.about-human-slider__content {
		max-width: 250px;
		margin-bottom: auto;
		margin-top: auto;
		padding-bottom: 100px
	}
}

.about-human-slider__content {
	margin-bottom: auto
}

.about-human-slider__item {
	min-height: auto;
	display: grid !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	grid-template-columns: 328px 1fr;
	padding: 0;
	height: fit-content;
	gap: 0 60px
}

@media (min-width:984px) {
	.about-human-slider__content {
		max-width: 450px;
		margin-bottom: auto;
		margin-top: auto;
		padding-bottom: 100px
	}
}

@media (min-width:984px) {

	.about-human-slider__content-name,
	.about-human-slider__content-position {
		font-size: 1.125rem;
		line-height: 28px
	}
}

.about-human-slider__content-name,
.about-human-slider__content-position {
	font-size: 1rem;
	line-height: 24px
}

.about-human-slider__content-name {
	font-weight: 700
}

@media (min-width:984px) {
	.about-human-slider__content-text {
		font-size: 1.375rem;
		line-height: 1.365em;
		margin-top: 20px
	}
}

.about-human-slider__content-text {
	font-size: 1.125rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.56em
}

.about-human-slider .tns-nav {
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	z-index: 0;
	bottom: 15%
}

.about-human-slider .tns-nav button {
	margin: 0 4px;
	width: 5px;
	height: 5px;
	padding: 0
}

.about-human-slider .tns-controls button:before {
	font-size: 24px
}

.about-human-slider .tns-nav button:after {
	content: "";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: rgba(0, 0, 0, .8)
}

.about-human-slider__item-image img {
	height: 70%;
	width: 100%;
	object-fit: contain
}

.about-human-slider__item-image {
	align-items: flex-start
}

.about-human-slider .tns-nav button:before {
	content: none
}

.about-human-slider .tns-controls {
	bottom: 16%;
	left: 49.175%
}

.about-offer__item-icon {
	font-size: 20px;
	color: #0095ff;
	height: 3rem;
	width: 3rem;
	padding: 0
}

.about-offer__item-icon:before {
	font-size: 3rem;
	height: 3rem;
	width: 3rem
}

.about-offer__item-link {
	font-weight: 600;
	text-decoration: underline
}

.about-offer__item-title {
	text-align: left
}

@media (min-width:1080px) {
	.about-offer__item-title {
		font-size: 2rem !important;
		line-height: 36px
	}
}

.icon.icon-betting-school:before {
	content: "\f11b"
}

.icon.icon-legal:before {
	content: "\f16f"
}

@media (min-width:984px) {
	.about-offer__item-icon {
		margin-bottom: 0;
		margin-right: 1rem;
		width: 4.5rem;
		height: 4.5rem;
		-ms-flex-preferred-size: 88px;
		flex-basis: 88px
	}

	.about-offer__item-icon:before {
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%)
	}

	.about-subtitle-section {
		font-size: 40px !important;
		margin-bottom: 3.375rem !important
	}
}

.gdlr-item-title-wrapper .gdlr-item-title,
.gdlr-result-by-month-header {
	border-color: #aa4243
}

.gdlr-item-title-wrapper .gdlr-item-title {
	font-size: 23px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
	display: inline-block
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=password],
.wpcf7 textarea {
	padding: 16px 19px;
	width: 100%;
	font-size: 13px
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #b5b5b5
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	background-color: #f5f5f5
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	border: 0;
	outline: none;
	padding: 6px;
	max-width: 100%
}

.wpcf7 span.wpcf7-form-control-wrap {
	display: block;
	padding-right: 46px;
	margin-top: 7px
}

span.wpcf7-form-control-wrap {
	position: relative
}

.wpcf7 input[type=submit] {
	padding: 10px 20px;
	letter-spacing: 0;
	text-transform: none;
	border-radius: 0
}

.wpcf7-form-control {
	box-shadow: none !important
}

.wpcf7 textarea {
	resize: none
}

.gdlr-button,
input[type=button],
input[type=submit] {
	background-color: #40a69f;
	border-radius: .25rem;
	text-transform: none;
	font-weight: 600;
	line-height: 1rem;
	font-size: 100%
}
.section-container {
	display: flex;
	flex-direction: row;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0
}

.gdlr-button,
.gdlr-button:hover,
input[type=button],
input[type=submit],
.gdlr-top-menu>.gdlr-mega-menu .sf-mega a.gdlr-button {
	color: #fff
}

.gdlr-button,
input[type=button],
input[type=submit] {
	display: inline-block;
	padding: 10px 25px;
	margin-bottom: 15px;
	margin-right: 5px;
	outline: none;
	cursor: pointer;
	letter-spacing: 1px;
	border: none
}

.gdlr-item-title-wrapper.gdlr-item {
	margin-bottom: 35px
}

.gdlr-item {
	margin: 0 0 20px;
	min-height: 1px
}

.gdlr-item {
	margin: 0 0 20px;
	min-height: 1px
}

.wpcf7-submit {
	width: fit-content !important
}

.gdlr-content-item-mail svg {
	margin-right: 10px
}

.gdlr-content-item-mail p {
	display: flex;
	flex-direction: row;
	align-items: center
}

.icon-envelope:before {
	content: "\f0e0"
}

.expert-score-chart svg {
	width: 100%;
	height: 360px
}

.author-chart {
	width: 100% !important
}

.gdlr-item-title-wrapper.pos-left .gdlr-item-title:before,
.gdlr-result-by-month-header:before {
	color: #c5c5c5
}

.gdlr-item-title-wrapper.pos-left .gdlr-item-title:before {
	content: "ll";
	letter-spacing: 1px;
	margin-right: 10px;
	text-transform: none;
	font-weight: 500;
	font-family: sans-serif
}

.expert-score-chart svg:first-child {
	height: 90px
}

@media (max-width:600px) {
	.expert-score-chart svg:last-child {
		display: none
	}
}

@media (min-width:600px) {
	.expert-score-chart svg:first-child {
		display: none
	}
}

@media (max-width:700px) {
	.section-container {
		flex-direction: column
	}

	.wpcf7 span.wpcf7-form-control-wrap {
		padding-right: 0
	}
}

.gdlr-color-wrapper,
.gdlr-parallax-wrapper {
	overflow: hidden;
	background-position: center 0;
	background-repeat: repeat;
	position: relative
}

.gdlr-color-wrapper,
.gdlr-parallax-wrapper,
.gdlr-full-size-wrapper {
	padding-bottom: 40px
}

.section-container,
.gdlr-item-start-content,
.gdlr-parallax-wrapper,
.gdlr-color-wrapper {
	padding-top: 60px
}

.two-fifth {
	width: 40%
}

.column,
.columns {
	float: left;
	position: relative;
	min-height: 1px
}

.gdlr-title-item {
	margin-bottom: 20px
}

.gdlr-title-item .gdlr-item-title-wrapper.gdlr-item {
	margin-bottom: 0
}

.gdlr-item-title-wrapper.gdlr-item {
	margin-bottom: 35px
}

.gdlr-item {
	margin: 0 15px 20px;
	min-height: 1px
}

.gdlr-item-title-wrapper .gdlr-item-title-head {
	position: relative
}

.gdlr-title-item .gdlr-item-title-wrapper .gdlr-item-title {
	font-size: 39px
}

.gdlr-item-title-wrapper .gdlr-item-title,
.gdlr-result-by-month-header {
	color: rgba(0, 0, 0, .8);
	border-color: #aa4243
}

.gdlr-item-title-wrapper .gdlr-item-title {
	font-size: 22px !important;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0;
	line-height: 1;
	display: inline-block
}

.three-fifth {
	width: 60%
}

.flexslider .tns-nav {
	bottom: -10%;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	left: 0
}

.flexslider .tns-nav button {
	margin: 0 4px;
	width: 5px;
	height: 5px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	display: inline-block;
	border: 0;
	outline: 0;
	background: 0 0;
	color: #fff !important
}

.flexslider .tns-nav button:before {
	content: ""
}

.flexslider .tns-nav button:after {
	content: "";
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: rgba(0, 0, 0, .8)
}

.flexslider .tns-outer {
	position: relative
}

.flexslider .tns-nav-active {
	background-color: #5e5e5e !important
}

.flexslider .tns-controls button:first-child {
	left: -20px
}

.flexslider .tns-controls button:last-child {
	right: -20px
}

.flexslider .tns-controls {
	position: static
}

.flexslider .tns-controls button {
	z-index: 10;
	display: block;
	font-size: 24px;
	line-height: 24px;
	top: 50%
}

.flexslider .tns-controls button:before {
	font-size: 24px
}

.term__articles {
	background: #f0f1f2;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	padding-top: 2.5rem;
	padding-bottom: 1.5rem
}

.term__articles .article-card img {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.term__articles {
	display: flex;
	flex-direction: row;
	overflow-x: scroll
}

.term__articles .title {
	color: rgba(0, 0, 0, .8)
}

.heading-articles {
	margin-bottom: 0 !important
}

.scroll-block {
	overflow-x: scroll;
	flex-wrap: nowrap
}

@media (max-width:744px) {
	.heading-articles {
		margin-bottom: 1.5rem !important
	}

	.about-offer__item {
		margin-bottom: 1rem
	}

	.gdlr-parallax-wrapper .container {
		display: flex;
		flex-direction: column
	}

	.three-fifth,
	.two-fifth {
		width: 100%
	}
}

.no-padding {
	padding-top: 0 !important
}

@media (max-width:600px) {
	.about-human-slider__item-image {
		max-width: 150px
	}

	.about-human-slider__content {
		width: 100%
	}

	.about-human-slider__item {
		display: flex !important;
		justify-content: flex-start;
		gap: 0 20px;
		height: fit-content
	}
}

@media (max-width:500px) {
	.about-human-slider__item-image {
		max-width: 100px
	}
}

@media (max-width:425px) {
	.about-human-slider__item-image {
		max-width: 90px
	}

	.about-human-slider__content-name,
	.about-human-slider__content-position {
		font-size: .8rem
	}

	.about-human-slider__content-text {
		font-size: .8rem
	}
}

.tabs__item {
	list-style-type: none
}

.article-row.editors-choice .body {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.article-row.editors-choice .body {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.article-row .body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.article-row.editors-choice .body .title {
	-webkit-box-ordinal-group: 100;
	-ms-flex-order: 99;
	order: 99;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%
}

@media (min-width:744px) {
	.article-row .body .title {
		margin-bottom: 1rem;
		line-height: 1.75rem;
	
		font-size: 1.5rem
	}
}

.article-row .description {
	margin-bottom: 1rem;
	line-height: 1.25rem
}

.article-row.editors-choice .body .image {
	margin-left: 0;
	margin-bottom: 1rem;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	height: auto;
	max-height: none;
	border-radius: .5rem;
	overflow: hidden
}

@media (min-width:744px) {
	.article-row.editors-choice .body .image {
		margin-bottom: 1.5rem
	}
}

.article-row .body .image a {
	display: block
}

.article-row.editors-choice .body .image img {
	max-height: none;
	display: block
}

.article-row .description {
	margin-bottom: 1rem;
	line-height: 1.25rem
}

@media (min-width:744px) {
	.article-row .body .title {
		margin-bottom: 1rem;
		line-height: 1.75rem;
	
		font-size: 1.5rem
	}
}

.article-row .body .title {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	margin-right: auto;
	margin-bottom: .5rem;
	line-height: 1.25rem;

	font-size: .875rem
}

@media (min-width:744px) {
	.article-row .footer {
		height: 4rem
	}
}

.article-row .footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-start;
	align-items: center;
	height: 3rem;
	color: #0006;
	font-size: .8125rem
}

.article-row .footer .author {
	padding-left: 2.25rem;
	line-height: 1.5rem;
	position: relative;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.article-row .footer .author .img-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 50%
}

.article-row .footer .time {
	display: none
}

@media (min-width:744px) {
	.article-row .footer .time {
		display: block;
		margin-left: 1.5rem
	}
}

@media (max-width:984px) {
	.gdlr-content-item iframe {
		height: 200px;
		object-position: center;
		object-fit: cover
	}

	.gdlr-parallax-wrapper .tns-item {
		height: 200px
	}
}

.about-human-slider .tns-controls {
	width: 0;
	left: 50%
}

@media (max-width:744px) {
	.tabs {
		padding-bottom: 0
	}
}

@media (max-width:600px) {
	.about-human-slider {
		padding-bottom: 80px
	}

	.about-human-slider .tns-nav {
		bottom: 15%
	}

	.about-human-slider .tns-controls {
		bottom: 17%
	}
}

@media (max-width:412px) {
	.about-human-slider {
		max-height: 259px;
		overflow: hidden
	}

	.header-news__wrapper {
		max-height: 56px;
		overflow: hidden
	}
}

@media (max-width:375px) {
	.gdlr-content-item iframe {
		height: 150px
	}

	.gdlr-parallax-wrapper .tns-item {
		max-height: 250px
	}
}

@media (max-width:320px) {
	.gdlr-content-item iframe {
		height: 120px
	}

	.gdlr-parallax-wrapper .tns-item {
		max-height: 250px
	}
}

.form-container {
	padding-top: 0
}

.header-news {
	max-height: 57px;
	overflow: hidden
}

.flexslider_slide {
	background-color: #fff
}

.flexslider_slide img {
	object-fit: contain
}

@media (min-width:984px) {
	.row_author {
		flex-flow: row-reverse
	}

	.header-news {
		max-height: 41px;
		overflow: hidden
	}
}

.article-card .right-col {
	flex: auto
}

.content-video .container,
.content-video .gdlr-parallax-wrapper {
	padding: 0
}

.content-video .gdlr-item {
	margin: 0
}

.content-video iframe {
	margin-top: 0 !important;
	height: 500px !important
}

@media (max-width:991px) {
	.content-video iframe {
		margin-top: 0 !important;
		height: 350px !important
	}
}

@media (max-width:650px) {
	.content-video iframe {
		margin-top: 0 !important;
		height: 300px !important
	}
}

@media (max-width:550px) {
	.content-video iframe {
		margin-top: 0 !important;
		height: 250px !important
	}
}

@media (max-width:425px) {
	.content-video iframe {
		margin-top: 0 !important;
		height: 200px !important
	}
}

@media (max-width:375px) {
	.content-video iframe {
		margin-top: 0 !important;
		height: 150px !important
	}
}

.block.with_pagination {
	padding-bottom: 50px
}

.pagination {
	margin: 20px auto;
	text-align: center
}

.pagination a {
	font-size: 25px;
	margin: 0 5px;
	transition: color .2s linear
}

.pagination a.current,
.pagination a:hover {
	color: #007aff
}

.logo.img-box {
	width: 122px !important;
	height: 40px !important;
	padding-bottom: 10px
}

.logo.img-box .lb-lazy {
	position: static;
	transform: unset;
	width: 122px;
	height: 40px;
	padding: 0;
	margin: 0
}

.main_block .logo.img-box img,
.bookmakers-in-footer .img-box img {
	height: 100%;
	width: 100%;
	object-fit: contain;
}

.js-link.bookmakers-rating-table__row--with-condition .logo.img-box img {
	width: 122px;
	height: 40px;
	object-fit: contain;
}

.app__quiz .logo img {
	transform: translateY(-25%)
}

@media (max-width: 651px) {
	.results__top {
		padding-top: 90px !important;
	}
}

@media(max-width: 984px) {
	a.has_child {
		pointer-events: none;
	}
}

table td {
	padding: 7px;
	border: none;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	font-size: 15px;
	text-align: center;
}

.sets_wrapper {
	margin-bottom: 2rem;
	border-radius: 0.5rem;
	background-color: #fff;
	padding: 1.5rem;
}

.sets_wrapper h2 {
	margin-top: 20px;
	font-weight: 700;
	font-size: 2rem !important;
}

.sets_block {
	width: 100%;
	height: max-content;
	padding: 1.5rem;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 30px;
}

.set_block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: inline-block;
	margin-right: .5rem;
	margin-bottom: .5rem;
	padding: .5rem .75rem;
	border-radius: .25rem;
	color: #3498db;
	font-size: .75rem;
	line-height: 1rem;
	background: rgba(52, 152, 219, .1);
	width: max-content;
}

.sets_link_wrapper {
	margin-bottom: 2rem;
	border-radius: 0.5rem;
	background-color: #fff;
}

.set__link_block {
	color: #0095ff;
}

.sets_link_block {
	margin: 1rem 0;
}

.set__link_block::after {
	content: " | ";
	color: #000;
	margin-left: 5px;
}

.set__link_block:last-child:after {
	content: "";
}

.table-wrapper {
	overflow: auto;
}

@media (max-width: 744px) {
	.bookmaker-vip .icon.capsule.icon-bonus {
		height: 40px;
		flex-direction: column;
	}
}

.bookmaker-row:nth-child(5) {
	border-top: none;
}

.sets_link_block p span {
	margin-right: 5px;
}

.bookmakers-rating-table td {
	padding: 0.5rem !important;
}

.list-casinos-content-container {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5rem;
}

.page-description {
	margin: 0;
	font-size: 1rem;
	line-height: 1.5rem;
}

@media screen and (min-width: 375px) and (max-width: 424px) {
	.slider_item img {
		max-width: 20 0px !important;
		max-height: 150px !important;
	}
}

.absent {
	display: none;
}

.heading-1 {
	font-size: 24px;
}

@media screen and (min-width: 744px) {
	.logo-tdd {
		width: 117px;
	}

	.bookmaker-name-in-logo {
		white-space: break-spaces;
	}
}

.thanks_section {
	position: relative;
	padding-bottom: 50px;
	margin: 20px 0;
}

.thanks_wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-left: .75rem;
	padding-right: .75rem;
	position: relative;
}

.thanks_row {
	display: flex;
	flex-direction: row;
}

.thanks_slider {
	flex: 1;
	background-color: #fff;
	height: 315px;
}

.thanks_video {
	flex: 1;
}

.thanks_slide-image {
	width: 100%;
	height: auto;
	max-height: 315px;
}

.thanks_btn {
	width: max-content;
	margin: auto;
	display: block;
	padding: 15px;
	background-color: #0855c4;
	border: none;
	border-radius: 0.25rem;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
	margin-top: 40px;
}

.thanks_btn:hover {
	color: #fff;
}

.thanks_row .tns-nav {
	bottom: -5%;
	left: 50%;
	transform: translateX(-50%);
}

.thanks_row .tns-nav button:before {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	color: gray;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.thanks_row .tns-nav button.tns-nav-active::before {
	color: #0855c4;
}

.thanks_row .tns-nav button {
	padding: 0;
	margin: 0;
}

@media (min-width: 744px) {
	.thanks_wrapper {
		max-width: 45rem;
	}
}

@media (min-width: 984px) {
	.thanks_wrapper {
		max-width: 60rem;
	}
}

@media (min-width: 1080px) {
	.thanks_wrapper {
		max-width: 66rem;
	}
}

@media (min-width: 1366px) {
	.thanks_wrapper {
		max-width: 66rem;
	}
}

@media (min-width: 1566px) {
	.thanks_wrapper {
		max-width: 78rem;
	}
}


@media (min-width: 320px) {
	.thanks_row {
		flex-direction: column;
		gap: 40px;
	}

	.thanks_video_frame {
		width: 100%;
	}
}

@media (min-width: 525px) {
	.thanks_slider {
		height: auto;
	}

	.thanks_slide-image {
		max-height: none;
	}
}

@media (min-width: 740px) {
	.thanks_row {
		flex-direction: row;
		gap: 0;
	}

	.thanks_video_frame {
		width: 350px;
	}

	.thanks_slider {
		height: 315px;
	}

	.thanks_slide-image {
		max-height: 315px;
	}
}

@media (min-width: 984px) {
	.thanks_video_frame {
		width: 480px;
	}
}

@media (min-width: 1080px) {
	.thanks_video_frame {
		width: 520px;
	}
}

@media (min-width: 1566px) {
	.thanks_video_frame {
		width: 660px;
	}
}

.videoPlaceholder {
	background-color: #fff;
	width: 560px;
	height: 315px;
}

.bonus-page-time {
	font-size: .75rem;
	line-height: .875rem;
	color: #0006;
	padding-bottom: 0.75rem;
}

.cards-carousel__list.bonus {
	flex-wrap: wrap;
}

.start__play {
	margin-top: 3rem;
}

.section-description a {
	color: #3498db;
}

.section-description a:hover {
	color: #0855c4;
}

/* Mobile menu */
.page_locked {
	overflow: hidden;
}

.mobile-menu {
	position: fixed;
	bottom: 0;
	z-index: 103;
	font-weight: 400;
	font-size: 10px;
	line-height: 1;
	width: 100%;
	background: var(--mobile-menu-background-color);
	color: var(--mobile-menu-primary-font-color);
	-webkit-box-shadow: var(--mobile-menu-box-shadow);
	-moz-box-shadow: var(--mobile-menu-box-shadow);
	box-shadow: var(--mobile-menu-box-shadow);
	border-top-left-radius: var(--mobile-menu-border-radius);
	border-top-right-radius: var(--mobile-menu-border-radius);
	overflow: hidden;
}

.mobile-menu__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 99;
}

.mobile-menu_type_internal .mobile-menu__list {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 50%;
	gap: 10px;
}

.mobile-menu__item {
	transition: .2s;
	width: 100%;
	border-top-left-radius: var(--mobile-menu-border-radius);
	border-top-right-radius: var(--mobile-menu-border-radius);
	overflow: hidden;
}

.mobile-menu_type_internal .mobile-menu__item {
	flex-basis: 48%;
	border-radius: var(--mobile-menu-border-radius);
}

.mobile-menu__link {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	color: inherit;
	text-decoration: none;
	padding: 12px 6px;
	transition: var(--mobile-menu-transition-delay);
}

.mobile-menu_type_internal .mobile-menu__link {
	background-color: #EEF2FC;
	padding: 15px 6px;
}

.mobile-menu__link:active,
.mobile-menu__link:active .mobile-menu__title {
	background-color: var(--mobile-menu-item-accent-color);
	color: var(--mobile-menu-secondary-font-color);
}

.mobile-menu__button {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
	color: inherit;
	padding: 12px 6px;
	transition: var(--mobile-menu-transition-delay);
	background: none;
	font-weight: inherit;
	line-height: inherit;
}

.mobile-menu__button:active {
	background-color: var(--mobile-menu-item-accent-color);
	color: var(--mobile-menu-secondary-font-color);
}

.mobile-menu__icon {
	color: inherit;
	width: 18px;
	height: 19px;
	transition: inherit;
}

.mobile-menu__title {
	color: inherit;
	transition: inherit;
}

.mobile-menu_type_internal .mobile-menu__title {
	color: var(--mobile-menu-dark-color);
	font-weight: 600;
	font-size: 14px;
}

.mobile-menu__modal {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 102;
	width: 100%;
	height: 100%;
	max-height: 530px;
	padding: 50px 10px 80px;
	background: var(--mobile-menu-background-color);
	border-top-left-radius: var(--mobile-menu-border-radius);
	border-top-right-radius: var(--mobile-menu-border-radius);
	box-shadow: var(--mobile-menu-box-shadow);
	transition: var(--mobile-menu-transition-delay);
	transform: translateY(100%);
}

.mobile-menu__modal:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 60%;
	height: 6px;
	border-radius: 5px;
	background: #EEF2FC;
}

.mobile-menu__modal-overlay {
    content: '';
    display: block;
    position: fixed;
    inset: 0;
    z-index: 97;
    opacity: 0;
    visibility: hidden;
    transition: var(--mobile-menu-transition-delay);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mobile-menu__modal-overlay_visible {
	opacity: 1;
	visibility: visible;
}

.mobile-menu__modal_visible {
	transform: translateY(0);
}

.mobile-menu__close-button {
	margin: 0;
	padding: 5px;
	background-color: unset;
	color: var(--mobile-menu-primary-font-color);
	position: absolute;
	top: 15px;
	right: 15px;
	transition: var(--mobile-menu-transition-delay);
}

.mobile-menu__close-button:active {
	background-color: transparent;
}

.mobile-menu__modal-container {
	height: 100%;
	overflow-y: scroll;
}

.mobile-menu__banner {
	border-radius: var(--mobile-menu-border-radius);
	height: 110px;
	background: var(--mobile-menu-banner) center/cover no-repeat;
	margin-bottom: 10px;
	cursor: pointer;
}

.mobile-menu__app-list {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	list-style-type: none;
	display: flex;
	gap: 8px;
}

.mobile-menu__app-item {
	padding: 8px 12px;
	background: #EEF2FC;
	border-radius: var(--mobile-menu-border-radius);
	display: flex;
    justify-content: center;
    align-items: center;
	flex: 1 1 100%;
}

.mobile-menu__app-item:has(.language-selector) {
	max-width: 25%;
}

.mobile-menu__app-item .language-selector,
.mobile-menu__app-item .current-lang {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2px;
}

.mobile-menu__app-link {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: flex-end;
	align-items: center;
	gap: 8px;
	text-align: right;
}

.mobile-menu__app-name {
	font-size: 10px;
	line-height: 1.2;
}

.mobile-menu__app-name_accent {
	color: var(--mobile-menu-primary-font-color);
}

.mobile-menu__app-icon {
	display: block;
	width: 24px;
	height: 24px;
}

@media(hover:hover) {
	.mobile-menu__item:hover,
	.mobile-menu_type_internal .mobile-menu__link:hover {
		background-color: var(--mobile-menu-item-accent-color);
	}
	.mobile-menu__item:hover .mobile-menu__icon,
	.mobile-menu__item:hover .mobile-menu__title {
		color: var(--mobile-menu-secondary-font-color);
	}
	.mobile-menu__button:hover {
		background-color: var(--mobile-menu-item-accent-color);
	}
	.mobile-menu__close-button:hover {
		background-color: transparent;
		opacity: .5;
	}
}

@media(hover:none) {
	.mobile-menu__item:hover,
	.mobile-menu_type_internal .mobile-menu__link:hover,
	.mobile-menu__item:hover .mobile-menu__icon,
	.mobile-menu__item:hover .mobile-menu__title {
		background-color: transparent;
		color: var(--mobile-menu-primary-font-color);
	}
	.mobile-menu__item:active,
	.mobile-menu_type_internal .mobile-menu__link:active,
	.mobile-menu__item:active .mobile-menu__icon,
	.mobile-menu__item:active .mobile-menu__title {
		background-color: var(--mobile-menu-item-accent-color);
		color: var(--mobile-menu-secondary-font-color);
	}
}

@media screen and (width > 983.999px) {
	.mobile-menu,
	.mobile-menu__modal,
	.mobile-menu__modal-overlay {
		display: none;
	}
}
