@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto_Bold.eot");
	src: url("../fonts/Roboto_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Bold.woff2") format("woff2"), url("../fonts/Roboto_Bold.woff") format("woff"), url("../fonts/Roboto_Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto_Regular.eot");
	src: url("../fonts/Roboto_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Regular.woff2") format("woff2"), url("../fonts/Roboto_Regular.woff") format("woff"), url("../fonts/Roboto_Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: "Roboto";
	src: url("../fonts/Roboto_Black.eot");
	src: url("../fonts/Roboto_Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Roboto_Black.woff2") format("woff2"), url("../fonts/Roboto_Black.woff") format("woff"), url("../fonts/Roboto_Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

svg[class^="icon"],
svg[class*=" icon"] {
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	max-width: 100%;
	max-height: 100%;
	width: 32px;
	height: 32px;
	display: block;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	background: #f5f9ff;
	color: #060606;
	font-size: 18px;
	font-family: "Roboto", sans-serif, arial, "helvetica neue", "nimbus sans l", freesans;
	font-weight: 400;
	line-height: 25px;
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
	max-width: 100%;
	-webkit-text-size-adjust: none;
}

a.button,
.button,
button {
	font-family: "Roboto", sans-serif, arial, "helvetica neue", "nimbus sans l", freesans;
	display: inline-block;
	box-sizing: border-box;
	max-width: 225px;
	width: 100%;
	cursor: pointer;
	outline: none;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	position: relative;
	text-decoration: none;
	border-radius: 5px;
	padding: 8px;
	background: #3eb44a;
	color: #fff;
	text-align: center;
	font-weight: 600;
	font-size: 18px;
}

a.button:hover,
.button:hover,
button:hover {
	background: #f7f7f7;
}

a.button.small,
.button.small,
button.small {
	line-height: 15px;
	padding: 8px 10px;
}

a.button.go-btn,
.button.go-btn,
button.go-btn {
	background: #ffc700;
	box-shadow: 0 5px 15px rgba(255, 168, 0, .21);
	border-radius: 5px;
	color: #151515;
	padding: 20px;
}

a.button.go-btn:hover,
.button.go-btn:hover,
button.go-btn:hover {
	border: 0px;
	background: #FFB83F;
}

a.button.disabled,
a.button.disabled:hover,
a.button:disabled,
a.button:disabled:hover,
.button.disabled,
.button.disabled:hover,
.button:disabled,
.button:disabled:hover,
button.disabled,
button.disabled:hover,
button:disabled,
button:disabled:hover {
	border: 1px solid #B2B2B2;
	background: #F3F3F3;
	color: #B2B2B2;
	text-shadow: none;
	cursor: default;
}

a {
	color: #5F57FD;
	font-weight: 700;
}

strong,
b {
	font-weight: bold;
}

img,
input[type="image"] {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
	/*pointer-events: none;*/
	height: auto;
	border-radius: 10px;
}

img.lazyloaded {
	height: auto;
}

iframe,
video {
	border: 0px;
	max-width: 100%;
	vertical-align: top;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	border: 1px solid #e1e6ea;
	border-radius: 20px;
	box-sizing: border-box;
	background: white;
	padding: 15px;
	color: black;
	font-size: 15px;
	line-height: 18px;
	transition: box-shadow 0.3s ease;
	vertical-align: top;
	font-family: "Roboto", sans-serif, arial, "helvetica neue", "nimbus sans l", freesans;
}

input:disabled,
select:disabled,
textarea:disabled {
	color: #c5c5c5;
}

input:focus,
select:focus,
textarea:focus {
	z-index: 5;
	outline: none;
	box-shadow: 0px 0px 4px 0px #4b7792;
}

select {
	padding-bottom: 14px;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	display: inline-block;
	position: relative;
	line-height: 20px;
	cursor: pointer;
	z-index: 10;
	padding: 0px 0px 0px 35px;
	margin: 0px 15px 0px 0px;
}

input[type="radio"] + label:before,
input[type="checkbox"] + label:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	width: 25px;
	height: 25px;
	border: 2px solid #cccccc;
	border-radius: 50%;
	box-sizing: border-box;
	margin: -12.5px 10px 0px 0px;
}

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
	border: 2px solid #cccccc;
}

input[type="radio"] + label:after,
input[type="checkbox"] + label:after {
	content: "";
	font-size: 30px;
	position: absolute;
	top: 50%;
	left: 5px;
	width: 15px;
	height: 15px;
	text-align: center;
	background: #4b7792;
	border-radius: 50%;
	margin: -7.5px 0px 0px 0px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after {
	opacity: 1;
}

input[type="radio"] + label + input[type="radio"] + label,
input[type="checkbox"] + label + input[type="checkbox"] + label {
	margin: 0px 15px 0px 0px;
}

input[type="file"] {
	display: none;
}

textarea {
	border-radius: 10px;
	min-height: 50px;
	max-width: 100%;
	min-width: 100%;
	font-family: "Roboto", sans-serif, arial, "helvetica neue", "nimbus sans l", freesans;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	margin: 0px;
}

h2 {
	font-size: 30px;
	line-height: 50px;
	margin: 0px 0px 15px 0px;
}

h3 {
	font-size: 24px;
	line-height: 30px;
	margin: 0px 0px 15px 0px;
}

p {
	margin: 0px 0px 15px 0px;
}

ul, ol {
	list-style: none;
	overflow: hidden;
}

ol {
	counter-reset: num-lst-cnt;
}

ul > li, ol > li {
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	position: relative;
	line-height: 25px;
	counter-increment: num-lst-cnt;
}

ul > li:first-child, ol > li:first-child {
	margin: 0px;
}

ul > li:before, ol > li:before {
	content: "";
	position: absolute;
	width:20px;
	height: 20px;
	top: 0px;
	left: -30px;
	display: block;
	border-radius: 10px;
}

ul > li:before {
	background: url('../images/check-circle-solid-blue.svg');
	left: -35px;
}

ol > li:before {
	content: counter(num-lst-cnt);
	text-align: center;
	background: #04295f;
	color: white;
	font-weight: bold;
	height: 25px;
	width: 25px;
	line-height: 25px;
	border-radius: 50%;
}

table {
	border: 1.5px solid;
	border-color: #cfcfcf;
	border-radius: 15px;
	border-collapse: separate;
	background-color: #ffffff;
	padding: 0 5px;
	border-spacing: 0 7px;
	font-size: 16px;
}

table tr:nth-child(odd) td,
table tr:nth-child(odd) th {
	background-color: #f9f9f9;
}

table tr > td:first-child,
table tr > th:first-child {
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px
}

table tr > td:last-child,
table tr > th:last-child {
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px
}

table tr td,
table tr th {
	padding: 13px 8px;
	transition: background-color .2s ease;
}

table tr:hover td,
table tr:hover th {
	background-color: #cbccd0;
}

.f-right {
	float: right;
	text-align: right;
	margin: 0px 0px 15px 15px;
}

.f-left {
	float: left;
	text-align: left;
	margin: 0px 15px 15px 0px;
}

.f-center {
	float: none;
	text-align: center;
	margin: 0px auto 15px auto;
}

p.f-right,
h1.f-right,
h2.f-right,
h3.f-right,
h4.f-right,
h5.f-right,
h6.f-right,
td.f-right,
th.f-right,
div.f-right,
li.f-right,
p.f-left,
h1.f-left,
h2.f-left,
h3.f-left,
h4.f-left,
h5.f-left,
h6.f-left,
td.f-left,
th.f-left,
div.f-left,
li.f-left,
p.f-center,
h1.f-center,
h2.f-center,
h3.f-center,
h4.f-center,
h5.f-center,
h6.f-center,
td.f-center,
th.f-center,
div.f-center,
li.f-center {
	float: none;
}

p.f-right,
p.f-left {
	margin: 0px 0px 15px 0px;
}

img.f-center {
	display: block;
}

img.f-center:last-child {
	margin: 0px;
}

.col-2 {
	columns: 2;
}

.col-3 {
	columns: 3;
}

.col-4 {
	columns: 4;
}

.col-5 {
	columns: 5;
}

.col-6 {
	columns: 6;
}

.hide {
	display: none !important;
}

.aus_columns {
	margin: 20px 0px 0px 0px;
}

.aus_columns + h2,
.aus_columns + h3 {
	margin: 15px 0px 15px 0px;
}

.aus_section > .content p:last-child {
	margin: 1em 0px 0px 0px;
}

.aus_header {
	position: fixed;
	width: 100%;
	padding: 10px 10px;
	z-index: 1000;
	box-sizing: border-box;
	background: #04295f;
	box-shadow: 0 0 15px rgba(0, 0, 0, .2);
}

.aus_header > .logo img {
	height: 60px;
	width: auto;
	margin: 0px 10px 0px 0px;
}

.aus_header > .logo {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: white;
	font-size: 30px;
}

.aus_main {
	margin: 80px 0px 0px 0px;
	display: flex;
	flex-direction: column;
}

.aus_section {
	position: relative;
	max-width: 1150px;
	padding: 40px;
	margin: 40px auto 40px auto;
	box-sizing: border-box;
	width: 100%;
	order: 3;
	box-shadow: 0 5px 8px 8px rgba(3, 29, 68, .06);
	border-radius: 12px;
	background: #fff;
}

.aus_section > .field-bg {
	position: absolute;
	left: -1000%;
	right: -1000%;
	top: 0px;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.aus_section > .field-bg img {
	width: 100vw;
	max-height: none;
}

.aus_section > header {
	position: relative;
	z-index: 5;
}

.aus_section > header > h2.label {
	color: #04295f;
	text-align: center;
	line-height: 30px;
}

.aus_section > .content {
	position: relative;
	z-index: 5;
}

.aus_section > .content:after {
	display: block;
	clear: both;
	content: "";
}

.aus_section.tx-block:nth-child(even):before {
	content: "";
	position: absolute;
	background: #042b5d;
	top: 0px;
	bottom: 0px;
	left: -100vw;
	right: -100vw;
}

.aus_section.tx-block:nth-child(even) {
	color: white;
	padding: 40px 0px 40px 0px;
	margin: 0px auto;
}

.aus_section.tx-block:nth-child(even) > header > h2.label {
	color: white;
}

.aus_section.tx-block:nth-child(even) ol > li:before {
	background: white;
	color: #042b5d;
	left: -35px;
}

.aus_section.tx-block:nth-child(even) ul > li:before {
	filter: brightness(0) invert(1);
}

.aus_section.cs-list + .aus_section.tx-block {
	order: 1;
	color: white;
	padding: 0px 0px 40px 0px;
	background: none;
	margin: 0px auto;
	box-shadow: none;
}

.aus_section.cs-list + .aus_section.tx-block:before, .aus_section.cs-list + .aus_section.tx-block:after {
	content: "";
	position: absolute;
	top: -100%;
	height: 100%;
	left: -100vw;
	right: -100vw;
	background: linear-gradient(0deg, #042b5d 50%, transparent);
}

.aus_section.cs-list + .aus_section.tx-block:after {
	background: url(../images/bg.webp) no-repeat bottom center/40% 100%;
	top: auto;
	min-height: 465px;
	bottom: 0px;
}

.aus_section.cs-list {
	order: 2;
	padding: 25px 0px 40px 0px;
	margin: 0 auto;
	background: none;
	box-shadow: none;
}

.aus_section.head.promo {
	color: white;
	text-align: center;
	order: 1;
	padding: 20px 0px 20px 0px;
	background: none;
	margin: 0px auto;
	box-shadow: none;
}

.aus_section.cs-list > header > h2.label {
	text-align: center;
}

.aus_casino_list {
	margin: 30px 0px 0px 0px;
	counter-reset: cs-list-cnt;
}

.aus_casino_list > .casino-item {
	margin: 15px 0px 0px 0px;
	background: white;
	display: flex;
	align-items: center;
	text-align: center;
	font-weight: bold;
	position: relative;
	counter-increment: cs-list-cnt;
	box-shadow: 0 5px 8px rgb(0 102 255 / 16%);
	border-radius: 5px;
}

.aus_casino_list > .casino-item > .info {
	flex: 1;
	color: #054ab0;
	font-size: 25px;
}

.aus_casino_list > .casino-item > .cs-name {
	padding: 0px 20px;
	width: 180px;
	box-sizing: border-box;
}

.aus_casino_list > .casino-item > .cs-name > .name {
	color: #04295f;
	font-size: 20px;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}

.aus_casino_list > .casino-item > .logo-box {
	width: 125px;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px 0px 0px 5px;
}

.aus_casino_list > .casino-item > .logo-box img {
	height: 105px;
}

.aus_casino_list > .casino-item > .logo-box a {
	display: block;
}

.aus_casino_list > .casino-item > .buttons {
	width: 225px;
	box-sizing: border-box;
	padding: 0px 20px 0px 20px;
}

.aus_casino_list > .casino-item > .info > .bonus {
	font-size: 18px;
	color: #151515;
	font-weight: normal;
}

.aus_casino_list > .casino-item > .logo-box > .name {
	margin: 10px 0px 0px 0px;
	color: white;
}

.aus_casino_list > .casino-item > .bonus-info {
	text-align: left;
	padding: 0px 20px;
	width: 250px;
	font-weight: normal;
	box-sizing: border-box;
}

.aus_rating {
	display: flex;
	align-items: center;
	justify-content: center;
}

.aus_rating > .stars {
	width: 110px;
	height: 20px;
	background: url('../../../images/stars-empty.svg') left center/auto 100%;
	position: relative;
}

.aus_rating > .stars > .fill {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	background: url('../../../images/stars-active.svg') left center/auto 100%;
}

.aus_rating > .text {
	line-height: 20px;
}

.aus_rating > .text + .stars {
	margin: 0px 0px 0px 10px;
}

.aus_footer {
	padding: 20px;
	text-align: center;
	/* margin: 40px 0px 0px 0px; */
	background: #04295f;
	color: white;
}

.aus_logos_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.aus_logos_list > .logo-item svg {
	width: auto;
	height: 70px;
}

.aus_logos_list > .logo-item {
	padding: 20px;
	color: white;
	box-sizing: border-box;
}

.aus_logos_list > .logo-item.plus-18 {
	width: 100px;
}

.aus_footer > .responsible > .label {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

.aus_footer > .logo {
	margin: 0px 0px 40px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: white;
	font-size: 30px;
}

.aus_footer > .logo img {
	width: auto;
	height: 60px;
	margin: 0px 10px 0px 0px;
}

.aus_section.faq-block {
	/* margin: 0px auto; */
	padding: 0px;
	box-shadow: none;
	background: none;
}

.aus_faq_list > .faq-item {
	margin: 25px 0px 0px 0px;
	padding: 20px 50px 20px 20px;
	position: relative;
	background: white;
	border-radius: 5px;
	box-shadow: 0 5px 8px 8px rgba(3, 29, 68, .06);
}

.aus_faq_list > .faq-item > .value {
	visibility: hidden;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.7s ease-in-out;
}

.aus_faq_list > .faq-item > .label {
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
	color: #04295f;
	margin: 0px;
	line-height: 20px;
}

.aus_faq_list > .faq-item > .label .icon.open-btn {
	left: auto;
	right: 20px;
	top: 20px;
	color: black;
	transition: all 0.3s ease;
}

.aus_faq_list > .faq-item.show > .label .icon.open-btn {
	transform: rotate(180deg);
}

.aus_faq_list > .faq-item > .label > .icon {
	position: absolute;
	left: 0px;
	width: 20px;
	height: 20px;
	top: 2.5px;
	color: #5f57fd;
	cursor: pointer;
}

.aus_faq_list > .faq-item > .value:before {
	content: "";
	display: block;
	padding: 10px 0px 0px 0px;
}

.aus_faq_list > .faq-item.show > .value {
	max-height: 500px;
	visibility: visible;
}