/*
Theme Name: Stavki Online
Theme URI:
Author: O.L.R.
Author URI:
Description: Stavki Online custom theme
Version: 1.0
Tested up to: 6.2
Requires at least: 4.4
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: stavkionline

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */


/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,400&display=swap');

html {
	font-family: 'Roboto', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}


/**
 * 2.0 - Genericons
 */

.menu-item-has-children a:after,
.social-navigation a:before,
.dropdown-toggle:after,
.bypostauthor > article .fn:after,
.comment-reply-title small a:before,
.pagination .prev:before,
.pagination .next:before,
.pagination .nav-links:before,
.pagination .nav-links:after,
.search-submit:before,
.load_more:after{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: never;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}


/**
 * 3.0 - Typography
 */

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 0;
	text-rendering: optimizeLegibility;
}

p {
	margin: 0 0 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	border: 0 solid #333;
	border-left-width: 4px;
	color: #686868;
	font-size: 19px;
	font-style: italic;
	line-height: 1.4736842105;
	margin: 0 0 1.4736842105em;
	overflow: hidden;
	padding: 0 0 0 1.263157895em;
}

blockquote,
q {
	quotes: none;
	border-radius: 9px;
	background: #82C4AA;
	border: none;
	color: #FFF;
	font-style: normal;
	padding: 20px 24px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote p {
	margin-bottom: 1.4736842105em;
}

blockquote cite,
blockquote small {
	color: #333;
	display: block;
	font-size: 16px;
	line-height: 1.75;
}

blockquote cite:before,
blockquote small:before {
	content: "\2014\00a0";
}

blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

blockquote > :last-child {
	margin-bottom: 0;
}

address {
	font-style: italic;
	margin: 0 0 1.75em;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: 'Roboto', sans-serif;
}

pre {
	border: 1px solid #d1d1d1;
	font-size: 16px;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1.75em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #d1d1d1;
	padding: 0.125em 0.25em;
}

abbr,
acronym {
	border-bottom: 1px dotted #d1d1d1;
	cursor: help;
}

mark,
ins {
	background: #14805E;
	color: #fff;
	padding: 0.125em 0.25em;
	text-decoration: none;
}

big {
	font-size: 125%;
}


/**
 * 4.0 - Elements
 */

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #F0F1F2;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #d1d1d1;
	border: 0;
	height: 1px;
	margin: 0 0 1.75em;
}

ul,
ol {
	/*margin: 0 0 1.75em 1.25em;*/
	margin: 0 0 1.75em 5.5vw;
	padding: 0;
}

ul {
	list-style: disc;
	list-style-position: inside;
}

ol {
	list-style: decimal;
	margin-left: 1.5em;
	list-style-position: inside;
}
.site-content ul{
	margin-left: 0;
}

li > ul,
li > ol {
	margin-bottom: 0;
}
ul > li, ol > li {
	margin: 15px 0;
}
dl {
	margin: 0 0 1.75em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 1.75em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
	vertical-align: middle;
}

del {
	opacity: 0.8;
}

table,
th,
td {
	border: 1px solid #d1d1d1;
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.75em;
	table-layout: fixed;
	/* Prevents HTML tables from becoming too wide */
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4375em;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #686868;
	font-family: 'Roboto', sans-serif;
}

:-moz-placeholder {
	color: #686868;
	font-family: 'Roboto', sans-serif;
}

::-moz-placeholder {
	color: #686868;
	font-family: 'Roboto', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #686868;
	font-family: 'Roboto', sans-serif;
}


/**
 * 5.0 - Forms
 */

input {
	line-height: normal;
}

button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
	background: #14805E;
	border: 1px solid #14805E;
	color: #fff;
	padding: 8px;
	font-weight: 500;
	border-radius: 9px;
	line-height: 28px;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #00B078;
	/*border: 1px solid #00B078;*/
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	/*outline: thin dotted;
	outline-offset: -4px;*/
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="week"],
input[type="month"],
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea {
	background: #f7f7f7;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	color: #686868;
	padding: 0.625em 0.4375em;
	width: 100%;
}

input[type="date"]:focus,
input[type="time"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="month"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	background-color: #fff;
	/*border-color: #14805E;*/
	color: #333;
	outline: 0;
}

.post-password-form {
	margin-bottom: 1.75em;
}

.post-password-form label {
	color: #686868;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 1.75em;
	text-transform: uppercase;
}

.post-password-form input[type="password"] {
	margin-top: 0.4375em;
}

.post-password-form > :last-child {
	margin-bottom: 0;
}

.search-form {
	position: relative;
}

input[type="search"].search-field {
	border-radius: 2px 0 0 2px;
	width: -webkit-calc(100% - 42px);
	width: calc(100% - 42px);
}

.search-submit:before {
	content: "\f400";
	font-size: 24px;
	left: 2px;
	line-height: 42px;
	position: relative;
	width: 40px;
}

.search-submit {
	border-radius: 0 5px 5px 0;
	bottom: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 42px;
	background: #14805E;
	border: none !important;
}


/**
 * 6.0 - Navigation
 */

/**
 * 6.1 - Links
 */

a {
	color: #14805E;
	text-decoration: none;
	transition: color .2s,background-color .2s,border-color .2s;
}

a:hover,
a:focus,
a:active {
	color: #686868;
}

/*a:focus {
	outline: thin dotted;
}*/

a:hover,
a:active {
	outline: 0;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.taxonomy-description a:hover,
.taxonomy-description a:focus,
.logged-in-as a:hover,
.logged-in-as a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus,
.textwidget a:hover,
.textwidget a:focus {
	box-shadow: none;
}


/**
 * 6.2 - Menus
 */

.site-header-menu {
	/*display: none;*/
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
	/*margin: 0.875em 0;*/
	margin: 0;
}

.site-header-menu.toggled-on,
.no-js .site-header-menu {
	display: block;
}

.main-navigation {
	font-family: 'Roboto', sans-serif;
}

.site-footer .main-navigation {
	margin-bottom: 1.75em;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
}

.main-navigation li {
	position: relative;
	margin: 0;
	line-height: 24px;
}

.main-navigation a {
	color: #333;
	display: block;
	line-height: 24px;
	outline-offset: -1px;
	padding: 44px 38px;
	font-weight: 500;
}
.site-header.dark_theme .main-navigation .primary-menu > li > a {
	color: #fff;
}
.primary-menu > li > a svg, .primary-menu > li > a img{
	display: none;
}
.main_page_menuitem {
	display: none;
}

.main-navigation a:hover,
.main-navigation a:focus {
	color: #14805E;
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a {
	font-weight: 700;
	color: #14805E;
}

.main-navigation ul ul {
	display: none;
	margin-left: 0.875em;
	min-height: fit-content;
}

.no-js .main-navigation ul ul {
	display: block;
}

.main-navigation ul .toggled-on {
	display: block;
}

.main-navigation .primary-menu {
	border-bottom: 1px solid #d1d1d1;
}

.main-navigation .menu-item-has-children > a {
	margin-right: 56px;
}

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #333;
	content: "";
	height: 48px;
	padding: 0;
	position: absolute;
	right: 0;
	text-transform: none;
	top: 0;
	width: 48px;
}

.dropdown-toggle:after {
	border: 0 solid #d1d1d1;
	border-left-width: 1px;
	content: "\f431";
	font-size: 24px;
	left: 1px;
	position: relative;
	width: 48px;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background-color: transparent;
	color: #14805E;
}

/*.dropdown-toggle:focus {
	outline: thin dotted;
	outline-offset: -1px;
}*/

.dropdown-toggle:focus:after {
	border-color: transparent;
}

.dropdown-toggle.toggled-on:after {
	content: "\f432";
}

.site-header .main-navigation + .social-navigation {
	margin-top: 1.75em;
}

.site-footer .social-navigation {
	margin-bottom: 1.75em;
}

.social-navigation ul {
	list-style: none;
	margin: 0 0 -0.4375em;
}

.social-navigation li {
	float: left;
	margin: 0 0.4375em 0.4375em 0;
}

.social-navigation a {
	border: 1px solid #d1d1d1;
	border-radius: 50%;
	color: #333;
	display: block;
	height: 35px;
	position: relative;
	width: 35px;
}

.social-navigation a:before {
	content: "\f415";
	height: 33px;
	line-height: 33px;
	text-align: center;
	width: 33px;
}

.social-navigation a:hover:before,
.social-navigation a:focus:before {
	color: #14805E;
}

.social-navigation a[href*="codepen.io"]:before {
	content: "\f216";
}

.social-navigation a[href*="digg.com"]:before {
	content: "\f221";
}

.social-navigation a[href*="dribbble.com"]:before {
	content: "\f201";
}

.social-navigation a[href*="dropbox.com"]:before {
	content: "\f225";
}

.social-navigation a[href*="facebook.com"]:before {
	content: "\f203";
}

.social-navigation a[href*="flickr.com"]:before {
	content: "\f211";
}

.social-navigation a[href*="foursquare.com"]:before {
	content: "\f226";
}

.social-navigation a[href*="plus.google.com"]:before {
	content: "\f206";
}

.social-navigation a[href*="github.com"]:before {
	content: "\f200";
}

.social-navigation a[href*="instagram.com"]:before {
	content: "\f215";
}

.social-navigation a[href*="linkedin.com"]:before {
	content: "\f208";
}

.social-navigation a[href*="path.com"]:before {
	content: "\f219";
}

.social-navigation a[href*="pinterest.com"]:before {
	content: "\f210";
}

.social-navigation a[href*="getpocket.com"]:before {
	content: "\f224";
}

.social-navigation a[href*="polldaddy.com"]:before {
	content: "\f217";
}

.social-navigation a[href*="reddit.com"]:before {
	content: "\f222";
}

.social-navigation a[href*="skype.com"]:before {
	content: "\f220";
}

.social-navigation a[href*="stumbleupon.com"]:before {
	content: "\f223";
}

.social-navigation a[href*="tumblr.com"]:before {
	content: "\f214";
}

.social-navigation a[href*="twitter.com"]:before {
	content: "\f202";
}

.social-navigation a[href*="vimeo.com"]:before {
	content: "\f212";
}

.social-navigation a[href*="wordpress.com"]:before,
.social-navigation a[href*="wordpress.org"]:before {
	content: "\f205";
}

.social-navigation a[href*="youtube.com"]:before {
	content: "\f213";
}

.social-navigation a[href^="mailto:"]:before {
	content: "\f410";
}

.social-navigation a[href*="spotify.com"]:before {
	content: "\f515";
}

.social-navigation a[href*="twitch.tv"]:before {
	content: "\f516";
}

.social-navigation a[href$="/feed/"]:before {
	content: "\f413";
}

.post-navigation {
	border-top: 4px solid #333;
	border-bottom: 4px solid #333;
	clear: both;
	font-family: 'Roboto', sans-serif;
	margin: 0 7.6923% 3.5em;
}

.post-navigation a {
	color: #333;
	display: block;
	padding: 1.75em 0;
}

.post-navigation span {
	display: block;
}

.post-navigation .meta-nav {
	color: #686868;
	font-size: 13px;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.post-navigation .post-title {
	display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2173913043;
	text-rendering: optimizeLegibility;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #14805E;
}

.post-navigation div + div {
	border-top: 4px solid #333;
}

.pagination {
	border-top: 4px solid #333;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	margin: 0 7.6923% 2.947368421em;
	min-height: 56px;
	position: relative;
}

.pagination:before,
.pagination:after {
	background-color: #333;
	content: "";
	height: 52px;
	position: absolute;
	top:0;
	width: 52px;
	z-index: 0;
}

.pagination:before {
	right: 0;
}

.pagination:after {
	right: 54px;
}

.pagination a:hover,
.pagination a:focus {
	color: #333;
}

.pagination .nav-links {
	padding-right: 106px;
	position: relative;
}

.pagination .nav-links:before,
.pagination .nav-links:after {
	color: #fff;
	font-size: 32px;
	line-height: 51px;
	opacity: 0.3;
	position: absolute;
	width: 52px;
	z-index: 1;
}

.pagination .nav-links:before {
	content: "\f429";
	right: -1px;
}

.pagination .nav-links:after {
	content: "\f430";
	right: 55px;
}

/* reset screen-reader-text */
.pagination .current .screen-reader-text {
	position: static !important;
}

.pagination .page-numbers {
	display: none;
	letter-spacing: 0.013157895em;
	line-height: 1;
	margin: 0 0.7368421053em 0 -0.7368421053em;
	padding: 0.8157894737em 0.7368421053em 0.3947368421em;
	text-transform: uppercase;
}

.pagination .current {
	display: inline-block;
	font-weight: 700;
}

.pagination .prev,
.pagination .next {
	background-color: #333;
	color: #fff;
	display: inline-block;
	height: 52px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 0;
	width: 52px;
	z-index: 2;
}

.pagination .prev:before,
.pagination .next:before {
	font-size: 32px;
	height: 53px;
	line-height: 52px;
	position: relative;
	width: 53px;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #14805E;
	color: #fff;
}

.pagination .prev:focus,
.pagination .next:focus {
	outline: 0;
}

.pagination .prev {
	right: 54px;
}

.pagination .prev:before {
	content: "\f430";
	left: -1px;
	top: -1px;
}

.pagination .next {
	right: 0;
}

.pagination .next:before {
	content: "\f429";
	right: -1px;
	top: -1px;
}

.image-navigation,
.comment-navigation {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	color: #686868;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 1.6153846154;
	margin: 0 7.6923% 2.1538461538em;
	padding: 1.0769230769em 0;
}

.comment-navigation {
	margin-right: 0;
	margin-left: 0;
}

.comments-title + .comment-navigation {
	border-bottom: 0;
	margin-bottom: 0;
}

.image-navigation .nav-previous:not(:empty),
.image-navigation .nav-next:not(:empty),
.comment-navigation .nav-previous:not(:empty),
.comment-navigation .nav-next:not(:empty) {
	display: inline-block;
}

.image-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before,
.comment-navigation .nav-previous:not(:empty) + .nav-next:not(:empty):before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}


/**
 * 7.0 - Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	/* many screen reader and browser combinations announce broken words as they would appear visually */
	word-wrap: normal !important;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
	background-color: #f1f1f1;
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
	color: #21759b;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	left: -9999em;
	outline: none;
	padding: 15px 23px 14px;
	text-decoration: none;
	text-transform: none;
	top: -9999em;
}

.logged-in .site .skip-link {
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
	font-family: 'Roboto', sans-serif;
}

.site .skip-link:focus {
	clip: auto;
	height: auto;
	left: 6px;
	top: 7px;
	width: auto;
	z-index: 100000;
}


/**
 * 8.0 - Alignments
 */

.alignleft {
	float: left;
	margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
	float: right;
	margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1.75em;
}

blockquote.alignleft {
	margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
	margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
	margin-bottom: 1.473684211em;
}


/**
 * 9.0 - Clearings
 */

.clear:before,
.clear:after,
blockquote:before,
blockquote:after,
.entry-content:before,
.entry-content:after,
.entry-summary:before,
.entry-summary:after,
.comment-content:before,
.comment-content:after,
/*.site-content:before,
.site-content:after,*/
.site-main > article:before,
.site-main > article:after,
.primary-menu:before,
.primary-menu:after,
.social-links-menu:before,
.social-links-menu:after,
.textwidget:before,
.textwidget:after,
.content-bottom-widgets:before,
.content-bottom-widgets:after {
	content: "";
	display: table;
}

.clear:after,
blockquote:after,
.entry-content:after,
.entry-summary:after,
.comment-content:after,
/*.site-content:after,*/
.site-main > article:after,
.primary-menu:after,
.social-links-menu:after,
.textwidget:after,
.content-bottom-widgets:after {
	clear: both;
}


/**
 * 10.0 - Widgets
 */

.widget {
	margin-bottom: 24px;
}

.widget-area > :last-child,
.widget > :last-child,
.widget > nav > :last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 20px;
}
.sidebar .widget-title {
	font-size: 32px;
	margin-bottom: 24px;
}

.widget .widget-title:empty {
	margin-bottom: 0;
}

.widget-title a {
	color: #333;
}

/* Calendar widget */
.widget.widget_calendar table {
	margin: 0;
}

.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
}

.widget_calendar .wp-calendar-nav span {
	display: table-cell;
}

.widget_calendar .wp-calendar-nav-prev,
.widget_calendar .wp-calendar-nav-next {
	width: 40%;
}

.widget_calendar td,
.widget_calendar th,
.widget_calendar .wp-calendar-nav span {
	line-height: 2.5625;
	padding: 0;
	text-align: center;
}

.widget_calendar caption {
	font-weight: 900;
	margin-bottom: 1.75em;
}

.widget_calendar tbody a {
	background-color: #14805E;
	color: #fff;
	display: block;
	font-weight: 700;
}

.widget_calendar tbody a:hover,
.widget_calendar tbody a:focus {
	background-color: #686868;
	color: #fff;
}

/* Recent Posts widget */
.widget_recent_entries .post-date {
	color: #686868;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_recent_entries li:last-child .post-date {
	margin-bottom: 0;
}

/* RSS widget */
.widget_rss .rsswidget img {
	margin-top: -0.375em;
}

.widget_rss .rss-date,
.widget_rss cite {
	color: #686868;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

.widget_rss .rssSummary:last-child {
	margin-bottom: 2.1538461538em;
}

.widget_rss li:last-child :last-child {
	margin-bottom: 0;
}

/* Tag Cloud widget */
.tagcloud a {
	display: inline-block;
	color: #333;
	font-family: Roboto;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	padding: 12px 10px !important;
	border-radius: 9px;
	background: #D4E8E1;
	border: none;
	/*margin: 0 !important;*/
}

.tagcloud ul {
	list-style-type: none;
	margin-left: 0;
}

.tagcloud ul li {
	display: inline-block;
	padding: 0 !important;
	margin: 0 10px 14px 0 !important;
}

.tagcloud a:hover,
.tagcloud a:focus {
	border-color: #14805E;
	color: #14805E;
	outline: 0;
}


/**
 * 11.0 - Content
 */

.site {
	background-color: #F0F1F2;
	/*padding: 24px 0 0;*/
}

.site-inner {
	margin: 0 auto;
	max-width: 1368px;
	position: relative;
}

.main_header h1{
	font-size: 54px;
	line-height: 54px;
	margin-bottom: 16px;
}

.site-content {
	word-wrap: break-word;
	display: flex;
	gap: 24px;
	justify-content: space-between;
}

.site-content h1, .site-content h2{
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 10px;
}
.site-content h1{
	margin-bottom: 12px;
}
.content-area {
	/*margin-bottom: 36px;*/
}
.content-area.fullwidth{
	width: 100%;
}
.content-area.width-medium{
	width: 74%;
}

.content-area p{
	/*font-size: 20px;
	line-height: 30px;*/
	font-size: 18px;
	line-height: 24px;
}

.single .entry-content p {
	font-size: 18px;
	line-height: 24px;
}

.single .entry-content p img{
	border-radius: 9px;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

.site-main {
	margin-bottom: 18px;
	background: #fff;
	border-radius: 9px;
	padding: 36px;
}

.site-main > :last-child {
	margin-bottom: 0;
}
.single-bookmaker .site-main, .single-app .site-main{
	padding: 0;
	background: transparent;
	border-radius: 0;
}

/**
 * 11.1 - Header
 */

.site-header {
	/*padding: 2.625em 7.6923%;*/
	padding: 0 24px;
	transition: max-height 0.6s ease-out 0s;
}
.site-header.dark_theme {
	background: #131518;
}
.site-header.sticky {
	position: sticky;
	top: 0;
	z-index: 99;
	background: #FFF;
	box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.10);
}
.single-bookmaker .site-header.sticky, .single-app .site-header.sticky {
	box-shadow: none;
}
.site-header-main {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.site-branding {
	margin: 0.875em auto 0.875em 0;
	/* Avoid overflowing wide custom logo in small screens in Firefox and IEs */
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
}

.custom-logo-link {
	display: block;
}

.custom-logo {
	max-width: 180px;
}
.site-header.dark_theme .custom-logo-link:not(.dark_logo){
	display: none;
}
.site-header:not(.dark_theme) .custom-logo-link.dark_logo{
	display: none;
}
.site-header.dark_theme .menu-toggle img:not(.dark_menu){
	display: none;
}
.site-header:not(.dark_theme) .menu-toggle img.dark_menu{
	display: none;
}
.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.2173913043;
	margin: 0 !important;
	text-indent: -9999px;
	height: 0;
	width: 0;
}

.site-branding .site-title a {
	color: #333;
}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #14805E;
}

.wp-custom-logo .site-title {
	margin-top: 0.608695652em;
}

.site-description {
	color: #686868;
	display: none;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.0769230769;
	margin: 0.538461538em 0 0;
}

.menu-toggle {
	background-color: transparent;
	color: #333;
	font-size: 13px;
	margin: 1.076923077em 0;
	padding: 0.769230769em;
}

.no-js .menu-toggle {
	display: none;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	border-color: #14805E;
	color: #14805E;
}

.menu-toggle.toggled-on,
.menu-toggle.toggled-on:hover,
.menu-toggle.toggled-on:focus {
	/*background-color: #333;*/
	border-color: #333;
	color: #fff;
}

.menu-toggle:focus {
	outline: 0;
}

.menu-toggle.toggled-on:focus {
	/*outline: thin dotted;*/
}

.header-image {
	clear: both;
	margin: 0.875em 0;
}

.header-image a {
	display: block;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 0.85;
}

/**
 * 11.2 - Posts and pages
 */

.site-main > article {
	margin-bottom: 3.5em;
	position: relative;
	/*padding: 36px;*/
}

.entry-header,
.entry-summary,
.entry-content,
.entry-footer,
.page-content {
	/*margin-right: 7.6923%;
	margin-left: 7.6923%;*/
}

.entry-title {
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.25;
	margin-bottom: 1em;
}

.entry-title a {
	color: #333;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #14805E;
}

.post-thumbnail {
	/*display: block;
	margin: 0 7.6923% 1.75em;*/
}

.post-thumbnail img {
	display: block;
	/*width: 68px;
    height: 68px;*/
	max-width: 100%;
	height: auto;
	width: auto;
}
.single .post-thumbnail img {
	border-radius: 9px;
	max-width: 100%;
}

.no-sidebar .post-thumbnail img {
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-content,
.entry-summary {
	border-color: #d1d1d1;
}

.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
	font-size: 28px;
	line-height: 1.25;
	margin-top: 2em;
	margin-bottom: 1em;
}

.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
	font-size: 23px;
	line-height: 1.2173913043;
	margin-top: 2.4347826087em;
	margin-bottom: 1.2173913043em;
}

.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
	font-size: 19px;
	line-height: 34px;
	margin-top: 2.9473684211em;
	margin-bottom: 1.4736842105em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-size: 16px;
	line-height: 1.3125;
	margin-top: 3.5em;
	margin-bottom: 1.75em;
}

.entry-content h4,
.entry-summary h4,
.comment-content h4,
.textwidget h4 {

}

.entry-content h6,
.entry-summary h6,
.comment-content h6,
.textwidget h6 {
	font-style: italic;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h1,
.textwidget h2,
.textwidget h3,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
	font-weight: 900;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
	margin-top: 0;
}

.post-navigation .post-title,
.entry-title,
.comments-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

body:not(.search-results) .entry-summary {
	color: #686868;
	font-size: 19px;
	line-height: 1.4736842105;
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-header + .entry-summary {
	margin-top: -0.736842105em;
}

body:not(.search-results) .entry-summary p,
body:not(.search-results) .entry-summary address,
body:not(.search-results) .entry-summary hr,
body:not(.search-results) .entry-summary ul,
body:not(.search-results) .entry-summary ol,
body:not(.search-results) .entry-summary dl,
body:not(.search-results) .entry-summary dd,
body:not(.search-results) .entry-summary table {
	margin-bottom: 1.4736842105em;
}

body:not(.search-results) .entry-summary li > ul,
body:not(.search-results) .entry-summary li > ol {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary th,
body:not(.search-results) .entry-summary td {
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary fieldset {
	margin-bottom: 1.4736842105em;
	padding: 0.3684210526em;
}

body:not(.search-results) .entry-summary blockquote {
	border-color: currentColor;
}

body:not(.search-results) .entry-summary blockquote > :last-child {
	margin-bottom: 0;
}

body:not(.search-results) .entry-summary .alignleft {
	margin: 0.2631578947em 1.4736842105em 1.4736842105em 0;
}

body:not(.search-results) .entry-summary .alignright {
	margin: 0.2631578947em 0 1.4736842105em 1.4736842105em;
}

body:not(.search-results) .entry-summary .aligncenter {
	margin-bottom: 1.4736842105em;
}

.entry-content > :last-child,
.entry-summary > :last-child,
body:not(.search-results) .entry-summary > :last-child,
.page-content > :last-child,
.comment-content > :last-child,
.textwidget > :last-child {
	margin-bottom: 0;
}

.more-link {
	white-space: nowrap;
}

.author-info {
	border-color: inherit;
	border-style: solid;
	border-width: 1px 0 1px 0;
	clear: both;
	padding-top: 1.75em;
	padding-bottom: 1.75em;
}

.author-avatar .avatar {
	float: left;
	height: 42px;
	margin: 0 1.75em 1.75em 0;
	width: 42px;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.entry-content .author-title {
	clear: none;
	font-size: 16px;
	font-weight: 900;
	line-height: 1.75;
	margin: 0;
}

.author-bio {
	color: #686868;
	font-size: 13px;
	line-height: 1.6153846154;
	margin-bottom: 1.6153846154em;
	overflow: hidden;
}

.author-link {
	white-space: nowrap;
}

.entry-footer {
	color: #686868;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 1.6153846154;
	margin-top: 2.1538461538em;
}

.entry-footer:empty {
	margin: 0;
}

.entry-footer a {
	color: #686868;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #14805E;
}

.entry-footer > span:not(:last-child):after {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}

.entry-footer .avatar {
	height: 21px;
	margin: -0.1538461538em 0.5384615385em 0 0;
	width: 21px;
}

.sticky-post {
	color: #686868;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

/**
 * IE8 and earlier will drop any block with CSS3 selectors.
 * Do not combine these styles with the next block.
 */
.updated:not(.published) {
	display: none;
}

.sticky .posted-on,
.byline {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-header {
	margin: 0 7.6923% 3.5em;
	padding-top: 1.75em;
}

body.error404 .page-header,
body.search-no-results .page-header {
	border-top: 0;
	padding-top: 0;
}

.page-title {
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	line-height: 1.2173913043;
}

.taxonomy-description {
	color: #686868;
	font-size: 13px;
	line-height: 1.6153846154;
}

.taxonomy-description p {
	margin: 0.5384615385em 0 1.6153846154em;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: 'Roboto', sans-serif;
	margin: 0 0 1.75em;
}

.page-links a,
.page-links > span {
	border: 1px solid #d1d1d1;
	border-radius: 2px;
	display: inline-block;
	font-size: 13px;
	height: 1.8461538462em;
	line-height: 1.6923076923em;
	margin-right: 0.3076923077em;
	text-align: center;
	width: 1.8461538462em;
}

.page-links a {
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #14805E;
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #333;
	height: auto;
	margin: 0;
	padding-right: 0.6153846154em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.75em;
}

.entry-caption {
	color: #686868;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 1.0769230769em;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}

.content-bottom-widgets {
	margin: 0 7.6923%;
}

.content-bottom-widgets .widget-area {
	margin-bottom: 3.5em;
}


/**
 * 11.3 - Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 19px;
	line-height: 1.473684211;
	margin-bottom: 1.473684211em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}


/**
 * 11.4 - Comments
 */


.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.75em;
}

.comments-title,
.comment-reply-title {
	border-top: 4px solid #333;
	font-family: 'Roboto', sans-serif;
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3125;
	padding-top: 1.217391304em;
}

.comments-title {
	margin-bottom: 1.217391304em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 80px;
}

.comment-author {
	color: #333;
	padding-right: 115px;
	position: relative;
}

.comment-author .avatar {
	float: left;
	height: 56px;
	margin-right: 24px;
	position: relative;
	width: 56px;
}
.comment_votes {
	position: absolute;
	right: 0;
	top: -2px;
}

.comment_votes span {
	padding: 0 14px;
	color: #727271;
	display: inline-block;
	vertical-align: middle;
}
.comment_votes span.positive {
	color: #14805E;
}
.comment_votes span.negative {
	color: #FF6A13;
}
.comment_votes a {
	color: #727271;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 16px;
	line-height: 26px;
}
.comment_votes a#comment_vote_minus:hover {
	color: #FF6A13;
}
.comment_votes a#comment_vote_minus:hover {
	color: #14805E;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	left: 3px;
	position: relative;
	top: 5px;
}

.comment-metadata,
.pingback .edit-link {
	color: #686868;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	line-height: 1.6153846154;
}

.comment-metadata a,
.pingback .comment-edit-link {
	color: #686868;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .comment-edit-link:hover,
.pingback .comment-edit-link:focus {
	color: #14805E;
}

.comment-metadata .edit-link,
.pingback .edit-link {
	display: inline-block;
}

.comment-metadata .edit-link:before,
.pingback .edit-link:before {
	content: "\002f";
	display: inline-block;
	opacity: 0.7;
	padding: 0 0.538461538em;
}
.comment-content {
	margin: 12px 0 24px;
}

.comment-content p, .comment-metadata{
	font-size: 16px !important;
	line-height: 21px !important;
	padding-left: 80px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.5em 1.25em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-reply-link {
	text-indent: -9999px;
	font-size: 0;
	background: url("img/corner-up-left.svg") no-repeat;
	width: 16px;
	height: 16px;
	background-size: contain;
	display: block;
}
.comment-reply-link:hover {
	background: url("img/corner-up-left-h.svg") no-repeat;
}

.comment-reply-link:hover,
.comment-reply-link:focus {
	border-color: currentColor;
	color: #14805E;
	outline: 0;
}

.comment-form {
	padding-top: 1.75em;
}

.comment-form label {
	color: #686868;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	margin-bottom: 0.5384615385em;
	text-transform: uppercase;
}

.comment-list .comment-form {
	/*padding-bottom: 1.75em;*/
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #686868;
	font-size: 13px;
	line-height: 1.6153846154;
}

.no-comments {
	border-top: 1px solid #d1d1d1;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	margin: 0;
	padding-top: 1.75em;
}

.comment-navigation + .no-comments {
	border-top: 0;
	padding-top: 0;
}

.form-allowed-tags code {
	font-family: 'Roboto', sans-serif;
}

.form-submit {
	margin-bottom: 0;
}

.required {
	color: #14805E;
	font-family: 'Roboto', sans-serif;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
	display: block !important;
}

.comment-reply-title small a:hover,
.comment-reply-title small a:focus {
	color: #333;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -5px;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0;
	text-transform: none;
}

/**
 * 11.5 - Sidebar
 */

.sidebar {/*
	margin-bottom: 3.5em;
	padding: 0 7.6923%;*/
}

/**
 * 11.6 - Footer
 */

.site-footer {
	background: #14805E;
}
.footer_top {
	width: 100%;
	padding: 0 36px 1.75em;
}
.footer_bottom {
	width: 100%;
	padding: 18px 36px 64px;
	background: #0E6348;
}

.site-info {
	color: #82C4AA;
	font-size: 16px;
	line-height: 24px;
}

.site-info a {
	color: #686868;
}

.site-info a:hover,
.site-info a:focus {
	color: #14805E;
}

.site-footer .site-title {
	font-family: inherit;
	font-size: inherit;
	font-weight: 400;
}

.site-footer .site-title:after {
	content: "\002f";
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator] {
	font-family: 'Roboto', sans-serif;
	opacity: 0.7;
	padding: 0 0.307692308em 0 0.538461538em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}


/**
 * 12.0 - Media
 */

.site .avatar {
	border-radius: 50%;
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
	display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
video {
	margin-bottom: 1.75em;
	max-width: 100%;
	vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode a,
.entry-content .wp-playlist a {
	box-shadow: none;
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
	margin-top: 0;
	margin-bottom: 1.75em;
}

.wp-playlist.wp-audio-playlist {
	padding-bottom: 0;
}

.wp-playlist .wp-playlist-tracks {
	margin-top: 0;
}

.wp-playlist-item .wp-playlist-caption {
	border-bottom: 0;
	padding: 0.7142857143em 0;
}

.wp-playlist-item .wp-playlist-item-length {
	top: 0.7142857143em;
}


/**
 * 12.1 - Captions
 */

.wp-caption {
	margin-bottom: 1.75em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption .wp-caption-text {
	color: #686868;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}


/**
 * 12.2 - Galleries
 */

.gallery {
	/*margin: 0 -1.1666667% 1.75em;*/
}

.gallery-item {
	display: inline-block;
	max-width: 33.33%;
	padding: 0 1.1400652% 2.2801304%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	color: #686868;
	display: block;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 13.0 - Multisites
 */

.widecolumn {
	margin-bottom: 3.5em;
	padding: 0 7.6923%;
}

.widecolumn .mu_register {
	width: auto;
}

.widecolumn .mu_register .mu_alert {
	background: transparent;
	border-color: #d1d1d1;
	color: inherit;
	margin-bottom: 3.5em;
	padding: 1.75em;
}

.widecolumn form,
.widecolumn .mu_register form {
	margin-top: 0;
}

.widecolumn h2 {
	font-size: 23px;
	font-weight: 900;
	line-height: 1.2173913043;
	margin-bottom: 1.2173913043em;
}

.widecolumn p {
	margin: 1.75em 0;
}

.widecolumn p + h2 {
	margin-top: 2.4347826087em;
}

.widecolumn label,
.widecolumn .mu_register label {
	color: #686868;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.076923077em;
	line-height: 1.6153846154;
	text-transform: uppercase;
}

.widecolumn .mu_register label {
	margin: 2.1538461538em 0.7692307692em 0.5384615385em 0;
}

.widecolumn .mu_register label strong {
	font-weight: 400;
}

.widecolumn #key,
.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #blogname,
.widecolumn .mu_register #user_name {
	font-size: 16px;
	width: 100%;
}

.widecolumn .mu_register #blogname {
	margin: 0;
}

.widecolumn .mu_register #blog_title,
.widecolumn .mu_register #user_email,
.widecolumn .mu_register #user_name {
	margin: 0 0 0.375em;
}

.widecolumn #submit,
.widecolumn .mu_register input[type="submit"] {
	font-size: 16px;
	margin: 0;
	width: auto;
}

.widecolumn .mu_register .prefix_address,
.widecolumn .mu_register .suffix_address {
	font-size: inherit;
}

.widecolumn .mu_register > :last-child,
.widecolumn form > :last-child {
	margin-bottom: 0;
}


/**
 * 14.0 - Media Queries
 */

/**
 * Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


/**
 * 14.1 - >= 710px
 */

@media screen and (min-width: 44.375em) {
	html {
		scroll-padding-top: calc( var(--wp-admin--admin-bar--height, 0px) + 21px );
	}

	/*body:not(.custom-background-image):before,
	body:not(.custom-background-image):after {
		background: inherit;
		content: "";
		display: block;
		height: 21px;
		left: 0;
		position: fixed;
		width: 100%;
		z-index: 99;
	}*/

	body:not(.custom-background-image):before {
		top: 0;
	}

	body:not(.custom-background-image).admin-bar:before {
		/*top: 46px;*/
	}

	body:not(.custom-background-image):after {
		bottom: 0;
	}

	.site {
		/*margin: 0 36px;*/
		margin: 0 24px;
	}

	.site-main {
		/*margin-bottom: 5.25em;*/
	}

	.site-header {
		/*padding: 3.9375em 7.6923%;*/
		padding: 0 24px;
	}

	.site-branding {
		/*margin-top: 1.3125em;
		margin-bottom: 1.3125em;*/
	}

	.custom-logo {
		max-width: 210px;
	}

	.site-title {
		font-size: 28px;
		line-height: 1.25;
	}

	.wp-custom-logo .site-title {
		margin-top: 0.5em;
	}

	.site-description {
		display: block;
	}

	.menu-toggle {
		font-size: 16px;
		margin: 9px 0;
		padding: 0.8125em 0.875em 0.6875em;
	}

	.site-header-menu {
		margin: 0;
	}

	.site-header .main-navigation + .social-navigation {
		margin-top: 2.625em;
	}

	.header-image {
		margin: 1.3125em 0;
	}

	.pagination {
		margin: 0 23.0769% 4.421052632em 7.6923%
	}

	.post-navigation {
		margin-bottom: 5.25em;
	}

	.post-navigation .post-title {
		font-size: 28px;
		line-height: 1.25;
	}

	/* restore screen-reader-text */
	.pagination .current .screen-reader-text {
		position: absolute !important;
	}

	.pagination .page-numbers {
		display: inline-block;
	}

	.site-main > article {
		margin-bottom: 5.25em;
	}

	.entry-header,
	/*.post-thumbnail,*/
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		/*margin-right: 23.0769%;*/
	}

	.entry-title {
		font-size: 33px;
		line-height: 1.2727272727;
		margin-bottom: 0.8484848485em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	.entry-content blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote,
	.comment-content blockquote {
		/*margin-left: -1.473684211em;*/
	}

	.entry-content blockquote blockquote:not(.alignleft):not(.alignright),
	.entry-summary blockquote blockquote,
	.comment-content blockquote blockquote {
		margin-left: 0;
	}

	.entry-content ul,
	.entry-summary ul,
	.comment-content ul,
	.entry-content ol,
	.entry-summary ol,
	.comment-content ol {
		margin-left: 0;
	}

	.entry-content li > ul,
	.entry-summary li > ul,
	.comment-content li > ul,
	.entry-content blockquote > ul,
	.entry-summary blockquote > ul,
	.comment-content blockquote > ul {
		margin-left: 1.25em;
	}

	.entry-content li > ol,
	.entry-summary li > ol,
	.comment-content li > ol,
	.entry-content blockquote > ol,
	.entry-summary blockquote > ol,
	.comment-content blockquote > ol {
		margin-left: 1.5em;
	}

	.comment-author {
		margin-bottom: 0;
	}

	/*.comment-author .avatar {
		height: 42px;
		position: relative;
		top: 0.25em;
		width: 42px;
	}*/

	.comment-list .children > li {
		padding-left: 80px;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 3.5em;
	}


	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 1.157894737em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.473684211em;
	}
}


/**
 * 14.2 - >= 783px
 */

@media screen and (min-width: 48.9375em) {
	body:not(.custom-background-image).admin-bar:before {
		/*top: 32px;*/
	}
}


/**
 * 14.3 - >= 990px
 */

@media screen and (min-width: 990px) {
	.site-header {
		padding-right: 4.5455%;
		padding-left: 4.5455%;
	}

	.site-header-main {
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.wp-custom-logo .site-header-main {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.site-header-menu {
		display: block;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}

	.main-navigation {
		margin: 0 -0.875em;
	}

	.main-navigation .primary-menu,
	.main-navigation .primary-menu > li {
		border: 0;
	}

	.main-navigation .primary-menu > li {
		float: left;
	}

	.main-navigation a {
		outline-offset: -8px;
		padding: 0.65625em 0.875em;
		white-space: nowrap;
		border-bottom: 3px solid transparent;
	}

	.main-navigation .primary-menu > li:hover > a,
	.main-navigation .primary-menu > li.focus > a {
		color: #14805E;
		border-bottom: 3px solid #14805E;
	}

	.main-navigation ul ul {
		display: block;
		left: -999em;
		margin: 0;
		position: absolute;
		z-index: 99999;
		/*padding: 32px 38px 40px;*/
		padding: 18px 24px;
		border-radius: 9px;
		background: #FFF;
		box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
	}
	.main-navigation ul ul li > a, .main-navigation ul ul li:hover > a{
		border-bottom: 0;
	}

	.main-navigation ul ul ul {
		top: -1px;
	}

	.main-navigation ul ul ul:before,
	.main-navigation ul ul ul:after {
		border: 0;
	}

	.main-navigation ul ul li {
		background-color: #fff;
		/*border: 1px solid #d1d1d1;
		border-bottom-width: 0;*/
	}

	.main-navigation ul ul a {
		white-space: normal;
		padding: 0;
		min-height: 34px;
		/*width: 289px;
		max-width: 100%;
		line-height: 38px;*/
		width: fit-content;
		white-space: nowrap;
		max-width: 100%;
		line-height: 24px;
	}

	.main-navigation ul ul:before,
	.main-navigation ul ul:after {
		/*border-style: solid;
		content: "";
		position: absolute;*/
	}

	.main-navigation ul ul:before {
		/*border-color: #d1d1d1 transparent;
		border-width: 0 10px 10px;
		right: 9px;
		top: -9px;*/
	}

	.main-navigation ul ul:after {
		border-color: #fff transparent;
		border-width: 0 8px 8px;
		right: 11px;
		top: -7px;
	}

	.main-navigation li:hover > ul,
	.main-navigation li.focus > ul {
		right: 0;
		left: 50%;
		transform: translateX(-50%);
		/*width: 366px;*/
		width: fit-content;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		/*left: auto;
		right: 100%;*/
		/*left: calc(100%);
		transform: none;*/
		left: calc(100% - 24px);
		transform: none;
		height: 100%;
		position: fixed;
		top: 0px;
	}
	.main-navigation ul ul li.fullheight:hover > ul,
	.main-navigation ul ul li.fullheight.focus > ul {
		height: auto;
	}

	.main-navigation .menu-item-has-children > a {
		margin: 0;
		padding-right: 2.25em;
	}

	.main-navigation .menu-item-has-children > a:after {
		content: "\f431";
		position: absolute;
		right: 0.625em;
		top: 0.8125em;
	}

	.main-navigation ul ul .menu-item-has-children > a {
		padding-right: 2.0625em;
	}

	.main-navigation ul ul .menu-item-has-children > a:after {
		right: 0.5625em;
		/*top: 0.875em;*/
		top: 7px;
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	.dropdown-toggle,
	.main-navigation ul .dropdown-toggle.toggled-on,
	.menu-toggle,
	.site-header .social-navigation,
	.site-footer .main-navigation {
		display: none;
	}

	.site-content {
		padding:0;
	}

	.content-area {
		width: 66%;
	}

	.entry-header,
	.post-thumbnail,
	.entry-content,
	.entry-summary,
	.entry-footer,
	.comments-area,
	.image-navigation,
	.post-navigation,
	.pagination,
	.page-header,
	.page-content,
	.content-bottom-widgets {
		margin-right: 0;
		margin-left: 0;
	}

	.sidebar {
		padding: 0;
		width: 32%;
	}


	.widget .widget-title {

	}

	.widget p,
	.widget address,
	.widget hr,
	.widget ul,
	.widget ol,
	.widget dl,
	.widget dd,
	.widget table {
		margin-bottom: 1.6153846154em;
	}

	.widget li > ul,
	.widget li > ol {
		margin-bottom: 0;
	}

	.widget blockquote {
		font-size: 16px;
		line-height: 1.3125;
		margin-bottom: 1.3125em;
		padding-left: 1.0625em;
	}

	.widget blockquote cite,
	.widget blockquote small {
		font-size: 13px;
		line-height: 1.6153846154;
	}

	.widget th,
	.widget td {
		padding: 0.5384615385em;
	}

	.widget pre {
		font-size: 13px;
		line-height: 1.6153846154;
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget fieldset {
		margin-bottom: 1.6153846154em;
		padding: 0.5384615385em;
	}

	.widget button,
	.widget input,
	.widget select,
	.widget textarea {
		font-size: 13px;
		line-height: 1.6153846154;
	}

	.widget button,
	.widget input[type="button"],
	.widget input[type="reset"],
	.widget input[type="submit"] {
		line-height: 1;
		padding: 14px;
	}

	.widget input[type="date"],
	.widget input[type="time"],
	.widget input[type="datetime-local"],
	.widget input[type="week"],
	.widget input[type="month"],
	.widget input[type="text"],
	.widget input[type="email"],
	.widget input[type="url"],
	.widget input[type="password"],
	.widget input[type="search"],
	.widget input[type="tel"],
	.widget input[type="number"],
	.widget textarea {
		padding: 0.4615384615em 0.5384615385em;
	}

	.widget h1 {
		font-size: 23px;
		line-height: 1.2173913043;
		margin-bottom: 0.9130434783em;
	}

	.widget h2 {
		font-size: 19px;
		line-height: 1.1052631579;
		margin-bottom: 1.1052631579em;
	}

	.widget h3 {
		font-size: 36px;
		line-height: 34px;
	}

	.widget h4,
	.widget h5,
	.widget h6 {
		font-size: 13px;
		line-height: 1.6153846154;
		margin-bottom: 0.9130434783em;
	}

	.widget .alignleft {
		margin: 0.2307692308em 1.6153846154em 1.6153846154em 0;
	}

	.widget .alignright {
		margin: 0.2307692308em 0 1.6153846154em 1.6153846154em;
	}

	.widget .aligncenter {
		margin-bottom: 1.6153846154em;
	}

	.widget_calendar td,
	.widget_calendar th,
	.widget_calendar .wp-calendar-nav span {
		line-height: 2.6923076923;
		padding: 0;
	}

	.widget_rss .rssSummary:last-child {
		margin-bottom: 1.615384615em;
	}

	.widget input[type="search"].search-field {
		width: -webkit-calc(100% - 35px);
		width: calc(100% - 35px);
	}

	.widget .search-submit:before {
		font-size: 16px;
		left: 1px;
		line-height: 35px;
		width: 34px;
	}

	.widget button.search-submit {
		padding: 0;
		width: 35px;
	}

	.textwidget h1 {
		margin-top: 1.8260869565em;
	}

	.textwidget h2 {
		margin-top: 2.2105263158em;
	}

	.textwidget h3 {
		margin-top: 2.625em;
	}

	.textwidget h4 {

	}

	.textwidget h4,
	.textwidget h5,
	.textwidget h6 {
		margin-top: 3.2307692308em;
	}

	.content-bottom-widgets .widget-area:nth-child(1):nth-last-child(2),
	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1) {
		float: left;
		margin-right: 7.1428571%;
		width: 46.42857145%;
	}

	.content-bottom-widgets .widget-area:nth-child(2):nth-last-child(1):last-of-type {
		margin-right: 0;
	}

	.site-footer {
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.site-footer .social-navigation {
		margin: 0;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
	}

	.site-info {
		margin: 0.538461538em auto 0.538461538em 0;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
	}

	.no-sidebar .content-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.no-sidebar .entry-header,
	.no-sidebar .entry-content,
	.no-sidebar .entry-summary,
	.no-sidebar .entry-footer,
	.no-sidebar .comments-area,
	.no-sidebar .image-navigation,
	.no-sidebar .post-navigation,
	.no-sidebar .pagination,
	.no-sidebar .page-header,
	.no-sidebar .page-content,
	.no-sidebar .content-bottom-widgets {
		margin-right: 15%;
		margin-left: 15%;
	}

	.widecolumn {
		padding-right: 15%;
		padding-left: 15%;
	}

	.main-navigation ul ul a span{
		line-height: 24px;
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.bets-submenu .sub-menu{
		column-count: 4;
		width: fit-content !important;
	}
	.bets-submenu ul.sub-menu li a{
		/*width: 145px;*/
		white-space: normal;
	}
}


/**
 * 14.4 - >= 985px
 */

@media screen and (min-width: 61.5625em) {
	.site-main {
		/*margin-bottom: 7.0em;*/
	}

	.site-header {
		padding: 38px 36px;
		/*margin-top: 38px;
		margin-bottom: 38px;*/
	}

	.site-branding,
	.site-header-menu,
	.header-image {
		margin-top: 0;
		margin-bottom: 0;
	}

	.custom-logo {
		max-width: 320px;
	}

	.image-navigation {
		margin-bottom: 3.230769231em;
	}

	.post-navigation {
		margin-bottom: 7.0em;
	}

	.pagination {
		margin-bottom: 5.894736842em;
	}



	.site-main > article {
		margin-bottom: 7.0em;
	}

	.entry-title {
		font-size: 40px;
		line-height: 1.225;
		margin-bottom: 1.05em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 23px;
		font-size: 1.4375em;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.post-thumbnail {
		margin-bottom: 16px;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 33px;
		line-height: 1.2727272727;
		margin-top: 1.696969697em;
		margin-bottom: 0.8484848485em;
	}

	.entry-content h2,
	.entry-summary h2,
	.comment-content h2 {
		font-size: 28px;
		line-height: 1.25;
		/*margin-top: 2em;*/
		margin-top: 0;
		margin-bottom: 24px;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3 {
		font-size: 23px;
		line-height: 1.2173913043;
		margin-top: 2.4347826087em;
		margin-bottom: 1.2173913043em;
	}

	.entry-content h4,
	.entry-summary h4,
	.entry-intro h4,
	.comment-content h4 {

	}

	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6 {
		font-size: 19px;
		line-height: 1.1052631579;
		margin-top: 2.9473684211em;
		margin-bottom: 1.473684211em;
	}

	.author-info {
		border-bottom-width: 0;
		padding-bottom: 0;
	}

	.comment-list + .comment-respond,
	.comment-navigation + .comment-respond {
		padding-top: 5.25em;
	}

	.comments-area,
	.sidebar,
	.content-bottom-widgets .widget-area,
	.widecolumn {
		/*margin-bottom: 7.0em;*/
	}

	body:not(.search-results) .entry-summary {
		margin-bottom: 2.210526316em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.105263158em;
	}

	body:not(.search-results) article:not(.type-page) .entry-content {
		/*float: right;
		width: 71.42857144%;*/
	}

	body:not(.search-results) article:not(.type-page) .entry-content > blockquote.alignleft.below-entry-meta {
		margin-left: -40%;
		width: -webkit-calc(60% - 1.4736842105em);
		width: calc(60% - 1.4736842105em);
	}

	body:not(.search-results) article:not(.type-page) img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta {
		clear: both;
		display: block;
		float: none;
		margin-right: 0;
		margin-left: -40%;
		max-width: 140%;
	}

	body:not(.search-results) article:not(.type-page) .gallery-item img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) figure.below-entry-meta img.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table figure.below-entry-meta,
	body:not(.search-results) article:not(.type-page) table img.below-entry-meta {
		margin: 0;
		max-width: 100%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer {
		float: left;
		margin-top: 0.1538461538em;
		width: 21.42857143%;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:not(:last-child):after {
		display: none;
	}

	.single .byline,
	.full-size-link,
	body:not(.search-results).group-blog .byline,
	body:not(.search-results) .entry-format,
	body:not(.search-results) .cat-links,
	body:not(.search-results) .tags-links,
	body:not(.search-results) article:not(.sticky) .posted-on,
	body:not(.search-results) article:not(.type-page) .comments-link,
	body:not(.search-results) article:not(.type-page) .entry-footer .edit-link {
		display: block;
		margin-bottom: 0.5384615385em;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer > span:last-child {
		margin-bottom: 0;
	}

	body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
		display: block;
		height: auto;
		margin: 0 0 0.5384615385em;
		width: 49px;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
		float: left;
		margin-right: -100%;
		margin-left: 34.99999999%;
		width: 50.00000001%;
	}

	body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
		margin-right: -100%;
		margin-left: 15%;
		width: 15%;
	}
}


/**
 * 14.5 - >= 1200px
 */

@media screen and (min-width: 75em) {
	body:not(.search-results) .entry-summary {
		font-size: 23px;
		line-height: 1.5217391304;
		margin-bottom: 1.826086957em;
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -0.913043478em;
	}

	body:not(.search-results) .entry-summary p,
	body:not(.search-results) .entry-summary address,
	body:not(.search-results) .entry-summary hr,
	body:not(.search-results) .entry-summary ul,
	body:not(.search-results) .entry-summary ol,
	body:not(.search-results) .entry-summary dl,
	body:not(.search-results) .entry-summary dd,
	body:not(.search-results) .entry-summary table {
		margin-bottom: 1.5217391304em;
	}

	body:not(.search-results) .entry-summary li > ul,
	body:not(.search-results) .entry-summary blockquote > ul {
		margin-left: 0.956521739em;
	}

	body:not(.search-results) .entry-summary li > ol,
	body:not(.search-results) .entry-summary blockquote > ol {
		margin-left: 1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote {
		font-size: 23px;
		line-height: 1.5217391304;
		margin: 0 0 1.5217391304em;
		padding-left: 1.347826087em;
	}

	body:not(.search-results) .entry-summary blockquote:not(.alignleft):not(.alignright) {
		margin-left: -1.52173913em;
	}

	body:not(.search-results) .entry-summary blockquote blockquote:not(.alignleft):not(.alignright) {
		margin-left: 0;
	}

	body:not(.search-results) .entry-summary blockquote cite,
	body:not(.search-results) .entry-summary blockquote small {
		font-size: 19px;
		line-height: 1.8421052632;
	}

	body:not(.search-results) .entry-summary th,
	body:not(.search-results) .entry-summary td {
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary pre {
		font-size: 16px;
		line-height: 1.75;
		margin-bottom: 1.75em;
		padding: 1.75em;
	}

	body:not(.search-results) .entry-summary fieldset {
		margin-bottom: 1.5217391304em;
		padding: 0.3043478261em;
	}

	body:not(.search-results) .entry-summary h1 {
		margin-top: 2.121212121em;
		margin-bottom: 1.060606061em;
	}

	body:not(.search-results) .entry-summary h2 {
		margin-top: 2.5em;
		margin-bottom: 1.25em;
	}

	body:not(.search-results) .entry-summary h3 {
		margin-top: 3.043478261em;
		margin-bottom: 1.52173913em;
	}

	body:not(.search-results) .entry-summary h4,
	body:not(.search-results) .entry-summary h5,
	body:not(.search-results) .entry-summary h6 {
		margin-top: 3.684210526em;
		margin-bottom: 1.842105263em;
	}

	body:not(.search-results) .entry-summary h1:first-child,
	body:not(.search-results) .entry-summary h2:first-child,
	body:not(.search-results) .entry-summary h3:first-child,
	body:not(.search-results) .entry-summary h4:first-child,
	body:not(.search-results) .entry-summary h5:first-child,
	body:not(.search-results) .entry-summary h6:first-child {
		margin-top: 0;
	}

	body:not(.search-results) .entry-summary .alignleft {
		margin: 0.2608695652em 1.5217391304em 1.5217391304em 0;
	}

	body:not(.search-results) .entry-summary .alignright {
		margin: 0.2608695652em 0 1.5217391304em 1.5217391304em;
	}

	body:not(.search-results) .entry-summary .aligncenter {
		margin-bottom: 1.5217391304em;
	}
}


/**
 * 15.0 - Print
 */

@media print {
	form,
	button,
	input,
	select,
	textarea,
	.navigation,
	.main-navigation,
	.social-navigation,
	.sidebar,
	.content-bottom-widgets,
	.header-image,
	.page-links,
	.edit-link,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link {
		display: none;
	}

	body,
	blockquote cite,
	blockquote small,
	pre,
	.entry-content h4,
	.entry-content h5,
	.entry-content h6,
	.entry-summary h4,
	.entry-summary h5,
	.entry-summary h6,
	.comment-content h4,
	.comment-content h5,
	.comment-content h6,
	.entry-content .author-title {
		font-size: 12pt;
	}

	blockquote {
		font-size: 14.25pt;
	}

	.site-title,
	.page-title,
	.comments-title,
	.entry-content h2,
	.entry-summary h2,
	.comment-content h2,
	.widecolumn h2 {
		font-size: 17.25pt;
	}

	.site-description {
		display: block;
	}

	.entry-title {
		font-size: 24.75pt;
		line-height: 1.2727272727;
		margin-bottom: 1.696969697em;
	}

	.format-aside .entry-title,
	.format-image .entry-title,
	.format-video .entry-title,
	.format-quote .entry-title,
	.format-gallery .entry-title,
	.format-status .entry-title,
	.format-link .entry-title,
	.format-audio .entry-title,
	.format-chat .entry-title {
		font-size: 17.25pt;
		line-height: 1.304347826;
		margin-bottom: 1.826086957em;
	}

	.entry-content h1,
	.entry-summary h1,
	.comment-content h1 {
		font-size: 21pt;
	}

	.entry-content h3,
	.entry-summary h3,
	.comment-content h3,
	body:not(.search-results) .entry-summary {
		font-size: 14.25pt;
	}

	.site-description,
	.author-bio,
	.entry-footer,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-metadata,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		font-size: 9.75pt;
	}

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	blockquote cite,
	blockquote small,
	.site-branding .site-title a,
	.entry-title a,
	.comment-author {
		color: #333 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.page-header,
	.comments-title {
		border-color: #333 !important; /* Make sure color schemes don't affect to print */
	}

	blockquote,
	.site-description,
	body:not(.search-results) .entry-summary,
	body:not(.search-results) .entry-summary blockquote,
	.author-bio,
	.entry-footer,
	.entry-footer a,
	.sticky-post,
	.taxonomy-description,
	.entry-caption,
	.comment-author,
	.comment-metadata a,
	.comment-notes,
	.comment-awaiting-moderation,
	.site-info,
	.site-info a,
	.wp-caption .wp-caption-text,
	.gallery-caption {
		color: #686868 !important; /* Make sure color schemes don't affect to print */
	}

	code,
	hr {
		background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	pre,
	abbr,
	acronym,
	table,
	th,
	td,
	.author-info,
	.comment-list article,
	.comment-list .pingback,
	.comment-list .trackback,
	.no-comments {
		border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
	}

	a {
		color: #14805E !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content a,
	.entry-summary a,
	.taxonomy-description a,
	.comment-content a,
	.pingback .comment-body > a {
		box-shadow: none;
		border-bottom: 1px solid #14805E !important; /* Make sure color schemes don't affect to print */
	}

	.site {
		margin: 5%;
	}

	.site-inner {
		max-width: none;
	}

	.site-header {
		padding: 0 0 1.75em;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em;
	}

	.site-main {
		margin-bottom: 3.5em;
	}

	.entry-header,
	.entry-footer,
	.page-header,
	.page-content,
	.entry-content,
	.entry-summary,
	.post-thumbnail,
	.comments-area {
		margin-right: 0;
		margin-left: 0;
	}

	.post-thumbnail,
	.site-main > article {
		margin-bottom: 3.5em;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		border-width: 4px 0 0 0;
		padding: 0.9473684211em 0 0;
		width: -webkit-calc(50% - 0.736842105em);
		width: calc(50% - 0.736842105em);
	}

	body:not(.search-results) .entry-header + .entry-summary {
		margin-top: -1.473684211em;
	}

	.site-footer,
	.widecolumn {
		padding: 0;
	}
}

/** Custom styles **/
.single section {
	margin: 36px 0 0;
}
.secondary_menu_list {
	margin: 5px 0 0 2vw;
	padding: 0;
	list-style: none;
	width: 13vw;
	max-width: 80px;
	display: flex;
	/*justify-content: space-between;*/
	justify-content: flex-end;
	position: relative;
	gap: 30px;
}
.secondary_menu_list li {
	display: inline-block;
	vertical-align: middle;
}
.secondary_menu_list li > a {
	width: 24px;
	height: 34px;
	display: block;
}
.share_menu > a, .site-header.dark_theme .secondary_menu.mobile  .share_menu > a{
	background: url("img/icon_share.svg") no-repeat;
}
.search_menu > a, .site-header.dark_theme .secondary_menu.mobile  .search_menu > a{
	background: url("img/icon_search.svg") no-repeat;
}
.locations_menu > a, .site-header.dark_theme .secondary_menu.mobile  .locations_menu > a{
	background: url("img/icon_location.svg") no-repeat;
}
.site-header.dark_theme .share_menu > a{
	background: url("img/icon_share_w.svg") no-repeat;
}
.site-header.dark_theme .search_menu > a{
	background: url("img/icon_search_w.svg") no-repeat;
}
.site-header.dark_theme .locations_menu > a{
	background: url("img/icon_location_w.svg") no-repeat;
}
.share_menu:hover > a,.share_menu.active > a{
	background: url("img/icon_share_h.svg") no-repeat;
}
.search_menu:hover > a,.search_menu.active > a{
	background: url("img/icon_search_h.svg") no-repeat;
}
.locations_menu:hover > a,.locations_menu.active > a{
	background: url("img/icon_location_h.svg") no-repeat;
}
#header_top {
	background: #82C4AA;
	text-align: center;
	padding: 20px 36px;
}
#header_top a{
	color: #fff;
	font-size: 18px;
}
#header_top a img{
	margin-right: 36px;
}
#header_top a:after{
	content: '';
	background: url("img/header_arr.png") no-repeat;
	display: inline-block;
	vertical-align: text-top;
	margin-left: 36px;
	width: 24px;
	height: 24px;
}

.site-footer {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
}
.site-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.site-footer a {
	color: #F0F1F2;
}

.footer_top_widget ul li a {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 35px;
}
.footer_top_widget ul li a:hover, .footer_top_widget ul li a:focus {
	text-decoration: underline;
}
.site-footer .widget {
	max-width: 100%;
}

.footer_top_widget {
	display: flex;
	/*flex-wrap: wrap;*/
	justify-content: space-between;
	padding: 12px 0;
}
.footer_top_widget .widget{
	display: inline-block;
	vertical-align: top;
	flex-grow: 1;
	padding: 0;
	margin: 24px 0 0;
}
.footer_top_widget .widget .widget-title{
	color: #F0F1F2;
	border-bottom: 1px solid #82C4AA;
	margin: 0 0 14px;
	padding: 0 0 14px;
}
.footer_top_widget .widget ul{
	margin: 0 27px 0 0;
}
.footer_top_widget .widget:last-child ul{
	margin: 0;
}
.footer_top_widget .widget .textwidget:before, .footer_top_widget .widget .textwidget:after{
	content: none;
}

.footer_bottom_widget {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0 0;
}

.drop-down {
	position: relative;
	display: inline-block;
	width: 338px;
	max-width: 100%;
	border-radius: 9px;
	border: 1px solid #82C4AA;
}
.drop-down select {
	display: none;
}
.drop-down .button span{
	background-repeat: no-repeat;
	background-size: 28px 18px;
	background-position: 12px center;
	padding: 0 25px 0 52px;
	color: #FFF;
	font-size: 16px;
	display: inline-block;
	line-height: 40px;
	width: 100%;
}
.drop-down .select-list {
	position: relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 0;
}
.drop-down .select-list li:first-child{
}

.drop-down .select-list li {
	display: none;
}
.drop-down .select-list li:last-child span{
	border-radius: 0 0 9px 9px;
}
.drop-down .select-list li span {
	display: inline-block;
	vertical-align: middle;
	min-height: 50px;
	min-width: 300px;
	width: 100%;
	padding: 5px 15px 5px 52px;
	background-size: 28px 18px;
	background-position: left 10px center;
	background-repeat: no-repeat;
	font-size: 14px;
	text-align: left;
	color: #F0F1F2;
	box-sizing: border-box;
	line-height: 40px;
	cursor: pointer;
}
.drop-down .select-list li span:hover, .drop-down .select-list li span:focus {
	background-color: #0E6348;
}

.drop-down .select-list-link{
	background: url(img/header_arr.png) no-repeat;
	background-position: 97% center;
	outline: none;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 9px;
}
.drop-down .select-list-link:hover{
	background-color: #0E6348;
}

.footer_bottom_widget .widget-title {
	font-size: 18px;
}

.footer_bottom_widget .emaillist {
	width: 430px;
	max-width: 100%;
}

.footer_bottom_widget .emaillist input{
	max-width: 100%;
}

.footer_bottom_widget .es_subscription_form input[type="email"] {
	border-radius: 9px 0px 0px 9px;
	background: #FFF;
	width: 300px;
	max-width: 70%;
	padding: 6px 16px;
	font-size: 16px;
	line-height: 26px;
}
.footer_bottom_widget .es_subscription_form input[type="submit"] {
	border-radius: 0px 9px 9px 0px;
	background: #82C4AA;
	width: 130px;
	max-width: 30%;
	font-size: 16px;
	padding: 12px 16px;
	line-height: 16px;
}
.footer_bottom_widget .widget{
	margin: 0 0 20px;
}
.footer_bottom_widget .es_subscription_form .es_spinner_image{
	display: none !important;
}
.es_subscription_message.success {
	color: #fff;
}
.footer_bottom_widget ul.social-links-menu {
	width: 296px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 43px 0 0;
}
.footer_bottom_widget ul.social-links-menu:before, .footer_bottom_widget ul.social-links-menu:after{
	display: none;
}
.footer_bottom_widget ul.social-links-menu li{
	display: inline-block;
	vertical-align: top;
}
.footer_bottom_widget ul.social-links-menu li a i{
	font-size: 32px;
}
.footer_bottom_widget ul.social-links-menu li a:hover{
	color: #82C4AA;
}


/*.primary-menu li ul li:hover svg {
	fill: #14805E;
	!*stroke: #14805E;*!
}

.primary-menu li ul li:hover svg path {
	fill: #14805E;
	!*stroke: #14805E;*!
}

.primary-menu li ul li:hover svg plygon {
	fill: #14805E;
	!*stroke: #14805E;*!
}

.primary-menu li ul li:hover svg circle {
	fill: #14805E;
	!*stroke: #14805E;*!
}*/

.main-navigation ul ul a svg, .main-navigation ul ul a img {
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	max-width: 25px;
	max-height: 25px;
}
.main-navigation ul ul a span{
	padding-left: 40px;
}
.secondary_menu_list li {
	/*position: relative;*/
}
.locations_menu_tip {
	display: none;
	position: absolute;
	font-size: 14px;
	padding: 5px 0;
	width: 125px;
	text-align: center;
	right: -20px;
	top: -50px;
	background: #FEFEFE;
	border-radius: 6px;
	border: 1px solid #82C4AA;
	color: #727271;
}
.locations_menu_tip:after {
	content: '';
	display: block;
	background: #FEFEFE;
	border-bottom: 1px solid #82C4AA;
	border-right: 1px solid #82C4AA;
	position: absolute;
	left: 83px;
	bottom: -8px;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
}
.secondary_submenu {
	display: none;
	position: absolute;
	border-radius: 9px;
	background: #FFF;
	box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
	padding: 24px;
	right: 0;
	top: 45px;
	width: 458px;
	height: auto;
	z-index: 99;
}
.secondary_submenu p {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 14px;
}
.locations_wrapper {
	display: inline-flex;
	flex-wrap: wrap;
	gap: 10px;
}
a.location_button {
	padding: 9px 16px 9px 49px;
	justify-content: center;
	align-items: center;
	border-radius: 9px;
	background-color: #ABABAB;
	background-image: url("img/map-pin.svg");
	background-repeat: no-repeat;
	background-position: 16px center;
	color: #FFF;
	font-size: 16px;
}
a.location_button:hover {
	background-color: #727271;
	color: #FFF;
}
/*.secondary_menu_list > li:hover .secondary_submenu {
	display: block !important;
}*/
.search_wrapper .search-field {
	border-radius: 5px 0 0 5px;
}
.search_wrapper .search-submit {

}
.social-share a {
	width: 32px;
	height: 32px;
	color: #727271;
}
.social-share a:hover {
	color: #14805E;
}
.social-share a i{
	font-size: 32px;
}
.secondary_submenu.share_submenu{
	width: 355px;
}
.share_wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.secondary_menu.mobile, .menu_banner, .menu_search {
	display: none;
}
.rating_table {
	border-bottom: 1px solid #ABABAB;
	padding: 0 0 18px;
}
.rating_table_bookmaker_wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 0 0 40px;
}
.rating_table_bookmaker_bonus a {
	display: inline-block;
	vertical-align: middle;
	width: 128px;
	/*padding: 9px 9px 9px 49px;*/
	/*padding: 9px 9px 9px 30%;*/
	padding: 9px 18px 9px 36px;
	border-radius: 23px;
	/*background: #FFC2B6 url("img/gift_w.svg") no-repeat 11% center;*/
	/*background: #fef200 url("img/gift_w.svg") no-repeat 11% center;
	color: #727271;*/
	background: #EA9260 url("img/gift1.svg") no-repeat 11% center;
	color: #F0F1F2;
	font-weight: 500;
	text-align: center;
	max-height: 46px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 29px;
}
.rating_table_bookmaker_bonus.top a:after{
	content: '';
	display: block;
	position: absolute;
	width: 20px;
	height: 16px;
	background: url("img/top.png") no-repeat center;
	top: 0;
	right: 15%;
}
.rating_table_bookmaker_bonus a:hover{
	/*color: #D6161B;*/
	background: #FFAC7C url("img/gift1_h.svg") no-repeat 11% center;
	color: #FFFFFF;
}
.rating_table_bookmaker_comments a{
	display: inline-block;
	vertical-align: middle;
	width: 128px;
	padding: 9px 18px 9px 36px;
	border-radius: 23px;
	background: #F0F1F2 url("img/comments.svg") no-repeat 15% center;
	color: #727271;
	font-weight: 500;
	text-align: center;
	max-height: 46px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 29px;
}
.rating_table_bookmaker_comments a:hover{
	background-color: #D9D9D9;
	color: #F36F56;
}
button, .button {
	-webkit-transition: color .2s,background-color .2s,border-color .2s;
	transition: color .2s,background-color .2s,border-color .2s;
}

a.button {
	display: flex;
	padding: 8px 0;
	width: 128px;
	max-width: 100%;
	text-align: center;
	font-weight: 500;
	border-radius: 9px;
}
a.button_white {
	background: #fff;
	color: #727271;
	border: 1px solid #727271;
}
a.button_green {
	background: #14805E;
	color: #fff;
	border: 1px solid #14805E;
}
a.button_green:hover {
	background: #00B078;
	border: 1px solid #00B078;
	color: #fff;
}
a.button.white-border {
	border-color: #fff;
}
a.button:hover {
	border: 1px solid #00B078;
}
.rating_table_bookmaker {
	margin: 18px 0;
	display: inline-block;
	width: 100%;
	position: relative;
	/*padding-left: 40px;*/
}
.rating_table.winners .rating_table_bookmaker.winner{
	border-radius: 9px;
	/*padding: 16px 16px 16px 56px;*/
	padding: 16px;
	margin: 14px 0 14px -18px;
	width: calc(100% + 39px);
}
.rating_table.winners .rating_table_bookmaker.winner:nth-child(1 of .winner){
	border: 2px solid #FFC444;
}
.rating_table.winners .rating_table_bookmaker.winner:nth-child(1 of .winner):before{
	content: "1";
	background: #FFC444;
}
.rating_table.winners .rating_table_bookmaker.winner:nth-child(2 of .winner){
	border: 2px solid #ABABAB;
}
.rating_table.winners .rating_table_bookmaker.winner:nth-child(2 of .winner):before{
	content: "2";
	background: #ABABAB;
}
.rating_table.winners .rating_table_bookmaker.winner:nth-child(3 of .winner){
	border: 2px solid #C4AC70;
}
.rating_table.winners .rating_table_bookmaker.winner:nth-child(3 of .winner):before{
	content: "3";
	background: #C4AC70;
}

.rating_table.winners .rating_table_bookmaker.winner:before{
	display: block;
	width: 36px;
	height: 50px;
	border-radius: 6px 6px 0 0;
	position: absolute;
	top: -6px;
	left: 12px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 41px;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 10px solid #fff;
	text-indent: -5px;
}
.rating_table_bookmaker_logo img {
	/*max-width: 200px;*/
	max-width: 100%;
	max-height: 46px;
}
.rating_table_bookmaker_comments_tip {
	display: none;
	position: absolute;
	font-size: 14px;
	padding: 3px 0;
	width: 63px;
	text-align: center;
	left: 33%;
	top: -32px;
	background: #FEFEFE;
	border-radius: 6px;
	border: 1px solid #82C4AA;
	color: #727271;
}
.rating_table_bookmaker_bonus,.rating_table_bookmaker_comments {
	position: relative;
}
.rating_table_bookmaker_comments_tip:after {
	content: '';
	display: block;
	background: #FEFEFE;
	border-bottom: 1px solid #82C4AA;
	border-right: 1px solid #82C4AA;
	position: absolute;
	left: 24px;
	bottom: -8px;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
}
.rating_table_bookmaker_wrapper > div {
	padding-left: 20px;
	width: calc(75%/4);
}
.rating_table_bookmaker_wrapper > div.rating_table_bookmaker_logo{
	width: 25%;
	padding: 0;
	display: flex;
	align-items: center;
}
.rating_table_bookmaker_wrapper > div > a{
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	max-height: 46px;
}
.rating_table_note {
	margin: 10px 0 0;
}
.rating_table_note a{
	color: #727271;
	font-size: 18px;
	font-weight: 500;
}
.rating_table_note a span{
	color: #ABABAB;
	font-weight: 400;
}
.rating_table_note a:hover{
	color: #14805E;
}
.bookmaker_notice {
	margin: 0 0 17px;
}
.bookmaker_notice span{
	color: #727271;
	font-size: 14px;
}
.fullwidth .rating_table_bookmaker_wrapper > div{
	padding-left: 37px;
	width: 20%;
}
.fullwidth .rating_table_bookmaker_wrapper > div.rating_table_bookmaker_logo {
	width: 20%;
	padding: 0;
}
.fullwidth .rating_table_bookmaker_wrapper > div.rating_table_bookmaker_bonus, .fullwidth .rating_table_bookmaker_wrapper > div.rating_table_bookmaker_comments{
	max-width: 195px;
}
.fullwidth .rating_table_bookmaker_wrapper > div.rating_table_bookmaker_apps{
	max-width: 215px;
}
.fullwidth .rating_table_bookmaker_wrapper > div.rating_table_bookmaker_play_button{
	max-width: 170px;
}
.fullwidth .rating_table_bookmaker_wrapper > div.rating_table_bookmaker_review{
	max-width: 200px;
}

.rating_table_bookmaker_play_button .button.fixed {
	position: fixed;
	bottom: 20px;
	left: 4%;
	/*width: 92%;*/
	padding: 12px 0 !important;
	box-shadow: 0 0 10px #333;
	max-width: 92% !important;
	z-index: 9;
	margin: 0 !important;
	line-height: 21px !important;
}

.rating_table_bookmaker_apps{
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.rating_table_bookmaker_wrapper > div.rating_table_bookmaker_apps > a{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
}
.app_ios{
	background: url("img/apple.svg") no-repeat;
}
.app_android{
	background: url("img/android.svg") no-repeat;
}
.app_huawei{
	background: url("img/huawei.svg") no-repeat;
}
.app_mobile{
	background: url("img/smartphone.svg") no-repeat;
}
.app_ios:hover{
	background: url("img/apple_h.svg") no-repeat;
}
.app_android:hover{
	background: url("img/android_h.svg") no-repeat;
}
.app_huawei:hover{
	background: url("img/huawei_h.svg") no-repeat;
}
.app_mobile:hover{
	background: url("img/smartphone_h.svg") no-repeat;
}
.rating_table_bookmaker.head {
	margin: 0;
}
.rating_table_bookmaker.head > div > div{
	text-align: center;
	display: inline-block;
	color: #ABABAB;
}
.rating_table.all {
	border-bottom: none;
	padding: 0;
}
.rating_table_bookmaker_details {
	padding: 56px 0 29px;
	border-bottom: 1px solid #ABABAB;
	display: none;
}
.winner .rating_table_bookmaker_details {
	padding-bottom: 0;
	border-bottom: none;
}

.rating_table_bookmaker_features {
	display: flex;
	justify-content: stretch;
	gap: 24px;
}
.rating_table_bookmaker_features div {
	border-radius: 9px;
	border: 1px solid #ABABAB;
	flex-grow: 1;
	padding: 48px 36px 36px;
	position: relative;
}
.rating_table_bookmaker_features div ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.rating_table_bookmaker_features div ul li{
	font-size: 18px;
	line-height: 27px;
}
.rating_table_bookmaker_features div:before {
	content: '';
	position: absolute;
	top: -32px;
	left: 50%;
	transform: translateX(-50%);
	width: 64px;
	height: 64px;
	display: block;
}
.rating_table_bookmaker_features div.pluses:before {
	background: url("img/plus.png") no-repeat;
}
.rating_table_bookmaker_features div.minuses:before {
	background: url("img/minus.png") no-repeat;
}
.rating_table_bookmaker_bonus_item {
	border-radius: 9px;
	border: 1px solid #ABABAB;
	margin: 24px 0 0;
	padding: 26px 26px 26px 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: url("img/gift_w.svg") no-repeat 36px center;
}
.rating_table_bookmaker_bonus_text {
	color: #333;
	font-size: 32px;
	font-weight: 500;
	line-height: 30px;
}
div.rating_table_bookmaker_bonus_text {
	/*width: 50%;*/
}
a.rating_table_bookmaker_bonus_button.button {
	 width: 180px;
	 max-width: 100%;
	 background: #006BB5;
	 color: #fff;
	 border: 1px solid #006BB5;
	 text-align: center;
	 display: block;
	 margin: 0 0 0 26px;
	 flex-shrink: 0;
}
.single_bonus_item.promo .button {
	width: 180px;
	max-width: 100%;
	background: #14805E;
	color: #fff;
	border: 1px solid #14805E;
	text-align: center;
	display: block;
	margin: 0 0 0 26px;
	flex-shrink: 0;
}
a.rating_table_bookmaker_bonus_button.button:hover {
	background: #0092F3;
	border: 1px solid #0092F3;
}
.single_bonus_item.promo .button:hover {
	background: #00B078;
	border: 1px solid #00B078;
}
.rating_table_bookmaker_bonus_promocode, .single_bonus_promocode {
	display: flex;
	background: #D4E8E1;
	padding: 9px 12px;
	width: auto;
	max-width: 100%;
	border-radius: 9px;
	color: #333333;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
	flex-shrink: 0;
	margin: 0 0 0 26px;
	position: relative;
	/*flex-basis: 0px;*/
	align-items: center;
}
.rating_table_bookmaker_bonus_promocode p, .single_bonus_promocode p {
	margin: 0;
	font-size: 16px;
	line-height: inherit;
}
.rating_table_bookmaker_bonus_promocode span, .single_bonus_promocode span {
	color: #006BB5;
	padding: 0 30px 0 14px;
}
.promo_table .single_bonus_promocode {
	/*padding: 7px 10px 5px;
	border: 1px solid #d9d9d9;
	font-weight: 400;
	background: none;
	margin: 5px 0 0 !important;*/
	padding: 12px 0;
	border: 1px solid #d9d9d9;
	font-weight: 400;
	background: none;
	margin: 0;
	width: 100% !important;
	text-align: center;
}
.promo_table .single_bonus_promocode span {
	color: #14805E;
	padding: 0;
}
.rating_table_bookmaker_bonus_promocode i, .single_bonus_promocode i {
	font-size: 18px;
	color: #fff;
	transform: rotate(90deg);
}
.promo_table .single_bonus_promocode i {
	font-size: 15px;
	color: #14805E;
	transform: rotate(90deg);
	margin: 0 0 0 7px;
}
.rating_table_bookmaker_bonus_item.promo .align{
	display:flex;
	align-items: center;
	justify-content: end;
}
.rating_table_bookmaker_bonus_promocode_tip, .single_bonus_promocode_tip {
	display: none;
	position: absolute;
	font-size: 14px;
	padding: 3px 10px;
	width: auto;
	text-align: center;
	left: 33%;
	top: -32px;
	background: #FEFEFE;
	border-radius: 6px;
	border: 1px solid #82C4AA;
	color: #727271;
}
.rating_table_bookmaker_bonus_promocode_tip:after, .single_bonus_promocode_tip:after {
	content: '';
	display: block;
	background: #FEFEFE;
	border-bottom: 1px solid #82C4AA;
	border-right: 1px solid #82C4AA;
	position: absolute;
	left: 50%;
	bottom: -13px;
	width: 15px;
	height: 15px;
	transform: rotate(45deg) translateX(-41%);
}
.single_bonus_item.promo {
	display: flex;
	align-items: center;
	gap: 24px;
	margin: 24px 0;
}
.single_bonus_item.promo .single_bonus_promocode{
	margin: 0;
}
.single_bonus_item.promo .button {
	margin: 0;
}
.rating_table_bookmaker_buttons {
	margin: 24px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rating_table_bookmaker_buttons a{
	width: 208px;
	max-width: 100%;
	background: #fff;
	color: #727271;
	border: 2px solid #ABABAB;
	text-align: center;
	display: block;
	margin: 0 12px;
	flex-shrink: 0;
}
.rating_table_bookmaker_buttons a:hover{
	border-width: 2px;
}
.rating_table_bookmaker_buttons a:first-child{
	background: #006BB5;
	color: #fff;
	border-color: #006BB5;
}
.rating_table_bookmaker_buttons a:first-child:hover{
	background: #0092F3;
	border-color: #0092F3;
}
.rating_table_bookmaker_buttons a:nth-child(3){
	background: none;
	color: #14805E;
	border: none;
	width: auto;
}
.rating_table_bookmaker_buttons a:nth-child(3):hover{
	color: #727271;
}
.bookmaker_page_wrapper {
	display: grid;
	/*grid-template-columns: auto 360px;*/
	grid-template-columns: minmax(0, auto) minmax(0, 460px);
	max-width: 1920px;
	margin: 0 auto;
}


.site-aside {
	position: relative;
	z-index: 17;
	background-color: #2b2e36;
	color: #fff;
	will-change: transform;
}
.sidebar-marking {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 100vh;
}
.sidebar-marking .g-banner-sidebar {
	position: relative;
	z-index: 2;
}
.g-banner-sidebar {
	display: block;
	overflow: hidden;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	height: 100vh;
	z-index: 102;
}
.g-banner-sidebar__bg {
	position: absolute;
	top: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	/*height: auto;*/
	height: 100%;
}
.g-banner-sidebar__bg img {
	display: block;
	/*width: 360px;*/
	width: 100%;
	max-width: 100%;
	/*height: 100%;*/
	object-fit: contain;
}
.g-banner-sidebar__image--top {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.g-banner-sidebar__image {
	position: relative;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.g-banner-sidebar__image img {
	display: block;
	width: 460px;
	max-width: 100%;
}


.top-banner {
	position: relative;
}
.g-banner {
	position: relative;
	display: block;
	overflow: hidden;
	/*margin: 0 0 24px;*/
}
.g-banner__bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 1560px;
	height: 160px;

	left: 50%;
	transform: translate(-50%, 0);
}
.g-banner__bg img {
	display: block;
	width: 100%;
}
.g-banner__image {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
}
.g-banner__image img {
	display: block;
	margin: 0 auto;
	width: 336px;
	max-width: 95%;
}
.g-banner--swap-img-max .g-banner__image img {
	width: 1224px;
	height: 160px;
	object-fit: contain;
}

.book-profile .post-thumbnail {
	margin: 0;
}
.book-profile .post-thumbnail img {
	width: 67px;
	height: 67px;
	border-radius: 9px;
}
.bk-header {
	background: #fff;
	border-radius: 9px;
	padding: 24px 24px 12px;
	margin: 0 auto;
	/*position: relative;*/
	position: sticky;
	z-index: 11;
	width: 1368px;
	max-width: calc(100% - 48px);
}

.bk-header_top {
	position: relative;
	display: grid;
	grid-auto-columns: 68px 1fr;
	column-gap: 22px;
	padding-bottom: 12px;
}
.bk-header_top .post-thumbnail {
	grid-area: 1 / 1 / 3 / 2;
}
.bk-header_top .bk-header_title-wrapper {
	grid-area: 1 / 2 / 2 / 3;
}
.bk-header_top .bk-header_list-wrapper {
	grid-area: 2 / 2 / 3 / 3;
	display: flex;
}
.bk-header_list-item {
	position: relative;
	display: flex;
	padding: 0 21px;
}
.bk-header_list-item:first-child {
	padding-left: 0;
}
.bk-header_list-item-title {
	color: #727271;
}
.bk-header_mob {
	display: none;
}
.bk-header_list-item-text {
	font-weight: 500;
	color: #727271;
}
a.bk-header_list-item-text{
	color: #14805E;
}
.bk-header_list-item-icons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
}
.bk-header_list-item-icons > a, .bk-header_list-item-icons > a:hover{
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
}
.bk-header_bottom {
	border-top: 1px solid #D9D9D9;
	margin: 0;
	padding: 12px 0 0;
}
.bk-header_promo {
	display: flex;
	justify-content:flex-start;
	align-items: center;
}
.bk-header_promo_title {
	font-size: 24px;
	font-weight: 700;
}
.bk-header_promo_text {
	color: #727271;
}
a.bk-header_promo_button {
	width: 190px;
	max-width: 100%;
	text-align: center;
	display: block;
	margin: 0 0 0 26px;
	flex-shrink: 0;
}
.app_promo a.bk-header_promo_button {
	width: calc(50% - 26px);
	max-width: 100%;
	text-align: center;
	display: block;
	margin: 0 0 0 26px;
	flex-shrink: 0;
}
.app_promo a.bk-header_promo_button span{
	display: block;
	font-size: 13px;
}

.bk-header.sticky .app_promo a.bk-header_promo_button {
	width: 300px;
}


.bk-header.sticky {
	border-radius: 0;
	margin: 0;
	z-index: 11;
	width: 100%;
	max-width: 100%;
	webkit-transition: top ease-out .6s;
	transition: top ease-out .6s;
	box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.10);
}
/*.bk-header.sticky .bk-header_top,*/
.bk-header:not(.sticky) .bk-header_promo_logo_sticky,
.bk-header:not(.sticky) .bk-header_promo_title_sticky,
.bk-header:not(.sticky) .bk-header_promo_text_sticky,
.bk-header.sticky .bk-header_promo_title,
.bk-header.sticky .bk-header_promo_text{
	display: none;
}
.bk-header_promo_content {
	padding: 0 0 0 90px;
	background: url("img/gift_r.svg") no-repeat 43px 8px;
	flex-grow: 1;
}
.bk-header_promo_logo_sticky .post-thumbnail {
	margin: 0;
	width: 48px;
	height: 48px;
}
.bk-header_promo_logo_sticky .post-thumbnail img{
	width: 48px;
	height: 48px;
	border-radius: 9px;
}
.bk-header.sticky .bk-header_promo {
	display: flex;
	align-items: center;
	padding: 0 0 0 24px;
}
.bk-header_promo_logo_sticky {
	margin: 0 24px 0 0;
}
.bk-header_promo_title_sticky {
	font-size: 24px;
	font-weight: 700;
	flex-grow: 1;
}
.bk-header.sticky .bk-header_promo_content {
	flex-grow: unset;
}
.bk-header_promo_text_sticky {
	font-size: 24px;
	font-weight: 700;
}

.book-gallery {
	margin: 24px 0 0;
}
.book-gallery .gallery{
	position: relative;
}
.swiper {

}
.swiper-slide.video_item, .book-gallery .swiper-slide {
	width: 204px !important;
	height: 355px !important;
	border-radius: 9px;
	overflow: hidden;
}
.swiper-slide > img {
	cursor: pointer;
}
.swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.video_item:first-child {
	width: 672px !important;
	max-width: 100% !important;
}

.inpage .swiper-slide {
	width: 100% !important;
	height: 355px !important;
	border-radius: 9px;
	overflow: hidden;
	cursor: pointer;
}
.inpage .swiper-slide img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.inpage .swiper-slide:first-child {
	width: 100% !important;
	max-width: 100% !important;
}
.swiper_container{
	border-radius: 9px;
	background-color: #f0f1f2;
	position: relative;
}

.swiper-button-prev, .swiper-button-next {
	width: 36px !important;
	height: 36px !important;
	border-radius: 50%;
	background-color: #fff;
	color: #0006 !important;
	font-size: 15px;
	-webkit-box-shadow: 1px 2px 6px rgba(0,0,0,.08);
	box-shadow: 1px 2px 6px #00000014;
	-webkit-transition: opacity .4s ease-in-out;
	transition: opacity .4s ease-in-out;
}
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 14px !important;
	font-weight: bold;
	color: #727271;
}
.swiper-button-next:hover:after, .swiper-button-prev:hover:after {
	color: #14805E;
}
.swiper-button-next {
	right: -16px !important;
}
.swiper-button-prev {
	left: -16px !important;
}


/* The Modal (background) */
.modal-wrapper {
	display: none;
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background-color: #1b1b1bbd;
	z-index: 1000000;
	/* display: none; */
	width: 100%;
	height: 100%;
	padding-left: 0!important;
	padding-right: 0!important;
	-webkit-transition: .1s;
	transition: .1s;
	position: fixed;
	top: 0;
	left: 0;
}
.modal {
	display: none;
	position: fixed;
	z-index: 99;
	padding: 40px 0;
	left: 50%;
	top: 50%;
	width: 768px;
	max-width: 90%;
	height: 90%;
	overflow: auto;
	background-color: #000;
	transform: translate(-50%, -50%);
	border-radius: 9px;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
}

/* Modal Content */
.modal-content {
	position: relative;
	margin: auto;
	padding: 0;
	width: 90%;
	max-width: 100%;
	height: 100%;
}
.modal-content > div {
	height: 100%;
}
.modal-content > div > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: contain;
}

/* The Close Button */
.modal .close {
	color: white;
	position: absolute;
	top: -7px;
	right: 12px;
	font-size: 30px;
}
.swiper_container .modal .close {
	top: 12px;
}

.modal .close:hover,
.modal .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}

.modal .slide_item {
	display: none;
}

.modal .cursor {
	cursor: pointer;
}

/* Next & previous buttons */
.modal .prev,
.modal .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -50px;
	color: white;
	font-weight: bold;
	font-size: 20px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	-webkit-user-select: none;
}

/* Position the "next button" to the right */
.modal .next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.modal .prev:hover,
.modal .next:hover {
	background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.modal .numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: -27px;
	left: -5px;
}

.modal .row > .modal .column {
	padding: 0 8px;
}

.modal .row:after {
	content: "";
	display: table;
	clear: both;
}

.modal .column {
	float: left;
	width: 25%;
}
.modal iframe {
	aspect-ratio: 16 / 9;
	width: 768px;
	border: none;
}
.video-modal {
	height: auto;
}
.page_main {
	/*container-type: inline-size;*/
}
.single-bookmaker .page_main, .single-app .page_main {
	/*container-type: inline-size;*/
	margin: 24px 0 0;
}

.book-profile .entry-content {
	display: flex;
	flex-wrap: wrap;
	padding: 36px 0;
}
.aside-nav-block {
	position: relative;
	display: block;
	width: 223px;
}
.book-aside-nav {
	position: -webkit-sticky;
	position: sticky;
	left: 0;
}
.book-profile .main-content {
	width: calc(100% - 223px);
}

.book-profile .main-content, .book-profile .main-content p {
	font-size: 18px;
	line-height: 24px;
}
.book-profile section {
	margin: 46px 0 0;
}
.book-profile section:first-child {
	margin:0;
}
.book-review, .start-play, .book-info, .book-articles, .book-faq{
	border-radius: 9px;
	background: #FFF;
	padding: 36px;
}
.start-play, .book-info, .book-faq {
	padding: 0 36px;
}
h2.book-page-title{
	font-size: 36px;
	line-height: 26px;
	padding: 0 36px;
	/*margin-bottom: 24px;*/
}
h2.section-title{
	font-size: 36px;
	line-height: 26px;
	padding: 0 36px;
	margin: 36px 0;
}
h2.book-page-title span{
	color: #727271;
}
.aside-nav_title {
	font-size: 24px;
	font-weight: 700;
	padding: 0 0 0 10px;
}
.aside-nav_list {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 10px 0 0;
}
.aside-nav_list-item {
	color: #727271;
	font-weight: 500;
	margin: 5px 0 0;
	padding: 4px 10px;
	border-left: 1px solid transparent;
}
.aside-nav_list-item:first-child {
	margin: 0;
}
.aside-nav_list-item:hover, .aside-nav_list-item.active {
	color: #14805E;
	border-left: 1px solid #14805E;
}


.accordion {
	-webkit-transition: all .2s;
	transition: all .2s;
	border-top: 1px solid rgba(0,0,0,.1);
}
.start-play .accordion:first-child, .book-info .accordion:first-child, .book-faq .accordion:first-child{
	border-top: none;
}
.accordion-header {
	position: relative;
	padding: 36px 0;
	-webkit-transition: color .2s;
	transition: color .2s;
	cursor: pointer;
}
.accordion-header:after {
	content: "\f431";
	font-family: "Genericons";
	font-size: 24px;
	color: #ABABAB;
	right: 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.accordion-header:hover:after {
	color: #333;
}
.accordion-header:hover h3, .accordion-header:hover h4{
	color: #14805E;
}
.accordion.active .accordion-header:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.accordion-header h3, .accordion-header h4 {
	font-size: 24px;
	margin: 0;
}
.accordion-body {
	display: none;
}
.start-play .accordion:last-child .accordion-body {
	padding-bottom: 36px;
}

.book-mobile {
	padding: 36px;
	color: #fff;
	min-height: 442px;
	border-radius: 9px;
	background-position: calc(100% - 24px) center !important;
	background-size: 40% !important;
	display: flex;
	flex-direction: column;
}
.bookmaker_mobile_title {
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
	flex-grow: 1;
}
.bookmaker_mobile_text {
	width: 50%;
}
.bookmaker_mobile_buttons {
	margin: 22px 0 0;
	display: flex;
	gap: 36px;
}
.bookmaker_mobile_buttons a {
	display: inline-block;
	vertical-align: middle;
	border-radius: 9px;
	border: 1px solid #FFF;
	background-color: #000 !important;
	background-repeat: no-repeat;
	background-position: 28px center !important;
	background-size: 36px !important;
	width: 237px;
	/*height: 87px;*/
	color: #FFF;
	font-size: 16px;
	padding: 16px 16px 16px 92px;
}

.bookmaker_mobile_buttons a span{
	font-size: 24px;
	font-weight: 700;
}

.bookmaker_mobile_buttons a.app_ios {
	background-image: url(img/apple_w.svg);
}
.bookmaker_mobile_buttons a.app_android {
	background-image: url(img/android_w.svg);
}
.bookmaker_mobile_buttons a.app_huawei {
	background-image: url(img/huawei_w.svg);
}

.book-features {
	display: flex;
	justify-content: stretch;
	gap: 24px;
}
.book-features div {
	border-radius: 9px;
	background: #fff;
	flex-grow: 1;
	padding: 24px 24px 24px 36px;
	position: relative;
	flex-basis: 0;
}
.book-features div ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.book-features div ul li{
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 20px;
}
.book-features .fa-plus {
	color: #A8DA47;
	font-size: 24px;
	margin: 0 13px 0 0;
}
.book-features .fa-minus {
	color: #FF6A13;
	font-size: 24px;
	margin: 0 13px 0 0;
}

.book-bonuses {
	/*display: flex;*/
	gap:23px;
	position: relative;
}
.bonus_slide {
	width: 286px !important;
	height: auto !important;
	border-radius: 9px;
	background: #2C3A4A;
	color: #fff;
	padding: 24px 24px 36px;
	display: flex !important;
	flex-direction: column;
	box-sizing: border-box;
}
.bonus_slide:first-child {
	width: calc(100% - 309px) !important;
	min-width: 595px;
	background: #2C3A4A url("img/bonus_slide_bg.png") no-repeat;
	background-position: calc(100% - 16px) calc(100% - 28px);
	padding: 36px;
}
.single-prognoz .bonus_slide:first-child {
	padding: 24px;
	background-position: calc(100% - 16px) calc(100% + 22px);
}
.bonus_slide:only-child {
	width: 100% !important;
	margin: 0;
}
/*.book-bonuses .swiper:has( .bonus_slide:only-child ) {
	flex: auto;
}*/
.book-bonuses .swiper {
	flex: auto;
}
.bonus_slide_title {
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
	flex-grow: 1;
	margin: 0 0 44px 0;
}
.bonus_slide:first-child .bonus_slide_text {
	font-size: 16px;
	line-height: 20px;
	width: 63%;
}
.bonus_slide_text p {
	font-size: 16px;
	line-height: 20px;
}
.bonus_slide_text ol, .bonus_slide_text ul {
	margin: 0;
	padding: 0;
}
.bonus_slide_text li {
	margin: 0 0 7px;
}
.bookmaker_bonus_buttons {
	margin: 22px 0 0;
	display: flex;
	gap: 24px;
}
.single-prognoz .bookmaker_bonus_buttons {
	margin: 0;
}
.bookmaker_bonus_buttons a {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #FFF;
	color: #FFF;
	font-size: 16px;
	padding: 9px 15px;
	width: auto;
}
.button_blue {
	border: 1px solid #006BB5 !important;
	background: #006BB5 !important;
	color: #fff;
}
.button_blue:hover, .button_blue:active, .button_blue:focus {
	background: #0092F3 !important;
	border: 1px solid #0092F3 !important;
	color: #fff;
}
.bonus_slide_logo {
	width: 68px;
	height: 68px;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	border-radius: 9px;
	flex-basis: 68px;
	flex-grow: 0;
	flex-shrink: 0;
}
.bonus_slide_head {
	display: flex;
	gap: 24px;
	margin: 0 0 20px;
}
.single-prognoz .bonus_slide_head {
	display: flex;
	gap: 24px;
	margin: 0 0 36px;
}
.bonus_slide_logo img {
	width: 100% !important;
	height: auto !important;
	border-radius: 9px;
}
.bonus_slide_head_price {
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
}
.bonus_slide .bookmaker_bonus_buttons{
	gap: 20px;
}
.bonus_slide:first-child .bookmaker_bonus_buttons a {
	padding: 9px 39px;
}
.bonus_slide .bonus_slide_text {
	width: 100%;
	font-size: 18px;
	flex-grow: 1;
	display: flex;
	align-items: center;
}
a.title_link {
	padding: 15px 40px;
	border-radius: 9px;
	border: 1px solid #727271;
	color: #727271;
	font-family: Roboto;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	width: auto;
}
.book-bonuses-block h2.book-page-title, .book-reviews-block h2.book-page-title {
	display: flex;
	justify-content: space-between;
	padding-right: 0;
}


.sidebar-white {
	margin-bottom: 18px;
	background: #fff;
	border-radius: 9px;
	padding: 36px;
}
.sidebar-transparent {
	margin-bottom: 18px;
	background: transparent;
	padding: 0;
}
.sidebar-medium {
	width: 24%;
}
.sidebar-clean aside {
	margin-bottom: 18px;
	background: #fff;
	border-radius: 9px;
	padding: 36px;
}
.sidebar-clean aside.widget_tag_cloud {
	margin-bottom: 0;
	background: transparent;
	border-radius: unset;
	padding: 0;
}

.page_head_buttons, .page_buttons {
	display: flex;
	column-gap: 8px;
	row-gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}
.page_buttons {
	margin: 24px 0 0;
}
.bonuses_head_buttons {
	column-gap: 24px;
	row-gap: 8px;
	justify-content: space-between;
}
.page-template-archive-prognoz .page_head_buttons, .archive.tax-sport .page_head_buttons,
.page-template-archive-prognoz .page_buttons, .archive.tax-sport .page_buttons{
	border-top: 1px solid #ABABAB;
	padding-top: 24px;
}
.page_head_buttons a.button, .page_buttons a.button{
	display: inline-block;
	padding: 11px 14px;
	width: auto;
	color: #333;
	line-height: 20px;
}
.page_head_buttons a.button span, .page_buttons a.button span{
	margin-left: 6px;
	color: #ababab;
}

a.button_transparent {
	background: transparent;
	border:1px solid #ABABAB;
	color: #727271;
}
a.button_transparent:hover {
	background: #82C4AA;
	border:1px solid #82C4AA;
	color: #fff;
}
a.button_transparent:hover span{
	color: #D4E8E1;
}

a.button_grey {
	background: #F0F1F2;
	border:none;
	color: #727271;
}
a.button_grey:hover, a.button_grey.active {
	background: #ABABAB;
	border:none;
	color: #fff;
}
a.button_grey.active:hover {
	color: #727271;
}
.page_head_buttons a svg, .page_head_buttons a img,
.page_buttons a svg, .page_buttons a img{
	width: 24px;
	vertical-align: middle;
	display: inline-block;
	margin: -2px 4px 0 0;
}

/*.home .bonuses_section_content.bsc_mobile{
	display: none;
}*/
.bsc_mobile{
	display: none;
}
.bonuses_section_content > div {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: start;
}
.bonuses_section_content .bonus-card {
	flex: 0 0 calc(33% - 14px);
	/*flex: 0 0 31%;*/
	border-radius: 9px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background-color: #333;
}
.home .bonuses_section_content > div {
	justify-content: start;
}
.home .bonuses_section_content .bonus-card {
	flex: 0 0 calc(25% - 18px);
}
.bonus-card:hover {
	box-shadow: 0 2px 8px #0000001f;
	opacity: .9;
}

.bonus-card-head {
	position: relative;
}
.bonus-card-head > a{
	display: flex;
	position: relative;
	width: 100%;
	height: 215px;
}
.bonus-card-head > a img{
	width: 100%;
	object-fit: cover;
}
.bonus-card:hover .bonus-card-head > a img {
	-webkit-filter: brightness(107%);
	filter: brightness(107%);
}
.bonus-end-date {
	position: absolute;
	left: 24px;
	bottom: 11px;
}
.bonus-end-date a{
	display: block;
	width: 100%;
	height: 100%;
	color: #ABABAB;
	font-size: 16px;
	border-radius: 9px;
	background:  #FFF url("img/clock.svg") no-repeat 12px center;
	padding: 4px 12px 4px 35px;
}
.bonus-end-date a:hover{
	color: #fff;
	background: #FFC444 url("img/clock_w.svg") no-repeat 12px center;
}
.bonus-card-content, .bonus-card-content a {
	color:#fff;
}
.bonus-card-content {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex: 1;
}
.bonus-card:hover .bonus-card-content {
	opacity: .9;
}
.bonus-card-content-head {
	border-bottom: 2px solid #fff;
}
.bonus-card-content-head a {
	display: flex;
	justify-content: space-between;
}
.bonus_sum {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.8px;
}
.bonus-card-content-center {
	padding: 15px 0;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.bonus_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0.8px;
	flex-grow: 1;
	margin: 0 0 17px;
}
.bonus_more {
	position: relative;
}
.bonus_more a{
	display: block;
	width: 100%;
	height: 100%;
}
.bonus_more:hover a{
	text-decoration: underline;
}
.bonus_more:after {
	content: "\f431";
	position: absolute;
	right: 0;
	top: 0;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	transform: rotate(270deg);
	cursor: pointer;
}
.bonus-card-content-footer a {
	color: #333;
	font-weight: 500;
	border-radius: 99px;
	background: #FFF;
	display: block;
	text-align: center;
	margin: 5px 0 0;
	padding: 11px 0;
}


.book-payments {
	border-radius: 9px;
	background: #FFF;
	padding: 24px;
	color: #727271;
	font-size: 16px;
}
.book-payments-header {
	display: flex;
	border-bottom: 1px solid #D9D9D9;
	gap: 50px;
	padding: 0 12px;
	margin: 0 0 20px;
}
.book-payments-header a{
	padding: 12px 0 23px;
	margin-bottom: -2px;
	font-weight: 500;
	color:  #ABABAB;
	transition: all .2s;
	border-bottom: 3px solid transparent;
}
.book-payments-header a:hover{
	color: #14805E;
}
.book-payments-header a.active{
	color:  #727271;
	border-bottom: 3px solid #ABABAB;
}
.book-payments-table-row {
	padding: 9px 0;
	border-bottom: 1px solid #D9D9D9;
}
.book-payments-table-row:last-child {
	border-bottom: none;
}
.book-payments-table-row-grid {
	display: grid;
	grid-template-columns: repeat(5,1fr);
	-webkit-column-gap: 1.5rem;
	-moz-column-gap: 1.5rem;
	column-gap: 1.5rem;
}
.book-payments-table-item, .book-payments-table-header-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	word-break: break-word;
}
.tab-panel {
	display: none;
}
.tab-panel.active {
	display: block;
}

.book-info ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	color: #727271;
}
.book-info .contact_title {
	color: #333;
	font-weight: 700;
}
.book-info .contact_value {
	color: #727271;
	font-weight: 400;
}
.book-info .accordion:last-child .accordion-body, .book-faq .accordion:last-child .accordion-body {
	padding-bottom: 24px;
}
.book-info .email_contact a {
	font-weight: 700;
	margin-left: auto;
}
.book-info .email_contact {
	display: flex;
}
.accordion.bookmaker_email .accordion-header{
	background: url("img/edit.png") no-repeat left center;
}
.accordion.bookmaker_law .accordion-header{
	background: url("img/pen-tool.png") no-repeat left center;
}
.accordion.bookmaker_lic .accordion-header{
	background: url("img/award.png") no-repeat left center;
}
.book-info .accordion-header, .book-faq .accordion-header, .book-faq .accordion-body{
	padding-left: 44px;
}

.book-faq .accordion-header{
	background: url("img/question.png") no-repeat left center;
}
.book-faq .accordion-body{
	background: url("img/info.png") no-repeat left top;
}

.book-articles-header {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #D9D9D9;
	padding: 0 0 24px;
}
.book-articles-footer {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	border-top: 1px solid #D9D9D9;
	padding: 24px 0 0;
}
.book-articles-footer a {
	color: #333;
}
.book-articles-footer a:hover {
	color: #14805E;
}
.book-articles-body ul {
	list-style: none;
}
.book-articles-body a {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}
.book-articles-body a:hover {
	text-decoration: none;
}

.book-bks {
	position: relative;
}

.book-bks .swiper-slide {
	/*width: calc(33% - 13px) !important;*/
	height: 346px !important;
	background: #fff;
	border-radius: 9px;
	overflow: hidden;
	padding: 36px 23px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.top_bk_block .book-bks .swiper-slide {
	height: 170px !important;
	padding: 12px;
}
.book-bks .bk_slide_logo {
	height: 120px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 36px;
}
.book-bks .swiper_top_bks .bk_slide_logo {
	border-bottom: none;
	padding: 0 0 14px;
}
.bk_slide_bonus {
	padding: 25px 0;
	text-align: center;
	display: flex;
	flex-grow: 1;
	align-items: center;
}
.bk_slide_bonus_content {
	padding: 0 0 0 48px;
	background: url(img/gift_r.svg) no-repeat 0 center;
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}
.bk_slide_bonus_text {
	font-size: 16px;
	font-weight: 500;
}
.bk_slide_bonus_sum {
	font-size: 24px;
	font-weight: 700;
	margin-top: 5px;
}
a.bk_slide_button {
	width: 100%;
	text-align: center;
	display: inline-block;
	color: #727271;
	font-size: 16px;
}
a.bk_slide_button.button_blue {
	color: #fff;
}

.footer_before {
	width: 100%;
	padding: 36px 36px 0;
}
.footer_table_wrapper{
	margin: 0 auto;
	max-width: 1368px;
}
.footer_table {
	/*column-count: 2;
	column-gap: 20px;*/
}
.footer_table .rating_table_bookmaker_wrapper, .inpage .rating_table_bookmaker_wrapper {
	padding: 0;
}
.footer_table .rating_table_bookmaker_wrapper > div {
	padding-left: 15px;
	width: calc(75%/3);
}
.footer_table_title {
	color: #333;
	font-size: 32px;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 20px;
}
.footer_table .rating_table_bookmaker {
	margin: 0;
	padding: 18px 0;
	border-bottom: 1px solid #ABABAB;
}
.footer_table .rating_table_bookmaker:last-child {
	border:none;
}
.footer_table_column {
	width: 49%;
	display: inline-block;
	vertical-align: top;
	padding-left: 16px;
}
.footer_table_column:first-child {
	border-right: 1px solid #ABABAB;
	padding-right: 20px;
	padding-left: 0;
}

.comments-title, .comment-reply-title {
	border: none;
	padding: 0;
}
.comment-respond {
	padding: 24px 36px;
	background: #fff;
	border-radius: 9px;
	margin: 0 0 24px;
}

.comment-form-visible{
	display: block !important;
}
.comments-area > .comment-respond, .comment-form-hidden{
	display: none;
}

.comment-form {
	padding: 0;
}
#bookComments .book-page-title {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
a.button_add_comment {
	display: inline-block !important;
	vertical-align: middle;
	width: 286px;
	font-size: 16px;
	padding: 8px;
}
.book-comments {
	/*margin: 24px 0 0;*/
}
.section_title_wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 24px;
}
.comment-list {
}
.comment-list-wrapper {
	padding: 24px 36px;
	background: #fff;
	border-radius: 9px;
}
.comment-list li{
	margin: 0;
}
.comment-list li article{
	margin: 0 0 24px;
}
.comment-list li article{
	margin: 0 0 24px;
}
.comment-metadata .reply {
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 15px;
}
.load_more {
	font-weight: 700;
	padding: 24px 0 12px;
	display: inline-block;
	width: 100%;
	text-align: center;
	border-top: 1px solid #D9D9D9;
	position: relative;
}
.load_more:focus, .load_more:active {
	color: #14805E;
}
.load_more:after {
	content: "\f431";
	font-size: 24px;
	padding: 0 0 0 16px;
}



.swiper.slider {
	position: relative;
}
.swiper_controls {
	text-align: center;
	position: absolute;
	bottom: 36px;
	z-index: 1;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
}
.swiperslider_pagination{
	display: inline-block;
	vertical-align: middle;
	width: auto !important;
	margin: 0 18px;
}

.swiper.slider .swiper-wrapper {
	display: flex;
}
.swiper.slider .swiper-slide{
	border-radius: 9px;
	background: #2C3A4A;
	height: auto;
}
.swiper-slide-inner {
	padding: 36px 36px 96px;
	box-sizing: border-box;
	color: #FFF;
	display: flex;
	justify-content: space-between;
	height: 100%;
}
.swiper-slide-inner:hover {
	color: #FFF;
}
.home_slider {
	margin-top: 24px;
}
.homeslider_slide_content.half {
	width: 54%;
}
.homeslider_slide_img {
	width: 44%;
	max-width: 320px;
	text-align: right;
}
.homeslider_slide_img img{
	object-fit: contain;
}
.homeslider_slide_desc {
	margin-top: -10px;
}
.slider_arrow {
	display: inline-block;
	vertical-align: middle;
}
#swiperslider-prev:after {
	content: 'prev';
}
#swiperslider-next:after {
	content: 'next';
}
.slider_arrow:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none!important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	color: #fff;
	font-size: 14px !important;
	font-weight: bold;
	cursor: pointer;
}
.swiper-pagination-bullet {
	background:#82C4AA !important;
	opacity: 1 !important;
	width: 10px !important;
	height: 10px !important;
	margin: 0 18px !important;
}
.swiper-pagination-bullet-active {
	background: #fff !important;
}

.stats-activity {
	background: #fff url("img/laptop.png") no-repeat 90%;
	border-radius: 9px;
	/*padding: 10px 36px;*/
}
.stats-activity a{
	padding: 10px 36px;
	display: flex;
}
.stats-activity .stat-activity {
	width: 34%;
	display: flex;
	justify-content: center;
}
.stats-activity .stat-activity:first-child {
	border-right: 1px solid #ABABAB;
	width: 29%;
	justify-content: start;
}
.stats-activity .stat-activity p{
	color: #333;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	line-height: initial;
}
.stats-activity .stat-activity span{
	display: block;
	color: #14805E;
	font-size: 35px;
	font-weight: 700;
	/*line-height: 43px;*/
	display: flex;
	align-items: center;
}
.stats-activity .stat-activity span img{
	margin: -3px 12px 0 0;
}

aside.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
aside.sidebar ul li {
	position: relative;
	padding: 10px 17px 10px 0;
	transition: opacity .2s;
	line-height: 22px;
	margin: 0;
}
aside.sidebar ul li:first-child {
	padding: 0 0 10px;
}
aside.sidebar ul li:last-child {
	padding: 10px 17px 10px 0;
}
aside.sidebar .ratings-block {
	border-radius: 9px;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
}
aside.sidebar .ratings-block a{
	color: #fff;
}
aside.sidebar .ratings-block ul li:hover{
	opacity: 0.7;
}
aside.sidebar .ratings-block ul li a {
	width: 100%;
	display: inline-block;
}
aside.sidebar .ratings-block ul li a:after{
	content: '';
	background: url(img/header_arr.png) no-repeat center;
	display: inline-block;
	vertical-align: text-top;
	width: 12px;
	height: 18px;
	position: absolute;
	right: 0;
	top: calc(50% - 9px);
}
aside.sidebar .ratings-block ul li a svg, aside.sidebar .ratings-block ul li a img{
	height: 29px;
	width: 24px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
}
aside.sidebar .ratings-block ul li a span{
	padding-left: 40px;
	display: inline-block;
	vertical-align: middle;
}
aside.sidebar .ratings-block > div{
	padding: 28px 24px 36px;
	background: #2C3A4A;
}
.sidebar-lightblue {
	background: #006BB5 !important;
}
.sidebar-blue {
	background: #024492 !important;
}
.sidebar-lightgreen {
	background: #82C4AA !important;
}
.sidebar-white {
	background: #fff !important;
	color: #333;
}
.sidebar-white a{
	/*color: #333 !important;*/
}
aside.sidebar h3 {
	margin-bottom: 24px;
}
.sidebar-inner {
	position: sticky;
	top: 145px;
}
.sidebar.additional {

}
.news_section_content {
	margin-bottom: 24px;
}
.news_section_content article{
	margin-bottom: 24px;
	background: #fff;
	border-radius: 9px;
	overflow: hidden;
	height: 150px;
}
.news_section_content article:last-child{
	margin-bottom: 0;
}
.news_section_content article a{
	display: flex;
	height: 100%;
}
.news_section_content article .entry-thumb{
	width: 207px;
	height: 100%;
}
.news_section_content article .entry-thumb .post-thumbnail{
	padding: 0;
	margin: 0;
	height: 100%;
	display: flex;
}
.news_section_content article .entry-thumb .post-thumbnail img{
	object-fit: cover;
	width: 100%;
}
.news_section_content article .entry-content{
	width: calc(100% - 207px);
	padding: 24px;
}
.news_section_content article .no-thumb .entry-content{
	width: 100%;
}
.news_section_content article .entry-content{
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}
.content-area .news_section_content article p {
	font-size: 16px;
	line-height: 24px;
}
.news_section_content article .entry-title{
	color: #333;
	font-size: 16px;
	margin-bottom: 8px;
	line-height: 24px;
}
/*.news_section_content article:first-child .entry-thumb{
	width: 49%;
	max-width: 440px;
}
.news_section_content article:first-child .entry-title{
	font-size: 32px;
	line-height: 32px;
	margin-bottom: 36px;
}
.news_section_content article:first-child  .entry-content{
	width: 51%;
}*/
.home_section_content, .page_section_content {
	margin-bottom: 14px;
	background: #fff;
	border-radius: 9px;
	overflow: hidden;
	padding: 36px;
}
.page_section_content {
	margin-top: 24px;
}
.home_section_content h2, .page_section_content h2{
	font-size: 32px;
}
.page_section_content h2{
	padding: 0;
	margin-top: 0;
}
.content-area .home_section_content p, .content-area .page_section_content p {
	font-size: 18px;
	line-height: 24px;
}
.sidebar .image {
	border-radius: 9px;
}

.prognoz_section_content > div {
	justify-content: start;
}
.prognoz_section_content > div {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: space-between;
}
.prognoz_section_content .prognoz-card {
	width: 100%;
	border-radius: 9px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #fff;
}
.prognoz_section_content .prognoz-card {
	flex: 0 0 calc(25% - 18px);
}
.single-prognoz .prognoz_section_content .prognoz-card {
	flex: 0 0 calc(100%/3 - 16px);
}
.prognoz-card-head {
	position: relative;
}
.prognoz-card-head {
	display: flex;
	position: relative;
	width: 100%;
	height: 230px;
	/*background: #ccc;*/
	background: #fff;
	border-bottom: 1px solid #ABABAB;
}
.prognoz-card-head img {
	width: 100%;
	object-fit: cover !important;
}
.prognoz_thumb {
	width: 100%;
	padding: 24px;
	display: flex;
	margin-top: 45px;
	gap:12px;
}
.prognoz_thumb .team_logo{
	width: 50%;
	/*flex: 1 1 0px;*/
	display: flex;
	align-items: center;
}
.prognoz_thumb .team_logo img{
	max-width: 100%;
	height: auto;
	/*object-fit: none !important;*/
}
.prognoz_thumb .team_logo.int img{
	box-shadow: 0 0 10px #ababab;
	border-radius: 9px;
	margin-top: -12px;
}
.prognoz-end-date {
	position: absolute;
	right: 8px;
	top: 8px;
}
.prognoz-end-date {
	display: block;
	color: #333;
	font-size: 16px;
	border-radius: 9px;
	background: rgba(212, 232, 225, 0.80) url(img/clock_w.svg) no-repeat 12px center;
	padding: 4px 12px 4px 42px;
}
.prognoz-card-content {
	padding: 7px 24px 14px;
	display: flex;
	flex-direction: column;
	flex: 1;
	color: #333;
}
.single-prognoz .prognoz-card-content {
	padding: 16px 24px 14px;
}
.prognoz-card > a{
	height: 100%;
	display: flex;
	flex-direction: column;
}
.prognoz-card-content-head {
	/*display: flex;
	justify-content: space-between;*/
	color: #ABABAB;
}
.prognoz-card-content-center {
	padding: 8px 0 14px;
	flex-grow: 1;
	/*flex-grow: 1;
	display: flex;
	flex-direction: column;*/
}
.single-prognoz .prognoz-card-content-center {
	margin: 16px 0 0;
	display: flex;
	align-items: flex-start;
	gap: 24px;
	padding: 8px 0 0;
	justify-content: space-between;
}
.prognoz_title {
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 10px;
}
.single-prognoz .prognoz_title {
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
}
.prognoz_title:hover {
	color: #14805E;
}

.prognoz-item .prognoz_title a{
	line-height: 20px;
	margin: 0 0 12px;
	color: #333;
	font-size: 24px;
	font-weight: 500;
}
.prognoz-item .prognoz_title a:hover {
	color: #14805E;
}
.prognoz-item h2 {
	font-size: 20px;
}

.prognoz_text {
	line-height: 20px;
}
.single-prognoz .prognoz_coef {
	color: #727271;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	text-align: right;
	/*margin: -4px 0 0;*/
}
.single-prognoz .prognoz_coef span{
	color: #006BB5;
	font-size: 18px;
	font-weight: 700;
}
.prognoz_coef {
	font-size: 18px;
	font-weight: 500;
}
.prognoz_coef img {
	display: inline-block;
	border-radius: 4px;
	margin-right: 6px;
	width: 28px;
	height: 28px;
}
.prognoz_more {
	color: #14805E;
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
	align-items: center;
}
.prognoz_more:hover {
	text-decoration: none;
}
.prognoz-card-content-footer {
	/*color: #333;
	font-weight: 500;
	border-radius: 99px;
	background: #FFF;
	display: block;
	text-align: center;
	margin: 5px 0 0;
	padding: 11px 0;*/
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}
.prognoz_section_content.prognoz_mobile {
	display: none;
}

.prognoz_section_content .prognoz-item {
	width: 100%;
	border-radius: 9px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	background: #fff;
}
.prognoz-item .prognoz-card-content {
	padding: 36px;
	display: flex;
	flex-direction: column;
	flex: 1;
	color: #333;
}
.prognoz-item .prognoz-card-content-head{
	/*display: flex;
	justify-content: space-between;*/
}
.prognoz_undertitle {
	display: block;
	color: #ABABAB;
	font-size: 16px;
	font-weight: 400;
	margin: 10px 0 0;
}
.prognoz-item .prognoz_img {
	width: 288px;
	max-width: 100%;
	height: 175px;
	display: flex;
	float: left;
	margin: 0 24px 0 0;
}
.prognoz-item .prognoz_img a{
	width: 100%;
	height: 100%;
	display: flex;
}
.prognoz-item .prognoz_img img{
	object-fit: cover;
	width: 100%;
}
.prognoz-item .prognoz-card-content-center{
	/*display: flex;
	gap: 24px;*/
	margin-top: 17px;
}
.prognoz-item .prognoz-card-content-footer{
	border-radius: 9px;
	background: #F0F1F2;
	padding: 19px 24px 24px;
	margin-top: 14px;
	align-items: center;
}
.prognoz-item .prognoz-card-content-footer > *{
	/*width: 33%;*/
	width: 172px;
}
.prognoz-item .prognoz_meta {
	display: flex;
	flex-direction: row;
	gap: 12px;
}
.prognoz-item .prognoz_type svg, .prognoz-item .prognoz_type img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -4px;
}
.prognoz-item .prognoz_text, .prognoz-item .prognoz_text p{
	font-size: 18px;
	line-height: 24px;
}
.prognoz-item .prognoz_result {
	color: #ABABAB;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	width: 40%;
}
.prognoz-item .prognoz_result span{
	display: block;
	color: #333;
	line-height: 20px;
	text-transform: none;
}
.prognoz-item .prognoz_coef {
	/*width: 40%;*/
	width: calc(60% - 172px);
	text-align: center;
	color: #ABABAB;
	font-size: 14px;
	font-weight: 400;
}
.prognoz-item .prognoz_coef span{
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: 500;
	line-height: 20px;
	margin: 0 0 0 -17px;
}
.prognoz-item .prognoz_button {
	text-align: right;
}
.prognoz-item .prognoz_button a{
	margin: 0 auto;
	width: auto;
	display: inline-block;
	padding: 8px 26px;
}

.posts_pagination {
	border-radius: 9px;
	background: #FFF;
	width: 100%;
	text-align: center;
	padding: 20px 0;
}
.posts_pagination .page-numbers{
	font-size: 20px;
	font-weight: 500;
	margin: 0 5px;
}
.posts_pagination .prev:after, .posts_pagination .next:after{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: never;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
}
.posts_pagination .prev{
	float: left;
	position: relative;
}
.posts_pagination .next{
	float: right;
	position: relative;
}
.posts_pagination .prev:after{
	content: "\f431";
	position: absolute;
	top: 8px;
	left: 26px;
	font-size: 20px;
	transform: rotate(90deg);
}
.posts_pagination .next:after{
	content: "\f431";
	position: absolute;
	top: 8px;
	right: 26px;
	font-size: 20px;
	transform: rotate(-90deg);
}
.prognoz_head_buttons_wrapper {
	padding: 0 36px;
}
.prognoz_head_buttons {
	border-bottom: 1px solid #ABABAB;
	padding-bottom: 12px;
}
.prognoz_head_buttons a, .prognoz_head_buttons span{
	color: #727271;
	font-size: 16px;
	font-weight: 500;
	margin-right: 24px;
}
.prognoz_head_buttons a.active, .prognoz_head_buttons a:hover{
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.prognoz_head_buttons a span{
	color: #ABABAB;
	font-weight: 400;
}
.page_section_content blockquote{
	border-radius: 9px;
	background: #82C4AA url(img/alert.png) calc(23%/2 - 18px) center no-repeat;
	border: none;
	color: #FFF;
	font-style: normal;
	padding: 20px 24px 20px 22%;
}
blockquote.with_sign{
	border-radius: 9px;
	background: #82C4AA url(img/alert.png) calc(23%/2 - 18px) center no-repeat;
	border: none;
	color: #FFF;
	font-style: normal;
	padding: 20px 24px 20px 22%;
}
blockquote.no_sign{
	border-radius: 9px;
	background: #82C4AA;
	border: none;
	color: #FFF;
	font-style: normal;
	padding: 20px 24px;
}
.sport_type {
	font-weight: 700;
	display: block;
	width: 100%;
	border-bottom: 1px solid #fff;
	padding: 12px 0;
}
.sport_type svg, .sport_type img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 10px 0 12px;
}
.bet_sport_type {
	font-weight: 700;
	display: block;
	width: 100%;
}
.bet_sport_type svg, .bet_sport_type img, aside#secondary .widget_nav_menu a svg, aside#secondary .widget_nav_menu a img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 4px 0 0;
	max-height: 24px;
	max-width: 24px;
}
.sport_leagues {
	padding: 8px 0 10px;
	border-bottom: 1px solid #fff;
}
.sport_leagues a{
	display: flex;
	align-items: center;
	margin: 12px 0;
}
.sport_leagues a img{
	width: 40px;
	height: 30px;
	/*object-fit: cover;*/
	object-fit: contain;
	margin-right: 16px;
}
.sport_leagues .liga_title {
	flex-grow: 1;
	padding-right: 10px;
	font-size: 16px;
}
.sport_leagues a.active .liga_title{
	font-weight: bold;
	font-size: 18px;
}

.bk_block {
	border-top:1px solid #ABABAB;
	padding: 32px 0 36px;
}
.bk_block:last-of-type {
	border-bottom:1px solid #ABABAB;
}
.bk_block_head {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 10px;
}
.bk_block_img img {
	border-radius: 4px;
	margin-right: 10px;
	width: 26px;
	height: 26px;
}
.bk_block_title {
	font-size: 18px;
	font-weight: 700;
}
.bk_block_head.has_bonus {
	cursor: pointer;
}
.bk_block_head.has_bonus:after {
	content: "\f431";
	font-family: "Genericons";
	font-size: 24px;
	color: #ABABAB;
	right: 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.bk_block_head.has_bonus.active:after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
}
.bk_block_buttons {
	display: flex;
	gap:14px;
	flex-direction: row;
}
.bk_block_buttons a {
	width: 50%;
}

aside.sidebar .ratings-block a.bk_block_button.button_transparent {
	color: #727271;
}
aside.sidebar .ratings-block a.bk_block_button.button_transparent:hover {
	color: #fff;
}
aside.sidebar a.bk_block_button.button_transparent {
	color: #727271;
}
aside.sidebar a.bk_block_button.button_transparent:hover {
	color: #fff;
}
aside.sidebar a.bk_block_button.button_green {
	color: #fff;
}
aside.sidebar a.bk_block_button.button_green:hover {
	color: #fff;
}
.bk_block_bonus {
	margin: 10px 0;
	display: none;
}
.bk_block_bonus_head {
	background: url("img/bonus.svg") no-repeat right top;
	padding-right: 32px;
	font-weight: 500;
	color: #333;
}
.bk_block_bonus_sum {
	float: right;
}
.bk_block_bonus_text {
	color: #14805E;
	font-size: 16px;
	line-height: 26px;
}
aside.sidebar a.all_bks_url {
	color: #14805E;
	font-size: 16px;
	font-weight: 500;
	display: inline-block;
	margin: 12px 0 0;
}
aside.sidebar a.all_bks_url span{
	text-transform: lowercase;
}

.post-content-meta {
	display: flex;
	align-items: center;
	gap:19px;
	margin: 24px 0 0;
}
.bonus-meta {
	border-top:1px solid #D9D9D9;
	padding-top: 24px;
	align-items: flex-start;
	justify-content: space-between;
}
.post-content-meta .vote {
	display: flex;
	align-items: center;
}
.post-content-meta .vote a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("img/thumbs-up.svg") no-repeat;
}
.post-content-meta .vote span {
	padding-left: 5px;
}
.post-content-meta .comments_link {
	display: flex;
	flex-grow: 1;
}
.post-content-meta .comments_link a{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url("img/message-circle.svg") no-repeat;
}
.post-content-meta .vote a:hover {
	background: url("img/thumbs-up_h.svg") no-repeat;
}
.post-content-meta .comments_link a:hover{
	background: url("img/message-circle_h.svg") no-repeat;
}
.post-content-meta .share_button a{
	display: inline-block;
	background: url("img/share.svg") no-repeat left center;
	color: #727271;
	font-size: 16px;
	font-weight: 400;
	line-height: 16px;
	padding-left: 40px;
}
.post-content-meta .share_button a:hover{
	background: url("img/share_h.svg") no-repeat left center;
	color: #14805E;
}
.share_block {
	display: flex;
	align-items: center;
	gap: 36px;
	justify-content: end;
	margin: 24px 0;
	position: relative;
}
.share_block a{
	width: 24px;
	height: 24px;
	display: flex;
	align-items: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
}
.share_block a.item_copy {
	background-image: url("img/link.svg") ;
}
.share_block a.item_tw {
	background-image: url("img/twitter.svg") ;
}
.share_block a.item_vk {
	background-image: url("img/vk.svg") ;
}
.share_block a.item_tg {
	background-image: url("img/tg.svg") ;
}
.share_block a.item_copy:hover {
	background-image: url("img/link_h.svg") ;
}
.share_block a.item_tw:hover {
	background-image: url("img/twitter_h.svg") ;
}
.share_block a.item_vk:hover {
	background-image: url("img/vk_h.svg") ;
}
.share_block a.item_tg:hover {
	background-image: url("img/tg_h.svg") ;
}
.share_button {
	position: relative;
}
.share_button .share_block {
	display: none;
	position: absolute;
	margin: 0;
	background: #fff;
	width: 160px;
	box-shadow: 0 0.5625rem 0.875rem #0000001a;
	border-radius: 9px;
	z-index: 1;
	padding: 12px;
	bottom: 32px;
	gap: unset;
	justify-content: space-between;
}
.share_button .share_block a {
	padding: 0;
}
.item_copy_tooltip {
	display: none;
	position: absolute;
	font-size: 13px;
	padding: 0px 10px;
	width: 160px;
	text-align: center;
	left: 0;
	top: -32px;
	background: #FEFEFE;
	border-radius: 6px;
	border: 1px solid #82C4AA;
	color: #727271;
	z-index: 1;
}

.event_main_info {
	border-radius: 9px;
	background: #2C3A4A;
	color: #fff;
	padding: 36px;
	display: flex;
	gap:24px;
	justify-content: space-evenly;
	align-items: end;
	margin: 0 0 28px;
	flex-wrap: wrap;
}
.page-template-archive-prognoz .event_main_info {
	margin: 0 0 12px;
}
.event_main_info .team_title {
	font-size: 36px;
	font-weight: 700;
	text-align: center;
	line-height: normal;
}
.event_main_info .event_info {
	text-align: center;
	width: 20%;
}
.event_main_info .event_date{
	font-size: 20px;
}
.event_main_info .event_time{
	font-size: 48px;
	font-weight: 700;
}
.event_main_info .event_time span{
	font-size: 20px;
	font-weight: 400;
	display: block;
	margin: -24px 0 20px;
}
.event_main_info .team {
	text-align: center;
	width: 33%;
}
.event_main_info .team .team_img {
	/*max-width: 180px;*/
	height: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 12px;
}
.event_main_info .team .team_img img{
	max-width: 180px;
	/*width: 100%;*/
	max-height: 100%;
	border-radius: 9px;
}
.event_main_info .event_league{
	line-height: normal;
}
.event_main_info .event_league img{
	margin: 0 0 10px;
	max-height: 44px;
}

.prognoz_banner, .bonus_banner {
	border-radius: 9px;
	overflow: hidden;
}
.prognoz_banner img, .bonus_banner img{
	width: 100%;
}
.prognoz_comments {
	margin-top: 36px;
}
.title-medium {
	font-size: 18px !important;
	line-height: 24px !important;
}
.title-medium span{
	text-transform: lowercase;
}
aside .prognoz-card-content {
	padding: 16px 0 8px !important;
}
aside.sidebar .ratings-block .prognoz-card-content a {
	color: #333;
}
aside.sidebar .ratings-block .prognoz-card-content a:hover {
	color: #14805E;
}
aside .prognoz-card {
	border-bottom: 1px solid #ABABAB;
}
aside .prognoz-card:first-child {
	border-top: 1px solid #ABABAB;
}
aside .prognoz-card .prognoz_date {
	color: #727271;
	font-size: 16px;
	line-height: 20px;
}
aside .prognoz-card .prognoz_title {
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
aside .prognoz-card .prognoz-card-content-center {
	margin: 12px 0 0;
	padding: 0;
}
aside .prognoz-card .prognoz_coef {
	color: #333;
}
.prognoz_poll_content {
	background: #fff;
	border-radius: 9px;
	padding: 36px;
}
.prognoz_poll_head{
	color: #ABABAB;
	font-size: 20px;
	font-weight: 500;
	line-height: 20px;
}
.prognoz_poll_title {
	font-size: 32px;
	font-weight: 700;
	line-height: 30px;
	margin: 14px 0;
}
.prognoz_poll_result {
	font-size: 20px;
	font-weight: 500;
	line-height: 24px;
}
.percentage {
	font-size: 36px;
	font-weight: 700;
	min-width: 90px;
}
.yes_action .percentage {
	color: #A8DA47;
}
.no_action .percentage {
	color: #FF6A13;
}
.prognoz_poll_actions {

}
.prognoz_poll_action {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin: 12px 0;
}
.prognoz_poll_voted {
	color: #ABABAB;
}
.prognoz_poll_action_button a {
	padding: 3px 0;
	border-radius: 9px;
	background: #FFF;
	color: #727271;
	width: 92px;
	display: inline-block;
	text-align: center;
}
.prognoz_poll_action_button a#yes_vote {
	border: 1px solid #A8DA47;
}
.prognoz_poll_action_button a#yes_vote:hover {
	background: #A8DA47;
	color: #fff;
}
.prognoz_poll_action_button a#no_vote {
	border: 1px solid #FF6A13;
}
.prognoz_poll_action_button a#no_vote:hover {
	background: #FF6A13;
	color: #fff;
}
.percentage_bar_wrapper {
	width: calc(100% - 182px);
	padding-top: 6px;
}
.percentage_bar_wrapper .percentage_bar{
	height: 4px;
	width: 100%;
	background: #F0F1F2;
	border-radius: 4px;
	position: relative;
}
.percentage_votes {
	color: #ABABAB;
	text-align: right;
	margin: 6px 0 0;
}
.yes_action .percentage_bar_initial {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #A8DA47;
	position: absolute;
}
.no_action .percentage_bar_initial {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #FF6A13;
	position: absolute;
}
.yes_action .percentage_bar_active {
	height: 4px;
	border-radius: 4px;
	background: #A8DA47;
	-webkit-transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}
.no_action .percentage_bar_active {
	height: 4px;
	border-radius: 4px;
	background: #FF6A13;
	-webkit-transition: width 1s ease-in-out;
	-moz-transition: width 1s ease-in-out;
	-o-transition: width 1s ease-in-out;
	transition: width 1s ease-in-out;
}

.page_head_buttons .facet-label {
	display: none;
}
.page_head_buttons .facetwp-facet {
	display: flex;
	column-gap: 24px;
	row-gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}
.page_head_buttons .facetwp-radio {
	background: none;
	max-width: 100%;
	text-align: center;
	font-weight: 500;
	border-radius: 9px;
	border: 1px solid #ABABAB;
	display: inline-block;
	padding: 11px 14px;
	width: auto;
	color: #333;
	line-height: 20px;
	-webkit-transition: color .2s,background-color .2s,border-color .2s;
	transition: color .2s,background-color .2s,border-color .2s;
}
/*.page_head_buttons .facetwp-radio .facetwp-counter span {
	margin-left: 6px;
	color: #ababab;
}*/
.facetwp-counter span {
	margin-left: 6px;
	color: #ababab;
}
.page_head_buttons .facetwp-radio:hover,
.page_head_buttons .facetwp-radio.checked {
	background-image: none;
	background: #82C4AA;
	border: 1px solid #82C4AA;
	color: #fff;
}
.page_head_buttons .facetwp-radio:hover .facetwp-counter span,
.page_head_buttons .facetwp-radio.checked .facetwp-counter span{
	color: #D4E8E1;
}
.page-template-archive-bonus .sidebar aside:not(.widget_tag_cloud) .widget-title, .page-template-archive-promo .sidebar aside:not(.widget_tag_cloud) .widget-title {
	font-size: 18px;
	margin: 0 !important;
	border-bottom: 1px solid #D9D9D9;
	padding: 0 0 16px;
}
.page-template-archive-bonus .sidebar .facet-label, .page-template-archive-promo .sidebar .facet-label {
	font-size: 20px;
	margin: 14px 0 0;
}
.page-template-archive-bonus .sidebar .facetwp-facet, .page-template-archive-promo .sidebar .facetwp-facet {
	margin-bottom: 0;
	border-bottom: 1px solid #D9D9D9;
	padding: 0 0 16px;
}
.page-template-archive-bonus .sidebar .facet-wrap:last-child .facetwp-facet, .page-template-archive-promo .sidebar .facet-wrap:last-child .facetwp-facet {
	margin-bottom: 0;
	border-bottom: none;
	padding: 0;
}
.page-template-archive-bonus .sidebar .facetwp-reset, .page-template-archive-promo .sidebar .facetwp-reset {
	font-size: 20px;
	font-weight: 700;
}
.page-template-archive-bonus .sidebar .facetwp-reset:focus, .page-template-archive-promo .sidebar .facetwp-reset:focus{
	color: #14805E;
}
.page-template-archive-bonus .sidebar .facetwp-reset.reset_intitle, .page-template-archive-promo .sidebar .facetwp-reset.reset_intitle {
	font-size: 16px;
	position: absolute;
	top: -48px;
	right: 0;
}
.page-template-archive-bonus .sidebar aside:first-child .textwidget, .page-template-archive-promo .sidebar aside:first-child .textwidget{
	position: relative;
}

.bonuses_sets {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	justify-content: start;
	margin: 36px 0 0;
}
.bonuses_sets > a{
	display: inline-block;
	flex: 0 0 calc(25% - 18px);
	border-radius: 18px;
	overflow: hidden;
	padding: 24px;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	min-height: 210px;
}
.bonuses_sets .deposit_set {
	background: #14805E url("img/set_deposit.png") no-repeat 70% bottom;
}
.bonuses_sets .freebet_set {
	background: #2C3A4A url("img/set_freebet.png") no-repeat center bottom;
}
.bonuses_sets .promo_set {
	background: #3C3B6B url("img/set_promo.png") no-repeat center bottom;
}
.bonuses_sets .nodeposit_set {
	background: #893976 url("img/set_nodeposit.png") no-repeat 75% bottom;
}
.filter_tip {
	color: #727271;
	font-weight: 500;
	padding-right: 30px;
	background: url("img/hand.svg") no-repeat right;
	/*font-size: 20px;
	line-height: 24px;*/
}

.bonuses_table_wrapper {
	margin-bottom: 24px;
}
.bonuses_table {

}
.bonuses_table_row {
	/*margin: 18px 0;*/
	display: inline-block;
	width: 100%;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
.bonuses_table_row.head {
	color: #727271;
	font-size: 18px;
	text-align: center;
}
.bonuses_table_row_wrapper {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bonus_table_bookmaker_logo {
	width: 25%;
	align-items: center;
	padding-right: 24px;
	display: flex;
	align-items: center;
}
.bonus_table_bookmaker_logo img{
	width: 100%;
}
.promo_table .bonus_table_bookmaker_logo {
	width: 20%;
	/*margin-right: 10px;*/
}
.promo_table .bonus_table_bookmaker_logo img{
	width: 36px;
	height: 36px;
	margin-right: 14px;
	border-radius: 4px;
}
.bonus_table_sum {
	width: 25%;
	border-top: 1px solid #ABABAB;
	padding: 24px;
	display: flex;
	align-items: center;
	color: #000;
}
.bonus_table_bk_title {
	color: #000;
}
.bonus_table_terms {
	width: calc(30% - 24px);
	border-top: 1px solid #ABABAB;
	margin-right: 24px;
	padding: 24px 0;
	display: block;
	align-items: center;
}
.promo_table .bonus_table_sum {
	width: 36%;
}
.promo_table .bonus_table_terms {
	width: calc(24% - 24px);
}
.promo_table .bonus_table_sum, .promo_table .bonus_table_terms {
	border: none;
}
.promo_table .bonuses_table_row {
	border-bottom: 1px solid #d9d9d9;
}
.promo_table .bonuses_table_row:last-child {
	border-bottom:none;
}
.bonus_table_terms .single_bonus_promocode {
	margin: 0;
	width: auto;
	display: inline-block;
}
.bonuses_table_row.head .bonus_table_sum, .bonuses_table_row.head .bonus_table_terms {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	color: #727271;
	display: block;
	text-align: center;
}
.bonuses_table_row.head .bonuses_table_row_wrapper {
	/*align-items: baseline;*/
	align-items: center;
	padding-bottom: 12px;
}
.bonus_table_button {
	width: 20% !important;
	display: flex;
	align-items: center;
	padding: 12px 0;
}
.bonus_table_button a{
	width: 100%;
	font-size: 16px;
	text-align: center;
	display: inline-block;
	padding: 12px 10px;
}

.facetwp_categories {
	font-size: 18px;
	/*line-height: 26px;*/
	display: flex;
	flex-direction: column;
}
.facetwp_category, .facetwp_category .facet-wrap {
	/*display: flex;
	flex-direction: row;*/
	display: inline;
}

.facetwp_categories .facet-label {
	display: none;
}
.facetwp_categories .facetwp-facet {
	/*display: flex;*/
	display: inline;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}
.facetwp_categories .facetwp-checkbox {
	background: none;
	display: inline-block;
	padding: 0 8px;
	margin: 0;
	color: #14805E;
	font-size: 18px;
	font-weight: 400;
	position: relative;
	line-height: 26px;
}
.facetwp_categories .facetwp-checkbox:after{
	content: "";
	background: black;
	position: absolute;
	top: 3px;
	right: 0;
	height: 18px;
	width: 1px;
	background: #14805E;
}
.facetwp_categories .facetwp-checkbox:last-child:after{
	content: none;
}
.facetwp_categories .facetwp-display-value {
	padding-right: 0;
}

.facetwp_categories .facetwp-checkbox:hover {
	color: #686868;
}
.facetwp_categories .facetwp-counter {
	display: none;
}
.facetwp_categories .facetwp-checkbox:hover,
.facetwp_categories .facetwp-checkbox.checked {
	background-image: none;
	background: none;
	border: none;
	color: #686868;
}

.wigdet_subscribe {
	padding: 24px !important;
	background: #333 url("img/gifts.png") no-repeat center 32% !important;
}
.wigdet_subscribe h3 {
	color: #FFF;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 220px !important;
}
.wigdet_subscribe p {
	color: #FFF;
	margin-bottom: 18px;
}
.wigdet_subscribe .mc4wp-form-fields {
	display: flex;
	flex-direction: column;
}
.wigdet_subscribe input[type="email"] {
	font-size: 16px;
	padding: 9px 12px;
	border-radius: 9px;
}
.wigdet_subscribe input[type="submit"] {
	font-size: 16px;
	width: 100%;
}
.wigdet_subscribe label {
	display: flex;
	flex-direction: row;
	align-items: baseline;
}

aside.wigdet_transparent {
	background: transparent;
	border: 1px solid #ABABAB;
	padding: 24px;
}
.wigdet_transparent h3{
	border-bottom: 1px solid #ABABAB;
	padding-bottom: 20px;
}
.wigdet_transparent a{
	font-size: 16px;
	font-weight: 500;
}
aside.wigdet_white, aside#secondary .widget_nav_menu {
	background: #fff;
	padding: 24px;
	border-radius: 9px;
}
.wigdet_white a, aside#secondary .widget_nav_menu a{
	font-size: 16px;
	font-weight: 500;
	color: #14805E;
}
.wigdet_white h3, aside#secondary .widget_nav_menu .widget-title{
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 20px;
	color: #14805E;
	font-size: 20px;
	line-height: 20px;
}
.wigdet_white h3 a{
	font-size: 20px;
}

aside#secondary .widget_nav_menu li.menu-item-has-children > a{
	padding-right: 20px;
	display: inline-block;
}
aside#secondary .widget_nav_menu li.menu-item-has-children > a .menu_arr {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 3px;
}
aside#secondary .widget_nav_menu li.menu-item-has-children > a .menu_arr:after {
	content: "\f431";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: 1;
	speak: never;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
	-webkit-transform:  rotate(-90deg);
	transform: rotate(-90deg);
}
aside#secondary .widget_nav_menu li.menu-item-has-children .sub-menu {
	padding-left: 33px;
	display: none;
}
aside#secondary .widget_nav_menu li.menu-item-has-children.menu_opened > a .menu_arr:after{
	-webkit-transform:  rotate(0deg);
	transform: rotate(0deg);
}
aside#secondary .widget_nav_menu li a:active,aside#secondary .widget_nav_menu li a:focus {
	color: #14805E;
}
aside#secondary .widget_nav_menu li a:hover {
	color: #686868;
}
aside.sidebar ul.sub-menu li, aside.sidebar ul.sub-menu li:first-child {
	padding: 10px 17px 10px 0;
}
aside.sidebar ul.sub-menu li:last-child {
	padding: 8px 17px 8px 0;
}
aside.sidebar ul#menu-stavki-na-sport {
	margin-top: -12px;
}
aside.sidebar ul#menu-stavki-na-sport li:first-child {
	padding: 8px 17px 8px 0;
}
aside#secondary .widget_nav_menu ul#menu-stavki-na-sport li.menu-item-has-children > a .menu_arr {
	top: 12px;
}
aside.sidebar ul#menu-stavki-na-sport li ul {
	margin: 4px 0 -10px;
}



.entry-subheader img{
	border-radius: 9px;
}
.subheader_top {
	color: #727271;
	font-size: 18px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #D9D9D9;
}
.subheader_bottom {
	margin-bottom: 24px;
}
.bonus-content-meta {
	color: #ABABAB;
	display: flex;
	align-items: center;
	gap: 12px;
}
.bonus-content-meta .entry-date{
	flex-grow: 1;
}
.bonus-content-meta .vote {
	display: flex;
	align-items: center;
}
.bonus-content-meta .vote a {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("img/thumbs-up.svg") no-repeat;
	background-size: contain;
}
.bonus-content-meta .vote span {
	padding-left: 5px;
}
.bonus-content-meta .comments_link {
	display: flex;
}
.bonus-content-meta .comments_link a{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url("img/message-circle.svg") no-repeat;
	background-size: contain;
}
.bonus-content-meta .vote a:hover {
	background: url("img/thumbs-up_h.svg") no-repeat;
	background-size: contain;
}
.bonus-content-meta .comments_link a:hover{
	background: url("img/message-circle_h.svg") no-repeat;
	background-size: contain;
}
.bonus-content-endtime {
	border-radius: 9px;
	background: #ABABAB;
	text-align: center;
	padding: 6px 0;
	margin: 12px 0 16px;
}
.bonus-content-endtime.active {
	background: #CEF4E5;
	color: #14805E;
}

.bonus_poll_actions {
	margin: 24px 0 0;
	display: flex;
	gap: 24px;
}
.bonus_poll_actions.voted a {
	/*pointer-events: none;*/
	cursor: not-allowed;
}
.bonus_poll_title {
	font-size: 32px;
	font-weight: 700;
	line-height: 30px;
}
.bonus_poll_action.green {
	display: flex;
	border-radius: 9px;
	border: 1px solid #A8DA47;
}
.bonus_poll_action.red {
	display: flex;
	border-radius: 9px;
	border: 1px solid #FF6A13;
}
.bonus_poll_action_button a{
	color: #727271;
	padding: 6px 34px 6px 72px;
	display: block;
	height: 100%;
}
.bonus_poll_action.green .bonus_poll_action_button a{
	background: url("img/thumbs-up-g.svg") no-repeat;
	background-position: 30px 7px;
	border-radius: 7px 0 0 7px;
}
.bonus_poll_action.red .bonus_poll_action_button a{
	background: url("img/thumbs-down.svg") no-repeat;
	background-position: 30px 7px;
	border-radius: 7px 0 0 7px;
}
.bonus_poll_action.green .bonus_poll_action_count {
	border-left: 1px solid #A8DA47;
	color: #727271;
	padding: 6px 17px;
}
.bonus_poll_action.red .bonus_poll_action_count {
	border-left: 1px solid #FF6A13;
	color: #727271;
	padding: 6px 17px;
}
.bonus_poll_action.green .bonus_poll_action_button a:hover, .bonus_poll_action.green .bonus_poll_action_button a.active {
	background: #A8DA47 url("img/thumbs-up.svg") no-repeat;
	background-position: 30px 7px;
	color: #727271;
}
.bonus_poll_action.red .bonus_poll_action_button a:hover, .bonus_poll_action.red .bonus_poll_action_button a.active {
	background: #FF6A13 url("img/thumbs-down_h.svg") no-repeat;
	background-position: 30px 7px;
	color: #727271;
}
.single-bonus .entry-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.single-bonus .entry-content ul li{
	background: url('img/arrow-right-circle.svg') no-repeat;
	/*background-position: left 2px;*/
	background-position: left;
	padding: 0 0 0 30px;
}
.page_section_content ul li, .content-area ul:not(.wp-tag-cloud) li{
	background: url('img/arrow-right-circle.svg') no-repeat;
	background-position: left;
	padding: 0 0 0 30px;
	list-style: none;
	font-size: 18px;
	line-height: 24px;
}
.page_section_content ol li, .content-area ol li {
	font-size: 18px;
	line-height: 24px;
}
.page-template-archive-bet .content_block ul li{
	/*margin: 0;
	line-height: 26px;*/
	background-position: left 1px;
}
.top_bk_block {
	border-radius: 9px;
	background: #2C3A4A;
	padding: 36px;
	margin-top: 0px !important;
	margin-bottom: 24px !important;
}
.top_bk_block_title {
	color: #FFF;
	font-size: 36px;
	font-weight: 700;
}
.stavka_posts_wrapper {
	display: flex;
	flex-wrap: wrap;
	--gap: 24px;
	--columns: 3;
	gap: var(--gap);
}
.stavka_posts_wrapper.stavka_posts_wrapper_all{
	--columns: 1;
}
.stavka_post {
	/*flex: 0 0 33.333333%;*/
	width: calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns)));
	background: #fff;
	padding: 24px 36px;
	border-radius: 9px;
}
.stavka_post_cat_title {
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #D9D9D9;
	padding-bottom: 12px;
}
.stavka_post_cat_list ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.stavka_post_cat_list a{
	color: #333;
	font-size: 16px;
}
.stavka_post_cat_title a{
	color: #333;
	font-size: 18px;
}
.stavka_post_cat_title a:hover, .stavka_post_cat_list a:hover {
	color: #14805E;
}
.banner_stavka_posts {
	width: calc(100% - calc((100% / var(--columns)) - var(--gap) + (var(--gap) / var(--columns))) - var(--gap));
}

/*.page-template-archive-shkola aside.sidebar .ratings-block ul li a:after,
.tax-stavka-category aside.sidebar .ratings-block ul li a:after,
.single-stavka-post aside.sidebar .ratings-block ul li a:after{
	content: none;
}
.page-template-archive-shkola .sidebar-lightblue .rating-list-title,
.tax-stavka-category .sidebar-lightblue .rating-list-title,
.single-stavka-post .sidebar-lightblue .rating-list-title{
	display: none;
}*/

.wigdet_banner {
	padding: 24px !important;
	background: #333 url("img/wigdet_banner.png") no-repeat center 42px !important;
	border-radius: 9px;
}
.wigdet_banner h3 {
	color: #FFF;
	font-size: 30px;
	line-height: 30px;
	margin-top: 270px !important;
	margin-bottom: 0 !important;
	text-align: center;
}
.wigdet_banner p {
	margin: 18px;
	color: #A8DA47;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 30px;
}
.wigdet_banner a.button {
	text-align: center;
	display: inline-block;
	font-size: 16px;
	width: 100%;
}

.base_search {
	border-top: 1px solid #D9D9D9;
	padding: 12px 0 0;
	margin: 24px 0 0;
	position: relative;
}
.base_search form {
	display: flex;
}
.base_search input[type="text"] {
	background: transparent;
	border: none;
}
.base_search input[type="text"]::-ms-input-placeholder {
	color: #ABABAB;
}
.base_search input[type="text"]::placeholder {
	color: #ABABAB;
}
.base_search input[type="submit"] {
	background: url(img/icon_search_h.svg) no-repeat center;
	width: 40px;
	border: none;
}
.base_search input[type="submit"]:hover {
	background: url(img/icon_search.svg) no-repeat center;
}
.live_search_results {
	position: absolute;
	width: 100%;
}
.live_search_results ul{
	border: 1px solid #D9D9D9;
	box-shadow: 0 0 10px #bbb;
	background: #fff;
	padding: 0 24px;
	margin: 0;
	list-style: none;
	border-radius: 9px;
}

.bets_buttons {
	margin: 24px 0 0;
	margin-bottom: 18px;
	background: #fff;
	border-radius: 9px;
	padding: 36px;
	display: none;
}
.bets_buttons_mob {
	display: none;
	padding: 17px;
	background: #fff;
	border-radius: 9px;
	margin: 24px 0 -24px !important;
}
.page-template-archive-bet .bets_buttons_mob {
	/*margin: 0 0 24px !important;*/
}
.bets_buttons_mob h3 {
	margin-bottom: 12px;
}
.bets_buttons_accordion {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.bets_accordion_head {
	width: 100%;
	color: #333;
	background: #F0F1F2;
	border-left: 3px solid #14805E;
	cursor: pointer;
	position: relative;
	margin: 0 0 5px;
}
.bets_accordion_head a{
	color: #333;
	display: block;
	height: 100%;
	padding: 10px;
}
.bets_accordion_head.has_childs a {
	width: calc(100% - 58px);
}
.bets_accordion_head.other_sports{
	padding: 10px;
}
.bets_accordion_head.has_childs .menu_arr {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 46px;
}
.bets_accordion_head:after {
	content: "\f431";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
	/*-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);*/
	margin: 1px 0 0;
	color: #ABABAB;
	line-height: 1;
	position: absolute;
	right: 18px;
	top: 10px;
}
.bets_accordion_head.active,.bets_accordion_head.active a{
	color: #14805E;
	font-weight: bold;
}
.bets_accordion_head.active:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bets_accordion_head svg, .bets_accordion_head img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 4px 0 0;
}
.bets_accordion_body {
	display: none;
}
.bets_accordion_body ul {
	margin: 0;
	padding: 0 0 0 24px;
	list-style-type: none;
}
.bets_accordion_body ul li {
	margin: 5px 0;
}
.bets_accordion_body ul li:before {
	content: "\2022";
	margin-right: 5px;
}
.bets_accordion_body ul li a{
	display: inline-block;
	width: calc(100% - 15px);
	background: none;
	text-align: left;
	font-size: 16px;
	color: #333;
	padding: 0;
}
.bets_accordion_body ul li a:hover{
	color: #333;
	background: none;
}
.bets_head {
	background: #fff;
	border-radius: 9px;
	padding: 17px;
	margin: 0 0 8px !important;
	display: none;
}
/*.bets_head h1 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 12px;
}*/
.bets_head .bets_buttons {
	border-radius: 0;
}


#scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	padding: 4px 10px;
	border: 2px solid #14805E;
	background-color: #fff;
	color: #333;
	cursor: pointer;
	box-shadow: 0 0 10px #333;
	z-index: 99;
}
#scroll-to-top.promo_fixed {
	bottom: 20px;
}
#scroll-to-top:hover {
	background-color: #14805E;
	color: #fff;
}
.single-bet .entry-content p:first-child img:first-of-type {
	width: 100%;
}
.single-stavka-post .entry-content p:first-child img:first-of-type {
	width: 100%;
}

.sticky_wrapper, .sticky_widget {
	position: sticky;
}

.posts_navigation {
	margin-bottom: 18px;
	background: #fff;
	border-radius: 9px;
	padding: 24px;
	display: flex;
}
.posts_navigation > div{
	flex-basis: 50%;
	padding: 12px 24px;
	position: relative;
}
.posts_navigation > div:first-child{
	border-right: 1px solid rgba(0,0,0,.1);
	padding-left: 12px;
}
.posts_navigation > div span {
	font-weight: bold;
	color: #333;
}
.posts_navigation a {
	display: block;
}
.posts_navigation .post_prev a {
	padding-left: 24px;
}
.posts_navigation .post_prev a:before {
	content: "\f431";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
	color: #ABABAB;
	line-height: 1;
	position: absolute;
	left: 0;
	top: calc(50% - 12px);
	transform: rotate(90deg);
}
.posts_navigation .post_next a {
	padding-right: 24px;
}
.posts_navigation .post_next a:after {
	content: "\f431";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-family: "Genericons";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-align: center;
	text-decoration: inherit;
	text-transform: none;
	vertical-align: top;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
	color: #ABABAB;
	line-height: 1;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
	transform: rotate(-90deg);
}
.stavka_posts_accordion {
	display: none;
}
.all_section_button {
	border-radius: 34px;
	background: #FFF;
	width: 100%;
	margin: 24px 0 0;
}
.all_section_button a{
	width: 100%;
	height: 100%;
	display: block;
	color: #333;
	position: relative;
	padding: 24px;
}
.all_section_button a:after{
	content: "\f431";
	color: #ABABAB;
	font-family: "Genericons";
	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;
	position: absolute;
	top: calc(50% - 11px);
	right: 24px;
	transform: rotate(-90deg);
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	display: block;
}
.all_section_button a:hover{
	color: #14805E;
}

.feedback_page_section {
	margin: 46px 0 0;
}
.bookmakers_buttons_list {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin: 30px 0;
}
.bookmakers_buttons_list a{
	flex-basis: calc(25% - 12px);
	height: 58px;
}
.bookmakers_buttons_list a img{
	width: 80%;
	margin: 0 auto;
}
.feedback-comments-form .bookmakers_buttons_list a img{
	width: 90%;
	margin: 0 auto;
}
.feedback-comments-form .comments-area > .comment-respond{
	display: block;
}
.feedback-comments-form .bookmakers_buttons_list {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin: 10px 0 0;
}
.feedback-comments-form .bookmakers_buttons_list a{
	flex-basis: calc(20% - 13px);
	height: 58px;
}
.feedback-comments-form .comment-respond {
	background: none;
	padding-left: 0;
	padding-right: 0;
}
.feedback-comments-form .feedback_form_field {
	background: #fff;
	padding: 23px 14px;
	border-radius: 9px;
	margin-bottom: 24px;
}
.feedback-comments-form .feedback_form_field p{
	padding: 0;
	margin: 0;
}
.feedback-comments-form .feedback_form_field input, .feedback-comments-form .feedback_form_field textarea{
	background: none;
	border: none;
}
.feedback-comments-form label {
	color: #333 !important;
	font-size: 16px !important;
	text-transform: none;
	letter-spacing: normal;
	margin: 0 30px 0 6px !important;
	display: inline !important;
}
.feedback-comments-form .form-submit {
	text-align: center;
}
.feedback-comments-form .form-submit .submit{
	width: 286px;
	max-width: 100%;
}
.feedback-comments-form .form-submit .submit.disabled{
	cursor: not-allowed;
}
.bookmakers_buttons_list .button.hidden-extra {
	display: none;
}
.show_more_bookmakers_wrap {
	border-top: 1px solid #ababab;
	padding: 13px 0 0;
	margin: 10px 5px 0;
}
.show_more_bookmakers {
	/*font-weight: 600;*/
	font-size: 16px;
	color: #333;
	display: flex;
	align-items: center;
	gap: 20px;
}
.show_more_bookmakers:after {
	font-size: 18px;
	content: "\f078";
	color: #ababab;
	font-family: FontAwesome;
	position: relative;
	transition: transform 0.3s ease;
}
.show_more_bookmakers.opened:after {
	transform: rotate(180deg);
}

.feedback-page .bk-header {
	max-width: 100%;
	margin: 0;
}

.reviews_list .book-page-title span {
	font-weight: 400;
}
.reviews_list {
	margin: 45px 0 0;
}
.reviews_section {
	margin: 25px 0 0;
}
.review_item {
	background: #fff;
	padding: 23px 20px;
	border-radius: 9px;
	margin-bottom: 24px;
}
.review-author .avatar {
	float: left;
	height: 56px;
	margin-right: 24px;
	position: relative;
	width: 56px;
}
.review_item_head {
	display: flex;
	align-items: center;
}
.review-author.vcard{
	display: flex;
	align-items: center;
	padding-right: 10px;
}
.review-date {
	color: #727271;
	border-left: 1px solid #D9D9D9;
	padding: 6px 10px;
}
.review-sentiment {
	margin: 0 20px 0 auto;
}
.review-sentiment-inner {
	padding: 6px 10px;
	background: #ABABAB;
	border-radius: 5px;
	width: 160px;
	text-align: center;
	max-width: 100%;
	color: #fff;
	display: inline-block;
}
.review-sentiment .positive {
	background: #A8DA47;
}
.review-sentiment .negative {
	background: #FF6A13;
}
.review-logo {
	text-align: center;
}
.review-logo a {
	width: 148px;
	max-width: 100%;
	text-align: center;
	display: inline-block;
}
.review_item_content {
	margin: 14px 0 0;
}
.review_votes {
	display: flex;
	gap: 30px;
}
.review_vote {
	display: flex;
}
.review_vote a {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 10px 0 0;
	color: #727271;
}
.review_vote span {
	color: #727271;
}
.review_vote a.review_vote_plus {
	background: url(img/thumbs-up-g.svg) no-repeat;
	background-size: contain;
}
.review_vote a.review_vote_minus {
	background: url(img/thumbs-down.svg) no-repeat;
	background-size: contain;
}
.review_vote a.review_vote_plus:hover {
	background: url(img/thumbs-up.svg) no-repeat;
	background-size: contain;
}
.review_vote a.review_vote_minus:hover {
	background: url(img/thumbs-down_h.svg) no-repeat;
	background-size: contain;
}

#load-more-reviews-button {
	margin: 0 auto;
	width: 280px;
	max-width: 100%;
	text-align: center;
	display: block;
	color: #14805E;
}
#load-more-reviews-button span{
	font-weight: normal;
	color: #333;
}
.feedback-filters {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	margin: 30px 0;
}
.feedback-filters a {
	flex-basis: calc(25% - 12px);
	height: 58px;
	border: 1px solid #727272;
	padding: 0 16px;
	text-align: left;
	font-size: 14px;
	color: #000;
	border-radius: 9px;
}
.feedback-filters a .count {
	font-size: 32px;
}
.feedback-filter-btn_inner {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	max-height: 100%;
}
.feedback-filter-btn_text {
	line-height: 18px;
}

a.filter-all:hover{
	border: 1px solid #000;
	color: #333;
	background: #e8e8e8;
}
.filter-all.active {
	background: #ababab !important;
	color: #000 !important;
}
.filter-all.active .count{
	color: #333;
}

a.filter-positive{
	border: 1px solid #A8DA47;
	background: rgba(168, 218, 71, 0.25);
}
a.filter-positive .count{
	color: #8ABC2A;
}
a.filter-positive:hover{
	border: 1px solid #14805E;
	color: #14805E;
}
.filter-positive.active {
	background: rgba(168, 218, 71, 1);
	color: #000 !important;
}
.filter-positive.active .count{
	color: #14805E;
}

a.filter-negative{
	border: 1px solid #FF6A13;
	background: rgba(255, 106, 19, 0.2);
}
a.filter-negative .count{
	color: #D95305;
}
a.filter-negative:hover{
	border: 1px solid #ad0000;
	color: #D95305;
}
.filter-negative.active {
	background: rgba(255, 106, 19, 1);
	color: #000 !important;
}
.filter-negative.active .count{
	color: #ad0000;
}

a.filter-neutral{
	border: 1px solid #727272;
	background: rgba(217, 217, 217, 0.8);
}
a.filter-neutral .count{
	color: #727272;
}
a.filter-neutral:hover{
	border: 1px solid #000;
	color: #727272;
}
.filter-neutral.active {
	background: #9c9c9c;
	color: #000 !important;
}
.filter-neutral.active .count{
	color: #000;
}
.page-template-template-feedback .book-faq, .feedback-page .book-faq {
	margin: 30px 0;
}
.page-template-template-feedback .tagcloud, .feedback-page .tagcloud {
	margin: 30px 0;
}
.page-template-template-feedback .book-faq .accordion-header, .feedback-page .book-faq .accordion-header {
	padding-top: 28px;
	padding-bottom: 28px;
}

.book-reviews {
	position: relative;
}
.review_slide {
	height: 400px !important;
	background: #fff;
	border-radius: 9px;
	overflow: hidden;
	padding: 23px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}
.review_slide_head {
	display: flex;
	margin: 0 0 14px;
}
.review_slide .review-author.vcard{
	width: auto;
	padding: 0;
}
.review_slide .review-author .avatar {
	height: auto;
	margin-right: 14px;
}
.review_slide .review-date {
	color: #727271;
	border-left: none;
	padding: 0;
	font-size: 14px;
}
.review_slide .review-meta {
	border-left: 1px solid #D9D9D9;
	padding: 0 0 0 10px;
}
.review_slide .review-sentiment {
	margin: 0;
	text-align: left;
}
.review_slide .review-sentiment-inner {
	padding: 6px 10px;
	font-size: 16px;
	width: auto;
}
.review_slide_text {
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 208px;
}
.review_slide_text p{
	font-size: 16px !important;
}

.review_slide .review_slide_footer {
	margin: 9px 0 0;
	background: #fff;
	position: absolute;
	bottom: 0;
	width: calc(100% - 48px);
	padding: 12px 0 14px 0;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	gap:20px;
}

.review_slide .review_votes {
	gap:10px;
}
.review_slide .review_slide_footer a{
	font-size: 15px;
	text-decoration: underline;
}
.review_slide .review_slide_footer a:hover{
	text-decoration: none;
}
.review_slide_center {
	display: flex;
	column-gap: 10px;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}
.review_slide_center .review-logo {
	text-align: center;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	overflow: hidden;
	max-width: 50%;
	max-width: fit-content;
}
.swiper-button-next, .swiper-button-prev {
	justify-content: center !important;
}
.bonus_3_slide {
	/*height: 500px !important;*/
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}


.book-reviews-footer {
	margin: 20px 0 0;
	display: flex;
	justify-content: space-between;
	padding-right: 0;
	align-items: center;
}
.book-reviews-footer-text {
	font-size: 23px;
	font-weight: 700;
	line-height: 1.3125;
}
.book-reviews-footer-text span {
	display:block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #686868;
}
a.button_add_review {
	width: 190px;
	max-width: 100%;
	text-align: center;
	display: block;
	flex-shrink: 0;
	font-size: 16px;
}
#add_review {
	display: none;
	background: none;
	border: 1px solid #D9D9D9;
	margin: 20px 0;
}
#add_review .logged-in-as {
	margin-top: -24px;
	font-size: 16px;
}

.review_modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	display: none; /* будет переключаться на flex при открытии */
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.review_modal-content {
	background: #fff;
	border-radius: 8px;
	width: 800px;
	max-width: 90%;
	height: auto !important;
	max-height: 80vh;
	overflow: auto;
	box-shadow: 0 4px 16px rgba(0,0,0,0.3);
	position: relative;
}
.review_modal-content .swiper-slide {
	width: 100% !important;
	max-width: 100%;
	margin: 0 !important;
	/*height: 100% !important;*/
	height: auto !important;
	max-height: 80vh;
	margin: 0 !important;
	display: flex;
	flex-direction: column;
}
/*.review_modal-content .review_slide_footer{
	position: relative;
	margin: 0;
	padding: 0;
}*/
.review_modal-content .review_slide_text {
	overflow: auto;
	/*height: 100%;
	margin-bottom: 30px;*/
	/*flex: 0 0 50%;*/
	/*max-height: 50%;
	min-height: 0;
	height: auto;*/
	height: auto;
	margin-bottom: 30px;
	display: inline-block;
}
.review_modal-content .review_show_all {
	display: none;
}
.review_modal-close {
	position: absolute;
	z-index: 9;
	top: 14px;
	right: 14px;
	background: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	padding: 6px 10px;
	color: #333;
	font-weight: bold;
}
.review_modal-close:hover {
	background: #fff;
	color: #333;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.review-rating {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	align-items: center;
	font-size: 0;
	user-select: none;
	margin: .5em 0;
}
.review-rating .rating-star:before {
	content: '\f006';
	color: #ccc;
	transition: all .25s;
	font-family: FontAwesome;
}
.review-rating .rating-star {
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 34px;
	color: #ccc;
	cursor: pointer;
	transition: color .12s ease, transform .08s ease;
	margin-right: 4px;
}
.review-rating .rating-star:last-child { margin-right: 0; }
.review-rating .rating-star.filled:before {
	content: '\f005';
	color: #f0c041;
	transition: all .25s;
	font-family: FontAwesome;
}
.review-rating .rating-star.partial:before {
	content: '\f123';
	color: #f0c041;
	transition: all .25s;
	font-family: FontAwesome;
	-webkit-background-clip: text;
	background-clip: text;
	background-image: linear-gradient(to right, #f0c041 50%, #ccc 50%);
	color: transparent;
}
.review-rating .rating-star.hovered {
	color: #f0c041;
}
.review-rating .rating-star.hovered:before {
	content: '\f005';
	color: #f0c041;
	transition: all .25s;
	font-family: FontAwesome;
}
.review-rating .rating-label {
	display:block;
	font-size:13px;
	margin-bottom:6px;
	color:#333;
}
.review-rating .sr-only {
	position: absolute;
	clip: rect(1px,1px,1px,1px);
	padding:0;border:0;height:1px;width:1px;overflow:hidden;
}

.single-app #bookComments, .single-app .aside-nav_list-item:last-child, .single-app #reviews, .single-app a[href^="#reviews"] {
	display: none;
}

.app-filters {
	display: flex;
	column-gap: 20px;
	row-gap: 8px;
	align-items: center;
	flex-wrap: wrap;
	margin: 0;
}
a.app-filter-btn {
	background:none;
	max-width: 100%;
	text-align: center;
	font-weight: 500;
	border-radius: 9px;
	border: 1px solid #ABABAB;
	display: inline-block;
	padding: 11px 14px;
	width: auto;
	color: #333;
	line-height: 20px;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s;
}
a.app-filter-btn:hover,
a.app-filter-btn.active, a.app-filter-btn.filter-all.active{
	background-image: none;
	background: #82C4AA;
	border: 1px solid #82C4AA;
	color: #fff;
}
a.app-filter-btn .count{
	font-weight: 100;
	color: #ABABAB;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s;
}
a.app-filter-btn.filter-all.active {
	background: #82C4AA !important;
	color: #fff !important;
}
a.app-filter-btn.active .count, a.app-filter-btn:hover .count {
	color: #D4E8E1;
}
a.app-filter-btn.filter-ios, a.app-filter-btn.filter-android {
	width: 184px;
}
a.app-filter-btn.filter-ios .app-filter-btn_inner {
	background-image: url(img/apple.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	display: inline-block;
	padding-left: 24px;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s;
}
a.app-filter-btn.filter-android .app-filter-btn_inner {
	background-image: url(img/android.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	display: inline-block;
	padding-left: 24px;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s;
}
a.app-filter-btn.filter-ios:hover .app-filter-btn_inner, a.app-filter-btn.filter-ios.active .app-filter-btn_inner {
	background-image: url(img/apple_w.svg);
}
a.app-filter-btn.filter-android:hover .app-filter-btn_inner, a.app-filter-btn.filter-android.active .app-filter-btn_inner {
	background-image: url(img/android_w.svg);
}


.apps_table {
	margin-top: 30px;
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}
.app_box {
	background: #fff;
	border-radius: 9px;
	padding: 24px;
	flex: 0 0 calc(50% - 12px);
}
.app_box_head {
	position: relative;
	display: grid;
	grid-auto-columns: 68px 1fr;
	column-gap: 22px;
	padding-bottom: 12px;
}
.app_box_logo {
	grid-area: 1 / 1 / 3 / 2;
}
.app_box_title {
	grid-area: 1 / 2 / 2 / 3;
	color: #333;
	font-weight: 700;
	font-size: 36px;
	line-height: 28px;
	margin-bottom: 12px;
}
.app_box_stars {
	grid-area: 2 / 2 / 3 / 3;
}
.app_box_stars .review-rating {
	gap: 6px;
}
.app_box_stars .review-rating .rating-star {
	width: 22px;
	height: 22px;
	font-size: 22px;
	line-height: 22px;
	cursor: auto;
}
.app_box_logo img {
	border-radius: 9px;
}
.app_box_buttons {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
	margin: 24px 0;
}
.app_box_buttons a {
	flex: 0 0 calc(50% - 12px);
	display: block;
	font-size: 16px !important;
	padding: 8px 0 !important;
}
.app_box_buttons a.open_ios_qr span{
	background-image: url(img/apple_w.svg);
	background-repeat: no-repeat;
	background-size: 14px;
	padding-right: 24px;
	background-position: right 4px;
	display: inline-block;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s;
}
.app_box_buttons a.open_android_qr span{
	background-image: url(img/android_w.svg);
	background-repeat: no-repeat;
	background-size: 16px;
	padding-right: 24px;
	background-position: right 6px;
	display: inline-block;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s;
}
.app_box_single_button a {
	width: 100%;
}
.app_box_footer {
	border-top: 1px solid #D9D9D9;
	margin: 24px 0 0;
	padding: 12px 0 0 47px;
	background: url(img/gift_r.svg) no-repeat 12px 18px;
	display: flex;
	/*justify-content: flex-start;
	align-items: center;*/
	gap: 12px;
}
.app_box_footer_promo_title{
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
}
.app_box_footer_promo_text{
	color: #727271;
}
.app-btn {
	background: none;
	max-width: 100%;
	text-align: center;
	font-weight: 500;
	border-radius: 9px;
	border: 1px solid #ABABAB;
	display: inline-block;
	padding: 11px 14px;
	width: auto;
	color: #333;
	line-height: 20px;
	-webkit-transition: color .2s, background-color .2s, border-color .2s;
	transition: color .2s, background-color .2s, border-color .2s;
}
.app-btn:hover {
	background-image: none;
	background: #82C4AA;
	border: 1px solid #82C4AA;
	color: #fff;
}
.app_box_footer_promo_content {
	flex-grow: 1;
}
.app_box_footer_promo_button a{
	color: #727271;
}
.app_box_footer_promo_button a span{
	margin-left: 6px;
}
.page-template-template-app .content-area section {
	margin: 36px 0 0;
}

.app_modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0,0,0,0.6);
	display: none; /* будет переключаться на flex при открытии */
	align-items: center;
	justify-content: center;
	z-index: 1000;
}
.app_modal-content {
	background: #F0F1F2;
	border-radius: 9px;
	/*width: 800px;*/
	width: auto;
	max-width: 90%;
	height: auto !important;
	max-height: 82vh;
	overflow: auto;
	box-shadow: 0 4px 16px rgba(0,0,0,0.3);
	position: relative;
	padding: 36px;
}
.app_modal-close {
	position: absolute;
	z-index: 9;
	top: 14px;
	right: 14px;
	background: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 4px;
	padding: 6px 10px;
	color: #333;
	font-weight: bold;
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.app_modal-close:hover {
	background: #fff;
	color: #333;
	font-weight: bold;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

#qrContent {
	width: 320px;
	background: #fff;
	border-radius: 8px;
	padding: 16px;
	text-align: center;
	position: relative;
}
#qrCanvas, #qrContainer {
	width: 290px;
	height: 290px;
	margin: 0 auto;
	position: relative;
}
#closeQrBtn {
	margin-top: 12px;
	padding: 8px 14px;
	background: #e74c3c;
	color: #fff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}
#logoOverlay {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 72px;
	height: 72px;
	transform: translate(-50%, -50%);
	pointer-events: none; /* чтобы клики не мешали QR */
	border-radius: 14px;
	border: 4px solid #fff;
}
.app_content {
	display: flex;
	gap: 24px;
	flex-wrap: wrap;
}
.dwn_box {
	height: 320px;
	width: 320px;
	background: #fff url(img/dwn.png) no-repeat center 46px;
	background-size: 96px;
	text-align: center;
	color: #636369;
	font-size: 16px;
	padding: 36px;
	line-height: 24px;
	border-radius: 9px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.dwn_box .button {
	display: block;
	margin: 20px auto 0;
}

.unclickable-menu-item > a {
	cursor: default !important;
	pointer-events: none; /* Prevents clicks on the link */
}

.unclickable-menu-item .sub-menu a {
	pointer-events: auto; /* Re-enables clicks for sub-menu links */
	cursor: pointer !important; /* Sets cursor back to pointer for sub-menu links */
}
.bottom_menu {
	display: none;
}

/*.page-template-archive-bonus h1 {
	font-size: 36px !important;
}
.page-template-archive-bonus h2 {
	font-size: 32px !important;
}
.page-template-archive-bonus h3 {
	font-size: 28px !important;
}
.page-template-archive-bonus h4 {
	font-size: 24px !important;
}
.page-template-archive-bonus .content-area .page_section_content p {
	font-size: 20px !important;
}
.page-template-archive-bonus .page_section_content blockquote p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}
.page-template-archive-bonus .page_section_content blockquote table {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #fff;
}*/
h1 {
	font-size: 36px !important;
}
h2 {
	font-size: 32px !important;
}
h3 {
	font-size: 28px !important;
}
h4 {
	font-size: 24px !important;
}
.content-area .page_section_content p {
	font-size: 18px !important;
}
.page_section_content blockquote p {
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}
.page_section_content blockquote table {
	font-size: 18px;
	font-weight: 400;
	/*line-height: 28px;*/
	line-height: 24px;
	color: #fff;
}
.facetwp-checkbox {
	background-position: 0 7px !important;
}

/**    Custom media queries   **/
@media screen and (max-width: 1640px) {
	.bookmaker_page_wrapper {
		display: grid;
		/*grid-template-columns: auto 248px;*/
		grid-template-columns: minmax(0, auto) minmax(0, 248px);
	}
}
@media screen and (max-width: 1566px) {
	.g-banner--swap-img-max .g-banner__image img {
		width: 936px;
	}
	.book-mobile {
		background-size: 50% !important;
	}
	.bonus-card-head > a {
		height: 190px;
	}
	.prognoz-card-head > a {
		height: 230px;
	}
}
/*@container (max-width: 1416px) {
	.bk-header {
		margin: 24px 24px 0;
	}
}*/
@media screen and (max-width: 1416px) {
	.bk-header {
		margin: 0 24px;
	}
}
@media screen and (max-width: 1366px) {
	.g-banner--swap-img-max .g-banner__image img {
		width: 1224px;
	}

	.bookmaker_page_wrapper .site-aside {
		display: none;
	}
	.bookmaker_page_wrapper {
		display: block;
	}
}
@media (max-width: 1280px){
	.g-banner--swap-img-max .g-banner__image img {
		width: 936px;
	}
}
@media screen and (max-width: 1100px) {
	.site-header-main {
		justify-content: space-between;
	}
	.site-branding {
		padding-right: 100px;
		margin-bottom: 20px;
	}
	.main-navigation li:hover > ul, .main-navigation li.focus > ul {
		/*left: 72%;*/
		left: 100%;
	}
	.home .bonuses_section_content .bonus-card {
		flex: 0 0 calc(33.3% - 16px);
	}
	.prognoz_section_content .prognoz-card {
		flex: 0 0 calc(33.3% - 16px);
	}
}
@media screen and (max-width: 990px) {
	.secondary_menu.desktop {
		display: none;
	}
	.secondary_menu.mobile {
		display: flex;
		flex-direction: column;
	}
	/*body.fix-menu{
		overflow: hidden;
	}*/
	.mob_menu_wrapper {
		position: fixed;
		z-index: 12;
		background: rgba(51, 51, 51, 0.50);
		width: 100%;
		overflow: hidden;
		padding: 0;
		margin: 0;
		left: 0;
		top: 0;
		height: calc(100% + 72px);
		opacity: 0;
		pointer-events: none;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.mob_menu_wrapper.active {
		opacity: 1;
		pointer-events: auto;
	}
	.mob_menu {
		left: -100%;
		background: #fff;
		width: calc(100% - 72px);
		/*margin: -5px 0 0;*/
		height: 100%;
		position: relative;
		overflow: hidden;
	}
	.site-header.dark_theme .main-navigation .primary-menu > li > a {
		color: #333;
	}
	.site-header {
		position: inherit;
	}
	.page_wrapper {
		position: relative;
	}
	.site-inner {
		position: static;
	}
	#header_top {
		padding: 10px 20px;
		line-height: 21px;
	}
	#header_top a {
		font-size: 13px;
	}
	#header_top a img {
		margin-right: 9px;
		width: 24px;
		vertical-align: initial;
	}
	#header_top a:after {
		content: '';
		background: url(img/header_arr.png) no-repeat center;
		display: inline-block;
		vertical-align: text-top;
		margin-left: 7px;
		width: 12px;
		height: 18px;
	}
	.site-branding {
		padding-right: 0;
		margin: 0;
	}
	.site {
		margin: 0 24px;
		position: relative;
		border-radius: 9px;
	}
	.menu-toggle {
		margin-right: -12px;
	}
	.secondary_menu_list {
		width: 100%;
		max-width: 92%;
		margin: 10px;
		justify-content: flex-end;
		gap: 31px;
	}
	.secondary_menu_list > li > a, .secondary_menu_list > li:hover > a {
		width: 20px;
		height: 20px;
		background-size: contain !important;
	}
	.secondary_menu_list .search_menu {
		display: none;
	}
	.secondary_submenu {
		width: 100% !important;
		box-shadow: none;
		border-radius: 0;
		padding: 0 10px 12px;
		border-bottom: 1px solid #D9D9D9;
		position: relative;
		top: 0;
	}
	.secondary_submenu p {
		font-size: 16px;
		margin: 0 0 5px;
		text-align: center;
	}
	.locations_wrapper {
		gap: 8px;
	}
	a.location_button {
		padding: 8px 12px 8px 36px;
		background-position: 12px center;
		background-size: 16px;
		font-size: 12px;
	}
	.share_wrapper ul {
		margin: 11px 0 3px;
		width: 100%;
		justify-content: space-around;
	}
	.social-share a {
		width: 24px;
		height: 24px;
	}
	.social-share a i {
		font-size: 24px;
	}
	.primary-menu li  a svg, .primary-menu li a img{
		display: inline-block;
		width: 16px;
		height: 16px;
		vertical-align: middle;
	}
	.main_page_menuitem {
		display: block;
	}
	.main-navigation a {
		padding: 10px;
		font-size: 16px;
	}
	.main-navigation a span {
		padding-left: 5px;
	}
	.dropdown-toggle {
		height: 38px;
		width: 38px;
		transform: rotate(270deg);
	}
	.dropdown-toggle:after {
		width: 16px;
		font-size: 16px;
		border: none;
		top: 6px;
	}
	.main-navigation .menu-item-has-children > a {
		margin-right: 0;
		width: calc(100% - 40px);
	}
	.main-navigation .primary-menu {
		border: none;
	}
	.main-navigation ul ul {
		margin-left: 0;
	}
	.main-navigation ul ul a {
		padding: 5px 8px;
		font-size: 16px;
		position: relative;
	}
	.main-navigation ul ul a span {
		padding-left: 25px;
	}
	.main-navigation ul ul a svg {
		top: 13px;
	}
	/*.main-navigation ul li.opened {
		position: absolute;
		background: #fff;
		z-index: 9;
		top: 0;
		height: 100%;
		width: 100%;
		overflow: auto;
		padding-bottom: 160px;
	}
	.main-navigation ul li.opened > a{
		font-size: 16px;
		margin: 5px 0 10px 28px;
		padding-left: 0;
	}
	.main-navigation ul li.opened > a > svg, .main-navigation ul li.opened > a > img{
		display: none;
	}*/
	.dropdown-toggle.toggled-on {
		/*left: 0;
		top: 13px;
		height: 26px;
		width: 26px;*/
		display: inline-block !important;
	}
	.menu_banner {
		display: block;
	}
	.menu_banner img{
		width: 100%;
		/*max-height: 173px;*/
	}
	.menu_search {
		display: block;
		margin: 20px 0;
		padding: 0 10px;
	}
	.menu_search input[type="search"].search-field {
		font-size: 16px;
		border-radius: 20px;
		padding: 7px 10px 7px 30px;
		width: 100%;
	}
	.menu_search .search-submit {
		background: none;
		left: 8px;
		color: #727271;
		width: 20px;
	}
	.search-submit:before {
		font-size: 20px;
		left: 0;
		line-height: 27px;
		width: 20px;
	}
	.rating_table_bookmaker_apps {
		display: none !important;
	}
	.rating_table_bookmaker_bonus_item {
		padding: 12px 12px 12px 44px;
		background-position: 12px center;
	}
	.rating_table_bookmaker_bonus_text {
		font-size: 16px;
		line-height: 20px;
	}
	.fullwidth .rating_table_bookmaker_wrapper > div {
		padding-left: 8px;
		width: calc(100%/4);
	}
	.rating_table_bookmaker_features div ul li {
		font-size: 16px;
		line-height: 24px;
	}
	.rating_table_bookmaker_features div:before {
		top: -20px;
		width: 40px;
		height: 40px;
		background-size: contain !important;
	}
	.rating_table_bookmaker_features div {
		padding: 16px;
	}
	.rating_table_bookmaker_features {
		gap: 8px;
	}
	.g-banner__image img {
		width: 696px;
	}
	.g-banner__image {
		height: 128px;
	}
	.g-banner {
		padding-bottom: 48px;
		margin-bottom: -48px;
	}
	.g-banner--swap-img-max .g-banner__image img {
		height: 128px;
		width: 696px;
	}
	.top-banner {
		position: relative;
		margin: 0 0 -48px;
	}
	.aside-nav-block {
		display: none;
	}
	.book-profile .main-content {
		width: 100%;
	}

	.book-features div ul li {
		font-size: 16px;
		line-height: 24px;
	}
	.book-features div {
		padding: 16px;
	}
	.book-features {
		gap: 8px;
	}
	.page_head_buttons,.page_buttons {
		/*flex-direction: column;*/
	}
	.page_head_buttons a, .page_buttons a{
		/*width: 100% !important;*/
		padding: 6px 10px !important;
	}
	.prognoz_head_buttons {
		flex-direction: column;
	}
	.prognoz_head_buttons a{
		width: 100% !important;
	}
	.content-area.width-medium {
		width: 100%;
	}
	.footer_table {
		column-count: unset;
		column-gap: unset;
	}
	.footer_table_column {
		width: 100%;
		padding: 0;
	}
	.footer_table_column:first-child {
		border-right: 0;
		padding-right: 0;
	}
	.footer_table .rating_table_bookmaker:last-child {
		border:none;
	}
	.footer_table_column:first-child .rating_table_bookmaker:last-child{
		border-bottom: 1px solid #ABABAB;
	}
	.footer_top_widget {
			flex-wrap: wrap;
	}
	.site-content {
		flex-direction: column;
	}
	.sidebar-medium {
		width: 100%;
	}
	.bonuses_sets > a {
		min-height: 100px;
		flex: 0 0 calc(50% - 12px);
	}
	.primary-menu .sub-menu {
		left: 100%;
		top: 0;
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 9;
		background: #fff;
	}
	/*.primary-menu .sub-menu.active {
		left: 0%;
	}*/
	.main-navigation a {
		display: inline-block;
	}
	.main-navigation li {
		position: static;
		overflow: hidden;
	}
	.dropdown-toggle {
		position: relative;
	}
	#wpadminbar {
		display: none;
	}
	html {
		margin-top: 0px !important;
	}
	.menu_back a{
		font-size: 16px !important;
		padding-bottom: 15px !important;
		padding-top: 15px !important;
	}
	.menu_back a:before{
		content: "\f431";
		-moz-osx-font-smoothing: grayscale;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-family: "Genericons";
		font-size: 16px;
		font-style: normal;
		font-variant: normal;
		font-weight: normal;
		text-align: center;
		text-decoration: inherit;
		text-transform: none;
		vertical-align: top;
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s,-webkit-transform .2s;
		color: #ABABAB;
		line-height: 1;
		position: absolute;
		left: 10px;
		top: calc(50% - 8px);
		transform: rotate(90deg);
	}
	.stavka_posts_accordion {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		min-height: 48px;
		position: relative;
		margin: 0 0 16px !important;
		background: #fff;
		border-radius: 9px;
	}
	.stavka_posts_accordion_head {
		position: absolute;
		z-index: 2;
		background: #fff;
		top: 0;
		left: 0;
		right: 48px;
		-webkit-transition: all .2s;
		transition: all .2s;
		border-top-left-radius: 8px;
		border-bottom-left-radius: 8px;
		padding: 10px 12px;
		cursor: pointer;
	}
	.stavka_posts_accordion_body {
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;
		-webkit-box-flex: 1;
		-ms-flex: 1 0 0px;
		flex: 1 0 0;

		transition: max-height 0.3s ease-out 0s;
		max-height: 0px;
		overflow: hidden;
		display: none;
	}
	.stavka_posts_accordion_toggle {
		margin-left: auto;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 48px;
		flex: 0 0 48px;
		width: 48px;
		position: relative;
		border-left: solid 1px rgba(0,0,0,.1);
		cursor: pointer;
	}
	.stavka_posts_accordion_toggle:after {
		content: "\f431";
		color: #ABABAB;
		font-family: "Genericons";
		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;
		position: absolute;
		top: 16px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translate(-50%);
		width: 16px;
		height: 16px;
		font-size: 16px;
		line-height: 16px;
		text-align: center;
		display: block;
		-webkit-transition: -webkit-transform .2s;
		transition: -webkit-transform .2s;
		transition: transform .2s;
		transition: transform .2s,-webkit-transform .2s;
	}

	.stavka_posts_accordion.opened .stavka_posts_accordion_head{
		opacity: 0;
		pointer-events: none;
	}
	.stavka_posts_accordion.opened .stavka_posts_accordion_body{

	}
	.stavka_posts_accordion.opened .stavka_posts_accordion_toggle:after {
		-webkit-transform: translateX(-50%) rotate(180deg);
		transform: translate(-50%) rotate(180deg);
	}
	.stavka_posts_accordion_body ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	.stavka_posts_accordion_body ul > li{
		padding: 10px 12px 0px;
		margin: 0;
	}
	.stavka_posts_accordion_body ul > li:last-child{
		padding: 10px 12px;
	}
	.stavka_posts_accordion a{
	}
}
@media screen and (max-width: 817px) {
	.app_content {
		width: min-content;
	}
}
@media screen and (max-width: 767px) {
	.site-main {
		/*padding: 17px 17px 7px;*/
		padding: 17px;
		margin-bottom: 8px;
	}
	.rating_table_bookmaker_comments, .rating_table_bookmaker_review {
		display: none;
	}
	.rating_table_bookmaker_wrapper > div {
		width: 33% !important;
		padding-left: 8px;
	}
	.rating_table.all .rating_table_bookmaker_wrapper > div {
		width: 100% !important;
		padding: 0;
	}
	.fullwidth .rating_table_bookmaker_wrapper > div.rating_table_bookmaker_review{
		max-width: 170px;
	}
	.site-content h1, .site-content h2 {
		font-size: 20px;
		line-height: 25px;
		margin: 16px 0;
	}
	h2.section-title {
		font-size: 32px;
		line-height: 32px;
		padding: 0;
		margin: 16px 0;
	}
	.rating_table_bookmaker {
		margin: 4px 0;
		/*padding-left: 26px;*/
		border-bottom: 1px solid #D9D9D9;
		padding-bottom: 8px;
	}
	.rating_table.winners .rating_table_bookmaker.winner {
		/*padding: 8px 8px 8px 34px;*/
		padding: 8px;
		margin: 4px 0 4px -10px;
		width: calc(100% + 20px);
		border-width: 1px;
	}
	.rating_table.winners .rating_table_bookmaker.winner:before {
		display: block;
		width: 18px;
		height: 25px;
		border-radius: 3px 3px 0 0;
		position: absolute;
		top: -4px;
		left: 7px;
		color: #fff;
		text-align: center;
		font-size: 12px;
		font-weight: 700;
		line-height: 24px;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 5px solid #fff;
		text-indent: -3px;
	}
	a.button {
		padding: 4px 0;
		border-radius: 4px;
		font-size: 12px;
	}
	a.title_link {
		padding: 9px 15px;
	}
	.rating_table_bookmaker_wrapper {
		padding: 0 0 0 25px;
	}
	.rating_table_bookmaker_bonus,.rating_table_bookmaker_comments {
		text-align: center;
	}
	.rating_table_bookmaker_bonus a,.rating_table_bookmaker_comments a{
		font-size: 12px;
		padding: 1px 18px 1px 28px;
		background-size: 16px;
		background-position: 7px 6px;
		text-align: center;
		max-width: 115px !important;
		position: relative;
		overflow: initial;
	}
	.rating_table_bookmaker_bonus.top a:after {
		width: 20px;
		height: 16px;
		background-size: contain;
		top: -6px;
		right: 7%;
	}
	.rating_table_bookmaker_logo img {
		max-height: 31px;
	}
	.rating_table_note {
		margin: 0;
	}
	.bookmaker_notice {
		margin: 0 0 7px;
	}
	.rating_table_note a,.bookmaker_notice span{
		font-size: 12px;
	}
	.content-area p {
		font-size: 16px;
		line-height: 24px;
	}
	.rating_table_bookmaker.head {
		display: none;
	}
	.rating_table_bookmaker_details {
		padding: 20px 0 10px;
	}
	.rating_table_bookmaker_features {
		gap: 24px;
		flex-direction: column;
	}
	.rating_table_bookmaker_bonus_item {
		padding: 8px 8px 8px 27px;
		background-position: 5px center;
		background-size: 20px;
		margin: 8px 0 0;
	}
	a.rating_table_bookmaker_bonus_button.button, .single_bonus_item.promo .button {
		width: 80px;
		line-height: 14px;
		margin: 0 0 0 8px;
	}
	.single_bonus_item.promo .button {
		flex-grow: 1;
		padding: 11px 12px;
		max-width: 150px;
	}
	.rating_table_bookmaker_bonus_text {
		font-size: 16px;
		line-height: 24px;
	}
	.rating_table_bookmaker_bonus_item.promo, .rating_table_bookmaker_bonus_item.promo .align{
		flex-direction: column;
		gap: 8px;
	}
	.rating_table_bookmaker_bonus_promocode, .single_bonus_promocode {
		margin: 0;
		font-size: 12px;
	}
	.rating_table_bookmaker_bonus_promocode span, .single_bonus_promocode span {
		color: #006BB5;
		padding: 0 10px 0 5px;
	}
	.rating_table_bookmaker_bonus_promocode p, .single_bonus_promocode p {
		font-size: 12px !important;
	}
	.rating_table_bookmaker_bonus_item.promo {
		background: none;
		/*background-position: 5px 7px;*/
		padding: 8px;
	}
	.rating_table_bookmaker_buttons {
		flex-direction: column;
		gap: 8px;
		margin: 10px 0 0;
	}
	.rating_table.all .rating_table_bookmaker_comments,.rating_table.all .rating_table_bookmaker_review {
		display: block;
	}
	.rating_table.all .rating_table_bookmaker_wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr);
		grid-column-gap: 8px;
		grid-row-gap: 8px;
	}
	.rating_table.all .rating_table_bookmaker_wrapper .rating_table_bookmaker_logo{ grid-area: 1 / 1 / 2 / 2; }
	.rating_table.all .rating_table_bookmaker_wrapper .rating_table_bookmaker_bonus { grid-area: 1 / 2 / 2 / 3; }
	.rating_table.all .rating_table_bookmaker_wrapper .rating_table_bookmaker_play_button { grid-area: 1 / 3 / 2 / 4; }
	.rating_table.all .rating_table_bookmaker_wrapper .rating_table_bookmaker_comments { grid-area: 2 / 2 / 3 / 3; }
	.rating_table.all .rating_table_bookmaker_wrapper .rating_table_bookmaker_review { grid-area: 2 / 3 / 3 / 4; }

	.g-banner__image {
		height: 104px;
	}
	.g-banner--swap-img-max .g-banner__image img {
		width: 336px;
		height: auto;
	}
	.bk-header_promo {
		align-items: flex-start;
		flex-direction: column;
	}
	a.bk-header_promo_button {
		margin: 10px 0 0 !important;
		width: 100% !important;
		padding: 12px 0;
	}
	a.bk-header_promo_button.fixed {
		position: fixed;
		bottom: 80px;
		left: 4%;
		width: 92% !important;
		padding: 12px 0;
		box-shadow: 0 0 10px #333;
	}
	.single_bonus_button.fixed, .rating_table_bookmaker_play_button .button.fixed {
		position: fixed;
		bottom: 80px;
		left: 4%;
		width: 92% !important;
		padding: 12px 0 !important;
		box-shadow: 0 0 10px #333;
		max-width: 92% !important;
		z-index: 9;
		margin: 0 !important;
		line-height: 21px !important;
	}
	.bk-header_promo_title {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.bk-header_promo_content {
		padding: 0 0 0 40px;
		background-position: 3px 4px;
		line-height: 20px;
	}
	.bk-header_title {
		font-size: 22px;
		line-height: 22px;
	}
	.bk-header_mob {
		display: block;
	}
	.bk-header_list-item:first-child {
		display: none;
	}
	.bk-header_list-item:nth-child(2) {
		padding-left: 0;
	}
	.bk-header_top {
		grid-row-gap: 10px;
		column-gap: 16px;
	}
	.bk-header_top .post-thumbnail {
		grid-area: 1 / 1 / 2 / 2;
	}
	.bk-header_top .bk-header_title-wrapper {
		grid-area: 1 / 2 / 2 / 3;
	}
	.bk-header_top .bk-header_list-wrapper {
		grid-area: 2 / 1 / 3 / 3;
		flex-direction: column;
	}
	.bk-header_top .bk-header_list-wrapper > div {
		padding: 0;
	}
	.bk-header_list-item-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap: wrap;
		gap: 9px;
		width: 100%;
	}
	.swiper-slide.video_item:first-child {
		width: 204px !important;
		max-width: 100% !important;
	}
	.site-header.sticky {
		box-shadow: 0px 3px 40px 0px rgba(0, 0, 0, 0.10) !important;
	}
	.accordion-header {
		padding: 12px 0;
	}
	.page-template-template-feedback .book-faq .accordion-header, .feedback-page .book-faq .accordion-header {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.book-review, .start-play {
		padding-left: 24px;
		padding-right: 24px
	}
	.book-review h3, .start-play h3, .book-review h4, .start-play h4{
		margin: 24px 0 12px;
	}
	.accordion-header h3, .accordion-header h4{
		font-size: 22px;
		margin: 0;
		line-height: 24px;
	}
	.book-features {
		gap: 24px;
		flex-direction: column;
	}
	.bookmaker_bonus_buttons {
		flex-direction: column;
	}
	.bookmaker_bonus_buttons a {
		font-size: 16px;
		padding: 9px 15px;
		border-radius: 9px;
	}
	.bonus_slide, .bonus_slide:first-child {
		padding: 24px;
	}
	.bonuses_section_content .bonus-card {
		flex: 0 0 100%;
	}
	.bookmaker_prognoz_buttons {
		flex-direction: column;
	}
	.bookmaker_prognoz_buttons a {
		font-size: 16px;
		padding: 9px 15px;
		border-radius: 9px;
	}
	.prognoz_slide, .prognoz_slide:first-child {
		padding: 24px;
	}
	.prognoz_section_content .prognoz-card {
		flex: 0 0 100%;
	}
	.sidebar-medium {
		width: 100%;
		/*margin: 24px 0;*/
		margin: 0 0 24px;
	}
	.book-payments {
		font-size: 16px;
		padding: 12px;
	}

	.book-mobile {
		padding: 24px;
		min-height: 560px;
		background-position: center !important;
		background-size: 90% !important;
		display: flex;
		flex-direction: column;
	}
	.bookmaker_mobile_title {
		flex-grow: initial;
		font-size: 22px;
		line-height: 22px;
		margin: 0 0 20px;
	}
	.bookmaker_mobile_text {
		width: 100%;
		flex-grow: 1;
		font-size: 16px;
	}
	.bookmaker_mobile_buttons {
		gap: 20px;
		flex-direction: column;
		align-items: center;
	}
	.book-bks .swiper-slide {
		/*width: calc(50% - 12px) !important;*/
	}
	.footer_table_title {
		color: #333;
		font-size: 18px;
	}
	.swiper-slide-inner {
		padding: 24px 24px 72px;
	}
	.swiper_controls {
		bottom: 24px;
	}
	.swiper-pagination-bullet {
		margin: 0 1vw!important;
	}
	.swiperslider_pagination{
		margin: 0 1vw;
	}
	.stats-activity {
		background-size: 40%;
		background-position: right;
	}
	.stats-activity a {
		padding: 10px 16px;
	}
	.stats-activity .stat-activity {
		padding: 0 10px;
	}
	.stats-activity .stat-activity:first-child {
		padding: 0 10px 0 0;
	}
	.stats-activity .stat-activity p {
		font-size: 14px;
	}
	.stats-activity .stat-activity span {
		font-size: 24px;
		line-height: 24px;
	}
	.stats-activity .stat-activity span img {
		margin: -3px 8px 0 0;
		display: flex;
		height: 20px;
	}
	aside.sidebar h3 {
		font-size: 20px;
		margin-bottom: 18px;
	}
	aside.sidebar .ratings-block {
		font-size: 16px;
	}
	aside.sidebar .ratings-block > div {
		padding: 16px 24px 16px;
	}
	aside.sidebar ul li {
		line-height: 16px;
		padding: 8px 17px 8px 0;
	}
	aside.sidebar ul li:first-child {
		padding: 0 17px 8px 0;
	}
	aside.sidebar .ratings-block ul li a svg, aside.sidebar .ratings-block ul li a img {
		height: 18px;
		width: 18px;
	}
	aside.sidebar .ratings-block ul li a span {
		padding-left: 24px;
	}
	aside.sidebar .ratings-block ul li:after {
		width: 10px;
		height: 12px;
	}
	/*.home .bonuses_section_content.bsc_desktop{
		display: none;
	}
	.home .bonuses_section_content.bsc_mobile{
		display: block;
	}*/
	.bsc_desktop{
		display: none;
	}
	.bsc_mobile{
		display: block;
	}
	.bonus_title {
		font-size: 16px;
	}
	.home .bonuses_section_content .swiper-wrapper{
		display: flex;
		flex-wrap: nowrap;
	}
	.home .bonuses_section_content .swiper-wrapper .swiper-slide{
		height: auto;
		max-width: 270px;
		flex-basis: 270px;
	}
	.bonuses_section_content .swiper-wrapper .swiper-slide.bonus_3_slide{
		height: auto;
		max-width: 270px;
		flex-basis: 270px;
	}
	.home .bonuses_section_content .swiper-wrapper .swiper-slide .bonus-card{
		height: 100%;
	}
	.bonuses_section_content .swiper-wrapper .swiper-slide.bonus_3_slide .bonus-card{
		height: 100%;
	}

	.page-template-template-app .swiper-wrapper{
		display: flex;
		flex-wrap: nowrap;
	}
	.page-template-template-app .swiper-wrapper .swiper-slide{
		height: auto;
		max-width: 270px;
		flex-basis: 270px;
	}
	.page-template-template-app .swiper-wrapper .swiper-slide .bonus-card{
		height: 100%;
	}

	.prognoz_section_content.prognoz_desktop{
		display: none;
	}
	.prognoz_section_content.prognoz_mobile{
		display: block;
	}

	.prognoz_title {
		font-size: 16px;
	}
	.prognoz_section_content .swiper-wrapper{
		display: flex;
		flex-wrap: nowrap;
	}
	.prognoz_section_content .swiper-wrapper .swiper-slide{
		height: auto;
		max-width: 270px;
		flex-basis: 270px;
	}
	.prognoz_section_content .swiper-wrapper .swiper-slide .prognoz-card{
		height: 100%;
	}
	.prognoz_thumb {
		padding: 12px;
	}
	.footer_top {
		padding-left: 16px;
		padding-right: 16px;
		padding-bottom: 0;
	}
	.footer_bottom {
		padding: 18px 16px 24px;
	}
	.site {
		margin: 0 16px;
	}
	.footer_before {
		padding: 24px 16px 0;
	}
	.footer_top_widget ul li {
		margin: 6px 0;
	}
	.footer_top_widget ul li a {
		line-height: 20px;
	}
	.footer_bottom_widget ul.social-links-menu {
		margin: 24px 0 0;
	}
	.footer_bottom_widget .es_subscription_form input[type="submit"] {
		width: 115px;
		padding: 12px 0;
		max-width: none;
	}
	.footer_bottom_widget .es_subscription_form input[type="email"] {
		width: calc(100% - 115px);
		max-width:none;
	}
	.news_section_content article {
		margin-bottom: 8px;
	}
	.news_section_content article a {
		flex-direction: row-reverse;
		padding: 8px;
	}
	.news_section_content article .entry-thumb {
		width: 37% !important;
		height: 22vw;
		min-height: 84px;
		border-radius: 4px;
		overflow: hidden;
	}
	.news_section_content article .entry-content {
		width: 63% !important;
		padding: 0 16px 0 8px;
	}
	.news_section_content article .entry-title {
		font-size: 16px !important;
		line-height: 24px !important;
		margin-bottom: 8px !important;
	}
	.content-area .news_section_content article p {
		font-size: 16px;
		line-height: 24px;
	}
	.home_section_content, .page_section_content {
		margin-bottom: 0;
		padding: 16px;
	}
	.home_section_content h2, .page_section_content h2{
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 8px;
	}
	.content-area .home_section_content p, .content-area .page_section_content p {
		font-size: 16px;
		line-height: 24px;
	}
	.sidebar .widget-title {
		font-size: 20px;
		margin-bottom: 18px !important;
	}
	.tagcloud ul li {
		padding: 0 !important;
		margin: 0 !important;
		border-right:1px solid #14805E;
	}
	.tagcloud a {
		background: none;
		padding: 0 5px 0 0 !important;
		margin: 0 !important;
		font-size: 16px !important;
		color: #14805E;
	}
	.single-prognoz .bonus_slide:first-child {
		width: 100% !important;
		background-image: none !important;
		min-width: auto;
	}
	.prognoz_poll_content {
		padding: 17px;
	}
	.prognoz_poll_head {
		font-size: 16px;
	}
	.prognoz_poll_title {
		font-size: 24px;
		line-height: 26px;
		margin: 8px 0;
	}
	.prognoz_poll_result {
		font-size: 18px;
		line-height: 20px;
	}
	.percentage {
		font-size: 24px;
		min-width: 61px;
	}
	.prognoz_poll_action_button a {
		width: 70px;
	}
	.percentage_bar_wrapper {
		width: calc(100% - 131px);
	}
	.prognoz_poll_action {
		gap: 12px;
	}
	.sidebar-clean aside {
		padding: 24px;
	}
	.filter_tip {
		display: none;
	}
	.bonuses_table_row {
		font-size: 14px;
		line-height: 18px;
		/*margin: 12px 0 0;*/
	}
	.bonuses_table_row.head {
		font-size: 14px;
	}
	.bonuses_table_row.head .bonuses_table_row_wrapper {
		padding-bottom: 12px;
	}
	.bonus_table_bookmaker_logo {
		padding-right: 12px;
	}
	.bonus_table_sum {
		padding: 12px;
	}
	.bonus_table_terms {
		width: calc(30% - 12px);
		margin-right: 12px;
		padding: 12px 0;
	}
	/*.bonuses_table_row_wrapper {
		flex-direction: column;
		gap: 12px;
	}
	.bonuses_table_row_wrapper > div {
		width: 100%;
	}*/
	.stavka_posts_wrapper {
		--columns: 2;
	}
	.prognoz-item .prognoz-card-content {
		padding-left: 17px;
		padding-right: 17px;
	}
	.page-template-archive-prognoz #secondary .widget.widget_block {
		display: none;
	}
	.page-template-archive-shkola #secondary .widget.widget_block {
		display: none;
	}
	.page-template-archive-shkola #secondary .widget.widget_block.wigdet_banner {
		display: block;
	}
	.tax-stavka-category #secondary .widget.widget_block {
		display: none;
	}
	.tax-stavka-category #secondary .widget.widget_block.wigdet_banner {
		display: block;
	}
	.single-stavka-post #secondary .widget.widget_block {
		display: none;
	}
	.single-stavka-post #secondary .widget.widget_block.wigdet_banner {
		display: block;
	}
	.page-template-archive-bet #secondary .widget.widget_nav_menu, .single-bet #secondary .widget.widget_nav_menu{
		display: none;
	}
	.page-template-archive-bet #secondary .widget.widget_block.wigdet_white, .single-bet #secondary .widget.widget_block.wigdet_white {
		display: none;
	}
	.page-template-archive-bet .top_bk_block, .single-bet .top_bk_block {
		display: none;
	}
	.page-template-archive-bonus #secondary .widget:first-child {
		display: none;
	}
	.single-stavka-post #secondary {
		display: flex;
		flex-direction: column;
	}
	.page-template-template-feedback #secondary, .feedback-page #secondary {
		display: none;
	}
	.single-stavka-post #secondary > aside:nth-child(2) { order: 3; }
	.single-stavka-post #secondary > aside:nth-child(3) { order: 1; }
	.single-stavka-post #secondary > aside:nth-child(4) { order: 4; }
	.bets_buttons{
		display: flex;
		margin: 24px 0 0 !important;
		border-top: 1px solid #ABABAB;
		padding: 24px 0 0;
	}
	.bets_buttons .page_buttons {
		margin: 0;
	}
	.bets_buttons_mob{
		display: block;
	}
	.top_bk_block {
		padding: 17px 24px;
		margin-bottom: 48px !important;
	}
	.top_bk_block_title {
		font-size: 24px;
		line-height: 22px;
		margin: 6px 0 10px;
	}
	.top_bk_block .swiper_controls {
		bottom: -55px;
	}
	.top_bk_block .swiper-pagination-bullet {
		background: #ABABAB !important;
		margin: 0 3vw!important;
	}
	.top_bk_block .swiper-pagination-bullet-active {
		background: #006BB5 !important;
	}
	.widget_bk {
		display: none;
	}
	.page-template-archive-bet .site-main h1 {
		display: none;
	}
	.bets_head {
		display: block;
	}
	.posts_navigation {
		flex-direction: column;
		padding: 17px;
		/*margin-bottom: 8px;*/
		margin-bottom: -14px;
	}
	.posts_navigation > div {
		padding: 12px 0;
	}
	.posts_navigation > div:first-child {
		border-bottom: 1px solid rgba(0,0,0,.1);
		border-right: none;
		padding-left: 0;
		padding-right: 0;
	}
	.widget_cat_posts_list {
		display: block !important;
	}
	.main_header h1{
		font-size: 32px;
		line-height: 32px;
	}
	.all_section_button {
		margin: 20px 0 0;
	}
	.all_section_button a{
		padding: 12px 24px;
	}
	.bonus_others {
		margin: 20px 0 0 !important;
	}
	.bonus_others h2{
		margin: 0;
		padding: 0 0 0 16px;
		line-height: 32px;
	}
	.bookmakers_buttons_list a {
		flex-basis: calc(50% - 12px);
		height: 40px;
	}
	.feedback-comments-form .bookmakers_buttons_list a {
		flex-basis: calc(50% - 13px);
		height: 40px;
	}
	.review-rating {
		gap: 10px;
	}
	.review-rating .rating-label {
		width: 100%;
	}
	.review-rating .rating-star {
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		font-size: 30px;
	}
	.review_item_head {
		display: block;
		column-count: 2;
		column-gap: 20px;
	}
	.review-author.vcard {
		width: 100%;
	}
	.review-date {
		border: none;
		padding-left: 0;
	}
	.review-sentiment {
		margin: 0 0 16px;
		text-align: right;
	}
	.review-logo {
		text-align: right;
	}
	.feedback-filters a {
		flex-basis: calc(50% - 12px);
		height: 40px;
	}
	.feedback-filters a .count {
		line-height: 38px;
	}
	.review_slide {
		height: auto;
		max-width: 270px;
		flex-basis: 270px;
	}
	.bonus_3_slide {
	  height: auto;
	  max-width: 270px;
	  flex-basis: 270px;
  	}
	#add_review {
		padding-left: 24px;
		padding-right: 24px;
	}
	/*.review_modal-content {
		height: 60vh !important;
	}
	.review_modal-content .review_slide_text {
		height: 68%;
	}*/
	.app_box {
		flex: 0 0 calc(49% - 12px);
	}
	.bottom_menu {
		height: 70px;
		position: fixed;
		z-index: 99;
		bottom: 0;
		left: 0;
		justify-items: center;
		width: 100%;
		background: #fff;
		border-top: 1px solid #ABABAB;
		display: flex;
		align-content: center;
		justify-content: space-around;
	}
	.bottom_menu a {
		color: #0E6348;
		font-size: 12px;
		font-weight: 500;
		line-height: 16px;
		text-align: center;
		/*width: 25%;*/
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		padding: 0 3%;
	}
	.bottom_menu a img, .bottom_menu a svg {
		height: 20px;
	}
	.site-footer {
		margin-bottom: 70px;
	}
	#scroll-to-top {
		bottom: 90px;
	}
	/*.page-template-archive-bonus h1 {
		font-size: 28px !important;
	}
	.page-template-archive-bonus h2, .page-template-archive-bonus h2.section-title {
		font-size: 24px !important;
	}
	.page-template-archive-bonus h3 {
		font-size: 20px !important;
		font-weight: 400;
		color: #333;
	}
	.page-template-archive-bonus h4 {
		font-size: 18px !important;
	}
	.page-template-archive-bonus .content-area .page_section_content p {
		font-size: 16px !important;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.page-template-archive-bonus .page_section_content blockquote {
		background: #82C4AA url(img/alert.png) center 14px no-repeat;
		padding: 60px 10px 10px;
	}
	.page-template-archive-bonus .page_section_content blockquote table {
		font-size: 16px;
		line-height: 22px;
		border: 1px solid #d1d1d1;
	}
	.page-template-archive-bonus .page_section_content blockquote table tr td:first-child {
		width: 100%;
		display: block;
		text-align: center;
		border-top: 1px solid #d1d1d1;
	}
	.page-template-archive-bonus .page_section_content blockquote table tr td:not(:first-child) {
		width: 50%;
		display: inline-block;
		box-sizing: border-box;
		padding: 6px 8px;
		!*display: inline-block;
		vertical-align: top;*!
		border-bottom: none;
	}*/
	h1 {
		font-size: 28px !important;
	}
	h2, h2.section-title {
		font-size: 24px !important;
	}
	h3 {
		font-size: 20px !important;
	}
	h4 {
		font-size: 18px !important;
	}
	.content-area .page_section_content p {
		font-size: 16px !important;
		line-height: 24px;
		margin-bottom: 10px;
	}
	.page_section_content blockquote {
		background: #82C4AA url(img/alert.png) center 14px no-repeat;
		padding: 60px 10px 10px;
	}
	blockquote.with_sign{
		background: #82C4AA url(img/alert.png) center 14px no-repeat;
		padding: 60px 10px 10px;
	}
	blockquote.no_sign{
		background: #82C4AA;
		padding: 20px 24px;
	}
	.page_section_content blockquote table {
		font-size: 16px;
		line-height: 22px;
		border: 1px solid #d1d1d1;
	}
	.page_section_content blockquote table tr td:first-child {
		width: 100%;
		display: block;
		text-align: center;
		border-top: 1px solid #d1d1d1;
	}
	.page_section_content blockquote table tr td:not(:first-child) {
		width: 50%;
		display: inline-block;
		box-sizing: border-box;
		padding: 6px 8px;
		/*display: inline-block;
		vertical-align: top;*/
		border-bottom: none;
	}
	.page_section_content ul li, .content-area ul:not(.wp-tag-cloud) li, .page_section_content ol li, .content-area ol li {
		font-size: 16px;
		line-height: 24px;
	}
	.book-profile .main-content, .book-profile .main-content p {
		font-size: 16px;
	}
	.facetwp_categories, .facetwp_categories .facetwp-checkbox {
		font-size: 16px;
	}
	.single .entry-content p {
		font-size: 16px;
		line-height: 24px;
	}
	.promo_table .single_bonus_promocode {
		padding: 5px 0;
	}
	#scroll-to-top.promo_fixed {
		bottom: 135px;
	}

}/**media 767 end**/
@media screen and (max-width: 640px) {

	.bonus_slide, .bonus_slide:first-child {
		width: 100% !important;
		background-image: none !important;
		min-width: auto;
	}
	.bonus_slide:first-child .bonus_slide_text {
		width: 100%;
	}
	.bonus_slide_title {
		font-size: 22px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}
	.prognoz_slide, .prognoz_slide:first-child {
		width: 100% !important;
		background-image: none !important;
		min-width: auto;
	}
	.prognoz_slide:first-child .prognoz_slide_text {
		width: 100%;
	}
	.prognoz_slide_title {
		font-size: 22px;
		line-height: 22px;
		margin: 0 0 20px 0;
	}


	.section_title_wrapper {
		flex-direction: column;
		align-items: flex-start;
		gap: 12px;
	}
	.section_title_wrapper.inline {
		flex-direction: row;
	}
	a.button_add_comment {
		width: 100%;
	}
	.comment-list-wrapper {
		padding: 24px;
	}
	.comment-author .avatar {
		height: 36px;
		margin-right: 12px;
		width: 36px;
	}
	.comment-content p, .comment-metadata {
		padding-left: 48px;
	}
	.comment-content {
		margin: 6px 0 12px;
	}
	.comment-list .children > li {
		padding-left: 48px;
	}
	.comment-author .fn {
		font-size: 16px;
	}
	.swiper-slide-inner {
		flex-direction: column;
	}
	.homeslider_slide_content.half {
		width: 100%;
	}
	.homeslider_slide_img {
		width: 100%;
		max-width: 100%;
		text-align: center;
	}
	.homeslider_slide_img img {
		max-width: 320px;
	}
	.prognoz-item .prognoz_img {
		width: 100%;
		height: 120px;
		margin: 0 0 12px 0;
	}
	.prognoz-item .prognoz-card-content-head {
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.prognoz-item .prognoz-card-content-center {
		margin-top: 7px;
	}
	.prognoz-item .prognoz_text p {
		margin-bottom: 5px;
	}
	.prognoz-item .prognoz-card-content-footer {
		flex-direction: column;
		gap:12px;
		padding: 7px 12px 12px;
	}
	.prognoz-item .prognoz-card-content-footer > div{
		width: 100%;
		text-align: center;
	}
	.prognoz-item .prognoz_meta {
		flex-direction: column;
		gap:0px;
	}
	.prognoz-item .prognoz_button a {
		width: 100%;
	}

	.event_main_info {
		padding: 24px 12px;
		align-items: center;
		gap: 0;
		justify-content: space-between;
	}
	.event_main_info .team .team_img {
		height: 110px;
	}
	.event_main_info img{
		max-height: 100px;
		max-width: 100% !important;
		width: 100% !important;
	}
	.event_league img{
		width: auto !important;
	}
	.event_main_info .team_title {
		font-size: 16px;
	}
	.event_main_info .event_date{
		font-size: 16px;
	}
	.event_main_info .event_time{
		font-size: 18px;
	}
	.event_main_info .event_time span{
		font-size: 16px;
		margin: -12px 0 12px;
	}
	.event_main_info .team, .event_main_info .event_info {
		/*width: 100%;*/
	}
	.event_main_info .team{
		width: 30%;
	}
	.event_main_info .event_info {
		width: 38%;
		font-size: 14px;
	}
	.prognoz_head_buttons_wrapper {
		padding: 0 18px;
	}
	.prognoz_head_buttons_wrapper .prognoz_head_buttons {
		flex-direction: column;
		display: flex;
	}
	.single-prognoz .prognoz_section_content .prognoz-card {
		flex: 0 0 100%;
	}
	.single-prognoz .prognoz-card-content-center {
		margin: 0;
	}
	.bonus-meta {
		flex-direction: column;
	}
	.book-reviews-footer {
		flex-direction: column;
	}
	a.button_add_review {
		width: 100%;
		margin: 10px 0 0;
	}
	.app_box {
		flex: 0 0 100%;
	}
}/*640 end*/
@media screen and (max-width: 480px) {
	.swiper-slide, .swiper-slide.video_item:first-child, .book-gallery .swiper-slide {
		width: 100% !important;
	}
	.swiper-slide img {
		-o-object-fit: contain;
		object-fit: contain;
	}
	.rating_table_bookmaker_bonus a, .rating_table_bookmaker_comments a {
		overflow: hidden;
		position: initial;
	}
	.book-payments {
		font-size: 16px;
	}
	.book-payments-table-row-grid {
		column-gap: 12px;
	}
	.book-bks .swiper-slide {
		/*width: 100% !important;*/
	}
	.news_section_content article {
		height: auto;
	}
	.news_section_content article a {
		flex-direction: column;
		padding: 8px;
	}
	.news_section_content article .entry-thumb {
		width: 100% !important;
		/*height: 130px;*/
		height: 200px;
		height: auto;
	}
	.news_section_content article .entry-thumb .post-thumbnail img {
		object-fit: cover;
		width: 100%;
		height: 245px;
		max-height: 245px;
	}
	.news_section_content article .entry-content {
		width: 100% !important;
		padding: 8px 8px 0 8px;
	}
	.bonuses_table_wrapper{
		overflow-x: auto;
	}
	.bonuses_table{
		width: 550px;
	}
	.bonus_table_terms {
		/*display: none;*/
	}
	.bonuses_table_row_wrapper > div {
		width: 24%;
	}
	.bonuses_table_row_wrapper > div.bonus_table_sum {
		/*margin-right: 12px;
		width: calc(37% - 12px);*/
	}
	.bonus_poll_actions {
		flex-direction: column;
	}
	.bonus_poll_action {
		/*width: 172px;*/
		width: fit-content;
	}
	.stavka_posts_wrapper {
		--columns: 1;
	}
	.banner_stavka_posts {
		width: 100%;
	}
	.review-author .avatar {
		height: 36px;
		margin-right: 14px;
		width: 36px;
	}
	.review-date {
		font-size: 14px;
		padding: 6px 5px 0 0;
	}
	.review-sentiment-inner {
		font-size: 12px;
	}
	.feedback-filters a {
		flex-basis: 100%;
	}

	.review_modal-content .review_slide_text {
		-webkit-line-clamp: 14;
	}
	a.app-filter-btn {
		width: 100% !important;
	}
	.app-filters {
		width: 100%;
	}
	.app_modal-content {
		padding: 24px;
	}
}
@media screen and (max-width: 420px) {
	.stats-activity {
		background-image: none;
	}
	.stats-activity .stat-activity {
		width: 50%;
	}
	.stats-activity .stat-activity:first-child {
		width: calc(50% - 10px);
	}
	.bonuses_sets > a {
		flex: 0 0 100%;
	}
	.bonuses_table_row.head {
		font-size: 12px;
	}
}