:root {
	--system-font: arial, 'helvetica neue', 'nimbus sans l', freesans, sans-serif;
}
@keyframes bounce {
	0%,
	50%,
	to {
		box-shadow: 0 0 0 5px rgba(239, 239, 239, 0.3),
			0 0 0 10px rgba(210, 210, 210, 0.2);
	}
	25%,
	50%,
	70% {
		box-shadow: 0 0 0 7px rgba(255, 134, 134, 0.3),
			0 0 0 15px rgba(255, 158, 158, 0.2);
	}
}
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;
	vertical-align: middle;
	line-height: normal;
}
html {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
}
body {
	background: #f9f9f9;
	color: #1b1919;
	font-size: 16px;
	font-family: var(--system-font);
	line-height: 25px;
	padding: 0;
	margin: 0px;
	overflow-x: hidden;
	max-width: 100%;
	-webkit-text-size-adjust: none;
	scroll-behavior: smooth;
}
a.button,
.button,
button {
	display: inline-block;
	font-size: 15px;
	font-weight: bold;
	font-family: var(--system-font);
	box-sizing: border-box;
	background: #0e8398;
	border: 2px solid #0e8398;
	border-radius: 18px;
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 26px;
	max-width: 320px;
	width: 100%;
	cursor: pointer;
	outline: none;
	transition: color 0.3s ease, background 0.3s ease, border 0.3s ease;
	letter-spacing: normal;
	text-align: center;
	padding: 10px 20px;
	vertical-align: top;
	position: relative;
}
a.button.small,
.button.small,
button.small {
	line-height: 15px;
	padding: 8px 10px;
}
a.button.blue,
.button.blue,
button.blue {
	background: #f1fbff;
	color: #0e8398;
	white-space: nowrap;
	border: none;
}
a.button.gray,
.button.gray,
button.gray {
	border: 2px solid #6f6f6f;
	background: #6f6f6f;
	color: white;
	text-shadow: none;
}
a.button.disabled,
.button.disabled,
button.disabled {
	border: 2px solid #b2b2b2;
	background: #f3f3f3;
	color: #49535c;
	text-shadow: none;
	cursor: default;
}
a.button.orange,
.button.orange,
button.orange {
	background: #ffc700;
	border: 2px solid #ffc700;
}
a.button.red,
.button.red,
button.red {
	background: #df1010;
	border: 2px solid #df1010;
	color: #fff;
}
a.button.b-red,
.button.b-red,
button.b-red {
	border: 1px solid #a40e0e;
	border-bottom: 4px solid #a40e0e;
	text-shadow: none;
	background: white;
	color: #a40e0e;
}
a.button.b-blue,
.button.b-blue,
button.b-blue {
	border: 1px solid #1c8cd4;
	border-bottom: 4px solid #14689c;
	text-shadow: none;
	background: white;
}
a.button.green,
.button.green,
button.green {
	border: 2px solid #0e8398;
	background: #0e8398;
	color: white;
	text-shadow: none;
}
a.button.transp,
.button.transp,
button.transp {
	border: 1px solid transparent;
	background: transparent;
	color: white;
	text-shadow: none;
}
a.button.copy-btn,
.button.copy-btn,
button.copy-btn {
	background: #446f6f;
	border: 2px solid #446f6f;
	color: white;
}
a.button.go-btn,
.button.go-btn,
button.go-btn {
	border: 2px solid #12a255;
	background: #12a255;
	color: white;
	text-shadow: none;
	border-radius: 18px;
}
a.button {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
}
a.button.no-active,
.button.no-active,
button.no-active {
	background: #e5efef;
	border-color: #e5efef;
	color: #ffffff;
	cursor: default;
	pointer-events: none;
}
a {
	color: #186baa;
}
a:hover {
	text-decoration: none;
}
p {
}
strong,
b {
	font-family: var(--system-font);
	font-weight: bold;
}
img,
input[type='image'] {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	pointer-events: none;
}
iframe,
video {
	border: 0px;
	max-width: 100%;
	vertical-align: top;
}
input[type='text'],
input[type='password'],
input[type='number'],
input[type='email'],
textarea,
select {
	width: 100%;
	max-width: 100%;
	border: 1px solid #e1e6ea;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 15px;
	color: #1b1919;
	font-family: var(--system-font);
	font-size: 15px;
	transition: box-shadow 0.3s ease;
	vertical-align: top;
}
textarea {
	min-height: 50px;
}
input:focus,
select:focus,
textarea:focus {
	outline: none;
	box-shadow: 0px 0px 4px 0px #ce3d3d;
}
select {
	padding: 14px;
}
input[type='checkbox'],
input[type='radio'] {
	display: none;
}
input[type='radio'] + label,
input[type='checkbox'] + label {
	display: inline-block;
	position: relative;
	line-height: 25px;
	cursor: pointer;
}
input[type='radio'] + label:before,
input[type='checkbox'] + label:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 25px;
	height: 25px;
	border: 2px solid #cccccc;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0px 10px 0px 0px;
}
input[type='radio']:checked + label:before,
input[type='checkbox']:checked + label:before {
	border: 2px solid #cccccc;
}
input[type='radio']:checked + label:after,
input[type='checkbox']:checked + label:after {
	content: 'X';
	font-size: 30px;
	position: absolute;
	top: 3px;
	left: 2px;
	width: 25px;
	text-align: center;
	color: #1db53a;
}
.gpro_content .gpro_cont_top {
	width: 100%;
}
.gpro_notification {
	position: absolute;
	max-width: 1170px;
	top: 15px;
	width: 100%;
	z-index: 500;
	padding: 0px 50px;
	box-sizing: border-box;
}
.gpro_notification.fixed {
	position: fixed;
}
.gpro_form .gpro_notification {
	position: static;
	top: auto;
	padding: 0px;
	width: auto;
}
.gpro_notification > div {
	padding: 10px 35px 10px 10px;
	position: relative;
	margin: 15px 0px 0px 0px;
	letter-spacing: normal;
	font-size: 15px;
	text-align: left;
	border-radius: 5px;
	color: white;
}
.gpro_notification > div a {
	color: inherit;
	font-weight: bold;
	text-decoration: none;
}
.gpro_notification > .error {
	border: 1px solid #ff0000;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #b6b6b6 100%),
		#fe3433;
	background-blend-mode: multiply, normal;
}
.gpro_notification > .error .close {
	border: 1px solid #ff0000;
	color: red;
}
.gpro_notification > .success {
	background: #24b90c;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.gpro_notification > .success .close {
	color: white;
}
.gpro_notification > .warning {
	border: 1px solid #ffc800;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffc107 100%),
		#ffb100;
	background-blend-mode: multiply, normal;
}
.gpro_notification > .warning .close {
	border: 1px solid #fec801;
	color: #eaa101;
}
.gpro_notification > .success > .icon,
.gpro_notification > .warning > .icon,
.gpro_notification > .error > .icon {
	width: 15px;
	height: 15px;
	margin-right: 10px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.gpro_notification > div .close {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 16px;
	padding: 2px 2px 2px 3px;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	text-align: center;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	opacity: 1;
}
.gpro_notification > div .close .icon {
	width: 15px;
	height: 15px;
}
.gpro_form > .gpro_notification {
	margin: 0px 0px 0px 20px;
	box-sizing: border-box;
}
.gpro_form {
	font-size: 0px;
	letter-spacing: -0.31em;
	margin: -15px 0px 0px -20px;
}
.gpro_form > .form-field {
	padding: 15px 0px 0px 20px;
}
.gpro_form > .form-field > .label {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	font-size: 15px;
	letter-spacing: normal;
}
.gpro_form > .form-field > .value {
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}
.gpro_form.cs-reviews > .form-field > .value {
	display: inline-flex;
	flex-direction: column-reverse;
	align-items: flex-start;
}
.gpro_form.cs-reviews > .form-field > .value textarea {
	display: none;
}
.gpro_form > .buttons {
	padding: 25px 0px 0px 20px;
	text-align: center;
}
.gpro_form .form-field .error-info {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 40px;
	font-size: 0px;
	line-height: normal;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: 0.6s ease;
	z-index: 500;
}
.gpro_form.cs-reviews .form-field .error-info {
	display: none;
	width: auto;
	height: auto;
	opacity: 1;
	position: relative;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	padding-left: 30px;
}
.gpro_form .form-field .error-info:before {
	content: '!';
	font-size: 20px;
	font-family: sans-serif;
	color: white;
	line-height: 20px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #b6b6b6 100%),
		#fe3433;
	background-blend-mode: multiply, normal;
	cursor: pointer;
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	right: 10px;
	margin-top: -10px;
	border-radius: 50%;
	z-index: 5;
	transition: all 0.3s ease;
	transform: scale(0);
	letter-spacing: normal;
}
.gpro_form.cs-reviews .form-field .error-info:before {
	background: #a40f0f;
	top: 0;
	left: 0;
	bottom: 0;
	right: auto;
	margin: auto;
	text-align: center;
	visibility: visible;
}
.gpro_form .form-field.error .error-info {
	display: block;
	opacity: 1;
	visibility: visible;
}
.gpro_form.cs-reviews .form-field.error .error-info {
	display: flex;
}
.gpro_form .form-field .error-info .msg {
	position: absolute;
	right: 0;
	visibility: hidden;
	font-size: 0px;
	line-height: 15px;
	min-height: 24px;
	text-align: right;
	background: #dd1305;
	color: white;
	padding: 4px;
	margin: 0px 35px -12px 0px;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: default;
	transition: all 0.3s ease;
	letter-spacing: normal;
	max-width: calc(100vw - 105px);
	top: 50%;
	transform: translate(0%, -50%);
	height: auto;
	width: max-content;
}
.gpro_form .form-field .error-info .msg:before {
	content: '';
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 6px;
	border-color: transparent transparent transparent #dd1305;
}
.gpro_form .form-field .error-info:hover .msg {
	display: block;
	font-size: 15px;
	visibility: visible;
}
.gpro_form .form-field.error .error-info:before {
	transform: scale(1);
}
.gpro_form.cs-reviews .form-field .error-info .msg {
	position: relative;
	top: 0;
	visibility: visible;
	text-align: left;
	margin: 0;
	border-radius: 0;
	max-width: 100%;
	transform: none;
	width: auto;
	background: none;
	font-size: 16px;
	color: #1b1919;
}
.gpro_form.cs-reviews .form-field .error-info .msg:before {
	display: none;
	visibility: visible;
}
.gpro_form.cs-reviews .form-field .error-info:hover .msg {
	font-size: 16px;
}
.gpro_form.proccess:before {
	content: '';
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: -2px;
	right: -2px;
	background: white;
	z-index: 1000;
	opacity: 0.4;
	border-radius: 10px;
	backface-visibility: hidden;
	transition: visibility 0.3s ease, opacity 0.3s ease;
}
.gpro_form.proccess:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 60px;
	top: 120px;
	left: 50%;
	margin: -30px 0px 0px -30px;
	background: url('/site/view/theme/default/css/../images/site-icon.png')
		no-repeat center / 100% 100%;
	z-index: 1000;
	backface-visibility: hidden;
	transition: visibility 0.3s ease, opacity 0.3s ease;
}
.hide {
	display: none !important;
}
.gpro_header {
	position: relative;
	background: white;
	z-index: 1011;
}
.gpro_header .bg-decor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	object-position: left top;
	object-fit: cover;
}
.gpro_header .bg-decor-1 {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	object-position: left top;
}
.gpro_header .bg-decor-2 {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	z-index: 5;
	object-position: right top;
}
.gpro_toppanel {
	min-height: 100px;
	text-align: center;
	box-sizing: border-box;
	padding: 24px 0px 0px 0px;
	position: relative;
	z-index: 20;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.gpro_toppanel > .logo-box {
	margin: 0px;
	height: 40px;
}
.gpro_toppanel > .logo-box img {
	width: auto;
	vertical-align: middle;
	max-height: 100%;
}
.gpro_toppanel .mob-menu-btn {
	width: 50px;
	border-radius: 0px;
	padding: 17px 14px;
	display: none;
	box-sizing: border-box;
	height: 50px;
	margin-right: 5px;
}
.gpro_toppanel .mob-menu-btn.show {
	background: rgba(255, 255, 255, 0.1);
}
.mob-menu-btn span,
.mob-menu-btn span::before,
.mob-menu-btn span::after {
	display: block;
	width: 22px;
	height: 3px;
	background-color: #fff;
	border-radius: 2px;
	position: absolute;
	transition: 0.3s ease;
}
.mob-menu-btn span {
	top: 50%;
	transform: translateY(-50%);
}
.mob-menu-btn span::before {
	content: '';
	top: -6px;
}
.mob-menu-btn span::after {
	content: '';
	bottom: -6px;
}
.mob-menu-btn.show span {
	background-color: transparent;
	height: 2px;
}
.mob-menu-btn.show span::before {
	transform: rotate(45deg);
	top: 0;
	height: 2px;
}
.mob-menu-btn.show span::after {
	transform: rotate(-45deg);
	bottom: 0;
	height: 2px;
}
.gpro_toppanel .acc_panel {
	font-size: 0px;
	text-align: right;
	vertical-align: top;
	display: flex;
	align-items: center;
}
.gpro_toppanel .acc_panel .search-btn {
	font-size: 20px;
	padding: 9px;
	width: 36px;
	height: 36px;
	margin: 0 0 0 4px;
	color: #ffffff;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
	border: none !important;
}
.gpro_toppanel .acc_panel .search-btn .icon {
	width: 20px;
	height: 20px;
}
.gpro_toppanel .slogan {
	display: block;
	font-size: 18px;
	font-weight: 700;
	font-family: var(--system-font);
	line-height: 20.7px;
	text-transform: uppercase;
	padding: 10px 0;
	vertical-align: top;
	color: #fff;
}
.gpro_present_box {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	z-index: 1005;
	margin: 0 4px;
}
.gpro_present_box > .popup_content {
	position: absolute;
	z-index: 1000;
	width: 438px;
	top: 60px;
	left: 50%;
	margin: 0px 0px 0px -343px;
	opacity: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
}
.gpro_present_box > .present-icon {
	position: relative;
	top: -2px;
	width: 41px;
	height: 41px;
	box-sizing: border-box;
	text-align: center;
	letter-spacing: normal;
	color: white;
	animation: present_shake 10s linear 5s infinite;
	transition: color 0.3s ease, background 0.3s ease;
	cursor: pointer;
}
.gpro_present_box > .present-icon .bg-decor {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	z-index: 1;
}
.gpro_present_box > .present-icon > .amount {
	position: absolute;
	left: 50%;
	bottom: -5px;
	margin: 0px 0px 0px -7px;
	font-size: 11px;
	font-weight: bold;
	background: #0f6506;
	width: 14px;
	height: 14px;
	line-height: 14px;
	color: white;
	border-radius: 50%;
	animation: present_amove 10s linear 5s infinite;
	z-index: 2;
}
.gpro_present_box > .present-icon .icon {
	font-size: 20px;
	display: block;
	animation: present_shake 10s linear 5s infinite;
}
@keyframes present_shake {
	0% {
		transform: rotateZ(-15deg);
	}
	1% {
		transform: rotateZ(15deg);
	}
	2% {
		transform: rotateZ(-15deg);
	}
	3% {
		transform: rotateZ(15deg);
	}
	4% {
		transform: rotateZ(0deg);
	}
}
@keyframes present_amove {
	0% {
		transform: translate(3px, -3px);
	}
	1% {
		transform: translate(-3px, 3px);
	}
	2% {
		transform: translate(3px, -3px);
	}
	3% {
		transform: translate(-3px, 3px);
	}
	4% {
		transform: translate(0px, 0px);
	}
}
.gpro_present_list {
	border-radius: 10px;
}
.gpro_present_list > .present-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin: 0 0 5px;
	font-size: 0;
	letter-spacing: -0.31em;
	box-sizing: border-box;
	color: #1b1919;
	background: #ffe584;
	border: 2px solid #0f6506;
	border-radius: 5px;
	padding: 8px;
}
.gpro_present_list > .present-item:last-child {
	margin: 0;
}
.gpro_present_list > .present-item:first-child:last-child {
	margin: 0;
}
.gpro_present_list > .present-item:last-child > .terms + .adt-terms {
	border-radius: 0 0 10px 10px;
}
.gpro_present_list > .present-item > .image,
.gpro_present_list > .present-item > .bonus,
.gpro_present_list > .present-item > .buttons {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}
.gpro_present_list > .present-item > .buttons .button {
	padding: 10px 0px;
	line-height: 1.2;
}
.gpro_present_list > .present-item > .bonus {
	width: calc(70% - 60px);
	font-size: 15px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 15px;
	padding: 0px 5px;
}
.gpro_present_list > .present-item > .image {
	flex: 0 0 45px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	padding: 5px;
}
.gpro_present_list > .present-item > .image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}
.gpro_present_list > .present-item > .buttons {
	width: 30%;
}
.gpro_present_list > .present-item > .gpro_casino_terms.terms {
	text-align: left;
	margin-top: 6px;
}
.gpro_present_box > .popup_content .gpro_present_list:before,
.gpro_present_box > .popup_content .gpro_present_list:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 12px 8px;
	border-color: transparent transparent #0f6506 transparent;
	position: absolute;
	top: -11px;
	right: 88px;
	margin: 0px 0px 0px 0px;
}
.gpro_present_box > .popup_content .gpro_present_list:after {
	top: -8px;
	border-color: transparent transparent #ffe584 transparent;
}
.gpro_present_box.active > .popup_content {
	opacity: 1;
	visibility: visible;
}
.gpro_present_box > .popup_content .close-btn {
	position: absolute;
	right: -12.5px;
	top: -12.5px;
	width: 15px;
	height: 15px;
	padding: 5px;
	background: white;
	border-radius: 50%;
	border: 2px solid #0f6506;
	color: #0f6506;
	cursor: pointer;
	transition: color 0.3s ease, background 0.3s ease;
	z-index: 2;
}
.gpro_present_box > .popup_content .close-btn:hover {
	background: #0f6506;
	color: white;
}
.gpro_langbox {
	float: right;
	position: relative;
	z-index: 100;
	width: 46px;
	height: 36px;
	margin: 0px 2px 0px 2px;
}
.gpro_menu.lang-menu {
	padding: 40px 0px 6px 0px;
	overflow: hidden;
	max-height: 0px;
	transition: max-height 0.3s ease, background 0.3s ease;
	position: absolute;
	top: -6px;
	right: 0px;
	z-index: 100;
	width: 46px;
	border-radius: 5px;
}
.gpro_menu.lang-menu > .menu-item {
	text-align: center;
	transition: background 0.3s ease;
	display: block;
	max-width: 46px;
	margin-top: 6px;
}
.gpro_menu.lang-menu > .menu-item.active {
	position: absolute;
	top: 6px;
	margin-top: 0;
}
.gpro_menu.lang-menu > .menu-item.active > span,
.gpro_menu.lang-menu > .menu-item.active a {
	padding: 0px 5px;
}
.gpro_menu.lang-menu:hover {
	max-height: 1000px;
	background: #7d0000;
	box-shadow: 0px 0px 10px -2px #dc133b;
	transition: max-height 1s ease, background 1s ease;
}
.gpro_menu.lang-menu > .menu-item:hover {
	background: none;
}
.gpro_menu.lang-menu > .menu-item > span,
.gpro_menu.lang-menu > .menu-item.active a {
	display: block;
	padding: 5px;
	transition: background 0.3s ease;
}
.gpro_menu.lang-menu > .menu-item a {
	display: block;
}
.gpro_menu.lang-menu > .menu-item > span img,
.gpro_menu.lang-menu > .menu-item a img {
	vertical-align: top;
	width: 36px;
	height: 36px;
	border-radius: 50%;
}
.gpro_menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	font-size: 0px;
	letter-spacing: -0.31em;
}
.gpro_menu.top-menu {
	background: #843131;
	position: relative;
	z-index: 20;
	white-space: nowrap;
	display: flex;
	justify-content: space-between;
}
.gpro_menu > .menu-item {
	display: inline-block;
	vertical-align: top;
	white-space: normal;
	position: relative;
}
.gpro_menu.top-menu > .menu-item:hover > a {
	background: rgba(255, 255, 255, 0.1);
}
.gpro_menu > .menu-item:hover > span:after,
.gpro_menu > .menu-item:hover > a:after {
	transform: rotate(180deg);
}
.gpro_menu.top-menu > .menu-item > span .icon-wrap,
.gpro_menu.top-menu > .menu-item > a .icon-wrap {
	display: inline-block;
	vertical-align: middle;
	width: 29px;
	height: 29px;
	background: #fff;
	color: #843131;
	border-radius: 50%;
	padding: 6px;
	margin: 0px 2px 0px 0px;
	box-sizing: border-box;
}
.gpro_menu.top-menu > .menu-item {
	min-width: 10%;
}
.gpro_menu.top-menu > .menu-item.has-submenu > span:after,
.gpro_menu.top-menu > .menu-item.has-submenu > a:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	margin-left: 2px;
	border-color: #ffffff transparent transparent transparent;
	display: inline-block;
	vertical-align: middle;
	border-width: 5px 4px 0 4px;
}
.gpro_menu.top-menu > .menu-item > span,
.gpro_menu.top-menu > .menu-item > a {
	padding: 12px 6px 14px;
	display: block;
	font-size: 14px;
	line-height: 35px;
	letter-spacing: normal;
	min-height: 55px;
	box-sizing: border-box;
	text-align: center;
	transition: background 0.3s;
	cursor: default;
	text-decoration: none;
	white-space: nowrap;
	color: #fff;
}
.gpro_menu.top-menu > .menu-item > a {
	cursor: pointer;
}
.gpro_menu.top-menu > .menu-item > span > span,
.gpro_menu.top-menu > .menu-item > a > span {
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.gpro_toppanel > .top-menu {
	margin: 24px 0px 0px 0px;
	position: relative;
	clear: both;
}
.gpro_toppanel > .top-menu:before {
	content: '';
	position: absolute;
	width: 4000%;
	height: 100%;
	left: -2000%;
	background: #843131;
	z-index: 5;
}
.gpro_menu > .menu-item > .sub-menu {
	transform: rotate3d(1, 0, 0, 90deg);
	transform-origin: top;
	left: 0px;
	top: 61px;
	border-radius: 0px;
}
.gpro_menu .sub-menu {
	position: absolute;
	min-width: 100%;
	left: 100%;
	top: 0px;
	visibility: hidden;
	opacity: 0;
	z-index: 450;
	background: #843131;
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-radius: 0px 0px 5px 5px;
	box-sizing: border-box;
	transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
	transform: rotate3d(0, 1, 0, 90deg);
	transform-origin: left;
}
.gpro_menu .menu-item > .sub-menu > .menu-item > .sub-open {
	width: 50px;
	height: 40px;
}
.gpro_menu > .menu-item:hover > .sub-menu {
	transform: rotate3d(1, 0, 0, 0deg);
}
.gpro_menu > .menu-item:hover > .sub-menu,
.gpro_menu .sub-menu > .menu-item:hover > .sub-menu,
.gpro_menu > .menu-item.active > .sub-menu,
.gpro_menu .sub-menu > .menu-item.active > .sub-menu {
	visibility: visible;
	opacity: 1;
}
.gpro_menu .sub-menu > .menu-item:hover > .sub-menu {
	transform: rotate3d(0, 1, 0, 0deg);
}
.gpro_menu .sub-menu > .menu-item > .sub-menu {
	border-radius: 0px 5px 5px 5px;
}
.gpro_menu .sub-menu > .menu-item {
	position: relative;
}
.gpro_menu .sub-menu > .menu-item > span {
	cursor: pointer;
}
.gpro_menu .sub-menu > .menu-item > span,
.gpro_menu .sub-menu > .menu-item > a {
	text-decoration: none;
	display: block;
	line-height: 13.8px;
	font-size: 12px;
	color: white;
	letter-spacing: normal;
	margin-top: 4px;
	padding: 8px 10px;
}
.gpro_menu.top-menu .sub-menu > .menu-item:hover > a,
.gpro_menu.top-menu .sub-menu > .menu-item.has-submenu:hover > span {
	background: rgba(255, 255, 255, 0.1);
}
.gpro_menu .sub-menu > .menu-item.has-submenu > span,
.gpro_menu .sub-menu > .menu-item.has-submenu > a {
	position: relative;
}
.gpro_menu .sub-menu > .menu-item.has-submenu > span:before,
.gpro_menu .sub-menu > .menu-item.has-submenu > a:before {
	position: absolute;
	content: '';
	width: 5px;
	height: 5px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	display: block;
	transform: rotate(45deg);
	top: 50%;
	right: 10px;
	margin-top: -2.5px;
}
.gpro_menu .sub-open {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	display: none;
	cursor: pointer;
}
.gpro_menu .sub-open:before,
.gpro_menu .sub-open:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	margin: -3.5px 0px 0px -5px;
	border-color: white transparent transparent transparent;
	transition: transform 0.3s ease;
}
.gpro_menu .menu-item.active > .sub-open:before {
	transform: rotateZ(180deg);
	border-color: #ffffff transparent transparent transparent;
}
.gpro_menu .menu-item.active > .sub-open:after {
	display: none;
}
.gpro_menu
	> .menu-item.has-submenu:last-child
	> .sub-menu
	> .menu-item
	> .sub-menu {
	left: auto;
	right: 100%;
	border-radius: 5px 0px 5px 5px;
	transform-origin: right;
}
.gpro_menu .sub-menu > .menu-item > .sub-menu > .menu-item:first-child > span,
.gpro_menu .sub-menu > .menu-item > .sub-menu > .menu-item:first-child > a {
	border-radius: 0px 5px 0px 0px;
}
.gpro_menu .sub-menu > .menu-item > .sub-menu > .menu-item:last-child > span,
.gpro_menu .sub-menu > .menu-item > .sub-menu > .menu-item:last-child > a {
	border-radius: 0px 0px 5px 5px;
}
.gpro_menu
	.sub-menu
	> .menu-item
	> .sub-menu
	> .menu-item:first-child:last-child
	> span,
.gpro_menu
	.sub-menu
	> .menu-item
	> .sub-menu
	> .menu-item:first-child:last-child
	> a {
	border-radius: 0px 5px 5px 0px;
}
.gpro_toppanel > .top-menu > .out-menu {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	z-index: 890;
	display: none;
}
.gpro_toppanel > .top-menu.show > .out-menu {
	display: block;
}
body.main .gpro_cont_main .gpro_section.head {
	margin: 0px 0px 20px 0px;
}
.gpro_section > .content p,
.mce-content-body p {
	margin: 15px 0px 0px 0px;
}
.gpro_section > .content p a:hover {
	text-decoration: none;
}
.gpro_section > .content img:first-child + p,
.gpro_section > .content div:first-child + p,
.mce-content-body img:first-child + p,
.mce-content-body div:first-child + p {
	margin: 0px;
}
.gpro_section > .content p:first-child,
.gpro_module > .content p:first-child,
.mce-content-body p:first-child {
	margin: 0px;
}
.gpro_content {
	padding: 30px 0px 30px 0px;
	margin: 0px;
	box-sizing: border-box;
	border-radius: 0px 0px 20px 20px;
	background: #f9f9f9;
	position: relative;
}
body > .gpro_content > .gpro_col_right {
	display: flex;
}
.gpro_content:after {
	content: '';
	display: block;
	clear: both;
}
.gpro_cont_left {
	width: 300px;
	margin: 0px 30px 0px 0px;
}
.gpro_cont_right {
	width: 300px;
	flex-basis: 300px;
	margin: 0px 0px 0px 30px;
}
.gpro_cont_main {
	flex: 0 0 calc(100% - 330px);
	max-width: 100%;
}
.gpro_wrap {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
}
.gpro_section {
	border-radius: 5px;
	margin: 20px 0px 20px 0px;
	background: white;
	position: relative;
	overflow: hidden;
}
.gpro_section.no-hidden {
	overflow: visible !important;
}
.gpro_section header {
	position: relative;
}
.gpro_section header > .label + .gpro_rating {
	margin: 0;
	top: 20px;
}
.gpro_section > .label,
.gpro_section header > .label,
.gpro_section header > h2.label {
	font-size: 24px;
	font-family: var(--system-font);
	font-weight: bold;
	text-transform: uppercase;
	padding: 25px 50px 25px 20px;
	margin: 0px;
	line-height: 1.2;
	border-radius: 5px 5px 0px 0px;
	position: relative;
	z-index: 10;
}
.gpro_section.gpro_howto_list > header > .label {
	margin: 0px;
	font-size: 25px;
	font-family: var(--system-font);
	font-weight: bold;
	line-height: 35px;
	box-sizing: border-box;
	position: relative;
	padding: 10px 0px 25px 0px;
	text-align: center;
	text-transform: none;
	color: #0e8398;
}
.gpro_section.gpro_howto_list.slot > header > .label {
	color: #1b1919;
	border: 0px;
	text-align: left;
	font-size: 24px;
	font-family: var(--system-font);
	font-weight: bold;
	text-transform: uppercase;
	padding: 25px 50px 25px 20px;
	margin: 0px;
	line-height: 1.2;
	border-radius: 5px 5px 0px 0px;
	position: relative;
	z-index: 10;
}
.gpro_section.head header > .label {
	padding: 25px 25px 25px 20px;
}
.gpro_section header + .content-author-update {
	margin-top: -20px;
}
.gpro_section header + .slot_top_title {
	margin-top: -15px;
}
.gpro_section > .label + .content-author-update {
	margin-top: 20px;
}
.gpro_section.no-bg > header > .label,
.gpro_section.no-bg > .label {
	background: white;
	border: none;
}
.gpro_section.tx-rating > .label,
.gpro_section.tx-rating header > .label,
.gpro_section.tx-rating > h2.label,
.gpro_section.tx-rating header > h2.label {
	padding: 25px 330px 25px 20px;
}
.gpro_section > .label h1 {
	font-size: 24px;
	font-family: var(--system-font);
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.gpro_cont_main .gpro_breadcrumbs {
	display: block;
	position: relative;
	z-index: 5;
	background: white;
	padding: 10px 20px;
	border: 1px solid #e1e6ea;
	border-top: 0px;
	border-radius: 5px;
	list-style: none;
	margin: 0px;
}
.gpro_cont_main .gpro_breadcrumbs a {
	color: #1b1919;
	font-weight: normal;
}
.gpro_cont_main .gpro_breadcrumbs a:hover span {
	text-decoration: underline;
}
.gpro_cont_main .gpro_breadcrumbs p,
.gpro_cont_main .gpro_breadcrumbs a {
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
	vertical-align: top;
	display: inline;
	color: #1b1919;
}
.gpro_cont_main .gpro_breadcrumbs > li {
	display: inline;
	vertical-align: top;
	font-family: var(--system-font);
	min-width: auto;
	padding: 0px;
	font-size: 0px;
	line-height: 25px;
	flex: none;
	margin: 0px;
}
.gpro_cont_main .gpro_breadcrumbs li:before,
.gpro_section .gpro_breadcrumbs li:before {
	content: ' / ';
	position: static;
	color: #1b1919;
	margin: 0px 8px;
	width: auto;
	height: auto;
	background: transparent;
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}
.gpro_cont_main .gpro_breadcrumbs li:first-child:before,
.gpro_section .gpro_breadcrumbs li:first-child:before {
	display: none;
}
.gpro_cont_main .gpro_breadcrumbs + .gpro_section.head > .label {
	border-radius: 0px;
}
.gpro_section.head > .content {
	overflow: hidden;
}
.gpro_casino_list > .casino-item {
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 1px 1.9px 0.1px #d7d7d7;
	margin: 20px 0px 0px 0px;
	padding: 30px 20px;
	transition: box-shadow 0.3s ease;
}
.gpro_casino_list > .casino-item > .info {
	display: inline-block;
	vertical-align: middle;
	width: 75%;
}
.gpro_casino_list > .casino-item > .buttons {
	display: inline-block;
	vertical-align: middle;
	width: 25%;
	text-align: right;
}
.gpro_casino_list > .casino-item > .info > .detail > div {
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
}
.gpro_casino_list > .casino-item > .info > .detail .rating {
	width: 15%;
}
.gpro_casino_list > .casino-item > .info > .detail .bonus,
.gpro_casino_list > .casino-item > .info > .detail .players {
	width: 17.333%;
}
.gpro_casino_list > .casino-item > .info > .detail > div > .label {
	text-transform: uppercase;
	font-family: var(--system-font);
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.gpro_casino_list > .casino-item > .info > .image {
	float: left;
}
.gpro_casino_list > .casino-item > .info > .detail > div > .value {
	color: #8e97a2;
	letter-spacing: 1px;
	margin: 0px 0px 5px 0px;
}
.gpro_casino_list > .casino-item > .info > .detail .payout .value {
	text-transform: uppercase;
}
.gpro_casino_list > .casino-item > .buttons .read-more-btn {
	margin: 0px 0px 15px 0px;
}
.gpro_section.top-rated > .buttons {
	text-align: center;
	margin: 25px 0px 0px 0px;
	background-color: white;
	border-radius: 5px;
	box-shadow: 0 1px 1.9px 0.1px #d7d7d7;
	padding: 20px;
}
.gpro_slot_filter .gpro_morebox {
	margin-top: 28px;
	text-align: center;
}
.gpro_casino_list > .casino-item > .info > .detail .payout {
	width: 15%;
}
.gpro_cpayments_list .cpayment-item.hdr td {
	padding: 5px 2px;
}
.gpro_cpayments_list .cpayment-item.hdr img {
	max-width: 50px;
}
.gpro_cpayments_list th.name {
	width: 130px;
}
.gpro_cpayments_list .cpayment-item.hdr td img,
.gpro_cpayments_list th.name img {
	vertical-align: top;
	height: 60px;
	width: auto;
}
.gpro_cpayments_list .cpayment-item .image {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	padding: 10px;
	line-height: 80px;
	box-sizing: border-box;
	text-align: center;
}
.gpro_cpayments_list .cpayment-item td {
	text-align: center;
}
table.gpro_cpayments_list:not(.no-wrap) {
	margin: 0px;
	width: 840px;
}
table.gpro_cpayments_list .cpayment-item th {
	padding: 5px;
}
.gpro_tabs.pmnt-tabs > .tab-item {
	width: 50%;
	font-weight: bold;
}
.gpro_cpayments_list .cpayment-item > .rating {
	white-space: nowrap;
}
.gpro_cpayments_list .cpayment-item > .rating .icon {
	color: gold;
	margin: 0px 5px 0px 0px;
	display: inline;
	width: 15px;
	height: 15px;
	vertical-align: top;
}
.gpro_cpayments_list .cpayment-item .icon-add-t,
.gpro_cpayments_list .cpayment-item .icon-minus {
	color: white;
	padding: 4px;
	border-radius: 50%;
	width: 9px;
	height: 9px;
	display: inline-block;
	vertical-align: top;
}
.gpro_cpayments_list .cpayment-item .icon-add-t {
	background: #33cd33;
}
.gpro_cpayments_list .cpayment-item .icon-minus {
	background: #f37685;
}
.gpro_countries_list {
	margin: 15px 0px 0px 0px;
}
.gpro_countries_list > .country-item {
	display: inline-block;
	vertical-align: top;
	margin: 0px 5px 0px 0px;
}
.gpro_countries_list > .country-item img {
	border-radius: 50%;
}
.gpro_box {
	margin: 0px 0px 20px 0px;
	background: #e5efef;
	border-radius: 5px;
}
.gpro_box > .label {
	color: #49535c;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 15px 50px 15px 20px;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
	background-color: white;
	border-radius: 5px 5px 0px 0px;
	letter-spacing: normal;
}
.gpro_box > .label .icon {
	position: absolute;
	top: 50%;
	right: 20px;
	margin: -12.5px 0px 0px 0px;
	font-size: 25px;
	color: #ce3d3d;
	display: none;
}
.gpro_menu.vertical,
.gpro_section .gpro_menu.vertical {
	background: white;
}
.gpro_menu.vertical .menu-item {
	padding: 0 20px;
	line-height: 15px;
	cursor: pointer;
	transition: box-shadow 0.3s ease;
	margin: 0px;
	position: relative;
}
.gpro_menu.vertical .menu-item:after {
	position: absolute;
	content: '';
	left: 20px;
	right: 20px;
	bottom: 0;
	height: 1px;
	background: #e5efef;
}
.gpro_menu.vertical .menu-item:before {
	display: none;
}
.gpro_menu.vertical .menu-item:last-child:after {
	display: none;
}
.gpro_menu.vertical .menu-item a {
	text-decoration: none;
	color: #186baa;
	font-size: 15px;
	position: relative;
	padding: 15px 0;
}
.gpro_menu.vertical .menu-item a:before {
	position: absolute;
	width: 8px;
	height: 8px;
	content: '';
	border-top: 1px solid #5a9494;
	border-right: 1px solid #5a9494;
	transform: rotate(45deg);
	right: 0;
	top: 50%;
	margin-top: -4px;
	opacity: 0.5;
}
.gpro_menu.vertical .menu-item:hover {
	box-shadow: 0 0 25px rgba(0, 153, 222, 0.4);
	z-index: 5;
}
.gpro_menu.vertical .menu-item:hover:after {
	background: transparent;
}
.gpro_banner {
	position: relative;
	margin: 0px 0px 20px 0px;
	border-radius: 5px;
	overflow: hidden;
}
.gpro_banner .gpro_videobox {
	border-radius: 0px;
}
.gpro_banner > .text {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	font-size: 24px;
	text-transform: uppercase;
	color: white;
	margin: -10px 0px 0px 0px;
}
.gpro_banner b,
.gpro_box b,
.gpro_section b {
	font-family: var(--system-font);
	font-weight: bold;
}
.gpro_casino_list > .casino-item:hover {
	box-shadow: 0 0 25px rgba(53, 152, 219, 0.4);
	z-index: 5;
}
.gpro_section.faq > .content {
	padding: 0px;
}
.gpro_section.faq header .label {
	text-transform: none;
}
.gpro_faq_list .faq-item {
	border-radius: 5px;
	margin: 20px 0px 0px 75px;
	position: relative;
	margin: 10px 0px 0px 0px;
	background: #f1fbff;
}
.gpro_faq_list .faq-item > .label {
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	padding: 20px 55px 20px 20px;
	transition: border-radius 2s, background 0.3s ease;
}
.gpro_faq_list .faq-item > .label p {
	margin: 0;
	font-size: 18px;
	font-family: var(--system-font);
	font-weight: bold;
	line-height: 26px;
}
.gpro_faq_list .faq-item > .label.show {
	border-radius: 5px 5px 0px 0px;
	transition: none;
}
.gpro_faq_list .faq-item > .value {
	line-height: 20px;
	box-sizing: border-box;
	border-radius: 0px 0px 5px 5px;
	max-height: 0px;
	padding: 0px 20px 0px 20px;
	overflow: hidden;
	transition: max-height 1s ease, background 0.3s ease;
}
.gpro_faq_list .faq-item > .value:before {
	content: '';
	display: block;
}
.gpro_faq_list .faq-item > .value:after {
	content: '';
	display: block;
	padding: 0px 0px 20px 0px;
}
.gpro_faq_list .faq-item > .value .icon-faq-question {
	position: absolute;
	left: 20px;
	top: 30px;
	width: 27px;
	height: 27px;
	margin: -13.5px 0px 0px 0px;
	color: white;
	border-radius: 50%;
	background: #5a9494;
}
.gpro_faq_list .faq-item > .label .open-icon {
	position: absolute;
	right: 20px;
	top: 50%;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 7.5px 0 7.5px;
	border-color: #5a9494 transparent transparent transparent;
	margin: -5px 0px 0px 0px;
	transition: transform 0.3s ease;
}
.gpro_faq_list .faq-item > .label.show .open-icon {
	transform: rotateZ(180deg);
}
.gpro_faq_list .faq-item > .label .open-icon:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	height: 5px;
	margin: -2.5px 0px 0px 0px;
	background: white;
}
.gpro_faq_list .faq-item > .label .open-icon:after {
	content: '';
	position: absolute;
	top: 10%;
	left: 50%;
	width: 5px;
	height: 80%;
	margin: 0px 0px 0px -2px;
	background: white;
}
.gpro_faq_list .faq-item > .label .icon {
	width: 15px;
	height: 15px;
	margin: 7.5px auto 0px auto;
	transition: all 0.3s ease;
	color: #ce3d3d;
	display: none;
}
.gpro_faq_list .faq-item.active {
	background: white;
}
.gpro_faq_list .faq-item > .label.show {
	background: white;
}
.gpro_faq_list .faq-item > .label.show + .value {
	max-height: 1000px;
	transition: max-height 2s ease;
	background: white;
}
.gpro_faq_list .faq-item > .label.show .icon {
	transform: rotateZ(180deg);
	color: #aab5c1;
}
.gpro_faq_list > .faq-item p {
	margin: 0px;
	text-indent: 0px;
}
.gpro_section.no-bg {
	background: none;
	box-shadow: none;
	overflow: visible;
	border: 0px;
}
.gpro_section.no-bg > header > .label {
	background-color: white;
	border-radius: 5px;
	border: none;
}
.gpro_section.no-bg > .label:after {
	left: 3px;
	right: 3px;
}
.gpro_section.no-bg > .content {
	padding: 0px;
	overflow: visible;
}
.gpro_section > .content > .text {
}
.gpro_section.no-bg > .content > .text {
	border-radius: 5px;
	box-shadow: 0 1px 1.9px 0.1px #d7d7d7;
	margin: 20px 0px;
	background: white;
	padding: 20px;
}
.gpro_section.no-bg > .content > .text.no-bg {
	box-shadow: none;
	padding: 0px;
	background: none;
	margin: 15px 0px 0px 0px;
}
.gpro_section > .content > .buttons {
	margin: 20px 0px 0px 0px;
	padding: 20px;
	text-align: center;
	font-size: 0;
}
.gpro_section > .content > .buttons.box {
	border-radius: 5px;
	box-shadow: 0 1px 1.9px 0.1px #d7d7d7;
	background: white;
}
.gpro_section > .content > .buttons.out {
	margin: 0px -20px -20px -20px;
}
.gpro_section.head > .label .votes {
	font-size: 15px;
	font-family: var(--system-font);
	line-height: 15px;
}
.gpro_section ul.gpro_payment_list,
.gpro_section ul.gpro_software_list {
	font-size: 0px;
	letter-spacing: -0.31em;
	border-radius: 10px;
	box-sizing: border-box;
	margin: -5px 0px 0px -5px;
	justify-content: center;
}
.gpro_section .cs-feature-box ul.gpro_payment_list {
	justify-content: flex-start;
}
.gpro_cs_options ul.gpro_payment_list,
.gpro_cs_options ul.gpro_software_list {
	justify-content: flex-start !important;
}
.gpro_payment_list > .payment-item,
.gpro_software_list > .software-item {
	display: inline-flex;
	vertical-align: top;
	min-width: 33.33%;
	max-width: 33.33%;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 0px 0px 5px;
	margin: 5px 0px 0px 0px;
	flex: none;
}
.gpro_payment_list > .payment-item > .box,
.gpro_software_list > .software-item > .box {
	background: #f4f4f4;
	border-radius: 5px;
	transition: transform 0.3s ease;
	padding: 2px;
	display: flex;
	flex-direction: column;
	flex: 1;
	align-items: center;
	justify-content: center;
}
.gpro_payment_list > .payment-item .icon,
.gpro_payment_list > .payment-item img,
.gpro_software_list > .software-item .icon,
.gpro_software_list > .software-item img {
	font-size: 24px;
	vertical-align: top;
	box-sizing: border-box;
	max-height: 35px;
}
.gpro_software_list > .software-item .icon,
.gpro_software_list > .software-item img {
	height: 35px;
	width: 100%;
	object-fit: contain;
	object-position: center;
}
.gpro_payment_list > .payment-item:before,
.gpro_software_list > .software-item:before {
	display: none;
}
.gpro_payment_list > .payment-item .icon-bitcoin {
	color: #f9a000;
}
.gpro_payment_list > .payment-item .icon-casino-cart {
	color: #00cf00;
}
.gpro_payment_list > .payment-item .icon-ethernium {
	color: #37699c;
}
ul.gpro_software_list.devs {
	margin: 0 0 -10px -10px;
	border-radius: 0;
}
.gpro_software_list.devs > .software-item {
	min-width: calc(100% / 6 - 10px);
	max-width: calc(100% / 6 - 10px);
	height: 148px;
	padding: 0;
	margin: 0 0 10px 10px;
	border: none;
	border-radius: 5px;
}
.gpro_software_list.devs > .software-item > .box {
	background: transparent;
	padding: 15px;
}
.gpro_software_list.devs > .software-item .image {
	display: block;
	width: 100%;
	height: 100%;
}
.gpro_software_list.devs > .software-item .image img {
	width: 100%;
	height: 100%;
	max-height: 100%;
}
ul.gpro_payment_list.info {
	margin: -20px 0px 20px -20px;
}
.gpro_payment_list.info > .payment-item {
	padding: 15px 0px 0px 20px;
}
.gpro_payment_list.info > .payment-item .image img {
	max-height: 210px;
}
.gpro_payment_list.info > .payment-item > .box {
	padding: 20px;
	background: white;
	transition: border 0.3s;
	border: none;
	text-decoration: none;
}
.gpro_payment_list.info > .payment-item > .box[href]:hover {
	border-color: #446f6f;
}
.gpro_payment_list.info > .payment-item > .box > .desc {
	text-align: left;
	flex: 1;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #1b1919;
	margin-top: 20px;
}
.gpro_payment_list.color {
	margin: 0px -10px 0px -10px;
	text-align: center;
	justify-content: center;
}
.gpro_payment_list.color > .payment-item {
	min-width: 25%;
	max-width: 25%;
	padding: 15px 0px 0px 15px;
}
.gpro_payment_list.color > .payment-item > .box {
	border: 1px solid #e5efef;
	padding: 20px;
	background: white;
	text-decoration: none;
	transition: border 0.3s;
	flex: 1;
}
.gpro_payment_list.color > .payment-item > .box[href]:hover {
	border-color: #446f6f;
}
.gpro_payment_list.color > .payment-item > .box > .title {
	font-size: 15px;
	margin: 20px 0;
}
.gpro_payment_list.color > .payment-item > .box > .image img {
	max-height: 145px;
}
.gpro_section > .content > .text + .gpro_payment_list.color {
	margin: 0px 0px 0px -15px;
}
.gpro_cs_options .gpro_payment_list.links > .payment-item > .box,
.gpro_cs_options .gpro_software_list.links > .software-item > .box {
	border: 1px solid #dedede;
	background: white;
}
.gpro_section ol,
.gpro_section ul,
.gpro_cont_main ol,
.gpro_cont_main ul,
.gpro_cont_right ol,
.gpro_casino_terms ~ div[data-tippy-root] ul,
.mce-content-body ol,
.mce-content-body ul {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.gpro_section ol,
.gpro_cont_main ol,
.gpro_cont_right ol,
.gpro_cont_right ol,
.gpro_casino_terms ~ div[data-tippy-root] ol,
.mce-content-body ol {
	counter-reset: lst-cntr;
}
.gpro_section ol > li,
.gpro_section ul > li,
.gpro_cont_main ol > li,
.gpro_cont_main ul > li,
.gpro_cont_right ol > li,
.gpro_cont_right ul > li,
.gpro_casino_terms ~ div[data-tippy-root] ol > li,
.gpro_casino_terms ~ div[data-tippy-root] ul > li,
.mce-content-body ol > li,
.mce-content-body ul > li {
	line-height: 20px;
	min-width: 100%;
	max-width: 100%;
	flex: 1;
	box-sizing: border-box;
	padding: 0px 0px 0px 15px;
	margin: 10px 0px 0px 0px;
	position: relative;
}
.gpro_section .text ol:not([class]),
.gpro_section .text ul:not([class]) {
	display: inherit;
}
.gpro_section .text ul:not([class]) {
	overflow: hidden;
}
.gpro_section .text ol > li {
	padding-left: 0;
}
.gpro_section .text ol > li::before {
	color: inherit;
	margin-left: 0;
}
.gpro_section ol > li > h3,
.gpro_section ul > li > h3,
.gpro_cont_main ol > li > h3,
.gpro_cont_main ul > li > h3,
.gpro_cont_right ol > li > h3,
.gpro_cont_right ul > li > h3,
.gpro_casino_terms ~ div[data-tippy-root] ol > li > h3,
.gpro_casino_terms ~ div[data-tippy-root] ul > li > h3,
.mce-content-body ol > li > h3,
.mce-content-body ul > li > h3 {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}
.gpro_section .content ol > li > p,
.gpro_section ul > li > p {
	line-height: 25px;
	margin-top: 0;
}
.gpro_section ol > li > h4,
.gpro_section ul > li > h4,
.gpro_cont_main ol > li > h4,
.gpro_cont_main ul > li > h4,
.gpro_cont_right ol > li > h4,
.gpro_cont_right ul > li > h4,
.gpro_casino_terms ~ div[data-tippy-root] ol > li > h4,
.gpro_casino_terms ~ div[data-tippy-root] ul > li > h4,
.mce-content-body ol > li > h3,
.mce-content-body ul > li > h4 {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
}
.gpro_section ol > li,
.gpro_cont_main ol > li,
.gpro_cont_right ol > li,
.gpro_casino_terms ~ div[data-tippy-root] ol > li,
.mce-content-body ol > li {
	counter-increment: lst-cntrl;
}
.gpro_section ul.col-2 > li,
.gpro_cont_main ul.col-2 > li,
.gpro_cont_right ul.col-2 > li,
.gpro_cont_right ul.col-2 > li,
.mce-content-body ul.col-2 > li,
.gpro_section ol.col-2 > li,
.gpro_cont_main ol.col-2 > li,
.gpro_cont_right ol.col-2 > li,
.gpro_cont_right ol.col-2 > li,
.mce-content-body ol.col-2 > li {
	min-width: 50%;
	max-width: 50%;
	padding-right: 15px;
}
.gpro_section ul.col-3 > li,
.gpro_cont_main ul.col-3 > li,
.gpro_cont_right ul.col-3 > li,
.gpro_cont_right ul.col-3 > li,
.mce-content-body ul.col-3 > li,
.gpro_section ol.col-3 > li,
.gpro_cont_main ol.col-3 > li,
.gpro_cont_right ol.col-3 > li,
.gpro_cont_right ol.col-3 > li,
.mce-content-body ol.col-3 > li {
	min-width: 33.33%;
	max-width: 33.33%;
	padding-right: 15px;
}
.gpro_section ul.col-4 > li,
.gpro_cont_main ul.col-4 > li,
.gpro_cont_right ul.col-4 > li,
.gpro_cont_right ul.col-4 > li,
.mce-content-body ul.col-4 > li,
.gpro_section ol.col-4 > li,
.gpro_cont_main ol.col-4 > li,
.gpro_cont_right ol.col-4 > li,
.gpro_cont_right ol.col-4 > li,
.mce-content-body ol.col-4 > li {
	min-width: 25%;
	max-width: 25%;
	padding-right: 15px;
}
.gpro_section ol.steps,
.mce-content-body ol.steps {
	position: relative;
	padding: 0px 0px 0px 80px;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	clear: both;
}
.gpro_section ol.steps > li:before,
.mce-content-body ol.steps > li:before {
	position: absolute;
	left: -80px;
	top: 0px;
	margin: 0px;
	font-size: 20px;
	color: #146aff;
	width: 40px;
	height: 40px;
	border: 1px solid #146aff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 50%;
	background: #f5f8fb;
	z-index: 5;
}
.gpro_section ol.steps > li:after,
.mce-content-body ol.steps > li:after {
	content: '';
	position: absolute;
	border-left: 1px dashed #156afe;
	height: 100%;
	left: -60px;
	bottom: 100%;
}
.gpro_section ol.steps > li,
.mce-content-body ol.steps > li {
	position: relative;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
.gpro_section ol.steps > li img,
.mce-content-body ol.steps > li img {
	border-radius: 12px;
}
.gpro_section ol.steps > li:first-child,
.mce-content-body ol.steps > li:first-child {
	margin: 0px;
}
.gpro_section ol.steps > li:first-child:after,
.mce-content-body ol.steps > li:first-child:after {
	display: none;
}
.gpro_section ol.steps > li > h3,
.mce-content-body ol.steps > li > h3 {
	margin: 0px 0px 0px 0px;
	font-weight: normal;
}
.gpro_casino_terms ~ div[data-tippy-root] ul > li::before {
	background: white;
}
.gpro_casino_terms ~ div[data-tippy-root] .tippy-content .tc-link {
	color: white;
	font-size: 13px;
	font-weight: bold;
}
.gpro_casino_terms ~ div[data-tippy-root] .tippy-content a {
	color: white;
}
.gpro_section ol[style*='decimal;'],
.gpro_cont_main ol[style*='decimal;'],
.gpro_cont_right ol[style*='decimal;'] > li,
.gpro_casino_terms ~ div[data-tippy-root] ol[style*='decimal;'] > li,
.mce-content-body ol[style*='decimal;'] {
	counter-reset: lst-d-cntr;
	list-style: none !important;
}
.gpro_section ol[style*='decimal;'] > li,
.gpro_cont_main ol[style*='decimal;'] > li,
.gpro_cont_right ol[style*='decimal;'] > li,
.gpro_casino_terms ~ div[data-tippy-root] ol[style*='decimal;'] > li,
.mce-content-body ol[style*='decimal;'] > li {
	counter-increment: lst-d-cntr;
}
.gpro_section ol[style*='decimal;'] > li::before,
.gpro_cont_main ol[style*='decimal;'] > li::before,
.gpro_cont_right ol[style*='decimal;'] > li::before,
.gpro_casino_terms ~ div[data-tippy-root] ol[style*='decimal;'] > li::before,
.mce-content-body ol[style*='decimal;'] > li::before {
	content: '1.' counter(lst-d-cntr) '.';
}
.gpro_section ol > li::before,
.gpro_cont_main ol > li::before,
.gpro_cont_right ol > li::before,
.gpro_casino_terms ~ div[data-tippy-root] ol > li::before,
.mce-content-body ol > li::before {
	content: counter(lst-cntr) '.';
	counter-increment: lst-cntr;
	color: #186baa;
	font-family: var(--system-font);
	font-weight: bold;
	margin: 0px 5px 0px 0;
	left: 0px;
}
.gpro_section ol.r-numbers,
.gpro_cont_main ol.r-numbers,
.gpro_cont_right ol.r-numbers,
.mce-content-body ol.r-numbers {
	margin: -30px 0px 0px -10px;
}
.gpro_section ol.r-numbers > li,
.gpro_cont_main ol.r-numbers > li,
.gpro_cont_right ol.r-numbers > li,
.mce-content-body ol.r-numbers > li {
	margin: 30px 0px 0px 0px;
}
.gpro_section ol.r-numbers > li:before,
.gpro_cont_main ol.r-numbers > li:before,
.gpro_cont_right ol.r-numbers > li:before,
.mce-content-body ol.r-numbers > li:before {
	font-size: 20px;
	color: #146aff;
	width: 40px;
	height: 40px;
	border: 1px solid #146aff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border-radius: 50%;
}
.gpro_section ol.r-numbers > li > h3,
.gpro_cont_main ol.r-numbers > li > h3,
.gpro_cont_right ol.r-numbers > li > h3,
.mce-content-body ol.r-numbers > li > h3 {
	display: inline-block;
	vertical-align: top;
	margin: 10px 0px;
	line-height: 20px;
}
.gpro_section ul.no-bullets > li::before,
.gpro_section ol.no-bullets > li::before,
.gpro_cont_main ul.no-bullets > li::before,
.gpro_cont_main ol.no-bullets > li::before,
.gpro_cont_right ul.no-bullets > li::before,
.gpro_cont_right ol.no-bullets > li::before,
.mce-content-body ul.no-bullets > li::before,
.mce-content-body ol.no-bullets > li::before {
	display: none;
}
.gpro_section ol.rounded > li:before,
.gpro_cont_main ol.rounded > li:before,
.gpro_cont_right ol.rounded > li:before,
.mce-content-body ol.rounded > li:before {
	content: counter(lst-cntr);
	border: 2px solid;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 25px;
	box-sizing: border-box;
	text-align: center;
	float: left;
	position: relative;
	top: 15px;
}
.gpro_section ol.rounded > li:before,
.gpro_cont_main ol.rounded > li:before {
	top: 0;
}
.gpro_section ol.rounded > li > h2,
.gpro_cont_main ol.rounded > li > h2,
.gpro_cont_right ol.rounded > li > h2,
.mce-content-body ol.rounded > li > h2 {
	padding-left: 35px;
}
.gpro_section ol.rounded > li > h3 {
	margin: 5px 0px 5px 0px;
}
.gpro_section ol.bg-numbers > li:before,
.gpro_cont_main ol.bg-numbers > li:before,
.gpro_cont_right ol.bg-numbers > li:before,
.mce-content-body ol.bg-numbers > li:before {
	position: absolute;
	content: counter(lst-cntr);
	width: 50px;
	height: 100%;
	top: 0px;
	left: 0px;
	margin: 0px;
	box-sizing: border-box;
	text-align: center;
	background: #99aad1;
	border-radius: 10px 0px 0px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	font-size: 25px;
	line-height: 25px;
	color: white;
}
.gpro_section ol.bg-numbers > li,
.gpro_cont_main ol.bg-numbers > li,
.gpro_cont_right ol.bg-numbers > li,
.mce-content-body ol.bg-numbers > li {
	padding: 15px 40px 15px 70px;
	background: #dfe9ff;
	border-radius: 10px;
	font-weight: bold;
}
.gpro_section ol > .more-btn:before,
.gpro_section ul > .more-btn:before,
.gpro_cont_main ol > .more-btn:before,
.gpro_cont_main ul > .more-btn:before,
.gpro_cont_right ol > .more-btn:before,
.gpro_cont_right ul > .more-btn:before,
.mce-content-body ol > .more-btn:before,
.mce-content-body ul > .more-btn:before {
	display: none;
}
.gpro_section ol > .more-btn,
.gpro_section ul > .more-btn,
.gpro_cont_main ol > .more-btn,
.gpro_cont_main ul > .more-btn,
.gpro_cont_right ol > .more-btn,
.gpro_cont_right ul > .more-btn,
.mce-content-body ol > .more-btn,
.mce-content-body ul > .more-btn {
	font-size: 18px;
	line-height: 1.8;
	display: block;
	text-decoration: underline;
	color: #446f6f;
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	padding-left: 0;
}
.gpro_section ul > li:not([class])::before,
.gpro_cont_main ul > li:not([class])::before,
.gpro_cont_right ul > li:not([class])::before,
.mce-content-body ul:not([class]) > li::before {
	content: '';
	color: #186baa;
	position: absolute;
	left: 0px;
	top: 50%;
	top: 7px;
	margin: -3px 0px 0px 0px;
	margin: 0px;
	width: 6px;
	height: 6px;
	background: #186baa;
	border-radius: 50%;
}
.gpro_section ul > li.user-info-item::before {
	content: '';
	color: #186baa;
	position: absolute;
	left: 0px;
	top: 50%;
	top: 7px;
	margin: -3px 0px 0px 0px;
	margin: 0px;
	width: 6px;
	height: 6px;
	background: #186baa;
	border-radius: 50%;
}
.gpro_section ul > li > p,
.gpro_cont_main ul > li > p,
.gpro_cont_right ul > li > p,
.mce-content-body ul > li > p {
}
.gpro_section ol[style*='decimal;'],
.gpro_cont_main ol[style*='decimal;'],
.gpro_cont_right ol[style*='decimal;'] > li,
.mce-content-body ol[style*='decimal;'] {
	counter-reset: lst-d-cntr;
	list-style: none !important;
}
.gpro_section ol[style*='decimal;'] > li,
.gpro_cont_main ol[style*='decimal;'] > li,
.gpro_cont_right ol[style*='decimal;'] > li,
.mce-content-body ol[style*='decimal;'] > li {
	counter-increment: lst-d-cntr;
}
.gpro_section ol[style*='decimal;'] > li::before,
.gpro_cont_main ol[style*='decimal;'] > li::before,
.gpro_cont_right ol[style*='decimal;'] > li::before,
.mce-content-body ol[style*='decimal;'] > li::before {
	content: '1.' counter(lst-d-cntr) ' ';
}
ul.gpro_icon_list.dev-list {
	margin: -20px 0px 0px -20px;
	clear: none;
}
ul.gpro_icon_list.dev-list > .icon-item {
	padding-right: 0px;
}
ul.gpro_icon_list.dev-list .dev-list__tippy {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: -10px;
	right: -10px;
	bottom: 100%;
	margin: auto auto 3px;
	width: max-content;
	max-width: 100%;
	text-align: center;
	font-size: 12px;
	color: #ffffff;
	line-height: 1.2;
	background: #343434;
	padding: 5px;
	border-radius: 3px;
	z-index: 2;
	transition: 0.3s;
}
ul.gpro_icon_list.dev-list .dev-list__tippy::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -13px;
	margin: auto;
	width: 0;
	height: 0;
	font-size: 0;
	border: 6px solid transparent;
	border-top: 8px solid #343434;
}
.gpro_icon_list.dev-list > .icon-item > .box > .icon {
	min-height: 90px;
}
.gpro_icon_list.dev-list > .icon-item > .box .name {
	font-size: 18px;
	font-family: var(--system-font);
	letter-spacing: normal;
}
.gpro_icon_list.dev-list > .icon-item > .box {
	text-align: center;
	box-sizing: border-box;
	position: relative;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.gpro_icon_list.dev-list > .icon-item:hover > .box {
	transform: scale(1.1);
	background: white;
	box-shadow: 2.575px 4.286px 14.85px 0.15px rgba(29, 29, 29, 0.49);
	z-index: 5;
}
.gpro_icon_list.dev-list > .icon-item:hover .dev-list__tippy {
	opacity: 1;
	visibility: visible;
}
.gpro_icon_list.dev-list > .icon-item > .box .avail,
.gpro_icon_list.dev-list > .icon-item > .box .not-avail {
	position: absolute;
	right: 0;
	top: -13px;
	width: 30px;
	height: 30px;
	color: white;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 3px;
	text-align: center;
	letter-spacing: normal;
}
.gpro_icon_list.dev-list > .icon-item > .box .avail {
	background: #1b9d11;
}
.gpro_icon_list.dev-list > .icon-item > .box .not-avail {
	background: red;
	padding: 6px;
}
.gpro_icon_list.dev-list > .icon-item > .box .not-avail .icon {
	stroke-width: 1px;
}
.gpro_casino_list > .casino-item > .image {
	text-align: center;
	display: block;
	min-height: 100px;
	line-height: 100px;
}
.gpro_casino_list > .casino-item > .image img {
	vertical-align: middle;
}
.gpro_section > .content {
	padding: 20px;
}
.gpro_section > footer .content {
	padding: 0 20px 20px 20px;
}
.gpro_see_more_box {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	text-align: center;
	color: #186baa;
}
.gpro_see_more_cnt + .gpro_see_more_box .collapse,
.gpro_see_more_cnt.show + .gpro_see_more_box .expand {
	display: none;
}
.gpro_see_more_cnt.show + .gpro_see_more_box .collapse {
	display: inline-block;
}
.gpro_see_more_cnt {
	transition: max-height 1s ease;
	overflow: hidden;
}
.gpro_see_more_box > .text,
.gpro_see_more_box > .icon {
	display: inline-block;
	vertical-align: top;
}
.gpro_see_more_box > .icon {
	transition: transform 0.3s ease;
	margin: 0px 0px 0px 10px;
	width: 15px;
	height: 25px;
}
.gpro_see_more_cnt.show + .gpro_see_more_box > .icon {
	transform: rotate(180deg);
}
.gpro_slider {
	position: relative;
	letter-spacing: -0.31em;
	z-index: 10;
	margin: -20px -20px 55px -20px;
}
.gpro_slider .slider_cont {
	white-space: nowrap;
	overflow: hidden;
	font-size: 0;
	margin: 0px 25px;
	scroll-behavior: smooth;
}
.gpro_slider .slide-item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	letter-spacing: normal;
	color: white;
	width: 20%;
	height: 100px;
	line-height: 100px;
}
.gpro_slider .slide-item a {
	display: block;
}
.gpro_slider > .counter {
	position: absolute;
	top: 100px;
	width: 100%;
	text-shadow: 0 7px 12px rgba(0, 0, 0, 0.5);
	letter-spacing: 5px;
	color: white;
}
.gpro_slider > .counter .current {
	font-size: 35px;
	line-height: 30px;
}
.gpro_slider > .counter > span {
	vertical-align: top;
	display: inline-block;
	line-height: normal;
}
.gpro_slider .slide-item > .text {
	line-height: normal;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding: 0 85px;
	white-space: normal;
	text-shadow: 0 5px 10px rgba(0, 0, 0, 0.35);
}
.gpro_slider > .bullets {
	position: absolute;
	width: 100%;
	text-align: center;
	border-top: 1px solid #e1e6ea;
	border-bottom: 1px solid #e1e6ea;
	line-height: 12px;
	padding: 15px 0px;
	bottom: -45px;
}
.gpro_slider > .bullets b {
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 10px;
	margin: 0 4px;
	cursor: pointer;
	transition: all 0.3s ease;
	background-color: #fcfdfd;
	border: 1px solid red;
	box-shadow: inset 0 3px 0 rgba(175, 195, 203, 0.37);
}
.gpro_slider > .bullets b.active {
	background: #a40f0f;
	opacity: 1;
}
.gpro_slider > .prev,
.gpro_slider > .next {
	position: absolute;
	top: 50%;
	color: #e1e6ea;
	font-size: 15px;
	display: inline-block;
	width: 25px;
	margin: -7.5px 0 0 0;
	transition: all 0.3s ease;
	z-index: 100;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
}
.gpro_slider > .prev {
	left: 0px;
}
.gpro_slider > .next {
	right: 0px;
}
.gpro_slider > .prev:hover,
.gpro_slider > .next:hover {
	color: #186baa;
}
.gpro_slider .slide-item .image img {
	vertical-align: middle;
}
.gpro_pagination {
	list-style: none;
	font-size: 0px;
	letter-spacing: -0.31em;
	margin: 10px 0px 20px 0px;
	padding: 0px;
	text-align: center;
}
.gpro_pagination > li {
	font-size: 18px;
	font-family: var(--system-font);
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	background: white;
	box-shadow: 0 1px 1.9px 0.1px #d8d8d8;
	transition: background 0.3s ease;
}
.gpro_pagination > li:hover {
	background: #d7efff;
}
.gpro_pagination > li.active:hover {
	background: white;
}
ul.gpro_pagination > li:before {
	display: none;
}
.gpro_pagination > li button {
	background: none;
	border: none;
}
.gpro_pagination > li a,
.gpro_pagination > li button {
	text-decoration: none;
	padding: 15px 20px;
	display: block;
	cursor: pointer;
	font-size: 18px;
	font-weight: normal;
	color: #446f6f;
}
.gpro_pagination > li:first-child {
	border-radius: 5px 0px 0px 5px;
}
.gpro_pagination > li:last-child {
	border-radius: 0px 5px 5px 0px;
}
.gpro_pagination > li > span {
	color: #b7bbc1;
	padding: 15px 20px;
	display: block;
}
ul.gpro_pagination > li {
	min-width: 0px;
	max-width: none;
	flex: none;
	padding: 0px;
	display: flex;
	align-items: center;
}
ul.gpro_pagination {
	justify-content: center;
	margin: 20px 0px;
}
.gpro_section > .content h3 {
	font-family: var(--system-font);
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #1b1919;
	margin: 10px 0px 15px 0px;
}
.gpro_casino_list.b-list {
	display: flex;
	margin: 0px 0px 0px -20px;
}
.gpro_casino_list.b-list > .casino-item {
	border: 3px solid #000000;
	padding: 0px;
	flex: 1;
	margin: 0px 0px 0px 20px;
}
.gpro_casino_list.b-list > .casino-item > .name {
	display: flex;
	justify-content: center;
	align-items: center;
	background: black;
	color: white;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	padding: 5px 35px 5px 35px;
	position: relative;
	text-align: center;
	min-height: 50px;
}
.gpro_casino_list.b-list > .casino-item > .name .icon {
	position: absolute;
	left: 5px;
	color: #df1010;
	height: 25px;
	width: 25px;
}
.gpro_casino_list.b-list > .casino-item > .features {
	padding: 10px;
	text-align: left;
	background: white;
}
.gpro_casino_list.b-list > .casino-item:hover {
	box-shadow: none;
}
.gpro_casino_list.b-list > .casino-item > .image-wrap {
	background: #e5efef;
	padding: 5px 0;
}
.gpro_casino_list.b-list > .casino-item > .image-wrap > .image {
	border-radius: 50%;
	padding: 10px;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.gpro_casino_list.b-list > .casino-item > .image-wrap > .image .image-box img {
	max-height: 100%;
}
.gpro_section.cs-head .gpro_section.top-3 {
	margin: 0px;
}
.gpro_imenu {
	padding: 0px;
	margin: 0px;
}
.gpro_imenu .menu-item,
.gpro_imenu + .buttons {
	color: #006bae;
	padding: 10px 5px;
	border-bottom: 1px solid #f1f3f5;
	line-height: 15px;
	cursor: pointer;
	position: relative;
	font-size: 0px;
	letter-spacing: -0.31em;
	transition: box-shadow 0.3s ease;
	display: block;
	text-decoration: none;
}
.gpro_imenu + .buttons a {
	text-decoration: none;
}
.gpro_imenu .menu-item > .icon {
	position: absolute;
	top: 50%;
	right: 5px;
	margin: -6px 0px 0px 0px;
	color: #aab5c1;
	width: 15px;
	height: 15px;
}
.gpro_imenu .menu-item > div {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 13px;
	font-family: var(--system-font);
	letter-spacing: normal;
	color: #7f92ac;
	position: relative;
}
.gpro_imenu .menu-item > .image {
	width: 25%;
}
.gpro_imenu .menu-item > .image img {
	border-radius: 5px;
}
.gpro_imenu .menu-item > .info {
	width: 75%;
	line-height: 20px;
	padding: 0px 10px 0px 5px;
}
.gpro_imenu .menu-item > .buttons {
	width: 36%;
}
.gpro_imenu .menu-item > .info > .name {
	color: #186baa;
	text-overflow: ellipsis;
	overflow: hidden;
	transition: color 0.3s ease;
}
.gpro_imenu .menu-item > .info > .name > a {
	text-decoration: none;
}
.gpro_imenu .menu-item:hover {
	background: white;
	box-shadow: 0 0 25px rgba(53, 152, 219, 0.4);
}
.gpro_imenu .menu-item:hover > .info > .name {
	color: #00aeff;
}
.gpro_imenu + .buttons {
	font-size: 15px;
	letter-spacing: normal;
	padding: 20px;
	text-transform: uppercase;
	position: relative;
}
.gpro_imenu > .filter input {
	border: 2px solid #cccccc;
	border-radius: 3px;
	padding: 0px 10px;
	line-height: 30px;
}
.gpro_imenu > .filter {
	padding: 5px;
}
.gpro_schema_data {
	display: none;
}
.gpro_content.error-page .main-error {
	text-align: center;
}
.gpro_content.error-page .go-to-main-btn {
	display: block;
	margin: 25px auto 0px auto;
}
.gpro_box.cs-details .gpro_tbl_wrap {
	margin: -15px -15px 5px -15px;
}
.gpro_box.cs-details .gpro_tbl_wrap > table {
	margin: 0px;
	border: 0px;
}
.gpro_slider.c-scr {
	margin: 0px 0px 45px 0px;
}
.gpro_slider.c-scr .slide-item {
	width: 100%;
	height: auto;
}
.gpro_slider.c-scr .slider_cont {
	margin: 0px;
}
.gpro_slider.c-scr > .bullets {
	border: 0px;
}
.gpro_slider.c-scr > .next,
.gpro_slider.c-scr > .prev {
	display: none;
}
.gpro_cs_info > .description:after {
	display: block;
	content: '';
	clear: left;
}
.gpro_section > .content br + img {
	margin: 10px auto;
	display: block;
}
.gpro_section > .content .gpro_tbl_wrap br + img {
	display: initial;
	margin: 0px;
}
.gpro_form > .form-field.captcha .g-recaptcha {
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	margin-bottom: 15px;
}
.gpro_form > .form-field.captcha > .value {
	width: 100%;
}
.gpro_slot_filter {
	font-size: 0px;
	letter-spacing: -0.31em;
	display: flex;
	flex-wrap: wrap;
}
.gpro_slot_filter > .content {
	flex: 1 1 76.23%;
}
.gpro_slot_filter > .content,
.gpro_slot_filter > .gpro_slots_list {
	display: inline-block;
	vertical-align: top;
}
.gpro_form.s-filter {
	margin: 0px;
}
.gpro_form.s-filter .form-field > .value input + label a {
	color: #1b1919;
	text-decoration: none;
}
.gpro_form.s-filter .form-field,
.gpro_form.s-filter .buttons {
	padding: 0px 12px 12px 12px;
	font-size: 15px;
	letter-spacing: normal;
	box-sizing: border-box;
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}
.gpro_form.s-filter .form-field > .label,
.gpro_form.s-filter .form-field > .value {
	width: 100%;
}
.gpro_form.s-filter .form-field.rtp {
	width: 20%;
}
.gpro_form.s-filter > .content {
	margin: 0px -15px 0px -15px;
}
.gpro_form.s-filter .form-field:first-child {
	border: 0px;
}
.gpro_form.s-filter .buttons {
	width: 17%;
	padding: 30px 0px 0px 15px;
}
.gpro_form.s-filter .form-field.software {
	display: none;
}
.gpro_section.head .edit-btn {
	position: absolute;
	text-decoration: none;
	top: 50%;
	z-index: 5;
	right: 20px;
	width: 25px;
	margin: -12.5px 0px 0px 0px;
	box-sizing: border-box;
	vertical-align: top;
	background: white;
	color: #a40e0e;
}
.gpro_section.head .edit-btn .icon {
	width: 25px;
	height: 25px;
	position: relative;
	z-index: 10;
}
.gpro_section .edit-btn {
	text-decoration: none;
	display: inline-block;
}
.gpro_section.head > .label {
	padding: 25px 50px 25px 20px;
}
.gpro_empty {
	font-size: 15px;
	text-align: center;
	padding: 15px;
	border: 1px solid #f0f3f4;
	border-radius: 5px;
	box-sizing: border-box;
	background: white;
	flex: 1;
	color: #1b1919;
}
.gpro_content div > div + .gpro_empty {
	display: none;
}
.gpro_cont_main.error-page .gpro_section.head > .content {
	text-align: center;
}
.gpro_cont_main.error-page .error-image {
	margin: 20px 0px;
}
.gpro_section.sl-detail > .content {
	font-size: 0px;
	letter-spacing: -0.31em;
}
.gpro_slot_details {
	width: 100%;
	border-spacing: 0px;
	border: 0px solid red;
	border-collapse: collapse;
	box-sizing: border-box;
}
.gpro_slot_details.gpro_tbl_wrap {
	margin: 0px;
}
.gpro_slot_details .software_list {
	display: inline-block;
}
.gpro_slot_details td > .label,
.gpro_slot_details td > .value {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	letter-spacing: normal;
	line-height: 15px;
}
.gpro_slot_details td {
	border: 1px solid #e2e2e2;
	border-collapse: collapse;
	padding: 15px 10px;
	position: relative;
	font-size: 0px;
	letter-spacing: -0.31em;
}
.gpro_slot_details td:hover:before {
	width: 5px;
}
.gpro_slot_details td:before {
	content: '';
	position: absolute;
	width: 0px;
	height: 100%;
	left: 0px;
	top: 0px;
	background: #ff0000;
	transition: 0.3s ease width;
}
.gpro_slot_details td > .label:after {
	content: ':';
	display: inline-block;
	vertical-align: top;
	padding: 0px 2.5px;
}
.gpro_slot_details td a {
	text-decoration: none;
}
.gpro_slot_details td > .value .icon {
	display: inline-block;
	vertical-align: top;
	width: 15px;
	height: 15px;
}
.gpro_slot_details .slot_type_list {
	display: inline;
}
.gpro_slot_details td.s-types {
	max-width: 200px;
}
.gpro_slot_details td.s-types > .value {
	display: inline;
}
.gpro_slot_details .slot_type_list .slot-type-item:after {
	content: ',';
}
.gpro_slot_details .slot_type_list .slot-type-item:last-child:after {
	display: none;
}
.gpro_slot_details .icon-apply {
	color: green;
	font-weight: bold;
}
.gpro_slot_details .icon-close {
	color: red;
}
.gpro_section.head > .content > .s-image {
	float: left;
	margin: 0px 15px 15px 0px;
}
.gpro_cont_main.c-slots-soft .gpro_section.head {
	overflow: hidden;
}
.gpro_slayout {
	display: inline-block;
	vertical-align: middle;
	font-size: 0px;
	letter-spacing: -0.31em;
	line-height: 10px;
}
.gpro_slayout > .layout-row b {
	display: inline-block;
	vertical-align: top;
	background: #dc133c;
	width: 9px;
	height: 9px;
	margin: 1px 0px 0px 1px;
}
.gpro_slayout.vertical > .layout-row {
	display: inline-block;
	vertical-align: middle;
}
.gpro_slayout.vertical > .layout-row b {
	display: block;
}
.gpro_slot_details .slayout-style {
	display: inline-block;
	vertical-align: middle;
}
.gpro_module.n-news .gpro_imenu .menu-item > .info {
	vertical-align: top;
}
.gpro_casino_htbl + .content-author-update {
	margin-left: 0;
}
.content-author-update {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 15px;
	padding-right: 24px;
	padding-left: 24px;
	margin-left: -10px;
	z-index: 50;
	line-height: 1.2;
}
.content-author-update:last-child {
	margin-bottom: 0;
}
.content-author-update + .content {
	margin-top: -20px;
}
.content .content-author-update {
	padding-left: 0;
	padding-right: 0;
}
.content .content-author-update:not(:first-child) {
	margin-top: 20px;
}
.content-author-update > * {
	position: relative;
	padding-left: 6px;
	padding-right: 6px;
	white-space: nowrap;
	margin-bottom: 8px !important;
}
.content-author-update > *::after {
	content: '';
	position: absolute;
	right: -2px;
	bottom: 0;
	top: 0;
	margin: auto;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #c6c8cb;
	font-size: 0;
}
.content-author-update > *:last-child::after {
	display: none;
}
.content .content-author-update p,
.content .content-author-update a,
.content .content-author-update__disclosure > button,
.content-author-update p,
.content-author-update a,
.content-author-update__disclosure > button {
	font-size: 14px;
	line-height: 1.2;
	margin-top: 0;
	text-indent: 0;
}
.content-author-update p {
	color: #505050;
}
.content-author-update a,
.content-author-update__disclosure > button {
	color: #0c5892;
	text-decoration: underline;
}
.content-author-update a:hover,
.content-author-update__disclosure > button:hover {
	text-decoration: none;
	background: none;
	color: #0c5892;
}
.content-author-update__disclosure > button {
	width: auto;
	max-width: none;
	border: none;
	outline: none;
	background: transparent;
	padding: 0;
	text-transform: none;
	font-weight: 400;
}
.content-author-update__disclosure {
	font-size: 14px;
	line-height: 1.2;
}
.content-author-update__disclosure_drop {
	display: none;
	position: absolute;
	right: 0;
	top: calc(100% + 12px);
	width: 450px;
	background: #ffffff;
	padding: 20px;
	border: none;
	border-radius: 5px;
	box-shadow: 2px 4px 50px 0 rgba(0, 0, 0, 0.2);
	color: #1b1919;
	z-index: 11;
	white-space: normal;
}
.content-author-update__disclosure_drop.active {
	display: block;
}
.content-author-update__disclosure_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.content-author-update__disclosure_title {
	flex: 1 1 auto;
	font-size: 20px;
	font-weight: 600;
	margin-right: 10px;
}
.content-author-update__disclosure_close {
	flex: 0 0 28px;
	width: 28px;
	height: 28px;
	border-radius: 5px;
	background: #e5efef;
	padding: 6px;
	border: none;
	font-size: 0;
}
.content-author-update__disclosure_close svg {
	width: 100%;
	height: 100%;
	fill: #446f6f;
}
.content-author-update__disclosure_close:hover {
	background: #446f6f;
}
.content-author-update__disclosure_close:hover svg {
	fill: #fff;
}
.content-author-update__disclosure_desc {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 10px;
}
.content-author-update time {
	font-weight: 700;
}
.slot_top_title {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 1.15;
	font-weight: 700;
}
.gpro_play_frame {
	position: relative;
	min-height: 460px;
	display: flex;
	align-items: stretch;
	overflow: hidden;
	margin-top: 25px;
}
.gpro_play_frame:first-child {
	margin-top: 0;
}
.gpro_play_frame .image {
	width: 100%;
}
.gpro_play_frame .image img {
	height: 100%;
	width: 100%;
	object-position: center;
	object-fit: cover;
	border-radius: 5px;
}
.gpro_play_frame > .play-btn {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 50;
	cursor: pointer;
}
.gpro_play_frame iframe {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 30;
	opacity: 0;
	transition: opacity 2s ease;
	max-height: 100%;
}
.gpro_play_frame iframe[src] {
	opacity: 1;
	z-index: 60;
}
.gpro_play_frame .image:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background: #071828;
	opacity: 0.7;
	transition: opacity 0.3s ease;
	border-radius: 5px;
}
.gpro_play_frame > .buttons {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
	text-align: center;
	z-index: 40;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.gpro_play_frame > .buttons .button {
	display: block;
	margin: 0px auto 10px auto;
	max-width: 250px;
	border-radius: 5px;
	padding: 10px;
}
.gpro_play_frame > .buttons .play-for-free-btn {
	max-width: 250px;
}
.play-frame-logos {
	position: absolute;
	bottom: 30px;
	padding: 0 40px;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.play-frame-logos img {
	margin-top: 20px;
}
.play-frame-logos .age-logo img {
	margin-bottom: 10px;
	margin-top: 0;
}
.play-frame-logos div {
	text-align: center;
	font-weight: 700;
	font-size: 14px;
	line-height: 150%;
	color: #ffffff;
}
.play-frame-logos > div:first-child,
.play-frame-logos > div:last-child {
	width: 25%;
}
.play-frame-logos > div:last-child {
	text-align: right;
}
.play-frame-logos > div:last-child img {
	width: auto !important;
}
.play-for-free-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: center;
	color: white;
	max-width: 450px;
	margin-top: 20px;
	padding: 0 10px;
}
.gpro_search_panel {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1010;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.gpro_search_panel.show {
	visibility: visible;
	opacity: 1;
}
.gpro_search_panel .gpro_form {
	position: relative;
	top: -50px;
	z-index: 210;
	margin: 0px 0px 0px 0px;
	transition: top 0.3s ease;
}
.gpro_search_panel .gpro_form.search.proccess:before {
	background: none;
}
.gpro_search_panel .gpro_form.search.proccess:after {
	width: 40px;
	height: 40px;
	top: 25px;
	margin: -15px 0 0 -20px;
}
.gpro_search_panel.show .gpro_form {
	top: 0px;
}
.gpro_search_panel > .overlay {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0.6;
	z-index: 200;
}
.gpro_form.search .form-field > .value {
	width: 100%;
}
.gpro_form.search .form-field > .value input {
	border-radius: 0px 0px 20px 20px;
	padding: 0px 80px 0px 10px;
	height: 60px;
}
.gpro_form.search .buttons {
	position: absolute;
	width: 75px;
	height: 100%;
	top: 0px;
	right: 0px;
	padding: 0px;
}
.gpro_form.search .form-field {
	padding: 0px;
}
.gpro_form.search .buttons button {
	height: 100%;
	width: 100%;
	border-radius: 0px 0px 20px 0px;
	top: 0px;
}
.gpro_form.search .buttons button .icon {
	width: 25px;
	height: 25px;
	margin: 0 auto;
}
.gpro_form.search fieldset {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
.gpro_form.search fieldset legend {
	display: none;
}
.gpro_search_panel .results-list {
	position: absolute;
	width: 100%;
	max-width: 1080px;
	top: 60px;
	max-height: 90%;
	z-index: 210;
	margin: 0 15px;
	background: white;
	box-sizing: border-box;
	text-align: left;
	border-radius: 0px 0px 10px 10px;
	overflow: auto;
}
.gpro_search_panel .result-group {
	margin: 10px;
}
.gpro_search_panel .result-group > .hdr {
	border-bottom: 2px solid #e0e0e0;
	margin: 0px 0px 5px 0px;
	color: #1b1919;
}
.gpro_search_panel .result-group > .result-item {
	display: flex;
	margin: 5px 0px 0px 0px;
	border-radius: 5px;
	position: relative;
	transition: background 0.3s ease;
	text-decoration: none;
	align-items: center;
}
.gpro_search_panel .result-group > .result-item .image {
	width: 30px;
	height: 30px;
	margin: 0px 10px 0px 0px;
	display: flex;
	align-items: center;
	border-radius: 5px;
}
.gpro_search_panel .result-group.casino > .result-item .image {
	width: 30px;
	height: 30px;
	padding: 2.5px;
	border-radius: 50%;
	box-sizing: border-box;
}
.gpro_search_panel .result-group > .result-item .image.image-placeholder {
	background: url('/site/view/theme/default/css/../images/no_image.png')
		no-repeat center/100% auto;
}
.gpro_search_panel .result-group > .result-item .name {
}
.gpro_search_panel .result-group > .result-item .image img {
	border-radius: 5px;
}
.gpro_search_panel .result-group > .result-item:before {
	content: '';
	position: absolute;
	background: #dc143c;
	width: 0%;
	height: 1px;
	bottom: 0px;
	opacity: 0;
	left: 0px;
	box-shadow: 0px 0px 1px 0px #dc143c;
	transition: width 1s ease;
}
.gpro_search_panel .result-group > .result-item:hover:before {
	width: 100%;
	opacity: 1;
}
.gpro_search_panel .result-group > .result-item:hover {
	background: #ffffde;
}
.gpro_section.srch-casino .gpro_search_list > .search-item > .image {
	width: 160px;
	max-width: 100%;
	padding: 15px;
	margin: 0 auto;
	border-radius: 50%;
	box-sizing: border-box;
}
.gpro_section.sl-details > .content {
	padding: 0px;
}
.gpro_cookies {
	position: fixed;
	width: 100%;
	bottom: 0;
	left: 0;
	text-align: center;
	z-index: 1000;
	background: #504d4f;
	background: rgba(0, 0, 0, 0.65);
	color: #ffffff;
	padding: 0 10px;
	box-sizing: border-box;
}
.gpro_cookies a {
	color: inherit;
	font-weight: 700;
	text-decoration: underline;
}
.gpro_cookies button {
	max-width: 60px;
	padding: 7px;
	line-height: 14px;
	margin: 10px 0px 10px 10px;
	vertical-align: middle;
}
.gpro_cookies > .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.2;
	letter-spacing: normal;
	margin: 10px 0;
}
.gpro_module.sl-details .gpro_slot_info {
	text-align: center;
}
.gpro_slot_info {
	margin: 0px 0px 20px 0px;
}
.gpro_section.sl-freeroll .gpro_rating {
	width: 110px;
	float: left;
	margin: 0 10px 0 0;
}
.gpro_section.sl-freeroll .gpro_rating .stars {
	width: 110px;
	height: 20px;
	vertical-align: text-top;
	margin-top: -2px;
}
.gpro_tabs {
	font-size: 0px;
	letter-spacing: -0.31em;
}
.gpro_tabs > .tab-item {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	padding: 15px;
	margin: 0px;
	text-transform: uppercase;
	background: #f9f9f9;
	box-sizing: border-box;
	border-right: 1px solid #d6d6d6;
	border-left: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	cursor: pointer;
	position: relative;
	transition: background 0.3s ease;
	letter-spacing: normal;
	text-indent: 0px;
}
.gpro_tabs > .tab-item + .tab-item {
	border-left: 0px;
}
.gpro_tabs > .tab-item.active {
	background: white;
	z-index: 15;
}
.gpro_tabs > .tab-item.active:before {
	height: 5px;
	background: #32cd32;
}
.gpro_tabs > .tab-item:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0px;
	width: 100%;
	height: 0px;
	transition: all 0.3s ease;
}
.gpro_tabs > .tab-item.active:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	background: white;
	left: 0px;
	bottom: -1px;
}
.gpro_tabs_info > .tab-content {
	visibility: hidden;
	overflow: hidden;
	max-height: 0px;
	opacity: 0;
	transition: visibility 0.3s, opacity 0.3s;
}
.gpro_tabs_info > .tab-content.active {
	visibility: visible;
	max-height: none;
	opacity: 1;
}
.gpro_section.smap > .content ul {
	margin: 0px;
}
.gpro_section.smap > .content ul li {
	min-width: 25%;
	max-width: 25%;
}
.gpro_section.smap > .content ul li a {
	text-decoration: none;
}
.gpro_section.smap > .content ul li a:hover {
	text-decoration: underline;
}
.gpro_section.sl-freeroll .play-for-real-bonus-btn {
	max-width: none;
	margin: 20px 0px 0px 0px;
}
.gpro_payment_list.links {
	border: 0px;
	border-radius: 0px;
}
.gpro_payment_list.links > .payment-link {
	font-size: 15px;
	padding: 0px 3px 0px 0px;
}
.gpro_payment_list.links > .payment-link:after,
.gpro_software_list.links > .software-link:after {
	content: ',';
}
.gpro_payment_list.links > .payment-link:last-child:after,
.gpro_software_list.links > .software-link:last-child:after {
	display: none;
}
.gpro_box.cs-details > .label {
	margin: 0px;
	padding: 17px 10px;
	background: #e5efef;
	border-radius: 0;
	box-shadow: none;
	font-size: 20px;
}
.gpro_box.cs-details > .content {
	padding: 15px;
}
.gpro_box.cs-details > .content > .buttons {
	text-align: center;
	margin: 30px 0px 0px 0px;
}
.gpro_modal {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1600;
	text-align: center;
	opacity: 0;
	box-sizing: border-box;
	visibility: hidden;
	transition: opacity 0.3s ease;
	border: 0px;
}
.gpro_modal > .overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 1400;
	background: black;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease;
}
.gpro_modal.show {
	visibility: visible;
	opacity: 1;
	border: 0px;
}
.gpro_modal.show > .overlay {
	visibility: visible;
	opacity: 0.5;
}
.gpro_modal > .modal-box {
	background: #ffffff;
	color: #49535c;
	position: relative;
	z-index: 1500;
	max-width: 600px;
	margin: 0px auto 0 auto;
	padding: 25px 30px;
	border-radius: 10px;
	top: 15%;
	box-sizing: border-box;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
	transition: visibility 0.8s ease-in-out, top 0.8s ease-in-out;
}
.gpro_modal > .modal-box > .hdr {
	font-size: 24px;
	font-family: var(--system-font);
	font-weight: bold;
	text-transform: uppercase;
	padding: 25px;
	margin: -25px -30px 25px -30px;
	line-height: 20px;
	border: 1px solid #e1e6ea;
	border-radius: 5px 5px 0px 0px;
	position: relative;
	background: white;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.12);
}
.gpro_modal > .modal-box > .icon.close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	left: auto;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.gpro_modal > .modal-box > .content {
	font-size: 18px;
}
.gpro_modal > .modal-box > .content > .close-btn {
	margin: 25px auto 0px auto;
	display: block;
}
.gpro_modal_content {
	display: none;
}
.gpro_modal .gpro_modal_content {
	display: block;
}
.gpro_modal_content.pmnt-box > .buttons {
	margin: 25px 0px 0px 0px;
}
.gpro_modal_content.pmnt-box .see-all-btn {
	margin: 0px 0px 10px 0px;
}
.gpro_modal_content.pmnt-box > .text {
	text-align: justify;
	font-size: 15px;
}
.gpro_software_list.links {
	border: 0px;
	border-radius: 0px;
}
.gpro_software_list.links > .software-link {
	font-size: 15px;
	padding: 0px 3px 0px 0px;
}
.gpro_filter_list {
	margin: 0px 0px 10px 0px;
	font-size: 15px;
	letter-spacing: normal;
	padding: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.gpro_filter_list::-webkit-scrollbar {
	display: none;
}
.gpro_filter_list > .filter-item {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border-radius: 100px;
	text-align: center;
	box-sizing: border-box;
	padding: 0px 5px;
	margin: 0px 0px 0px 0.5%;
	transition: background 0.3s ease;
	flex: 1;
}
.gpro_filter_list > .filter-item:nth-child(1) {
	margin: 0px;
}
.gpro_filter_list > .filter-item .name {
	line-height: 15px;
	font-weight: bold;
	transition: color 0.3s ease;
	padding: 0px 0px 0px 10px;
	text-align: left;
}
.gpro_filter_list > .filter-item .icon {
	min-width: 55px;
	max-width: 55px;
	height: 55px;
	padding: 5px;
	box-sizing: border-box;
}
.gpro_filter_list > .filter-item .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.gpro_filter_list > .filter-item.active {
	background: #2d7f8f;
}
.gpro_filter_list > .filter-item.active .name {
	color: white;
}
@media (hover: hover) and (pointer: fine) {
	.gpro_filter_list > .filter-item:hover {
		background: #2d7f8f;
	}
	.gpro_filter_list > .filter-item:hover .name {
		color: white;
	}
}
.gpro_form.cs-filter {
	margin: 0px;
}
.gpro_filter_list > .caption {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
table:not(.no-wrap) {
	border: 0px;
	border-bottom: 1px solid #e1e6ea;
	border-spacing: 0px;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: normal;
}
table:not(.no-wrap) tr td,
table:not(.no-wrap) tr th {
	padding: 10px;
	border: 1px solid #e1e6ea;
	border-top: 0px;
	border-bottom: 0px;
	box-sizing: border-box;
}
table:not(.no-wrap) a {
	display: inline-block;
	color: #0c5892;
}
table:not(.no-wrap) tr td {
	background: white;
}
table:not(.no-wrap) tr:nth-child(odd) td {
	background: whitesmoke;
}
table:not(.no-wrap) tr th {
	background: whitesmoke;
	border: 1px solid #e1e6ea;
	box-sizing: border-box;
}
.gpro_tbl_wrap {
	font-size: 0;
	letter-spacing: -0.31em;
	overflow: auto;
	position: relative;
	clear: both;
	margin: 15px 0;
	box-sizing: border-box;
}
.gpro_tbl_wrap:first-child {
	margin-top: 0px;
}
.gpro_tbl_wrap:last-child {
	margin-bottom: 0px;
}
.gpro_tbl_wrap > .f-col thead tr th:first-child ~ *,
.gpro_tbl_wrap > .f-col tbody tr th:first-child ~ *,
.gpro_tbl_wrap > .f-col tbody tr td:first-child ~ * {
	visibility: hidden;
}
.gpro_tbl_wrap > .f-col thead tr th:first-child,
.gpro_tbl_wrap > .f-col tbody tr th:first-child,
.gpro_tbl_wrap > .f-col tbody tr td:first-child {
	position: relative;
	z-index: 25;
}
.gpro_tbl_wrap > .scroll thead tr th:first-child ~ *,
.gpro_tbl_wrap > .scroll tbody tr th:first-child ~ *,
.gpro_tbl_wrap > .scroll tbody tr td:first-child ~ * {
	position: relative;
	z-index: 20;
}
.gpro_tbl_wrap > .f-col thead tr .merged:first-child,
.gpro_tbl_wrap > .f-col tbody tr .merged:first-child {
	visibility: hidden;
}
.gpro_section .gpro_tbl_wrap > .f-col {
	position: absolute;
	z-index: 10;
	overflow: hidden;
}
.gpro_tbl_wrap > .scroll {
	overflow: auto;
	position: relative;
	z-index: 5;
}
table a.button,
table .button {
	padding: 10px;
	line-height: 15px;
}
@keyframes tbl-hand-anim {
	0% {
		right: -60px;
		visibility: hidden;
	}
	50% {
		opacity: 1;
		visibility: visible;
	}
	100% {
		right: 160px;
		visibility: hidden;
	}
}
.gpro_section .gpro_tbl_wrap > .hand-anim {
	position: absolute;
	right: 60px;
	top: 50%;
	width: 65px;
	height: 100px;
	margin: -50px 0px 0px 0px;
	background: url(../images/hand-anim.png) no-repeat;
	opacity: 0;
	animation: 2.5s linear 0s 2 tbl-hand-anim;
	z-index: 30;
	backface-visibility: hidden;
	visibility: hidden;
}
.gpro_urating {
	display: inline-block;
	vertical-align: top;
	margin: 0px;
	white-space: nowrap;
}
.gpro_urating label {
	cursor: pointer;
	color: #ffda44;
	padding: 0px;
	display: inline-block;
	vertical-align: top;
}
.gpro_urating input[type='radio'] + label {
	margin: 0px;
	padding: 0px 2px;
	line-height: 20px;
	letter-spacing: normal;
}
.gpro_urating.not-rated:hover input + label .icon,
.gpro_urating.not-rated:hover input:checked ~ label .icon {
	color: #ffda44;
}
.gpro_urating .icon-star-half,
.gpro_urating .icon-star,
.gpro_urating.not-rated:hover input + label:hover ~ label .icon {
	color: white;
	stroke: #ffda44;
	stroke-width: 2px;
}
.gpro_urating input[type='radio'] + label .icon-star-half {
	fill: url(#grd-star-half) #905e5e;
}
.gpro_urating.not-rated:hover input + label:hover ~ label .icon-star-half {
	fill: #ffffff;
}
.gpro_urating.not-rated:hover input[type='radio'] + label .icon-star-half {
	fill: #ffda44;
}
.gpro_urating.not-rated input:checked + label ~ label .icon {
	color: white;
	stroke: #ffda44;
	stroke-width: 2px;
}
.gpro_urating input[type='radio'] + label:before,
.gpro_urating input[type='radio'] + label:after,
.gpro_urating input[type='checkbox'] + label:before,
.gpro_urating input[type='checkbox'] + label:after {
	display: none;
}
.gpro_urating input[type='radio'] + label .icon {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
}
.gpro_howto_list {
	padding: 20px 20px 0px 20px;
	background: #f1fbff;
}
.gpro_howto_list > header > .hdr-img {
	border-radius: 0px 10px 0px 10px;
	float: right;
	margin: -20px -20px 0px 0px;
	padding: 0px 0px 5px 5px;
	max-width: 155px;
	box-sizing: border-box;
}
.gpro_howto_list > header > .label:before {
	content: '?';
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	background: #556672;
	color: white;
	border-radius: 50%;
	padding: 8px;
	width: 20px;
	height: 20px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	display: none;
}
.gpro_section.gpro_howto_list > header > .amount {
	display: none;
}
.gpro_howto_list > .content > .text {
	background: #fff;
	margin-bottom: 20px;
	padding: 15px;
	border-radius: 5px;
	margin-right: -10px;
}
.gpro_howto_list.slot > .content > .text {
	margin-right: 0;
	padding: 0;
	border-radius: 0;
}
.gpro_section.gpro_howto_list > .content ol {
	margin: 0px 0px 0px -10px;
}
.gpro_howto_list > ol {
	margin: 0px;
}
.gpro_howto_list ol > .howto-item {
	position: relative;
	counter-increment: howto-cnt;
	padding: 15px 15px 15px 40px;
	margin: 15px 0px 0px 10px;
	border-radius: 5px;
	background: white;
}
.gpro_howto_list ol > .howto-item:first-child {
	margin: 0px 0px 0px 10px;
}
.gpro_howto_list ol > .howto-item > .label {
	font-family: var(--system-font);
	font-weight: bold;
	font-size: 20px;
	line-height: 25px;
	display: block;
	color: #0e8398;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
}
.gpro_howto_list ol > .howto-item[data-sid]:hover > .label {
	text-decoration: underline;
	cursor: pointer;
}
.gpro_howto_list ol > .howto-item > .value {
	line-height: 20px;
	margin: 0px;
	text-indent: 0px;
}
.gpro_howto_list ol > .howto-item:before {
	content: counter(howto-cnt);
	position: absolute;
	border-radius: 50%;
	text-align: center;
	font-family: var(--system-font);
	font-weight: bold;
	line-height: 25px;
	width: 36px;
	height: 36px;
	padding: 5px;
	box-sizing: border-box;
	margin: -18px 0px 0px 0px;
	left: -18px;
	top: 50%;
	font-size: 18px;
	background: #0e8398;
	color: white;
}
.gpro_howto_list.slot {
	background: #fff;
	padding: 0;
}
.gpro_howto_list.slot ol > .howto-item {
	padding: 0 0 0 40px;
	display: flex;
	align-items: center;
	min-height: 36px;
	margin-top: 10px;
}
.gpro_howto_list.slot ol > .howto-item:first-child {
	margin-top: 0;
}
.gpro_section.gpro_howto_list.slot > .content ol {
	margin: 0 0 5px 5px;
}
blockquote {
	background: rgba(229, 239, 239, 0.5);
	padding: 20px 15px 10px;
	-webkit-flex-basis: 100%;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	min-width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-style: italic;
	font-weight: 500;
	font-size: 20px;
	line-height: 180%;
	color: #fff;
	position: relative;
	margin: 20px 0;
}
blockquote > span:not([class]) {
	display: block;
	line-height: 12px;
	font-size: 48px;
}
blockquote span:first-child {
	position: relative;
	top: 0;
	text-align: left;
}
blockquote span:last-child {
	text-align: right;
	margin-top: 10px;
	padding-right: 3px;
}
blockquote + p {
	margin: 25px 0px 0px 0px;
}
blockquote.b-red {
	background: white;
	color: #1b1919;
	text-align: left;
	font-style: normal;
	border-left: 10px solid #a40f0f;
	border-radius: 0px;
	padding: 0px 0px 0px 15px;
	font-size: 20px;
	font-weight: bold;
}
blockquote.b-red > span {
	display: none;
}
blockquote.b-red > .q-left,
blockquote.b-red > .q-right {
	display: none;
}
.gpro_section > .content blockquote h2 {
	color: white;
	margin: 0px;
	text-align: left;
	font-size: 18px;
}
.gpro_section.sl-detail > .content .f-col table tr:first-child td {
	text-align: left;
}
.gpro_casino_htbl {
	background: white;
	font-family: var(--system-font);
	color: #1b1919;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	font-size: 0px;
	letter-spacing: -0.31em;
	border: 5px solid #e5efef;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
}
.gpro_casino_htbl > .logo-box,
.gpro_casino_htbl > .main-box,
.gpro_casino_htbl > .specs-box {
	vertical-align: middle;
	box-sizing: border-box;
	display: inline-flex;
	flex-direction: column;
	justify-content: space-between;
}
.gpro_casino_htbl .logo-box {
	flex: 0 0 236px;
	width: 236px;
	text-align: center;
	position: relative;
}
.gpro_casino_htbl .logo-box .logo {
	width: 236px;
	height: 236px;
	display: flex;
	align-items: center;
	border-radius: 50%;
	box-sizing: border-box;
	margin-bottom: 40px;
	padding: 20px;
	overflow: hidden;
}
.gpro_casino_htbl .logo-box .logo a {
	display: flex;
	align-items: center;
}
.gpro_casino_htbl .visit-btn {
	height: 60px;
	font-family: var(--system-font);
	font-weight: bold;
	line-height: 15px;
	padding: 8px 5px;
	font-size: 18px;
	text-transform: capitalize;
}
.gpro_casino_htbl .visit-btn small {
	display: block;
	font-family: var(--system-font);
	font-size: 14px;
	font-weight: 400;
	margin-top: 4px;
}
.gpro_casino_htbl .logo-box > .buttons .read-review-btn {
	margin: 0px 0px 15px 0px;
}
.gpro_casino_htbl .logo-box > .buttons .claim-bonus-btn,
.gpro_casino_htbl .logo-box > .buttons .visit-btn,
.gpro_casino_htbl .logo-box > .buttons .add-review-t-btn {
	margin: 10px 0px 0px 0px;
	height: 60px;
	text-transform: capitalize;
}
.gpro_casino_htbl .caption-box {
	background: #f1f6f6;
	border-radius: 15px;
	box-sizing: border-box;
	padding: 20px;
	margin-bottom: 15px;
}
.gpro_section.cs-head .buttons .visit-btn,
.gpro_section.cs-head .buttons .claim-bonus-btn {
	font-family: var(--system-font);
	font-weight: bold;
}
.gpro_section.cs-head .buttons .claim-bonus-btn {
	line-height: 15px;
	margin: 0px 0px 0px 30px;
}
.gpro_section.cs-head .buttons .claim-bonus-btn span,
.gpro_section.cs-reviews .buttons .claim-bonus-btn span {
	font-size: 10px;
	font-family: var(--system-font);
	line-height: 10px;
	display: block;
	text-transform: none;
	opacity: 0.75;
}
.gpro_casino_htbl .specs-box {
	width: 25%;
	padding: 0px 0px 0px 20px;
}
.gpro_casino_htbl h1 {
	font-size: 32px;
	font-family: var(--system-font);
	font-weight: bold;
	letter-spacing: normal;
	color: #1e2223;
	text-transform: uppercase;
	line-height: 30px;
	margin: 0px;
}
.gpro_casino_htbl .specs-box > .label {
	font-size: 24px;
	line-height: 24px;
	color: #468bd4;
	text-transform: uppercase;
	margin: 0px 0px 20px 0px;
}
.gpro_casino_htbl .gpro_breadcrumbs {
	display: none;
}
.gpro_casino_htbl .specs-box > .buttons,
.gpro_casino_htbl .specs-box > .terms {
	display: none;
}
.gpro_casino_htbl .main-box {
	position: relative;
	vertical-align: top;
	padding: 0px 25px;
	width: 52%;
}
.gpro_casino_htbl .caption-box .rating .text {
	float: right;
	line-height: 24px;
	font-size: 24px;
	font-family: var(--system-font);
	font-weight: bold;
	letter-spacing: normal;
	color: #1b1919;
}
.gpro_casino_htbl .caption-box > .rating {
	overflow: hidden;
	font-size: 0px;
	margin: 15px 0px 0px 0px;
}
.gpro_casino_htbl .main-box > .cs-feature-box {
	flex: 1;
}
.gpro_casino_htbl .main-box > .cs-feature-box .cs-features,
.gpro_casino_htbl .main-box > .cs-feature-box .cs-payments {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
}
.gpro_casino_htbl .cs-feature-box .cs-features > .label,
.gpro_casino_htbl .cs-feature-box .cs-payments > .label {
	font-size: 18px;
	font-family: var(--system-font);
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #446f6f;
	margin-bottom: 5px;
	letter-spacing: normal;
	line-height: 1.8;
}
.gpro_casino_htbl .main-box .cs-features > .content > .buttons,
.gpro_casino_htbl .main-box .cs-payments > .content > .buttons {
	display: none;
	text-align: center;
}
.gpro_casino_htbl .gpro_payment_list > .payment-item {
	width: 25%;
	min-width: auto;
}
.gpro_casino_htbl .main-box > .cs-feature-box .cs-payments {
	padding: 0px 0px 0px 15px;
}
.gpro_casino_htbl .main-box > .cs-feature-box .cs-payments .bonus {
	font-size: 18px;
	font-family: var(--system-font);
	font-weight: bold;
	text-align: center;
	color: red;
}
.gpro_casino_htbl .main-box .not-recomend {
	font-size: 20px;
	font-family: var(--system-font);
	font-weight: bold;
	text-align: center;
	margin: 30px 0px 25px 0px;
}
.gpro_casino_htbl .main-box > .cs-updated,
.gpro_casino_htbl .logo-box > .cs-updated {
	margin: 40px 0px;
	font-size: 15px;
	font-family: var(--system-font);
	letter-spacing: normal;
	text-indent: 0px;
}
.gpro_casino_htbl .main-box > .cs-updated {
	display: none;
}
.gpro_casino_htbl .logo-box > .cs-updated {
	line-height: 1.3;
	margin: 0px 0px 10px 0px;
	flex: 1;
}
.gpro_casino_htbl .main-box > .cs-updated .icon-clock,
.gpro_casino_htbl .logo-box > .cs-updated .icon-clock {
	color: #446f6f;
	margin-bottom: 6px;
}
.gpro_casino_htbl .logo-box > .cs-updated .icon-clock,
.gpro_casino_htbl .main-box > .cs-updated .icon-clock {
	width: 25px;
	height: 25px;
	margin: 0 auto 10px;
}
.gpro_casino_htbl .main-box > .cs-updated .icon-clock {
	display: inline-block;
}
.gpro_casino_htbl .main-box > .cs-updated time,
.gpro_casino_htbl .logo-box > .cs-updated time {
	color: #446f6f;
	padding: 0px 0px 0px 5px;
	font-family: var(--system-font);
	font-weight: bold;
	margin-top: 3px;
}
.gpro_casino_htbl .logo-box > .cs-updated time {
	display: block;
}
.gpro_section .gpro_casino_htbl .main-box a.gpro_bonus_box {
	max-width: none;
	padding: 10px;
	margin: 0px 0px 10px 0px;
	background: #f1f6f6;
	border-radius: 5px;
	transition: background 0.3s ease, color 0.3s ease;
	text-align: left;
}
.gpro_section .gpro_casino_htbl .main-box a.gpro_bonus_box .text {
	font-size: 18px;
	font-weight: 900;
}
.gpro_casino_htbl .main-box > .cs-feature-box .cs-features .claim .text,
.gpro_casino_htbl .main-box > .claim .text {
	display: inline-block;
	vertical-align: middle;
}
.gpro_casino_htbl .main-box > .cs-feature-box .cs-features .claim .icon,
.gpro_casino_htbl .main-box > .claim .icon {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 25px;
	height: 25px;
	position: relative;
	bottom: -3px;
}
.gpro_casino_htbl .main-box > .cs-feature-box .cs-features .claim,
.gpro_casino_htbl .main-box > .claim {
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 8px;
	color: #177108;
}
.gpro_section .gpro_casino_htbl .main-box a.gpro_bonus_box:hover {
	background: #32cd32;
	color: white;
}
.gpro_section .gpro_casino_htbl .main-box a.gpro_bonus_box .icon {
	width: 40px;
	height: 40px;
	margin: 0px 5px 0px 0px;
	vertical-align: middle;
}
.gpro_casino_htbl .main-box .gpro_bonus_box .icon,
.gpro_casino_htbl .main-box .gpro_bonus_box .text {
	display: inline-block;
	vertical-align: middle;
}
.gpro_casino_htbl .main-box .gpro_bonus_box .icon {
	width: 15%;
	max-width: 50px;
}
.gpro_casino_htbl .main-box .gpro_bonus_box .text {
	max-width: 85%;
	width: auto;
	text-align: left;
}
.gpro_casino_htbl > .main-box .visit-btn {
	max-width: none;
}
.casino-page-new-design .gpro_bonus_box span {
	text-transform: uppercase;
}
.gpro_text_block_w_button .gpro_btn_list {
	margin-bottom: 15px;
}
.gpro_text_block_w_button > .content p.f-center {
	margin-top: 20px;
}
.gpro_casino_htbl .how-rate-link {
	position: relative;
	display: block;
	padding: 0 0 0 32px;
	margin: auto 0 0;
	font-size: 16px;
	color: #186baa;
	font-weight: 600;
}
.gpro_casino_htbl .how-rate-link::before {
	content: 'i';
	position: absolute;
	left: 0;
	top: 0;
	width: 24px;
	height: 24px;
	background: #186baa;
	border-radius: 50%;
	font-size: 17px;
	color: #ffffff;
	font-weight: 600;
	font-family: serif;
	line-height: 24px;
	text-align: center;
}
.gpro_rating,
.gpro_section p.gpro_rating {
	font-size: 0px;
	line-height: 18px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	text-indent: 0px;
	margin: 0px;
}
.gpro_rating > .stars .fill {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.gpro_rating > .stars:before,
.gpro_rating > .stars .fill:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	background-image: url('/assets/images/stars-empty.svg');
	background-position: top left;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 100%;
	display: block;
}
.gpro_rating > .stars .fill:before {
	background-image: url('/assets/images/stars-active.svg');
}
.gpro_rating > .text {
	float: right;
	padding: 0px 0px 0px 10px;
	display: block;
	font-size: 24px;
}
.gpro_rating > .stars {
	width: 85px;
	height: 15px;
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.gpro_casino_htbl .caption-box > .rating .gpro_rating .stars {
	width: 270px;
	height: 24px;
}
.gpro_casino_htbl .logo-box > .badge {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50px;
	height: 50px;
}
.gpro_casino_htbl .logo-box > .badge:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	right: 0px;
}
.gpro_casino_htbl .logo-box > .badge.best:before {
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 125px 125px 0 0;
	border-color: #ff6600 transparent transparent transparent;
}
.gpro_casino_htbl .logo-box > .badge > .text {
	position: absolute;
	width: 72px;
	padding: 7.5px 0px 0px 7.5px;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
}
.gpro_casino_htbl .logo-box > .badge > .text .icon {
	display: block;
	margin: 5px 0px 0px 0px;
	font-size: 20px;
}
.gpro_casino_htbl .logo-box > .badge.best:before {
	left: 0px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 110px 110px 0 0;
	border-color: #ff6600 transparent transparent transparent;
}
.gpro_casino_htbl .logo-box > .badge.best {
	left: -20px;
	top: -20px;
	text-align: left;
	width: auto;
	height: auto;
}
.gpro_casino_htbl .logo-box > .badge.best > .text {
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.gpro_casino_htbl .logo-box > .badge.best > .text .icon {
	width: 20px;
	height: 20px;
}
.gpro_section > .label + .gpro_rating,
.gpro_section header > .label + .gpro_rating {
	position: absolute;
	right: 20px;
	top: 50%;
	margin: -10px 0px 0px 0px;
	font-size: 0px;
	font-family: var(--system-font);
	font-weight: bold;
	line-height: 20px;
	z-index: 25;
}
.gpro_section > .label + .gpro_rating .stars,
.gpro_section header > .label + .gpro_rating .stars {
	width: 223px;
	height: 20px;
}
.gpro_section.cs-head .gpro_section header > .label {
	margin: 0px;
}
.gpro_section.cs-head .gpro_section header {
	position: relative;
}
.gpro_popup {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1200;
	text-align: center;
	display: none;
}
.gpro_popup.show {
	display: block;
}
.gpro_popup > .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.85);
	cursor: pointer;
	z-index: 5;
	backdrop-filter: blur(10px);
}
.gpro_popup > .popup_box {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 10;
	background: white;
	box-sizing: border-box;
	border-radius: 5px;
	width: 500px;
	max-width: 90%;
	display: inline-block;
	transform: translate(-50%, -50%);
}
.preview-box .gpro_popup > .popup_box {
	transform: none;
}
.gpro_popup > .popup_box > .present .present-wrap .bg-decor {
	position: absolute;
	left: 50%;
	top: -65px;
	width: 242px;
	height: 197px;
	margin: 0px 0px 0px -122px;
	object-position: top;
}
.gpro_popup > .popup_box > .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 15px;
	height: 15px;
	background: white;
	padding: 10px;
	border-radius: 50%;
	color: #dc133c;
	cursor: pointer;
	transition: background 0.3s ease, color 0.3s ease;
	z-index: 100;
}
.gpro_popup > .popup_box > .close-btn:hover {
	background: #dc133c;
	color: white;
}
.gpro_popup > .popup_box .die-tag {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 15px;
	left: -35px;
	z-index: 5;
	font-size: 14px;
	line-height: 0.95;
	text-transform: uppercase;
	font-weight: 700;
	color: #1b1919;
	width: 140px;
	height: 40px;
	text-align: center;
	transform: rotate(-45deg);
	box-sizing: border-box;
	padding-left: 17px;
	padding-right: 17px;
}
.gpro_popup > .popup_box .die-tag::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: linear-gradient(90deg, #f37405 20%, #ffbf35 50%, #f37405 80%);
	box-shadow: 0 4px 10px 0 #00000026;
	z-index: -1;
	clip-path: polygon(29% 0%, 71% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(29% 0%, 71% 0%, 100% 100%, 0% 100%);
}
.gpro_popup > .popup_box > .present {
	background: #a40f0f;
	border-radius: 5px 5px 0px 0px;
	position: relative;
	padding: 115px 0px 0px 0px;
}
.gpro_popup > .popup_box > .info > .label {
	font-size: 32px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	color: #32cd32;
	padding: 24px 25px 10px;
	white-space: normal;
	display: block;
}
.gpro_popup > .popup_box > .info > .bonus-box > .p-logo,
.gpro_popup > .popup_box > .info > .bonus-box > .bonus {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
}
.gpro_popup > .popup_box > .info > .bonus-box > .bonus {
	font-size: 30px;
	font-weight: bold;
	max-width: 70%;
	color: #5f5656;
	line-height: 30px;
	text-align: left;
	box-sizing: border-box;
	padding: 0px 0px 0px 10px;
}
.gpro_popup > .popup_box > .info > .bonus-box > .p-logo {
	max-width: 60px;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 10px;
}
.gpro_popup > .popup_box > .info > .bonus-box > .bonus strong,
.gpro_popup > .popup_box > .info > .bonus-box > .bonus b {
	font-size: 26px;
	line-height: 32px;
}
.gpro_popup > .popup_box > .info > .buttons {
	padding: 14px 24px 24px;
}
.gpro_popup > .popup_box > .info > .buttons .button {
	max-width: none;
	border-radius: 5px;
	font-weight: bold;
	text-transform: none;
}
.gpro_popup > .popup_box > .info > .buttons .p-yes-btn {
	margin: 0px 0px 5px 0px;
	font-size: 22px;
}
.gpro_popup > .popup_box > .info > .buttons .p-no-btn {
	color: #616161;
	background: #e8e8e8;
	border: 2px solid #b0b0b0;
	cursor: default;
}
.gpro_popup > .popup_box > .info > .buttons .p-yes-btn .c-name {
	display: block;
	font-size: 18px;
	font-weight: normal;
	text-transform: none;
	line-height: 15px;
}
.gpro_popup > .popup_box > .present .special {
	text-align: left;
	padding: 0px 0px 10px 10px;
}
.gpro_popup > .popup_box > .present .s-flag {
	position: absolute;
	width: 42px;
	height: 42px;
	bottom: -21px;
	left: 50%;
	margin: 0px 0px 0px -21px;
	border-radius: 50%;
	overflow: hidden;
	box-sizing: border-box;
	background: white;
}
.gpro_popup > .popup_box > .present .s-flag img {
	width: 100%;
	height: 100%;
}
.gpro_popup > .popup_box > .present .special span {
	font-size: 16px;
	font-weight: bold;
	line-height: 18.4px;
	max-width: 115px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: white;
}
.gpro_popup > .popup_box > .present .special img {
	vertical-align: middle;
	margin: 0px 4px 0px 0px;
}
.gpro_popup > .popup_box > .info > .bonus-box > .bonus p {
	margin: 0px;
}
.gpro_popup > .popup_box > .info > .payments {
	display: none;
	padding: 20px 25px 0px 25px;
	color: #1b1919;
}
.gpro_popup > .popup_box > .info > .payments > .label {
	font-size: 15px;
	letter-spacing: 0px;
}
.gpro_popup > .popup_box > .info > .payments > .payment-list {
	display: flex;
}
.gpro_popup > .popup_box > .info > .payments > .payment-list .payment-item {
	flex: 1;
	margin: 2.5px;
}
.gpro_popup > .popup_box > .info > .payments > .payment-list .payment-item img {
	width: auto;
	height: auto;
}
.hide-desktop {
	display: block !important;
}
.payments-table table {
	text-align: center;
	border: none !important;
	padding-bottom: 67px;
}
.payments-table {
	height: 300px;
	overflow: hidden;
	border: 5px solid #446f6f;
	border-radius: 5px;
	position: relative;
	margin: 15px 0;
}
td.transaction_amount,
td.transaction_time,
td.transaction_fees {
	text-align: center;
}
.payments-table.open {
	height: auto;
}
.payments-table .gpro_tbl_wrap {
	margin: 0;
}
.payments-table .open-table {
	background: #f3f8f8;
	box-shadow: 0px -10px 20px rgba(0, 0, 0, 0.2);
	border-radius: 0px 0px 5px 5px;
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}
.open-table-button {
	font-weight: 700;
	font-size: 14px;
	line-height: 165%;
	text-align: center;
	color: #446f6f;
	padding: 7px 40px;
	border: 1px solid #5a9494;
	border-radius: 5px;
	cursor: pointer;
	position: relative;
	display: flex;
	align-items: center;
}
.open-table-button .less {
	display: none;
}
.open-table-button:after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #5a9494;
	border-right: 2px solid #5a9494;
	display: block;
	transform: rotate(135deg);
	margin-left: 7px;
	position: relative;
	top: -2px;
}
.open-table-button.up:after {
	transform: rotate(-45deg);
	top: 3px;
}
.gpro-popup-bot-screen {
	position: fixed;
	bottom: -200px;
	left: 0;
	right: 0;
	background: #ffffff;
	box-shadow: 0 -10px 20px 0 rgba(0, 0, 0, 0.1);
	z-index: 99;
	transition: 0.3s;
}
.gpro-popup-bot-screen.active {
	bottom: 0;
}
.gpro-popup-bot-screen__wrap {
	max-width: 1198px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 14px;
	box-sizing: border-box;
}
.gpro-popup-bot-screen__logo {
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-top: 0;
	margin-bottom: 0;
	border-radius: 50%;
	padding: 15px;
	box-sizing: border-box;
}
.gpro-popup-bot-screen__logo img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}
.gpro-popup-bot-screen__stat {
	flex: 0 0 100px;
	width: 100px;
}
.gpro-popup-bot-screen__name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}
.gpro-popup-bot-screen__stat .rating-box {
	margin-top: 7px;
	line-height: 1;
}
.gpro-popup-bot-screen__stat .rating-box .gpro_rating > .stars {
	height: 17px;
	width: 96px;
}
.gpro-popup-bot-screen__desc {
	flex: 1 1 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.gpro-popup-bot-screen__bonus {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.gpro-popup-bot-screen__bonus.pc {
	text-transform: uppercase;
}
.gpro-popup-bot-screen__bonus.mobile {
	display: none;
}
.gpro-popup-bot-screen__bonus.mobile > *:last-child {
	text-transform: uppercase;
}
.gpro-popup-bot-screen__terms {
	margin-bottom: 0;
	margin-top: 7px;
	font-size: 14px;
	line-height: 1.45;
}
.gpro-popup-bot-screen__terms a:hover {
	text-decoration: none;
}
.gpro-popup-bot-screen__btn.button {
	flex: 0 0 200px;
	width: 200px;
	font-size: 16px;
	line-height: 1.1;
}
.gpro-content-imgs-scroll {
	display: flex;
	justify-content: flex-start;
	overflow-x: auto;
	padding-bottom: 10px;
}
.gpro-content-imgs-scroll::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}
.gpro-content-imgs-scroll::-webkit-scrollbar-track {
	background: rgba(198, 200, 203, 0.2);
	border-radius: 20px;
}
.gpro-content-imgs-scroll::-webkit-scrollbar-thumb {
	background: #c6c8cb;
	border-radius: 20px;
}
.gpro-content-imgs-scroll img {
	flex: 0 0 calc(50% - 10px);
	width: calc(50% - 10px);
	margin-left: 20px;
	object-position: center;
	object-fit: cover;
	border-radius: 5px;
	height: 100%;
}
.gpro-content-imgs-scroll img:first-child {
	margin-left: 0;
}
.gpro-sidebar-new-bonus {
	position: relative;
	margin-bottom: 30px;
	background: #f1f6f6;
	border: 3px solid #0ca5c0;
	border-radius: 18px;
	padding-top: 20px;
}
.gpro-sidebar-new-bonus__label {
	margin-bottom: 14px;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 50px;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 700;
	color: #0ca5c0;
	line-height: 1.2;
}
.gpro-sidebar-new-bonus__item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 20px;
	border-bottom: 1px solid #cdc9e4;
	text-decoration: none;
}
.gpro-sidebar-new-bonus__item:last-child {
	border-bottom: none;
}
.gpro-sidebar-new-bonus__logo {
	flex: 0 0 80px;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	border-radius: 50%;
	padding: 10px;
	margin-top: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}
.gpro-sidebar-new-bonus__logo img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
}
.gpro-sidebar-new-bonus__desc {
	flex: 1 1 auto;
}
.gpro-sidebar-new-bonus__welcome {
	width: max-content;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 700;
	line-height: 1.2;
	padding: 6px 10px;
	white-space: nowrap;
	border-radius: 100px;
	background: #24b90c;
	margin-top: 0;
	margin-bottom: 5px;
}
.gpro-sidebar-new-bonus__bonus {
	font-size: 14px;
	color: #0ca5c0;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
}
.gpro-sidebar-new-bonus__name {
	font-size: 16px;
	color: #0ca5c0;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin: 0;
}
.gpro-sidebar-new-bonus__die {
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #0ca5c0;
	font-size: 16px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}
.gpro-popular-categories {
	padding-top: 20px;
	padding-bottom: 10px;
	background: #ffffff;
	border-radius: 5px;
	margin-bottom: 30px;
}
.gpro-popular-categories:last-child {
	margin-bottom: 0;
}
.gpro-popular-categories__label {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 30px;
	margin-top: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.gpro-popular-categories__list {
	padding: 0;
}
.gpro-popular-categories__item {
	margin: 0 0 20px !important;
	padding: 0 !important;
	list-style: none;
}
.gpro-popular-categories__item:last-child {
	margin-bottom: 0;
}
.gpro-popular-categories__item.active .gpro-popular-categories__drop {
	display: block;
}
.gpro-popular-categories__btn {
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 16px;
	font-weight: 700;
	padding: 0 20px;
	color: #1b1919;
	background: none;
	border: none;
	text-transform: none;
	text-align: left;
}
.gpro-popular-categories__btn svg {
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	margin-left: 10px;
	transform: rotate(180deg);
}
.gpro-popular-categories__btn.active svg {
	transform: rotate(0);
	fill: #c6c8cb;
}
.gpro-popular-categories__drop {
	display: none;
	padding: 10px 0 0;
	list-style: none;
}
.gpro-popular-categories__drop_item {
	padding: 0 !important;
	margin: 0 !important;
}
.gpro-popular-categories__link {
	position: relative;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	line-height: 1.2;
	color: #186baa;
	transition: 0.3s;
}
.gpro-popular-categories__link::before {
	content: '';
	position: absolute;
	left: 25px;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #186baa;
}
.gpro-popular-categories__link span {
	display: block;
	border-bottom: 1px solid #f1f6f6;
	padding-left: 21px;
	padding-top: 16px;
	padding-bottom: 16px;
}
.gpro-popular-categories__item:last-child
	.gpro-popular-categories__drop_item:last-child
	span {
	border-bottom: none;
}
.gpro-popular-categories__link:hover {
	box-shadow: 0 0 25px 0 rgba(0, 153, 222, 0.4);
}
@media (max-width: 643px) {
	ul.gpro_pagination[data-ajax_form='#gpro_vacancy_list']
		.item:not(.current):not(.prev):not(.next) {
		display: none;
	}
}
@media (max-width: 370px) {
	ul.gpro_pagination[data-ajax_form='#gpro_vacancy_list'] .item:not(.current) {
		display: none;
	}
}
.responsive-16-9 {
	max-width: 100%;
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
	border-radius: 10px;
	overflow: hidden;
}
#review-message {
	font-size: 16px;
	min-height: 67px;
	width: 100%;
	max-width: 100%;
	border: 1px solid #e1e6ea;
	border-radius: 5px;
	box-sizing: border-box;
	padding: 15px;
	color: #1b1919;
	font-family: var(--system-font);
	transition: box-shadow 0.3s ease;
	vertical-align: top;
}
#review-message:focus {
	outline: none;
	box-shadow: 0px 0px 4px 0px #ce3d3d;
}
textarea:has(+ #review-message) {
	display: none;
}
#review-message:empty:not(:focus):before {
	content: attr(data-placeholder);
	color: rgb(117, 117, 117);
}
.form-field.error #review-message {
	border-color: #a40f0f;
}
.gpro-footer {
	padding: 0;
	font-size: 0;
	letter-spacing: -0.31em;
	color: #ffff;
	background: #843131;
	margin: 0;
}
.gpro-footer__content {
	padding-top: 30px;
	display: flex;
	align-items: flex-start;
}
.gpro-footer__content_info {
	flex-basis: 24%;
	padding-right: 40px;
	box-sizing: border-box;
}
.gpro-footer .gpro_langbox {
	float: none;
	height: 40px;
	display: none;
}
.gpro-footer__content_menu {
	flex-grow: 1;
	box-sizing: border-box;
}
.gpro-footer__bottom {
	display: flex;
	align-self: center;
	padding: 20px 0 30px;
}
.gpro-footer__links {
	display: flex;
	justify-content: center;
	margin-top: 26px;
	align-items: flex-start;
}
.gpro-footer__links > div,
.gpro-footer__links > a {
	margin: 0 10px;
}
.gpro-footer__links > div:first-child,
.gpro-footer__links > a:first-child {
	margin: 0 10px 0 0;
}
.gpro-footer__links > div:last-child,
.gpro-footer__links > a:last-child {
	margin: 0 0 0 10px;
}
.gpro-footer__links svg {
	width: 40px;
	height: 40px;
	color: #ffffff;
}
.gpro-footer__links > div.dmca {
	margin-left: 0;
}
.gpro-footer__links .dmca svg {
	width: 120px;
}
.gpro-footer__links .icon-gamecare svg {
	width: 32px;
}
.gpro-footer__bottom_copyright {
	font-size: 12px;
	line-height: 13.8px;
	color: #ffffff;
	letter-spacing: normal;
	flex-basis: 24%;
	padding-right: 40px;
	box-sizing: border-box;
}
.gpro-footer__bottom_copyright a {
	color: #ffffff;
	cursor: pointer;
	text-decoration: underline;
}
.gpro-footer__bottom_copyright a:hover {
	text-decoration: none;
}
.gpro-footer__bottom_copyright p {
	margin: 0;
}
.gpro_menu.bot-menu {
	display: flex;
}
.gpro_menu.bot-menu + .gpro_menu.bot-menu {
	display: block;
}
.gpro_menu.bot-menu > .menu-item {
	flex-grow: 1;
}
.gpro-footer__content_menu {
	flex-grow: 1;
	padding: 0;
}
.gpro_menu.bot-menu > .menu-item > a,
.gpro_menu.bot-menu > .menu-item > span {
	padding: 10px 0;
	display: block;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: normal;
	min-width: 185px;
	box-sizing: border-box;
	transition: color 0.3s ease, background 0.3s;
	cursor: pointer;
	text-decoration: none;
}
.gpro_menu.bot-menu > .menu-item > .sub-menu,
.gpro_menu.bot-menu > .menu-item:hover > .sub-menu {
	position: static;
	visibility: visible;
	opacity: 1;
	transform: none;
	background: none;
	box-shadow: none;
	border: 0;
	min-width: auto;
	max-height: none;
}
.gpro_menu.bot-menu .sub-menu > .menu-item > a,
.gpro_menu.bot-menu .sub-menu > .menu-item > span {
	padding: 10px 10px 0 0;
	transition: color 0.3s ease;
}
.gpro_menu.bot-menu > .menu-item.hdr > span,
.gpro_menu.bot-menu > .menu-item.hdr > a {
	padding: 0;
	margin-bottom: 20px;
	min-width: auto;
	color: #ffffff;
	font-family: var(--system-font);
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	cursor: default;
}
.gpro_menu.bot-menu > .menu-item.hdr {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	padding-left: 15px;
}
.gpro_wrap.footer-header-wrap {
	align-items: center;
}
.gpro-footer__content_menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.gpro-footer__content_response {
	flex-basis: 22.2%;
	box-sizing: border-box;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.gpro-footer__content_response_label {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
	color: #ffffff;
}
.gpro-footer__content_response .text div,
.gpro-footer__content_response p {
	margin-bottom: 0;
	font-size: 12px;
	line-height: 13.8px;
}
.gpro-footer__content_response .text div a,
.gpro-footer__content_response p a {
	color: #fff;
}
.gpro-footer__content_social {
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -6px;
	margin-left: -12px;
	flex: 1 1 100%;
}
.gpro-footer__content_social > a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	min-width: 30px;
	color: #761f1f;
	background: #fff;
	display: inline-flex;
	align-items: center;
	margin-left: 12px;
	margin-bottom: 6px;
}
.gpro-footer__content_social > a .icon {
	max-height: 50%;
}
.gpro-footer__content_social > a:hover .icon {
	color: inherit !important;
}
.gpro-footer__logos_top {
	background: #c24747;
	padding: 20px;
}
.gpro-footer__logos {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.gpro-footer__logos_label {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18.4px;
	color: #ffffff;
}
ul.gpro-footer__logos_list {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	align-items: center;
	list-style: none;
}
.footer-header-awards-title {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	margin-left: auto;
	margin-right: 30px;
	color: #ffffff;
}
ul.gpro-footer__logos_list li:before {
	display: none;
}
ul.gpro-footer__logos_list li {
	min-width: 0;
	margin: 0 15px;
}
ul.gpro-footer__logos_list li div,
ul.gpro-footer__logos_list li a {
	display: block;
	height: 40px;
}
ul.gpro-footer__logos_list li img {
	max-height: 100%;
	width: auto;
}
ul.gpro-footer__logos_list li:first-child {
	margin-left: 0;
}
ul.gpro-footer__logos_list li:last-child {
	margin-right: 0;
}
.gpro-footer__logos_bottom {
	background: #761f1f;
	padding: 25px 20px;
}
.gpro-footer__logos_bottom .gpro-footer__logos {
	align-items: flex-start;
}
.gpro-footer__logos_bottom .gpro-footer__logos_label {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	white-space: nowrap;
	height: 40px;
	display: flex;
	align-items: center;
	margin-top: 5px;
}
.gpro-footer__logos_bottom ul.gpro-footer__logos_list {
	justify-content: flex-end;
	flex-grow: 1;
	margin-right: -16px;
}
.gpro-footer__logos_bottom ul.gpro-footer__logos_list li {
	min-width: 0;
	margin: 5px 16px;
	line-height: 0;
}
.gpro_menu.cp-menu {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.gpro_menu.cp-menu > .menu-item > span,
.gpro_menu.cp-menu > .menu-item > a {
	font-size: 12px;
	text-decoration: none;
	line-height: 13.8px;
	min-width: 0px;
	padding: 0px 16px 0px 0px;
	color: white;
}
.gpro_menu.cp-menu > .menu-item:hover > a {
	background: none !important;
}
.gpro-footer__header_title {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	margin-left: auto;
	margin-right: 30px;
	color: #ffffff;
}
.gpro-footer__header {
	background: #761f1f;
	padding: 20px 0;
}
.gpro-footer__header_wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
ul.gpro-footer__header_awards {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	align-items: center;
	list-style: none;
}
ul.gpro-footer__header_awards li:first-child {
	margin-left: 0;
}
ul.gpro-footer__header_awards li {
	min-width: 0;
	margin: 0 8px;
}
ul.gpro-footer__header_awards li a {
	height: 60px;
	display: block;
}
ul.gpro-footer__header_awards li img {
	max-height: 100%;
	width: auto;
}
ul.gpro-footer__header_awards li:last-child {
	margin-right: 0;
}
.gpro-footer__header_logo {
	text-align: center;
	align-self: center;
	margin-right: 30px;
}
.gpro-footer__tab-locale {
	position: relative;
	color: #fff;
	text-align: left;
	margin-top: 26px;
}
.gpro-footer__tab-locale_title {
	width: 100%;
	position: relative;
	border-radius: 5px;
	background: #2c2d30;
}
.gpro-footer__tab-locale_title::before {
	content: '';
	position: absolute;
	top: 12px;
	right: 12px;
	margin: auto;
	border: 5px solid transparent;
	border-top: 8px solid white;
}
.gpro-footer__tab-locale_title.show::before {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	top: 7px;
}
.gpro-footer__tab-locale_title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 240px;
	height: 32px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 13.8px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	padding: 4px;
	cursor: pointer;
	color: inherit;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.gpro-footer__tab-locale_flag {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 24px;
	flex: 0 0 24px;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 6px;
}
.gpro-footer__tab-locale_flag img {
	width: 100%;
	height: 100%;
}
.gpro-footer__tab-locale_flag svg {
	width: 24px;
	height: 24px;
	color: #fff;
}
.gpro-footer__tab-locale_item {
	color: #1b1919;
	font-size: 12px;
	line-height: 13.8px;
	height: 22px;
	box-sizing: border-box;
	padding: 4px 20px 4px 8px;
	text-decoration: none;
	display: block;
}
.gpro-footer__tab-locale_drop {
	position: absolute;
	top: -170px;
	left: 0;
	right: 0;
	height: 166px;
	overflow: hidden;
	z-index: 10;
	box-sizing: border-box;
	display: none;
}
.gpro-footer__tab-locale_content {
	width: 100%;
	max-height: 100%;
	overflow: auto;
	padding: 6px 0;
	box-sizing: border-box;
	border-radius: 5px;
	background: #ffffff;
}
.gpro-footer__tab-locale_title.show + .gpro-footer__tab-locale_drop {
	display: flex;
	align-items: flex-end;
}
.gpro-footer__tab-locale_content::-webkit-scrollbar {
	width: 4px;
}
.gpro-footer__tab-locale_content::-webkit-scrollbar-track {
	background: #f1f6f6;
	border-radius: 2px;
}
.gpro-footer__tab-locale_content::-webkit-scrollbar-thumb {
	background-color: #c6c8cb;
	border-radius: 10px;
}
.gpro-footer__tab-locale_content {
	scrollbar-width: thin;
	scrollbar-color: #ccc #f1f6f6;
}
.gpro-footer__tab-locale_content.active {
	display: block;
}
.gpro_logged_in {
	color: white;
	background: #820708;
	font-size: 22px;
	font-weight: bold;
	padding: 12px;
	border: 3px solid;
	border-top-color: orangered;
	border-left-color: orangered;
	border-right-color: #4e040c;
	border-bottom-color: #4e040c;
	border-radius: 12px;
	display: inline-block;
	z-index: 9999;
	position: fixed;
	top: 10px;
	left: 10px;
	box-shadow: 2px 2px 8px 4px rgba(0, 0, 0, 0.5);
}
.gpro_logged_in a,
.gpro_logged_in span {
	display: inline-block;
}
.gpro_logged_in .edit-btn {
	color: white;
	width: 25px;
	margin-left: 12px;
	margin-bottom: -8px;
}
.casino-navigation__wrap {
	background: #fff0f0;
	padding: 10px 0;
}
.casino-navigation {
	display: flex;
}
.casino-navigation__scroll {
	overflow: auto;
}
.casino-navigation__scroll::-webkit-scrollbar {
	display: none;
}
.casino-navigation__item {
	padding-left: 5px;
	flex: 0 0 auto;
}
.casino-navigation__item:first-child {
	padding-left: 0;
}
.casino-navigation__link {
	padding: 10px;
	background: #ffffff;
	border: 1px solid #843131;
	border-radius: 5px;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	color: #1b1919;
	font-weight: 700;
	height: 40px;
	display: inline-flex;
	align-items: center;
	box-sizing: border-box;
	white-space: nowrap;
}
.casino-navigation__link.active {
	background: #843131;
	color: #fff;
}
.casino-navigation__link img {
	width: 18px;
	height: 18px;
	display: inline-block;
	margin-right: 5px;
}
