@font-face {
	font-family: "Bai Jamjuree";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("../fonts/bai-jamjuree/LDI1apSCOBt_aeQQ7ftydoa8XsLL.woff2") format("woff2");
}

@font-face {
	font-family: "Bai Jamjuree";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("../fonts/bai-jamjuree/LDIqapSCOBt_aeQQ7ftydoa05efelJo0.woff2") format("woff2");
}

@font-face {
	font-family: "fl-icons";
	font-display: block;
	src: url("../vendor/flatsome/css/icons/fl-iconsfc28.eot");
	src:
		url("../vendor/flatsome/css/icons/fl-icons.eot#iefix") format("embedded-opentype"),
		url("../vendor/flatsome/css/icons/fl-iconsfc28.woff2") format("woff2"),
		url("../vendor/flatsome/css/icons/fl-iconsfc28.ttf") format("truetype"),
		url("../vendor/flatsome/css/icons/fl-iconsfc28.woff") format("woff"),
		url("../vendor/flatsome/css/icons/fl-iconsfc28.svg#fl-icons") format("svg");
}

:root {
	--primary-color: #446084;
	--fs-color-primary: #446084;
	--fs-color-secondary: #d26e4b;
	--fs-color-success: #7a9c59;
	--fs-color-alert: #b20000;
	--fs-experimental-link-color: #dd3333;
	--fs-experimental-link-color-hover: #111;
}

html {
	background-color: #000000 !important;
	overflow-x: hidden;
}

body {
	background-color: #000000;
	color: #000000;
	font-family: "Bai Jamjuree", sans-serif;
	font-size: 100%;
	font-style: normal;
	font-weight: 400;
	overflow-x: hidden;
}

body.boxed {
	background-color: #000000;
}

#wrapper,
body.boxed #wrapper {
	background: #ffffff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1170px;
	min-height: 100vh;
	width: 100%;
}

img,
video,
iframe,
object,
embed {
	height: auto;
	max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font {
	color: #000000;
	font-family: "Bai Jamjuree", sans-serif;
	font-style: normal;
	font-weight: 700;
}

a {
	color: #dd3333;
}

a:hover {
	color: #111111;
}

.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
	font-family: "Bai Jamjuree", sans-serif;
	font-style: normal;
	font-weight: 700;
}

.header-wrapper {
	background: #ffffff;
}

.header-main {
	background-color: #ffffff;
	height: 90px;
}

.header-inner {
	height: 90px;
}

#logo {
	width: 284px;
}

#logo img,
.custom-logo {
	max-height: 90px;
	width: auto;
}

.header-logo-dark {
	display: none;
}

.header-bg-color {
	background-color: rgba(255, 255, 255, 0.9);
}

.search-form {
	width: 45%;
}

.header-search-form .searchform {
	margin-bottom: 0;
}

.search-field {
	border-radius: 0;
	box-shadow: none;
	height: 2.507em;
}

.ux-search-submit {
	min-height: 2.507em;
}

.header-bottom {
	background-color: #00b5ed;
	min-height: 55px;
}

.header-bottom-nav > li > a {
	color: #ffffff;
	line-height: 22px;
}

.header-bottom-nav {
	flex-wrap: wrap;
	justify-content: center;
}

.header-bottom-nav > li {
	position: relative;
}

.header-bottom-nav .sub-menu {
	background: #ffffff;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, .15);
	left: -99999px;
	margin: 0;
	min-width: 260px;
	opacity: 0;
	padding: 20px;
	position: absolute;
	top: 100%;
	transition: opacity .25s, visibility .25s;
	visibility: hidden;
	z-index: 9;
}

.header-bottom-nav li:hover > .sub-menu,
.header-bottom-nav li:focus-within > .sub-menu {
	left: -15px;
	opacity: 1;
	visibility: visible;
}

.header-bottom-nav .sub-menu li {
	display: block;
	margin: 0;
}

.header-bottom-nav .sub-menu a {
	border-bottom: 1px solid #ececec;
	color: #777777;
	display: block;
	line-height: 1.3;
	margin: 0 10px;
	padding: 10px 0;
	text-transform: none;
}

.header-bottom-nav .sub-menu a:hover {
	color: #111111;
}

.nav-size-large > li > a {
	font-size: 1em;
}

.nav-spacing-large > li {
	margin: 0 13px;
}

.nav > li > a:hover,
.nav > li.active > a,
.nav > li.current-menu-item > a {
	color: #ffffff;
}

.header-button a {
	background-image: repeating-linear-gradient(to right, #bd0f11, #f3e160);
	border: 2px solid;
	border-radius: 5px;
	min-height: 2.5em;
	padding: 0 1.2em;
}

.header-button-2 a {
	border-radius: 5px;
	color: #ffffff;
	min-height: 2.5em;
	padding: 0 1.2em;
}

.button {
	position: relative;
	z-index: 1;
}

.img-inner {
	overflow: hidden;
	position: relative;
}

.img-inner::before {
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	content: "";
	display: block;
	height: 100%;
	left: -75%;
	position: absolute;
	top: 0;
	transform: skewX(-25deg);
	transition: left 0.75s ease-out;
	width: 50%;
	z-index: 2;
}

.img-inner:hover::before {
	left: 125%;
}

#main {
	background: #ffffff;
}

.slider-wrapper {
	background: #ffffff;
}

.slider-wrapper + .row:not(.row-collapse) {
	margin-top: 30px;
}

.category-row .col {
	padding-bottom: 30px;
}

.category-link {
	display: block;
}

.xbet-home-intro .col {
	padding-bottom: 0;
}

.xbet-home-intro blockquote {
	margin-bottom: 30px;
}

.home-content > .col {
	border: 2.5px solid #111111;
	border-radius: 15px;
	box-shadow: 0 2px 20px #111111;
	height: 700px;
	margin-bottom: 36px;
	padding: 10px;
}

.home-content > .col > .col-inner {
	height: 100%;
	overflow: auto;
}

::-webkit-scrollbar {
	background: #004848;
	width: 6px;
}

::-webkit-scrollbar-thumb {
	background-color: #111111;
	border: 3px solid #111111;
	border-radius: 20px;
}

.section-title b {
	background-color: currentColor;
	display: block;
	flex: 1;
	height: 2px;
	opacity: .1;
}

.section-title-center {
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
}

.section-title-main {
	line-height: 1.25;
	margin: 0 15px;
	max-width: 100%;
	overflow-wrap: anywhere;
}

.home div#page-breadcrumbs,
.page div#page-breadcrumbs {
	display: none;
}

div#page-breadcrumbs {
	margin-top: 15px;
}

.box-blog-post {
	background: #ffffff;
}

.xbet-faq-section {
	margin-bottom: 10px;
}

.xbet-faq-accordion {
	margin: 0 auto 30px;
	max-width: 1080px;
	padding: 0 15px;
}

.xbet-faq-accordion .accordion-title {
	appearance: none;
	background: transparent;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	color: inherit;
	cursor: pointer;
	text-align: left;
	width: 100%;
}

.xbet-faq-accordion .toggle {
	align-items: center;
	background: transparent;
	border: 0;
	display: flex;
	justify-content: center;
	padding: 0;
	pointer-events: none;
}

.xbet-faq-accordion .accordion-inner {
	display: none;
}

.xbet-faq-accordion .accordion-title.active + .accordion-inner {
	display: block;
}

.xbet-faq-accordion .accordion-inner[hidden] {
	display: none !important;
}

.xbet-blog-grid {
	display: flex;
	flex-flow: row wrap;
}

.xbet-blog-grid > .col {
	flex-basis: 25%;
	max-width: 25%;
	padding-bottom: 30px;
}

.xbet-blog-grid .box-blog-post {
	height: 100%;
}

.box-image .image-cover {
	padding-top: 56.25%;
	position: relative;
}

.box-image .image-cover img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.box-image .image-cover img[src$=".svg"] {
	object-fit: cover;
}

.entry-content.single-page {
	background: #ffffff;
	color: #000000;
	overflow-wrap: anywhere;
	padding: 0 0 30px;
}

.entry-content img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.entry-content .wp-block-image,
.entry-content figure,
.entry-content .wp-caption,
.taxonomy-description figure,
.taxonomy-description .wp-caption {
	height: auto !important;
	max-width: 100%;
	width: auto !important;
}

.entry-content figcaption,
.entry-content .wp-element-caption {
	font-size: .9em;
	text-align: center;
}

.entry-content table,
.taxonomy-description table {
	display: block;
	max-width: 100%;
	overflow-x: auto;
	width: 100%;
}

.entry-content pre,
.taxonomy-description pre {
	max-width: 100%;
	overflow-x: auto;
	white-space: pre-wrap;
}

.entry-content iframe,
.entry-content video,
.taxonomy-description iframe,
.taxonomy-description video {
	height: auto;
	max-width: 100%;
}

.entry-title,
.page-title,
.post-title,
.box-text,
.widget,
.pagination,
.nav-pagination {
	overflow-wrap: anywhere;
}

.blog-share {
	margin: 20px 0 12px;
}

.blog-share .is-divider {
	margin-left: auto;
	margin-right: auto;
}

.share-row .button {
	margin: 0 3px 8px;
}

footer.entry-meta.text-center {
	color: #777777;
	font-size: .9em;
	margin: 12px 0 22px;
}

.entry-author.author-box {
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	margin: 20px 0 24px;
	padding: 20px 0;
}

.entry-author.author-box .flex-row {
	align-items: flex-start;
	justify-content: flex-start;
}

.entry-author.author-box .mr {
	margin-right: 1em;
}

.blog-author-image img {
	border-radius: 50%;
	display: block;
	height: 90px;
	width: 90px;
}

.author-name {
	margin-bottom: .5em;
}

.navigation-post {
	margin: 0 0 30px;
}

.next-prev-nav {
	align-items: stretch;
	border-bottom: 1px solid #ececec;
	border-top: 1px solid #ececec;
	display: flex;
	flex-flow: row nowrap;
	gap: 20px;
	justify-content: space-between;
	padding: 10px 0;
	width: 100%;
}

.next-prev-nav .nav-prev,
.next-prev-nav .nav-next {
	flex: 1 1 0;
	min-width: 0;
}

.next-prev-nav .nav-next {
	text-align: right;
}

.next-prev-nav a {
	color: #dd3333;
	display: block;
	font-size: .9em;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.next-prev-nav i {
	display: inline-block;
	font-size: 1.2em;
	vertical-align: middle;
}

.archive-page-header {
	margin-bottom: 20px;
}

.taxonomy-description {
	overflow-wrap: anywhere;
	text-align: left;
}

.taxonomy-description h1,
.taxonomy-description h2,
.taxonomy-description h3 {
	color: #111111;
	margin-bottom: .8em;
}

.taxonomy-description img {
	display: block;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.taxonomy-description .wp-caption-text {
	font-size: .9em;
	text-align: center;
}

.post-sidebar .widget {
	background: #ffffff;
	border: 1px solid #ececec;
	padding: 18px;
}

#footer {
	background: #ffffff;
	color: #000000;
	padding-top: 30px;
}

#footer .row {
	max-width: 1080px;
}

#footer p,
#footer .ux-menu-link__text {
	color: #000000;
	overflow-wrap: anywhere;
}

#footer .col-inner,
#footer .ux-menu-link__link {
	min-width: 0;
}

#footer #row-footer-strip {
	margin-bottom: 0;
	max-width: 100%;
	overflow: visible;
	width: 100%;
}

#row-footer-strip .col {
	flex-basis: 100%;
	max-width: 100%;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
}

#row-footer-strip .col-inner,
#row-footer-strip .img,
#row-footer-strip .img-inner {
	line-height: 0;
	margin-bottom: 0;
	overflow: visible;
	width: 100%;
}

#row-footer-strip .xbet-footer-strip-inner {
	background: #000000;
}

#row-footer-strip .img-inner::before {
	display: none;
}

#row-footer-strip img {
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: contain;
	vertical-align: top;
	width: 100%;
}

.absolute-footer {
	background: #000000;
	color: rgba(255, 255, 255, .5);
	padding: 10px 0 15px;
}

.mobile-sidebar {
	background: #ffffff;
	bottom: 0;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	display: none;
	left: 0;
	max-width: 88vw;
	overflow-y: auto;
	position: fixed;
	top: 0;
	width: 300px;
	z-index: 9999;
}

.mobile-sidebar.mfp-hide.is-open,
.mobile-sidebar.is-open {
	display: block !important;
}

body.xbet-mobile-menu-open {
	overflow: hidden;
}

.mobile-sidebar .sidebar-menu {
	padding: 18px 0;
}

.mobile-sidebar .nav-sidebar > li {
	display: block;
	margin: 0;
	width: 100%;
}

.mobile-sidebar .nav-sidebar > li > a {
	border-bottom: 1px solid #ececec;
	color: #111111;
	display: block;
	line-height: 1.35;
	padding: 11px 22px;
	white-space: normal;
}

.mobile-sidebar .nav-dropdown,
.mobile-sidebar .sub-menu {
	background: transparent;
	box-shadow: none;
	display: block;
	left: auto;
	margin: 0;
	max-height: none;
	min-width: 0;
	opacity: 1;
	padding: 0 0 0 16px;
	position: static;
	visibility: visible;
	width: auto;
}

.mobile-sidebar .nav-dropdown li,
.mobile-sidebar .sub-menu li,
.mobile-sidebar .nav-dropdown > li.nav-dropdown-col,
.mobile-sidebar .nav-dropdown > li.image-column {
	display: block;
	min-width: 0;
	white-space: normal;
	width: auto;
}

.mobile-sidebar .nav-dropdown a,
.mobile-sidebar .sub-menu a {
	border-bottom: 1px solid #f1f1f1;
	color: #555555;
	display: block;
	line-height: 1.35;
	margin: 0;
	padding: 9px 18px;
	white-space: normal;
}

@media (max-width: 849px) {
	.header-main,
	.header-inner {
		height: 70px;
	}

	.header-main .container,
	.header-bottom .container {
		padding-left: 10px;
		padding-right: 10px;
	}

	.header-inner .show-for-medium.flex-left,
	.header-inner .show-for-medium.flex-right {
		flex: 1 1 0;
		min-width: 0;
	}

	#logo {
		max-width: calc(100vw - 110px);
	}

	#logo img,
	.custom-logo {
		max-height: 70px;
		max-width: 100%;
		object-fit: contain;
	}

	.search-form {
		width: 100%;
	}

	.header-bottom {
		min-height: 0;
		padding: 8px 0;
	}

	.header-bottom .flex-row {
		min-height: 0;
	}

	.header-bottom-nav {
		gap: 8px;
	}

	.nav-spacing-large > li {
		margin: 0 4px;
	}

	.header-bottom .header-button a {
		font-size: .9em;
		min-height: 2.35em;
		padding: 0 .85em;
	}

	.blog-wrapper,
	.page-wrapper,
	.content-area {
		overflow-x: hidden;
	}

	.row-large > .post-sidebar {
		margin-top: 10px;
	}

	.xbet-blog-grid > .col {
		flex-basis: 50%;
		max-width: 50%;
	}

	.next-prev-nav {
		gap: 10px;
	}

	.next-prev-nav a {
		font-size: .85em;
	}
}

@media (max-width: 549px) {
	body {
		font-size: 100%;
	}

	#logo {
		width: 220px;
	}

	.category-row .col {
		padding-bottom: 16px;
		padding-left: 8px;
		padding-right: 8px;
	}

	.section-title-container {
		margin-bottom: 1em;
	}

	.section-title-main {
		margin-left: 8px;
		margin-right: 8px;
	}

	.home-content > .col {
		height: auto;
		max-height: 700px;
		padding: 8px;
	}

	.xbet-blog-grid > .col {
		flex-basis: 50%;
		max-width: 50%;
	}

	.entry-author.author-box .flex-row {
		align-items: flex-start;
		flex-flow: row nowrap;
	}

	.blog-author-image img {
		height: 72px;
		width: 72px;
	}
}

@media (max-width: 420px) {
	.xbet-blog-grid > .col {
		flex-basis: 100%;
		max-width: 100%;
	}

	#row-footer-main > .col {
		flex-basis: 100%;
		max-width: 100%;
	}

	.next-prev-nav {
		gap: 8px;
	}
}
