/*! 
 * angular-loading-bar v0.6.0
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2014 Wes Cruver
 * License: MIT
 */#loading-bar,#loading-bar-spinner {
	pointer-events: none;
	-webkit-pointer-events: none;
	transition: 350ms linear all;
}

#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active,#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active {
	opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave,#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave {
	opacity: 1;
}

#loading-bar .bar {
	transition: width 350ms;
	background: #29d;
	position: fixed;
	z-index: 10002;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}

#loading-bar .peg {
	position: absolute;
	width: 70px;
	right: 0;
	top: 0;
	height: 2px;
	opacity: .45;
	-ms-box-shadow: #29d 1px 0 6px 1px;
	box-shadow: #29d 1px 0 6px 1px;
	border-radius: 100%;
}

#loading-bar-spinner {
	display: block;
	position: fixed;
	z-index: 10002;
	top: 10px;
	left: 10px;
}

#loading-bar-spinner .spinner-icon {
	width: 14px;
	height: 14px;
	border: solid 2px rgba(0,0,0,0);
	border-top-color: #29d;
	border-left-color: #29d;
	border-radius: 10px;
	animation: loading-bar-spinner 400ms linear infinite;
}

@keyframes loading-bar-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.cg-notify-message {
	position: fixed;
	top: 0px;
	z-index: 9999;
	max-width: 400px;
	text-align: center;
	background-color: #d9edf7;
	color: #31708f;
	padding: 15px;
	border: 1px solid #bce8f1;
	border-radius: 4px;
	transition: top .5s ease-out,opacity .2s ease-out;
	visibility: hidden;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.cg-notify-message-center {
	left: 50%;
}

.cg-notify-message-left {
	left: 15px;
}

.cg-notify-message-right {
	right: 15px;
}

.cg-notify-message a {
	font-weight: bold;
	color: inherit;
}

.cg-notify-message a:hover {
	color: inherit;
}

.cg-notify-close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
	position: absolute;
	top: 0px;
	right: 3px;
	line-height: 15px;
}

.cg-notify-close:hover,.cg-notify-close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

.cg-notify-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.responsive {
	width: 100%;
	border-collapse: collapse;
}

@media only screen and (max-width: 800px) {
	.responsive>thead,.responsive>tbody,.responsive>tbody>tr,.responsive>thead>th {
		display: block;
	}

	.responsive>thead>tr,.responsive>thead>tr>th,.responsive>tbody>tr>th {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	.responsive>tbody>tr {
		border: 1px solid #ccc;
	}

	.responsive>tbody>tr>td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50% !important;
		white-space: normal;
		text-align: left;
		display: block;
		box-sizing: content-box;
		min-height: 1em;
	}

	.responsive>tbody>tr>td::before {
		position: absolute;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		-ms-word-wrap: break-word;
		word-wrap: break-word;
		text-align: left;
		font-weight: bold;
		content: attr(data-title);
	}

	.responsive td.responsive-omit-title:nth-child(odd),.responsive td.responsive-omit-title:nth-child(even) {
		padding-left: 6px;
	}

	.responsive td.responsive-omit-title::before {
		display: none;
	}

	.responsive td.responsive-omit-if-empty:empty {
		display: none;
	}
}
/*! angularjs-slider - v7.1.0 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervi.eu>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2022-05-26 */.rzslider {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 4px;
	margin: 35px 0 15px 0;
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.rzslider.noanimate * {
	transition: none !important;
}

.rzslider.with-legend {
	margin-bottom: 40px;
}

.rzslider[disabled] {
	cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
	cursor: not-allowed;
	background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
	cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
	background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
	cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
	background: #8b91a2;
}

.rzslider span {
	position: absolute;
	display: inline-block;
	white-space: nowrap;
}

.rzslider .rz-base {
	width: 100%;
	height: 100%;
	padding: 0;
}

.rzslider .rz-bar-wrapper {
	left: 0;
	z-index: 1;
	width: 100%;
	height: 32px;
	padding-top: 16px;
	margin-top: -16px;
	box-sizing: border-box;
	transition: all linear .3s;
}

.rzslider .rz-draggable {
	cursor: move;
}

.rzslider .rz-bar {
	left: 0;
	z-index: 1;
	width: 100%;
	height: 4px;
	background: #d8e0f3;
	border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
	background: rgba(0,0,0,0);
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
	background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
	background: #03a688;
}

.rzslider .rz-selection {
	z-index: 2;
	background: #0db9f0;
	border-radius: 2px;
	transition: background-color linear .3s;
}

.rzslider .rz-restricted {
	z-index: 3;
	background: red;
	border-radius: 2px;
}

.rzslider .rz-pointer {
	top: -14px;
	z-index: 3;
	width: 32px;
	height: 32px;
	cursor: pointer;
	background-color: #0db9f0;
	border-radius: 16px;
	transition: all linear .3s;
}

.rzslider .rz-pointer:after {
	position: absolute;
	top: 12px;
	left: 12px;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 4px;
	content: "";
}

.rzslider .rz-pointer:hover:after {
	background-color: #fff;
}

.rzslider .rz-pointer.rz-active {
	z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
	background-color: #451aff;
}

.rzslider .rz-bubble {
	bottom: 16px;
	padding: 1px 3px;
	color: #55637d;
	cursor: default;
	transition: all linear .3s;
}

.rzslider .rz-bubble.rz-limit {
	color: #55637d;
	transition: none;
}

.rzslider .rz-ticks {
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 0;
	margin: 0;
	list-style: none;
	box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
	top: auto;
	bottom: -32px;
}

.rzslider .rz-tick {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	margin-left: 11px;
	text-align: center;
	cursor: pointer;
	background: #d8e0f3;
	border-radius: 50%;
	transition: background-color linear .3s;
}

.rzslider .rz-tick.rz-selected {
	background: #0db9f0;
}

.rzslider .rz-tick-value {
	position: absolute;
	top: -30px;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
	position: absolute;
	top: 24px;
	max-width: 50px;
	white-space: normal;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
	position: relative;
	width: 4px;
	height: 100%;
	padding: 0;
	margin: 0 20px;
	vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
	width: 100%;
	height: 100%;
	padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
	top: auto;
	left: 0;
	width: 32px;
	height: 100%;
	padding: 0 0 0 16px;
	margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
	bottom: 0;
	left: auto;
	width: 4px;
	height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
	top: auto;
	bottom: 0;
	left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
	bottom: 0;
	left: 16px !important;
	margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
	top: 0;
	left: -3px;
	z-index: 1;
	width: 0;
	height: 100%;
}

.rzslider.rz-vertical .rz-tick {
	margin-top: 11px;
	margin-left: auto;
	vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
	top: auto;
	left: 24px;
	-ms-transform: translate(0, -28%);
	transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
	top: auto;
	right: 24px;
	max-width: none;
	white-space: nowrap;
	-ms-transform: translate(0, -28%);
	transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
	right: 24px;
	bottom: auto;
	left: auto;
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],template {
	display: none;
}

a {
	background-color: rgba(0,0,0,0);
}

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

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

b,strong {
	font-weight: 700;
}

dfn {
	font-style: italic;
}

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

mark {
	color: #000;
	background: #ff0;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

hr {
	height: 0;
	box-sizing: content-box;
}

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
	height: auto;
}

input[type=search] {
	box-sizing: content-box;
	-webkit-appearance: textfield;
}

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

fieldset {
	padding: .35em .625em .75em;
	margin: 0 2px;
	border: 1px solid silver;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: 700;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,th {
	padding: 0;
}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print {
	*,:after,:before {
		color: #000 !important;
		text-shadow: none !important;
		background: 0 0 !important;
		box-shadow: none !important;
	}

	a,a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,a[href^="#"]:after {
		content: "";
	}

	blockquote,pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	img,tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	h2,h3,p {
		orphans: 3;
		widows: 3;
	}

	h2,h3 {
		page-break-after: avoid;
	}

	.navbar {
		display: none;
	}

	.btn>.caret,.dropup>.btn>.caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table td,.table th {
		background-color: #fff !important;
	}

	.table-bordered td,.table-bordered th {
		border: 1px solid #ddd !important;
	}
}

@font-face {
	font-family:"Glyphicons Halflings";src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "*";
}

.glyphicon-plus:before {
	content: "+";
}

.glyphicon-eur:before,.glyphicon-euro:before {
	content: "€";
}

.glyphicon-minus:before {
	content: "−";
}

.glyphicon-cloud:before {
	content: "☁";
}

.glyphicon-envelope:before {
	content: "✉";
}

.glyphicon-pencil:before {
	content: "✏";
}

.glyphicon-glass:before {
	content: "";
}

.glyphicon-music:before {
	content: "";
}

.glyphicon-search:before {
	content: "";
}

.glyphicon-heart:before {
	content: "";
}

.glyphicon-star:before {
	content: "";
}

.glyphicon-star-empty:before {
	content: "";
}

.glyphicon-user:before {
	content: "";
}

.glyphicon-film:before {
	content: "";
}

.glyphicon-th-large:before {
	content: "";
}

.glyphicon-th:before {
	content: "";
}

.glyphicon-th-list:before {
	content: "";
}

.glyphicon-ok:before {
	content: "";
}

.glyphicon-remove:before {
	content: "";
}

.glyphicon-zoom-in:before {
	content: "";
}

.glyphicon-zoom-out:before {
	content: "";
}

.glyphicon-off:before {
	content: "";
}

.glyphicon-signal:before {
	content: "";
}

.glyphicon-cog:before {
	content: "";
}

.glyphicon-trash:before {
	content: "";
}

.glyphicon-home:before {
	content: "";
}

.glyphicon-file:before {
	content: "";
}

.glyphicon-time:before {
	content: "";
}

.glyphicon-road:before {
	content: "";
}

.glyphicon-download-alt:before {
	content: "";
}

.glyphicon-download:before {
	content: "";
}

.glyphicon-upload:before {
	content: "";
}

.glyphicon-inbox:before {
	content: "";
}

.glyphicon-play-circle:before {
	content: "";
}

.glyphicon-repeat:before {
	content: "";
}

.glyphicon-refresh:before {
	content: "";
}

.glyphicon-list-alt:before {
	content: "";
}

.glyphicon-lock:before {
	content: "";
}

.glyphicon-flag:before {
	content: "";
}

.glyphicon-headphones:before {
	content: "";
}

.glyphicon-volume-off:before {
	content: "";
}

.glyphicon-volume-down:before {
	content: "";
}

.glyphicon-volume-up:before {
	content: "";
}

.glyphicon-qrcode:before {
	content: "";
}

.glyphicon-barcode:before {
	content: "";
}

.glyphicon-tag:before {
	content: "";
}

.glyphicon-tags:before {
	content: "";
}

.glyphicon-book:before {
	content: "";
}

.glyphicon-bookmark:before {
	content: "";
}

.glyphicon-print:before {
	content: "";
}

.glyphicon-camera:before {
	content: "";
}

.glyphicon-font:before {
	content: "";
}

.glyphicon-bold:before {
	content: "";
}

.glyphicon-italic:before {
	content: "";
}

.glyphicon-text-height:before {
	content: "";
}

.glyphicon-text-width:before {
	content: "";
}

.glyphicon-align-left:before {
	content: "";
}

.glyphicon-align-center:before {
	content: "";
}

.glyphicon-align-right:before {
	content: "";
}

.glyphicon-align-justify:before {
	content: "";
}

.glyphicon-list:before {
	content: "";
}

.glyphicon-indent-left:before {
	content: "";
}

.glyphicon-indent-right:before {
	content: "";
}

.glyphicon-facetime-video:before {
	content: "";
}

.glyphicon-picture:before {
	content: "";
}

.glyphicon-map-marker:before {
	content: "";
}

.glyphicon-adjust:before {
	content: "";
}

.glyphicon-tint:before {
	content: "";
}

.glyphicon-edit:before {
	content: "";
}

.glyphicon-share:before {
	content: "";
}

.glyphicon-check:before {
	content: "";
}

.glyphicon-move:before {
	content: "";
}

.glyphicon-step-backward:before {
	content: "";
}

.glyphicon-fast-backward:before {
	content: "";
}

.glyphicon-backward:before {
	content: "";
}

.glyphicon-play:before {
	content: "";
}

.glyphicon-pause:before {
	content: "";
}

.glyphicon-stop:before {
	content: "";
}

.glyphicon-forward:before {
	content: "";
}

.glyphicon-fast-forward:before {
	content: "";
}

.glyphicon-step-forward:before {
	content: "";
}

.glyphicon-eject:before {
	content: "";
}

.glyphicon-chevron-left:before {
	content: "";
}

.glyphicon-chevron-right:before {
	content: "";
}

.glyphicon-plus-sign:before {
	content: "";
}

.glyphicon-minus-sign:before {
	content: "";
}

.glyphicon-remove-sign:before {
	content: "";
}

.glyphicon-ok-sign:before {
	content: "";
}

.glyphicon-question-sign:before {
	content: "";
}

.glyphicon-info-sign:before {
	content: "";
}

.glyphicon-screenshot:before {
	content: "";
}

.glyphicon-remove-circle:before {
	content: "";
}

.glyphicon-ok-circle:before {
	content: "";
}

.glyphicon-ban-circle:before {
	content: "";
}

.glyphicon-arrow-left:before {
	content: "";
}

.glyphicon-arrow-right:before {
	content: "";
}

.glyphicon-arrow-up:before {
	content: "";
}

.glyphicon-arrow-down:before {
	content: "";
}

.glyphicon-share-alt:before {
	content: "";
}

.glyphicon-resize-full:before {
	content: "";
}

.glyphicon-resize-small:before {
	content: "";
}

.glyphicon-exclamation-sign:before {
	content: "";
}

.glyphicon-gift:before {
	content: "";
}

.glyphicon-leaf:before {
	content: "";
}

.glyphicon-fire:before {
	content: "";
}

.glyphicon-eye-open:before {
	content: "";
}

.glyphicon-eye-close:before {
	content: "";
}

.glyphicon-warning-sign:before {
	content: "";
}

.glyphicon-plane:before {
	content: "";
}

.glyphicon-calendar:before {
	content: "";
}

.glyphicon-random:before {
	content: "";
}

.glyphicon-comment:before {
	content: "";
}

.glyphicon-magnet:before {
	content: "";
}

.glyphicon-chevron-up:before {
	content: "";
}

.glyphicon-chevron-down:before {
	content: "";
}

.glyphicon-retweet:before {
	content: "";
}

.glyphicon-shopping-cart:before {
	content: "";
}

.glyphicon-folder-close:before {
	content: "";
}

.glyphicon-folder-open:before {
	content: "";
}

.glyphicon-resize-vertical:before {
	content: "";
}

.glyphicon-resize-horizontal:before {
	content: "";
}

.glyphicon-hdd:before {
	content: "";
}

.glyphicon-bullhorn:before {
	content: "";
}

.glyphicon-bell:before {
	content: "";
}

.glyphicon-certificate:before {
	content: "";
}

.glyphicon-thumbs-up:before {
	content: "";
}

.glyphicon-thumbs-down:before {
	content: "";
}

.glyphicon-hand-right:before {
	content: "";
}

.glyphicon-hand-left:before {
	content: "";
}

.glyphicon-hand-up:before {
	content: "";
}

.glyphicon-hand-down:before {
	content: "";
}

.glyphicon-circle-arrow-right:before {
	content: "";
}

.glyphicon-circle-arrow-left:before {
	content: "";
}

.glyphicon-circle-arrow-up:before {
	content: "";
}

.glyphicon-circle-arrow-down:before {
	content: "";
}

.glyphicon-globe:before {
	content: "";
}

.glyphicon-wrench:before {
	content: "";
}

.glyphicon-tasks:before {
	content: "";
}

.glyphicon-filter:before {
	content: "";
}

.glyphicon-briefcase:before {
	content: "";
}

.glyphicon-fullscreen:before {
	content: "";
}

.glyphicon-dashboard:before {
	content: "";
}

.glyphicon-paperclip:before {
	content: "";
}

.glyphicon-heart-empty:before {
	content: "";
}

.glyphicon-link:before {
	content: "";
}

.glyphicon-phone:before {
	content: "";
}

.glyphicon-pushpin:before {
	content: "";
}

.glyphicon-usd:before {
	content: "";
}

.glyphicon-gbp:before {
	content: "";
}

.glyphicon-sort:before {
	content: "";
}

.glyphicon-sort-by-alphabet:before {
	content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "";
}

.glyphicon-sort-by-order:before {
	content: "";
}

.glyphicon-sort-by-order-alt:before {
	content: "";
}

.glyphicon-sort-by-attributes:before {
	content: "";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "";
}

.glyphicon-unchecked:before {
	content: "";
}

.glyphicon-expand:before {
	content: "";
}

.glyphicon-collapse-down:before {
	content: "";
}

.glyphicon-collapse-up:before {
	content: "";
}

.glyphicon-log-in:before {
	content: "";
}

.glyphicon-flash:before {
	content: "";
}

.glyphicon-log-out:before {
	content: "";
}

.glyphicon-new-window:before {
	content: "";
}

.glyphicon-record:before {
	content: "";
}

.glyphicon-save:before {
	content: "";
}

.glyphicon-open:before {
	content: "";
}

.glyphicon-saved:before {
	content: "";
}

.glyphicon-import:before {
	content: "";
}

.glyphicon-export:before {
	content: "";
}

.glyphicon-send:before {
	content: "";
}

.glyphicon-floppy-disk:before {
	content: "";
}

.glyphicon-floppy-saved:before {
	content: "";
}

.glyphicon-floppy-remove:before {
	content: "";
}

.glyphicon-floppy-save:before {
	content: "";
}

.glyphicon-floppy-open:before {
	content: "";
}

.glyphicon-credit-card:before {
	content: "";
}

.glyphicon-transfer:before {
	content: "";
}

.glyphicon-cutlery:before {
	content: "";
}

.glyphicon-header:before {
	content: "";
}

.glyphicon-compressed:before {
	content: "";
}

.glyphicon-earphone:before {
	content: "";
}

.glyphicon-phone-alt:before {
	content: "";
}

.glyphicon-tower:before {
	content: "";
}

.glyphicon-stats:before {
	content: "";
}

.glyphicon-sd-video:before {
	content: "";
}

.glyphicon-hd-video:before {
	content: "";
}

.glyphicon-subtitles:before {
	content: "";
}

.glyphicon-sound-stereo:before {
	content: "";
}

.glyphicon-sound-dolby:before {
	content: "";
}

.glyphicon-sound-5-1:before {
	content: "";
}

.glyphicon-sound-6-1:before {
	content: "";
}

.glyphicon-sound-7-1:before {
	content: "";
}

.glyphicon-copyright-mark:before {
	content: "";
}

.glyphicon-registration-mark:before {
	content: "";
}

.glyphicon-cloud-download:before {
	content: "";
}

.glyphicon-cloud-upload:before {
	content: "";
}

.glyphicon-tree-conifer:before {
	content: "";
}

.glyphicon-tree-deciduous:before {
	content: "";
}

.glyphicon-cd:before {
	content: "";
}

.glyphicon-save-file:before {
	content: "";
}

.glyphicon-open-file:before {
	content: "";
}

.glyphicon-level-up:before {
	content: "";
}

.glyphicon-copy:before {
	content: "";
}

.glyphicon-paste:before {
	content: "";
}

.glyphicon-alert:before {
	content: "";
}

.glyphicon-equalizer:before {
	content: "";
}

.glyphicon-king:before {
	content: "";
}

.glyphicon-queen:before {
	content: "";
}

.glyphicon-pawn:before {
	content: "";
}

.glyphicon-bishop:before {
	content: "";
}

.glyphicon-knight:before {
	content: "";
}

.glyphicon-baby-formula:before {
	content: "";
}

.glyphicon-tent:before {
	content: "⛺";
}

.glyphicon-blackboard:before {
	content: "";
}

.glyphicon-bed:before {
	content: "";
}

.glyphicon-apple:before {
	content: "";
}

.glyphicon-erase:before {
	content: "";
}

.glyphicon-hourglass:before {
	content: "⌛";
}

.glyphicon-lamp:before {
	content: "";
}

.glyphicon-duplicate:before {
	content: "";
}

.glyphicon-piggy-bank:before {
	content: "";
}

.glyphicon-scissors:before {
	content: "";
}

.glyphicon-bitcoin:before {
	content: "";
}

.glyphicon-btc:before {
	content: "";
}

.glyphicon-xbt:before {
	content: "";
}

.glyphicon-yen:before {
	content: "¥";
}

.glyphicon-jpy:before {
	content: "¥";
}

.glyphicon-ruble:before {
	content: "₽";
}

.glyphicon-rub:before {
	content: "₽";
}

.glyphicon-scale:before {
	content: "";
}

.glyphicon-ice-lolly:before {
	content: "";
}

.glyphicon-ice-lolly-tasted:before {
	content: "";
}

.glyphicon-education:before {
	content: "";
}

.glyphicon-option-horizontal:before {
	content: "";
}

.glyphicon-option-vertical:before {
	content: "";
}

.glyphicon-menu-hamburger:before {
	content: "";
}

.glyphicon-modal-window:before {
	content: "";
}

.glyphicon-oil:before {
	content: "";
}

.glyphicon-grain:before {
	content: "";
}

.glyphicon-sunglasses:before {
	content: "";
}

.glyphicon-text-size:before {
	content: "";
}

.glyphicon-text-color:before {
	content: "";
}

.glyphicon-text-background:before {
	content: "";
}

.glyphicon-object-align-top:before {
	content: "";
}

.glyphicon-object-align-bottom:before {
	content: "";
}

.glyphicon-object-align-horizontal:before {
	content: "";
}

.glyphicon-object-align-left:before {
	content: "";
}

.glyphicon-object-align-vertical:before {
	content: "";
}

.glyphicon-object-align-right:before {
	content: "";
}

.glyphicon-triangle-right:before {
	content: "";
}

.glyphicon-triangle-left:before {
	content: "";
}

.glyphicon-triangle-bottom:before {
	content: "";
}

.glyphicon-triangle-top:before {
	content: "";
}

.glyphicon-console:before {
	content: "";
}

.glyphicon-superscript:before {
	content: "";
}

.glyphicon-subscript:before {
	content: "";
}

.glyphicon-menu-left:before {
	content: "";
}

.glyphicon-menu-right:before {
	content: "";
}

.glyphicon-menu-down:before {
	content: "";
}

.glyphicon-menu-up:before {
	content: "";
}

* {
	box-sizing: border-box;
}

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

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff;
}

button,input,select,textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #337ab7;
	text-decoration: none;
}

a:focus,a:hover {
	color: #fff;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

figure {
	margin: 0;
}

img {
	vertical-align: middle;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

[role=button] {
	cursor: pointer;
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit;
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
}

.h1,.h2,.h3,h1,h2,h3 {
	margin-top: 20px;
	margin-bottom: 10px;
}

.h1 .small,.h1 small,.h2 .small,.h2 small,.h3 .small,.h3 small,h1 .small,h1 small,h2 .small,h2 small,h3 .small,h3 small {
	font-size: 65%;
}

.h4,.h5,.h6,h4,h5,h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.h4 .small,.h4 small,.h5 .small,.h5 small,.h6 .small,.h6 small,h4 .small,h4 small,h5 .small,h5 small,h6 .small,h6 small {
	font-size: 75%;
}

.h1,h1 {
	font-size: 36px;
}

.h2,h2 {
	font-size: 30px;
}

.h3,h3 {
	font-size: 24px;
}

.h4,h4 {
	font-size: 18px;
}

.h5,h5 {
	font-size: 14px;
}

.h6,h6 {
	font-size: 12px;
}

p {
	margin: 0 0 10px;
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

@media(min-width: 768px) {
	.lead {
		font-size: 21px;
	}
}

.small,small {
	font-size: 85%;
}

.mark,mark {
	padding: .2em;
	background-color: #fcf8e3;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-justify {
	text-align: justify;
}

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

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.text-muted {
	color: #777;
}

.text-primary {
	color: #337ab7;
}

a.text-primary:focus,a.text-primary:hover {
	color: #286090;
}

.text-success {
	color: #3c763d;
}

a.text-success:focus,a.text-success:hover {
	color: #2b542c;
}

.text-info {
	color: #31708f;
}

a.text-info:focus,a.text-info:hover {
	color: #245269;
}

.text-warning {
	color: #8a6d3b;
}

a.text-warning:focus,a.text-warning:hover {
	color: #66512c;
}

.text-danger {
	color: #a94442;
}

a.text-danger:focus,a.text-danger:hover {
	color: #843534;
}

.bg-primary {
	color: #fff;
	background-color: #337ab7;
}

a.bg-primary:focus,a.bg-primary:hover {
	background-color: #286090;
}

.bg-success {
	background-color: #dff0d8;
}

a.bg-success:focus,a.bg-success:hover {
	background-color: #c1e2b3;
}

.bg-info {
	background-color: #d9edf7;
}

a.bg-info:focus,a.bg-info:hover {
	background-color: #afd9ee;
}

.bg-warning {
	background-color: #fcf8e3;
}

a.bg-warning:focus,a.bg-warning:hover {
	background-color: #f7ecb5;
}

.bg-danger {
	background-color: #f2dede;
}

a.bg-danger:focus,a.bg-danger:hover {
	background-color: #e4b9b9;
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee;
}

ol,ul {
	margin-top: 0;
	margin-bottom: 10px;
}

ol ol,ol ul,ul ol,ul ul {
	margin-bottom: 0;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

dl {
	margin-top: 0;
	margin-bottom: 20px;
}

dd,dt {
	line-height: 1.42857143;
}

dt {
	font-weight: 700;
}

dd {
	margin-left: 0;
}

@media(min-width: 768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		overflow: hidden;
		clear: left;
		text-align: right;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}
}

abbr[data-original-title],abbr[title] {
	cursor: help;
	border-bottom: 1px dotted #777;
}

.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

blockquote ol:last-child,blockquote p:last-child,blockquote ul:last-child {
	margin-bottom: 0;
}

blockquote .small,blockquote footer,blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}

blockquote .small:before,blockquote footer:before,blockquote small:before {
	content: "— ";
}

.blockquote-reverse,blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0;
}

.blockquote-reverse .small:before,.blockquote-reverse footer:before,.blockquote-reverse small:before,blockquote.pull-right .small:before,blockquote.pull-right footer:before,blockquote.pull-right small:before {
	content: "";
}

.blockquote-reverse .small:after,.blockquote-reverse footer:after,.blockquote-reverse small:after,blockquote.pull-right .small:after,blockquote.pull-right footer:after,blockquote.pull-right small:after {
	content: " —";
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}

code,kbd,pre,samp {
	font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.25);
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none;
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: rgba(0,0,0,0);
	border-radius: 0;
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

@media(min-width: 768px) {
	.container {
		width: 750px;
	}
}

@media(min-width: 992px) {
	.container {
		width: 970px;
	}
}

@media(min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9 {
	float: left;
}

.col-xs-12 {
	width: 100%;
}

.col-xs-11 {
	width: 91.66666667%;
}

.col-xs-10 {
	width: 83.33333333%;
}

.col-xs-9 {
	width: 75%;
}

.col-xs-8 {
	width: 66.66666667%;
}

.col-xs-7 {
	width: 58.33333333%;
}

.col-xs-6 {
	width: 50%;
}

.col-xs-5 {
	width: 41.66666667%;
}

.col-xs-4 {
	width: 33.33333333%;
}

.col-xs-3 {
	width: 25%;
}

.col-xs-2 {
	width: 16.66666667%;
}

.col-xs-1 {
	width: 8.33333333%;
}

.col-xs-pull-12 {
	right: 100%;
}

.col-xs-pull-11 {
	right: 91.66666667%;
}

.col-xs-pull-10 {
	right: 83.33333333%;
}

.col-xs-pull-9 {
	right: 75%;
}

.col-xs-pull-8 {
	right: 66.66666667%;
}

.col-xs-pull-7 {
	right: 58.33333333%;
}

.col-xs-pull-6 {
	right: 50%;
}

.col-xs-pull-5 {
	right: 41.66666667%;
}

.col-xs-pull-4 {
	right: 33.33333333%;
}

.col-xs-pull-3 {
	right: 25%;
}

.col-xs-pull-2 {
	right: 16.66666667%;
}

.col-xs-pull-1 {
	right: 8.33333333%;
}

.col-xs-pull-0 {
	right: auto;
}

.col-xs-push-12 {
	left: 100%;
}

.col-xs-push-11 {
	left: 91.66666667%;
}

.col-xs-push-10 {
	left: 83.33333333%;
}

.col-xs-push-9 {
	left: 75%;
}

.col-xs-push-8 {
	left: 66.66666667%;
}

.col-xs-push-7 {
	left: 58.33333333%;
}

.col-xs-push-6 {
	left: 50%;
}

.col-xs-push-5 {
	left: 41.66666667%;
}

.col-xs-push-4 {
	left: 33.33333333%;
}

.col-xs-push-3 {
	left: 25%;
}

.col-xs-push-2 {
	left: 16.66666667%;
}

.col-xs-push-1 {
	left: 8.33333333%;
}

.col-xs-push-0 {
	left: auto;
}

.col-xs-offset-12 {
	margin-left: 100%;
}

.col-xs-offset-11 {
	margin-left: 91.66666667%;
}

.col-xs-offset-10 {
	margin-left: 83.33333333%;
}

.col-xs-offset-9 {
	margin-left: 75%;
}

.col-xs-offset-8 {
	margin-left: 66.66666667%;
}

.col-xs-offset-7 {
	margin-left: 58.33333333%;
}

.col-xs-offset-6 {
	margin-left: 50%;
}

.col-xs-offset-5 {
	margin-left: 41.66666667%;
}

.col-xs-offset-4 {
	margin-left: 33.33333333%;
}

.col-xs-offset-3 {
	margin-left: 25%;
}

.col-xs-offset-2 {
	margin-left: 16.66666667%;
}

.col-xs-offset-1 {
	margin-left: 8.33333333%;
}

.col-xs-offset-0 {
	margin-left: 0;
}

@media(min-width: 768px) {
	.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9 {
		float: left;
	}

	.col-sm-12 {
		width: 100%;
	}

	.col-sm-11 {
		width: 91.66666667%;
	}

	.col-sm-10 {
		width: 83.33333333%;
	}

	.col-sm-9 {
		width: 75%;
	}

	.col-sm-8 {
		width: 66.66666667%;
	}

	.col-sm-7 {
		width: 58.33333333%;
	}

	.col-sm-6 {
		width: 50%;
	}

	.col-sm-5 {
		width: 41.66666667%;
	}

	.col-sm-4 {
		width: 33.33333333%;
	}

	.col-sm-3 {
		width: 25%;
	}

	.col-sm-2 {
		width: 16.66666667%;
	}

	.col-sm-1 {
		width: 8.33333333%;
	}

	.col-sm-pull-12 {
		right: 100%;
	}

	.col-sm-pull-11 {
		right: 91.66666667%;
	}

	.col-sm-pull-10 {
		right: 83.33333333%;
	}

	.col-sm-pull-9 {
		right: 75%;
	}

	.col-sm-pull-8 {
		right: 66.66666667%;
	}

	.col-sm-pull-7 {
		right: 58.33333333%;
	}

	.col-sm-pull-6 {
		right: 50%;
	}

	.col-sm-pull-5 {
		right: 41.66666667%;
	}

	.col-sm-pull-4 {
		right: 33.33333333%;
	}

	.col-sm-pull-3 {
		right: 25%;
	}

	.col-sm-pull-2 {
		right: 16.66666667%;
	}

	.col-sm-pull-1 {
		right: 8.33333333%;
	}

	.col-sm-pull-0 {
		right: auto;
	}

	.col-sm-push-12 {
		left: 100%;
	}

	.col-sm-push-11 {
		left: 91.66666667%;
	}

	.col-sm-push-10 {
		left: 83.33333333%;
	}

	.col-sm-push-9 {
		left: 75%;
	}

	.col-sm-push-8 {
		left: 66.66666667%;
	}

	.col-sm-push-7 {
		left: 58.33333333%;
	}

	.col-sm-push-6 {
		left: 50%;
	}

	.col-sm-push-5 {
		left: 41.66666667%;
	}

	.col-sm-push-4 {
		left: 33.33333333%;
	}

	.col-sm-push-3 {
		left: 25%;
	}

	.col-sm-push-2 {
		left: 16.66666667%;
	}

	.col-sm-push-1 {
		left: 8.33333333%;
	}

	.col-sm-push-0 {
		left: auto;
	}

	.col-sm-offset-12 {
		margin-left: 100%;
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-sm-offset-9 {
		margin-left: 75%;
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-sm-offset-6 {
		margin-left: 50%;
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-sm-offset-3 {
		margin-left: 25%;
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-sm-offset-0 {
		margin-left: 0;
	}
}

@media(min-width: 992px) {
	.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9 {
		float: left;
	}

	.col-md-12 {
		width: 100%;
	}

	.col-md-11 {
		width: 91.66666667%;
	}

	.col-md-10 {
		width: 83.33333333%;
	}

	.col-md-9 {
		width: 75%;
	}

	.col-md-8 {
		width: 66.66666667%;
	}

	.col-md-7 {
		width: 58.33333333%;
	}

	.col-md-6 {
		width: 50%;
	}

	.col-md-5 {
		width: 41.66666667%;
	}

	.col-md-4 {
		width: 33.33333333%;
	}

	.col-md-3 {
		width: 25%;
	}

	.col-md-2 {
		width: 16.66666667%;
	}

	.col-md-1 {
		width: 8.33333333%;
	}

	.col-md-pull-12 {
		right: 100%;
	}

	.col-md-pull-11 {
		right: 91.66666667%;
	}

	.col-md-pull-10 {
		right: 83.33333333%;
	}

	.col-md-pull-9 {
		right: 75%;
	}

	.col-md-pull-8 {
		right: 66.66666667%;
	}

	.col-md-pull-7 {
		right: 58.33333333%;
	}

	.col-md-pull-6 {
		right: 50%;
	}

	.col-md-pull-5 {
		right: 41.66666667%;
	}

	.col-md-pull-4 {
		right: 33.33333333%;
	}

	.col-md-pull-3 {
		right: 25%;
	}

	.col-md-pull-2 {
		right: 16.66666667%;
	}

	.col-md-pull-1 {
		right: 8.33333333%;
	}

	.col-md-pull-0 {
		right: auto;
	}

	.col-md-push-12 {
		left: 100%;
	}

	.col-md-push-11 {
		left: 91.66666667%;
	}

	.col-md-push-10 {
		left: 83.33333333%;
	}

	.col-md-push-9 {
		left: 75%;
	}

	.col-md-push-8 {
		left: 66.66666667%;
	}

	.col-md-push-7 {
		left: 58.33333333%;
	}

	.col-md-push-6 {
		left: 50%;
	}

	.col-md-push-5 {
		left: 41.66666667%;
	}

	.col-md-push-4 {
		left: 33.33333333%;
	}

	.col-md-push-3 {
		left: 25%;
	}

	.col-md-push-2 {
		left: 16.66666667%;
	}

	.col-md-push-1 {
		left: 8.33333333%;
	}

	.col-md-push-0 {
		left: auto;
	}

	.col-md-offset-12 {
		margin-left: 100%;
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-md-offset-9 {
		margin-left: 75%;
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-md-offset-6 {
		margin-left: 50%;
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-md-offset-3 {
		margin-left: 25%;
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-md-offset-0 {
		margin-left: 0;
	}
}

@media(min-width: 1200px) {
	.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9 {
		float: left;
	}

	.col-lg-12 {
		width: 100%;
	}

	.col-lg-11 {
		width: 91.66666667%;
	}

	.col-lg-10 {
		width: 83.33333333%;
	}

	.col-lg-9 {
		width: 75%;
	}

	.col-lg-8 {
		width: 66.66666667%;
	}

	.col-lg-7 {
		width: 58.33333333%;
	}

	.col-lg-6 {
		width: 50%;
	}

	.col-lg-5 {
		width: 41.66666667%;
	}

	.col-lg-4 {
		width: 33.33333333%;
	}

	.col-lg-3 {
		width: 25%;
	}

	.col-lg-2 {
		width: 16.66666667%;
	}

	.col-lg-1 {
		width: 8.33333333%;
	}

	.col-lg-pull-12 {
		right: 100%;
	}

	.col-lg-pull-11 {
		right: 91.66666667%;
	}

	.col-lg-pull-10 {
		right: 83.33333333%;
	}

	.col-lg-pull-9 {
		right: 75%;
	}

	.col-lg-pull-8 {
		right: 66.66666667%;
	}

	.col-lg-pull-7 {
		right: 58.33333333%;
	}

	.col-lg-pull-6 {
		right: 50%;
	}

	.col-lg-pull-5 {
		right: 41.66666667%;
	}

	.col-lg-pull-4 {
		right: 33.33333333%;
	}

	.col-lg-pull-3 {
		right: 25%;
	}

	.col-lg-pull-2 {
		right: 16.66666667%;
	}

	.col-lg-pull-1 {
		right: 8.33333333%;
	}

	.col-lg-pull-0 {
		right: auto;
	}

	.col-lg-push-12 {
		left: 100%;
	}

	.col-lg-push-11 {
		left: 91.66666667%;
	}

	.col-lg-push-10 {
		left: 83.33333333%;
	}

	.col-lg-push-9 {
		left: 75%;
	}

	.col-lg-push-8 {
		left: 66.66666667%;
	}

	.col-lg-push-7 {
		left: 58.33333333%;
	}

	.col-lg-push-6 {
		left: 50%;
	}

	.col-lg-push-5 {
		left: 41.66666667%;
	}

	.col-lg-push-4 {
		left: 33.33333333%;
	}

	.col-lg-push-3 {
		left: 25%;
	}

	.col-lg-push-2 {
		left: 16.66666667%;
	}

	.col-lg-push-1 {
		left: 8.33333333%;
	}

	.col-lg-push-0 {
		left: auto;
	}

	.col-lg-offset-12 {
		margin-left: 100%;
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-lg-offset-9 {
		margin-left: 75%;
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-lg-offset-6 {
		margin-left: 50%;
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-lg-offset-3 {
		margin-left: 25%;
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-lg-offset-0 {
		margin-left: 0;
	}
}

table {
	background-color: rgba(0,0,0,0);
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left;
}

th {
	text-align: left;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #ddd;
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd;
}

.table>caption+thead>tr:first-child>td,.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>td,.table>thead:first-child>tr:first-child>th {
	border-top: 0;
}

.table>tbody+tbody {
	border-top: 2px solid #ddd;
}

.table .table {
	background-color: #fff;
}

.table-condensed>tbody>tr>td,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>td,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>thead>tr>th {
	padding: 5px;
}

.table-bordered {
	border: 1px solid #ddd;
}

.table-bordered>tbody>tr>td,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>td,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border: 1px solid #ddd;
}

.table-bordered>thead>tr>td,.table-bordered>thead>tr>th {
	border-bottom-width: 2px;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5;
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none;
}

table td[class*=col-],table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none;
}

.table>tbody>tr.active>td,.table>tbody>tr.active>th,.table>tbody>tr>td.active,.table>tbody>tr>th.active,.table>tfoot>tr.active>td,.table>tfoot>tr.active>th,.table>tfoot>tr>td.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>thead>tr.active>th,.table>thead>tr>td.active,.table>thead>tr>th.active {
	background-color: #f5f5f5;
}

.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr.active:hover>th,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8;
}

.table>tbody>tr.success>td,.table>tbody>tr.success>th,.table>tbody>tr>td.success,.table>tbody>tr>th.success,.table>tfoot>tr.success>td,.table>tfoot>tr.success>th,.table>tfoot>tr>td.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>thead>tr.success>th,.table>thead>tr>td.success,.table>thead>tr>th.success {
	background-color: #dff0d8;
}

.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr.success:hover>th,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6;
}

.table>tbody>tr.info>td,.table>tbody>tr.info>th,.table>tbody>tr>td.info,.table>tbody>tr>th.info,.table>tfoot>tr.info>td,.table>tfoot>tr.info>th,.table>tfoot>tr>td.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>thead>tr.info>th,.table>thead>tr>td.info,.table>thead>tr>th.info {
	background-color: #d9edf7;
}

.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr.info:hover>th,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3;
}

.table>tbody>tr.warning>td,.table>tbody>tr.warning>th,.table>tbody>tr>td.warning,.table>tbody>tr>th.warning,.table>tfoot>tr.warning>td,.table>tfoot>tr.warning>th,.table>tfoot>tr>td.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>thead>tr.warning>th,.table>thead>tr>td.warning,.table>thead>tr>th.warning {
	background-color: #fcf8e3;
}

.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr.warning:hover>th,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc;
}

.table>tbody>tr.danger>td,.table>tbody>tr.danger>th,.table>tbody>tr>td.danger,.table>tbody>tr>th.danger,.table>tfoot>tr.danger>td,.table>tfoot>tr.danger>th,.table>tfoot>tr>td.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>thead>tr.danger>th,.table>thead>tr>td.danger,.table>thead>tr>th.danger {
	background-color: #f2dede;
}

.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr.danger:hover>th,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
	}

	.table-responsive>.table {
		margin-bottom: 0;
	}

	.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th {
		white-space: nowrap;
	}

	.table-responsive>.table-bordered {
		border: 0;
	}

	.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0;
	}

	.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0;
	}

	.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0;
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
}

input[type=search] {
	box-sizing: border-box;
}

input[type=checkbox],input[type=radio] {
	margin: 4px 0 0;
	margin-top: 1px\9;
	line-height: normal;
}

input[type=file] {
	display: block;
}

input[type=range] {
	display: block;
	width: 100%;
}

select[multiple],select[size] {
	height: auto;
}

input[type=file]:focus,input[type=checkbox]:focus,input[type=radio]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #999;
}

.form-control::-webkit-input-placeholder {
	color: #999;
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
}

.form-control[disabled],fieldset[disabled] .form-control {
	cursor: not-allowed;
}

textarea.form-control {
	height: auto;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type=date].form-control,input[type=time].form-control,input[type=datetime-local].form-control,input[type=month].form-control {
		line-height: 34px;
	}

	.input-group-sm input[type=date],.input-group-sm input[type=time],.input-group-sm input[type=datetime-local],.input-group-sm input[type=month],input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm {
		line-height: 30px;
	}

	.input-group-lg input[type=date],.input-group-lg input[type=time],.input-group-lg input[type=datetime-local],.input-group-lg input[type=month],input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg {
		line-height: 46px;
	}
}

.form-group {
	margin-bottom: 15px;
}

.checkbox,.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.checkbox label,.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer;
}

.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox],.radio input[type=radio],.radio-inline input[type=radio] {
	position: absolute;
	margin-top: 4px\9;
	margin-left: -20px;
}

.checkbox+.checkbox,.radio+.radio {
	margin-top: -5px;
}

.checkbox-inline,.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}

.checkbox-inline+.checkbox-inline,.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px;
}

fieldset[disabled] input[type=checkbox],fieldset[disabled] input[type=radio],input[type=checkbox].disabled,input[type=checkbox][disabled],input[type=radio].disabled,input[type=radio][disabled] {
	cursor: not-allowed;
}

.checkbox-inline.disabled,.radio-inline.disabled,fieldset[disabled] .checkbox-inline,fieldset[disabled] .radio-inline {
	cursor: not-allowed;
}

.checkbox.disabled label,.radio.disabled label,fieldset[disabled] .checkbox label,fieldset[disabled] .radio label {
	cursor: not-allowed;
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
}

.form-control-static.input-lg,.form-control-static.input-sm {
	padding-right: 0;
	padding-left: 0;
}

.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-sm {
	height: 30px;
	line-height: 30px;
}

select[multiple].input-sm,textarea.input-sm {
	height: auto;
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px;
}

.form-group-sm select[multiple].form-control,.form-group-sm textarea.form-control {
	height: auto;
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.input-lg {
	height: 46px;
	line-height: 46px;
}

select[multiple].input-lg,textarea.input-lg {
	height: auto;
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}

.form-group-lg select[multiple].form-control,.form-group-lg textarea.form-control {
	height: auto;
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.has-feedback {
	position: relative;
}

.has-feedback .form-control {
	padding-right: 42.5px;
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none;
}

.form-group-lg .form-control+.form-control-feedback,.input-group-lg+.form-control-feedback,.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}

.form-group-sm .form-control+.form-control-feedback,.input-group-sm+.form-control-feedback,.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.has-success .checkbox,.has-success .checkbox-inline,.has-success .control-label,.has-success .help-block,.has-success .radio,.has-success .radio-inline,.has-success.checkbox label,.has-success.checkbox-inline label,.has-success.radio label,.has-success.radio-inline label {
	color: #3c763d;
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d;
}

.has-success .form-control-feedback {
	color: #3c763d;
}

.has-warning .checkbox,.has-warning .checkbox-inline,.has-warning .control-label,.has-warning .help-block,.has-warning .radio,.has-warning .radio-inline,.has-warning.checkbox label,.has-warning.checkbox-inline label,.has-warning.radio label,.has-warning.radio-inline label {
	color: #8a6d3b;
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b;
}

.has-warning .form-control-feedback {
	color: #8a6d3b;
}

.has-error .checkbox,.has-error .checkbox-inline,.has-error .control-label,.has-error .help-block,.has-error .radio,.has-error .radio-inline,.has-error.checkbox label,.has-error.checkbox-inline label,.has-error.radio label,.has-error.radio-inline label {
	color: #a94442;
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442;
}

.has-error .form-control-feedback {
	color: #a94442;
}

.has-feedback label~.form-control-feedback {
	top: 25px;
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373;
}

@media(min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-static {
		display: inline-block;
	}

	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.form-inline .input-group .form-control,.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn {
		width: auto;
	}

	.form-inline .input-group>.form-control {
		width: 100%;
	}

	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .checkbox,.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .checkbox label,.form-inline .radio label {
		padding-left: 0;
	}

	.form-inline .checkbox input[type=checkbox],.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0;
	}

	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}

.form-horizontal .checkbox,.form-horizontal .checkbox-inline,.form-horizontal .radio,.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}

.form-horizontal .checkbox,.form-horizontal .radio {
	min-height: 27px;
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px;
}

@media(min-width: 768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right;
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px;
}

@media(min-width: 768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 14.33px;
		font-size: 18px;
	}
}

@media(min-width: 768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px;
	}
}

.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 4px;
}

.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus,.btn:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.focus,.btn:focus,.btn:hover {
	color: #333;
	text-decoration: none;
}

.btn.active,.btn:active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc;
}

.btn-default.focus,.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}

.btn-default.active.focus,.btn-default.active:focus,.btn-default.active:hover,.btn-default:active.focus,.btn-default:active:focus,.btn-default:active:hover,.open>.dropdown-toggle.btn-default.focus,.open>.dropdown-toggle.btn-default:focus,.open>.dropdown-toggle.btn-default:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}

.btn-default.active,.btn-default:active,.open>.dropdown-toggle.btn-default {
	background-image: none;
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc;
}

.btn-default .badge {
	color: #fff;
	background-color: #333;
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary.focus,.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40;
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74;
}

.btn-primary.active.focus,.btn-primary.active:focus,.btn-primary.active:hover,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:active:hover,.open>.dropdown-toggle.btn-primary.focus,.open>.dropdown-toggle.btn-primary:focus,.open>.dropdown-toggle.btn-primary:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40;
}

.btn-primary.active,.btn-primary:active,.open>.dropdown-toggle.btn-primary {
	background-image: none;
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4;
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff;
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success.focus,.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success.active.focus,.btn-success.active:focus,.btn-success.active:hover,.btn-success:active.focus,.btn-success:active:focus,.btn-success:active:hover,.open>.dropdown-toggle.btn-success.focus,.open>.dropdown-toggle.btn-success:focus,.open>.dropdown-toggle.btn-success:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625;
}

.btn-success.active,.btn-success:active,.open>.dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff;
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info.focus,.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc;
}

.btn-info.active.focus,.btn-info.active:focus,.btn-info.active:hover,.btn-info:active.focus,.btn-info:active:focus,.btn-info:active:hover,.open>.dropdown-toggle.btn-info.focus,.open>.dropdown-toggle.btn-info:focus,.open>.dropdown-toggle.btn-info:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85;
}

.btn-info.active,.btn-info:active,.open>.dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da;
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff;
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning.focus,.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning.active.focus,.btn-warning.active:focus,.btn-warning.active:hover,.btn-warning:active.focus,.btn-warning:active:focus,.btn-warning:active:hover,.open>.dropdown-toggle.btn-warning.focus,.open>.dropdown-toggle.btn-warning:focus,.open>.dropdown-toggle.btn-warning:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d;
}

.btn-warning.active,.btn-warning:active,.open>.dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff;
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger.focus,.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19;
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger.active.focus,.btn-danger.active:focus,.btn-danger.active:hover,.btn-danger:active.focus,.btn-danger:active:focus,.btn-danger:active:hover,.open>.dropdown-toggle.btn-danger.focus,.open>.dropdown-toggle.btn-danger:focus,.open>.dropdown-toggle.btn-danger:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19;
}

.btn-danger.active,.btn-danger:active,.open>.dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff;
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0;
}

.btn-link,.btn-link.active,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
	background-color: rgba(0,0,0,0);
	box-shadow: none;
}

.btn-link,.btn-link:active,.btn-link:focus,.btn-link:hover {
	border-color: rgba(0,0,0,0);
}

.btn-link:focus,.btn-link:hover {
	color: #23527c;
	text-decoration: underline;
	background-color: rgba(0,0,0,0);
}

.btn-link[disabled]:focus,.btn-link[disabled]:hover,fieldset[disabled] .btn-link:focus,fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none;
}

.btn-group-lg>.btn,.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.btn-group-sm>.btn,.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-group-xs>.btn,.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.btn-block {
	display: block;
	width: 100%;
}

.btn-block+.btn-block {
	margin-top: 5px;
}

input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block {
	width: 100%;
}

.fade {
	opacity: 0;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

tr.collapse.in {
	display: table-row;
}

tbody.collapse.in {
	display: table-row-group;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-timing-function: ease;
	transition-duration: .35s;
	transition-property: height,visibility;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid\9;
	border-right: 4px solid rgba(0,0,0,0);
	border-left: 4px solid rgba(0,0,0,0);
}

.dropdown,.dropup {
	position: relative;
}

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

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #337ab7;
	outline: 0;
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	color: #777;
}

.dropdown-menu>.disabled>a:focus,.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: rgba(0,0,0,0);
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open>.dropdown-menu {
	display: block;
}

.open>a {
	outline: 0;
}

.dropdown-menu-right {
	right: 0;
	left: auto;
}

.dropdown-menu-left {
	right: auto;
	left: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap;
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990;
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid\9;
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px;
}

@media(min-width: 768px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto;
	}

	.navbar-right .dropdown-menu-left {
		right: auto;
		left: 0;
	}
}

.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.btn-group-vertical>.btn,.btn-group>.btn {
	position: relative;
	float: left;
}

.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover {
	z-index: 2;
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
	margin-left: -1px;
}

.btn-toolbar {
	margin-left: -5px;
}

.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float: left;
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.btn-group>.btn:first-child {
	margin-left: 0;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group>.btn-group {
	float: left;
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0;
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none;
}

.btn .caret {
	margin-left: 0;
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0;
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px;
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
}

.btn-group-vertical>.btn-group>.btn {
	float: none;
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0;
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px;
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0;
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
}

.btn-group-justified>.btn,.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%;
}

.btn-group-justified>.btn-group .btn {
	width: 100%;
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto;
}

[data-toggle=buttons]>.btn input[type=checkbox],[data-toggle=buttons]>.btn input[type=radio],[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none;
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate;
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0;
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
	height: 46px;
	line-height: 46px;
}

select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn,textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
	height: auto;
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
	height: 30px;
	line-height: 30px;
}

select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn,textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
	height: auto;
}

.input-group .form-control,.input-group-addon,.input-group-btn {
	display: table-cell;
}

.input-group .form-control:not(:first-child):not(:last-child),.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.input-group-addon,.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px;
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px;
}

.input-group-addon input[type=checkbox],.input-group-addon input[type=radio] {
	margin-top: 0;
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
	border-right: 0;
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
	border-left: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn>.btn {
	position: relative;
}

.input-group-btn>.btn+.btn {
	margin-left: -1px;
}

.input-group-btn>.btn:active,.input-group-btn>.btn:focus,.input-group-btn>.btn:hover {
	z-index: 2;
}

.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group {
	margin-right: -1px;
}

.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px;
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav>li {
	position: relative;
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

.nav>li>a:focus,.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee;
}

.nav>li.disabled>a {
	color: #777;
}

.nav>li.disabled>a:focus,.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: rgba(0,0,0,0);
}

.nav .open>a,.nav .open>a:focus,.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7;
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav>li>a>img {
	max-width: none;
}

.nav-tabs {
	border-bottom: 1px solid #ddd;
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:focus,.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: rgba(0,0,0,0);
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified>li {
	float: none;
}

.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media(min-width: 768px) {
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd;
}

@media(min-width: 768px) {
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:focus,.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff;
	}
}

.nav-pills>li {
	float: left;
}

.nav-pills>li>a {
	border-radius: 4px;
}

.nav-pills>li+li {
	margin-left: 2px;
}

.nav-pills>li.active>a,.nav-pills>li.active>a:focus,.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7;
}

.nav-stacked>li {
	float: none;
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified>li {
	float: none;
}

.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center;
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media(min-width: 768px) {
	.nav-justified>li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified>li>a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified>li>a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
	border: 1px solid #ddd;
}

@media(min-width: 768px) {
	.nav-tabs-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:focus,.nav-tabs-justified>.active>a:hover {
		border-bottom-color: #fff;
	}
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,0);
}

@media(min-width: 768px) {
	.navbar {
		border-radius: 4px;
	}
}

@media(min-width: 768px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid rgba(0,0,0,0);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media(min-width: 768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: visible;
	}

	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0;
	}
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
	max-height: 340px;
}

@media(max-device-width: 480px)and (orientation: landscape) {
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
		max-height: 200px;
	}
}

.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px;
}

@media(min-width: 768px) {
	.container-fluid>.navbar-collapse,.container-fluid>.navbar-header,.container>.navbar-collapse,.container>.navbar-header {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media(min-width: 768px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-bottom,.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media(min-width: 768px) {
	.navbar-fixed-bottom,.navbar-fixed-top {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px;
}

.navbar-brand:focus,.navbar-brand:hover {
	text-decoration: none;
}

.navbar-brand>img {
	display: block;
}

@media(min-width: 768px) {
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand {
		margin-left: -15px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 8px;
	background-color: rgba(0,0,0,0);
	background-image: none;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 4px;
}

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

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

@media(min-width: 768px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 7.5px -15px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
}

@media(max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: rgba(0,0,0,0);
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu .dropdown-header,.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px;
	}

	.navbar-nav .open .dropdown-menu>li>a:focus,.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none;
	}
}

@media(min-width: 768px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav>li {
		float: left;
	}

	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-top: 8px;
	margin-right: -15px;
	margin-bottom: 8px;
	margin-left: -15px;
	border-top: 1px solid rgba(0,0,0,0);
	border-bottom: 1px solid rgba(0,0,0,0);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
}

@media(min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.navbar-form .form-control-static {
		display: inline-block;
	}

	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle;
	}

	.navbar-form .input-group .form-control,.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn {
		width: auto;
	}

	.navbar-form .input-group>.form-control {
		width: 100%;
	}

	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .checkbox,.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .checkbox label,.navbar-form .radio label {
		padding-left: 0;
	}

	.navbar-form .checkbox input[type=checkbox],.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0;
	}

	.navbar-form .has-feedback .form-control-feedback {
		top: 0;
	}
}

@media(max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}

	.navbar-form .form-group:last-child {
		margin-bottom: 0;
	}
}

@media(min-width: 768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		box-shadow: none;
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px;
}

.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px;
}

.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px;
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media(min-width: 768px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px;
	}
}

@media(min-width: 768px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
		margin-right: -15px;
	}

	.navbar-right~.navbar-right {
		margin-right: 0;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: rgba(0,0,0,0);
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav>li>a {
	color: #777;
}

.navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: rgba(0,0,0,0);
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:focus,.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:focus,.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: rgba(0,0,0,0);
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:focus,.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7;
}

@media(max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: rgba(0,0,0,0);
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: rgba(0,0,0,0);
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-default .btn-link {
	color: #777;
}

.navbar-default .btn-link:focus,.navbar-default .btn-link:hover {
	color: #333;
}

.navbar-default .btn-link[disabled]:focus,.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:focus,fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc;
}

.navbar-inverse {
	background-color: #222;
	border-color: #080808;
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d;
}

.navbar-inverse .navbar-brand:focus,.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: rgba(0,0,0,0);
}

.navbar-inverse .navbar-text {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d;
}

.navbar-inverse .navbar-nav>li>a:focus,.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: rgba(0,0,0,0);
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:focus,.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #080808;
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:focus,.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: rgba(0,0,0,0);
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:focus,.navbar-inverse .navbar-toggle:hover {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
	border-color: #101010;
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:focus,.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #080808;
}

@media(max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: rgba(0,0,0,0);
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #080808;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: rgba(0,0,0,0);
	}
}

.navbar-inverse .navbar-link {
	color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link {
	color: #9d9d9d;
}

.navbar-inverse .btn-link:focus,.navbar-inverse .btn-link:hover {
	color: #fff;
}

.navbar-inverse .btn-link[disabled]:focus,.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:focus,fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444;
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/ ";
}

.breadcrumb>.active {
	color: #777;
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline;
}

.pagination>li>a,.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

.pagination-lg>li>a,.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
}

.pager li {
	display: inline;
}

.pager li>a,.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px;
}

.pager li>a:focus,.pager li>a:hover {
	text-decoration: none;
	background-color: #eee;
}

.pager .next>a,.pager .next>span {
	float: right;
}

.pager .previous>a,.pager .previous>span {
	float: left;
}

.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}

a.label:focus,a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.label:empty {
	display: none;
}

.btn .label {
	position: relative;
	top: -1px;
}

.label-default {
	background-color: #777;
}

.label-default[href]:focus,.label-default[href]:hover {
	background-color: #5e5e5e;
}

.label-primary {
	background-color: #337ab7;
}

.label-primary[href]:focus,.label-primary[href]:hover {
	background-color: #286090;
}

.label-success {
	background-color: #5cb85c;
}

.label-success[href]:focus,.label-success[href]:hover {
	background-color: #449d44;
}

.label-info {
	background-color: #5bc0de;
}

.label-info[href]:focus,.label-info[href]:hover {
	background-color: #31b0d5;
}

.label-warning {
	background-color: #f0ad4e;
}

.label-warning[href]:focus,.label-warning[href]:hover {
	background-color: #ec971f;
}

.label-danger {
	background-color: #d9534f;
}

.label-danger[href]:focus,.label-danger[href]:hover {
	background-color: #c9302c;
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}

.badge:empty {
	display: none;
}

.btn .badge {
	position: relative;
	top: -1px;
}

.btn-group-xs>.btn .badge,.btn-xs .badge {
	top: 0;
	padding: 1px 5px;
}

a.badge:focus,a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff;
}

.list-group-item>.badge {
	float: right;
}

.list-group-item>.badge+.badge {
	margin-right: 5px;
}

.nav-pills>li>a>.badge {
	margin-left: 3px;
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee;
}

.jumbotron .h1,.jumbotron h1 {
	color: inherit;
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200;
}

.jumbotron>hr {
	border-top-color: #d5d5d5;
}

.container .jumbotron,.container-fluid .jumbotron {
	border-radius: 6px;
}

.jumbotron .container {
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px;
	}

	.container .jumbotron,.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}

	.jumbotron .h1,.jumbotron h1 {
		font-size: 63px;
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border .2s ease-in-out;
}

.thumbnail a>img,.thumbnail>img {
	margin-right: auto;
	margin-left: auto;
}

a.thumbnail.active,a.thumbnail:focus,a.thumbnail:hover {
	border-color: #337ab7;
}

.thumbnail .caption {
	padding: 9px;
	color: #333;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 4px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: 700;
}

.alert>p,.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0;
	}

	to {
		background-position: 0 0;
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
	transition: width .6s ease;
}

.progress-bar-striped,.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px;
}

.progress-bar.active,.progress.active .progress-bar {
	animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
	background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
	background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
	background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
	background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media,.media-body {
	overflow: hidden;
	zoom: 1;
}

.media-body {
	width: 10000px;
}

.media-object {
	display: block;
}

.media-object.img-thumbnail {
	max-width: none;
}

.media-right,.media>.pull-right {
	padding-left: 10px;
}

.media-left,.media>.pull-left {
	padding-right: 10px;
}

.media-body,.media-left,.media-right {
	display: table-cell;
	vertical-align: top;
}

.media-middle {
	vertical-align: middle;
}

.media-bottom {
	vertical-align: bottom;
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

a.list-group-item,button.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:focus,a.list-group-item:hover,button.list-group-item:focus,button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5;
}

button.list-group-item {
	width: 100%;
	text-align: left;
}

.list-group-item.disabled,.list-group-item.disabled:focus,.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee;
}

.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit;
}

.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text {
	color: #777;
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit;
}

.list-group-item.active .list-group-item-text,.list-group-item.active:focus .list-group-item-text,.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef;
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8;
}

a.list-group-item-success,button.list-group-item-success {
	color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading {
	color: inherit;
}

a.list-group-item-success:focus,a.list-group-item-success:hover,button.list-group-item-success:focus,button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6;
}

a.list-group-item-success.active,a.list-group-item-success.active:focus,a.list-group-item-success.active:hover,button.list-group-item-success.active,button.list-group-item-success.active:focus,button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d;
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7;
}

a.list-group-item-info,button.list-group-item-info {
	color: #31708f;
}

a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading {
	color: inherit;
}

a.list-group-item-info:focus,a.list-group-item-info:hover,button.list-group-item-info:focus,button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3;
}

a.list-group-item-info.active,a.list-group-item-info.active:focus,a.list-group-item-info.active:hover,button.list-group-item-info.active,button.list-group-item-info.active:focus,button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f;
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
}

a.list-group-item-warning,button.list-group-item-warning {
	color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading {
	color: inherit;
}

a.list-group-item-warning:focus,a.list-group-item-warning:hover,button.list-group-item-warning:focus,button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc;
}

a.list-group-item-warning.active,a.list-group-item-warning.active:focus,a.list-group-item-warning.active:hover,button.list-group-item-warning.active,button.list-group-item-warning.active:focus,button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b;
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede;
}

a.list-group-item-danger,button.list-group-item-danger {
	color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading {
	color: inherit;
}

a.list-group-item-danger:focus,a.list-group-item-danger:hover,button.list-group-item-danger:focus,button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc;
}

a.list-group-item-danger.active,a.list-group-item-danger.active:focus,a.list-group-item-danger.active:hover,button.list-group-item-danger.active,button.list-group-item-danger.active:focus,button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.panel-body {
	padding: 15px;
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid rgba(0,0,0,0);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit;
}

.panel-title>.small,.panel-title>.small>a,.panel-title>a,.panel-title>small,.panel-title>small>a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.list-group,.panel>.panel-collapse>.list-group {
	margin-bottom: 0;
}

.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}

.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0;
}

.list-group+.panel-footer {
	border-top-width: 0;
}

.panel>.panel-collapse>.table,.panel>.table,.panel>.table-responsive>.table {
	margin-bottom: 0;
}

.panel>.panel-collapse>.table caption,.panel>.table caption,.panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px;
}

.panel>.table-responsive:first-child>.table:first-child,.panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px;
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child,.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px;
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px;
}

.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd;
}

.panel>.table>tbody:first-child>tr:first-child td,.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0;
}

.panel>.table-bordered,.panel>.table-responsive>.table-bordered {
	border: 0;
}

.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0;
}

.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0;
}

.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0;
}

.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0;
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0;
}

.panel-group {
	margin-bottom: 20px;
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}

.panel-group .panel+.panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-heading+.panel-collapse>.list-group,.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-default {
	border-color: #ddd;
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd;
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333;
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd;
}

.panel-primary {
	border-color: #337ab7;
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7;
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff;
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6;
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d;
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1;
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f;
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc;
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b;
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1;
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1;
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
	padding-bottom: 75%;
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0,0,0,.15);
}

.well-lg {
	padding: 24px;
	border-radius: 6px;
}

.well-sm {
	padding: 9px;
	border-radius: 3px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: .2;
}

.close:focus,.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	filter: alpha(opacity=50);
	opacity: .5;
}

button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	outline: 0;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}

.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}

.modal-header {
	min-height: 16.43px;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
	margin-top: -2px;
}

.modal-title {
	margin: 0;
	line-height: 1.42857143;
}

.modal-body {
	position: relative;
	padding: 15px;
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media(min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}

	.modal-content {
		box-shadow: 0 5px 15px rgba(0,0,0,.5);
	}

	.modal-sm {
		width: 300px;
	}
}

@media(min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	filter: alpha(opacity=0);
	opacity: 0;
	line-break: auto;
}

.tooltip.in {
	filter: alpha(opacity=90);
	opacity: .9;
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px;
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px;
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px;
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px;
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px;
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: rgba(0,0,0,0);
	border-style: solid;
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	line-break: auto;
}

.popover.top {
	margin-top: -10px;
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	padding: 9px 14px;
}

.popover>.arrow,.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: rgba(0,0,0,0);
	border-style: solid;
}

.popover>.arrow {
	border-width: 11px;
}

.popover>.arrow:after {
	content: "";
	border-width: 10px;
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0,0,0,.25);
	border-bottom-width: 0;
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0;
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0,0,0,.25);
	border-left-width: 0;
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0;
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0,0,0,.25);
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff;
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0,0,0,.25);
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner>.item {
	position: relative;
	display: none;
	transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	line-height: 1;
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		perspective: 1000px;
	}

	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		left: 0;
		transform: translate3d(100%, 0, 0);
	}

	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		left: 0;
		transform: translate3d(-100%, 0, 0);
	}

	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		left: 0;
		transform: translate3d(0, 0, 0);
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	filter: alpha(opacity=50);
	opacity: .5;
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
	background-repeat: repeat-x;
}

.carousel-control:focus,.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	filter: alpha(opacity=90);
	outline: 0;
	opacity: .9;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-next,.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}

.carousel-control .icon-prev:before {
	content: "‹";
}

.carousel-control .icon-next:before {
	content: "›";
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
	border-radius: 10px;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -15px;
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -15px;
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before {
	display: table;
	content: " ";
}

.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after {
	clear: both;
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: rgba(0,0,0,0);
	text-shadow: none;
	background-color: rgba(0,0,0,0);
	border: 0;
}

.hidden {
	display: none !important;
}

.affix {
	position: fixed;
}

@-ms-viewport {
	width:device-width;
}

.visible-lg,.visible-md,.visible-sm,.visible-xs {
	display: none !important;
}

.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block {
	display: none !important;
}

@media(max-width: 767px) {
	.visible-xs {
		display: block !important;
	}

	table.visible-xs {
		display: table !important;
	}

	tr.visible-xs {
		display: table-row !important;
	}

	td.visible-xs,th.visible-xs {
		display: table-cell !important;
	}
}

@media(max-width: 767px) {
	.visible-xs-block {
		display: block !important;
	}
}

@media(max-width: 767px) {
	.visible-xs-inline {
		display: inline !important;
	}
}

@media(max-width: 767px) {
	.visible-xs-inline-block {
		display: inline-block !important;
	}
}

@media(min-width: 768px)and (max-width: 991px) {
	.visible-sm {
		display: block !important;
	}

	table.visible-sm {
		display: table !important;
	}

	tr.visible-sm {
		display: table-row !important;
	}

	td.visible-sm,th.visible-sm {
		display: table-cell !important;
	}
}

@media(min-width: 768px)and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}

@media(min-width: 768px)and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}

@media(min-width: 768px)and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}

	table.visible-md {
		display: table !important;
	}

	tr.visible-md {
		display: table-row !important;
	}

	td.visible-md,th.visible-md {
		display: table-cell !important;
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.visible-md-inline-block {
		display: inline-block !important;
	}
}

@media(min-width: 1200px) {
	.visible-lg {
		display: block !important;
	}

	table.visible-lg {
		display: table !important;
	}

	tr.visible-lg {
		display: table-row !important;
	}

	td.visible-lg,th.visible-lg {
		display: table-cell !important;
	}
}

@media(min-width: 1200px) {
	.visible-lg-block {
		display: block !important;
	}
}

@media(min-width: 1200px) {
	.visible-lg-inline {
		display: inline !important;
	}
}

@media(min-width: 1200px) {
	.visible-lg-inline-block {
		display: inline-block !important;
	}
}

@media(max-width: 767px) {
	.hidden-xs {
		display: none !important;
	}
}

@media(min-width: 768px)and (max-width: 991px) {
	.hidden-sm {
		display: none !important;
	}
}

@media(min-width: 992px)and (max-width: 1199px) {
	.hidden-md {
		display: none !important;
	}
}

@media(min-width: 1200px) {
	.hidden-lg {
		display: none !important;
	}
}

.visible-print {
	display: none !important;
}

@media print {
	.visible-print {
		display: block !important;
	}

	table.visible-print {
		display: table !important;
	}

	tr.visible-print {
		display: table-row !important;
	}

	td.visible-print,th.visible-print {
		display: table-cell !important;
	}
}

.visible-print-block {
	display: none !important;
}

@media print {
	.visible-print-block {
		display: block !important;
	}
}

.visible-print-inline {
	display: none !important;
}

@media print {
	.visible-print-inline {
		display: inline !important;
	}
}

.visible-print-inline-block {
	display: none !important;
}

@media print {
	.visible-print-inline-block {
		display: inline-block !important;
	}
}

@media print {
	.hidden-print {
		display: none !important;
	}
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */.btn-danger,.btn-default,.btn-info,.btn-primary,.btn-success,.btn-warning {
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

.btn-danger.active,.btn-danger:active,.btn-default.active,.btn-default:active,.btn-info.active,.btn-info:active,.btn-primary.active,.btn-primary:active,.btn-success.active,.btn-success:active,.btn-warning.active,.btn-warning:active {
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn-danger.disabled,.btn-danger[disabled],.btn-default.disabled,.btn-default[disabled],.btn-info.disabled,.btn-info[disabled],.btn-primary.disabled,.btn-primary[disabled],.btn-success.disabled,.btn-success[disabled],.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-default,fieldset[disabled] .btn-info,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-success,fieldset[disabled] .btn-warning {
	box-shadow: none;
}

.btn-danger .badge,.btn-default .badge,.btn-info .badge,.btn-primary .badge,.btn-success .badge,.btn-warning .badge {
	text-shadow: none;
}

.btn.active,.btn:active {
	background-image: none;
}

.btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#ffe0e0e0", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
}

.btn-default:focus,.btn-default:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}

.btn-default.active,.btn-default:active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}

.btn-default.disabled,.btn-default.disabled.active,.btn-default.disabled.focus,.btn-default.disabled:active,.btn-default.disabled:focus,.btn-default.disabled:hover,.btn-default[disabled],.btn-default[disabled].active,.btn-default[disabled].focus,.btn-default[disabled]:active,.btn-default[disabled]:focus,.btn-default[disabled]:hover,fieldset[disabled] .btn-default,fieldset[disabled] .btn-default.active,fieldset[disabled] .btn-default.focus,fieldset[disabled] .btn-default:active,fieldset[disabled] .btn-default:focus,fieldset[disabled] .btn-default:hover {
	background-color: #e0e0e0;
	background-image: none;
}

.btn-primary {
	background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff265a88", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #245580;
}

.btn-primary:focus,.btn-primary:hover {
	background-color: #265a88;
	background-position: 0 -15px;
}

.btn-primary.active,.btn-primary:active {
	background-color: #265a88;
	border-color: #245580;
}

.btn-primary.disabled,.btn-primary.disabled.active,.btn-primary.disabled.focus,.btn-primary.disabled:active,.btn-primary.disabled:focus,.btn-primary.disabled:hover,.btn-primary[disabled],.btn-primary[disabled].active,.btn-primary[disabled].focus,.btn-primary[disabled]:active,.btn-primary[disabled]:focus,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary.active,fieldset[disabled] .btn-primary.focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:hover {
	background-color: #265a88;
	background-image: none;
}

.btn-success {
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff419641", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}

.btn-success:focus,.btn-success:hover {
	background-color: #419641;
	background-position: 0 -15px;
}

.btn-success.active,.btn-success:active {
	background-color: #419641;
	border-color: #3e8f3e;
}

.btn-success.disabled,.btn-success.disabled.active,.btn-success.disabled.focus,.btn-success.disabled:active,.btn-success.disabled:focus,.btn-success.disabled:hover,.btn-success[disabled],.btn-success[disabled].active,.btn-success[disabled].focus,.btn-success[disabled]:active,.btn-success[disabled]:focus,.btn-success[disabled]:hover,fieldset[disabled] .btn-success,fieldset[disabled] .btn-success.active,fieldset[disabled] .btn-success.focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:hover {
	background-color: #419641;
	background-image: none;
}

.btn-info {
	background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff2aabd2", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #28a4c9;
}

.btn-info:focus,.btn-info:hover {
	background-color: #2aabd2;
	background-position: 0 -15px;
}

.btn-info.active,.btn-info:active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}

.btn-info.disabled,.btn-info.disabled.active,.btn-info.disabled.focus,.btn-info.disabled:active,.btn-info.disabled:focus,.btn-info.disabled:hover,.btn-info[disabled],.btn-info[disabled].active,.btn-info[disabled].focus,.btn-info[disabled]:active,.btn-info[disabled]:focus,.btn-info[disabled]:hover,fieldset[disabled] .btn-info,fieldset[disabled] .btn-info.active,fieldset[disabled] .btn-info.focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:hover {
	background-color: #2aabd2;
	background-image: none;
}

.btn-warning {
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffeb9316", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #e38d13;
}

.btn-warning:focus,.btn-warning:hover {
	background-color: #eb9316;
	background-position: 0 -15px;
}

.btn-warning.active,.btn-warning:active {
	background-color: #eb9316;
	border-color: #e38d13;
}

.btn-warning.disabled,.btn-warning.disabled.active,.btn-warning.disabled.focus,.btn-warning.disabled:active,.btn-warning.disabled:focus,.btn-warning.disabled:hover,.btn-warning[disabled],.btn-warning[disabled].active,.btn-warning[disabled].focus,.btn-warning[disabled]:active,.btn-warning[disabled]:focus,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning.active,fieldset[disabled] .btn-warning.focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:hover {
	background-color: #eb9316;
	background-image: none;
}

.btn-danger {
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc12e2a", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #b92c28;
}

.btn-danger:focus,.btn-danger:hover {
	background-color: #c12e2a;
	background-position: 0 -15px;
}

.btn-danger.active,.btn-danger:active {
	background-color: #c12e2a;
	border-color: #b92c28;
}

.btn-danger.disabled,.btn-danger.disabled.active,.btn-danger.disabled.focus,.btn-danger.disabled:active,.btn-danger.disabled:focus,.btn-danger.disabled:hover,.btn-danger[disabled],.btn-danger[disabled].active,.btn-danger[disabled].focus,.btn-danger[disabled]:active,.btn-danger[disabled]:focus,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger.active,fieldset[disabled] .btn-danger.focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:hover {
	background-color: #c12e2a;
	background-image: none;
}

.img-thumbnail,.thumbnail {
	box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.dropdown-menu>li>a:focus,.dropdown-menu>li>a:hover {
	background-color: #e8e8e8;
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
	background-repeat: repeat-x;
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:focus,.dropdown-menu>.active>a:hover {
	background-color: #2e6da4;
	background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
	background-repeat: repeat-x;
}

.navbar-default {
	background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffffff", endColorstr="#fff8f8f8", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 5px rgba(0,0,0,.075);
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.open>a {
	background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdbdbdb", endColorstr="#ffe2e2e2", GradientType=0);
	background-repeat: repeat-x;
	box-shadow: inset 0 3px 9px rgba(0,0,0,.075);
}

.navbar-brand,.navbar-nav>li>a {
	text-shadow: 0 1px 0 rgba(255,255,255,.25);
}

.navbar-inverse {
	background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff3c3c3c", endColorstr="#ff222222", GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-radius: 4px;
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.open>a {
	background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff080808", endColorstr="#ff0f0f0f", GradientType=0);
	background-repeat: repeat-x;
	box-shadow: inset 0 3px 9px rgba(0,0,0,.25);
}

.navbar-inverse .navbar-brand,.navbar-inverse .navbar-nav>li>a {
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.navbar-fixed-bottom,.navbar-fixed-top,.navbar-static-top {
	border-radius: 0;
}

@media(max-width: 767px) {
	.navbar .navbar-nav .open .dropdown-menu>.active>a,.navbar .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
		background-repeat: repeat-x;
	}
}

.alert {
	text-shadow: 0 1px 0 rgba(255,255,255,.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.25),0 1px 2px rgba(0,0,0,.05);
}

.alert-success {
	background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffc8e5bc", GradientType=0);
	background-repeat: repeat-x;
	border-color: #b2dba1;
}

.alert-info {
	background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffb9def0", GradientType=0);
	background-repeat: repeat-x;
	border-color: #9acfea;
}

.alert-warning {
	background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fff8efc0", GradientType=0);
	background-repeat: repeat-x;
	border-color: #f5e79e;
}

.alert-danger {
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffe7c3c3", GradientType=0);
	background-repeat: repeat-x;
	border-color: #dca7a7;
}

.progress {
	background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffebebeb", endColorstr="#fff5f5f5", GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar {
	background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff286090", GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar-success {
	background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5cb85c", endColorstr="#ff449d44", GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar-info {
	background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff5bc0de", endColorstr="#ff31b0d5", GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar-warning {
	background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff0ad4e", endColorstr="#ffec971f", GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar-danger {
	background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9534f", endColorstr="#ffc9302c", GradientType=0);
	background-repeat: repeat-x;
}

.progress-bar-striped {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.list-group {
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.075);
}

.list-group-item.active,.list-group-item.active:focus,.list-group-item.active:hover {
	text-shadow: 0 -1px 0 #286090;
	background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2b669a", GradientType=0);
	background-repeat: repeat-x;
	border-color: #2b669a;
}

.list-group-item.active .badge,.list-group-item.active:focus .badge,.list-group-item.active:hover .badge {
	text-shadow: none;
}

.panel {
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}

.panel-default>.panel-heading {
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff5f5f5", endColorstr="#ffe8e8e8", GradientType=0);
	background-repeat: repeat-x;
}

.panel-primary>.panel-heading {
	background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff337ab7", endColorstr="#ff2e6da4", GradientType=0);
	background-repeat: repeat-x;
}

.panel-success>.panel-heading {
	background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdff0d8", endColorstr="#ffd0e9c6", GradientType=0);
	background-repeat: repeat-x;
}

.panel-info>.panel-heading {
	background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffd9edf7", endColorstr="#ffc4e3f3", GradientType=0);
	background-repeat: repeat-x;
}

.panel-warning>.panel-heading {
	background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffcf8e3", endColorstr="#fffaf2cc", GradientType=0);
	background-repeat: repeat-x;
}

.panel-danger>.panel-heading {
	background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff2dede", endColorstr="#ffebcccc", GradientType=0);
	background-repeat: repeat-x;
}

.well {
	background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe8e8e8", endColorstr="#fff5f5f5", GradientType=0);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	box-shadow: inset 0 1px 3px rgba(0,0,0,.05),0 1px 0 rgba(255,255,255,.1);
}

.bx-wrapper {
	position: relative;
	margin-bottom: 60px;
	padding: 0;
	*zoom: 1;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
	-webkit-perspective: 1000;
}

ul.bxslider {
	list-style: none;
}

.bx-viewport {
	-webkit-transform: translateZ(0);
}

.bx-wrapper {
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
}

.bx-wrapper .bx-pager,.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url("images/bx_loader.gif") center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,.bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}

.bx-wrapper .bx-pager-item,.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	vertical-align: bottom;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
}

.bx-wrapper .bx-prev {
	left: 10px;
	background: url("images/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url("images/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url("images/controls.png") -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,.bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url("images/controls.png") -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,.bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80,80,80,.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face {
	font-family:"FontAwesome";src:url("../fonts/fontawesome-webfont.eot?v=4.3.0");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.28571429em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none;
}

.fa-ul>li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.85714286em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	animation: fa-spin 2s infinite linear;
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1);
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
	filter: none;
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x,.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #fff;
}

.fa-glass:before {
	content: "";
}

.fa-music:before {
	content: "";
}

.fa-search:before {
	content: "";
}

.fa-envelope-o:before {
	content: "";
}

.fa-heart:before {
	content: "";
}

.fa-star:before {
	content: "";
}

.fa-star-o:before {
	content: "";
}

.fa-user:before {
	content: "";
}

.fa-film:before {
	content: "";
}

.fa-th-large:before {
	content: "";
}

.fa-th:before {
	content: "";
}

.fa-th-list:before {
	content: "";
}

.fa-check:before {
	content: "";
}

.fa-remove:before,.fa-close:before,.fa-times:before {
	content: "";
}

.fa-search-plus:before {
	content: "";
}

.fa-search-minus:before {
	content: "";
}

.fa-power-off:before {
	content: "";
}

.fa-signal:before {
	content: "";
}

.fa-gear:before,.fa-cog:before {
	content: "";
}

.fa-trash-o:before {
	content: "";
}

.fa-home:before {
	content: "";
}

.fa-file-o:before {
	content: "";
}

.fa-clock-o:before {
	content: "";
}

.fa-road:before {
	content: "";
}

.fa-download:before {
	content: "";
}

.fa-arrow-circle-o-down:before {
	content: "";
}

.fa-arrow-circle-o-up:before {
	content: "";
}

.fa-inbox:before {
	content: "";
}

.fa-play-circle-o:before {
	content: "";
}

.fa-rotate-right:before,.fa-repeat:before {
	content: "";
}

.fa-refresh:before {
	content: "";
}

.fa-list-alt:before {
	content: "";
}

.fa-lock:before {
	content: "";
}

.fa-flag:before {
	content: "";
}

.fa-headphones:before {
	content: "";
}

.fa-volume-off:before {
	content: "";
}

.fa-volume-down:before {
	content: "";
}

.fa-volume-up:before {
	content: "";
}

.fa-qrcode:before {
	content: "";
}

.fa-barcode:before {
	content: "";
}

.fa-tag:before {
	content: "";
}

.fa-tags:before {
	content: "";
}

.fa-book:before {
	content: "";
}

.fa-bookmark:before {
	content: "";
}

.fa-print:before {
	content: "";
}

.fa-camera:before {
	content: "";
}

.fa-font:before {
	content: "";
}

.fa-bold:before {
	content: "";
}

.fa-italic:before {
	content: "";
}

.fa-text-height:before {
	content: "";
}

.fa-text-width:before {
	content: "";
}

.fa-align-left:before {
	content: "";
}

.fa-align-center:before {
	content: "";
}

.fa-align-right:before {
	content: "";
}

.fa-align-justify:before {
	content: "";
}

.fa-list:before {
	content: "";
}

.fa-dedent:before,.fa-outdent:before {
	content: "";
}

.fa-indent:before {
	content: "";
}

.fa-video-camera:before {
	content: "";
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
	content: "";
}

.fa-pencil:before {
	content: "";
}

.fa-map-marker:before {
	content: "";
}

.fa-adjust:before {
	content: "";
}

.fa-tint:before {
	content: "";
}

.fa-edit:before,.fa-pencil-square-o:before {
	content: "";
}

.fa-share-square-o:before {
	content: "";
}

.fa-check-square-o:before {
	content: "";
}

.fa-arrows:before {
	content: "";
}

.fa-step-backward:before {
	content: "";
}

.fa-fast-backward:before {
	content: "";
}

.fa-backward:before {
	content: "";
}

.fa-play:before {
	content: "";
}

.fa-pause:before {
	content: "";
}

.fa-stop:before {
	content: "";
}

.fa-forward:before {
	content: "";
}

.fa-fast-forward:before {
	content: "";
}

.fa-step-forward:before {
	content: "";
}

.fa-eject:before {
	content: "";
}

.fa-chevron-left:before {
	content: "";
}

.fa-chevron-right:before {
	content: "";
}

.fa-plus-circle:before {
	content: "";
}

.fa-minus-circle:before {
	content: "";
}

.fa-times-circle:before {
	content: "";
}

.fa-check-circle:before {
	content: "";
}

.fa-question-circle:before {
	content: "";
}

.fa-info-circle:before {
	content: "";
}

.fa-crosshairs:before {
	content: "";
}

.fa-times-circle-o:before {
	content: "";
}

.fa-check-circle-o:before {
	content: "";
}

.fa-ban:before {
	content: "";
}

.fa-arrow-left:before {
	content: "";
}

.fa-arrow-right:before {
	content: "";
}

.fa-arrow-up:before {
	content: "";
}

.fa-arrow-down:before {
	content: "";
}

.fa-mail-forward:before,.fa-share:before {
	content: "";
}

.fa-expand:before {
	content: "";
}

.fa-compress:before {
	content: "";
}

.fa-plus:before {
	content: "";
}

.fa-minus:before {
	content: "";
}

.fa-asterisk:before {
	content: "";
}

.fa-exclamation-circle:before {
	content: "";
}

.fa-gift:before {
	content: "";
}

.fa-leaf:before {
	content: "";
}

.fa-fire:before {
	content: "";
}

.fa-eye:before {
	content: "";
}

.fa-eye-slash:before {
	content: "";
}

.fa-warning:before,.fa-exclamation-triangle:before {
	content: "";
}

.fa-plane:before {
	content: "";
}

.fa-calendar:before {
	content: "";
}

.fa-random:before {
	content: "";
}

.fa-comment:before {
	content: "";
}

.fa-magnet:before {
	content: "";
}

.fa-chevron-up:before {
	content: "";
}

.fa-chevron-down:before {
	content: "";
}

.fa-retweet:before {
	content: "";
}

.fa-shopping-cart:before {
	content: "";
}

.fa-folder:before {
	content: "";
}

.fa-folder-open:before {
	content: "";
}

.fa-arrows-v:before {
	content: "";
}

.fa-arrows-h:before {
	content: "";
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
	content: "";
}

.fa-twitter-square:before {
	content: "";
}

.fa-facebook-square:before {
	content: "";
}

.fa-camera-retro:before {
	content: "";
}

.fa-key:before {
	content: "";
}

.fa-gears:before,.fa-cogs:before {
	content: "";
}

.fa-comments:before {
	content: "";
}

.fa-thumbs-o-up:before {
	content: "";
}

.fa-thumbs-o-down:before {
	content: "";
}

.fa-star-half:before {
	content: "";
}

.fa-heart-o:before {
	content: "";
}

.fa-sign-out:before {
	content: "";
}

.fa-linkedin-square:before {
	content: "";
}

.fa-thumb-tack:before {
	content: "";
}

.fa-external-link:before {
	content: "";
}

.fa-sign-in:before {
	content: "";
}

.fa-trophy:before {
	content: "";
}

.fa-github-square:before {
	content: "";
}

.fa-upload:before {
	content: "";
}

.fa-lemon-o:before {
	content: "";
}

.fa-phone:before {
	content: "";
}

.fa-square-o:before {
	content: "";
}

.fa-bookmark-o:before {
	content: "";
}

.fa-phone-square:before {
	content: "";
}

.fa-twitter:before {
	content: "";
}

.fa-facebook-f:before,.fa-facebook:before {
	content: "";
}

.fa-github:before {
	content: "";
}

.fa-unlock:before {
	content: "";
}

.fa-credit-card:before {
	content: "";
}

.fa-rss:before {
	content: "";
}

.fa-hdd-o:before {
	content: "";
}

.fa-bullhorn:before {
	content: "";
}

.fa-bell:before {
	content: "";
}

.fa-certificate:before {
	content: "";
}

.fa-hand-o-right:before {
	content: "";
}

.fa-hand-o-left:before {
	content: "";
}

.fa-hand-o-up:before {
	content: "";
}

.fa-hand-o-down:before {
	content: "";
}

.fa-arrow-circle-left:before {
	content: "";
}

.fa-arrow-circle-right:before {
	content: "";
}

.fa-arrow-circle-up:before {
	content: "";
}

.fa-arrow-circle-down:before {
	content: "";
}

.fa-globe:before {
	content: "";
}

.fa-wrench:before {
	content: "";
}

.fa-tasks:before {
	content: "";
}

.fa-filter:before {
	content: "";
}

.fa-briefcase:before {
	content: "";
}

.fa-arrows-alt:before {
	content: "";
}

.fa-group:before,.fa-users:before {
	content: "";
}

.fa-chain:before,.fa-link:before {
	content: "";
}

.fa-cloud:before {
	content: "";
}

.fa-flask:before {
	content: "";
}

.fa-cut:before,.fa-scissors:before {
	content: "";
}

.fa-copy:before,.fa-files-o:before {
	content: "";
}

.fa-paperclip:before {
	content: "";
}

.fa-save:before,.fa-floppy-o:before {
	content: "";
}

.fa-square:before {
	content: "";
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
	content: "";
}

.fa-list-ul:before {
	content: "";
}

.fa-list-ol:before {
	content: "";
}

.fa-strikethrough:before {
	content: "";
}

.fa-underline:before {
	content: "";
}

.fa-table:before {
	content: "";
}

.fa-magic:before {
	content: "";
}

.fa-truck:before {
	content: "";
}

.fa-pinterest:before {
	content: "";
}

.fa-pinterest-square:before {
	content: "";
}

.fa-google-plus-square:before {
	content: "";
}

.fa-google-plus:before {
	content: "";
}

.fa-money:before {
	content: "";
}

.fa-caret-down:before {
	content: "";
}

.fa-caret-up:before {
	content: "";
}

.fa-caret-left:before {
	content: "";
}

.fa-caret-right:before {
	content: "";
}

.fa-columns:before {
	content: "";
}

.fa-unsorted:before,.fa-sort:before {
	content: "";
}

.fa-sort-down:before,.fa-sort-desc:before {
	content: "";
}

.fa-sort-up:before,.fa-sort-asc:before {
	content: "";
}

.fa-envelope:before {
	content: "";
}

.fa-linkedin:before {
	content: "";
}

.fa-rotate-left:before,.fa-undo:before {
	content: "";
}

.fa-legal:before,.fa-gavel:before {
	content: "";
}

.fa-dashboard:before,.fa-tachometer:before {
	content: "";
}

.fa-comment-o:before {
	content: "";
}

.fa-comments-o:before {
	content: "";
}

.fa-flash:before,.fa-bolt:before {
	content: "";
}

.fa-sitemap:before {
	content: "";
}

.fa-umbrella:before {
	content: "";
}

.fa-paste:before,.fa-clipboard:before {
	content: "";
}

.fa-lightbulb-o:before {
	content: "";
}

.fa-exchange:before {
	content: "";
}

.fa-cloud-download:before {
	content: "";
}

.fa-cloud-upload:before {
	content: "";
}

.fa-user-md:before {
	content: "";
}

.fa-stethoscope:before {
	content: "";
}

.fa-suitcase:before {
	content: "";
}

.fa-bell-o:before {
	content: "";
}

.fa-coffee:before {
	content: "";
}

.fa-cutlery:before {
	content: "";
}

.fa-file-text-o:before {
	content: "";
}

.fa-building-o:before {
	content: "";
}

.fa-hospital-o:before {
	content: "";
}

.fa-ambulance:before {
	content: "";
}

.fa-medkit:before {
	content: "";
}

.fa-fighter-jet:before {
	content: "";
}

.fa-beer:before {
	content: "";
}

.fa-h-square:before {
	content: "";
}

.fa-plus-square:before {
	content: "";
}

.fa-angle-double-left:before {
	content: "";
}

.fa-angle-double-right:before {
	content: "";
}

.fa-angle-double-up:before {
	content: "";
}

.fa-angle-double-down:before {
	content: "";
}

.fa-angle-left:before {
	content: "";
}

.fa-angle-right:before {
	content: "";
}

.fa-angle-up:before {
	content: "";
}

.fa-angle-down:before {
	content: "";
}

.fa-desktop:before {
	content: "";
}

.fa-laptop:before {
	content: "";
}

.fa-tablet:before {
	content: "";
}

.fa-mobile-phone:before,.fa-mobile:before {
	content: "";
}

.fa-circle-o:before {
	content: "";
}

.fa-quote-left:before {
	content: "";
}

.fa-quote-right:before {
	content: "";
}

.fa-spinner:before {
	content: "";
}

.fa-circle:before {
	content: "";
}

.fa-mail-reply:before,.fa-reply:before {
	content: "";
}

.fa-github-alt:before {
	content: "";
}

.fa-folder-o:before {
	content: "";
}

.fa-folder-open-o:before {
	content: "";
}

.fa-smile-o:before {
	content: "";
}

.fa-frown-o:before {
	content: "";
}

.fa-meh-o:before {
	content: "";
}

.fa-gamepad:before {
	content: "";
}

.fa-keyboard-o:before {
	content: "";
}

.fa-flag-o:before {
	content: "";
}

.fa-flag-checkered:before {
	content: "";
}

.fa-terminal:before {
	content: "";
}

.fa-code:before {
	content: "";
}

.fa-mail-reply-all:before,.fa-reply-all:before {
	content: "";
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
	content: "";
}

.fa-location-arrow:before {
	content: "";
}

.fa-crop:before {
	content: "";
}

.fa-code-fork:before {
	content: "";
}

.fa-unlink:before,.fa-chain-broken:before {
	content: "";
}

.fa-question:before {
	content: "";
}

.fa-info:before {
	content: "";
}

.fa-exclamation:before {
	content: "";
}

.fa-superscript:before {
	content: "";
}

.fa-subscript:before {
	content: "";
}

.fa-eraser:before {
	content: "";
}

.fa-puzzle-piece:before {
	content: "";
}

.fa-microphone:before {
	content: "";
}

.fa-microphone-slash:before {
	content: "";
}

.fa-shield:before {
	content: "";
}

.fa-calendar-o:before {
	content: "";
}

.fa-fire-extinguisher:before {
	content: "";
}

.fa-rocket:before {
	content: "";
}

.fa-maxcdn:before {
	content: "";
}

.fa-chevron-circle-left:before {
	content: "";
}

.fa-chevron-circle-right:before {
	content: "";
}

.fa-chevron-circle-up:before {
	content: "";
}

.fa-chevron-circle-down:before {
	content: "";
}

.fa-html5:before {
	content: "";
}

.fa-css3:before {
	content: "";
}

.fa-anchor:before {
	content: "";
}

.fa-unlock-alt:before {
	content: "";
}

.fa-bullseye:before {
	content: "";
}

.fa-ellipsis-h:before {
	content: "";
}

.fa-ellipsis-v:before {
	content: "";
}

.fa-rss-square:before {
	content: "";
}

.fa-play-circle:before {
	content: "";
}

.fa-ticket:before {
	content: "";
}

.fa-minus-square:before {
	content: "";
}

.fa-minus-square-o:before {
	content: "";
}

.fa-level-up:before {
	content: "";
}

.fa-level-down:before {
	content: "";
}

.fa-check-square:before {
	content: "";
}

.fa-pencil-square:before {
	content: "";
}

.fa-external-link-square:before {
	content: "";
}

.fa-share-square:before {
	content: "";
}

.fa-compass:before {
	content: "";
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
	content: "";
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
	content: "";
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
	content: "";
}

.fa-euro:before,.fa-eur:before {
	content: "";
}

.fa-gbp:before {
	content: "";
}

.fa-dollar:before,.fa-usd:before {
	content: "";
}

.fa-rupee:before,.fa-inr:before {
	content: "";
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
	content: "";
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
	content: "";
}

.fa-won:before,.fa-krw:before {
	content: "";
}

.fa-bitcoin:before,.fa-btc:before {
	content: "";
}

.fa-file:before {
	content: "";
}

.fa-file-text:before {
	content: "";
}

.fa-sort-alpha-asc:before {
	content: "";
}

.fa-sort-alpha-desc:before {
	content: "";
}

.fa-sort-amount-asc:before {
	content: "";
}

.fa-sort-amount-desc:before {
	content: "";
}

.fa-sort-numeric-asc:before {
	content: "";
}

.fa-sort-numeric-desc:before {
	content: "";
}

.fa-thumbs-up:before {
	content: "";
}

.fa-thumbs-down:before {
	content: "";
}

.fa-youtube-square:before {
	content: "";
}

.fa-youtube:before {
	content: "";
}

.fa-xing:before {
	content: "";
}

.fa-xing-square:before {
	content: "";
}

.fa-youtube-play:before {
	content: "";
}

.fa-dropbox:before {
	content: "";
}

.fa-stack-overflow:before {
	content: "";
}

.fa-instagram:before {
	content: "";
}

.fa-flickr:before {
	content: "";
}

.fa-adn:before {
	content: "";
}

.fa-bitbucket:before {
	content: "";
}

.fa-bitbucket-square:before {
	content: "";
}

.fa-tumblr:before {
	content: "";
}

.fa-tumblr-square:before {
	content: "";
}

.fa-long-arrow-down:before {
	content: "";
}

.fa-long-arrow-up:before {
	content: "";
}

.fa-long-arrow-left:before {
	content: "";
}

.fa-long-arrow-right:before {
	content: "";
}

.fa-apple:before {
	content: "";
}

.fa-windows:before {
	content: "";
}

.fa-android:before {
	content: "";
}

.fa-linux:before {
	content: "";
}

.fa-dribbble:before {
	content: "";
}

.fa-skype:before {
	content: "";
}

.fa-foursquare:before {
	content: "";
}

.fa-trello:before {
	content: "";
}

.fa-female:before {
	content: "";
}

.fa-male:before {
	content: "";
}

.fa-gittip:before,.fa-gratipay:before {
	content: "";
}

.fa-sun-o:before {
	content: "";
}

.fa-moon-o:before {
	content: "";
}

.fa-archive:before {
	content: "";
}

.fa-bug:before {
	content: "";
}

.fa-vk:before {
	content: "";
}

.fa-weibo:before {
	content: "";
}

.fa-renren:before {
	content: "";
}

.fa-pagelines:before {
	content: "";
}

.fa-stack-exchange:before {
	content: "";
}

.fa-arrow-circle-o-right:before {
	content: "";
}

.fa-arrow-circle-o-left:before {
	content: "";
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
	content: "";
}

.fa-dot-circle-o:before {
	content: "";
}

.fa-wheelchair:before {
	content: "";
}

.fa-vimeo-square:before {
	content: "";
}

.fa-turkish-lira:before,.fa-try:before {
	content: "";
}

.fa-plus-square-o:before {
	content: "";
}

.fa-space-shuttle:before {
	content: "";
}

.fa-slack:before {
	content: "";
}

.fa-envelope-square:before {
	content: "";
}

.fa-wordpress:before {
	content: "";
}

.fa-openid:before {
	content: "";
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
	content: "";
}

.fa-mortar-board:before,.fa-graduation-cap:before {
	content: "";
}

.fa-yahoo:before {
	content: "";
}

.fa-google:before {
	content: "";
}

.fa-reddit:before {
	content: "";
}

.fa-reddit-square:before {
	content: "";
}

.fa-stumbleupon-circle:before {
	content: "";
}

.fa-stumbleupon:before {
	content: "";
}

.fa-delicious:before {
	content: "";
}

.fa-digg:before {
	content: "";
}

.fa-pied-piper:before {
	content: "";
}

.fa-pied-piper-alt:before {
	content: "";
}

.fa-drupal:before {
	content: "";
}

.fa-joomla:before {
	content: "";
}

.fa-language:before {
	content: "";
}

.fa-fax:before {
	content: "";
}

.fa-building:before {
	content: "";
}

.fa-child:before {
	content: "";
}

.fa-paw:before {
	content: "";
}

.fa-spoon:before {
	content: "";
}

.fa-cube:before {
	content: "";
}

.fa-cubes:before {
	content: "";
}

.fa-behance:before {
	content: "";
}

.fa-behance-square:before {
	content: "";
}

.fa-steam:before {
	content: "";
}

.fa-steam-square:before {
	content: "";
}

.fa-recycle:before {
	content: "";
}

.fa-automobile:before,.fa-car:before {
	content: "";
}

.fa-cab:before,.fa-taxi:before {
	content: "";
}

.fa-tree:before {
	content: "";
}

.fa-spotify:before {
	content: "";
}

.fa-deviantart:before {
	content: "";
}

.fa-soundcloud:before {
	content: "";
}

.fa-database:before {
	content: "";
}

.fa-file-pdf-o:before {
	content: "";
}

.fa-file-word-o:before {
	content: "";
}

.fa-file-excel-o:before {
	content: "";
}

.fa-file-powerpoint-o:before {
	content: "";
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
	content: "";
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
	content: "";
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
	content: "";
}

.fa-file-movie-o:before,.fa-file-video-o:before {
	content: "";
}

.fa-file-code-o:before {
	content: "";
}

.fa-vine:before {
	content: "";
}

.fa-codepen:before {
	content: "";
}

.fa-jsfiddle:before {
	content: "";
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
	content: "";
}

.fa-circle-o-notch:before {
	content: "";
}

.fa-ra:before,.fa-rebel:before {
	content: "";
}

.fa-ge:before,.fa-empire:before {
	content: "";
}

.fa-git-square:before {
	content: "";
}

.fa-git:before {
	content: "";
}

.fa-hacker-news:before {
	content: "";
}

.fa-tencent-weibo:before {
	content: "";
}

.fa-qq:before {
	content: "";
}

.fa-wechat:before,.fa-weixin:before {
	content: "";
}

.fa-send:before,.fa-paper-plane:before {
	content: "";
}

.fa-send-o:before,.fa-paper-plane-o:before {
	content: "";
}

.fa-history:before {
	content: "";
}

.fa-genderless:before,.fa-circle-thin:before {
	content: "";
}

.fa-header:before {
	content: "";
}

.fa-paragraph:before {
	content: "";
}

.fa-sliders:before {
	content: "";
}

.fa-share-alt:before {
	content: "";
}

.fa-share-alt-square:before {
	content: "";
}

.fa-bomb:before {
	content: "";
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
	content: "";
}

.fa-tty:before {
	content: "";
}

.fa-binoculars:before {
	content: "";
}

.fa-plug:before {
	content: "";
}

.fa-slideshare:before {
	content: "";
}

.fa-twitch:before {
	content: "";
}

.fa-yelp:before {
	content: "";
}

.fa-newspaper-o:before {
	content: "";
}

.fa-wifi:before {
	content: "";
}

.fa-calculator:before {
	content: "";
}

.fa-paypal:before {
	content: "";
}

.fa-google-wallet:before {
	content: "";
}

.fa-cc-visa:before {
	content: "";
}

.fa-cc-mastercard:before {
	content: "";
}

.fa-cc-discover:before {
	content: "";
}

.fa-cc-amex:before {
	content: "";
}

.fa-cc-paypal:before {
	content: "";
}

.fa-cc-stripe:before {
	content: "";
}

.fa-bell-slash:before {
	content: "";
}

.fa-bell-slash-o:before {
	content: "";
}

.fa-trash:before {
	content: "";
}

.fa-copyright:before {
	content: "";
}

.fa-at:before {
	content: "";
}

.fa-eyedropper:before {
	content: "";
}

.fa-paint-brush:before {
	content: "";
}

.fa-birthday-cake:before {
	content: "";
}

.fa-area-chart:before {
	content: "";
}

.fa-pie-chart:before {
	content: "";
}

.fa-line-chart:before {
	content: "";
}

.fa-lastfm:before {
	content: "";
}

.fa-lastfm-square:before {
	content: "";
}

.fa-toggle-off:before {
	content: "";
}

.fa-toggle-on:before {
	content: "";
}

.fa-bicycle:before {
	content: "";
}

.fa-bus:before {
	content: "";
}

.fa-ioxhost:before {
	content: "";
}

.fa-angellist:before {
	content: "";
}

.fa-cc:before {
	content: "";
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
	content: "";
}

.fa-meanpath:before {
	content: "";
}

.fa-buysellads:before {
	content: "";
}

.fa-connectdevelop:before {
	content: "";
}

.fa-dashcube:before {
	content: "";
}

.fa-forumbee:before {
	content: "";
}

.fa-leanpub:before {
	content: "";
}

.fa-sellsy:before {
	content: "";
}

.fa-shirtsinbulk:before {
	content: "";
}

.fa-simplybuilt:before {
	content: "";
}

.fa-skyatlas:before {
	content: "";
}

.fa-cart-plus:before {
	content: "";
}

.fa-cart-arrow-down:before {
	content: "";
}

.fa-diamond:before {
	content: "";
}

.fa-ship:before {
	content: "";
}

.fa-user-secret:before {
	content: "";
}

.fa-motorcycle:before {
	content: "";
}

.fa-street-view:before {
	content: "";
}

.fa-heartbeat:before {
	content: "";
}

.fa-venus:before {
	content: "";
}

.fa-mars:before {
	content: "";
}

.fa-mercury:before {
	content: "";
}

.fa-transgender:before {
	content: "";
}

.fa-transgender-alt:before {
	content: "";
}

.fa-venus-double:before {
	content: "";
}

.fa-mars-double:before {
	content: "";
}

.fa-venus-mars:before {
	content: "";
}

.fa-mars-stroke:before {
	content: "";
}

.fa-mars-stroke-v:before {
	content: "";
}

.fa-mars-stroke-h:before {
	content: "";
}

.fa-neuter:before {
	content: "";
}

.fa-facebook-official:before {
	content: "";
}

.fa-pinterest-p:before {
	content: "";
}

.fa-whatsapp:before {
	content: "";
}

.fa-server:before {
	content: "";
}

.fa-user-plus:before {
	content: "";
}

.fa-user-times:before {
	content: "";
}

.fa-hotel:before,.fa-bed:before {
	content: "";
}

.fa-viacoin:before {
	content: "";
}

.fa-train:before {
	content: "";
}

.fa-subway:before {
	content: "";
}

.fa-medium:before {
	content: "";
}

.mm-hidden {
	display: none !important;
}

.mm-wrapper {
	overflow-x: hidden;
	position: relative;
}

.mm-menu,.mm-panels,.mm-panels>.mm-panel {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
}

.mm-menu {
	box-sizing: border-box;
	background: inherit;
	display: block;
	overflow: hidden;
	padding: 0;
}

.mm-panel {
	transition: transform .4s ease;
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mm-panel.mm-opened {
	-ms-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.mm-panel.mm-subopened {
	-ms-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}

.mm-panel.mm-highest {
	z-index: 1;
}

.mm-panels,.mm-panels>.mm-panel {
	background: inherit;
	border-color: inherit;
}

.mm-panels>.mm-panel {
	background: inherit;
	border-color: inherit;
	-webkit-overflow-scrolling: touch;
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
	padding: 0 20px;
}

.mm-panels>.mm-panel.mm-hasnavbar {
	padding-top: 40px;
}

.mm-panels>.mm-panel:before,.mm-panels>.mm-panel:after {
	content: "";
	display: block;
	height: 20px;
}

.mm-vertical .mm-panel {
	-ms-transform: none !important;
	transform: none !important;
}

.mm-vertical .mm-listview .mm-panel,.mm-listview .mm-vertical .mm-panel {
	display: none;
	padding: 10px 0 10px 10px;
}

.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after,.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after {
	border-color: rgba(0,0,0,0);
}

.mm-vertical li.mm-opened>.mm-panel,li.mm-vertical.mm-opened>.mm-panel {
	display: block;
}

.mm-vertical .mm-listview>li>.mm-next,.mm-listview>li.mm-vertical>.mm-next {
	height: 40px;
	bottom: auto;
}

.mm-vertical .mm-listview>li>.mm-next:after,.mm-listview>li.mm-vertical>.mm-next:after {
	top: 16px;
	bottom: auto;
}

.mm-vertical .mm-listview>li.mm-opened>.mm-next:after,.mm-listview>li.mm-vertical.mm-opened>.mm-next:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-navbar {
	border-bottom: 1px solid;
	border-color: inherit;
	text-align: center;
	line-height: 20px;
	height: 40px;
	padding: 0 40px;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.mm-navbar>* {
	display: block;
	padding: 10px 0;
}

.mm-navbar a,.mm-navbar a:hover {
	text-decoration: none;
}

.mm-navbar .mm-title {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.mm-navbar .mm-btn {
	box-sizing: border-box;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.mm-navbar .mm-btn:first-child {
	padding-left: 20px;
	left: 0;
}

.mm-navbar .mm-btn:last-child {
	text-align: right;
	padding-right: 20px;
	right: 0;
}

.mm-panel .mm-navbar {
	display: none;
}

.mm-panel.mm-hasnavbar .mm-navbar {
	display: block;
}

.mm-listview,.mm-listview>li {
	list-style: none;
	display: block;
	padding: 0;
	margin: 0;
}

.mm-listview {
	font: inherit;
	font-size: 14px;
	line-height: 20px;
}

.mm-listview a,.mm-listview a:hover {
	text-decoration: none;
}

.mm-listview>li {
	position: relative;
}

.mm-listview>li,.mm-listview>li:after,.mm-listview>li .mm-next,.mm-listview>li .mm-next:before {
	border-color: inherit;
}

.mm-listview>li>a,.mm-listview>li>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	display: block;
	padding: 10px 10px 10px 20px;
	margin: 0;
}

.mm-listview>li>a.mm-arrow,.mm-listview>li>span.mm-arrow {
	padding-right: 50px;
}

.mm-listview>li:not(.mm-divider):after {
	content: "";
	border-bottom-width: 1px;
	border-bottom-style: solid;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.mm-listview>li:not(.mm-divider):after {
	left: 20px;
}

.mm-listview .mm-next {
	background: rgba(3,2,1,0);
	width: 50px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}

.mm-listview .mm-next:before {
	content: "";
	border-left-width: 1px;
	border-left-style: solid;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.mm-listview .mm-next+a,.mm-listview .mm-next+span {
	margin-right: 50px;
}

.mm-listview .mm-next.mm-fullsubopen {
	width: 100%;
}

.mm-listview .mm-next.mm-fullsubopen:before {
	border-left: none;
}

.mm-listview .mm-next.mm-fullsubopen+a,.mm-listview .mm-next.mm-fullsubopen+span {
	padding-right: 50px;
	margin-right: 0;
}

.mm-panels>.mm-panel>.mm-listview {
	margin: 20px -20px;
}

.mm-panels>.mm-panel>.mm-listview:first-child,.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
	margin-top: -20px;
}

.mm-listview .mm-inset {
	list-style: inside disc;
	padding: 0 10px 15px 40px;
	margin: 0;
}

.mm-listview .mm-inset>li {
	padding: 5px 0;
}

.mm-listview .mm-divider {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 20px;
	line-height: 25px;
}

.mm-listview .mm-spacer {
	padding-top: 40px;
}

.mm-listview .mm-spacer>.mm-next {
	top: 40px;
}

.mm-listview .mm-spacer.mm-divider {
	padding-top: 25px;
}

.mm-prev:before,.mm-next:after,.mm-arrow:after {
	content: "";
	border: 2px solid rgba(0,0,0,0);
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mm-prev:before {
	border-right: none;
	border-bottom: none;
	left: 23px;
}

.mm-next:after,.mm-arrow:after {
	border-top: none;
	border-left: none;
	right: 23px;
}

.mm-menu {
	background: #f3f3f3;
	border-color: rgba(0,0,0,.1);
	color: rgba(0,0,0,.7);
}

.mm-menu .mm-navbar>*,.mm-menu .mm-navbar a {
	color: rgba(0,0,0,.3);
}

.mm-menu .mm-navbar .mm-btn:before,.mm-menu .mm-navbar .mm-btn:after {
	border-color: rgba(0,0,0,.3);
}

.mm-menu .mm-listview {
	border-color: rgba(0,0,0,.1);
}

.mm-menu .mm-listview>li .mm-next:after,.mm-menu .mm-listview>li .mm-arrow:after {
	border-color: rgba(0,0,0,.3);
}

.mm-menu .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255,255,255,.5);
	tap-highlight-color: rgba(255,255,255,.5);
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu .mm-listview>li.mm-selected>span {
	background: rgba(255,255,255,.5);
}

.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next,.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
	background: rgba(0,0,0,.05);
}

.mm-menu .mm-divider {
	background: rgba(0,0,0,.05);
}

.mm-page {
	box-sizing: border-box;
	position: relative;
}

.mm-slideout {
	transition: transform .4s ease;
}

html.mm-opened {
	overflow-x: hidden;
	position: relative;
}

html.mm-blocking {
	overflow: hidden;
}

html.mm-blocking body {
	overflow: hidden;
}

html.mm-background .mm-page {
	background: inherit;
}

#mm-blocker {
	background: rgba(3,2,1,0);
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

html.mm-blocking #mm-blocker {
	display: block;
}

.mm-menu.mm-offcanvas {
	display: none;
	position: fixed;
}

.mm-menu.mm-current {
	display: block;
}

.mm-menu {
	width: 80%;
	min-width: 140px;
	max-width: 440px;
}

html.mm-opening .mm-slideout {
	-ms-transform: translate(80%, 0);
	transform: translate(80%, 0);
}

@media all and (max-width: 175px) {
	html.mm-opening .mm-slideout {
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
	}
}

@media all and (min-width: 550px) {
	html.mm-opening .mm-slideout {
		-ms-transform: translate(440px, 0);
		transform: translate(440px, 0);
	}
}

.mm-menu.mm-autoheight {
	max-height: 80%;
}

.mm-menu.mm-autoheight.mm-fullscreen {
	max-height: 100%;
}

.mm-menu.mm-measureheight>.mm-panels>.mm-panel {
	bottom: auto !important;
	height: auto !important;
}

em.mm-counter {
	font: inherit;
	font-size: 14px;
	font-style: normal;
	text-indent: 0;
	line-height: 20px;
	display: block;
	margin-top: -10px;
	position: absolute;
	right: 45px;
	top: 50%;
}

em.mm-counter+a.mm-next {
	width: 90px;
}

em.mm-counter+a.mm-next+a,em.mm-counter+a.mm-next+span {
	margin-right: 90px;
}

em.mm-counter+a.mm-fullsubopen {
	padding-left: 0;
}

.mm-vertical>.mm-counter {
	top: 12px;
	margin-top: 0;
}

.mm-vertical.mm-spacer>.mm-counter {
	margin-top: 40px;
}

.mm-nosubresults>.mm-counter {
	display: none;
}

.mm-menu em.mm-counter {
	color: rgba(0,0,0,.3);
}

.mm-divider>span {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding: 0;
	line-height: 25px;
}

.mm-divider.mm-opened a.mm-next:after {
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mm-collapsed:not(.mm-uncollapsed) {
	display: none;
}

.mm-fixeddivider {
	background: inherit;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2;
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-fixeddivider:after {
	content: none !important;
	display: none !important;
}

.mm-hasdividers .mm-fixeddivider {
	display: block;
}

.mm-menu .mm-fixeddivider span {
	background: rgba(0,0,0,.05);
}

html.mm-opened.mm-dragging .mm-menu,html.mm-opened.mm-dragging .mm-slideout {
	transition-duration: 0s;
}

.mm-iconpanel .mm-panel {
	transition-property: transform,left;
}

.mm-iconpanel .mm-panel.mm-opened {
	border-left: 1px solid;
	border-color: inherit;
}

.mm-iconpanel .mm-panel.mm-subopened {
	overflow-y: hidden;
	left: -40px;
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-iconpanel .mm-panel.mm-iconpanel-0 {
	left: 0px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-1 {
	left: 40px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-2 {
	left: 80px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-3 {
	left: 120px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-4 {
	left: 160px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-5 {
	left: 200px;
}

.mm-iconpanel .mm-panel.mm-iconpanel-6 {
	left: 240px;
}

.mm-subblocker {
	background: inherit;
	opacity: 0;
	display: block;
	transition: opacity .4s ease;
}

.mm-subopened .mm-subblocker {
	opacity: .6;
	position: absolute;
	top: 0;
	right: 0;
	bottom: -100000px;
	left: 0;
	z-index: 3;
}

.mm-menu>.mm-navbar {
	background: inherit;
	padding: 0;
	z-index: 3;
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-navbar-bottom {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom: none;
	top: auto;
	bottom: 0;
}

.mm-navbar-top~.mm-navbar-top {
	border-bottom: none;
}

.mm-navbar-bottom~.mm-navbar-bottom {
	border-top: none;
}

.mm-navbar.mm-hasbtns {
	padding: 0 40px;
}

.mm-close:after {
	content: "x";
}

.mm-navbar[class*=mm-navbar-content-]>* {
	box-sizing: border-box;
	display: block;
	float: left;
}

.mm-navbar>.mm-breadcrumbs {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
	text-align: left;
	padding: 0 0 0 17px;
}

.mm-navbar>.mm-breadcrumbs>* {
	display: inline-block;
	padding: 10px 3px;
}

.mm-navbar>.mm-breadcrumbs>a {
	text-decoration: underline;
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
	margin-left: -40px;
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
	margin-left: 0;
	padding-left: 0;
}

.mm-navbar-top-1 {
	top: 0px;
}

.mm-hasnavbar-top-1 .mm-panels {
	top: 40px;
}

.mm-navbar-top-2 {
	top: 40px;
}

.mm-hasnavbar-top-2 .mm-panels {
	top: 80px;
}

.mm-navbar-top-3 {
	top: 80px;
}

.mm-hasnavbar-top-3 .mm-panels {
	top: 120px;
}

.mm-navbar-top-4 {
	top: 120px;
}

.mm-hasnavbar-top-4 .mm-panels {
	top: 160px;
}

.mm-navbar-bottom-1 {
	bottom: 0px;
}

.mm-hasnavbar-bottom-1 .mm-panels {
	bottom: 40px;
}

.mm-navbar-bottom-2 {
	bottom: 40px;
}

.mm-hasnavbar-bottom-2 .mm-panels {
	bottom: 80px;
}

.mm-navbar-bottom-3 {
	bottom: 80px;
}

.mm-hasnavbar-bottom-3 .mm-panels {
	bottom: 120px;
}

.mm-navbar-bottom-4 {
	bottom: 120px;
}

.mm-hasnavbar-bottom-4 .mm-panels {
	bottom: 160px;
}

.mm-navbar-size-2 {
	height: 80px;
}

.mm-navbar-size-3 {
	height: 120px;
}

.mm-navbar-size-4 {
	height: 160px;
}

.mm-navbar-content-2>* {
	width: 50%;
}

.mm-navbar-content-3>* {
	width: 33.33%;
}

.mm-navbar-content-4>* {
	width: 25%;
}

.mm-navbar-content-5>* {
	width: 20%;
}

.mm-navbar-content-6>* {
	width: 16.67%;
}

.mm-search,.mm-search input {
	box-sizing: border-box;
}

.mm-search {
	height: 40px;
	padding: 7px 10px 0 10px;
}

.mm-search input {
	border: none;
	border-radius: 26px;
	font: inherit;
	font-size: 14px;
	line-height: 26px;
	outline: none;
	display: block;
	width: 100%;
	height: 26px;
	margin: 0;
	padding: 0 10px;
}

.mm-search input::-ms-clear {
	display: none;
}

.mm-panel>.mm-search {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.mm-panel.mm-hassearch {
	padding-top: 40px;
}

.mm-panel.mm-hassearch.mm-hasnavbar {
	padding-top: 80px;
}

.mm-panel.mm-hassearch.mm-hasnavbar .mm-search {
	top: 40px;
}

.mm-noresultsmsg {
	text-align: center;
	font-size: 21px;
	display: none;
	padding: 40px 0;
}

.mm-noresults .mm-noresultsmsg {
	display: block;
}

.mm-noresults .mm-indexer {
	display: none !important;
}

li.mm-nosubresults>a.mm-next {
	display: none;
}

li.mm-nosubresults>a.mm-next+a,li.mm-nosubresults>a.mm-next+span {
	padding-right: 10px;
}

.mm-menu .mm-search input {
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.7);
}

.mm-menu .mm-noresultsmsg {
	color: rgba(0,0,0,.3);
}

.mm-indexer {
	background: inherit;
	text-align: center;
	font-size: 12px;
	box-sizing: border-box;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -100px;
	z-index: 3;
	transition: right .4s ease;
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-indexer a {
	text-decoration: none;
	display: block;
	height: 3.85%;
}

.mm-indexer~.mm-panel.mm-hasindexer {
	margin-right: 20px;
}

.mm-hasindexer .mm-indexer {
	right: 0;
}

.mm-hasindexer .mm-fixeddivider {
	right: 20px;
}

.mm-menu .mm-indexer a {
	color: rgba(0,0,0,.3);
}

input.mm-toggle,input.mm-check {
	position: absolute;
	left: -10000px;
}

label.mm-toggle,label.mm-check {
	margin: 0;
	position: absolute;
	top: 50%;
	z-index: 2;
}

label.mm-toggle:before,label.mm-check:before {
	content: "";
	display: block;
}

label.mm-toggle {
	border-radius: 30px;
	width: 50px;
	height: 30px;
	margin-top: -15px;
}

label.mm-toggle:before {
	border-radius: 30px;
	width: 28px;
	height: 28px;
	margin: 1px;
}

input.mm-toggle:checked~label.mm-toggle:before {
	float: right;
}

label.mm-check {
	width: 30px;
	height: 30px;
	margin-top: -15px;
}

label.mm-check:before {
	border-left: 3px solid;
	border-bottom: 3px solid;
	width: 40%;
	height: 20%;
	margin: 25% 0 0 20%;
	opacity: .1;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

input.mm-check:checked~label.mm-check:before {
	opacity: 1;
}

li.mm-vertical label.mm-toggle,li.mm-vertical label.mm-check {
	bottom: auto;
	margin-top: 0;
}

li.mm-vertical label.mm-toggle {
	top: 5px;
}

li.mm-vertical label.mm-check {
	top: 5px;
}

label.mm-toggle,label.mm-check {
	right: 20px;
}

label.mm-toggle+a,label.mm-toggle+span {
	padding-right: 80px;
}

label.mm-check+a,label.mm-check+span {
	padding-right: 60px;
}

a.mm-next+label.mm-toggle,a.mm-next+label.mm-check {
	right: 60px;
}

a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span,a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span {
	margin-right: 50px;
}

a.mm-next+label.mm-toggle+a,a.mm-next+label.mm-toggle+span {
	padding-right: 70px;
}

a.mm-next+label.mm-check+a,a.mm-next+label.mm-check+span {
	padding-right: 50px;
}

em.mm-counter+a.mm-next+label.mm-toggle,em.mm-counter+a.mm-next+label.mm-check {
	right: 100px;
}

em.mm-counter+a.mm-next+label.mm-toggle+a,em.mm-counter+a.mm-next+label.mm-toggle+span,em.mm-counter+a.mm-next+label.mm-check+a,em.mm-counter+a.mm-next+label.mm-check+span {
	margin-right: 90px;
}

.mm-menu label.mm-toggle {
	background: rgba(0,0,0,.1);
}

.mm-menu label.mm-toggle:before {
	background: #f3f3f3;
}

.mm-menu input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963;
}

.mm-menu label.mm-check:before {
	border-color: rgba(0,0,0,.7);
}

.mm-menu.mm-border-none .mm-listview>li:after,.mm-listview.mm-border-none>li:after {
	content: none;
}

.mm-menu.mm-border-full .mm-listview>li:after,.mm-listview.mm-border-full>li:after {
	left: 0 !important;
}

.mm-menu.mm-border-offset .mm-listview>li:after,.mm-listview.mm-border-offset>li:after {
	right: 20px;
}

.mm-menu.mm-effect-menu-zoom {
	transition: transform .4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-zoom {
	-ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	-ms-transform-origin: left center;
	transform-origin: left center;
}

html.mm-opening .mm-menu.mm-effect-menu-zoom {
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-zoom {
	-ms-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
	-ms-transform-origin: right center;
	transform-origin: right center;
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-zoom {
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-menu-slide {
	transition: transform .4s ease;
}

html.mm-opened .mm-menu.mm-effect-menu-slide {
	-ms-transform: translate3d(-30%, 0, 0);
	transform: translate3d(-30%, 0, 0);
}

html.mm-opening .mm-menu.mm-effect-menu-slide {
	-ms-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

html.mm-right.mm-opened .mm-menu.mm-effect-menu-slide {
	-ms-transform: translate3d(30%, 0, 0);
	transform: translate3d(30%, 0, 0);
}

html.mm-right.mm-opening .mm-menu.mm-effect-menu-slide {
	-ms-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-menu-fade {
	opacity: 0;
	transition: opacity .4s ease;
}

html.mm-opening .mm-menu.mm-effect-menu-fade {
	opacity: 1;
}

.mm-menu.mm-effect-panels-zoom .mm-panel {
	-ms-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {
	-ms-transform: scale(1, 1) translate3d(0%, 0, 0);
	transform: scale(1, 1) translate3d(0%, 0, 0);
}

.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened.mm-subopened {
	-ms-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
	transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu.mm-effect-panels-slide-0 .mm-panel.mm-subopened {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-menu.mm-effect-panels-slide-100 .mm-panel.mm-subopened {
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li {
	transition: none .4s ease;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(1) {
	transition-delay: 50ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(2) {
	transition-delay: 100ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(3) {
	transition-delay: 150ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(4) {
	transition-delay: 200ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(5) {
	transition-delay: 250ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(6) {
	transition-delay: 300ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(7) {
	transition-delay: 350ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(8) {
	transition-delay: 400ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(9) {
	transition-delay: 450ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(10) {
	transition-delay: 500ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(11) {
	transition-delay: 550ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(12) {
	transition-delay: 600ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(13) {
	transition-delay: 650ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(14) {
	transition-delay: 700ms;
}

.mm-menu[class*=mm-effect-listitems-] .mm-listview>li:nth-child(15) {
	transition-delay: 750ms;
}

.mm-menu.mm-effect-listitems-slide .mm-listview>li {
	-ms-transform: translate3d(50%, 0, 0);
	transform: translate3d(50%, 0, 0);
	opacity: 0;
	transition-property: transform,opacity;
}

html.mm-opening .mm-menu.mm-effect-listitems-slide .mm-panel.mm-opened .mm-listview>li {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.mm-menu.mm-effect-listitems-fade .mm-listview>li {
	opacity: 0;
	transition-property: opacity;
}

html.mm-opening .mm-menu.mm-effect-listitems-fade .mm-panel.mm-opened .mm-listview>li {
	opacity: 1;
}

.mm-menu.mm-effect-listitems-drop .mm-listview>li {
	opacity: 0;
	top: -25%;
	transition-property: opacity,top;
}

html.mm-opening .mm-menu.mm-effect-listitems-drop .mm-panel.mm-opened .mm-listview>li {
	opacity: 1;
	top: 0;
}

.mm-menu.mm-fullscreen {
	width: 100%;
	min-width: 140px;
	max-width: 10000px;
}

html.mm-opening.mm-fullscreen .mm-slideout {
	-ms-transform: translate(100%, 0);
	transform: translate(100%, 0);
}

@media all and (max-width: 140px) {
	html.mm-opening.mm-fullscreen .mm-slideout {
		-ms-transform: translate(140px, 0);
		transform: translate(140px, 0);
	}
}

@media all and (min-width: 10000px) {
	html.mm-opening.mm-fullscreen .mm-slideout {
		-ms-transform: translate(10000px, 0);
		transform: translate(10000px, 0);
	}
}

html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

@media all and (max-width: 140px) {
	html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
	}
}

@media all and (min-width: 10000px) {
	html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
		-ms-transform: translate(-10000px, 0);
		transform: translate(-10000px, 0);
	}
}

.mm-menu.mm-fullscreen.mm-top,.mm-menu.mm-fullscreen.mm-bottom {
	height: 100%;
	min-height: 140px;
	max-height: 10000px;
}

html.mm-opened.mm-fullscreen .mm-page {
	box-shadow: none !important;
}

.mm-menu.mm-multiline .mm-listview>li>a,.mm-menu.mm-multiline .mm-listview>li>span,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>a,.mm-listview.mm-multiline>li .mm-listview>li.mm-multiline>span {
	text-overflow: clip;
	white-space: normal;
}

html.mm-pagedim #mm-blocker,html.mm-pagedim-white #mm-blocker,html.mm-pagedim-black #mm-blocker {
	opacity: 0;
}

html.mm-pagedim.mm-opening #mm-blocker,html.mm-pagedim-white.mm-opening #mm-blocker,html.mm-pagedim-black.mm-opening #mm-blocker {
	opacity: .3;
	transition: opacity .4s ease .4s;
}

html.mm-pagedim #mm-blocker {
	background: inherit;
}

html.mm-pagedim-white #mm-blocker {
	background: #fff;
}

html.mm-pagedim-black #mm-blocker {
	background: #000;
}

.mm-menu.mm-pageshadow:after {
	content: "";
	display: block;
	width: 20px;
	height: 120%;
	position: absolute;
	left: 100%;
	top: -10%;
	z-index: 99;
}

.mm-menu.mm-pageshadow.mm-right:after {
	left: auto;
	right: 100%;
}

.mm-menu.mm-pageshadow.mm-next:after,.mm-menu.mm-pageshadow.mm-front:after {
	content: none;
	display: none;
}

.mm-menu.mm-pageshadow:after {
	box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.mm-menu.mm-top,.mm-menu.mm-bottom {
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}

.mm-menu.mm-right {
	left: auto;
	right: 0;
}

.mm-menu.mm-bottom {
	top: auto;
	bottom: 0;
}

html.mm-right.mm-opening .mm-slideout {
	-ms-transform: translate(-80%, 0);
	transform: translate(-80%, 0);
}

@media all and (max-width: 175px) {
	html.mm-right.mm-opening .mm-slideout {
		-ms-transform: translate(-140px, 0);
		transform: translate(-140px, 0);
	}
}

@media all and (min-width: 550px) {
	html.mm-right.mm-opening .mm-slideout {
		-ms-transform: translate(-440px, 0);
		transform: translate(-440px, 0);
	}
}

html.mm-front .mm-slideout {
	-ms-transform: none !important;
	transform: none !important;
	z-index: 0 !important;
}

.mm-menu.mm-front {
	z-index: 1;
}

.mm-menu.mm-front,.mm-menu.mm-next {
	transition: transform .4s ease;
	-ms-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.mm-menu.mm-front.mm-right,.mm-menu.mm-next.mm-right {
	-ms-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.mm-menu.mm-top {
	-ms-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}

.mm-menu.mm-bottom {
	-ms-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

html.mm-opening .mm-menu.mm-front,html.mm-opening .mm-menu.mm-next {
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.mm-menu.mm-top,.mm-menu.mm-bottom {
	height: 80%;
	min-height: 140px;
	max-height: 880px;
}

.mm-menu.mm-theme-dark {
	background: #333;
	border-color: rgba(0,0,0,.15);
	color: rgba(255,255,255,.8);
}

.mm-menu.mm-theme-dark .mm-navbar>*,.mm-menu.mm-theme-dark .mm-navbar a {
	color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-dark .mm-navbar .mm-btn:before,.mm-menu.mm-theme-dark .mm-navbar .mm-btn:after {
	border-color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-dark .mm-listview {
	border-color: rgba(0,0,0,.15);
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after,.mm-menu.mm-theme-dark .mm-listview>li .mm-arrow:after {
	border-color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(0,0,0,.1);
	tap-highlight-color: rgba(0,0,0,.1);
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
	background: rgba(0,0,0,.1);
}

.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next,.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
	background: rgba(255,255,255,.05);
}

.mm-menu.mm-theme-dark .mm-divider {
	background: rgba(255,255,255,.05);
}

.mm-menu.mm-theme-dark label.mm-check:before {
	border-color: rgba(255,255,255,.8);
}

.mm-menu.mm-theme-dark em.mm-counter {
	color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
	background: rgba(255,255,255,.05);
}

.mm-menu.mm-pageshadow.mm-theme-dark:after {
	box-shadow: 0 0 20px rgba(0,0,0,.5);
}

.mm-menu.mm-theme-dark .mm-search input {
	background: rgba(255,255,255,.3);
	color: rgba(255,255,255,.8);
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
	color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-dark .mm-indexer a {
	color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-dark label.mm-toggle {
	background: rgba(0,0,0,.15);
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
	background: #333;
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963;
}

.mm-menu.mm-theme-white {
	background: #fff;
	border-color: rgba(0,0,0,.1);
	color: rgba(0,0,0,.6);
}

.mm-menu.mm-theme-white .mm-navbar>*,.mm-menu.mm-theme-white .mm-navbar a {
	color: rgba(0,0,0,.3);
}

.mm-menu.mm-theme-white .mm-navbar .mm-btn:before,.mm-menu.mm-theme-white .mm-navbar .mm-btn:after {
	border-color: rgba(0,0,0,.3);
}

.mm-menu.mm-theme-white .mm-listview {
	border-color: rgba(0,0,0,.1);
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after,.mm-menu.mm-theme-white .mm-listview>li .mm-arrow:after {
	border-color: rgba(0,0,0,.3);
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(0,0,0,.05);
	tap-highlight-color: rgba(0,0,0,.05);
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
	background: rgba(0,0,0,.05);
}

.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next,.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
	background: rgba(0,0,0,.03);
}

.mm-menu.mm-theme-white .mm-divider {
	background: rgba(0,0,0,.03);
}

.mm-menu.mm-theme-white label.mm-check:before {
	border-color: rgba(0,0,0,.6);
}

.mm-menu.mm-theme-white em.mm-counter {
	color: rgba(0,0,0,.3);
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
	background: rgba(0,0,0,.03);
}

.mm-menu.mm-pageshadow.mm-theme-white:after {
	box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.mm-menu.mm-theme-white .mm-search input {
	background: rgba(0,0,0,.05);
	color: rgba(0,0,0,.6);
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
	color: rgba(0,0,0,.3);
}

.mm-menu.mm-theme-white .mm-indexer a {
	color: rgba(0,0,0,.3);
}

.mm-menu.mm-theme-white label.mm-toggle {
	background: rgba(0,0,0,.1);
}

.mm-menu.mm-theme-white label.mm-toggle:before {
	background: #fff;
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963;
}

.mm-menu.mm-theme-black {
	background: #000;
	border-color: rgba(255,255,255,.2);
	color: rgba(255,255,255,.6);
}

.mm-menu.mm-theme-black .mm-navbar>*,.mm-menu.mm-theme-black .mm-navbar a {
	color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-black .mm-navbar .mm-btn:before,.mm-menu.mm-theme-black .mm-navbar .mm-btn:after {
	border-color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-black .mm-listview {
	border-color: rgba(255,255,255,.2);
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:after,.mm-menu.mm-theme-black .mm-listview>li .mm-arrow:after {
	border-color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
	-webkit-tap-highlight-color: rgba(255,255,255,.3);
	tap-highlight-color: rgba(255,255,255,.3);
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
	background: rgba(255,255,255,.3);
}

.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next,.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel {
	background: rgba(255,255,255,.2);
}

.mm-menu.mm-theme-black .mm-divider {
	background: rgba(255,255,255,.2);
}

.mm-menu.mm-theme-black label.mm-check:before {
	border-color: rgba(255,255,255,.6);
}

.mm-menu.mm-theme-black em.mm-counter {
	color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
	background: rgba(255,255,255,.2);
}

.mm-menu.mm-pageshadow.mm-theme-black:after {
	content: none;
	display: none;
}

.mm-menu.mm-theme-black .mm-search input {
	background: rgba(255,255,255,.3);
	color: rgba(255,255,255,.6);
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
	color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-black .mm-indexer a {
	color: rgba(255,255,255,.4);
}

.mm-menu.mm-theme-black label.mm-toggle {
	background: rgba(255,255,255,.2);
}

.mm-menu.mm-theme-black label.mm-toggle:before {
	background: #000;
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
	background: #4bd963;
}

.mm-menu.mm-tileview .mm-listview:after,.mm-menu .mm-tileview.mm-listview:after {
	content: "";
	display: block;
	clear: both;
}

.mm-menu.mm-tileview .mm-listview>li,.mm-menu .mm-tileview.mm-listview>li {
	width: 50%;
	height: 0;
	padding: 50% 0 0 0;
	float: left;
	position: relative;
}

.mm-menu.mm-tileview .mm-listview>li:after,.mm-menu .mm-tileview.mm-listview>li:after {
	left: 0;
	top: 0;
	border-right-width: 1px;
	border-right-style: solid;
	z-index: -1;
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-xs,.mm-menu .mm-tileview.mm-listview>li.mm-tile-xs {
	width: 12.5%;
	padding-top: 12.5%;
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-s,.mm-menu .mm-tileview.mm-listview>li.mm-tile-s {
	width: 25%;
	padding-top: 25%;
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-l,.mm-menu .mm-tileview.mm-listview>li.mm-tile-l {
	width: 75%;
	padding-top: 75%;
}

.mm-menu.mm-tileview .mm-listview>li.mm-tile-xl,.mm-menu .mm-tileview.mm-listview>li.mm-tile-xl {
	width: 100%;
	padding-top: 100%;
}

.mm-menu.mm-tileview .mm-listview>li>a,.mm-menu.mm-tileview .mm-listview>li>span,.mm-menu .mm-tileview.mm-listview>li>a,.mm-menu .mm-tileview.mm-listview>li>span {
	line-height: 1px;
	text-align: center;
	padding: 50% 10px 0 10px;
	margin: 0;
	position: absolute;
	top: 0;
	right: 1px;
	bottom: 1px;
	left: 0;
}

.mm-menu.mm-tileview .mm-listview>li>.mm-next,.mm-menu .mm-tileview.mm-listview>li>.mm-next {
	width: auto;
}

.mm-menu.mm-tileview .mm-listview>li>.mm-next:before,.mm-menu.mm-tileview .mm-listview>li>.mm-next:after,.mm-menu .mm-tileview.mm-listview>li>.mm-next:before,.mm-menu .mm-tileview.mm-listview>li>.mm-next:after {
	content: none;
	display: none;
}

.mm-menu.mm-tileview .mm-panel {
	padding-left: 0;
	padding-right: 0;
}

.mm-menu.mm-tileview .mm-panel:after {
	content: none;
	display: none;
}

.mm-menu.mm-tileview .mm-listview {
	margin: 0;
}

.slide-panel {
	position: fixed;
	top: 80px;
	transition: transform .5s ease-in-out;
}

.slide-panel.left {
	right: 0;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
}

.slide-panel.left.visible {
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.slide-panel .opener .panel-close,.slide-panel.visible .opener .panel-open {
	display: none;
}

.slide-panel .opener .panel-open,.slide-panel.visible .opener .panel-close {
	display: block;
}

.slide-panel.left .opener {
	left: 0;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.opener {
	position: absolute;
	top: 0;
	border-radius: 0;
}

.bx-wrapper {
	border: 0;
	margin: 0;
	box-shadow: none;
	background: none;
}

.bx-viewport {
	margin-top: 0;
}

.bx-wrapper .bx-loading {
	background: url("/resources/images/bxSlider/bx_loader.gif") center center no-repeat #e7f2ff;
}

.bx-wrapper .bx-prev {
	background: url("/resources/images/bxSlider/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	background: url("/resources/images/bxSlider/controls.png") no-repeat -43px -32px;
}

.flag {
	display: inline-block;
	height: 32px;
	width: 32px;
	vertical-align: middle;
	line-height: 32px;
	background: url(/resources/images/flags32.png) no-repeat;
	zoom: .75;
}

.flag.flag-_African_Union {
	background-position: 0 -32px;
}

.flag.flag-_Arab_League {
	background-position: 0 -64px;
}

.flag.flag-_ASEAN {
	background-position: 0 -96px;
}

.flag.flag-_CARICOM {
	background-position: 0 -128px;
}

.flag.flag-_CIS {
	background-position: 0 -160px;
}

.flag.flag-_Commonwealth {
	background-position: 0 -192px;
}

.flag.flag-_England {
	background-position: 0 -224px;
}

.flag.flag-_European_Union,.flag.flag-eu {
	background-position: 0 -256px;
}

.flag.flag-_Islamic_Conference {
	background-position: 0 -288px;
}

.flag.flag-_Kosovo {
	background-position: 0 -320px;
}

.flag.flag-_NATO {
	background-position: 0 -352px;
}

.flag.flag-_Northern_Cyprus {
	background-position: 0 -384px;
}

.flag.flag-_Northern_Ireland {
	background-position: 0 -416px;
}

.flag.flag-_Olimpic_Movement {
	background-position: 0 -448px;
}

.flag.flag-_OPEC {
	background-position: 0 -480px;
}

.flag.flag-_Red_Cross {
	background-position: 0 -512px;
}

.flag.flag-_Scotland {
	background-position: 0 -544px;
}

.flag.flag-_Somaliland {
	background-position: 0 -576px;
}

.flag.flag-_Tibet {
	background-position: 0 -608px;
}

.flag.flag-_United_Nations {
	background-position: 0 -640px;
}

.flag.flag-_Wales {
	background-position: 0 -672px;
}

.flag.flag-ad {
	background-position: 0 -704px;
}

.flag.flag-ae {
	background-position: 0 -736px;
}

.flag.flag-af {
	background-position: 0 -768px;
}

.flag.flag-ag {
	background-position: 0 -800px;
}

.flag.flag-ai {
	background-position: 0 -832px;
}

.flag.flag-al {
	background-position: 0 -864px;
}

.flag.flag-am {
	background-position: 0 -896px;
}

.flag.flag-ao {
	background-position: 0 -928px;
}

.flag.flag-aq {
	background-position: 0 -960px;
}

.flag.flag-ar {
	background-position: 0 -992px;
}

.flag.flag-as {
	background-position: 0 -1024px;
}

.flag.flag-at {
	background-position: 0 -1056px;
}

.flag.flag-au {
	background-position: 0 -1088px;
}

.flag.flag-aw {
	background-position: 0 -1120px;
}

.flag.flag-ax {
	background-position: 0 -1152px;
}

.flag.flag-az {
	background-position: 0 -1184px;
}

.flag.flag-ba {
	background-position: 0 -1216px;
}

.flag.flag-bb {
	background-position: 0 -1248px;
}

.flag.flag-bd {
	background-position: 0 -1280px;
}

.flag.flag-be {
	background-position: 0 -1312px;
}

.flag.flag-bf {
	background-position: 0 -1344px;
}

.flag.flag-bg {
	background-position: 0 -1376px;
}

.flag.flag-bh {
	background-position: 0 -1408px;
}

.flag.flag-bi {
	background-position: 0 -1440px;
}

.flag.flag-bj {
	background-position: 0 -1472px;
}

.flag.flag-bm {
	background-position: 0 -1504px;
}

.flag.flag-bn {
	background-position: 0 -1536px;
}

.flag.flag-bo {
	background-position: 0 -1568px;
}

.flag.flag-br {
	background-position: 0 -1600px;
}

.flag.flag-bs {
	background-position: 0 -1632px;
}

.flag.flag-bt {
	background-position: 0 -1664px;
}

.flag.flag-bw {
	background-position: 0 -1696px;
}

.flag.flag-by {
	background-position: 0 -1728px;
}

.flag.flag-bz {
	background-position: 0 -1760px;
}

.flag.flag-ca {
	background-position: 0 -1792px;
}

.flag.flag-cd {
	background-position: 0 -1824px;
}

.flag.flag-cf {
	background-position: 0 -1856px;
}

.flag.flag-cg {
	background-position: 0 -1888px;
}

.flag.flag-ch {
	background-position: 0 -1920px;
}

.flag.flag-ci {
	background-position: 0 -1952px;
}

.flag.flag-ck {
	background-position: 0 -1984px;
}

.flag.flag-cl {
	background-position: 0 -2016px;
}

.flag.flag-cm {
	background-position: 0 -2048px;
}

.flag.flag-cn {
	background-position: 0 -2080px;
}

.flag.flag-co {
	background-position: 0 -2112px;
}

.flag.flag-cr {
	background-position: 0 -2144px;
}

.flag.flag-cu {
	background-position: 0 -2176px;
}

.flag.flag-cv {
	background-position: 0 -2208px;
}

.flag.flag-cy {
	background-position: 0 -2240px;
}

.flag.flag-cz {
	background-position: 0 -2272px;
}

.flag.flag-de {
	background-position: 0 -2304px;
}

.flag.flag-dj {
	background-position: 0 -2336px;
}

.flag.flag-dk {
	background-position: 0 -2368px;
}

.flag.flag-dm {
	background-position: 0 -2400px;
}

.flag.flag-do {
	background-position: 0 -2432px;
}

.flag.flag-dz {
	background-position: 0 -2464px;
}

.flag.flag-ec {
	background-position: 0 -2496px;
}

.flag.flag-ee {
	background-position: 0 -2528px;
}

.flag.flag-eg {
	background-position: 0 -2560px;
}

.flag.flag-eh {
	background-position: 0 -2592px;
}

.flag.flag-er {
	background-position: 0 -2624px;
}

.flag.flag-es {
	background-position: 0 -2656px;
}

.flag.flag-et {
	background-position: 0 -2688px;
}

.flag.flag-fi {
	background-position: 0 -2720px;
}

.flag.flag-fj {
	background-position: 0 -2752px;
}

.flag.flag-fm {
	background-position: 0 -2784px;
}

.flag.flag-fo {
	background-position: 0 -2816px;
}

.flag.flag-fr {
	background-position: 0 -2848px;
}

.flag.flag-bl,.flag.flag-cp,.flag.flag-mf,.flag.flag-yt {
	background-position: 0 -2848px;
}

.flag.flag-ga {
	background-position: 0 -2880px;
}

.flag.flag-gb {
	background-position: 0 -2912px;
}

.flag.flag-sh {
	background-position: 0 -2912px;
}

.flag.flag-gd {
	background-position: 0 -2944px;
}

.flag.flag-ge {
	background-position: 0 -2976px;
}

.flag.flag-gg {
	background-position: 0 -3008px;
}

.flag.flag-gh {
	background-position: 0 -3040px;
}

.flag.flag-gi {
	background-position: 0 -3072px;
}

.flag.flag-gl {
	background-position: 0 -3104px;
}

.flag.flag-gm {
	background-position: 0 -3136px;
}

.flag.flag-gn {
	background-position: 0 -3168px;
}

.flag.flag-gp {
	background-position: 0 -3200px;
}

.flag.flag-gq {
	background-position: 0 -3232px;
}

.flag.flag-gr {
	background-position: 0 -3264px;
}

.flag.flag-gt {
	background-position: 0 -3296px;
}

.flag.flag-gu {
	background-position: 0 -3328px;
}

.flag.flag-gw {
	background-position: 0 -3360px;
}

.flag.flag-gy {
	background-position: 0 -3392px;
}

.flag.flag-hk {
	background-position: 0 -3424px;
}

.flag.flag-hn {
	background-position: 0 -3456px;
}

.flag.flag-hr {
	background-position: 0 -3488px;
}

.flag.flag-ht {
	background-position: 0 -3520px;
}

.flag.flag-hu {
	background-position: 0 -3552px;
}

.flag.flag-id {
	background-position: 0 -3584px;
}

.flag.flag-mc {
	background-position: 0 -3584px;
}

.flag.flag-ie {
	background-position: 0 -3616px;
}

.flag.flag-il {
	background-position: 0 -3648px;
}

.flag.flag-im {
	background-position: 0 -3680px;
}

.flag.flag-in {
	background-position: 0 -3712px;
}

.flag.flag-iq {
	background-position: 0 -3744px;
}

.flag.flag-ir {
	background-position: 0 -3776px;
}

.flag.flag-is {
	background-position: 0 -3808px;
}

.flag.flag-it {
	background-position: 0 -3840px;
}

.flag.flag-je {
	background-position: 0 -3872px;
}

.flag.flag-jm {
	background-position: 0 -3904px;
}

.flag.flag-jo {
	background-position: 0 -3936px;
}

.flag.flag-jp {
	background-position: 0 -3968px;
}

.flag.flag-ke {
	background-position: 0 -4000px;
}

.flag.flag-kg {
	background-position: 0 -4032px;
}

.flag.flag-kh {
	background-position: 0 -4064px;
}

.flag.flag-ki {
	background-position: 0 -4096px;
}

.flag.flag-km {
	background-position: 0 -4128px;
}

.flag.flag-kn {
	background-position: 0 -4160px;
}

.flag.flag-kp {
	background-position: 0 -4192px;
}

.flag.flag-kr {
	background-position: 0 -4224px;
}

.flag.flag-kw {
	background-position: 0 -4256px;
}

.flag.flag-ky {
	background-position: 0 -4288px;
}

.flag.flag-kz {
	background-position: 0 -4320px;
}

.flag.flag-la {
	background-position: 0 -4352px;
}

.flag.flag-lb {
	background-position: 0 -4384px;
}

.flag.flag-lc {
	background-position: 0 -4416px;
}

.flag.flag-li {
	background-position: 0 -4448px;
}

.flag.flag-lk {
	background-position: 0 -4480px;
}

.flag.flag-lr {
	background-position: 0 -4512px;
}

.flag.flag-ls {
	background-position: 0 -4544px;
}

.flag.flag-lt {
	background-position: 0 -4576px;
}

.flag.flag-lu {
	background-position: 0 -4608px;
}

.flag.flag-lv {
	background-position: 0 -4640px;
}

.flag.flag-ly {
	background-position: 0 -4672px;
}

.flag.flag-ma {
	background-position: 0 -4704px;
}

.flag.flag-md {
	background-position: 0 -4736px;
}

.flag.flag-me {
	background-position: 0 -4768px;
}

.flag.flag-mg {
	background-position: 0 -4800px;
}

.flag.flag-mh {
	background-position: 0 -4832px;
}

.flag.flag-mk {
	background-position: 0 -4864px;
}

.flag.flag-ml {
	background-position: 0 -4896px;
}

.flag.flag-mm {
	background-position: 0 -4928px;
}

.flag.flag-mn {
	background-position: 0 -4960px;
}

.flag.flag-mo {
	background-position: 0 -4992px;
}

.flag.flag-mq {
	background-position: 0 -5024px;
}

.flag.flag-mr {
	background-position: 0 -5056px;
}

.flag.flag-ms {
	background-position: 0 -5088px;
}

.flag.flag-mt {
	background-position: 0 -5120px;
}

.flag.flag-mu {
	background-position: 0 -5152px;
}

.flag.flag-mv {
	background-position: 0 -5184px;
}

.flag.flag-mw {
	background-position: 0 -5216px;
}

.flag.flag-mx {
	background-position: 0 -5248px;
}

.flag.flag-my {
	background-position: 0 -5280px;
}

.flag.flag-mz {
	background-position: 0 -5312px;
}

.flag.flag-na {
	background-position: 0 -5344px;
}

.flag.flag-nc {
	background-position: 0 -5376px;
}

.flag.flag-ne {
	background-position: 0 -5408px;
}

.flag.flag-ng {
	background-position: 0 -5440px;
}

.flag.flag-ni {
	background-position: 0 -5472px;
}

.flag.flag-nl {
	background-position: 0 -5504px;
}

.flag.flag-bq {
	background-position: 0 -5504px;
}

.flag.flag-no {
	background-position: 0 -5536px;
}

.flag.flag-bv,.flag.flag-nq,.flag.flag-sj {
	background-position: 0 -5536px;
}

.flag.flag-np {
	background-position: 0 -5568px;
}

.flag.flag-nr {
	background-position: 0 -5600px;
}

.flag.flag-nz {
	background-position: 0 -5632px;
}

.flag.flag-om {
	background-position: 0 -5664px;
}

.flag.flag-pa {
	background-position: 0 -5696px;
}

.flag.flag-pe {
	background-position: 0 -5728px;
}

.flag.flag-pf {
	background-position: 0 -5760px;
}

.flag.flag-pg {
	background-position: 0 -5792px;
}

.flag.flag-ph {
	background-position: 0 -5824px;
}

.flag.flag-pk {
	background-position: 0 -5856px;
}

.flag.flag-pl {
	background-position: 0 -5888px;
}

.flag.flag-pr {
	background-position: 0 -5920px;
}

.flag.flag-ps {
	background-position: 0 -5952px;
}

.flag.flag-pt {
	background-position: 0 -5984px;
}

.flag.flag-pw {
	background-position: 0 -6016px;
}

.flag.flag-py {
	background-position: 0 -6048px;
}

.flag.flag-qa {
	background-position: 0 -6080px;
}

.flag.flag-re {
	background-position: 0 -6112px;
}

.flag.flag-ro {
	background-position: 0 -6144px;
}

.flag.flag-rs {
	background-position: 0 -6176px;
}

.flag.flag-ru {
	background-position: 0 -6208px;
}

.flag.flag-rw {
	background-position: 0 -6240px;
}

.flag.flag-sa {
	background-position: 0 -6272px;
}

.flag.flag-sb {
	background-position: 0 -6304px;
}

.flag.flag-sc {
	background-position: 0 -6336px;
}

.flag.flag-sd {
	background-position: 0 -6368px;
}

.flag.flag-se {
	background-position: 0 -6400px;
}

.flag.flag-sg {
	background-position: 0 -6432px;
}

.flag.flag-si {
	background-position: 0 -6464px;
}

.flag.flag-sk {
	background-position: 0 -6496px;
}

.flag.flag-sl {
	background-position: 0 -6528px;
}

.flag.flag-sm {
	background-position: 0 -6560px;
}

.flag.flag-sn {
	background-position: 0 -6592px;
}

.flag.flag-so {
	background-position: 0 -6624px;
}

.flag.flag-sr {
	background-position: 0 -6656px;
}

.flag.flag-st {
	background-position: 0 -6688px;
}

.flag.flag-sv {
	background-position: 0 -6720px;
}

.flag.flag-sy {
	background-position: 0 -6752px;
}

.flag.flag-sz {
	background-position: 0 -6784px;
}

.flag.flag-tc {
	background-position: 0 -6816px;
}

.flag.flag-td {
	background-position: 0 -6848px;
}

.flag.flag-tg {
	background-position: 0 -6880px;
}

.flag.flag-th {
	background-position: 0 -6912px;
}

.flag.flag-tj {
	background-position: 0 -6944px;
}

.flag.flag-tl {
	background-position: 0 -6976px;
}

.flag.flag-tm {
	background-position: 0 -7008px;
}

.flag.flag-tn {
	background-position: 0 -7040px;
}

.flag.flag-to {
	background-position: 0 -7072px;
}

.flag.flag-tr {
	background-position: 0 -7104px;
}

.flag.flag-tt {
	background-position: 0 -7136px;
}

.flag.flag-tv {
	background-position: 0 -7168px;
}

.flag.flag-tw {
	background-position: 0 -7200px;
}

.flag.flag-tz {
	background-position: 0 -7232px;
}

.flag.flag-ua {
	background-position: 0 -7264px;
}

.flag.flag-ug {
	background-position: 0 -7296px;
}

.flag.flag-us {
	background-position: 0 -7328px;
}

.flag.flag-uy {
	background-position: 0 -7360px;
}

.flag.flag-uz {
	background-position: 0 -7392px;
}

.flag.flag-va {
	background-position: 0 -7424px;
}

.flag.flag-vc {
	background-position: 0 -7456px;
}

.flag.flag-ve {
	background-position: 0 -7488px;
}

.flag.flag-vg {
	background-position: 0 -7520px;
}

.flag.flag-vi {
	background-position: 0 -7552px;
}

.flag.flag-vn {
	background-position: 0 -7584px;
}

.flag.flag-vu {
	background-position: 0 -7616px;
}

.flag.flag-ws {
	background-position: 0 -7648px;
}

.flag.flag-ye {
	background-position: 0 -7680px;
}

.flag.flag-za {
	background-position: 0 -7712px;
}

.flag.flag-zm {
	background-position: 0 -7744px;
}

.flag.flag-zw {
	background-position: 0 -7776px;
}

.flag.flag-sx {
	background-position: 0 -7808px;
}

.flag.flag-cw {
	background-position: 0 -7840px;
}

.flag.flag-ss {
	background-position: 0 -7872px;
}

.game-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
	border: 0;
}

.game-container .close {
	border-radius: 35px;
	display: block;
	height: 40px;
	padding: 10px 8px;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 40px;
	z-index: 1000000;
}

.page-game {
	overflow: hidden;
}

@font-face {
	font-family:"Glyphicons Halflings";src:url("../fonts/glyphicons-halflings-regular.eot");src:url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
	content: "*";
}

.glyphicon-plus:before {
	content: "+";
}

.glyphicon-euro:before,.glyphicon-eur:before {
	content: "€";
}

.glyphicon-minus:before {
	content: "−";
}

.glyphicon-cloud:before {
	content: "☁";
}

.glyphicon-envelope:before {
	content: "✉";
}

.glyphicon-pencil:before {
	content: "✏";
}

.glyphicon-glass:before {
	content: "";
}

.glyphicon-music:before {
	content: "";
}

.glyphicon-search:before {
	content: "";
}

.glyphicon-heart:before {
	content: "";
}

.glyphicon-star:before {
	content: "";
}

.glyphicon-star-empty:before {
	content: "";
}

.glyphicon-user:before {
	content: "";
}

.glyphicon-film:before {
	content: "";
}

.glyphicon-th-large:before {
	content: "";
}

.glyphicon-th:before {
	content: "";
}

.glyphicon-th-list:before {
	content: "";
}

.glyphicon-ok:before {
	content: "";
}

.glyphicon-remove:before {
	content: "";
}

.glyphicon-zoom-in:before {
	content: "";
}

.glyphicon-zoom-out:before {
	content: "";
}

.glyphicon-off:before {
	content: "";
}

.glyphicon-signal:before {
	content: "";
}

.glyphicon-cog:before {
	content: "";
}

.glyphicon-trash:before {
	content: "";
}

.glyphicon-home:before {
	content: "";
}

.glyphicon-file:before {
	content: "";
}

.glyphicon-time:before {
	content: "";
}

.glyphicon-road:before {
	content: "";
}

.glyphicon-download-alt:before {
	content: "";
}

.glyphicon-download:before {
	content: "";
}

.glyphicon-upload:before {
	content: "";
}

.glyphicon-inbox:before {
	content: "";
}

.glyphicon-play-circle:before {
	content: "";
}

.glyphicon-repeat:before {
	content: "";
}

.glyphicon-refresh:before {
	content: "";
}

.glyphicon-list-alt:before {
	content: "";
}

.glyphicon-lock:before {
	content: "";
}

.glyphicon-flag:before {
	content: "";
}

.glyphicon-headphones:before {
	content: "";
}

.glyphicon-volume-off:before {
	content: "";
}

.glyphicon-volume-down:before {
	content: "";
}

.glyphicon-volume-up:before {
	content: "";
}

.glyphicon-qrcode:before {
	content: "";
}

.glyphicon-barcode:before {
	content: "";
}

.glyphicon-tag:before {
	content: "";
}

.glyphicon-tags:before {
	content: "";
}

.glyphicon-book:before {
	content: "";
}

.glyphicon-bookmark:before {
	content: "";
}

.glyphicon-print:before {
	content: "";
}

.glyphicon-camera:before {
	content: "";
}

.glyphicon-font:before {
	content: "";
}

.glyphicon-bold:before {
	content: "";
}

.glyphicon-italic:before {
	content: "";
}

.glyphicon-text-height:before {
	content: "";
}

.glyphicon-text-width:before {
	content: "";
}

.glyphicon-align-left:before {
	content: "";
}

.glyphicon-align-center:before {
	content: "";
}

.glyphicon-align-right:before {
	content: "";
}

.glyphicon-align-justify:before {
	content: "";
}

.glyphicon-list:before {
	content: "";
}

.glyphicon-indent-left:before {
	content: "";
}

.glyphicon-indent-right:before {
	content: "";
}

.glyphicon-facetime-video:before {
	content: "";
}

.glyphicon-picture:before {
	content: "";
}

.glyphicon-map-marker:before {
	content: "";
}

.glyphicon-adjust:before {
	content: "";
}

.glyphicon-tint:before {
	content: "";
}

.glyphicon-edit:before {
	content: "";
}

.glyphicon-share:before {
	content: "";
}

.glyphicon-check:before {
	content: "";
}

.glyphicon-move:before {
	content: "";
}

.glyphicon-step-backward:before {
	content: "";
}

.glyphicon-fast-backward:before {
	content: "";
}

.glyphicon-backward:before {
	content: "";
}

.glyphicon-play:before {
	content: "";
}

.glyphicon-pause:before {
	content: "";
}

.glyphicon-stop:before {
	content: "";
}

.glyphicon-forward:before {
	content: "";
}

.glyphicon-fast-forward:before {
	content: "";
}

.glyphicon-step-forward:before {
	content: "";
}

.glyphicon-eject:before {
	content: "";
}

.glyphicon-chevron-left:before {
	content: "";
}

.glyphicon-chevron-right:before {
	content: "";
}

.glyphicon-plus-sign:before {
	content: "";
}

.glyphicon-minus-sign:before {
	content: "";
}

.glyphicon-remove-sign:before {
	content: "";
}

.glyphicon-ok-sign:before {
	content: "";
}

.glyphicon-question-sign:before {
	content: "";
}

.glyphicon-info-sign:before {
	content: "";
}

.glyphicon-screenshot:before {
	content: "";
}

.glyphicon-remove-circle:before {
	content: "";
}

.glyphicon-ok-circle:before {
	content: "";
}

.glyphicon-ban-circle:before {
	content: "";
}

.glyphicon-arrow-left:before {
	content: "";
}

.glyphicon-arrow-right:before {
	content: "";
}

.glyphicon-arrow-up:before {
	content: "";
}

.glyphicon-arrow-down:before {
	content: "";
}

.glyphicon-share-alt:before {
	content: "";
}

.glyphicon-resize-full:before {
	content: "";
}

.glyphicon-resize-small:before {
	content: "";
}

.glyphicon-exclamation-sign:before {
	content: "";
}

.glyphicon-gift:before {
	content: "";
}

.glyphicon-leaf:before {
	content: "";
}

.glyphicon-fire:before {
	content: "";
}

.glyphicon-eye-open:before {
	content: "";
}

.glyphicon-eye-close:before {
	content: "";
}

.glyphicon-warning-sign:before {
	content: "";
}

.glyphicon-plane:before {
	content: "";
}

.glyphicon-calendar:before {
	content: "";
}

.glyphicon-random:before {
	content: "";
}

.glyphicon-comment:before {
	content: "";
}

.glyphicon-magnet:before {
	content: "";
}

.glyphicon-chevron-up:before {
	content: "";
}

.glyphicon-chevron-down:before {
	content: "";
}

.glyphicon-retweet:before {
	content: "";
}

.glyphicon-shopping-cart:before {
	content: "";
}

.glyphicon-folder-close:before {
	content: "";
}

.glyphicon-folder-open:before {
	content: "";
}

.glyphicon-resize-vertical:before {
	content: "";
}

.glyphicon-resize-horizontal:before {
	content: "";
}

.glyphicon-hdd:before {
	content: "";
}

.glyphicon-bullhorn:before {
	content: "";
}

.glyphicon-bell:before {
	content: "";
}

.glyphicon-certificate:before {
	content: "";
}

.glyphicon-thumbs-up:before {
	content: "";
}

.glyphicon-thumbs-down:before {
	content: "";
}

.glyphicon-hand-right:before {
	content: "";
}

.glyphicon-hand-left:before {
	content: "";
}

.glyphicon-hand-up:before {
	content: "";
}

.glyphicon-hand-down:before {
	content: "";
}

.glyphicon-circle-arrow-right:before {
	content: "";
}

.glyphicon-circle-arrow-left:before {
	content: "";
}

.glyphicon-circle-arrow-up:before {
	content: "";
}

.glyphicon-circle-arrow-down:before {
	content: "";
}

.glyphicon-globe:before {
	content: "";
}

.glyphicon-wrench:before {
	content: "";
}

.glyphicon-tasks:before {
	content: "";
}

.glyphicon-filter:before {
	content: "";
}

.glyphicon-briefcase:before {
	content: "";
}

.glyphicon-fullscreen:before {
	content: "";
}

.glyphicon-dashboard:before {
	content: "";
}

.glyphicon-paperclip:before {
	content: "";
}

.glyphicon-heart-empty:before {
	content: "";
}

.glyphicon-link:before {
	content: "";
}

.glyphicon-phone:before {
	content: "";
}

.glyphicon-pushpin:before {
	content: "";
}

.glyphicon-usd:before {
	content: "";
}

.glyphicon-gbp:before {
	content: "";
}

.glyphicon-sort:before {
	content: "";
}

.glyphicon-sort-by-alphabet:before {
	content: "";
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "";
}

.glyphicon-sort-by-order:before {
	content: "";
}

.glyphicon-sort-by-order-alt:before {
	content: "";
}

.glyphicon-sort-by-attributes:before {
	content: "";
}

.glyphicon-sort-by-attributes-alt:before {
	content: "";
}

.glyphicon-unchecked:before {
	content: "";
}

.glyphicon-expand:before {
	content: "";
}

.glyphicon-collapse-down:before {
	content: "";
}

.glyphicon-collapse-up:before {
	content: "";
}

.glyphicon-log-in:before {
	content: "";
}

.glyphicon-flash:before {
	content: "";
}

.glyphicon-log-out:before {
	content: "";
}

.glyphicon-new-window:before {
	content: "";
}

.glyphicon-record:before {
	content: "";
}

.glyphicon-save:before {
	content: "";
}

.glyphicon-open:before {
	content: "";
}

.glyphicon-saved:before {
	content: "";
}

.glyphicon-import:before {
	content: "";
}

.glyphicon-export:before {
	content: "";
}

.glyphicon-send:before {
	content: "";
}

.glyphicon-floppy-disk:before {
	content: "";
}

.glyphicon-floppy-saved:before {
	content: "";
}

.glyphicon-floppy-remove:before {
	content: "";
}

.glyphicon-floppy-save:before {
	content: "";
}

.glyphicon-floppy-open:before {
	content: "";
}

.glyphicon-credit-card:before {
	content: "";
}

.glyphicon-transfer:before {
	content: "";
}

.glyphicon-cutlery:before {
	content: "";
}

.glyphicon-header:before {
	content: "";
}

.glyphicon-compressed:before {
	content: "";
}

.glyphicon-earphone:before {
	content: "";
}

.glyphicon-phone-alt:before {
	content: "";
}

.glyphicon-tower:before {
	content: "";
}

.glyphicon-stats:before {
	content: "";
}

.glyphicon-sd-video:before {
	content: "";
}

.glyphicon-hd-video:before {
	content: "";
}

.glyphicon-subtitles:before {
	content: "";
}

.glyphicon-sound-stereo:before {
	content: "";
}

.glyphicon-sound-dolby:before {
	content: "";
}

.glyphicon-sound-5-1:before {
	content: "";
}

.glyphicon-sound-6-1:before {
	content: "";
}

.glyphicon-sound-7-1:before {
	content: "";
}

.glyphicon-copyright-mark:before {
	content: "";
}

.glyphicon-registration-mark:before {
	content: "";
}

.glyphicon-cloud-download:before {
	content: "";
}

.glyphicon-cloud-upload:before {
	content: "";
}

.glyphicon-tree-conifer:before {
	content: "";
}

.glyphicon-tree-deciduous:before {
	content: "";
}

#loading-bar,#loading-bar-spinner {
	pointer-events: none;
	-webkit-pointer-events: none;
	transition: 350ms linear all;
}

#loading-bar.ng-enter,#loading-bar.ng-leave.ng-leave-active,#loading-bar-spinner.ng-enter,#loading-bar-spinner.ng-leave.ng-leave-active {
	opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,#loading-bar.ng-leave,#loading-bar-spinner.ng-enter.ng-enter-active,#loading-bar-spinner.ng-leave {
	opacity: 1;
}

#loading-bar .bar {
	transition: width 350ms;
	background: red;
	position: fixed;
	z-index: 2000;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}

#loading-bar .peg {
	position: absolute;
	width: 70px;
	right: 0;
	top: 0;
	height: 2px;
	opacity: .45;
	-ms-box-shadow: red 1px 0 6px 1px;
	box-shadow: red 1px 0 6px 1px;
	border-radius: 100%;
}

#loading-bar-spinner {
	display: block;
	position: fixed;
	z-index: 2000;
	top: 10px;
	left: 10px;
}

#loading-bar-spinner .spinner-icon {
	width: 14px;
	height: 14px;
	border: solid 2px rgba(0,0,0,0);
	border-top-color: red;
	border-left-color: red;
	border-radius: 10px;
	animation: loading-bar-spinner 400ms linear infinite;
}

@keyframes loading-bar-spinner {
	0% {
		transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

html,body {
	height: 100%;
	width: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #d0d4db;
	color: #282828;
	font: 14px/1.7143 Arial,Helvetica,sans-serif;
}

a,.a {
	color: #ffb117;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	transition: color .15s;
}

a img {
	border: none;
}

:focus {
	outline: none;
}

h1,h2,h3,h4,p,form,input,table,tr,td,th,ul,li {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

header,section,footer,aside,nav,article,figure {
	display: block;
}

sup {
	position: relative;
	bottom: 1.2ex;
	font-size: .7em;
	line-height: 1;
	vertical-align: baseline;
}

.text_input,textarea,select,.select {
	position: relative;
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #d0d4db;
	border-radius: 2px;
	box-shadow: none;
	color: #353535;
	font: 14px Arial,Helvetica,sans-serif;
}

.text_input {
	padding: 0 10px;
	height: 40px;
}

textarea {
	padding: 13px 10px;
	min-height: 48px;
	resize: vertical;
}

.text_input:focus,textarea:focus {
	box-shadow: 0 0 2px rgba(46,131,77,.75);
}

.input .text_input,.input textarea {
	width: 100%;
}

.text_input.error {
	border-color: #de4c4c;
	box-shadow: 0 0 5px rgba(251,151,165,.75);
}

.text_input.disabled,.text_input[disabled],select[disabled],textarea[disabled] {
	cursor: default;
	box-shadow: none !important;
}

textarea[disabled] {
	resize: none;
}

button {
	cursor: pointer;
	outline: none;
	padding: 0;
	border: 0;
	background: none;
}

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

input[type=radio],input[type=checkbox] {
	vertical-align: top;
	padding: 0;
}

::-webkit-input-placeholder {
	color: #7f7f7f;
	opacity: 1;
}

:-moz-placeholder {
	color: #7f7f7f !important;
	opacity: 1;
}

::-moz-placeholder {
	color: #7f7f7f !important;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #7f7f7f;
	opacity: 1;
}

ul {
	list-style: none;
}

@font-face {
	font-family:"FontAwesome";src:url("../fonts/fontawesome-webfont.eot?v=4.3.0");src:url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"),url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"),url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"),url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"),url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal;
}

* {
	box-sizing: border-box;
}

.hide,.tooltip_text {
	display: none !important;
}

.hiden {
	display: none;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear {
	clear: both !important;
	font-size: 0 !important;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

.nodecor,.spec_decor {
	text-decoration: none;
	border-bottom: none;
}

.nowrap {
	white-space: nowrap;
}

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

.nopad {
	padding: 0 !important;
}

.nomrgn {
	margin: 0 !important;
}

.bold {
	font-weight: bold;
}

.error_msg {
	color: #e04f4f;
}

.dotted,.spec_decor>.dotted {
	border-bottom: 1px dotted;
	text-decoration: none;
}

.dashed,.spec_decor>.dashed {
	border-bottom: 1px dashed;
	text-decoration: none;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.text_center {
	text-align: center;
}

.text_up {
	text-transform: uppercase;
}

.full_size {
	width: 100%;
}

.half {
	width: 50%;
	float: left;
}

.half+.half {
	float: right;
}

.column {
	float: left;
	padding-right: 30px;
}

.content_3_col>.column {
	width: 33.333%;
}

.black {
	color: #000;
}

.white {
	color: #fff;
}

.red,.binding {
	color: red !important;
}

.green {
	color: #006d48;
}

.orange {
	color: #f90;
}

.blue {
	color: blue;
}

.gray {
	color: #999;
}

.img_box {
	overflow: hidden;
	position: relative;
	font-size: 0;
}

.img_box img {
	max-width: 100%;
	width: 100%;
	height: auto;
	max-height: 100%;
	margin: auto;
	font-size: 11px;
	color: #999;
}

.img_box img.show-animated {
	opacity: 0;
	transition: 1s;
}

.sprite,.icon,.radio_box,.check_box,.iconbefore:before,.games_title .icon_box:after {
	background: url(/resources/images/sprite.png) 0 0 no-repeat;
	overflow: hidden;
	display: block;
	border: 0 none;
}

.icon {
	display: inline-block;
	position: relative;
	vertical-align: baseline;
}

.iconbefore {
	position: relative;
}

.iconbefore:before {
	content: "";
}

.icon_crown:before {
	width: 16px;
	height: 14px;
	background-position: -125px 0;
}

.btn-game {
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	height: 28px;
	padding: 0 20px;
	background-color: #2e9455;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	line-height: 28px;
	text-decoration: none !important;
	cursor: pointer;
	background-image: linear-gradient(#36AA62 0%, #267F48 100%);
	transition: background-color .15s;
	-webkit-user-select: none;
	-o-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn_action {
	background-color: #ec4207;
	background-image: linear-gradient(#FF550C 0%, #D62D01 100%);
}

.btn-game-alter {
	background-color: #3d3d3d;
	background-image: linear-gradient(#4C4C4C 0%, #2A2A2A 100%);
}

.btn_xl {
	height: 38px;
	font-size: 20px;
	line-height: 38px;
}

.btn_xxl {
	height: 52px;
	font-size: 24px;
	line-height: 52px;
}

h1,.h1 {
	margin-bottom: 35px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
}

h2,.h2 {
	margin-bottom: 15px;
	color: #2b2b2b;
	font-size: 24px;
	font-weight: bold;
}

h3,.h3 {
	margin-bottom: 15px;
	color: #2b2b2b;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

p+p,p+h2,p+.h2,p+h3,p+.h3 {
	margin-top: 20px;
}

table {
	width: 100%;
	table-layout: fixed;
	font-family: "aTitleGothic",sans-serif;
}

th {
	color: #976d49;
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	border: none !important;
	padding: 5px 10px 15px;
}

td {
	padding: 5px 10px;
	vertical-align: middle;
	border-top: none !important;
	border-bottom: 1px solid #d0d0d0;
	color: #636363;
	font-size: 16px;
	font-weight: 300;
}

li {
	padding: 5px 0;
}

.custom li {
	position: relative;
	padding-left: 12px;
}

.custom li:before {
	content: "";
	position: absolute;
	display: block;
	top: 13px;
	left: 0;
	color: #2e2e2e;
	font-size: 10px;
	font-weight: normal;
	font-family: "FontAwesome";
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main {
	width: 100%;
	position: relative;
	padding: 81px 0 0;
}

.inner {
	position: relative;
	max-width: 1250px;
	min-height: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.main>.inner {
	background: #fff;
}

footer>.inner:first-child {
	background: #fff;
}

header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 81px;
	background-color: #fff;
	border-top: 1px solid #cbcfd6;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
	z-index: 1;
}

header .inner {
	height: 100%;
	padding: 0;
}

header .navbar-default {
	background: none;
	border: 0;
	margin: 0;
	box-shadow: none;
}

.logo {
	position: relative;
	float: left;
	display: block;
	max-width: 250px;
	height: 100%;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.main_menu {
	overflow: hidden;
	padding-top: 28px;
	text-align: right;
}

header .navbar-nav>li {
	line-height: 69px;
}

header .username-wrap {
	display: inline;
}

header .btn-group.open .dropdown-toggle.profile-username {
	box-shadow: none;
}

header .profile-username .caret {
	right: -11px;
}

.navbar-default .navbar-nav>li>a.main_menu_item,.header-user-block a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	padding: 0 5px 0 10px;
	color: #383838;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.header-user-block {
	text-align: right;
	line-height: 79px;
	height: 79px;
	margin-left: -15px;
}

.header-user-block div[type=authTopHeader]>div {
	white-space: nowrap;
}

.header-user-block a {
	padding: 0 5px;
	margin: 0;
}

.header-user-block .user {
	position: relative;
	margin-right: -10px;
	margin-bottom: 10px;
	float: right;
	line-height: 1;
	margin-top: 33px;
}

.header-user-block .user__logout button {
	font-size: 24px;
	font-size: 2.4rem;
	background: #2286b3;
	border-radius: 0;
	padding: 5px 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.header-user-block .user__logout button:hover {
	background: #16a5e5;
	color: #fff;
	text-decoration: none;
}

.header-user-block .user__name {
	color: #000;
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding: 2px 5px;
	max-width: 170px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.auth-lnk-wrapper {
	margin-top: 14px;
	height: 28px;
	line-height: 28px;
}

.auth-lnk-wrapper .login_lnk {
	opacity: .72;
}

@media(min-width: 768px)and (max-width: 1199px) {
	.header-user-block .user__name {
		max-width: 105px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media(min-width: 768px) {
	.navbar-nav>li {
		float: initial;
	}
}

@media(min-width: 992px) {
	.navbar-nav>li {
		float: left;
	}
}

.header-user-block .user__menu {
	float: right;
	position: relative;
	cursor: pointer;
	padding: 11px;
}

.header-user-block .user__menu:after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 3.5px 0;
	border-color: #000 rgba(0,0,0,0) rgba(0,0,0,0);
	right: 40%;
	top: 10px;
	margin-left: -2px;
	margin-top: -2px;
}

.header-user-block .open .user__menu {
	padding: 10px;
	background: #f7f7f7;
	border: 1px solid #e2e2e2;
	border-bottom: none;
	border-radius: 3px 3px 0 0;
}

.header-user-block .open .user__menu:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 2px;
	background: #f7f7f7;
	bottom: 0;
	left: 0;
	z-index: 60;
}

.header-user-block .open .user__menu:after {
	border-color: #3d3d3d rgba(0,0,0,0) rgba(0,0,0,0);
}

.header-user-block .user__menu-list {
	display: none;
	position: absolute;
	text-align: left;
	z-index: 50;
	left: auto;
	right: 0;
	top: 20px;
	margin-top: 0;
	padding-bottom: 10px;
	background: #fff;
	background: radial-gradient(ellipse at center, #ffffff 64%, #f7f7f7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#f7f7f7", GradientType=1);
	border: 1px solid #e2e2e2;
	border-radius: 3px 0 3px 3px;
}

.header-user-block .user__menu-item {
	list-style-type: none;
	white-space: nowrap;
}

.header-user-block .user__menu-item a {
	display: block;
	padding: 5px 10px;
	font-size: 12px;
	font-size: 1.2rem;
	color: #777;
	background-image: none;
}

.header-user-block .user__menu-item a:hover {
	background-color: #e2e2e2;
	color: #000;
}

.header-user-block .main_menu_item.current {
	border-bottom: 5px solid #36aa62;
}

.caret {
	position: absolute;
	top: 9px;
	right: 6px;
}

.dropdown {
	position: relative;
}

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

.dropdown-menu {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 1000;
	min-width: 100%;
	width: auto;
	padding: 5px 0;
	margin: 2px 0 0;
	background-color: #fff;
	border-radius: 2px;
	font-size: 14px;
	text-align: left;
	list-style: none;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu>li {
	padding: 0;
}

.dropdown-menu>li>a {
	display: block;
	padding: 2px 8px 2px 13px;
	clear: both;
	color: #26264d;
	font-weight: normal;
	white-space: nowrap;
}

.open>.dropdown-menu {
	display: block;
}

.open>a {
	outline: 0;
}

.dropdown-menu table {
	width: inherit;
}

.dropdown-menu table td,.dropdown-menu table th {
	padding: 0;
}

.main_promo_area {
	margin: 0 -15px;
	padding-bottom: 23px;
	background-color: #fff;
}

.promo_box_main {
	position: relative;
	height: 245px;
}

.carousel-inner,.main_banner {
	position: relative;
	height: 100%;
	overflow: hidden;
}

.carousel-inner .img,.main_banner img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.carousel {
	height: 100%;
}

.carousel-control.left {
	left: 0;
}

.carousel-control.right {
	right: 0;
}

.carousel .item {
	position: relative;
	float: left;
	width: 100%;
	height: 100%;
}

.main_banner {
	float: left;
	width: 100%;
	margin-right: -310px;
	padding-right: 310px;
}

.main_banner .img {
	position: relative;
	display: block;
	height: 100%;
}

.main_banner img {
	min-height: 100%;
}

.page-container {
	padding: 20px 0;
	overflow: hidden;
	min-height: 600px;
}

.form_fast_login {
	position: relative;
	float: right;
	width: 310px;
	height: 100%;
	padding: 20px 25px;
	background-color: #e3eaf4;
}

.form_fast_login .form {
	margin-bottom: 16px;
	padding-left: 5px;
	padding-right: 5px;
}

.form_fast_login .form_title {
	margin-bottom: 20px;
	color: #242424;
	font-weight: bold;
	font-size: 20px;
	line-height: 1;
}

.form_fast_login .fonticon {
	margin-right: 8px;
	vertical-align: top;
	color: #2f2f2f;
	font-size: 18px;
	font-weight: normal;
}

.form_fast_login .form_row+.form_row {
	margin-top: 8px;
}

.form_fast_login .form_actions_row {
	margin-top: 9px;
}

.form_fast_login .label {
	float: left;
	width: 80px;
	font-size: 14px;
	line-height: 24px;
	color: #353535;
}

.form_fast_login .input {
	position: relative;
	margin-left: 83px;
}

.form_fast_login .text_input {
	height: 24px;
}

.form_fast_login .text_input::-webkit-input-placeholder {
	color: #353535;
	opacity: 0;
}

.form_fast_login .text_input:-moz-placeholder {
	color: #353535 !important;
	opacity: 0;
}

.form_fast_login .text_input::-moz-placeholder {
	color: #353535 !important;
	opacity: 0;
}

.form_fast_login .text_input:-ms-input-placeholder {
	color: #353535;
	opacity: 0;
}

.form_fast_login .pass_link {
	display: inline-block;
	vertical-align: middle;
	font-size: 11px;
	letter-spacing: -0.5px;
	width: 88px;
	white-space: nowrap;
}

.form_fast_login .error_msg {
	position: absolute;
	bottom: 100%;
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 250px;
	white-space: nowrap;
}

.register_row {
	padding: 14px 5px 0;
	border-top: 1px solid #d7d7d7;
}

.register_row .title {
	color: #242424;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
}

.register_row .register_lnk {
	font-size: 14px;
	font-weight: bold;
}

.winners_area {
	padding: 0 20px;
	margin-top: 20px;
}

.winners {
	padding-right: 20px;
}

.winners .nav-tabs {
	margin-bottom: 0;
	border-bottom: none;
}

.winners .nav-tabs>li {
	display: inline-block;
	margin-right: 17px;
	padding: 0;
}

.winners .nav-tabs>li>a:hover {
	background-color: rgba(0,0,0,0);
	border-bottom: 5px solid rgba(0,0,0,0);
	border-top: 1px solid rgba(0,0,0,0);
	border-right: 1px solid rgba(0,0,0,0);
	border-left: 1px solid rgba(0,0,0,0);
}

.winners .nav-tabs>li.active>a:hover,.winners .nav-tabs>li.active>a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border-bottom: 5px solid #36aa62;
	border-top: none;
	border-right: none;
	border-left: none;
}

.winners .nav-tabs a {
	display: block;
	padding: 0px 5px 8px;
	border-bottom: 5px solid rgba(0,0,0,0);
	color: #737373;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none !important;
}

.winners .nav-tabs .active a {
	border-bottom: 5px solid #36aa62;
	border-top: none;
	border-right: none;
	border-left: none;
	color: #000;
}

.winners .nav-tabs>.out_tabs {
	float: right;
	margin: 0;
	padding: 16px 15px 8px;
	font-size: 14px;
	line-height: 16px;
}

.winners_list {
	overflow: hidden;
	font-size: 0;
}

.winner_item {
	overflow: hidden;
	padding: 11px 8px 12px 0;
	font-size: 13px;
	border-bottom: 1px solid #d7d7d7;
}

.winner_item_img {
	float: left;
	display: block;
	width: 94px;
	height: 44px;
	margin-right: 15px;
}

.winner_item_info {
	overflow: hidden;
	font-weight: bold;
}

.winner_item_info .game {
	display: block;
	font-size: 15px;
	line-height: 1;
	white-space: nowrap;
}

.winner_item_info .descr {
	overflow: hidden;
	padding-top: 8px;
	color: #393939;
	line-height: 20px;
}

.winner_item_info .val {
	float: right;
	font-size: 17px;
	text-align: right;
}

.winner_item_info.jackpots .val {
	float: left;
}

.winner_item_info .user {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.winners_list .spacer {
	height: 1px;
	background-color: #d7d7d7;
}

.jackpots_area {
	height: 100%;
	padding: 25px 25px 0;
	background-color: #ead27c;
}

.jackpots_area .title {
	color: #353535;
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}

.jckpts_clltoactn {
	overflow: hidden;
}

.jckpts_clltoactn .title {
	height: 66px;
	overflow: hidden;
}

.jckpts_clltoactn .text {
	height: 88px;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
}

.jckpts_clltoactn .btn {
	min-width: 148px;
}

.jckpts_crsl {
	float: left;
	width: 300px;
	height: 100%;
	overflow: hidden;
	margin-right: 35px;
}

.jckpts_crsl .title {
	margin-bottom: 22px;
	font-size: 18px;
}

.jckpts_crsl .carousel {
	position: relative;
	height: 170px;
	padding: 0 32px;
}

.jckpts_crsl .carousel-control {
	position: absolute;
	top: 0;
	height: 100%;
	width: 32px;
	background: none;
}

.jckpts_crsl .carousel-control .glyphicon-chevron-right,.jckpts_crsl .carousel-control .glyphicon-chevron-left {
	top: 30%;
}

.jckpts_crsl .carousel-control .fonticon {
	position: relative;
	top: 48px;
	color: #fff;
	font-size: 24px;
	text-shadow: 0 0 4px rgba(2,2,3,.08);
}

.jckpts_crsl .carousel-control.left {
	left: 0;
}

.jckpts_crsl .carousel-control.right {
	right: 0;
	text-align: right;
}

.jckpts_crsl .descr {
	overflow: hidden;
	color: #393939;
	font-weight: bold;
	font-size: 19px;
	line-height: 20px;
}

.jckpts_crsl .game_name {
	font-size: 15px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jckpts_crsl .jckpt_val:before {
	position: absolute;
	left: 0;
	top: 2px;
}

.content_area {
	position: relative;
	padding: 35px 0 20px;
	z-index: 0;
}

.content_area:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: -15px;
	width: 100%;
	height: 91px;
	padding: 0 15px;
	z-index: -1;
	background-image: linear-gradient(#E3EAF4 0%, #fff 100%);
	box-sizing: content-box;
}

.main_promo_area .content_area {
	margin: 0 20px;
	padding-top: 30px;
}

.content {
	overflow: hidden;
	font-size: 16px;
}

.content ul {
	margin: 30px 0;
}

.aside_toggler {
	display: none;
	width: 40px;
	padding: 0 10px;
}

.banner>a {
	display: block;
	width: 100%;
	overflow: hidden;
}

.left_col {
	float: left;
	width: 218px;
	padding: 0 20px 20px 0;
}

.search_box {
	margin-bottom: 15px;
}

.games_area>.search_box {
	display: none;
}

.search_input {
	position: relative;
}

.search_input .text_input {
	height: 30px;
	padding: 0 0 0 34px;
}

.search_input .fonticon {
	position: absolute;
	left: 12px;
	top: 8px;
	color: #7f7f7f;
	font-size: 14px;
	cursor: pointer;
}

.search-box {
	position: relative;
	margin: 0 10px;
}

.search-box .ing-search-complite {
	background-color: #fff;
	margin-top: 0;
	border-color: #fff;
	border-radius: 0;
}

.search-box .ing-search-complite li a {
	padding: 5px 10px;
	color: #000;
	text-overflow: ellipsis;
	overflow: hidden;
}

.search__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.search__image {
	display: inline-block;
	vertical-align: top;
	width: 50px;
	margin: 0 10px 0 0;
}

.search__image img {
	display: block;
	max-width: 100%;
	height: auto;
}

.search__name {
	display: inline-block;
	vertical-align: top;
}

.left_menu {
	display: block;
	margin: 0;
	padding-left: 2px;
}

.left_menu+.left_menu {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #d7d7d7;
}

.left_menu li {
	padding: 0;
}

.left_menu_link {
	display: inline-block;
	position: relative;
	padding: 8px 8px 5px;
	border-bottom: 5px solid rgba(0,0,0,0);
	color: #282828;
	font-size: 19px;
	line-height: 22px;
	font-weight: bold;
	text-decoration: none !important;
}

.current .left_menu_link {
	border-bottom-color: #36aa62;
}

.current .left_menu_link:after {
	content: "";
	position: relative;
	display: none;
	top: -1px;
	margin-left: 9px;
	font-size: 14px;
	font-weight: normal;
	font-family: "FontAwesome";
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.left_col .banner {
	width: 100%;
	position: relative;
	margin-top: 30px;
}

.catalog_list {
	margin: 0 -16px -25px 0;
	font-size: 0;
}

.infinite-scroll {
	overflow: hidden;
}

.time-area {
	letter-spacing: initial;
}

.catalog_list_item {
	vertical-align: top;
	margin-bottom: 25px;
	color: #444;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	border: 1px solid rgba(0,0,0,0);
}

.catalog_list_item.hover {
	border: 1px solid #d2d2d2;
	z-index: 10;
}

.catalog_list_item .item_image {
	position: relative;
	width: 100%;
	height: auto;
	margin-bottom: 0;
}

.catalog_list_item .item_actions {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(208,212,219,.5);
	opacity: 0;
	overflow: hidden;
	z-index: 1;
	transition: opacity .25s;
}

.item_actions .btn-game,.item_actions .btn-game-alter {
	position: relative;
	display: inline-block;
	min-width: 118px;
	transition: all .25s;
}

.item_actions .btn-game {
	height: 34px;
	top: 47px;
	font-size: 18px;
	line-height: 34px;
}

.item_actions .btn-game-alter:hover,.item_actions .btn-game-alter:focus {
	color: #fff;
}

.item_actions .btn-game:hover,.item_actions .btn-game:focus {
	color: #fff;
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
	vertical-align: middle;
}

.item_actions .btn-game-alter {
	height: 24px;
	top: 59px;
	font-size: 14px;
	line-height: 12px;
	font-weight: normal;
}

.catalog_list_item .img_box {
	width: 100%;
	height: 100%;
}

.item_info {
	margin-top: 8px;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	text-align: center;
	margin-left: -10px;
}

.add-favorite {
	width: 17px;
	height: 16px;
	background-image: url("/resources/images/favorites_sprite.png");
	background-position: 0 0;
	position: absolute;
	top: 3px;
	left: 20px;
}

.add-favorite:hover {
	background-position: -17px 0;
}

.add-favorite.add {
	background-position: -34px 0;
}

.catalog_list_item .item_name {
	color: #2a2a2a;
	font-size: 19px;
}

.catalog_list_item .item_descr {
	color: #288049;
}

.catalog_list .button_area {
	text-align: center;
	margin-bottom: 25px;
}

.catalog_list_item.hover {
	color: #232b00;
	text-decoration: none;
}

.catalog_list_item.hover .item_actions {
	opacity: 1;
}

.catalog_list_item.hover .item_actions .btn-game {
	top: 27px;
}

.catalog_list_item.hover .item_actions .btn-game-alter {
	color: #fff;
	top: 29px;
}

.games_filter {
	margin-bottom: 20px;
}

.games_filter_right {
	float: right;
}

.games_filter_item {
	display: inline-block;
	position: relative;
	padding: 7px 8px 5px;
	border-bottom: 5px solid rgba(0,0,0,0);
	color: #383838;
	font-size: 14px;
	line-height: 1;
	font-weight: bold;
	text-decoration: none !important;
	text-transform: uppercase;
}

.games_filter_item.current {
	border-bottom-color: #36aa62;
}

.rules {
	margin-bottom: -40px;
	letter-spacing: 100px;
}

.rules_box {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	margin-top: 20px;
	padding: 0 0 40px 10px;
	letter-spacing: normal;
}

.rules_box_image {
	position: relative;
	width: 130px;
	height: 130px;
	margin: 0 0 25px -10px;
	background-position: 50% 50%;
	border: 10px solid #d0d4db;
	border-radius: 50%;
	overflow: hidden;
}

.rules_box h2,.rules_box .h2 {
	margin-bottom: 15px;
}

.rules_box ul {
	margin: 0;
	padding-bottom: 30px;
}

.rules_box li {
	padding: 5px 0;
	font-size: 15px;
}

.rules_box .btn-game {
	min-width: 158px;
	margin-left: -10px;
}

.pay_links_wrap {
	padding: 70px 40px 55px;
}

.pay_links {
	text-align: center;
	letter-spacing: 27px;
}

.pay_links:before {
	content: "";
	display: block;
	clear: both;
}

.pay_link {
	display: inline-block;
	vertical-align: middle;
	margin: 15px 10px;
}

.pay_link img {
	height: 35px;
}

.responsibility .pay_link img {
	height: 40px;
	opacity: 1;
}

.pl_ico_unn_pay {
	width: 132px;
	height: 29px;
	background-position: 0 0;
}

.pl_ico_mstr_msrt {
	width: 105px;
	height: 29px;
	background-position: -163px 0;
}

.pl_ico_pay_sfcrd {
	width: 158px;
	height: 28px;
	background-position: -300px 0;
}

.pl_ico_dnrs_clb {
	width: 111px;
	height: 28px;
	background-position: -492px 0;
}

.pl_ico_ntllr {
	width: 113px;
	height: 18px;
	background-position: -643px -3px;
}

.pl_ico_skrll {
	width: 50px;
	height: 26px;
	background-position: -800px -1px;
}

.pl_ico_btc {
	width: 104px;
	height: 21px;
	background-position: 0 -56px;
}

.pl_ico_lava_pay {
	width: 81px;
	height: 20px;
	background-position: -137px -57px;
}

.pl_ico_cbts {
	width: 105px;
	height: 28px;
	background-position: -264px -52px;
}

.pl_ico_csn_tech {
	width: 134px;
	height: 31px;
	background-position: -404px -52px;
}

.pl_ico_amtc {
	width: 111px;
	height: 34px;
	background-position: -584px -47px;
}

.pl_ico_bet_sft {
	width: 90px;
	height: 35px;
	background-position: -752px -46px;
}

.pl_ico_ezugi {
	width: 101px;
	height: 44px;
	background-position: 0 -103px;
}

.pl_ico_swss_bet {
	width: 114px;
	height: 41px;
	background-position: -138px -103px;
}

.pl_ico_u_kash {
	width: 135px;
	height: 47px;
	background-position: -279px -98px;
}

.pl_ico_visa {
	width: 62px;
	height: 18px;
	background-position: -460px -114px;
}

.pl_ico_dscvr {
	width: 42px;
	height: 27px;
	background-position: -559px -109px;
}

footer {
	width: 100%;
	padding: 0;
	color: #fff;
	text-align: center;
	z-index: 3;
}

footer>.inner-wrapper {
	background-color: #7a808c;
}

footer>.inner {
	min-height: 139px;
}

.foo_out_links {
	padding: 35px 0;
	background-color: #5b6370;
}

.foo_out_link {
	display: inline-block;
	vertical-align: top;
	height: 40px;
	background: url(/resources/images/icons_foo_links.png) 200% 0 no-repeat;
}

.foo_out_link+.foo_out_link {
	margin-left: 20px;
}

.fol_18_plus {
	width: 40px;
	background-position: 0 0;
}

.fol_softswiss {
	width: 140px;
	background-position: -70px 0;
}

.fol_rg {
	width: 102px;
	background-position: -226px 0;
}

.fol_itechlabs {
	width: 40px;
	background-position: -344px 0;
}

.fol_secure {
	width: 88px;
	background-position: -399px 0;
}

.fol_ssl {
	width: 52px;
	height: 52px;
	margin-top: -6px;
	background: url(/resources/images/icon_ssl.png) 0 0 no-repeat;
	opacity: .5;
}

.foo_menu {
	padding: 35px 0 25px;
}

.foo_menu_item {
	margin: 0 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.foo_content {
	padding-top: 45px;
	padding-bottom: 30px;
	letter-spacing: 100px;
	text-align: center;
}

.foo_cntnt_item {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
}

.foo_content .calc {
	position: relative;
	margin-top: 4px;
}

.calc>* {
	display: inline-block;
	vertical-align: top;
}

.btn_updt_calc {
	height: 24px;
	width: 24px;
	color: #fff;
	cursor: pointer;
}

.calc .label {
	margin: 0 2px;
	line-height: 24px;
}

.calc .input {
	width: 60px;
}

.calc .text_input {
	height: 24px;
	padding: 0 8px;
}

.language_selector {
	position: relative;
	min-width: 104px;
	font-size: 0;
}

.foo_content .language_selector {
	margin-top: 4px;
}

.language_selector .btn {
	display: block;
	width: 100%;
	height: 24px;
	overflow: hidden;
	padding: 0 20px 0 13px;
	background: #fff;
	border-radius: 2px;
	color: #323232;
	font-size: 13px;
	line-height: 24px;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.foo_content .dropdown-menu {
	top: auto;
	bottom: 100%;
}

.foo_content .open .btn {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.foo_content .open .caret {
	top: 4px;
}

.foo_content .open .fa-caret-down:before {
	content: "";
}

.foo_content .open .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.socials {
	letter-spacing: 25px;
}

.socials .fonticon {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	font-size: 30px;
	letter-spacing: normal;
	text-decoration: none !important;
}

.modal-open {
	overflow: hidden;
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	-ms-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.modal.in .modal-dialog {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal-dialog {
	position: relative;
	width: 960px;
	margin: 40px auto;
}

.modal-content {
	position: relative;
	background-color: #fcfcfc;
	outline: 0;
	box-shadow: 0 0 20px rgba(2,2,3,.2);
}

.modal-backdrop {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	background-color: #bdc4cf;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.in {
	opacity: .9;
}

.modal-content .icon_close {
	position: absolute;
	top: 23px;
	right: 23px;
	font-size: 30px;
	color: #2e834d;
	cursor: pointer;
	z-index: 1;
}

.modal-header {
	position: relative;
	height: 70px;
	padding: 30px 40px;
}

.modal-title {
	font-size: 28px;
	text-align: center;
}

.modal-body {
	position: relative;
	padding: 10px 40px 30px;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

.modal_form_small .modal-dialog {
	width: 400px;
}

.form_modal .form_row+.form_row {
	margin-top: 15px;
}

.form_modal .form_actions_row {
	margin-top: 27px;
}

.form_modal .btn {
	width: 100%;
}

.form_modal .label {
	color: #343434;
	font-size: 14px;
}

.form_modal .text_input {
	height: 40px;
}

.form_modal .error_msg {
	padding: 10px 0 0;
	font-size: 12px;
	line-height: 1.2;
}

.forgot_pass {
	position: relative;
	display: inline-block;
	margin-top: 8px;
	font-size: 12px;
}

.form_modal .ch_box_area input[type=checkbox] {
	float: left;
	position: relative;
	top: 2px;
}

.form_modal .ch_box_area label {
	float: left;
	display: block;
	width: 120px;
	font-size: 14px;
	line-height: 18px;
	text-indent: 2px;
}

.similar_info {
	margin: 20px 0 0;
	font-size: 14px;
	color: #343434;
}

.modal-login .modal-dialog {
	width: 600px;
}

@media(max-width: 600px) {
	.modal-login .modal-dialog {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media(max-width: 1000px) {
	.modal-registration .modal-dialog {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.carousel-inner>.item {
	position: relative;
	left: 0;
	display: none;
	transition: .6s ease-in-out left;
}

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		perspective: 1000;
	}

	.carousel-inner>.item.next,.carousel-inner>.item.active.right {
		left: 0;
		transform: translate3d(100%, 0, 0);
	}

	.carousel-inner>.item.prev,.carousel-inner>.item.active.left {
		left: 0;
		transform: translate3d(-100%, 0, 0);
	}

	.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active {
		left: 0;
		transform: translate3d(0, 0, 0);
	}
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.tab-content>.tab-pane {
	display: none;
}

.tab-content>.active {
	display: block;
}

label sup {
	color: red;
	font-size: 14px;
	font-size: 1.4rem;
	top: 0;
}

.mf__radio {
	display: inline-block;
	padding-right: 15px;
}

@media(max-width: 992px) {
	.navbar-toggle {
		display: block;
	}

	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
		display: none;
	}

	.navbar-collapse.collapse {
		display: none !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.collapse.in {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}
}

[ng\:cloak],[ng-cloak],[data-ng-cloak],[x-ng-cloak],.ng-cloak,.x-ng-cloak {
	display: none !important;
}

.content-unavailable-in-country {
	background: #000;
	background-size: cover;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	font-family: sans-serif;
}

.content-unavailable-in-country a {
	color: #fc0;
	text-decoration: none;
}

.content-unavailable-in-country a:hover {
	text-decoration: underline;
}

.content-unavailable-in-country div {
	text-align: center;
	margin: 36px auto 0 auto;
	min-width: 460px;
}

.content-unavailable-in-country .oops {
	margin-top: 36px;
	max-width: 522px;
	font-size: 120pt;
}

.content-unavailable-in-country .oops,.content-unavailable-in-country .subtitle,.content-unavailable-in-country .link-to-root {
	font-weight: bold;
}

.content-unavailable-in-country .subtitle {
	line-height: 1.4em;
	font-size: 20pt;
}

.content-unavailable-in-country .description {
	font-size: 10pt;
	line-height: 2em;
	max-width: 740px;
	color: #aaa;
}

.content-unavailable-in-country .link-to-root {
	font-size: 11pt;
}

.antillephone-wrp {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 767px) {
	.antillephone-wrp {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

#apg-seal-container {
	width: 60px;
	height: 60px;
}

.antillephone-copyright {
	margin-left: 10px;
}

.btk__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 15px;
	font-size: 0;
	line-height: 0;
}

.btk__row.is-fake {
	margin-left: -20px;
	margin-right: -20px;
	border-bottom: 20px solid #fff6d5;
	padding-left: 20px;
	padding-right: 20px;
}

.btk__cell {
	padding: 15px 20px;
	background: #fff6d5;
	-ms-flex-order: 0;
	order: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	margin-bottom: 15px;
}

.no-flexboxlegacy .btk__cell {
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}

@media(max-width: 460px) {
	.btk__cell {
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
	}
}

.btk__item {
	padding: 15px 20px;
	background: #fff6d5;
	color: #000;
	-ms-flex-order: 0;
	order: 0;
	-ms-flex: 0 1 49%;
	flex: 0 1 49%;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
}

.no-flexboxlegacy .btk__item {
	-ms-flex: 0 1 45%;
	flex: 0 1 45%;
}

@media(max-width: 460px) {
	.btk__item {
		-ms-flex: 0 1 100%;
		flex: 0 1 100%;
		margin-bottom: 15px;
	}
}

.btk__item.is-double {
	-ms-flex: 0 1 100%;
	flex: 0 1 100%;
}

.btk__item.is-inner {
	padding: 0;
}

.btk__item p {
	color: #000 !important;
}

.btk__item p a {
	color: #fff !important;
}

.btk__icon {
	float: left;
	margin-right: 15px;
	width: 50px;
}

@media(max-width: 460px) {
	.btk__icon {
		width: 30px;
		margin-right: 10px;
	}
}

.btk__content {
	overflow: hidden;
}

.btk__title {
	text-transform: uppercase;
	font-size: 16px;
	font-size: 1.6rem;
	margin-top: 0 !important;
}

.btk p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4 !important;
	padding-bottom: 0 !important;
}

.btk p span {
	display: block;
}

.btk p .text-logo {
	float: left;
	margin-top: -15px;
}

@media(max-width: 768px) {
	.btk p .text-logo {
		margin-top: 0;
	}
}

.btk a {
	color: #000 !important;
}

th {
	text-align: left;
}

.page-cms-bonus .panel-group .panel {
	border-radius: 0;
}

.page-cms-bonus .panel-heading {
	color: #fff;
}

.page-cms-bonus .panel-heading h4 {
	color: #fff390;
	font-size: 24px;
}

.page-cms-bonus .panel-heading ul,.page-cms-bonus .panel-heading ol {
	list-style: initial;
	padding-left: 40px;
}

.page-cms-bonus .panel-heading ul li,.page-cms-bonus .panel-heading ol li {
	padding: initial;
	margin: initial;
}

.page-cms-bonus .panel-heading .open-button {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 27px 0 17px;
	color: #fff;
	font-size: 14px;
	border: 1px solid rgba(255,255,255,.7);
	border-radius: 2px;
	margin-top: 20px;
	position: relative;
}

.page-cms-bonus .panel-heading .open-button:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url("/resources/images/arrow_down.png");
	background-position: 7px center;
	right: 0;
	top: 0;
}

.page-cms-bonus .panel-heading .open-button.collapsed:after {
	background-image: url("/resources/images/arrow_left.png");
	background-position: center center;
}

body.modal-open {
	position: fixed;
	width: 100%;
}

.page-game.game-full .game_box .game__content {
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (min-width: 992px) {
	.modal-update .modal-dialog {
		position: relative;
		width: 960px;
		margin: 40px auto;
	}
}

@font-face {
	font-family:"icosocial";src:url("../resources/fonts/icosocial.eot?1byw3f");src:url("../resources/fonts/icosocial.eot?1byw3f#iefix") format("embedded-opentype"),url("../resources/fonts/icosocial.ttf?1byw3f") format("truetype"),url("../resources/fonts/icosocial.woff?1byw3f") format("woff"),url("../resources/fonts/icosocial.svg?1byw3f#icosocial") format("svg");font-weight:normal;font-style:normal;
}

.i-social {
	font-family: "icosocial" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: color linear .25s;
}

.social-icon-facebook:before {
	content: "";
}

.social-icon-google_oauth2:before {
	content: "";
}

.social-icon-mailru:before {
	content: "";
}

.social-icon-odnoklassniki:before {
	content: "";
}

.social-icon-twitter:before {
	content: "";
}

.social-icon-vkontakte:before {
	content: "";
}

.social-icon-yandex:before {
	content: "";
}

.social__wrapper {
	height: 28px;
	line-height: 28px;
}

.social__wrapper .social__link {
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.icon-social {
	width: 62px;
	height: 62px;
	opacity: .8;
}

.icon-social:hover,.icon-social:active,.icon-social:focus {
	opacity: 1;
}

.icon-social-wrap:after {
	display: none;
}

.page-game {
	overflow: hidden;
}

.page-game .balance-selector {
	display: none;
}

.page-game .balance-selector.game-selector {
	display: inline-block;
	vertical-align: middle;
}

.page-game li.top-menu__item._games {
	display: none;
}

.page-game .main-nav {
	position: relative;
}

.page-game header {
	display: none;
}

.page-game .game_header {
	z-index: 1001;
	background: #131414;
	height: 59px;
	display: block;
}

.page-game .game-modal .game-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 1000;
	border: 0;
}

.page-game .game-modal .game-container .close {
	border-radius: 35px;
	display: block;
	height: 40px;
	padding: 10px 8px;
	position: fixed;
	right: 10px;
	top: 10px;
	width: 40px;
	z-index: 1000000;
}

.page-game .game-modal .sga-container {
	position: absolute;
	bottom: 70px;
	top: 70px;
	left: 0;
	right: 0;
	padding: 0;
	font-size: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.page-game .game-modal .sga-container #game-background {
	background: url("/resources/images/default_back.jpg") no-repeat,linear-gradient(to top, #222527 0%, #2e3032 100%) #222527;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
	transition: background 1s linear;
	-webkit-transition: background 1s linear;
}

.page-game .game-modal .sga-container #game-background img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 2s ease-in;
	-webkit-transition: opacity 2s ease-in;
}

.page-game .game-modal .sga-container .game_box {
	background-color: rgba(0,0,0,.82);
	border-radius: 4px;
	position: relative;
	padding: 5px 270px 5px 5px;
	border: 0;
	max-height: 100%;
	max-width: 100%;
}

.page-game .game-modal .sga-container .game_box.tab_hidden {
	padding-right: 5px;
}

.page-game .game-modal .sga-container .game_box .game__content {
	position: relative;
	background-color: rgba(255,255,255,.7);
}

.page-game .game-modal .sga-container .game_box .game__content.anon-user {
	padding-bottom: 0;
}

.page-game .game-modal .sga-container .game_box .game__content.anon-user .bottom_panel {
	display: none;
}

.page-game .game-modal .sga-container .game_box .game__content img {
	width: 100%;
	display: block;
}

.page-game .game-modal .sga-container .game_box .game__content iframe {
	width: 100%;
	height: 100%;
	border: none;
}

.page-game .game-modal .game__option {
	font-size: 0;
	line-height: 0;
	padding: 5px 5px 0;
	position: absolute;
	bottom: 5px;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	background: rgba(0,0,0,.98);
}

.page-game .game-modal .game__option>.auth-block {
	text-align: center;
}

.page-game .game-modal .game__option>.auth-block button.btn-success {
	display: inline-block;
	height: 42px;
	width: 180px;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none !important;
	outline: none;
	border: none;
	line-height: 26px;
	margin-bottom: 5px;
	margin-top: 5px;
	background-color: #7bbb62;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	border: 0;
	font-size: 16px;
	padding: 0 10px;
	min-width: 100px;
}

.page-game .game-modal .game__option>.auth-block button.btn-success:hover {
	background-color: #5b8a49;
	background-image: none;
	border: 0;
}

.page-game .game-modal .game__option a {
	font-size: 14px;
	display: inline-block;
}

.page-game .game-modal .game__option .custom-btn_gray-empty,.page-game .game-modal .game__option .mobile-auth__deposit {
	max-width: 100%;
	display: block;
	cursor: pointer;
	margin-left: 0;
}

.page-game .game-modal .game__option .game__favotite {
	color: #fff;
	display: inline-block;
	padding: 0;
	text-decoration: none;
	margin-top: 10px;
	cursor: pointer;
}

.page-game .game-modal .game__option .game__favotite>span {
	color: #a42525;
	border-bottom: 1px solid #a42525;
	display: inline-block;
	max-width: 255px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
	vertical-align: middle;
}

.page-game .game-modal .game__option .game__favotite a {
	text-decoration: none !important;
}

.page-game .game-modal .game__option .game__favotite a:focus,.page-game .game-modal .game__option .game__favotite a:hover {
	color: #a42525;
}

.page-game .game-modal .game__option .game__favotite i {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 16px;
}

.page-game .game-modal .game__option .game__favotite:hover {
	text-decoration: none;
}

.page-game .game-modal .game__option .game__favotite:hover i {
	color: #a42525;
}

.page-game .game-modal .game__option .game__favotite.isActive i {
	color: #a42525;
}

.page-game .game-modal .tab-content>.tab-pane {
	display: block;
	visibility: hidden;
}

.page-game .game-modal .tab-content>.tab-pane.active {
	visibility: visible;
}

.page-game .game-modal .game__tabs {
	width: 260px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 5px;
	top: 5px;
	right: 5px;
	background: rgba(0,0,0,.8);
	padding: 0;
}

.page-game .game-modal .game__tabs._hidden {
	display: none;
}

.page-game .game-modal .game__tabs .nav>li>a {
	padding: 0;
	line-height: 28px;
	text-align: center;
}

.page-game .game-modal .game__right {
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 150px;
}

.page-game .game-modal .game__right_panel-hidden {
	display: none;
	top: 20px;
	right: 0;
}

.page-game .game-modal .tab_hidden .game__right.game__right_panel-hidden {
	display: block;
}

.page-game .game-modal .right-nav {
	margin: 0;
	padding: 0;
	line-height: 0;
	position: absolute;
	right: -40px;
	top: 5px;
}

.page-game .game-modal .right-nav li {
	display: inline-block;
	margin-right: 10px;
	font-size: 22px;
	vertical-align: middle;
}

.page-game .game-modal .right-nav li a {
	width: 21px;
	height: 21px;
	display: block;
	color: #737574;
	font-size: 18px;
	text-align: center;
	text-decoration: none;
}

.page-game .game-modal .right-nav li a:focus,.page-game .game-modal .right-nav li a:hover {
	color: #fff;
	text-decoration: none;
}

.page-game .game-modal .right-nav li._close a,.page-game .game-modal .right-nav li_menu a {
	letter-spacing: -5px;
}

.page-game .game-modal .right-nav li._close a i.fa,.page-game .game-modal .right-nav li_menu a i.fa {
	font-size: 35px !important;
	line-height: 21px;
}

.page-game .game-modal .ing-icon_screen_min {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url("/resources/images/new/icon/res.png") no-repeat;
}

.page-game .game-modal a:hover .ing-icon_screen_min {
	background: url("/resources/images/new/icon/reshover.png") no-repeat;
}

.page-game .game-modal .right_palen-opener a {
	display: block;
	position: absolute;
	padding: 5px 10px;
	border-radius: 0 4px 4px 0;
	right: 0;
	top: 25px;
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	background-color: rgba(0,0,0,.5);
	transition: padding ease-in .2s;
	color: #414141;
	font-size: 35px;
}

.page-game .game-modal .right_palen-opener a:hover {
	padding-left: 15px;
	color: #de4f4f;
}

.page-game .game-modal .tabs {
	font-family: "arial",sans-serif;
}

.page-game .game-modal .tabs__login {
	width: 100%;
	color: #fff;
	background: #c75445;
	border: 2px solid #c75445;
	font-size: 20px;
	line-height: 1.5;
	padding: 10px 0;
}

.page-game .game-modal .tabs__login:hover {
	background: #de6555;
	border-color: #de6555;
}

.page-game .game-modal .tabs__icon {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	background-image: url("/resources/images/game/icons2.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.page-game .game-modal .tabs__icon.latest_winners {
	background-position: 0 0;
}

.page-game .game-modal .tabs__icon.latest_winners:hover {
	background-position: 0 -20px;
}

.page-game .game-modal .tabs__icon.favorites {
	background-position: -60px 0;
}

.page-game .game-modal .tabs__icon.favorites:hover {
	background-position: -60px -20px;
}

.page-game .game-modal .tabs__icon.top_winners {
	background-position: -20px 0;
}

.page-game .game-modal .tabs__icon.top_winners:hover {
	background-position: -20px -20px;
}

.page-game .game-modal .tabs__icon.jackpots {
	background-position: -40px 0;
}

.page-game .game-modal .tabs__icon.jackpots:hover {
	background-position: -40px -20px;
}

.page-game .game-modal .tabs__icon:hover {
	background-position: 0 -20px;
}

.page-game .game-modal .active .tabs__icon {
	background-position-y: -20px;
}

.page-game .game-modal .tab-content {
	padding: 15px 10px 15px 15px;
	line-height: 1.5;
	overflow: hidden;
}

.page-game .game-modal .winners {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 38px;
	bottom: 82px;
	right: 0;
	left: 0;
	overflow: hidden;
}

.page-game .game-modal .winners .title-wrp {
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 5px 10px 5px 15px;
	background: rgba(0,0,0,0);
	border-radius: 4px 4px 0 0;
}

.page-game .game-modal .winners .title {
	display: block;
	line-height: 23px;
	height: 28px;
	color: #fff;
	font-family: "aTitleGothic",sans-serif;
	font-size: 16px;
	border-bottom: 2px solid #bb8e62;
	font-weight: 600;
	text-transform: uppercase;
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
	text-align: left;
}

.page-game .game-modal .winners ul {
	height: 100%;
	width: 100%;
	padding: 0 10px 42px 17px;
	background-color: rgba(0,0,0,0);
	margin-top: 0;
	margin-bottom: 0;
}

.page-game .game-modal .winners li {
	list-style-type: none;
	margin-right: 10px;
	white-space: nowrap;
	border-bottom: 2px dashed #bb8e62;
	position: relative;
	cursor: pointer;
	min-height: 60px;
	overflow: hidden;
	padding: 10px 0;
}

.page-game .game-modal .winners li .winners__hover {
	display: none;
}

.page-game .game-modal .winners li .winners-list__image {
	width: 70px;
}

.page-game .game-modal .winners .winners-list__content {
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
}

.page-game .game-modal .winners .winners-list__content .winners-list__money strong {
	color: #bb8e62;
	font-size: 14px;
}

.page-game .game-modal .winners .winners-list__content .winners-list__name>span {
	color: #a42525;
	max-width: 120px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: inline-block;
	vertical-align: bottom;
}

.page-game .game-modal .winners .winners-list__content .winners-list__game>a {
	color: #fff;
}

.page-game .game-modal .winners .winners-list__content .winners-list__game>a:hover,.page-game .game-modal .winners .winners-list__content .winners-list__game>a:focus {
	color: #fff;
}

.page-game .game-modal .winners .winners-list__content>div {
	display: block;
	height: 16px;
}

.page-game .game-modal .anon-user .winners {
	bottom: 52px;
}

.page-game .game-modal .winners__image {
	display: inline-block;
	vertical-align: top;
}

.page-game .game-modal .winners__image .winner_item_img {
	width: 90px;
	height: inherit;
	line-height: 30px;
	margin-right: 9px;
	display: block;
}

.page-game .game-modal .winners__image .winner_item_img img {
	width: 100%;
}

.page-game .game-modal .winners__content {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.2;
	display: inline-block;
	color: #fff;
}

.page-game .game-modal .favorites .winners__image {
	display: block;
}

.page-game .game-modal .favorites .winners__image .winner_item_img {
	width: 100%;
}

.page-game .game-modal .favorites .winners__content {
	font-size: 16px;
}

.page-game .game-modal .favorites li {
	text-align: center;
}

.page-game .game-modal .nav-pills>li {
	display: inline-block;
	vertical-align: middle;
	color: #414141;
	margin: 0 5px 0 0;
	cursor: pointer;
	width: 32px;
	height: 32px;
	background: rgba(0,0,0,0);
	border: none;
}

.page-game .game-modal .nav-pills>li>a {
	border-radius: 0;
	font-size: 22px;
	color: #fff;
	background-color: rgba(0,0,0,0);
	display: inline-block;
	height: 100%;
	width: 100%;
}

.page-game .game-modal .nav-pills>li>a>* {
	display: block;
	margin-top: -4px;
}

.page-game .game-modal .nav-pills>li.active,.page-game .game-modal .nav-pills>li:hover {
	width: 32px;
	height: 32px;
}

.page-game .game-modal .nav-pills>li.active>a,.page-game .game-modal .nav-pills>li:hover>a {
	color: #fff;
}

.page-game .game-modal .nav-pills>li.active>a .icon-latestwinners,.page-game .game-modal .nav-pills>li:hover>a .icon-latestwinners {
	font-size: 24px;
	color: #c72534;
}

.page-game .game-modal .nav-pills>li.active>a .icon-topwinners,.page-game .game-modal .nav-pills>li:hover>a .icon-topwinners {
	color: #3d4397;
	font-size: 24px;
}

.page-game .game-modal .nav-pills>li.active>a .icon-jackpot,.page-game .game-modal .nav-pills>li:hover>a .icon-jackpot {
	color: #bb8e62;
}

.page-game .game-modal .nav-pills>li.active>a,.page-game .game-modal .nav-pills>li.active>a:hover,.page-game .game-modal .nav-pills>li.active>a:focus {
	background-color: rgba(0,0,0,0);
}

.page-game .game-modal .top-nav-ico {
	display: none;
	background: url("/resources/images/sga/games__nav-ico.png") 50% 50% no-repeat;
	-webkit-background-size: 22px 17px;
	padding: 20px;
	margin-top: 3px;
}

.page-game .game-modal .top-nav {
	background: rgba(0,0,0,0);
}

.page-game .game-modal .top-nav__list {
	float: left;
	width: auto;
}

.page-game .game-modal .top-nav__item a {
	display: inline-block;
	font-size: 16px;
	height: auto;
	line-height: 55px;
	padding: 0 5px;
}

.page-game .game-modal .user__logout {
	display: none;
}

.page-game .game-modal .top-nav__item a:hover {
	background: rgba(0,0,0,0);
	text-decoration: underline;
}

.page-game .game-modal .center-nav-ico {
	display: none;
	background: url("/resources/images/sga/games__nav-ico.png") 50% 50% no-repeat;
	-webkit-background-size: 22px 17px;
	padding: 20px;
	margin-top: 10px;
}

.page-game .game-modal .center__nav {
	float: left;
}

.page-game .game-modal .center__nav ul {
	margin: 0;
	padding: 0;
}

.page-game .game-modal .center__nav ul.navShow {
	display: block;
}

.page-game .game-modal .center__nav li {
	display: inline-block;
	list-style-type: none;
	line-height: 55px;
	margin-left: 15px;
}

.page-game .game-modal .center__nav li:first-child {
	margin-left: 0;
}

.page-game .game-modal .center__nav a {
	color: #314785;
	font-size: 18px;
}

.page-game .game-modal .footer {
	width: 100%;
	height: 50px;
	background: #141414;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1100;
	padding-bottom: 0;
}

.page-game .game-modal .footer .inner {
	max-width: 1440px;
}

.page-game .game-modal .footer-logo {
	padding-top: 5px;
	margin-right: 15px;
	float: left;
}

.page-game .game-modal .footer__info {
	float: right;
	font-size: 0;
	line-height: 0;
}

@media(max-width: 1550px) {
	.page-game .game-modal .footer__info {
		padding-right: 50px;
	}
}

.page-game .game-modal .footer__calc,.page-game .game-modal .footer__refresh {
	display: inline-block;
	font-size: 14px;
}

.page-game .game-modal .footer__subnav-wrap {
	display: none;
	overflow: hidden;
	background: #141414;
	position: absolute;
	z-index: 11;
	left: 0;
	right: 0;
	bottom: 50px;
	height: 73px;
}

.page-game .game-modal .footer__subnav-wrap--jackpots {
	height: auto;
}

.page-game .game-modal ._active .footer__subnav-wrap {
	display: block;
}

.page-game .game-modal .footer__subnav {
	overflow: hidden;
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	background: rgba(0,0,0,0);
	height: 73px;
}

.page-game .game-modal .footer__subnav-scroll {
	position: absolute;
	right: 10px;
	top: 15px;
	width: 16px;
	height: 34px;
	z-index: 10;
	border: none !important;
	background: url("/resources/images/sga/subnav__scroll.png") 0 0 no-repeat;
}

.page-game .game-modal .footer__subnav-scroll._first {
	background-image: url("/resources/images/sga/first-tab-shadow.png");
	right: auto;
	left: 0;
}

.page-game .game-modal .footer__subnav-scroll a {
	display: block;
	width: 100%;
	height: 100%;
}

.page-game .game-modal .footer__nav li.footer__subnav-item {
	display: inline-block;
	list-style-type: none;
	margin: 0;
}

.page-game .game-modal .footer__nav li.footer__subnav-item a {
	color: #fff;
	margin: 15px;
	display: block;
	height: 43px;
	border-right: 2px dashed #bb8e62;
}

.page-game .game-modal .footer__nav li.footer__subnav-item a:hover {
	text-decoration: none;
}

.page-game .game-modal .footer__subnav-image {
	float: left;
	width: 90px;
	margin-right: 10px;
}

.page-game .game-modal .footer__subnav-image img {
	object-fit: contain;
}

.page-game .game-modal .footer__subnav-content {
	overflow: hidden;
	font-size: 14px;
	line-height: 1.2;
}

.page-game .game-modal .footer__subnav-money strong {
	font-weight: bold;
}

.page-game .game-modal .footer__subnav-game a {
	text-decoration: underline;
	text-transform: uppercase;
	color: #a10005;
}

.page-game .game-modal .footer__nav {
	float: left;
	min-width: 60%;
}

.page-game .game-modal .footer__nav li {
	padding: 0;
	margin: 0;
}

.page-game .game-modal .footer__nav ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.page-game .game-modal .footer__nav-list {
	display: inline-block;
	white-space: nowrap;
	width: auto;
	text-align: center;
}

.page-game .game-modal .footer__nav-item {
	display: inline-block;
	min-width: 50px;
	text-align: center;
	border: none;
}

.page-game .game-modal .footer__link {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	line-height: 50px;
	padding: 0 9px;
	background: rgba(0,0,0,0);
	color: #000;
	font-family: "ptsansregular","arial",sans-serif;
}

.page-game .game-modal .footer__link:hover {
	text-decoration: none;
}

.page-game .game-modal .footer__link:before {
	display: none;
}

.page-game .game-modal .footer__link i {
	margin-right: 0;
	margin-top: 0;
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	height: 32px;
	background: url("/resources/images/game_footer_icon.png") 0 0 no-repeat;
}

.page-game .game-modal .footer__link i._favorites {
	background-position: 0 0;
}

.page-game .game-modal .footer__link i._top-games {
	background-position: -32px 0;
}

.page-game .game-modal .footer__link i._new-games {
	background-position: -64px 0;
}

.page-game .game-modal .footer__link i._last {
	background-position: -96px 0;
}

.page-game .game-modal .footer__link i._jackpot {
	background: url("/resources/images/jackpots/jackpots-game.svg") center/20px no-repeat;
}

.page-game .game-modal .footer__link:hover {
	background-color: #c72534;
}

.page-game .game-modal .footer__link:hover ._favorites {
	background-position: 0 -32px;
}

.page-game .game-modal .footer__link:hover ._top-games {
	background-position: -32px -32px;
}

.page-game .game-modal .footer__link:hover ._new-games {
	background-position: -64px -32px;
}

.page-game .game-modal .footer__link:hover ._last {
	background-position: -96px -32px;
}

.page-game .game-modal ._active .footer__link {
	text-decoration: none;
	background: rgba(0,0,0,0);
}

.page-game .game-modal ._active .footer__link:before {
	content: "";
}

.page-game .game-modal ._active .footer__link ._favorites {
	background-position: 0 -32px;
}

.page-game .game-modal ._active .footer__link ._top-games {
	background-position: -32px -32px;
}

.page-game .game-modal ._active .footer__link ._new-games {
	background-position: -64px -32px;
}

.page-game .game-modal ._active .footer__link ._last {
	background-position: -96px -32px;
}

.page-game .game-modal .footer__refresh {
	display: inline-block;
	width: 50px;
	border-left: 1px solid #197aa6;
	height: 50px;
}

.page-game .game-modal .footer__refresh a {
	display: block;
	width: 100%;
	height: 100%;
	background: #35acdb url("/resources/images/sga/footer-refresh.png") 50% 50% no-repeat;
}

.page-game .game-modal .footer__refresh a:hover {
	background-color: #4eb9e8;
}

.page-game .game-modal .footer__calc {
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
	margin-right: 20px;
	color: #fff;
}

.page-game .game-modal .footer__calc input,.page-game .game-modal .footer__calc label {
	display: inline;
}

.page-game .game-modal .footer__calc span {
	display: inline;
	padding: 0 7px;
}

.page-game .game-modal .footer__calc-input {
	width: 70px;
	background: #8fdcfa;
	border: none;
	padding: 5px;
	color: #000;
}

.page-game .game-modal .nav,.page-game .game-modal .pagination,.page-game .game-modal .carousel,.page-game .game-modal .panel-title a {
	cursor: pointer;
}

.page-game .game-modal .nav.nav-pills {
	background: rgba(0,0,0,0);
	height: 53px;
	padding: 0 0 0 12px;
	margin-top: 5px;
}

.page-game .game-modal .box-slider {
	display: none;
}

.page-game .game-modal+#layout .line-filter {
	display: none;
}

.page-game .ing-icon_screen_min {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url("/resources/images/res.png") no-repeat;
}

.page-game a:hover .ing-icon_screen_min {
	background: url("/resources/images/reshover.png") no-repeat;
}

.page-game .nicescroll-rails.nicescroll-rails-vr {
	border: 1px solid #303030 !important;
	-ms-transform: translateX(-4px);
	transform: translateX(-4px);
	border-radius: 3px;
}

.page-game .support-link {
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	font-family: "aTitleGothic",sans-serif;
	text-transform: uppercase;
	padding: 0 15px 0 15px;
	display: inline-block;
}

.page-game .support-link:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url(/resources/images/right-menu-icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -2px;
}

.page-game .support-link:hover:before {
	background-position: -26px 0;
}

.page-game .support-link:hover,.page-game .support-link:active,.page-game .support-link:focus {
	text-decoration: none;
}

.page-game .clock-widget {
	line-height: 50px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	font-family: "aTitleGothic",sans-serif;
	text-transform: uppercase;
	padding: 0 30px 0 40px;
	display: inline-block;
}

.gf-header {
	display: none;
}

.page-game.game-full div[id^=b_65c5cd0e] {
	width: 0 !important;
	height: 0 !important;
	line-height: 0 !important;
	display: none;
}

.page-game.game-full .game-modal:before {
	display: none;
}

.page-game.game-full .game-modal .sga-container {
	bottom: 0;
}

.page-game.game-full .game-modal header,.page-game.game-full .game-modal .game__tabs,.page-game.game-full .game-modal .game__right,.page-game.game-full .game-modal .game__option {
	display: none;
}

.page-game.game-full .game-modal .gf-header {
	position: fixed;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 100%;
	padding: 0 15px;
	z-index: 2001;
	background-color: #131313;
}

.page-game.game-full .game-modal .gf-header__left-side {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.page-game.game-full .game-modal .gf-header__close {
	color: #737574;
	font-size: 18px;
	line-height: 1;
	text-decoration: none;
}

.page-game.game-full .game-modal .gf-header__title {
	display: inline-block;
	margin-left: 20px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}

.page-game.game-full .game-modal .gf-header__cancel-fs {
	display: -ms-flexbox;
	display: flex;
	font-size: 18px;
	color: #737574;
	text-decoration: none;
}

.page-game.game-full .game-modal .sga-container,.page-game.game-full .game-modal .game_box {
	width: 100%;
	height: 100%;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	max-height: 100%;
	max-width: 100%;
}

.page-game.game-full .game-modal .game__content iframe {
	position: fixed;
	width: 100%;
	height: calc(100% - 90px) !important;
	top: 40px;
}

.page-game.game-full .main header {
	display: none;
}

.page-game.game-full .main-menu__wrapper,.page-game.game-full footer {
	display: none;
}

.terms-and-policy-update {
	border: 1px solid #e5e5e5;
	max-height: 250px;
	overflow: auto;
}

.terms-and-policy-update .container {
	width: 100%;
}

.terms-and-policy-update .sidebar-cms {
	display: none;
}

.terms-and-policy-update .col-xxl-offset-1 {
	margin-left: 0;
}

.terms-and-policy-update .col-xx7,.terms-and-policy-update .col-lg-9,.terms-and-policy-update .col-md-9 {
	width: 100%;
	padding: 0;
}

.terms-and-policy-update .cms-with-sidebar {
	margin-top: 0;
}

.terms-and-policy-update .cms-with-sidebar .content-part-cms {
	margin-right: 0;
	padding: 30px 10px;
}

.modal-terms .modal-content {
	max-height: 80vh;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal-terms .modal-content .modal-body {
	overflow: auto;
}

.tournament {
	width: 100%;
	display: block;
}

.tournament .title {
	text-align: center;
}

.tournament .description {
	text-align: center;
}

.profile-progressbar {
	width: 100%;
}

.profile-progressbar .line {
	width: 90%;
	margin: 5px 5%;
	height: 4px;
	display: inline-block;
	position: relative;
	border-radius: 2px;
	background: rgba(0,0,0,.2);
}

.profile-progressbar .line .line-progress {
	position: absolute;
	left: 0;
	top: -1px;
	height: 6px;
	border-radius: 3px 0 0 3px;
	background: #36aa62;
	transition: width .5s;
}

.profile-progressbar .line .line-progress:after {
	content: attr(data-title);
	position: absolute;
	border-radius: 4px;
	background-color: rgba(255,255,255,.92);
	border: 2px solid #fff;
	top: 50%;
	right: 0;
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	-webkit-transform: translate(50%, -50%);
	color: #36aa62;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	padding: 0 3px;
	text-transform: uppercase;
}

.status_modal .content {
	padding: 30px;
	text-align: center;
}

.game-limits-message {
	height: 81px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #fadede;
	z-index: 1;
}

.game-limits-message__container {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.game-limits-message__image {
	margin-right: 30px;
	display: inline-block;
}

.game-limits-message__image img {
	height: 81px;
}

.game-limits-message__description {
	text-align: center;
	display: inline-block;
	padding-top: 15px;
}

.game-limits-message__title {
	width: 100%;
	font-weight: 700;
}

.game-limits-message__reason {
	width: 100%;
}

.push-notifications {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 0;
	margin: 0;
}

.push-notifications__button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 10px;
	margin: 0;
	cursor: pointer;
}

.push-notifications__icon {
	display: block;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	background-image: url("/resources/images/notifications/bell.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: .7;
	transition: opacity .3s ease;
}

.push-notifications__icon:hover {
	opacity: 1;
}

.push-notifications__count {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #000;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	letter-spacing: normal;
	text-transform: none;
	transition: background-color .3s ease;
}

.push-notifications__count--new {
	background-color: red;
}

.push-notifications__content {
	display: none;
	position: absolute;
	top: 100%;
	right: auto;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: 280px;
	padding: 10px;
	margin: 0 0 50px 0;
	background-color: #ededed;
	outline: none;
	border: none;
	box-shadow: 2px 2px 3px rgba(0,0,0,.1);
	z-index: 10;
}

.push-notifications.open .push-notifications__content {
	display: block;
}

.push-notifications__list {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.push-notifications__item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.push-notifications__item:not(:first-child) {
	margin-top: 5px;
}

.card-notifications {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	margin: 0;
	background: #fff;
	border-radius: 2px;
	box-shadow: 1px 1px 2px rgba(0,0,0,.1);
}

.card-notifications--new:after {
	content: "";
	position: absolute;
	top: -5px;
	right: -5px;
	width: 18px;
	height: 18px;
	border: 4px solid #ededed;
	border-radius: 50%;
	background-color: red;
}

.card-notifications--empty {
	min-height: 60px;
}

.card-notifications__image {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0 10px 0 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("/resources/images/notifications/cards/bonus.svg");
}

.card-notifications__image--freespins {
	background-image: url("/resources/images/notifications/cards/freespin.svg");
}

.card-notifications__image--bonus,.card-notifications__image--wager_done {
	background-image: url("/resources/images/notifications/cards/bonus.svg");
}

.card-notifications__image--jackpot_win {
	background-image: url("/resources/images/notifications/cards/jackpot_win.svg");
}

.card-notifications__image--payment {
	background-image: url("/resources/images/notifications/cards/withdraw.svg");
}

.card-notifications__image--status {
	background-image: url("/resources/images/notifications/cards/levelup.svg");
}

.card-notifications__image--lootboxes {
	background-image: url("/resources/images/notifications/cards/lootboxes.svg");
}

.card-notifications__content {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	letter-spacing: normal;
	text-transform: none;
}

.card-notifications--empty .card-notifications__content {
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.card-notifications__title {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 3px 0;
	font-size: 12px;
}

.card-notifications__description {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: bold;
}

.card-notifications__hover {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.8);
	text-align: center;
	opacity: 0;
	transition: opacity .3s ease;
}

.card-notifications:hover .card-notifications__hover {
	opacity: 1;
}

.card-notifications__more {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: none;
	outline: none;
	border: none;
	text-shadow: none;
	padding: 10px;
	margin: 0;
	background-color: rgba(51,102,255,.96);
	background-image: none;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	letter-spacing: normal;
	text-transform: none;
	width: 100%;
	height: 100%;
	max-width: 100%;
	border-radius: 3px;
	transition: background-color .3s ease;
}

.card-notifications__more:hover {
	background-color: #0e52cb;
}

.card-notifications__close {
	position: absolute;
	right: auto;
	left: 5px;
	top: 5px;
	bottom: auto;
	display: none;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: none;
	outline: none;
	border: none;
	text-shadow: none;
	padding: 0;
	margin: 0;
	background-color: rgba(0,0,0,0);
	background-image: none;
	color: #000;
	font-size: 14px;
	line-height: 1;
	letter-spacing: normal;
	text-align: center;
	opacity: .7;
	transition: opacity .3s ease;
}

.card-notifications__close:before {
	content: "";
	font-family: FontAwesome;
}

.card-notifications__close:hover {
	opacity: 1;
}

.card-notifications--status .card-notifications__close {
	display: -ms-flexbox;
	display: flex;
}

.card-notifications__separator {
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-size: 20px;
	color: inherit;
	font-weight: normal;
	line-height: 18px;
}

.card-notifications__separator:before {
	content: "×";
	display: inline-block;
}

.card-notifications__wager {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 0;
	font-weight: normal;
	font-size: .8em;
}

.modal-notifications {
	font-family: inherit;
	text-align: center;
}

.modal-notifications .modal-dialog {
	display: inline-block;
	width: auto;
	max-width: calc(100% - 20px);
	margin: 40px auto 80px;
	border-radius: 0;
}

.modal-notifications .modal-content {
	background-color: rgba(0,0,0,0);
	background-image: none;
	outline: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	display: inline-block;
	width: auto;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.modal-notifications__inner {
	display: inline-block;
	width: auto;
	max-width: 100%;
	padding: 10px;
	margin: 0;
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	font-weight: normal;
	letter-spacing: normal;
	text-transform: none;
	text-shadow: none;
	background-color: #fff;
	min-width: 300px;
}

.modal-notifications__close {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 10px;
	right: 10px;
	text-shadow: none;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
	background-image: none;
	background-color: rgba(0,0,0,0);
	outline: none;
	border-radius: 0;
	font-size: 20px;
	line-height: 1;
}

.modal-notifications__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0 20px;
	margin: 0 0 10px 0;
	min-height: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-transform: capitalize;
}

.modal-notifications__content {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.lootboxes {
	display: block;
	text-align: center;
	width: 100%;
	margin: 0;
	line-height: 1.2;
	background: rgba(19,19,19,.96);
	border: 1px solid #3c3c3c;
}

.lootboxes__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 25px 27px;
}

.lootboxes__title {
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	color: #ffc48b;
}

.lootboxes__stage {
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	margin-top: 6px;
}

.lootboxes__content {
	background: rgba(19,19,19,.96);
	border: 1px solid #3c3c3c;
}

.lootboxes__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
}

.lootboxes__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 33.33%;
	padding: 10px;
	margin: 0;
}

.lootboxes__item--disabled {
	filter: brightness(40%);
}

.lootboxes__block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

.lootboxes__hint {
	display: block;
	width: 100%;
	padding: 0 0 20px 0;
	margin: 0;
}

.lootboxes__timer {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0;
}

.lootboxes__timer-hint {
	display: block;
	width: 100%;
	padding: 0;
	margin: 20px 0 14px 0;
	font-weight: 500;
	font-size: 20px;
	line-height: 16px;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	color: #ffc48b;
}

.lootboxes__footer {
	display: block;
	width: 100%;
	padding: 20px 0;
	margin: 0;
}

.lootboxes__block-button {
	display: block;
	text-align: center;
	padding: 20px 0 40px 0;
	margin: 0;
}

.lootboxes__block-button--cancel {
	display: block;
	margin: 0 auto 20px auto;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-decoration: underline;
	color: #c09469;
}

.lootboxes__block-button--cancel:hover,.lootboxes__block-button--cancel:active,.lootboxes__block-button--cancel:focus {
	text-decoration: none;
	color: #c09469;
}

.lootboxes__block-button--activated-space {
	min-height: 170px;
}

.timer__container--lootboxes .timer__value {
	font-size: 40px;
	padding: 10px;
}

.timer__container--lootboxes .timer__label {
	font-size: 15px;
}

.timer__container--lootboxes timer {
	padding: 0;
}

.timer__container--lootboxes timer:before,.timer__container--lootboxes timer:after {
	display: none !important;
}

.lootboxes-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
	cursor: pointer;
	position: relative;
}

.lootboxes-item--disabled,.lootboxes-item--open {
	pointer-events: none;
}

.lootboxes-item__image {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.lootboxes-item__image img {
	display: block;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	object-fit: contain;
	object-position: center;
	transition: filter .3s ease;
}

.lootboxes-item:hover .lootboxes-item__image img {
	background-image: url("/resources/images/users/lootboxes/lootboxes__image--hover.svg");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.lootboxes-item__prize {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 42px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 190px;
	height: 40px;
	padding-bottom: 5px;
	background-image: url("/resources/images/users/lootboxes/lootbox-value.png");
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #fff;
}

.lootboxes-item__prize-footer {
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	font-weight: 700;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	color: #fff;
}

.lootboxes-item__value {
	font-weight: bold;
}

lootboxes-list {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
}

.lootboxes-list {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.lootboxes-list__item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.lootboxes-list__item:not(:first-child) {
	margin-top: 10px;
}

.lootboxes-list__no-result {
	display: block;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	background: #202020;
	border: 1px solid #3c3c3c;
}

.lootboxes-list__no-result-title {
	font-weight: 500;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	color: #ffc48b;
	padding: 25px;
}

.lootboxes-list__no-result-wrap {
	min-height: 127px;
	background-color: rgba(19,19,19,.96);
	border: 1px solid #3c3c3c;
	background-image: url("/resources/images/users/lootboxes/loot-disabled.png");
	background-size: auto;
	background-position: center;
	background-repeat: no-repeat;
	padding: 40px 20px;
}

@media(min-width: 768px) {
	.lootboxes-list__no-result-wrap {
		min-height: 220px;
		padding: 86px 20px;
	}
}

.lootboxes-list__no-result-text {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
	color: #fff;
}

.lootboxes-list__no-result-link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 280px;
	height: 55px;
	margin: 30px auto;
	background: rgba(232,177,124,.8);
	border-radius: 5px;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

.lootboxes-list__no-result-link:hover,.lootboxes-list__no-result-link:active,.lootboxes-list__no-result-link:focus {
	color: #fff;
	text-decoration: none;
}

.bonuses-preview-container {
	margin: 20px 0;
}

.bonuses-preview-title {
	font-size: 16px;
	font-weight: 700;
}

.bonus-preview {
	cursor: pointer;
	border: 1px solid gray;
	padding: 10px;
	margin-top: 10px;
}

.bonus-preview-header {
	display: -ms-flexbox;
	display: flex;
}

.bonus-preview-title {
	font-size: 18px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.bonus-preview-body {
	margin-top: 5px;
}

.bonus-preview-select {
	margin: 0 10px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.bonus-preview__active {
	border: 3px solid #0f9af2;
	outline: none;
}

.bonus-preview__unavailable {
	display: none;
}

.cookies-policy__continue {
	background-color: #f7f7f7;
	border-color: #cdcdcd;
	color: #111;
	padding: 5px;
}

.access-by-country-policy__confirm,.access-by-country-policy__decline {
	background-color: #f7f7f7;
	border-color: #cdcdcd;
	color: #111;
	padding: 5px;
}

.print .collapse {
	height: auto !important;
	opacity: 1 !important;
	overflow: unset !important;
	transition-duration: 0ms !important;
	display: block;
}

@media(min-width: 769px) {
	.card-md-1 {
		min-width: calc(100% / 3 - 2 * 1rem);
		max-width: calc(100% / 3 - 2 * 1rem);
	}

	.card-md-1-2 {
		min-width: calc(100% / 3 - 2 * 1rem);
		max-width: calc(2 * 100% / 3 - 2 * 1rem);
	}

	.card-md-1-3 {
		min-width: calc(100% / 3 - 2 * 1rem);
		max-width: calc(100% - 2 * 1rem);
	}

	.card-md-2 {
		min-width: calc(2 * 100% / 3 - 2 * 1rem);
		max-width: calc(2 * 100% / 3 - 2 * 1rem);
	}

	.card-md-2-3 {
		min-width: calc(2 * 100% / 3 - 2 * 1rem);
		max-width: calc(100% - 2 * 1rem);
	}

	.card-md-3 {
		min-width: calc(100% - 2 * 1rem);
		max-width: calc(100% - 2 * 1rem);
	}
}

@media(max-width: 768px)and (min-width: 426px) {
	.card-sm-1 {
		min-width: calc(100% / 2 - 2 * 1rem);
		max-width: calc(100% / 2 - 2 * 1rem);
	}

	.card-sm-1-2 {
		min-width: calc(100% / 2 - 2 * 1rem);
		max-width: calc(100% - 2 * 1rem);
	}

	.card-sm-2 {
		min-width: calc(100% - 2 * 1rem);
		max-width: calc(100% - 2 * 1rem);
	}
}

@media(max-width: 425px) {
	.card-xs-1 {
		min-width: calc(100% - 2 * 1rem);
		max-width: calc(100% - 2 * 1rem);
	}
}

.profile-wallet-settings .currency-label,.my-wallet .currency-label {
	width: 102px;
	height: 42px;
	border-radius: 3px;
	background-color: #2979e6;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.profile-wallet-settings .currency-label__default,.my-wallet .currency-label__default {
	background-color: #b6b6b6 !important;
}

.profile-wallet-settings .currency-label__USD,.my-wallet .currency-label__USD {
	background-color: #23cb6e;
}

.profile-wallet-settings .currency-label__SGD,.my-wallet .currency-label__SGD {
	background-color: #633ccf;
}

.profile-wallet-settings .currency-label__CHF,.my-wallet .currency-label__CHF {
	background-color: #4866cb;
}

.profile-wallet-settings .currency-label__ILS,.my-wallet .currency-label__ILS {
	background-color: #5d90ea;
}

.profile-wallet-settings .currency-label__AED,.my-wallet .currency-label__AED {
	background-color: #a85c22;
}

.profile-wallet-settings .currency-label__TWD,.my-wallet .currency-label__TWD {
	background-color: #425184;
}

.profile-wallet-settings .currency-label__BGN,.my-wallet .currency-label__BGN {
	background-color: #aeb82a;
}

.profile-wallet-settings .currency-label__KRW,.my-wallet .currency-label__KRW {
	background-color: #75b86c;
}

.profile-wallet-settings .currency-label__JOD,.my-wallet .currency-label__JOD {
	background-color: #a55f29;
}

.profile-wallet-settings .currency-label__BHD,.my-wallet .currency-label__BHD {
	background-color: #5e7381;
}

.profile-wallet-settings .currency-label__UAH,.my-wallet .currency-label__UAH {
	background-color: #d46a39;
}

.profile-wallet-settings .currency-label__EUR,.my-wallet .currency-label__EUR {
	background-color: #2979e6;
}

.profile-wallet-settings .currency-label__JPY,.my-wallet .currency-label__JPY {
	background-color: #cf3c3c;
}

.profile-wallet-settings .currency-label__DKK,.my-wallet .currency-label__DKK {
	background-color: #33b845;
}

.profile-wallet-settings .currency-label__MYR,.my-wallet .currency-label__MYR {
	background-color: #6b53ad;
}

.profile-wallet-settings .currency-label__MAD,.my-wallet .currency-label__MAD {
	background-color: #cb3f10;
}

.profile-wallet-settings .currency-label__THB,.my-wallet .currency-label__THB {
	background-color: #2979e6;
}

.profile-wallet-settings .currency-label__PLN,.my-wallet .currency-label__PLN {
	background-color: #6cb87f;
}

.profile-wallet-settings .currency-label__ZAR,.my-wallet .currency-label__ZAR {
	background-color: #b04343;
}

.profile-wallet-settings .currency-label__OMR,.my-wallet .currency-label__OMR {
	background-color: #9775aa;
}

.profile-wallet-settings .currency-label__KWD,.my-wallet .currency-label__KWD {
	background-color: #3fb6b8;
}

.profile-wallet-settings .currency-label__BTC,.my-wallet .currency-label__BTC {
	background-color: #f1ab3c;
}

.profile-wallet-settings .currency-label__GBP,.my-wallet .currency-label__GBP {
	background-color: #666ed5;
}

.profile-wallet-settings .currency-label__CAD,.my-wallet .currency-label__CAD {
	background-color: #4e963e;
}

.profile-wallet-settings .currency-label__SEK,.my-wallet .currency-label__SEK {
	background-color: #8ca81a;
}

.profile-wallet-settings .currency-label__NZD,.my-wallet .currency-label__NZD {
	background-color: #2253a8;
}

.profile-wallet-settings .currency-label__QAR,.my-wallet .currency-label__QAR {
	background-color: #973636;
}

.profile-wallet-settings .currency-label__CZK,.my-wallet .currency-label__CZK {
	background-color: #2a78b8;
}

.profile-wallet-settings .currency-label__ISK,.my-wallet .currency-label__ISK {
	background-color: #5470a1;
}

.profile-wallet-settings .currency-label__RON,.my-wallet .currency-label__RON {
	background-color: #b8a06c;
}

.profile-wallet-settings .currency-label__RSD,.my-wallet .currency-label__RSD {
	background-color: #417778;
}

.profile-wallet-settings .currency-label__PEN,.my-wallet .currency-label__PEN {
	background-color: #6da854;
}

.profile-wallet-settings .currency-label__HKD,.my-wallet .currency-label__HKD {
	background-color: #287294;
}

.profile-wallet-settings .currency-label__AUD,.my-wallet .currency-label__AUD {
	background-color: #268f8a;
}

.profile-wallet-settings .currency-label__NOK,.my-wallet .currency-label__NOK {
	background-color: #336ab8;
}

.profile-wallet-settings .currency-label__TRY,.my-wallet .currency-label__TRY {
	background-color: #ad8653;
}

.profile-wallet-settings .currency-label__SAR,.my-wallet .currency-label__SAR {
	background-color: #425e4b;
}

.profile-wallet-settings .currency-label__HUF,.my-wallet .currency-label__HUF {
	background-color: #ab6cb8;
}

.profile-wallet-settings .currency-label__INR,.my-wallet .currency-label__INR {
	background-color: #18428a;
}

.profile-wallet-settings .currency-label__HRK,.my-wallet .currency-label__HRK {
	background-color: #c39635;
}

.profile-wallet-settings .currency-label__TND,.my-wallet .currency-label__TND {
	background-color: #6da4a5;
}

.profile-wallet-settings .currency-label__RUB,.my-wallet .currency-label__RUB {
	background-color: #f13c3c;
}

.profile .subcard+.subcard {
	margin-top: 10px;
}

.profile .subcard {
	display: -ms-flexbox;
	display: flex;
	background: #fff;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px 14px;
	font-weight: 700;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	border-radius: 2px;
}

.profile .subcard-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.profile .subcard-content {
	min-width: 0;
}

.profile .subcard-content-separator {
	width: 1px;
	height: 100%;
	background-color: #050721;
	opacity: .1;
	margin: 0 10px;
}

.profile .subcard-content-action {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.profile .subcard-content-action .action-button {
	padding: 0 10px;
}

.card.security-and-subcriptions .security-wrapper .email-password-block,.modal-subscriptions-edit .security-wrapper .email-password-block {
	-ms-flex-direction: column;
	flex-direction: column;
}

.card.security-and-subcriptions .security-wrapper .subcard-content,.modal-subscriptions-edit .security-wrapper .subcard-content {
	-ms-flex-direction: column;
	flex-direction: column;
}

.card.security-and-subcriptions .security-wrapper .user-email,.modal-subscriptions-edit .security-wrapper .user-email {
	padding: 10px 0;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.card.security-and-subcriptions .security-wrapper .user-email__value,.modal-subscriptions-edit .security-wrapper .user-email__value {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.card.security-and-subcriptions .security-wrapper .change-password,.modal-subscriptions-edit .security-wrapper .change-password {
	width: 100%;
}

.card.security-and-subcriptions .security-wrapper .change-password .profile-button,.modal-subscriptions-edit .security-wrapper .change-password .profile-button {
	width: 100%;
	text-transform: uppercase;
}

.card.security-and-subcriptions .security-wrapper .account-security,.modal-subscriptions-edit .security-wrapper .account-security {
	-ms-flex-direction: column;
	flex-direction: column;
}

.card.security-and-subcriptions .security-wrapper .account-security__enable-2fa-button,.modal-subscriptions-edit .security-wrapper .account-security__enable-2fa-button {
	text-decoration: underline;
	cursor: pointer;
	color: #ef4b2b;
}

.card.security-and-subcriptions .security-wrapper .account-security__enable-2fa-button:hover,.modal-subscriptions-edit .security-wrapper .account-security__enable-2fa-button:hover {
	opacity: .7;
}

.card.security-and-subcriptions .subscriptions-edit .checkbox .element-label,.modal-subscriptions-edit .subscriptions-edit .checkbox .element-label {
	display: none;
}

.card.security-and-subcriptions .subscriptions-edit .checkbox label,.modal-subscriptions-edit .subscriptions-edit .checkbox label {
	padding-left: 25px;
	color: #000;
}

.card.security-and-subcriptions .subscriptions-edit input[type=checkbox],.modal-subscriptions-edit .subscriptions-edit input[type=checkbox] {
	position: absolute;
	opacity: 0;
}

.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]+label,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]+label {
	position: relative;
	cursor: pointer;
	padding: 0;
}

.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]+label:before,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]+label:before {
	content: " ";
	vertical-align: text-top;
	background-color: #fff;
	display: inline-block;
	color: #fff;
	width: 20px;
	height: 20px;
	visibility: visible;
	border: 1px solid #ebebeb;
	border-radius: 2px;
}

.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]:checked+label:before,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]:checked+label:before {
	background: #0f9af2;
	color: #fff;
}

.card.security-and-subcriptions .subscriptions-edit input[type=checkbox]:checked+label:after,.modal-subscriptions-edit .subscriptions-edit input[type=checkbox]:checked+label:after {
	content: "✔";
	font-family: Segoe UI Symbol;
	position: absolute;
	left: 5px;
	color: #fff;
	bottom: -1px;
}

.modal-two-factor .modal-dialog {
	max-width: 500px;
	width: auto;
}

.modal-two-factor .two-factor__content {
	padding-top: 0;
	padding-bottom: 0;
}

.modal-two-factor .two-factor__backup-codes {
	text-align: center;
	padding-bottom: 15px;
}

.modal-two-factor .two-factor__qrcode {
	text-align: center;
	padding-bottom: 20px;
}

.modal-two-factor .two-factor__disable-hint {
	margin-bottom: 20px;
}

.modal-two-factor .backup-codes__description {
	margin-bottom: 20px;
}

.profile .social-icon-twitter,.social-networks-settings .social-icon-twitter {
	color: #1da1f2;
}

.profile .social-icon-vkontakte,.social-networks-settings .social-icon-vkontakte {
	color: #4d75a3;
}

.profile .social-icon-facebook,.social-networks-settings .social-icon-facebook {
	color: #3b5998;
}

.profile .social-icon-google_oauth2,.social-networks-settings .social-icon-google_oauth2 {
	color: #dd4c39;
}

.profile .social-icon-google,.social-networks-settings .social-icon-google {
	color: #dd4c39;
}

.profile .social-icon-odnoklassniki,.social-networks-settings .social-icon-odnoklassniki {
	color: #ee8208;
}

.profile .social-icon-yandex,.social-networks-settings .social-icon-yandex {
	color: red;
}

.profile .social-icon-mailru,.social-networks-settings .social-icon-mailru {
	color: #07c;
}

.card.social-networks .subcard .social-network-icon {
	font-size: 38px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	margin-right: 12px;
}

.card.social-networks .card-footer {
	padding: 10px;
	padding-top: 20px;
}

.card.social-networks .card-footer .add-social-network-btn {
	width: 100%;
	font-weight: bold;
}

.social-networks-settings {
	font-family: "Open Sans",sans-serif;
	min-width: 270px;
	-ms-flex-positive: 10;
	flex-grow: 10;
}

.social-networks-settings .profile-table {
	width: 100%;
	table-layout: auto;
}

@media(min-width: 520px) {
	.social-networks-settings .profile-table {
		text-align: center;
		border-spacing: 0 10px;
		width: 100%;
		border-collapse: separate;
	}

	.social-networks-settings .profile-table__row {
		height: 52px;
		box-shadow: 0 3px 0 rgba(0,0,0,.06);
		border-radius: 2px;
		background: #fff;
	}

	.social-networks-settings .profile-table__cell {
		border: 0;
		padding: 0 5px;
		position: relative;
		vertical-align: middle;
	}

	.social-networks-settings .profile-table__cell:not(:first-child):before {
		display: block;
		content: "";
		position: absolute;
		width: 1px;
		top: 7px;
		bottom: 7px;
		left: 0;
		background-color: #e8e8e8;
	}

	.social-networks-settings .profile-table__xs-label {
		display: none;
	}
}

@media(max-width: 520px) {
	.social-networks-settings .profile-table__header {
		display: none;
	}

	.social-networks-settings .profile-table>div {
		display: block;
	}

	.social-networks-settings .profile-table__xs-label {
		display: block;
		text-align: left;
	}

	.social-networks-settings .profile-table__xs-value {
		font-weight: 700;
		color: #000;
		padding-left: 5px;
		text-align: right;
	}

	.social-networks-settings .profile-table__row {
		background: #fff;
		border-bottom: 15px solid #e8e8e8;
		border-radius: 2px;
		margin-bottom: 10px;
	}

	.social-networks-settings .profile-table__cell {
		padding: 6px 12px;
		border: 1px solid #ebebeb;
		border-bottom: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.social-networks-settings .profile-table__cell:last-child {
		border-bottom: 0;
	}

	.social-networks-settings .profile-table .buttons-wrapper {
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.social-networks-settings .social-networks-settings-table {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 9px 20px 9px;
}

.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item {
	border: 1px solid #ebebeb;
	width: 150px;
	margin: 5px;
	white-space: nowrap;
}

.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item.disabled {
	opacity: .5;
	background: #ebebeb;
	pointer-events: none;
}

.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item:hover,.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item:hover a,.social-networks-settings .social-networks-settings-table .social-networks-settings-table-item:hover .i-social {
	background: #4d4d4d;
	color: #fff;
}

.social-networks-settings .social-networks-settings-table a {
	font-size: 15px;
	color: #4d4d4d;
	text-decoration: none;
}

.social-networks-settings .social-networks-settings-table .i-social {
	font-size: 20px;
}

.social-networks-settings .profile-button {
	font-weight: 700;
	margin: 0;
	border-radius: 0;
	width: 100%;
}

.social-networks-settings .provider-type {
	padding: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.social-networks-settings .provider-type-value {
	padding-left: 10px;
}

.modal-subscriptions-edit .card,.modal-profile-edit .card,.modal-two-factor .card,.modal-change-password .card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	padding: 0 0;
	margin: 1rem;
	border-radius: 2px;
}

.modal-subscriptions-edit .card>*:first-child,.modal-profile-edit .card>*:first-child,.modal-two-factor .card>*:first-child,.modal-change-password .card>*:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.modal-subscriptions-edit .card-header,.modal-profile-edit .card-header,.modal-two-factor .card-header,.modal-change-password .card-header {
	font-size: 18px;
	padding-bottom: 20px;
	color: #000;
	background-color: #fff;
}

.modal-subscriptions-edit .card-header__double,.modal-profile-edit .card-header__double,.modal-two-factor .card-header__double,.modal-change-password .card-header__double {
	height: 90px;
	padding-top: 20px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
}

.modal-subscriptions-edit .card-header__single,.modal-profile-edit .card-header__single,.modal-two-factor .card-header__single,.modal-change-password .card-header__single {
	height: 60px;
	padding: 10px 20px;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 520px) {
	.modal-subscriptions-edit .card-header__single,.modal-profile-edit .card-header__single,.modal-two-factor .card-header__single,.modal-change-password .card-header__single {
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
}

.modal-subscriptions-edit .card-header-title,.modal-profile-edit .card-header-title,.modal-two-factor .card-header-title,.modal-change-password .card-header-title {
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}

.modal-subscriptions-edit .card-header-title__value,.modal-profile-edit .card-header-title__value,.modal-two-factor .card-header-title__value,.modal-change-password .card-header-title__value {
	font-weight: 400;
}

.modal-subscriptions-edit .card-header-title__stage,.modal-profile-edit .card-header-title__stage,.modal-two-factor .card-header-title__stage,.modal-change-password .card-header-title__stage {
	font-weight: 500;
}

.modal-subscriptions-edit .card-header-title__second,.modal-profile-edit .card-header-title__second,.modal-two-factor .card-header-title__second,.modal-change-password .card-header-title__second {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.modal-subscriptions-edit .card-header__green,.modal-profile-edit .card-header__green,.modal-two-factor .card-header__green,.modal-change-password .card-header__green {
	background-color: #23cb6e;
	color: #fff;
}

.modal-subscriptions-edit .card-header__red,.modal-profile-edit .card-header__red,.modal-two-factor .card-header__red,.modal-change-password .card-header__red {
	background-color: #ef4b2b;
	color: #fff;
}

.modal-subscriptions-edit .card-header__blue,.modal-profile-edit .card-header__blue,.modal-two-factor .card-header__blue,.modal-change-password .card-header__blue {
	background-color: #0f9af2;
	color: #fff;
}

.modal-subscriptions-edit .card-body,.modal-profile-edit .card-body,.modal-two-factor .card-body,.modal-change-password .card-body {
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	padding: 24px 15px 20px;
}

.modal-subscriptions-edit .card-body__arrow,.modal-profile-edit .card-body__arrow,.modal-two-factor .card-body__arrow,.modal-change-password .card-body__arrow {
	position: relative;
	z-index: 1;
}

.modal-subscriptions-edit .card-body__arrow:before,.modal-profile-edit .card-body__arrow:before,.modal-two-factor .card-body__arrow:before,.modal-change-password .card-body__arrow:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 2px 0;
	top: -6px;
	left: calc(50% - 10px);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	z-index: -1;
}

.modal-subscriptions-edit .card-body__dark,.modal-profile-edit .card-body__dark,.modal-two-factor .card-body__dark,.modal-change-password .card-body__dark {
	background-color: #e8e8e8;
}

.modal-subscriptions-edit .card-body-content,.modal-profile-edit .card-body-content,.modal-two-factor .card-body-content,.modal-change-password .card-body-content {
	border-radius: 2px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-subscriptions-edit .card-body-content__light,.modal-profile-edit .card-body-content__light,.modal-two-factor .card-body-content__light,.modal-change-password .card-body-content__light {
	background-color: #fff;
}

.modal-subscriptions-edit .card-body-content__dark,.modal-profile-edit .card-body-content__dark,.modal-two-factor .card-body-content__dark,.modal-change-password .card-body-content__dark {
	background-color: #e8e8e8;
}

.modal-subscriptions-edit .card-footer,.modal-profile-edit .card-footer,.modal-two-factor .card-footer,.modal-change-password .card-footer {
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 11px 10px;
}

.modal-subscriptions-edit .card-footer .profile-button,.modal-profile-edit .card-footer .profile-button,.modal-two-factor .card-footer .profile-button,.modal-change-password .card-footer .profile-button {
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 52px;
	margin: 0 4px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-transform: uppercase;
}

.modal-subscriptions-edit .card-highlighted,.modal-profile-edit .card-highlighted,.modal-two-factor .card-highlighted,.modal-change-password .card-highlighted {
	box-shadow: 0 0 30px #0f9af2;
}

.modal-subscriptions-edit .profile-modal-body,.modal-profile-edit .profile-modal-body,.modal-two-factor .profile-modal-body,.modal-change-password .profile-modal-body {
	margin: 0 9px 20px 9px;
}

.modal-subscriptions-edit .card-body,.modal-profile-edit .card-body,.modal-two-factor .card-body,.modal-change-password .card-body {
	background: #fff;
}

.modal-subscriptions-edit .profile-edit .edit-form .edit-mode input,.modal-subscriptions-edit .profile-edit .edit-form .edit-mode select,.modal-subscriptions-edit .profile-edit .edit-form .edit-mode .mf__item,.modal-profile-edit .profile-edit .edit-form .edit-mode input,.modal-profile-edit .profile-edit .edit-form .edit-mode select,.modal-profile-edit .profile-edit .edit-form .edit-mode .mf__item,.modal-two-factor .profile-edit .edit-form .edit-mode input,.modal-two-factor .profile-edit .edit-form .edit-mode select,.modal-two-factor .profile-edit .edit-form .edit-mode .mf__item,.modal-change-password .profile-edit .edit-form .edit-mode input,.modal-change-password .profile-edit .edit-form .edit-mode select,.modal-change-password .profile-edit .edit-form .edit-mode .mf__item {
	background: #e8e8e8;
}

.modal-subscriptions-edit .card-footer .profile-button,.modal-profile-edit .card-footer .profile-button,.modal-two-factor .card-footer .profile-button,.modal-change-password .card-footer .profile-button {
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.modal-change-password .modal-dialog {
	max-width: 500px;
	width: auto;
}

.profile-edit casino-profile-edit {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.subscriptions-edit,.profile-edit,.change-password,.two-factor,.verified-phone,.profile-payments {
	width: 100%;
}

.subscriptions-edit .edit-form .view-mode input[type=radio],.subscriptions-edit .edit-form .view-mode input[type=radio]:not(:checked)+label,.profile-edit .edit-form .view-mode input[type=radio],.profile-edit .edit-form .view-mode input[type=radio]:not(:checked)+label,.change-password .edit-form .view-mode input[type=radio],.change-password .edit-form .view-mode input[type=radio]:not(:checked)+label,.two-factor .edit-form .view-mode input[type=radio],.two-factor .edit-form .view-mode input[type=radio]:not(:checked)+label,.verified-phone .edit-form .view-mode input[type=radio],.verified-phone .edit-form .view-mode input[type=radio]:not(:checked)+label,.profile-payments .edit-form .view-mode input[type=radio],.profile-payments .edit-form .view-mode input[type=radio]:not(:checked)+label {
	display: none;
}

.subscriptions-edit .edit-form .mf__item,.profile-edit .edit-form .mf__item,.change-password .edit-form .mf__item,.two-factor .edit-form .mf__item,.verified-phone .edit-form .mf__item,.profile-payments .edit-form .mf__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
}

.subscriptions-edit .edit-form .mf__item .mf__radio label,.profile-edit .edit-form .mf__item .mf__radio label,.change-password .edit-form .mf__item .mf__radio label,.two-factor .edit-form .mf__item .mf__radio label,.verified-phone .edit-form .mf__item .mf__radio label,.profile-payments .edit-form .mf__item .mf__radio label {
	margin-bottom: 0;
}

.subscriptions-edit .edit-form .text-value,.subscriptions-edit .edit-form input,.subscriptions-edit .edit-form textarea,.profile-edit .edit-form .text-value,.profile-edit .edit-form input,.profile-edit .edit-form textarea,.change-password .edit-form .text-value,.change-password .edit-form input,.change-password .edit-form textarea,.two-factor .edit-form .text-value,.two-factor .edit-form input,.two-factor .edit-form textarea,.verified-phone .edit-form .text-value,.verified-phone .edit-form input,.verified-phone .edit-form textarea,.profile-payments .edit-form .text-value,.profile-payments .edit-form input,.profile-payments .edit-form textarea {
	padding-left: 5px;
}

.subscriptions-edit .edit-form .not-checkbox,.profile-edit .edit-form .not-checkbox,.change-password .edit-form .not-checkbox,.two-factor .edit-form .not-checkbox,.verified-phone .edit-form .not-checkbox,.profile-payments .edit-form .not-checkbox {
	margin: 5px;
	margin-bottom: 15px;
}

.subscriptions-edit .edit-form .checkbox,.profile-edit .edit-form .checkbox,.change-password .edit-form .checkbox,.two-factor .edit-form .checkbox,.verified-phone .edit-form .checkbox,.profile-payments .edit-form .checkbox {
	margin: 5px;
}

.subscriptions-edit .edit-form .element,.profile-edit .edit-form .element,.change-password .edit-form .element,.two-factor .edit-form .element,.verified-phone .edit-form .element,.profile-payments .edit-form .element {
	color: #4d4d4d;
}

.subscriptions-edit .edit-form .element-label,.subscriptions-edit .edit-form .element,.profile-edit .edit-form .element-label,.profile-edit .edit-form .element,.change-password .edit-form .element-label,.change-password .edit-form .element,.two-factor .edit-form .element-label,.two-factor .edit-form .element,.verified-phone .edit-form .element-label,.verified-phone .edit-form .element,.profile-payments .edit-form .element-label,.profile-payments .edit-form .element {
	display: -ms-flexbox;
	display: flex;
	text-align: left;
}

.subscriptions-edit .edit-form .element .element-value,.profile-edit .edit-form .element .element-value,.change-password .edit-form .element .element-value,.two-factor .edit-form .element .element-value,.verified-phone .edit-form .element .element-value,.profile-payments .edit-form .element .element-value {
	width: 100%;
}

.subscriptions-edit .edit-form .element-label label,.profile-edit .edit-form .element-label label,.change-password .edit-form .element-label label,.two-factor .edit-form .element-label label,.verified-phone .edit-form .element-label label,.profile-payments .edit-form .element-label label {
	font-size: 15px;
	font-weight: 500;
	color: #4d4d4d;
	margin: 0;
	padding-bottom: 5px;
	margin-left: 1px;
}

.subscriptions-edit .edit-form .element label,.profile-edit .edit-form .element label,.change-password .edit-form .element label,.two-factor .edit-form .element label,.verified-phone .edit-form .element label,.profile-payments .edit-form .element label {
	font-weight: 400;
}

.subscriptions-edit .edit-form input[type=text],.subscriptions-edit .edit-form input[type=tel],.subscriptions-edit .edit-form input[type=password],.subscriptions-edit .edit-form input[type=amount],.subscriptions-edit .edit-form input[type=number],.subscriptions-edit .edit-form input[type=email],.subscriptions-edit .edit-form input[type=cvv],.subscriptions-edit .edit-form input[type=credit_card_number],.subscriptions-edit .edit-form .mf__item,.subscriptions-edit .edit-form select,.subscriptions-edit .edit-form textarea,.profile-edit .edit-form input[type=text],.profile-edit .edit-form input[type=tel],.profile-edit .edit-form input[type=password],.profile-edit .edit-form input[type=amount],.profile-edit .edit-form input[type=number],.profile-edit .edit-form input[type=email],.profile-edit .edit-form input[type=cvv],.profile-edit .edit-form input[type=credit_card_number],.profile-edit .edit-form .mf__item,.profile-edit .edit-form select,.profile-edit .edit-form textarea,.change-password .edit-form input[type=text],.change-password .edit-form input[type=tel],.change-password .edit-form input[type=password],.change-password .edit-form input[type=amount],.change-password .edit-form input[type=number],.change-password .edit-form input[type=email],.change-password .edit-form input[type=cvv],.change-password .edit-form input[type=credit_card_number],.change-password .edit-form .mf__item,.change-password .edit-form select,.change-password .edit-form textarea,.two-factor .edit-form input[type=text],.two-factor .edit-form input[type=tel],.two-factor .edit-form input[type=password],.two-factor .edit-form input[type=amount],.two-factor .edit-form input[type=number],.two-factor .edit-form input[type=email],.two-factor .edit-form input[type=cvv],.two-factor .edit-form input[type=credit_card_number],.two-factor .edit-form .mf__item,.two-factor .edit-form select,.two-factor .edit-form textarea,.verified-phone .edit-form input[type=text],.verified-phone .edit-form input[type=tel],.verified-phone .edit-form input[type=password],.verified-phone .edit-form input[type=amount],.verified-phone .edit-form input[type=number],.verified-phone .edit-form input[type=email],.verified-phone .edit-form input[type=cvv],.verified-phone .edit-form input[type=credit_card_number],.verified-phone .edit-form .mf__item,.verified-phone .edit-form select,.verified-phone .edit-form textarea,.profile-payments .edit-form input[type=text],.profile-payments .edit-form input[type=tel],.profile-payments .edit-form input[type=password],.profile-payments .edit-form input[type=amount],.profile-payments .edit-form input[type=number],.profile-payments .edit-form input[type=email],.profile-payments .edit-form input[type=cvv],.profile-payments .edit-form input[type=credit_card_number],.profile-payments .edit-form .mf__item,.profile-payments .edit-form select,.profile-payments .edit-form textarea {
	background: rgba(0,0,0,0);
	width: 100%;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	padding: 0 15px;
	font-weight: 700;
	color: #000;
}

.subscriptions-edit .edit-form input[type=text],.subscriptions-edit .edit-form input[type=tel],.subscriptions-edit .edit-form input[type=password],.subscriptions-edit .edit-form input[type=amount],.subscriptions-edit .edit-form input[type=number],.subscriptions-edit .edit-form input[type=email],.subscriptions-edit .edit-form input[type=cvv],.subscriptions-edit .edit-form input[type=credit_card_number],.subscriptions-edit .edit-form .mf__item,.subscriptions-edit .edit-form select,.profile-edit .edit-form input[type=text],.profile-edit .edit-form input[type=tel],.profile-edit .edit-form input[type=password],.profile-edit .edit-form input[type=amount],.profile-edit .edit-form input[type=number],.profile-edit .edit-form input[type=email],.profile-edit .edit-form input[type=cvv],.profile-edit .edit-form input[type=credit_card_number],.profile-edit .edit-form .mf__item,.profile-edit .edit-form select,.change-password .edit-form input[type=text],.change-password .edit-form input[type=tel],.change-password .edit-form input[type=password],.change-password .edit-form input[type=amount],.change-password .edit-form input[type=number],.change-password .edit-form input[type=email],.change-password .edit-form input[type=cvv],.change-password .edit-form input[type=credit_card_number],.change-password .edit-form .mf__item,.change-password .edit-form select,.two-factor .edit-form input[type=text],.two-factor .edit-form input[type=tel],.two-factor .edit-form input[type=password],.two-factor .edit-form input[type=amount],.two-factor .edit-form input[type=number],.two-factor .edit-form input[type=email],.two-factor .edit-form input[type=cvv],.two-factor .edit-form input[type=credit_card_number],.two-factor .edit-form .mf__item,.two-factor .edit-form select,.verified-phone .edit-form input[type=text],.verified-phone .edit-form input[type=tel],.verified-phone .edit-form input[type=password],.verified-phone .edit-form input[type=amount],.verified-phone .edit-form input[type=number],.verified-phone .edit-form input[type=email],.verified-phone .edit-form input[type=cvv],.verified-phone .edit-form input[type=credit_card_number],.verified-phone .edit-form .mf__item,.verified-phone .edit-form select,.profile-payments .edit-form input[type=text],.profile-payments .edit-form input[type=tel],.profile-payments .edit-form input[type=password],.profile-payments .edit-form input[type=amount],.profile-payments .edit-form input[type=number],.profile-payments .edit-form input[type=email],.profile-payments .edit-form input[type=cvv],.profile-payments .edit-form input[type=credit_card_number],.profile-payments .edit-form .mf__item,.profile-payments .edit-form select {
	height: 44px;
}

.subscriptions-edit .edit-form textarea,.profile-edit .edit-form textarea,.change-password .edit-form textarea,.two-factor .edit-form textarea,.verified-phone .edit-form textarea,.profile-payments .edit-form textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	height: 88px;
}

.subscriptions-edit .edit-form .dropdown-menu,.profile-edit .edit-form .dropdown-menu,.change-password .edit-form .dropdown-menu,.two-factor .edit-form .dropdown-menu,.verified-phone .edit-form .dropdown-menu,.profile-payments .edit-form .dropdown-menu {
	min-width: initial;
}

.subscriptions-edit .edit-form .edit-mode input[type=text]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=tel]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=password]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=amount]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=number]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=email]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=cvv]:not([disabled]),.subscriptions-edit .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.subscriptions-edit .edit-form .edit-mode select:not([disabled]),.subscriptions-edit .edit-form .edit-mode textarea:not([disabled]),.subscriptions-edit .edit-form .edit-mode .mf__item:not([disabled]),.profile-edit .edit-form .edit-mode input[type=text]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=tel]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=password]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=amount]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=number]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=email]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=cvv]:not([disabled]),.profile-edit .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.profile-edit .edit-form .edit-mode select:not([disabled]),.profile-edit .edit-form .edit-mode textarea:not([disabled]),.profile-edit .edit-form .edit-mode .mf__item:not([disabled]),.change-password .edit-form .edit-mode input[type=text]:not([disabled]),.change-password .edit-form .edit-mode input[type=tel]:not([disabled]),.change-password .edit-form .edit-mode input[type=password]:not([disabled]),.change-password .edit-form .edit-mode input[type=amount]:not([disabled]),.change-password .edit-form .edit-mode input[type=number]:not([disabled]),.change-password .edit-form .edit-mode input[type=email]:not([disabled]),.change-password .edit-form .edit-mode input[type=cvv]:not([disabled]),.change-password .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.change-password .edit-form .edit-mode select:not([disabled]),.change-password .edit-form .edit-mode textarea:not([disabled]),.change-password .edit-form .edit-mode .mf__item:not([disabled]),.two-factor .edit-form .edit-mode input[type=text]:not([disabled]),.two-factor .edit-form .edit-mode input[type=tel]:not([disabled]),.two-factor .edit-form .edit-mode input[type=password]:not([disabled]),.two-factor .edit-form .edit-mode input[type=amount]:not([disabled]),.two-factor .edit-form .edit-mode input[type=number]:not([disabled]),.two-factor .edit-form .edit-mode input[type=email]:not([disabled]),.two-factor .edit-form .edit-mode input[type=cvv]:not([disabled]),.two-factor .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.two-factor .edit-form .edit-mode select:not([disabled]),.two-factor .edit-form .edit-mode textarea:not([disabled]),.two-factor .edit-form .edit-mode .mf__item:not([disabled]),.verified-phone .edit-form .edit-mode input[type=text]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=tel]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=password]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=amount]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=number]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=email]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=cvv]:not([disabled]),.verified-phone .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.verified-phone .edit-form .edit-mode select:not([disabled]),.verified-phone .edit-form .edit-mode textarea:not([disabled]),.verified-phone .edit-form .edit-mode .mf__item:not([disabled]),.profile-payments .edit-form .edit-mode input[type=text]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=tel]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=password]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=amount]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=number]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=email]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=cvv]:not([disabled]),.profile-payments .edit-form .edit-mode input[type=credit_card_number]:not([disabled]),.profile-payments .edit-form .edit-mode select:not([disabled]),.profile-payments .edit-form .edit-mode textarea:not([disabled]),.profile-payments .edit-form .edit-mode .mf__item:not([disabled]) {
	background: #fff;
}

.subscriptions-edit .edit-form .edit-mode select[type=card_expiry_date],.profile-edit .edit-form .edit-mode select[type=card_expiry_date],.change-password .edit-form .edit-mode select[type=card_expiry_date],.two-factor .edit-form .edit-mode select[type=card_expiry_date],.verified-phone .edit-form .edit-mode select[type=card_expiry_date],.profile-payments .edit-form .edit-mode select[type=card_expiry_date] {
	width: auto;
}

.subscriptions-edit .edit-form .edit-mode input,.subscriptions-edit .edit-form .edit-mode select,.subscriptions-edit .edit-form .edit-mode textarea,.subscriptions-edit .edit-form .edit-mode .mf__item,.profile-edit .edit-form .edit-mode input,.profile-edit .edit-form .edit-mode select,.profile-edit .edit-form .edit-mode textarea,.profile-edit .edit-form .edit-mode .mf__item,.change-password .edit-form .edit-mode input,.change-password .edit-form .edit-mode select,.change-password .edit-form .edit-mode textarea,.change-password .edit-form .edit-mode .mf__item,.two-factor .edit-form .edit-mode input,.two-factor .edit-form .edit-mode select,.two-factor .edit-form .edit-mode textarea,.two-factor .edit-form .edit-mode .mf__item,.verified-phone .edit-form .edit-mode input,.verified-phone .edit-form .edit-mode select,.verified-phone .edit-form .edit-mode textarea,.verified-phone .edit-form .edit-mode .mf__item,.profile-payments .edit-form .edit-mode input,.profile-payments .edit-form .edit-mode select,.profile-payments .edit-form .edit-mode textarea,.profile-payments .edit-form .edit-mode .mf__item {
	border: 1px solid #c5c5c5;
}

.subscriptions-edit .edit-form .view-mode input,.subscriptions-edit .edit-form .view-mode select,.subscriptions-edit .edit-form .view-mode label,.profile-edit .edit-form .view-mode input,.profile-edit .edit-form .view-mode select,.profile-edit .edit-form .view-mode label,.change-password .edit-form .view-mode input,.change-password .edit-form .view-mode select,.change-password .edit-form .view-mode label,.two-factor .edit-form .view-mode input,.two-factor .edit-form .view-mode select,.two-factor .edit-form .view-mode label,.verified-phone .edit-form .view-mode input,.verified-phone .edit-form .view-mode select,.verified-phone .edit-form .view-mode label,.profile-payments .edit-form .view-mode input,.profile-payments .edit-form .view-mode select,.profile-payments .edit-form .view-mode label {
	pointer-events: none;
}

.subscriptions-edit .edit-form .view-mode select,.profile-edit .edit-form .view-mode select,.change-password .edit-form .view-mode select,.two-factor .edit-form .view-mode select,.verified-phone .edit-form .view-mode select,.profile-payments .edit-form .view-mode select {
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-left: 19px;
}

.subscriptions-edit .edit-form .view-mode select::-ms-expand,.profile-edit .edit-form .view-mode select::-ms-expand,.change-password .edit-form .view-mode select::-ms-expand,.two-factor .edit-form .view-mode select::-ms-expand,.verified-phone .edit-form .view-mode select::-ms-expand,.profile-payments .edit-form .view-mode select::-ms-expand {
	display: none;
}

.subscriptions-edit .error_msg,.profile-edit .error_msg,.change-password .error_msg,.two-factor .error_msg,.verified-phone .error_msg,.profile-payments .error_msg {
	color: #ef4b2b;
}

.verified-phone .edit-form .add-phone .add-phone__input {
	background: #fff;
	width: auto;
}

.verified-phone .edit-form .added-phone-confirmation .added-phone-confirmation__code {
	background: #fff;
	width: auto;
}

.verified-phone .added-phone__number {
	font-weight: 700;
}

.verified-phone .added-phone__status {
	font-weight: 700;
}

.documents-list__description {
	color: #000;
	font-weight: 700;
}

.documents-list__file {
	color: #666;
	font-weight: 500;
}

.documents-list__file,.documents-list__description {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.documents-list__content {
	overflow: hidden;
	text-align: left;
}

.documents-list__status {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	font-size: 25px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
}

.documents-list__status_approved {
	background-color: #23cb6e;
}

.documents-list__status_pending {
	background-color: #d09f34;
}

.documents-list__status_not_approved {
	background-color: #ef4b2b;
}

.documents-upload .subcard {
	padding: 0;
}

.documents-upload .subcard-content {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-direction: column;
	flex-direction: column;
}

.documents-requirements__header {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	height: 52px;
}

.documents-requirements__header .requirements-title {
	padding-left: 17px;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.documents-requirements__header .requirements-toggler.profile-button {
	width: 52px;
	border-radius: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	margin: 0;
}

.documents-requirements__header .requirements-toggler__value {
	width: 12px;
}

.documents-requirements__body {
	border-top: 1px solid #666;
	padding: 15px;
	font-size: 13px;
}

.profile .card.upload {
	text-align: center;
}

.profile .card.upload .card-body {
	overflow: hidden;
}

.profile .card.upload .card-body-content__verified {
	position: relative;
}

.profile .card.upload .card-body-content__verified:after {
	content: "✓";
	height: 30px;
	width: 30px;
	background-color: #23cb6e;
	position: absolute;
	top: -14px;
	right: -5px;
	color: #fff;
	border-radius: 15px;
	font-size: 25px;
	text-align: center;
	line-height: 30px;
}

.profile .card.upload .card-body-content textarea {
	height: 100px;
	width: 100%;
}

.profile .card.upload #documents-file-address,.profile .card.upload #documents-file-identity,.profile .card.upload #documents-file-payment {
	display: none;
}

.profile .card.upload .upload-image {
	margin-bottom: 20px;
}

.profile .card.upload .upload-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	color: #000;
	margin-bottom: 10px;
}

.profile .card.upload .upload-description {
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #666;
}

.profile .card.upload .upload-button {
	margin: 17px 0 12px;
	width: 100%;
	height: 52px;
	font-weight: 700;
	text-transform: uppercase;
}

.profile .card.upload .upload-button-description {
	color: #666;
	font-size: 13px;
	font-weight: 500;
	line-height: 12px;
}

.profile .card.upload .added-image {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: left;
	align-self: left;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 20px;
	max-width: 100%;
}

.profile .card.upload .added-image__image {
	height: 70px;
	margin-right: 15px;
}

.profile .card.upload .added-image__image img {
	max-height: 100%;
}

.profile .card.upload .added-image__name {
	color: #000;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
}

.set-limit__icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 20px;
}

.set-limit__title {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.set-limit__description {
	text-align: justify;
}

.set-limit__button {
	font-weight: 700;
}

.profile-limits__active {
	color: #23cb6e;
}

.profile-limits__unconfirmed {
	color: #d09f34;
}

.profile-limits .profile-table {
	width: 100%;
	table-layout: auto;
}

@media(min-width: 520px) {
	.profile-limits .profile-table {
		text-align: center;
		border-spacing: 0 10px;
		width: 100%;
		border-collapse: separate;
	}

	.profile-limits .profile-table__row {
		height: 52px;
		box-shadow: 0 3px 0 rgba(0,0,0,.06);
		border-radius: 2px;
		background: #fff;
	}

	.profile-limits .profile-table__cell {
		border: 0;
		padding: 0 5px;
		position: relative;
		vertical-align: middle;
	}

	.profile-limits .profile-table__cell:not(:first-child):before {
		display: block;
		content: "";
		position: absolute;
		width: 1px;
		top: 7px;
		bottom: 7px;
		left: 0;
		background-color: #e8e8e8;
	}

	.profile-limits .profile-table__xs-label {
		display: none;
	}
}

@media(max-width: 520px) {
	.profile-limits .profile-table__header {
		display: none;
	}

	.profile-limits .profile-table>div {
		display: block;
	}

	.profile-limits .profile-table__xs-label {
		display: block;
		text-align: left;
	}

	.profile-limits .profile-table__xs-value {
		font-weight: 700;
		color: #000;
		padding-left: 5px;
		text-align: right;
	}

	.profile-limits .profile-table__row {
		background: #fff;
		border-bottom: 15px solid #e8e8e8;
		border-radius: 2px;
		margin-bottom: 10px;
	}

	.profile-limits .profile-table__cell {
		padding: 6px 12px;
		border: 1px solid #ebebeb;
		border-bottom: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.profile-limits .profile-table__cell:last-child {
		border-bottom: 0;
	}

	.profile-limits .profile-table .buttons-wrapper {
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.profile-limits .profile-table {
	font-weight: 500;
}

.profile-limits .profile-table__header {
	color: #4d4d4d;
}

.profile-limits .profile-table__body {
	color: #000;
}

@media(min-width: 520px) {
	.profile-limits .profile-table .limit-amount {
		max-width: 120px;
	}
}

@media(min-width: 520px) {
	.profile-limits .profile-table .limit-status {
		max-width: 100px;
	}
}

@media(min-width: 520px) {
	.profile-limits .profile-table .limit-expires-at {
		max-width: 90px;
	}
}

@media(min-width: 520px) {
	.profile-limits .profile-table .buttons-table-cell {
		max-width: 170px;
	}
}

.modal-limits .modal-content {
	border: 0;
}

.modal-limits .modal-dialog {
	padding: 10px;
	width: auto;
	max-width: 960px;
}

.modal-limits__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	height: 100%;
}

.modal-limits__row-item {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

@media(max-width: 768px) {
	.modal-limits__row {
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
	}
}

.modal-limits__header-title {
	line-height: 24px;
	font-size: 20px;
	font-weight: 700;
}

.modal-limits__hint {
	padding: 5px 15px;
}

.access-limits {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.access-limits>div {
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
}

@media(max-width: 768px) {
	.access-limits {
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.modal-edit-limit .modal-dialog {
	max-width: 500px;
	width: auto;
}

.modal-edit-limit .edit-limit .card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	padding: 0 0;
	margin: 1rem;
	border-radius: 2px;
}

.modal-edit-limit .edit-limit .card>*:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.modal-edit-limit .edit-limit .card-header {
	font-size: 18px;
	padding-bottom: 20px;
	color: #000;
	background-color: #fff;
}

.modal-edit-limit .edit-limit .card-header__double {
	height: 90px;
	padding-top: 20px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
}

.modal-edit-limit .edit-limit .card-header__single {
	height: 60px;
	padding: 10px 20px;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 520px) {
	.modal-edit-limit .edit-limit .card-header__single {
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
}

.modal-edit-limit .edit-limit .card-header-title {
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}

.modal-edit-limit .edit-limit .card-header-title__value {
	font-weight: 400;
}

.modal-edit-limit .edit-limit .card-header-title__stage {
	font-weight: 500;
}

.modal-edit-limit .edit-limit .card-header-title__second {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.modal-edit-limit .edit-limit .card-header__green {
	background-color: #23cb6e;
	color: #fff;
}

.modal-edit-limit .edit-limit .card-header__red {
	background-color: #ef4b2b;
	color: #fff;
}

.modal-edit-limit .edit-limit .card-header__blue {
	background-color: #0f9af2;
	color: #fff;
}

.modal-edit-limit .edit-limit .card-body {
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	padding: 24px 15px 20px;
}

.modal-edit-limit .edit-limit .card-body__arrow {
	position: relative;
	z-index: 1;
}

.modal-edit-limit .edit-limit .card-body__arrow:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 2px 0;
	top: -6px;
	left: calc(50% - 10px);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	z-index: -1;
}

.modal-edit-limit .edit-limit .card-body__dark {
	background-color: #e8e8e8;
}

.modal-edit-limit .edit-limit .card-body-content {
	border-radius: 2px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-edit-limit .edit-limit .card-body-content__light {
	background-color: #fff;
}

.modal-edit-limit .edit-limit .card-body-content__dark {
	background-color: #e8e8e8;
}

.modal-edit-limit .edit-limit .card-footer {
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 11px 10px;
}

.modal-edit-limit .edit-limit .card-footer .profile-button {
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 52px;
	margin: 0 4px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-transform: uppercase;
}

.modal-edit-limit .edit-limit .card-highlighted {
	box-shadow: 0 0 30px #0f9af2;
}

.modal-edit-limit .edit-limit .card-body:last-child {
	padding-top: 0;
}

.edit-limit .card-body-content,.self-exclusion .card-body-content,.cooling-off .card-body-content,.session-limit .card-body-content {
	padding: 0 15px;
}

.edit-limit .card-body.limit-header,.self-exclusion .card-body.limit-header,.cooling-off .card-body.limit-header,.session-limit .card-body.limit-header {
	-ms-flex-positive: 0;
	flex-grow: 0;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	padding-top: 30px;
}

.edit-limit .card-body.limit-period-block,.self-exclusion .card-body.limit-period-block,.cooling-off .card-body.limit-period-block,.session-limit .card-body.limit-period-block {
	-ms-flex-positive: 0;
	flex-grow: 0;
}

.edit-limit casino-accounts-limit,.self-exclusion casino-accounts-limit,.cooling-off casino-accounts-limit,.session-limit casino-accounts-limit {
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.edit-limit .description,.self-exclusion .description,.cooling-off .description,.session-limit .description {
	color: #666;
	font-size: 13px;
	font-weight: 500;
	line-height: 22px;
	text-align: justify;
}

.edit-limit .card-body-content.period-selector-wrapper,.self-exclusion .card-body-content.period-selector-wrapper,.cooling-off .card-body-content.period-selector-wrapper,.session-limit .card-body-content.period-selector-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-direction: row;
	flex-direction: row;
}

.edit-limit .period-selector,.self-exclusion .period-selector,.cooling-off .period-selector,.session-limit .period-selector {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.edit-limit .period-selector__label,.self-exclusion .period-selector__label,.cooling-off .period-selector__label,.session-limit .period-selector__label {
	font-weight: 700;
	font-size: 16px;
}

.edit-limit .period-selector__value,.self-exclusion .period-selector__value,.cooling-off .period-selector__value,.session-limit .period-selector__value {
	position: relative;
}

.edit-limit .period-selector input[type=number]::-webkit-inner-spin-button,.edit-limit .period-selector input[type=number]::-webkit-outer-spin-button,.self-exclusion .period-selector input[type=number]::-webkit-inner-spin-button,.self-exclusion .period-selector input[type=number]::-webkit-outer-spin-button,.cooling-off .period-selector input[type=number]::-webkit-inner-spin-button,.cooling-off .period-selector input[type=number]::-webkit-outer-spin-button,.session-limit .period-selector input[type=number]::-webkit-inner-spin-button,.session-limit .period-selector input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

.edit-limit .period-selector__input,.self-exclusion .period-selector__input,.cooling-off .period-selector__input,.session-limit .period-selector__input {
	padding-right: 80px;
}

.edit-limit .period-selector__minutes-label,.self-exclusion .period-selector__minutes-label,.cooling-off .period-selector__minutes-label,.session-limit .period-selector__minutes-label {
	position: absolute;
	top: 50%;
	right: 0;
	padding-right: 15px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.edit-limit .period-selector__label,.edit-limit .amount__label,.self-exclusion .period-selector__label,.self-exclusion .amount__label,.cooling-off .period-selector__label,.cooling-off .amount__label,.session-limit .period-selector__label,.session-limit .amount__label {
	margin-left: 1px;
	text-align: left;
}

.edit-limit .save-limit-button>button.profile-button,.self-exclusion .save-limit-button>button.profile-button,.cooling-off .save-limit-button>button.profile-button,.session-limit .save-limit-button>button.profile-button {
	margin: 0;
	margin-bottom: 1px;
	margin-left: 18px;
}

.edit-limit .limit-errors,.self-exclusion .limit-errors,.cooling-off .limit-errors,.session-limit .limit-errors {
	-ms-flex-align: end;
	align-items: end;
}

.edit-limit .amount,.self-exclusion .amount,.cooling-off .amount,.session-limit .amount {
	padding: 0;
	width: 100%;
}

.edit-limit .amount__label,.self-exclusion .amount__label,.cooling-off .amount__label,.session-limit .amount__label {
	font-weight: 700;
	font-size: 16px;
}

.edit-limit .amount__input,.self-exclusion .amount__input,.cooling-off .amount__input,.session-limit .amount__input {
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0;
	border-radius: 2px;
	background-color: #fff;
}

.edit-limit .amount__input-value,.self-exclusion .amount__input-value,.cooling-off .amount__input-value,.session-limit .amount__input-value {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.edit-limit .amount__input-currency,.self-exclusion .amount__input-currency,.cooling-off .amount__input-currency,.session-limit .amount__input-currency {
	border: 0;
	padding: 1px 14px;
	background: rgba(232,232,232,.5);
	width: 115px;
	text-align: center;
	border-left: 0;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.edit-limit select,.edit-limit input,.self-exclusion select,.self-exclusion input,.cooling-off select,.cooling-off input,.session-limit select,.session-limit input {
	width: 100%;
	height: 52px;
	padding: 0 15px;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
}

.edit-limit select:disabled,.edit-limit input:disabled,.self-exclusion select:disabled,.self-exclusion input:disabled,.cooling-off select:disabled,.cooling-off input:disabled,.session-limit select:disabled,.session-limit input:disabled {
	background: #e8e8e8;
	-webkit-appearance: none;
}

.edit-limit select:disabled::-ms-expand,.edit-limit input:disabled::-ms-expand,.self-exclusion select:disabled::-ms-expand,.self-exclusion input:disabled::-ms-expand,.cooling-off select:disabled::-ms-expand,.cooling-off input:disabled::-ms-expand,.session-limit select:disabled::-ms-expand,.session-limit input:disabled::-ms-expand {
	display: none;
}

.edit-limit select:after,.self-exclusion select:after,.cooling-off select:after,.session-limit select:after {
	content: " ";
	height: 0;
	width: 0;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
	border-top: 5px solid #000;
	position: absolute;
	right: 10px;
	top: 24px;
	transition: all .3s linear;
}

.profile-button {
	display: inline-block;
	position: relative;
	font-family: inherit;
	font-size: 14px;
	font-weight: 700;
	background-image: none;
	cursor: pointer;
	line-height: 14px;
	padding: 18px 20px;
	margin: 5px 0;
	border: 0;
	border-radius: 2px;
	letter-spacing: .03em;
	overflow: hidden;
	text-align: center;
	transition: all .2s ease-in-out;
	vertical-align: middle;
	white-space: nowrap;
	-ms-touch-action: manipulation;
	-webkit-user-select: none;
	user-select: none;
	-ms-user-select: none;
	touch-action: manipulation;
	text-overflow: ellipsis;
	outline: none;
	background: #4d4d4d;
	color: #fff;
}

.profile-button:hover {
	background: rgba(77,77,77,.3);
	color: #4d4d4d;
}

.profile-button:disabled,.profile-button.disabled {
	pointer-events: none;
	background: rgba(77,77,77,.5);
}

.profile-button.primary {
	background: #0f9af2;
	color: #fff;
}

.profile-button.primary:hover {
	background: rgba(15,154,242,.3);
	color: #0f9af2;
}

.profile-button.primary:disabled,.profile-button.primary.disabled {
	pointer-events: none;
	background: rgba(15,154,242,.5);
}

.profile-button.error {
	background: rgba(0,0,0,0);
	color: #ef4b2b;
	border: 1px solid rgba(239,75,43,.3);
}

.profile-button.error:hover {
	background: #ef4b2b;
	color: #fff;
}

.profile-button.error:disabled {
	pointer-events: none;
	background: rgba(239,75,43,.5);
}

.profile-button.success {
	background: #23cb6e;
	color: #fff;
}

.profile-button.success:hover {
	background: rgba(35,203,110,.3);
	color: #23cb6e;
}

.profile-button.success:disabled,.profile-button.success.disabled {
	pointer-events: none;
	background: rgba(35,203,110,.5);
}

.profile-button.muted {
	background: #666;
	color: #fff;
}

.profile-button.muted:hover {
	background: rgba(102,102,102,.1);
	color: #666;
}

.profile-button.muted:disabled,.profile-button.muted.disabled {
	pointer-events: none;
	background: rgba(102,102,102,.5);
}

.profile-button-transparent.primary {
	background: rgba(0,0,0,0);
	color: #0f9af2;
	border: 1px solid rgba(15,154,242,.3);
}

.profile-button-transparent.primary:hover {
	background: #0f9af2;
	color: #fff;
}

.profile-button-transparent.primary:disabled {
	pointer-events: none;
	background: rgba(15,154,242,.5);
}

.profile-button+.profile-button {
	margin-left: 8px;
}

.profile-link {
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.profile-link:hover {
	opacity: .5;
}

.profile-link[disabled] {
	pointer-events: none;
}

.profile-link.primary {
	color: #0f9af2;
}

.profile-link.error {
	color: #ef4b2b;
}

.profile-link.success {
	color: #23cb6e;
}

.profile-link.muted {
	color: #666;
}

.profile-link+.profile-link {
	margin-left: 8px;
}

.modal-profile .modal-content {
	border: 0;
}

.modal-profile .modal-dialog {
	padding: 10px;
	width: auto;
	max-width: 1200px;
}

.modal-profile .modal-dialog,.modal-limits .modal-dialog,.modal-edit-limit .modal-dialog,.modal-available-games .modal-dialog,.modal-wallet-settings .modal-dialog,.modal-change-password .modal-dialog,.modal-profile-edit .modal-dialog,.modal-subscriptions-edit .modal-dialog,.modal-compoints-exchange .modal-dialog,.modal-two-factor .modal-dialog,.modal-social-networks-settings .modal-dialog,.modal-payments .modal-dialog {
	font-family: "Quicksand",sans-serif;
}

.modal-profile .modal-content,.modal-limits .modal-content,.modal-edit-limit .modal-content,.modal-available-games .modal-content,.modal-wallet-settings .modal-content,.modal-change-password .modal-content,.modal-profile-edit .modal-content,.modal-subscriptions-edit .modal-content,.modal-compoints-exchange .modal-content,.modal-two-factor .modal-content,.modal-social-networks-settings .modal-content,.modal-payments .modal-content {
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	border-radius: 2px;
	border: 1px solid rgba(0,0,0,0);
}

.modal-profile .header,.modal-limits .header,.modal-edit-limit .header,.modal-available-games .header,.modal-wallet-settings .header,.modal-change-password .header,.modal-profile-edit .header,.modal-subscriptions-edit .header,.modal-compoints-exchange .header,.modal-two-factor .header,.modal-social-networks-settings .header,.modal-payments .header {
	margin: inherit;
	position: initial;
	width: initial;
	height: initial;
	background: none;
	line-height: initial;
	color: initial;
}

.modal-profile .modal-content,.modal-limits .modal-content,.modal-edit-limit .modal-content,.modal-available-games .modal-content,.modal-wallet-settings .modal-content,.modal-change-password .modal-content,.modal-profile-edit .modal-content,.modal-subscriptions-edit .modal-content,.modal-compoints-exchange .modal-content,.modal-two-factor .modal-content,.modal-social-networks-settings .modal-content,.modal-payments .modal-content {
	padding: 0;
}

.modal-profile table,.modal-limits table,.modal-edit-limit table,.modal-available-games table,.modal-wallet-settings table,.modal-change-password table,.modal-profile-edit table,.modal-subscriptions-edit table,.modal-compoints-exchange table,.modal-two-factor table,.modal-social-networks-settings table,.modal-payments table {
	width: initial;
}

.modal-profile th,.modal-limits th,.modal-edit-limit th,.modal-available-games th,.modal-wallet-settings th,.modal-change-password th,.modal-profile-edit th,.modal-subscriptions-edit th,.modal-compoints-exchange th,.modal-two-factor th,.modal-social-networks-settings th,.modal-payments th {
	padding: 0;
	background-color: initial;
	border: 0;
	font-size: 14px;
	font-weight: initial;
	text-transform: none;
}

.modal-profile td,.modal-limits td,.modal-edit-limit td,.modal-available-games td,.modal-wallet-settings td,.modal-change-password td,.modal-profile-edit td,.modal-subscriptions-edit td,.modal-compoints-exchange td,.modal-two-factor td,.modal-social-networks-settings td,.modal-payments td {
	padding: 0;
}

.modal-profile a,.modal-limits a,.modal-edit-limit a,.modal-available-games a,.modal-wallet-settings a,.modal-change-password a,.modal-profile-edit a,.modal-subscriptions-edit a,.modal-compoints-exchange a,.modal-two-factor a,.modal-social-networks-settings a,.modal-payments a {
	color: inherit;
	outline: initial;
	text-decoration: initial;
}

.modal-profile a:hover,.modal-limits a:hover,.modal-edit-limit a:hover,.modal-available-games a:hover,.modal-wallet-settings a:hover,.modal-change-password a:hover,.modal-profile-edit a:hover,.modal-subscriptions-edit a:hover,.modal-compoints-exchange a:hover,.modal-two-factor a:hover,.modal-social-networks-settings a:hover,.modal-payments a:hover {
	color: inherit;
	text-decoration: initial;
}

.profile {
	background: #eee;
	color: #4d4d4d;
	height: 100%;
	border-radius: 2px;
}

.profile .header {
	margin: inherit;
	position: initial;
	width: initial;
	height: initial;
	background: none;
	line-height: initial;
	color: initial;
}

.profile .modal-content {
	padding: 0;
}

.profile table {
	width: initial;
}

.profile th {
	padding: 0;
	background-color: initial;
	border: 0;
	font-size: 14px;
	font-weight: initial;
	text-transform: none;
}

.profile td {
	padding: 0;
}

.profile a {
	color: inherit;
	outline: initial;
	text-decoration: initial;
}

.profile a:hover {
	color: inherit;
	text-decoration: initial;
}

.profile .progress {
	background: #d6d6d6;
	box-shadow: none;
	width: 100%;
	height: 6px;
	border-radius: 3px;
	margin-bottom: 0;
}

.profile .progress .progress-bar {
	background: #23cb6e;
	box-shadow: none;
}

.profile .profile-table {
	width: 100%;
	table-layout: auto;
}

@media(min-width: 520px) {
	.profile .profile-table {
		text-align: center;
		border-spacing: 0 10px;
		width: 100%;
		border-collapse: separate;
	}

	.profile .profile-table__row {
		height: 52px;
		box-shadow: 0 3px 0 rgba(0,0,0,.06);
		border-radius: 2px;
		background: #fff;
	}

	.profile .profile-table__cell {
		border: 0;
		padding: 0 5px;
		position: relative;
		vertical-align: middle;
	}

	.profile .profile-table__cell:not(:first-child):before {
		display: block;
		content: "";
		position: absolute;
		width: 1px;
		top: 7px;
		bottom: 7px;
		left: 0;
		background-color: #e8e8e8;
	}

	.profile .profile-table__xs-label {
		display: none;
	}
}

@media(max-width: 520px) {
	.profile .profile-table__header {
		display: none;
	}

	.profile .profile-table>div {
		display: block;
	}

	.profile .profile-table__xs-label {
		display: block;
		text-align: left;
	}

	.profile .profile-table__xs-value {
		font-weight: 700;
		color: #000;
		padding-left: 5px;
		text-align: right;
	}

	.profile .profile-table__row {
		background: #fff;
		border-bottom: 15px solid #e8e8e8;
		border-radius: 2px;
		margin-bottom: 10px;
	}

	.profile .profile-table__cell {
		padding: 6px 12px;
		border: 1px solid #ebebeb;
		border-bottom: 0;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.profile .profile-table__cell:last-child {
		border-bottom: 0;
	}

	.profile .profile-table .buttons-wrapper {
		width: 100%;
		-ms-flex-pack: distribute;
		justify-content: space-around;
	}
}

.profile .card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	padding: 0 0;
	margin: 1rem;
	border-radius: 2px;
}

.profile .card>*:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.profile .card-header {
	font-size: 18px;
	padding-bottom: 20px;
	color: #000;
	background-color: #fff;
}

.profile .card-header__double {
	height: 90px;
	padding-top: 20px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
}

.profile .card-header__single {
	height: 60px;
	padding: 10px 20px;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 520px) {
	.profile .card-header__single {
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
}

.profile .card-header-title {
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}

.profile .card-header-title__value {
	font-weight: 400;
}

.profile .card-header-title__stage {
	font-weight: 500;
}

.profile .card-header-title__second {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.profile .card-header__green {
	background-color: #23cb6e;
	color: #fff;
}

.profile .card-header__red {
	background-color: #ef4b2b;
	color: #fff;
}

.profile .card-header__blue {
	background-color: #0f9af2;
	color: #fff;
}

.profile .card-body {
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	padding: 24px 15px 20px;
}

.profile .card-body__arrow {
	position: relative;
	z-index: 1;
}

.profile .card-body__arrow:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 2px 0;
	top: -6px;
	left: calc(50% - 10px);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	z-index: -1;
}

.profile .card-body__dark {
	background-color: #e8e8e8;
}

.profile .card-body-content {
	border-radius: 2px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.profile .card-body-content__light {
	background-color: #fff;
}

.profile .card-body-content__dark {
	background-color: #e8e8e8;
}

.profile .card-footer {
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 11px 10px;
}

.profile .card-footer .profile-button {
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 52px;
	margin: 0 4px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-transform: uppercase;
}

.profile .card-highlighted {
	box-shadow: 0 0 30px #0f9af2;
}

@media(max-width: 520px) {
	.profile {
		text-align: center;
	}
}

.profile th {
	text-align: center;
}

.profile .cards-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
}

.profile .profile-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	background: #646464;
	height: 66px;
}

.profile .profile-header .close-wrapper {
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
}

.profile .profile-header .close {
	float: inherit;
	font-size: 23px;
	line-height: 38px;
	text-align: center;
	height: 40px;
	width: 40px;
	margin: 0 10px;
	opacity: 1;
	border-radius: 2px;
	background: rgba(0,0,0,0);
	color: rgba(255,255,255,.6);
	border: 1px solid rgba(255,255,255,.3);
}

.profile .profile-header .close:hover {
	background: #fff;
	color: #646464;
}

.profile .profile-header .close:disabled {
	pointer-events: none;
	background: rgba(255,255,255,.5);
}

.profile .deposit-header-button {
	height: 40px;
	padding: 0 18px;
}

.profile .profile-main-nav {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.profile .profile-main-nav .desktop-nav {
	display: -ms-flexbox;
	display: flex;
}

.profile .profile-main-nav .desktop-nav li {
	margin: 1rem;
	font-size: 15px;
	cursor: pointer;
	position: relative;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	border-radius: 2px;
	text-transform: uppercase;
	color: #fff;
}

.profile .profile-main-nav .desktop-nav li .tabs-bonus-count {
	font-weight: 600;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	background-color: #ef4b2b;
	height: 26px;
	width: 26px;
	border-radius: 13px;
	display: inline-table;
	text-align: center;
	color: #fff;
	padding: 0 3px;
}

.profile .profile-main-nav .desktop-nav li:hover {
	background-color: #fff;
	color: #000;
}

.profile .profile-main-nav .desktop-nav li.active {
	font-weight: 700;
	background-color: #fff;
	color: #000;
}

.profile .profile-main-nav .desktop-nav li.active:after {
	opacity: 1;
}

@media(max-width: 992px) {
	.profile .profile-main-nav .desktop-nav li {
		padding-left: 4px;
		padding-right: 4px;
	}
}

@media(min-width: 992px) {
	.profile .profile-main-nav .desktop-nav li {
		padding-left: 8px;
		padding-right: 8px;
	}
}

.profile .profile-main-nav .mobile-nav-wrapper {
	text-align: center;
}

.profile .profile-main-nav .mobile-nav {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}

.profile .profile-main-nav .mobile-nav .dropdown-toggle {
	display: inline-block;
	font-weight: 700;
	color: #000;
	background: #fff;
	height: 40px;
	width: 170px;
	padding: 0 15px;
	border: 0;
	border-radius: 2px;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
}

.profile .profile-main-nav .mobile-nav .caret {
	position: initial;
}

.profile .profile-main-nav .mobile-nav .menuitem {
	padding: 2px 10px;
	cursor: pointer;
}

.profile .profile-main-nav .mobile-nav .menuitem:hover {
	color: #fff;
	background: #0f9af2;
}

.profile-modal-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	padding: 0 10px 0 20px;
	font-size: 18px;
	font-weight: 500;
}

.profile-modal-close {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	height: 40px;
	width: 40px;
	margin: 0 10px;
	opacity: 1;
	background: rgba(0,0,0,0);
	color: #929292;
	border: 1px solid rgba(146,146,146,.3);
}

.profile-modal-close:hover {
	background: #929292;
	color: #fff;
}

.profile-modal-close:disabled {
	pointer-events: none;
	background: rgba(146,146,146,.5);
}

.bonus-code-title__value {
	text-transform: none;
}

.bonus-code-content {
	text-align: center;
}

.bonus-code-content__error-message {
	min-height: 42px;
	padding-top: 15px;
	font-size: 16px;
	font-weight: 500;
	color: #ef4b2b;
}

.bonus-code__arrow:before {
	background: #e8e8e8;
}

.bonus-code__activated {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-preferred-size: 250px;
	flex-basis: 250px;
}

.bonus-code-activation-success__icon {
	width: 90px;
	height: 90px;
	margin: auto;
	line-height: 82px;
	border: 4px solid #23cb6e;
	font-size: 40px;
	border-radius: 50%;
	color: #23cb6e;
}

.bonus-code-activation-success__text {
	color: #000;
	padding-top: 10px;
	font-size: 16px;
	font-weight: 700;
}

.bonus-code__value {
	height: 52px;
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	box-shadow: 0 1px 0 rgba(0,0,0,.06);
	border: 3px solid rgba(0,0,0,0);
}

.bonus-code__value-error {
	border: 3px solid #ef4b2b;
}

.profile .card.freespins .card-header-title__second,.profile .card.bonus .card-header-title__second,.profile .card.freespins-exchange .card-header-title__second {
	font-size: 20px;
}

.profile .card.freespins .card-body .card-body-content__wager,.profile .card.bonus .card-body .card-body-content__wager,.profile .card.freespins-exchange .card-body .card-body-content__wager {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
}

.profile .card.freespins .card-body .card-body-content__progress,.profile .card.bonus .card-body .card-body-content__progress,.profile .card.freespins-exchange .card-body .card-body-content__progress {
	padding: 10px 5px 0;
}

.profile .card.freespins .card-body .card-body-content__date,.profile .card.bonus .card-body .card-body-content__date,.profile .card.freespins-exchange .card-body .card-body-content__date {
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}

.profile .card.freespins .card-body .card-body-content__date .date-label,.profile .card.bonus .card-body .card-body-content__date .date-label,.profile .card.freespins-exchange .card-body .card-body-content__date .date-label {
	color: #666;
	font-weight: 500;
}

.profile .card.freespins .card-body .card-body-content__date .date-value,.profile .card.bonus .card-body .card-body-content__date .date-value,.profile .card.freespins-exchange .card-body .card-body-content__date .date-value {
	font-weight: 700;
}

.profile .card.freespins .card-body .card-body-content .points,.profile .card.bonus .card-body .card-body-content .points,.profile .card.freespins-exchange .card-body .card-body-content .points {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #d6d6d6;
	color: #707070;
	border-radius: 2px;
	font-size: 22px;
	text-align: center;
	cursor: auto;
}

.profile .card.freespins .card-body .card-body-content .points-value,.profile .card.bonus .card-body .card-body-content .points-value,.profile .card.freespins-exchange .card-body .card-body-content .points-value {
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
}

.profile .card.freespins .card-body .bonus-games,.profile .card.bonus .card-body .bonus-games,.profile .card.freespins-exchange .card-body .bonus-games {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.profile .card.freespins .card-body .bonus-games .available-games,.profile .card.bonus .card-body .bonus-games .available-games,.profile .card.freespins-exchange .card-body .bonus-games .available-games {
	display: inline-block;
	margin: 0 4px;
}

.profile .card.freespins .card-body .bonus-games .available-games-item,.profile .card.bonus .card-body .bonus-games .available-games-item,.profile .card.freespins-exchange .card-body .bonus-games .available-games-item {
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 70px;
}

.profile .card.freespins .card-body .bonus-games .available-games-item-image img,.profile .card.bonus .card-body .bonus-games .available-games-item-image img,.profile .card.freespins-exchange .card-body .bonus-games .available-games-item-image img {
	width: 100%;
}

.profile .card.freespins .card-body .bonus-games .profile-button,.profile .card.bonus .card-body .bonus-games .profile-button,.profile .card.freespins-exchange .card-body .bonus-games .profile-button {
	width: 70px;
	height: 70px;
	padding: 5px;
	line-height: 14px;
	white-space: normal;
	font-weight: 500;
	margin: 0 4px;
	font-size: 15px;
}

.profile .card.freespins .card-body .bonus-games .profile-button-transparent,.profile .card.bonus .card-body .bonus-games .profile-button-transparent,.profile .card.freespins-exchange .card-body .bonus-games .profile-button-transparent {
	background: rgba(0,0,0,0);
	color: #d6d6d6;
	border: 1px solid rgba(214,214,214,.3);
	color: #707070;
	border-radius: 2px;
}

.profile .card.freespins .card-body .bonus-games .profile-button-transparent:hover,.profile .card.bonus .card-body .bonus-games .profile-button-transparent:hover,.profile .card.freespins-exchange .card-body .bonus-games .profile-button-transparent:hover {
	background: #d6d6d6;
	color: #fff;
}

.profile .card.freespins .card-body .bonus-games .profile-button-transparent:disabled,.profile .card.bonus .card-body .bonus-games .profile-button-transparent:disabled,.profile .card.freespins-exchange .card-body .bonus-games .profile-button-transparent:disabled {
	pointer-events: none;
	background: rgba(214,214,214,.5);
}

.profile .card.freespins .card-body .bonus-wager-requirement,.profile .card.bonus .card-body .bonus-wager-requirement,.profile .card.freespins-exchange .card-body .bonus-wager-requirement {
	border: 1px solid #d6d6d6;
	color: #707070;
	height: 70px;
	padding: 17px;
	border-radius: 2px;
	margin: 0 4px 6px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	cursor: auto;
}

.profile .card.freespins .card-body .bonus-wager-requirement-value,.profile .card.bonus .card-body .bonus-wager-requirement-value,.profile .card.freespins-exchange .card-body .bonus-wager-requirement-value {
	color: #3d3d3d;
}

.profile .card.freespins .card-body .bonus-wagered,.profile .card.bonus .card-body .bonus-wagered,.profile .card.freespins-exchange .card-body .bonus-wagered {
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center;
}

.profile .card.freespins .card-body .bonus-wagered-percent,.profile .card.bonus .card-body .bonus-wagered-percent,.profile .card.freespins-exchange .card-body .bonus-wagered-percent {
	font-weight: 500;
}

.profile .card.freespins .card-body .bonus-wagered-value b,.profile .card.bonus .card-body .bonus-wagered-value b,.profile .card.freespins-exchange .card-body .bonus-wagered-value b {
	font-weight: 700;
}

.profile .card.freespins .card-header-title,.profile .card.bonus .card-header-title {
	text-transform: capitalize;
}

.profile .card.freespins .card-body,.profile .card.bonus .card-body {
	padding-bottom: 0;
}

.modal-available-games {
	min-height: 300px;
	display: block;
}

.modal-available-games .modal-dialog {
	width: 100%;
	max-width: 868px;
}

.modal-available-games .profile-available-games .profile-modal-body {
	margin: 0 15px 20px 15px;
}

.modal-available-games .profile-available-games .available-games-table {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item {
	display: inline-block;
	margin: 10px;
	width: 98px;
	height: 98px;
	line-height: 98px;
}

.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item-image img {
	width: 100%;
	margin-bottom: 10px;
}

.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item-image:hover {
	text-decoration: none;
}

.modal-available-games .profile-available-games .available-games-table .available-games-table-item .available-games-item-title {
	font-size: 13px;
	font-weight: 500;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000;
}

.profile-lotteries__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.profile-lotteries casino-lotteries {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.profile-lotteries .profile-table tbody tr {
	height: 128px;
}

.profile-lotteries .profile-table tbody tr td:not(:first-child):before {
	top: 23px;
	bottom: 23px;
	-ms-flex-item-align: left;
	-ms-grid-row-align: left;
	align-self: left;
}

.profile-lotteries .lottery {
	width: 100%;
}

.profile-lotteries .lottery .subcard-content:first-child {
	width: 70px;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.profile-lotteries .lottery-info {
	padding: 0;
	margin: 10px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.profile-lotteries .lottery-counts {
	color: #000;
	font-size: 16px;
	font-weight: 700;
}

.profile-lotteries .lottery-title {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.profile-lotteries .lottery-ends {
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	background: #e8e8e8;
	border-radius: 2px;
	padding: 11px 5px;
	margin-top: 10px;
	width: 100%;
}

.profile-lotteries .lottery-ends-label {
	color: #4d4d4d;
}

.profile-lotteries .lottery-ends-value {
	color: #000;
}

.card.lotteries {
	-ms-flex-positive: 10;
	flex-grow: 10;
}

.card.lotteries casino-lotteries {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.card.lotteries .card-body {
	text-align: center;
}

@media(max-width: 520px) {
	.card.lotteries .card-body .my-lotteries-table {
		min-width: 200px;
	}

	.card.lotteries .card-body .my-lotteries-table .lottery-name {
		-ms-flex-pack: center;
		justify-content: center;
	}

	.card.lotteries .card-body .my-lotteries-table .lottery-name-value {
		font-weight: 700;
		color: #000;
	}

	.card.lotteries .card-body .my-lotteries-table .lottery-prize-pool {
		background-color: rgba(235,235,235,.2);
	}
}

@media(min-width: 520px) {
	.card.lotteries .card-body .my-lotteries-table .lottery-tickets-value {
		font-weight: 700;
		color: #000;
	}
}

.deposit-lotteries-container {
	margin: 20px 0;
}

.deposit-lotteries-title {
	font-size: 16px;
	font-weight: 700;
}

.deposit-lottery {
	display: -ms-flexbox;
	display: flex;
	border: 1px solid gray;
	padding: 10px;
	margin-top: 10px;
}

.deposit-lottery__active {
	border: 3px solid #0f9af2;
	outline: none;
}

.deposit-lottery-info {
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.profile .card.profile-history {
	padding: 0;
}

.profile .card.profile-history .profile-main-nav {
	color: #4d4d4d;
}

.profile .card.profile-history .profile-main-nav li {
	margin-bottom: 0;
	padding-bottom: 10px;
}

.profile .card.profile-history .profile-main-nav li.active {
	border-bottom: 3px solid #0f9af2;
	color: #0f9af2;
}

.profile .card.profile-history .profile-main-nav li.inactive {
	border-bottom: 3px solid rgba(0,0,0,0);
	color: #4d4d4d;
}

.profile .card.profile-history .profile-main-nav .desktop-nav {
	-ms-flex-pack: start;
	justify-content: start;
}

.profile .card.profile-history .dropdown-menu {
	min-width: initial;
}

.profile .card.profile-history .history-filters {
	padding-top: 10px;
	min-height: 54px;
	background: #ebebeb;
	text-align: center;
}

.profile .card.profile-history .history-filters .form-control {
	width: initial;
	display: inline-block;
	border-radius: 2px;
	border: 0;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	height: 40px;
	margin: 8px 10px;
	vertical-align: top;
}

@media(max-width: 520px) {
	.profile .card.profile-history .history-filters .form-control {
		width: calc(100% - 24px);
	}
}

.profile .card.profile-history .history-filters .form-control-calendar {
	padding-left: 0;
}

.profile .card.profile-history .history-filters .form-control-calendar .dropdown-menu {
	margin-left: -46px;
}

.profile .card.profile-history .history-filters .form-control-search {
	position: relative;
	padding-left: 0;
	height: 40px;
}

.profile .card.profile-history .history-filters .form-control-search .input {
	height: 25px;
}

.profile .card.profile-history .history-filters .form-control-search input {
	height: 100%;
	vertical-align: middle;
	border: 0;
	width: calc(100% - 60px);
	margin-left: 12px;
}

.profile .card.profile-history .history-filters .form-control-search .dropdown-menu {
	height: initial;
	width: 100%;
}

.profile .card.profile-history .history-filters .form-control i {
	color: #4d4d4d;
	vertical-align: middle;
}

.profile .card.profile-history .history-filters .form-control .form-calendar {
	border: 0;
	height: 25px;
	margin-left: 12px;
	width: calc(100% - 60px);
}

.profile .card.profile-history .history-filters .history-button {
	padding: 0 20px;
}

.profile .card.profile-history .history-content {
	padding: 10px 20px;
	text-align: center;
}

.profile .card.profile-history .history-content .profile-table .history-stage-wait,.profile .card.profile-history .history-content .profile-table .history-stage-pending {
	color: #d09f34;
}

.profile .card.profile-history .history-content .profile-table .history-stage-handle_bets {
	color: #23cb6e;
}

.profile .card.profile-history .history-content .profile-table .history-stage-lost,.profile .card.profile-history .history-content .profile-table .history-stage-expired {
	color: #ef4b2b;
}

.profile .card.profile-history .history-content .profile-table .history-stage-wager_done,.profile .card.profile-history .history-content .profile-table .history-stage-canceled {
	color: #000;
}

.profile .card.profile-history .history-content .profile-table .history-status-pending {
	color: #d09f34;
}

.profile .card.profile-history .history-content .profile-table .history-status-success {
	color: #23cb6e;
}

.profile .card.profile-history .history-content .profile-table .history-status-failure {
	color: #ef4b2b;
}

.profile .card.profile-history .history-content .no-results {
	padding: 10px;
	font-size: 15px;
}

.profile .card.profile-history .history-content .transaction-status .transaction-status-value {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.profile .card.profile-history .history-content .transaction-status .transaction-status-value .profile-button {
	height: 24px;
	line-height: 12px;
	padding: 0 10px;
	font-size: 12px;
	margin-left: 10px;
}

.profile .card.cashout .card-body-content {
	padding: 20px 0;
}

.profile .card.cashout .card-body-content-value {
	color: #000;
	font-size: 26px;
	font-weight: 700;
	text-transform: uppercase;
}

.profile .card.cashout .card-body-content-method {
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 8px;
}

.profile .autologin-content__info {
	word-break: break-word;
}

.profile .autologin__link {
	color: #0f9af2;
}

.profile .card.current-status .card-body:first-child {
	padding-top: 20px;
}

.profile .card.current-status .card-body .status-info {
	margin-bottom: 11px;
}

.profile .card.current-status .card-body .status-info img {
	display: block;
	margin: 0 auto 19px;
	width: 78px;
	height: 78px;
}

@media(max-width: 520px) {
	.profile .card.current-status .card-body .status-info img {
		display: none;
	}
}

.profile .card.current-status .card-body .status-info .status-label {
	font-weight: 500;
	color: #666;
}

.profile .card.current-status .card-body .status-info .status-name-wrapper {
	white-space: nowrap;
}

.profile .card.current-status .card-body .status-info .status-name {
	font-weight: 700;
	color: #000;
}

.profile .card.current-status .card-body .status-info .status-percent {
	font-weight: 400;
	color: #666;
}

.profile .card.current-status .card-body .status-progress {
	-ms-flex-align: start;
	align-items: flex-start;
}

.profile .card.general-exchange .card-body.exchange-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}

.profile .card.general-exchange .card-body.exchange-body .comp-points {
	display: inline-block;
	text-align: center;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	height: 42px;
}

.profile .card.general-exchange .card-body.exchange-body .comp-points:not(:first-child) {
	border-left: 1px solid #e8e8e8;
}

.profile .card.general-exchange .card-body.exchange-body .comp-points-value {
	font-weight: 700;
	color: #000;
	font-size: 22px;
	line-height: 24px;
}

.profile .card.general-exchange .card-body.exchange-body .comp-points-label {
	color: #666;
	font-size: 15px;
	line-height: 17px;
}

.profile .card.general-exchange .profile-compoints-exchange h2 {
	font-weight: normal;
	margin-bottom: 0;
}

.profile .card.general-exchange .exchange-block,.profile .card.general-exchange .exchange-header {
	padding: 32px 34px;
	border-bottom: 1px solid rgba(54,54,54,.06);
}

.profile .card.general-exchange .exchange-block .title {
	color: #363636;
	font-size: 18px;
}

.profile .card.general-exchange .exchange-block .exchange-rate {
	color: #666;
	font-size: 13px;
}

.profile .card.general-exchange .exchange-block input {
	width: 314px;
	height: 44px;
	padding: 0 16px;
	border: 1px solid #ccc;
}

.profile .card.general-exchange .exchange-block .currency-selector {
	width: 73px;
	height: 44px;
	padding-left: 15px;
	border: 1px solid #ccc;
	border-left: none;
	text-align: center;
}

.profile .card.general-exchange .exchange-block .group-selector {
	width: 388px;
	height: 44px;
	padding: 0 15px;
	border: 1px solid #ccc;
}

.profile .card.general-exchange .exchange-block__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.profile-compoints-exchange {
	font-family: "Open Sans",sans-serif;
	background: #ebebeb;
	border-radius: 6px;
}

.profile-compoints-exchange .profile-button.primary {
	width: 100%;
	max-width: 300px;
	padding: 0;
}

.profile-compoints-exchange button.close {
	width: 25px;
	height: 25px;
	margin-top: 25px;
	margin-right: 25px;
	font-size: 30px;
}

.profile-compoints-exchange select {
	-webkit-appearance: none;
	appearance: none;
}

.profile-compoints-exchange .group-selector,.profile-compoints-exchange .currency-selector {
	position: relative;
	display: inline-block;
}

.profile-compoints-exchange .group-selector:after,.profile-compoints-exchange .currency-selector:after {
	content: " ";
	height: 0;
	width: 0;
	border-left: 5px solid rgba(0,0,0,0);
	border-right: 5px solid rgba(0,0,0,0);
	border-top: 5px solid #000;
	position: absolute;
	right: 10px;
	top: 20px;
}

.profile-compoints-exchange .exchange-header {
	padding: 20px 13px 20px 13px;
	font-size: 24px;
	text-align: center;
	background: #fff;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.profile-compoints-exchange .exchange-block {
	padding: 10px 13px 10px 13px;
	text-align: center;
	background: #fff;
}

.profile-compoints-exchange .exchange-block .title {
	color: #000;
	font-size: 22px;
}

.profile-compoints-exchange .exchange-block .exchange-rate {
	color: #4d4d4d;
	font-size: 16px;
	padding-top: 5px;
}

.profile-compoints-exchange .exchange-block .group-selector-label {
	text-align: left;
}

.profile-compoints-exchange .exchange-block .group-selector-label span {
	font-weight: 700;
	font-size: 15px;
}

.profile-compoints-exchange .exchange-block .first-line {
	padding: 10px;
}

.profile-compoints-exchange .exchange-block .first-line .group-selector {
	display: -ms-flexbox;
	display: flex;
}

.profile-compoints-exchange .exchange-block .second-line {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.profile-compoints-exchange .exchange-block .second-line .compoints-input-wrapper,.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper {
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	padding: 10px 10px 10px 10px;
}

.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper .money-output {
	-ms-flex-positive: 1;
	flex-grow: 1;
	min-width: 130px;
}

.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper .money-output-label {
	text-align: left;
}

.profile-compoints-exchange .exchange-block .second-line .money-output-wrapper .money-output-label span {
	font-weight: 700;
	font-size: 15px;
}

.profile-compoints-exchange .exchange-block .second-line .compoints-input-wrapper .compoints-input-label {
	text-align: left;
}

.profile-compoints-exchange .exchange-block .second-line .compoints-input-wrapper .compoints-input-label span {
	font-weight: 700;
	font-size: 15px;
}

.profile-compoints-exchange .exchange-block input,.profile-compoints-exchange .exchange-block select {
	width: 100%;
	height: 44px;
	padding: 0 15px;
	border: 1px solid #c5c5c5;
}

.profile-compoints-exchange .exchange-block .first-line .group-selector select {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.profile-compoints-exchange .exchange-block .currency-selector {
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	min-width: 70px;
}

.profile-compoints-exchange .exchange-block .currency-selector select,.profile-compoints-exchange .exchange-block .currency-selector input {
	height: 44px;
	padding-left: 15px;
	border: 1px solid #c5c5c5;
	border-left: 0;
	text-align: center;
}

.profile-compoints-exchange .exchange-block.money .currency-selector {
	min-width: 80px;
}

.profile-compoints-exchange .points-to-be-charged {
	color: #4d4d4d;
}

.profile-compoints-exchange .exchange-block:first-child {
	padding-top: 16px;
}

.profile-compoints-exchange .exchange-block:last-child {
	padding-bottom: 16px;
}

.profile-compoints-exchange accordion .panel-heading {
	padding: 20px;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}

.profile-compoints-exchange accordion .panel-group .panel {
	background: initial;
	border: 0;
	box-shadow: none;
}

.profile-compoints-exchange accordion .panel-group {
	margin-bottom: 0;
}

.profile-compoints-exchange accordion .panel-group .panel .panel-body {
	padding: 15px 20px 15px 20px;
	background: #fff;
	border-top: 0;
}

@media(max-width: 520px) {
	.profile-compoints-exchange accordion .panel-group .panel .panel-body {
		padding: 0;
	}
}

.profile-compoints-exchange accordion .panel-group .panel+.panel {
	margin-top: 0;
	padding-top: 0;
}

.profile-compoints-exchange accordion a.accordion-toggle:hover,.profile-compoints-exchange accordion a.accordion-toggle:focus,.profile-compoints-exchange accordion a.accordion-toggle:active {
	text-decoration: none;
	color: initial;
	outline: 0;
}

.profile-compoints-exchange .profile-button {
	height: 48px;
	line-height: 48px;
	padding: 0 62px;
	background: #0f9af2;
	color: #fff;
}

.profile-compoints-exchange .profile-button:hover {
	background: rgba(15,154,242,.9);
	color: #fff;
}

.profile-compoints-exchange .profile-button:disabled {
	pointer-events: none;
	background: rgba(15,154,242,.5);
}

.profile-compoints-exchange input[disabled],.profile-compoints-exchange select[disabled] {
	background: #ebebeb;
}

.card.my-wallet .my-wallet-table {
	width: 100%;
	height: 270px;
	overflow-y: auto;
}

@media(max-width: 520px) {
	.card.my-wallet .my-wallet-table {
		height: 100%;
	}
}

.card.my-wallet .my-wallet-cards {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 520px) {
	.card.my-wallet .my-wallet-cards {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0;
	}
}

.card.my-wallet .my-wallet-cards .card-footer {
	padding: 3px 0;
}

.card.my-wallet .my-wallet-cards.card-body {
	padding: 10px 15px;
}

.card.my-wallet .card-body .card {
	border-radius: 2px;
	border: 3px solid rgba(0,0,0,0);
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	width: 200px;
	height: 230px;
}

.card.my-wallet .card-body .card.mobile-card {
	display: none;
}

@media(max-width: 520px) {
	.card.my-wallet .card-body .card {
		margin: 6px;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		width: 100%;
	}

	.card.my-wallet .card-body .card.mobile-card {
		display: -ms-flexbox;
		display: flex;
	}
}

.card.my-wallet .card-body .card.selected-currency {
	border: 3px solid #0f9af2;
}

.card.my-wallet .card-body .card .card-body {
	padding: 14px 16px 6px 16px;
}

.card.my-wallet .card-body .card .currency-info {
	padding-top: 10px;
	visibility: visible;
	position: inherit;
}

.card.my-wallet .card-body .card .currency-header .card-body-content {
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}

.card.my-wallet .card-body .card .currency-label {
	margin: auto;
}

.card.my-wallet .card-body .card .menu-button {
	border-radius: 2px;
	border: 1px solid #ebebeb;
	font-size: 22px;
	position: absolute;
	right: -10px;
	top: 0;
	bottom: 0;
	padding: 2px 10px;
	cursor: pointer;
}

.card.my-wallet .card-body .card .menu-button:hover {
	background: #d6d6d6;
	color: #fff;
}

.card.my-wallet .card-body .card .menu-button.active {
	background: #0f9af2;
	color: #fff;
}

.card.my-wallet .card-body .card .menu-button.active:hover {
	background: #d6d6d6;
	color: #fff;
}

.card.my-wallet .card-body .card .currency-actions {
	padding: 6px;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

.card.my-wallet .card-body .card .currency-actions .profile-button {
	transition: all 0s;
	line-height: 100%;
	padding: 10px;
	height: 42px;
}

.card.my-wallet .card-body-content.balance {
	padding: 5px 0;
}

.card.my-wallet .card-body-content.withdrawable {
	padding: 5px 0;
}

.card.my-wallet .card-body-content hr.divider {
	border-top: 1px solid #ebebeb;
	margin: 10px 0;
	width: 100%;
}

.card.my-wallet .withdrawable-label,.card.my-wallet .balance-label {
	font-size: 15px;
	line-height: 15px;
	font-weight: 500;
	color: #4d4d4d;
	padding: 4px 4px;
}

.card.my-wallet .withdrawable-value,.card.my-wallet .balance-value {
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	padding: 4px 4px;
}

.modal-wallet-settings .card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	padding: 0 0;
	margin: 1rem;
	border-radius: 2px;
}

.modal-wallet-settings .card>*:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.modal-wallet-settings .card-header {
	font-size: 18px;
	padding-bottom: 20px;
	color: #000;
	background-color: #fff;
}

.modal-wallet-settings .card-header__double {
	height: 90px;
	padding-top: 20px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
}

.modal-wallet-settings .card-header__single {
	height: 60px;
	padding: 10px 20px;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 520px) {
	.modal-wallet-settings .card-header__single {
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
}

.modal-wallet-settings .card-header-title {
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}

.modal-wallet-settings .card-header-title__value {
	font-weight: 400;
}

.modal-wallet-settings .card-header-title__stage {
	font-weight: 500;
}

.modal-wallet-settings .card-header-title__second {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.modal-wallet-settings .card-header__green {
	background-color: #23cb6e;
	color: #fff;
}

.modal-wallet-settings .card-header__red {
	background-color: #ef4b2b;
	color: #fff;
}

.modal-wallet-settings .card-header__blue {
	background-color: #0f9af2;
	color: #fff;
}

.modal-wallet-settings .card-body {
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	padding: 24px 15px 20px;
}

.modal-wallet-settings .card-body__arrow {
	position: relative;
	z-index: 1;
}

.modal-wallet-settings .card-body__arrow:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 2px 0;
	top: -6px;
	left: calc(50% - 10px);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	z-index: -1;
}

.modal-wallet-settings .card-body__dark {
	background-color: #e8e8e8;
}

.modal-wallet-settings .card-body-content {
	border-radius: 2px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-wallet-settings .card-body-content__light {
	background-color: #fff;
}

.modal-wallet-settings .card-body-content__dark {
	background-color: #e8e8e8;
}

.modal-wallet-settings .card-footer {
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 11px 10px;
}

.modal-wallet-settings .card-footer .profile-button {
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 52px;
	margin: 0 4px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-transform: uppercase;
}

.modal-wallet-settings .card-highlighted {
	box-shadow: 0 0 30px #0f9af2;
}

.modal-wallet-settings .modal-dialog {
	width: 100%;
	max-width: 484px;
}

.modal-wallet-settings .card-body:last-child {
	padding-top: 0;
}

.profile-wallet-settings .profile-modal-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 7px;
}

.profile-wallet-settings .card {
	padding: 10px 0 10px 12px;
	margin: 7px;
	border-radius: 2px;
	border: 3px solid rgba(0,0,0,0);
	box-shadow: 0 1px 0 rgba(0,0,0,.06);
	-ms-flex: 0 0 220px;
	flex: 0 0 220px;
	-ms-flex-direction: row;
	flex-direction: row;
}

.profile-wallet-settings .card.disabled {
	pointer-events: none;
	opacity: .5;
}

.profile-wallet-settings .card.selected-currency {
	border: 3px solid #0f9af2;
}

.profile-wallet-settings .card .currency-action {
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	padding-left: 3px;
}

.modal-payments .card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	padding: 0 0;
	margin: 1rem;
	border-radius: 2px;
}

.modal-payments .card>*:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.modal-payments .card-header {
	font-size: 18px;
	padding-bottom: 20px;
	color: #000;
	background-color: #fff;
}

.modal-payments .card-header__double {
	height: 90px;
	padding-top: 20px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
}

.modal-payments .card-header__single {
	height: 60px;
	padding: 10px 20px;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 520px) {
	.modal-payments .card-header__single {
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
}

.modal-payments .card-header-title {
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}

.modal-payments .card-header-title__value {
	font-weight: 400;
}

.modal-payments .card-header-title__stage {
	font-weight: 500;
}

.modal-payments .card-header-title__second {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.modal-payments .card-header__green {
	background-color: #23cb6e;
	color: #fff;
}

.modal-payments .card-header__red {
	background-color: #ef4b2b;
	color: #fff;
}

.modal-payments .card-header__blue {
	background-color: #0f9af2;
	color: #fff;
}

.modal-payments .card-body {
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	padding: 24px 15px 20px;
}

.modal-payments .card-body__arrow {
	position: relative;
	z-index: 1;
}

.modal-payments .card-body__arrow:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 2px 0;
	top: -6px;
	left: calc(50% - 10px);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	z-index: -1;
}

.modal-payments .card-body__dark {
	background-color: #e8e8e8;
}

.modal-payments .card-body-content {
	border-radius: 2px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-payments .card-body-content__light {
	background-color: #fff;
}

.modal-payments .card-body-content__dark {
	background-color: #e8e8e8;
}

.modal-payments .card-footer {
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 11px 10px;
}

.modal-payments .card-footer .profile-button {
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 52px;
	margin: 0 4px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-transform: uppercase;
}

.modal-payments .card-highlighted {
	box-shadow: 0 0 30px #0f9af2;
}

.modal-payments .modal-dialog {
	max-width: 500px;
	width: auto;
}

.modal-payments .payments-nav {
	display: -ms-flexbox;
	display: flex;
}

.modal-payments .payments-nav__item {
	padding: 0;
	padding-right: 10px;
	font-size: 16px;
	cursor: pointer;
	line-height: 24px;
	color: #666;
}

.modal-payments .payments-nav__item:hover {
	font-weight: 700;
	color: #000;
}

.modal-payments .payments-nav__item.active {
	font-weight: 700;
	color: #000;
}

.modal-payments .caret {
	position: initial;
}

.modal-payments .currency-selector-item {
	padding: 5px 15px;
	cursor: pointer;
}

.modal-payments .currency-selector-item__selected {
	height: 52px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #d0d4db;
	border-radius: 2px;
	font: 14px Arial,Helvetica,sans-serif;
}

.modal-payments .currency-selector-item:hover {
	background: #0f9af2;
}

.payment-systems {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: -6px;
	margin-right: -6px;
}

.payment-system-icon {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	width: 120px;
	height: 62px;
	margin: 5px;
	background: #fff;
	overflow: hidden;
	padding: 3px;
	border: 3px solid rgba(0,0,0,0);
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(0,0,0,.06);
	cursor: pointer;
}

.payment-system-icon>img {
	width: 100%;
}

.payment-system-icon.active {
	border: 3px solid #0f9af2;
}

.payment-system-icon[disabled] {
	cursor: default;
	pointer-events: none;
}

.payment-systems__item-saved,.payment-systems__item-new {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 160px;
	height: 44px;
}

.payment-systems__item-remove {
	color: #ef4b2b;
	font-size: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.modal-payments .card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	background: #fff;
	box-shadow: 0 3px 0 rgba(0,0,0,.06);
	padding: 0 0;
	margin: 1rem;
	border-radius: 2px;
}

.modal-payments .card>*:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.modal-payments .card-header {
	font-size: 18px;
	padding-bottom: 20px;
	color: #000;
	background-color: #fff;
}

.modal-payments .card-header__double {
	height: 90px;
	padding-top: 20px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	text-transform: uppercase;
}

.modal-payments .card-header__single {
	height: 60px;
	padding: 10px 20px;
	color: #000;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 520px) {
	.modal-payments .card-header__single {
		-ms-flex-direction: column;
		flex-direction: column;
		height: auto;
	}
}

.modal-payments .card-header-title {
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
}

.modal-payments .card-header-title__value {
	font-weight: 400;
}

.modal-payments .card-header-title__stage {
	font-weight: 500;
}

.modal-payments .card-header-title__second {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.modal-payments .card-header__green {
	background-color: #23cb6e;
	color: #fff;
}

.modal-payments .card-header__red {
	background-color: #ef4b2b;
	color: #fff;
}

.modal-payments .card-header__blue {
	background-color: #0f9af2;
	color: #fff;
}

.modal-payments .card-body {
	-ms-flex-positive: 1;
	flex-grow: 1;
	background: #fff;
	padding: 24px 15px 20px;
}

.modal-payments .card-body__arrow {
	position: relative;
	z-index: 1;
}

.modal-payments .card-body__arrow:before {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 2px 0;
	top: -6px;
	left: calc(50% - 10px);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	z-index: -1;
}

.modal-payments .card-body__dark {
	background-color: #e8e8e8;
}

.modal-payments .card-body-content {
	border-radius: 2px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.modal-payments .card-body-content__light {
	background-color: #fff;
}

.modal-payments .card-body-content__dark {
	background-color: #e8e8e8;
}

.modal-payments .card-footer {
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 11px 10px;
}

.modal-payments .card-footer .profile-button {
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 52px;
	margin: 0 4px;
	-ms-flex-preferred-size: 50%;
	flex-basis: 50%;
	text-transform: uppercase;
}

.modal-payments .card-highlighted {
	box-shadow: 0 0 30px #0f9af2;
}

.modal-payments .modal-dialog {
	max-width: 540px;
	width: auto;
}

.modal-payments .deposit-errors,.modal-payments .cashout-errors {
	padding-bottom: 20px;
}

.modal-payments .deposit-currency,.modal-payments .cashout-currency {
	padding-bottom: 20px;
}

.modal-payments .deposit-payment-systems,.modal-payments .cashout-payment-systems {
	padding-bottom: 20px;
}

.modal-payments .deposit-saved-payment-systems,.modal-payments .cashout-saved-payment-systems {
	padding-bottom: 20px;
}

.modal-payments .deposit-submit,.modal-payments .cashout-submit {
	padding: 0;
}

.modal-payments .deposit-submit button,.modal-payments .deposit-submit a,.modal-payments .cashout-submit button,.modal-payments .cashout-submit a {
	border-radius: 0;
}

.modal-payments .deposit-submit .profile-button.button,.modal-payments .deposit-submit .profile-button,.modal-payments .deposit-submit a,.modal-payments .cashout-submit .profile-button.button,.modal-payments .cashout-submit .profile-button,.modal-payments .cashout-submit a {
	margin: 0;
}

.modal-payments .payments-nav {
	display: -ms-flexbox;
	display: flex;
}

.modal-payments .payments-nav__item {
	padding: 0;
	padding-right: 10px;
	font-size: 18px;
	cursor: pointer;
	line-height: 24px;
	color: #666;
}

.modal-payments .payments-nav__item:hover {
	font-weight: 700;
	color: #000;
}

.modal-payments .payments-nav__item.active {
	font-weight: 700;
	color: #000;
}

.modal-payments .caret {
	position: initial;
}

.modal-payments .currency-selector-item {
	padding: 5px 15px;
	cursor: pointer;
}

.modal-payments .currency-selector-item__selected {
	height: 52px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	background: #fff;
	border: 1px solid #d0d4db;
	border-radius: 2px;
	font: 14px Arial,Helvetica,sans-serif;
}

.modal-payments .currency-selector-item:hover {
	background: #0f9af2;
}

.modal-payments .locked-indicator {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	line-height: 56px;
	font-size: 20px;
	text-align: center;
	color: #000;
	background-color: rgba(0,0,0,.3);
}

.modal-payments .prefilled-values {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 5px;
}

.modal-payments .prefilled-values__item {
	width: 90px;
	height: 40px;
	margin: 5px;
	background: #fff;
	overflow: hidden;
	border: 3px solid rgba(0,0,0,0);
	border-radius: 2px;
	cursor: pointer;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	box-shadow: 0 1px 0 rgba(0,0,0,.06);
}

.modal-payments .prefilled-values__item.active {
	border: 3px solid #0f9af2;
}

.modal-payments .deposit_bonus_code {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.modal-payments .edit-form input.deposit_bonus_code-value {
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: auto;
	margin-right: 15px;
}

.modal-payments .edit-form input.deposit_bonus_code-action {
	margin: 0;
}

.modal-payments .crypto_address-qr_wrapper {
	display: inline-block;
}

.modal-payments .crypto_address-payment_info {
	display: inline-block;
	width: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

#devcode_popup {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5000;
}

.profile-caret {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	position: relative;
}

.profile-caret:before {
	content: "";
	display: block;
	border-width: 5px;
	border-style: solid;
	border-color: #fff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
	-ms-transform: translate(0, 30%);
	transform: translate(0, 30%);
}

.profile-loader {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 70px 10px 10px;
	margin: 0;
	text-align: center;
	background-image: url("/resources/images/profile-loader.svg");
	background-repeat: no-repeat;
	background-size: auto 50px;
	background-position: center top 10px;
}

.profile-error {
	font-size: .9em;
	color: #e04f4f;
	font-weight: normal;
	text-align: left;
	white-space: normal;
	letter-spacing: normal;
	font-style: normal;
	padding-right: 5px;
}

.profile-close {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.profile-close:before {
	content: "✕";
	color: inherit;
	transition: color .3s ease;
}

.device-desktop .profile-close:hover:before {
	color: #d12929;
}

.profile-auto-option {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 3px 5px;
	margin: 0;
	border: 1px solid rgba(106,88,70,.5);
	border-radius: 5px;
	cursor: pointer;
	background: #111;
	font-size: .85em;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	transition: border-color .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;
	color: rgba(255,255,255,.4);
}

@media(min-width: 768px) {
	.profile-auto-option {
		font-size: .95em;
	}
}

.device-desktop .profile-auto-option:hover {
	border-color: #6a5846;
	background: #111;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: #fff;
}

.profile-auto-option--active,.device-desktop .profile-auto-option:hover.profile-auto-option--active {
	border-color: #bb8e62;
	background: #111;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: #fff;
}

.profile-auto-option--locked {
	cursor: default;
	opacity: .4;
}

.profile-auto-option__value {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	margin: 0;
	overflow: hidden;
	min-height: 28px;
}

.profile-auto-option__block {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	word-break: break-all;
	text-align: left;
	line-height: 1;
}

.profile-auto-option--new .profile-auto-option__block,.profile-auto-option--center .profile-auto-option__block {
	text-align: center;
}

.profile-auto-option__remove {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 0;
	margin: 0 0 0 8px;
}

.profile-auto-option--locked .profile-auto-option__remove {
	display: none;
}

.profile-btn,a.profile-btn,button.profile-btn {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	min-width: 80px;
	min-height: 40px;
	padding: 10px 20px;
	margin: 0;
	vertical-align: middle;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.2;
	font-style: normal;
	text-decoration: none;
	border: none;
	outline: none;
	transition: color .3s ease,background-color .3s ease;
	box-shadow: none;
	text-shadow: none;
	cursor: pointer;
	color: #d12929;
	text-transform: none;
	background: rgba(0,0,0,0) none;
	text-align: center;
}

.profile-btn:hover,.profile-btn:active,.profile-btn:focus,.profile-btn:active:hover,.profile-btn:active:focus,a.profile-btn:hover,a.profile-btn:active,a.profile-btn:focus,a.profile-btn:active:hover,a.profile-btn:active:focus,button.profile-btn:hover,button.profile-btn:active,button.profile-btn:focus,button.profile-btn:active:hover,button.profile-btn:active:focus {
	text-decoration: none;
	outline: none;
	box-shadow: none;
	cursor: pointer;
	color: #d12929;
	background: rgba(0,0,0,0) none;
}

.profile-btn[disabled],a.profile-btn[disabled],button.profile-btn[disabled] {
	opacity: .5;
	pointer-events: none;
}

body.device-desktop .profile-btn:hover,body.device-desktop a.profile-btn:hover,body.device-desktop button.profile-btn:hover {
	color: #fff;
	background: #7b5536 none;
}

.profile-btn>*,a.profile-btn>*,button.profile-btn>* {
	color: inherit;
}

.profile-btn--success,a.profile-btn--success,button.profile-btn--success {
	width: 100%;
	color: #fff;
	background: #bb8e62 none;
	font-size: 1.1em;
	text-transform: uppercase;
	min-height: 50px;
}

.profile-btn--success:hover,.profile-btn--success:active,.profile-btn--success:focus,.profile-btn--success:active:hover,.profile-btn--success:active:focus,a.profile-btn--success:hover,a.profile-btn--success:active,a.profile-btn--success:focus,a.profile-btn--success:active:hover,a.profile-btn--success:active:focus,button.profile-btn--success:hover,button.profile-btn--success:active,button.profile-btn--success:focus,button.profile-btn--success:active:hover,button.profile-btn--success:active:focus {
	color: #fff;
	background: #bb8e62 none;
}

body.device-desktop .profile-btn--success:hover,body.device-desktop a.profile-btn--success:hover,body.device-desktop button.profile-btn--success:hover {
	color: #fff;
	background: #866748 none;
}

.profile-title {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 1.1em;
}

.profile-title--icons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

.profile-title__text {
	display: block;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
}

.profile-title__icons {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	max-width: 50%;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

.profile-block {
	display: block;
	width: 100%;
	padding: 15px 0 0 0;
	margin: 0;
}

.profile-hint {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: .9em;
	font-weight: normal;
	text-align: left;
	letter-spacing: normal;
	text-transform: none;
	color: inherit;
}

.profile-list {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-list__item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-list__item:not(:first-child) {
	margin-top: 10px;
}

.profile-hint+.profile-list {
	margin-top: 10px;
}

.profile-block-preview {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background: none rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,.5);
	transition: border-color .3s ease;
}

.profile-block-preview--active {
	border-color: #d12929;
	border-width: 3px;
}

.profile-block-preview--unavailable {
	display: none;
}

.profile-block-preview__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	margin: 0;
	min-height: 40px;
}

.profile-block-preview__header--more {
	cursor: pointer;
}

.profile-block-preview__body {
	display: block;
	width: 100%;
	padding: 10px;
	margin: 0;
}

.profile-block-preview__title {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	margin: 0;
}

.profile-block-preview__caret {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 0;
	margin: 0 5px 0 0;
	cursor: pointer;
}

.profile-block-preview__caret>* {
	transition: transform .3s ease;
}

.profile-block-preview__caret--open>* {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.profile-block-preview__title-inner {
	display: block;
	text-align: left;
	width: 100%;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px 0 0;
	margin: 0;
}

.profile-field {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-field:not(.ng-hide)+.profile-field {
	margin-top: 10px;
}

.profile-field__label {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0 5px 0 0;
	padding: 0;
	font-weight: bold;
}

.profile-field__value {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.profile-nav-tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-nav-tab__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 0 10px;
	margin: 0;
	color: inherit;
	letter-spacing: normal;
	font-style: normal;
	opacity: .7;
	transition: opacity .3s ease,color .3s ease;
	cursor: pointer;
	font-size: 24px;
	text-align: left;
}

.device-desktop .profile-nav-tab__item:hover {
	opacity: 1;
}

.profile-nav-tab__item--active {
	color: #d12929;
	opacity: 1;
	cursor: default;
}

.profile-nav-tab__item--hidden {
	pointer-events: none;
	opacity: .5;
	cursor: default;
}

.profile-timer {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	min-width: 210px;
}

.profile-timer__inner {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100%;
	width: auto;
	padding: 0;
	margin: 0;
}

.profile-timer__time {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	white-space: nowrap;
	width: 25%;
	padding: 0 5px;
	margin: 0;
}

.profile-timer__block {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	white-space: nowrap;
	width: auto;
	padding: 5px 10px;
	margin: 0;
	background-color: rgba(0,0,0,0);
	border-radius: 2px;
}

.profile-timer__value {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 20px;
}

.profile-timer__label {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	white-space: nowrap;
	width: 100%;
	padding: 0;
	margin: 0;
	text-transform: lowercase;
	font-size: 12px;
}

.profile-progress {
	display: block;
	position: relative;
	width: 100%;
	height: 16px;
	padding: 0;
	margin: 0;
	background-color: rgba(0,0,0,0);
	border-radius: 10px;
}

.profile-progress__bar {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	min-height: 10px;
	padding: 0;
	margin: 0;
	background-color: #d12929;
	border-radius: inherit;
	text-align: center;
	min-width: 25px;
}

.profile-progress__value {
	color: rgba(0,0,0,0);
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
}

.profile-add-btn {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #fff;
	padding: 0;
	margin: 0 0 0 10px;
	outline: none;
	box-shadow: none;
	text-shadow: none;
	font-size: 20px;
	line-height: 1;
	font-weight: normal;
	text-align: center;
	font-family: sans-serif;
	color: #fff;
	transition: border-color .3s ease,color .3s ease;
	background: rgba(0,0,0,0) none;
}

.profile-add-btn:before {
	content: "✚";
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.profile-add-btn:hover,.profile-add-btn:focus,.profile-add-btn:active {
	outline: none;
	color: #fff;
}

.profile-add-btn:hover {
	border-color: #d12929;
	color: #d12929;
}

.profile-add-btn--hide {
	display: none;
	margin: 0;
}

.profile-form-element {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-form-element+.profile-form-element {
	margin-top: 10px;
}

.profile-form-element__label {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-align: left;
	white-space: normal;
	letter-spacing: normal;
	font-style: normal;
}

.profile-form-element__value {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-form-element__hint {
	font-size: calc(14px - 2px);
}

.profile-form-element__hint-label {
	font-weight: bold;
}

.profile-form-element__error {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-form-element__error>.profile-error {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.profile-form-element__required {
	color: #e04f4f;
	text-decoration: none;
	font-size: 1em;
}

.profile-birthday {
	position: relative;
	display: table;
	border-collapse: separate;
	font-size: 0;
}

.profile-birthday>input {
	display: table-cell;
	-moz-appearance: textfield;
}

.profile-birthday>input:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.profile-birthday>input:first-child {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.profile-birthday>input:last-child {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.profile-birthday>input::-webkit-inner-spin-button,.profile-birthday>input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.profile-birthday-dd.profile-input {
	width: 27%;
}

.profile-birthday-mm.profile-input {
	width: 27%;
}

.profile-birthday-yyyy.profile-input {
	width: 46%;
}

.country-select {
	position: relative;
}

.country-select--open .country-select__dropdown {
	display: block;
}

.country-select__input {
	width: 100%;
	height: 34px;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 3px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	padding: 0 14px;
	box-shadow: none;
	transition: border-color .3s ease,color .3s ease;
}

.country-select__input::-moz-placeholder {
	opacity: 1;
	color: #999 !important;
}

.country-select__input::-webkit-input-placeholder {
	opacity: 1;
	color: #999 !important;
}

.country-select__input:focus,.country-select--open .country-select__input {
	border-color: #ccc;
	color: #555;
}

.country-select__input:first-letter {
	text-transform: capitalize;
}

.country-select__input::-ms-clear {
	display: none;
}

.country-select--error .country-select__input {
	border-color: red;
}

.country-select__close {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

.country-select__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 995;
	display: none;
	width: 100%;
	margin: 5px auto 20px;
	padding: 3px 0;
	list-style: none;
	background-color: #eee;
	border-radius: 3px;
	border: none;
	box-shadow: none;
}

.country-select__dropdown-inner {
	list-style: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	overflow-y: auto;
	max-height: 216px;
}

.country-select__dropdown-inner::-webkit-scrollbar {
	width: 10px;
}

.country-select__dropdown-inner::-webkit-scrollbar-track {
	border-radius: 3px;
	background: none rgba(255,255,255,.1);
}

.country-select__dropdown-inner::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.5);
	border-radius: 3px;
}

.country-select__dropdown-inner::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,.7);
}

.country-select__item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: normal;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 34px;
	padding: 5px 14px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	background-color: rgba(0,0,0,0);
	transition: background-color .3s ease,color .3s ease;
	cursor: pointer;
	color: rgba(0,0,0,.6);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: normal;
}

.country-select__item--not-found {
	cursor: default;
	pointer-events: none;
}

.country-select__item:hover,.country-select__item:active,.country-select__item:focus,.country-select__item:active:hover,.country-select__item:active:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: rgba(0,0,0,.6);
}

body.device-desktop .country-select__item:hover {
	background-color: rgba(0,0,0,.2);
	color: #000;
}

.tel-smart {
	display: -ms-flexbox;
	display: flex;
}

.tel-smart--open .tel-smart__dropdown {
	display: block;
}

.tel-smart__input-wrapper {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 110px;
}

.tel-smart__input-flag {
	position: absolute;
	width: 25px;
	height: 100%;
}

.tel-smart__input-flag-img {
	display: -ms-flexbox;
	display: flex;
	margin: auto;
	height: 100%;
	width: 20px;
}

.tel-smart__input {
	width: 100%;
	height: 34px;
	border: 1px solid #ccc;
	outline: none;
	border-radius: 3px;
	font-size: 14px;
	color: #555;
	background-color: #fff;
	padding: 0 14px 0 25px;
	box-shadow: none;
	transition: border-color .3s ease,color .3s ease;
}

.tel-smart__input::-moz-placeholder {
	opacity: 1;
	color: #999 !important;
}

.tel-smart__input::-webkit-input-placeholder {
	opacity: 1;
	color: #999 !important;
}

.tel-smart__input:focus,.tel-smart--open .tel-smart__input {
	border-color: #ccc;
	color: #555;
}

.tel-smart__input:first-letter {
	text-transform: capitalize;
}

.tel-smart__input::-ms-clear {
	display: none;
}

.tel-smart--error .tel-smart__input {
	border-color: red;
}

.tel-smart__close {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 10;
}

.tel-smart__dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 995;
	display: none;
	width: 100%;
	margin: 5px auto 20px;
	padding: 3px 0;
	list-style: none;
	background-color: #eee;
	border-radius: 3px;
	border: none;
	box-shadow: none;
}

.tel-smart__dropdown-inner {
	list-style: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	overflow-y: auto;
	max-height: 216px;
}

.tel-smart__dropdown-inner::-webkit-scrollbar {
	width: 10px;
}

.tel-smart__dropdown-inner::-webkit-scrollbar-track {
	border-radius: 3px;
	background: none rgba(255,255,255,.1);
}

.tel-smart__dropdown-inner::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.5);
	border-radius: 3px;
}

.tel-smart__dropdown-inner::-webkit-scrollbar-thumb:hover {
	background: rgba(255,255,255,.7);
}

.tel-smart__flag {
	width: 20px;
	margin-right: 3px;
}

.tel-smart__item {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	white-space: normal;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto;
	min-height: 34px;
	padding: 5px 14px;
	margin: 0;
	text-decoration: none;
	text-align: left;
	background-color: rgba(0,0,0,0);
	transition: background-color .3s ease,color .3s ease;
	cursor: pointer;
	color: rgba(0,0,0,.6);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: normal;
}

.tel-smart__item--not-found {
	cursor: default;
	pointer-events: none;
}

.tel-smart__item:hover,.tel-smart__item:active,.tel-smart__item:focus,.tel-smart__item:active:hover,.tel-smart__item:active:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: rgba(0,0,0,.6);
}

body.device-desktop .tel-smart__item:hover {
	background-color: rgba(0,0,0,.2);
	color: #000;
}

.tel-smart__input-number-wrapper {
	-ms-flex: 1;
	flex: 1;
}

.profile-input {
	display: block;
	width: 100%;
	padding: 0 10px;
	height: 40px;
	line-height: 1;
	vertical-align: middle;
	border-radius: 5px;
	background: none rgba(0,0,0,.1);
	border: 1px solid #6a5846;
	box-shadow: none;
	color: rgba(255,255,255,.5);
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: border-color .3s ease,color .3s ease,background-color .3s ease;
}

.profile-input:hover,.profile-input:active,.profile-input:focus,.profile-input:active:hover,.profile-input:active:focus {
	color: #fff;
	background: none rgba(0,0,0,.1);
	outline: none;
	border-color: #6a5846;
}

.profile-input:active:not(:hover) {
	background: none rgba(0,0,0,.1);
}

.profile-input::-moz-placeholder {
	opacity: 1;
	color: rgba(255,255,255,.5) !important;
	transition: border-color .3s ease,color .3s ease,background-color .3s ease !important;
}

.profile-input::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(255,255,255,.5) !important;
	transition: border-color .3s ease,color .3s ease,background-color .3s ease !important;
}

.profile-input:hover::-webkit-input-placeholder {
	opacity: 1;
	color: #fff !important;
}

.profile-input:-webkit-autofill {
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.1) !important;
	color: rgba(255,255,255,.5) !important;
	-webkit-text-fill-color: rgba(255,255,255,.5) !important;
	background: rgba(0,0,0,.1) !important;
	background-clip: content-box !important;
	border: 1px solid #6a5846 !important;
	border-radius: 5px !important;
	transition: border-color .3s ease,color .3s ease,background-color .3s ease !important;
}

.profile-input:-webkit-autofill:hover,.profile-input:-webkit-autofill:active,.profile-input:-webkit-autofill:focus,.profile-input:-webkit-autofill:active:hover,.profile-input:-webkit-autofill:active:focus {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: inset 0 0 0 100px rgba(0,0,0,.1) !important;
	border: 1px solid #6a5846 !important;
}

.profile-input:-webkit-autofill:active:not(:hover) {
	-webkit-text-fill-color: rgba(255,255,255,.5) !important;
}

.profile-input:disabled {
	opacity: .5;
	pointer-events: none;
}

.profile-input:disabled:hover,.profile-input:disabled:active,.profile-input:disabled:focus,.profile-input:disabled:active:hover,.profile-input:disabled:active:focus {
	color: rgba(255,255,255,.5);
	background: none rgba(0,0,0,.1);
	outline: none;
	border-color: #6a5846;
}

.profile-input--error {
	border-color: #e04f4f;
}

.profile-input::-ms-clear,.profile-input::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.profile-input input,.profile-input input[type=text],.profile-input input[type=number],.profile-input input[type=tel] {
	-webkit-appearance: none;
	appearance: none;
}

.profile-amount {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-amount__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% + 10px);
	padding: 0;
	margin: 0;
}

.profile-amount__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	min-width: 86px;
	height: 40px;
	padding: 0;
	margin: 0 10px 10px 0;
}

@media(min-width: 768px) {
	.profile-amount__item {
		min-width: calc(20% - 10px);
	}
}

.profile-amount__block-input {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-amount__block-input .profile-amount__input {
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}

.profile-amount__currency {
	display: inline-block;
	vertical-align: top;
	width: auto;
	margin: 0 0 0 10px;
	padding: 0;
	font-weight: normal;
}

.profile-select {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.profile-select__button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	margin: 0;
	transition: border-color .3s ease,color .3s ease,background-color .3s ease,border-radius .3s ease;
	height: 40px;
	line-height: 1;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(0,0,0,.1);
	border: 1px solid #6a5846;
	box-shadow: none;
	color: rgba(255,255,255,.5);
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.profile-select.open .profile-select__button,.profile-select__button:hover,.profile-select__button:focus,.profile-select__button:active {
	border-radius: 5px;
	color: #fff;
	background: rgba(0,0,0,.1);
	outline: none;
	border-color: #6a5846;
}

.profile-select.open .profile-select__button {
	border-radius: 5px 5px 0 0;
}

.profile-select__caret {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 0;
	margin: 0 0 0 10px;
	transition: transform .3s ease;
}

.profile-select.open .profile-select__caret {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.profile-select__active {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.profile-select__active span {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile-select__menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 5px 0;
	margin: -1px 0 20px 0;
	background: #111 none;
	z-index: 10;
	border: 1px solid #6a5846;
	border-top: 1px solid none;
	color: #fff;
	border-radius: 0 0 5px 5px;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}

.profile-select.open .profile-select__menu {
	display: -ms-flexbox;
	display: flex;
}

.profile-select__menu::-webkit-scrollbar {
	width: 6px;
}

.profile-select__menu::-webkit-scrollbar-track {
	border-radius: 4px;
	background: rgba(0,0,0,0) none;
}

.profile-select__menu::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.4);
	border-radius: 4px;
}

.profile-select__menu::-webkit-scrollbar-thumb:hover {
	background: #fff;
}

.profile-select__menu-inner {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.profile-select__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 5px 10px;
	min-height: 20px;
	margin: 0;
	font-size: inherit;
	color: inherit;
	text-align: left;
	line-height: 1.2;
	transition: color .3s ease,background-color .3s ease;
	cursor: pointer;
}

.device-desktop .profile-select__item:hover {
	color: #d12929;
	background: rgba(0,0,0,.1);
}

.profile-select[disabled] {
	opacity: .5;
	pointer-events: none;
}

.profile-select--error .profile-select__button {
	border-color: #e04f4f;
}

.profile-card-date {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-card-date__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-card-date__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(50% - 5px);
	padding: 0;
	margin: 0;
}

.profile-card-date__errors {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-card-date__errors>.profile-error {
	display: inline-block;
	vertical-align: top;
	width: auto;
}

.profile-card-date__error-block {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(50% - 5px);
	padding: 0;
	margin: 0;
}

.profile-crypto {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-crypto__info {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: .9em;
}

.profile-crypto__qr-code {
	display: block;
	width: 100%;
	padding: 10px 0;
	margin: 0;
	text-align: left;
}

.profile-crypto__qr-code img {
	max-width: 100%;
	height: auto;
}

.profile-crypto__code {
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	word-break: break-all;
}

.profile-crypto__copy-clipboard {
	margin: 10px 0 0 0;
}

.profile-checkbox {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
	min-height: 22px;
}

.profile-checkbox__input {
	display: none;
	height: 0;
	width: 0;
	padding: 0;
	margin: 0;
}

.profile-checkbox__input-default {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 22px;
	height: 22px;
	border-radius: 2px;
	border: 1px solid #bb8e62;
	background-color: rgba(0,0,0,0);
	transition: background-color .3s ease,border-color .3s ease,color .3s ease;
	cursor: pointer;
	margin: 0 10px 0 0;
	padding: 0;
	box-shadow: none;
}

.profile-checkbox:hover .profile-checkbox__input-default,.profile-checkbox__input-default:hover {
	border-color: #bb8e62;
	background-color: rgba(0,0,0,0);
}

.profile-checkbox__input-default:before {
	content: "✓";
	display: block;
	transition: color .3s ease;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	color: rgba(0,0,0,0);
}

.profile-checkbox--error .profile-checkbox__input-default {
	border-color: #e04f4f !important;
}

.profile-checkbox__label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	overflow: hidden;
	color: rgba(255,255,255,.7);
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	text-shadow: none;
	text-align: left;
	letter-spacing: normal;
	transition: color .3s ease;
	cursor: pointer;
}

body.device-desktop .profile-checkbox:hover .profile-checkbox__label {
	color: #fff;
}

.profile-checkbox__label a {
	text-decoration: underline;
	color: #d12929;
}

.profile-checkbox__label a:hover {
	text-decoration: none;
}

.profile-checkbox__input:checked~.profile-checkbox__input-default {
	border-color: #bb8e62;
	background-color: rgba(0,0,0,0);
}

.profile-checkbox:hover .profile-checkbox__input:checked~.profile-checkbox__input-default,.profile-checkbox__input:checked~.profile-checkbox__input-default:hover {
	border-color: #bb8e62;
}

.profile-checkbox__input:checked~.profile-checkbox__input-default:before {
	color: #bb8e62;
}

.profile-checkbox__input:checked~.profile-checkbox__label {
	color: #fff;
}

.profile-checkbox__input-default--check {
	border-color: #bb8e62;
	background-color: rgba(0,0,0,0);
}

.profile-checkbox:hover .profile-checkbox__input-default--check,.profile-checkbox__input-default--check:hover {
	border-color: #bb8e62;
}

.profile-checkbox__input-default--check:before {
	color: #bb8e62;
}

.profile-checkbox__input:disabled~.profile-checkbox__input-default {
	pointer-events: none;
}

.profile-checkbox:hover .profile-checkbox__input:disabled~.profile-checkbox__input-default,.profile-checkbox__input:disabled~.profile-checkbox__input-default:hover {
	border-color: #bb8e62;
}

.profile-checkbox:disabled {
	opacity: .5;
	pointer-events: none;
}

.profile-checkbox--error .profile-checkbox__input-default {
	border-color: #e04f4f;
}

.profile-datepicker {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-datepicker .dropdown-menu {
	display: block;
	width: 100%;
	padding: 5px;
	margin: 0;
	max-width: 100%;
	position: absolute;
	top: 100% !important;
	left: 0 !important;
	background-color: rgba(0,0,0,.1);
	border: 1px solid #6a5846;
	border-radius: 5px;
	box-shadow: none;
	background-image: none;
	outline: none !important;
	overflow: hidden;
}

.profile-datepicker .dropdown-menu * {
	outline: none !important;
}

.profile-datepicker .dropdown-menu table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.profile-datepicker .dropdown-menu table th,.profile-datepicker .dropdown-menu table td {
	color: #fff;
	padding: 0 !important;
}

.profile-datepicker .dropdown-menu button {
	background-image: none;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
	border: none;
	text-shadow: none;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	font-style: normal;
	transition: color .3s ease,background-color .3s ease;
	outline: none;
	min-width: 20px;
	border-radius: 0;
}

.profile-datepicker .dropdown-menu button:hover,.profile-datepicker .dropdown-menu button:active,.profile-datepicker .dropdown-menu button:focus,.profile-datepicker .dropdown-menu button:active:hover,.profile-datepicker .dropdown-menu button:active:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	background-color: rgba(0,0,0,0);
	background-image: none;
}

.profile-datepicker .dropdown-menu button .text-muted {
	color: rgba(255,255,255,.5);
}

.profile-datepicker .dropdown-menu button .text-info {
	color: #d12929;
}

.device-desktop .profile-datepicker .dropdown-menu button:hover,.profile-datepicker .dropdown-menu button.active {
	border-radius: 0;
	background-color: #d12929;
	box-shadow: none;
	color: #fff;
	transition: background-color .3s ease,color .3s ease;
}

.device-desktop .profile-datepicker .dropdown-menu button:hover *,.profile-datepicker .dropdown-menu button.active * {
	color: inherit;
}

.device-desktop .profile-datepicker .dropdown-menu button:hover:hover,.device-desktop .profile-datepicker .dropdown-menu button:hover:active,.device-desktop .profile-datepicker .dropdown-menu button:hover:focus,.device-desktop .profile-datepicker .dropdown-menu button:hover:active:hover,.device-desktop .profile-datepicker .dropdown-menu button:hover:active:focus,.profile-datepicker .dropdown-menu button.active:hover,.profile-datepicker .dropdown-menu button.active:active,.profile-datepicker .dropdown-menu button.active:focus,.profile-datepicker .dropdown-menu button.active:active:hover,.profile-datepicker .dropdown-menu button.active:active:focus {
	background-color: #d12929;
	box-shadow: none;
	color: #fff;
}

.device-desktop .profile-datepicker .dropdown-menu button:hover .text-muted,.profile-datepicker .dropdown-menu button.active .text-muted {
	color: #fff;
}

.profile-datepicker .dropdown-menu button,.profile-datepicker .dropdown-menu .btn,.profile-datepicker .dropdown-menu .btn.btn-default {
	padding: 5px;
	min-height: 20px;
}

.profile-radio {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-radio--disabled,.profile-radio[disabled] {
	opacity: .5;
	pointer-events: none;
}

.profile-radio__option {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: auto;
	max-width: calc(50% - 10px);
	padding: 0;
	margin: 0;
}

.profile-radio__option:not(:first-child) {
	margin-left: 20px;
}

.profile-radio__input {
	position: absolute;
	opacity: 0;
	height: 0;
	margin: 0;
	display: none;
}

.profile-radio__block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.profile-radio__point {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	overflow: hidden;
	padding: 0;
	margin: 0 5px 0 0;
	background-color: rgba(0,0,0,0);
	border: 1px solid #6a5846;
	transition: background-color .3s ease,border-color .3s ease;
}

body.device-desktop .profile-radio__option:hover .profile-radio__point,.profile-radio__point:hover {
	background-color: rgba(0,0,0,0);
	border-color: #6a5846;
}

.profile-radio__point:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: none rgba(0,0,0,0);
	transition: background-color .3s ease;
}

.profile-radio__label {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	min-height: 20px;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 0;
	margin: 0;
	color: rgba(255,255,255,.7);
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
	word-break: break-all;
	transition: color .3s ease;
	cursor: pointer;
}

body.device-desktop .profile-radio__option:hover .profile-radio__label {
	color: #fff;
}

.profile-radio__input:checked+.profile-radio__block .profile-radio__point {
	background-color: rgba(0,0,0,0);
	border-color: #6a5846;
}

.profile-radio__input:checked+.profile-radio__block .profile-radio__point:before {
	background-color: #d12929;
}

.profile-radio__input:checked+.profile-radio__block .profile-radio__label {
	color: #fff;
}

.profile-radio--error .profile-radio__point {
	border-color: #e04f4f;
}

.profile-bonus-code {
	display: block;
	width: 100%;
	padding: 15px 0 0 0;
	margin: 0;
}

.profile-bonus-code__form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-bonus-code__button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 0;
	margin: 0 0 0 10px;
}

.profile-bonus-code__input {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-modal-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: rgba(20,20,20,.8);
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-family: inherit;
	font-style: normal;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
}

.profile-modal-content__close {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	font-size: 20px;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	border: none;
	background-image: none;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

.profile-modal-content__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 40px;
	padding: 10px 40px 10px 20px;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,.1);
}

.profile-modal-content__header-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 22px;
	font-size: 1.2em;
}

.profile-modal-content__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-modal-content__content {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-modal-content__footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	margin: 0;
}

.modal.modal-payments .modal-dialog {
	max-width: 730px;
	width: calc(100% - 20px);
}

.profile-payments {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-family: inherit;
	font-style: normal;
	text-align: left;
	text-transform: none;
	letter-spacing: normal;
}

@media(min-width: 768px) {
	.profile-payments {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.profile-payments__nav {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 10px;
	margin: 0;
	background-color: rgba(0,0,0,0);
}

@media(min-width: 768px) {
	.profile-payments__nav {
		width: 260px;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
	}
}

.profile-payments__content {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 10px;
	margin: 0;
	background-color: rgba(20,20,20,.8);
}

@media(min-width: 768px) {
	.profile-payments__content {
		-ms-flex: 1;
		flex: 1;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
	}
}

.profile-payments__desc-inner {
	padding: 6px 10px;
}

@media(min-width: 768px) {
	.profile-payments__desc-inner {
		padding: 3px 10px 17px;
		border-bottom: 1px solid rgba(255,255,255,.1);
	}
}

.profile-payments__desc {
	display: block;
	width: 100%;
	padding: 0;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 16px;
	text-align: left;
}

@media(min-width: 768px) {
	.profile-payments__desc {
		font-size: 15px;
		line-height: 18px;
	}
}

.profile-payments__desc p {
	padding: 0;
	margin: 0;
}

.profile-payments__desc h2 {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
	margin: 0 0 6px 0;
}

@media(min-width: 768px) {
	.profile-payments__desc h2 {
		font-size: 17px;
		margin-bottom: 13px;
	}
}

.profile-payments__currency {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
}

.profile-payments__currency-row {
	display: -ms-flexbox;
	display: flex;
}

.profile-payments__list-methods {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-payments__methods {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-payments__methods--save {
	margin-bottom: 20px;
}

.profile-payments__methods-empty {
	display: block;
	width: 100%;
	padding: 15px 0 0 0;
	margin: 0;
}

.profile-payments__label {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 1.1em;
}

.profile-payments__block {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-payments__block:not(.ng-hide)+.profile-payments__block {
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.profile-payments__block .profile-title {
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 430px) {
	.profile-payments__block .profile-title {
		margin-bottom: 15px;
	}
}

.profile-payments__cards section {
	display: -ms-grid;
	display: grid;
	/*-ms-grid-columns: (1fr)[2];*/
	grid-template-columns: repeat(2, 1fr);
}

.profile-payments__cards section img {
	width: 100%;
}

.profile-payments__cards-desktop {
	margin-top: 50px;
}

@media screen and (max-width: 767px) {
	.profile-payments__cards-desktop {
		display: none;
	}
}

.profile-payments__cards-mobile {
	width: 50%;
}

@media screen and (min-width: 768px) {
	.profile-payments__cards-mobile {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.profile-payments__cards-mobile {
		position: absolute;
		width: 250px;
		top: -10px;
		left: 150px;
	}
}

@media screen and (max-width: 430px) {
	.profile-payments__cards-mobile {
		width: 55%;
		left: 130px;
	}
}

.profile-payments__add-currency-button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding: 0;
	margin: 0;
}

.profile-payments-methods {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.profile-payments-methods__button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	margin: 0;
	transition: border-color .3s ease,color .3s ease,background-color .3s ease,border-radius .3s ease;
	min-height: 40px;
	border-radius: 5px;
	background: rgba(0,0,0,.1);
	border: 1px solid #6a5846;
	box-shadow: none;
	color: rgba(255,255,255,.5);
	font-size: 14px;
}

.profile-payments-methods__button img {
	display: block;
	max-width: 100%;
	width: 120px;
	height: auto;
	object-fit: contain;
	object-position: left center;
	max-height: 30px;
}

@media(min-width: 768px) {
	.profile-payments-methods__button {
		display: none;
	}
}

.profile-payments-methods--only .profile-payments-methods__button {
	display: none;
}

.profile-payments-methods.open .profile-payments-methods__button,.profile-payments-methods__button:hover,.profile-payments-methods__button:focus,.profile-payments-methods__button:active {
	border-radius: 5px;
	color: #fff;
	background: rgba(0,0,0,.1);
	outline: none;
	border-color: #6a5846;
}

.profile-payments-methods.open .profile-payments-methods__button {
	border-radius: 5px 5px 0 0;
}

.profile-payments-methods__block-img-active {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	background: #fff none;
}

.profile-payments-methods__caret {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 0;
	margin: 0 0 0 10px;
	transition: transform .3s ease;
}

.profile-payments-methods.open .profile-payments-methods__caret {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.profile-payments-methods__active {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-payments-methods__menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 10px 5px;
	margin: -1px 0 20px 0;
	background: #111 none;
	z-index: 10;
	border: 1px solid #6a5846;
	border-top: none;
	color: #fff;
	border-radius: 0 0 5px 5px;
}

.profile-payments-methods.open .profile-payments-methods__menu {
	display: -ms-flexbox;
	display: flex;
}

.profile-payments-methods--save .profile-payments-methods__menu,.profile-payments-methods--only .profile-payments-methods__menu {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	top: 0;
	border: none;
	background: rgba(0,0,0,0) none;
	border-radius: 0;
	margin: 0;
}

@media(min-width: 768px) {
	.profile-payments-methods__menu {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 5px 0;
		position: relative;
		top: 0;
		border: none;
		background: rgba(0,0,0,0) none;
		border-radius: 0;
		margin: 0;
	}
}

.profile-payments-methods__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 50%;
	padding: 5px;
	margin: 0;
	min-height: 40px;
	max-width: 133px;
}

@media(min-width: 768px) {
	.profile-payments-methods__item {
		max-width: calc(50% - 2px);
		padding: 2px 0;
	}
}

.dropdown-backdrop {
	display: none;
}

.profile-payment-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 5px;
	margin: 0;
	text-align: center;
	cursor: pointer;
	border: 1px solid rgba(0,0,0,0);
	transition: border-color .3s ease,background-color .3s ease,box-shadow .3s ease;
	min-height: 44px;
	border-radius: 2px;
	box-shadow: 1px 1px 0 rgba(255,255,255,.2);
	background: #fff none;
}

.profile-payment-item img {
	display: block;
	max-width: 100%;
	height: 100%;
	max-height: 30px;
	object-fit: contain;
	object-position: center;
	opacity: .7;
	transition: opacity .3s ease;
}

.device-desktop .profile-payment-item:hover {
	background: #fff none;
	border-color: rgba(0,0,0,0);
	box-shadow: 1px 1px 0 rgba(255,255,255,.2);
}

.profile-payment-item--active img,.device-desktop .profile-payment-item:hover img {
	opacity: 1;
}

.profile-payment-item--active,.device-desktop .profile-payment-item--active:hover {
	background: #fff none;
	border-color: #d12929;
	box-shadow: 1px 1px 0 rgba(255,255,255,.2);
}

.profile-payment-item--dropdown,.device-desktop .profile-payment-item--dropdown:hover {
	background: #fff none;
	border-color: rgba(0,0,0,0);
	box-shadow: none;
	min-height: 40px;
	height: 40px;
}

.profile-payment-item--dropdown img,.device-desktop .profile-payment-item--dropdown:hover img {
	opacity: 1;
}

.profile-payment-item--locked {
	cursor: default;
	pointer-events: none;
}

.profile-payment-item--locked img {
	opacity: .3 !important;
	filter: grayscale(100%);
}

.profile-currency-selector {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

.profile-currency-selector__button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	margin: 0;
	transition: border-color .3s ease,color .3s ease,background-color .3s ease,border-radius .3s ease;
	height: 40px;
	border-radius: 5px;
	background: rgba(0,0,0,.1);
	border: 1px solid #6a5846;
	box-shadow: none;
	color: rgba(255,255,255,.5);
	font-size: 14px;
}

.profile-currency-selector.open .profile-currency-selector__button,.profile-currency-selector__button:hover,.profile-currency-selector__button:focus,.profile-currency-selector__button:active {
	border-radius: 5px;
	color: #fff;
	background: rgba(0,0,0,.1);
	outline: none;
	border-color: #6a5846;
}

.profile-currency-selector.open .profile-currency-selector__button {
	border-radius: 5px 5px 0 0;
}

.profile-currency-selector--only .profile-currency-selector__button {
	cursor: default;
	pointer-events: none;
}

.profile-currency-selector__caret {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 0;
	margin: 0 0 0 10px;
	transition: transform .3s ease;
}

.profile-currency-selector.open .profile-currency-selector__caret {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.profile-currency-selector__active {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-currency-selector__menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 5px 0;
	margin: -1px 0 20px 0;
	background: #111 none;
	z-index: 20;
	border: 1px solid #6a5846;
	border-top: none;
	color: #fff;
	border-radius: 0 0 5px 5px;
}

.profile-currency-selector.open .profile-currency-selector__menu {
	display: -ms-flexbox;
	display: flex;
}

.profile-currency-selector__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 5px 10px;
	margin: 0;
	font-size: inherit;
	color: inherit;
	text-align: left;
	line-height: 1.2;
	transition: color .3s ease;
	cursor: pointer;
}

.device-desktop .profile-currency-selector__item:hover {
	color: #d12929;
}

.profile-payment-form {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-payment-form__description {
	display: block;
	width: 100%;
	padding: 0;
	margin: 15px 0 0 0;
	font-size: inherit;
	color: inherit;
	font-weight: normal;
	text-align: left;
	white-space: normal;
	letter-spacing: normal;
	font-style: normal;
}

.profile-payments-wallet {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% + 10px);
	padding: 0;
	margin: 0;
}

@media(min-width: 768px) {
	.profile-payments-wallet {
		width: 100%;
	}
}

.profile-payments-wallet__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: calc(50% - 5px);
	max-width: 134px;
	min-height: 40px;
	padding: 0;
	margin: 0 10px 10px 0;
}

@media(min-width: 768px) {
	.profile-payments-wallet__item {
		width: calc((100% - 20px)/3);
		max-width: calc((100% - 20px)/3 - 1px);
	}

	.profile-payments-wallet__item:nth-child(3n+3) {
		margin-right: 0;
	}
}

.profile-verified-card {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-verified-card__list {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 0;
	margin: 0;
}

.profile-verified-card__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 50%;
	min-width: 60px;
	padding: 1px;
	margin: 0;
}

.profile-verified-card__list--odd .profile-verified-card__item {
	width: 100%;
}

.profile-verified-card__img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	max-height: 40px;
}

.payments-js-lib__wrapper {
	display: -ms-flexbox;
	display: flex;
}

.payments-js-lib__img-wrapper+span {
	margin-left: 10px;
}

.modal-profile-edit .modal-dialog {
	max-width: 450px;
	width: calc(100% - 20px);
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	border: none;
	box-shadow: none;
}

@media(min-width: 768px) {
	.modal-profile-edit .modal-dialog {
		max-width: 730px;
	}
}

.modal-profile-edit .profile-edit-container__item[disabled] {
	display: none;
}

.profile-edit-container {
	display: block;
	width: 100%;
	padding: 10px;
	margin: 0;
}

.profile-edit-container__form {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-edit-container__fields {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

@media(min-width: 768px) {
	.profile-edit-container__fields {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.profile-edit-container__fields+.profile-edit-container__fields {
	margin-top: 10px;
}

.profile-edit-container__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-edit-container__item:not(:last-child) {
	margin-bottom: 10px;
}

@media(min-width: 768px) {
	.profile-edit-container__item {
		width: calc(50% - 5px);
	}
}

.profile-edit-container__all-error {
	padding-top: 10px;
	font-size: 1.1em;
}

.profile-lottery {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-lottery__checkbox {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-lottery__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
}

@media(min-width: 768px) {
	.profile-lottery__list {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.profile-lottery__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	max-width: 220px;
	padding: 0;
	margin: 10px 10px 0 0;
	cursor: pointer;
	min-height: 66px;
}

@media(min-width: 768px) {
	.profile-lottery__item {
		width: calc(50% - 5px);
		max-width: calc(50% - 5px);
		min-height: 66px;
		margin: 10px 0 0 0;
	}
}

.profile-lottery__item--active {
	cursor: default;
}

.profile-lottery-item {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 10px;
	margin: 0;
	text-align: left;
	background: #111;
	transition: box-shadow .3s ease,opacity .3s ease,border-color .3s ease;
	cursor: pointer;
	border: 1px solid rgba(106,88,70,.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: rgba(255,255,255,.4);
}

.device-desktop .profile-lottery-item:hover {
	border-color: #6a5846;
	background: #111;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: #fff;
}

.profile-lottery-item--active,.device-desktop .profile-lottery-item:hover.profile-lottery-item--active {
	border-color: #bb8e62;
	background: #111;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: #fff;
}

.profile-lottery-item__inner {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: inherit;
}

.profile-lottery-item__title {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 3px 0;
	font-weight: bold;
	font-size: .9em;
	max-height: 2.4em;
	overflow: hidden;
	text-overflow: ellipsis;
}

.profile-lottery-item__content {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: .9em;
}

.profile-lottery-item__value {
	font-weight: bold;
}

.profile-bonus-preview {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 10px;
	margin: 0;
	cursor: pointer;
}

.profile-bonus-preview__inner {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-bonus-preview__title {
	display: block;
	width: 100%;
	padding: 0 5px;
	margin: 0 0 5px 0;
	font-weight: bold;
	text-overflow: ellipsis;
	text-align: center;
}

.profile-bonus-preview__title--color {
	color: green;
}

.profile-bonus-preview__content {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.profile-bonus-preview__block {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: .8em;
}

.profile-bonus-preview__block--main {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

.profile-bonus-preview__block--cycles {
	position: relative;
}

.profile-bonus-preview__block--amount {
	font-size: .8em;
}

.profile-bonus-preview__list {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: auto;
	padding: 0;
	margin: 5px 0 0 0;
}

.profile-bonus-preview__cycles {
	color: #ff0;
}

.profile-bonus-preview__plus-mark {
	position: absolute;
	top: -25px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 24px;
	text-align: center;
}

.profile-bonus-preview__label,.profile-bonus-preview__value {
	font-size: 12px;
}

.profile-list-bonus-group {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-list-bonus-group__item {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	background: #111;
	transition: box-shadow .3s ease,opacity .3s ease,border-color .3s ease;
	cursor: pointer;
	border: 1px solid rgba(106,88,70,.5);
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: rgba(255,255,255,.4);
}

.profile-list-bonus-group__item:not(:first-child) {
	margin-top: 10px;
}

.device-desktop .profile-list-bonus-group__item:hover {
	border-color: #6a5846;
	background: #111;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: #fff;
}

.profile-list-bonus-group__item--active,.device-desktop .profile-list-bonus-group__item:hover.profile-list-bonus-group__item--active {
	border-color: #bb8e62;
	background: #111;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: #fff;
}

.profile-list-bonus-group__item--unavailable {
	display: none !important;
}

.profile-hint+.profile-list-bonus-group {
	margin-top: 10px;
}

@media(min-width: 768px) {
	.profile-list-bonus-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.profile-list-bonus-group>.profile-list-bonus-group__item {
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		width: calc(50% - 5px);
		margin: 0 0 10px 0;
	}
}

.profile-list-bonus-group__inner-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-list-bonus-group__inner-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-list-bonus-group__inner-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-card {
	padding: 0;
}

.profile-card__header {
	text-align: center;
}

.profile-card--bonus .profile-card__main-title:before {
	content: "";
	display: block;
	width: 350px;
	height: 150px;
	margin: 16px 0 -16px 0;
	position: static;
	padding: 0;
	background: url("/resources/images/notifications/bonus-modal-bg.svg") center/auto 154px no-repeat;
}

.profile-card__block--total {
	font-family: "aTitleGothic",sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 36px;
	line-height: 42px;
	color: #fff;
}

.profile-card__block--total .profile-card__label {
	font-size: 36px;
	line-height: 42px;
}

.profile-card__block--date {
	font-family: "aTitleGothic",sans-serif;
	font-weight: 500;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

.profile-card__block--date profile-card__label {
	font-size: 10px;
	line-height: 12px;
}

.profile-card__block--games .profile-game__title {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-transform: capitalize;
	color: #b48f68;
}

.profile-card__main-title {
	display: block;
	font-family: "aTitleGothic",sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto;
	color: #acacac;
}

.profile-card__button-item+.profile-card__button-item {
	margin-left: 20px;
}

.profile-card__block+.profile-card__block {
	margin-top: 20px;
}

.profile-card__value--wager {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 4px 40px;
	background: #101011;
}

.profile-card__value--wager .profile-card__label,.profile-card__value--wager .profile-card__value {
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #cacaca;
}

.profile-card__label {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

.profile-card__timer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.profile-card__timer .profile-card__label {
	margin-bottom: 10px;
}

.profile-card__timer .timer__container timer {
	padding: 0;
}

.profile-card__timer .timer__container .timer__time {
	margin: 0 2px;
}

.profile-card__timer .timer__container .timer__value {
	font-size: 24px;
	padding: 8px;
}

.profile-card__timer .timer__container .timer__label {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
}

.profile-card__button-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16px;
	z-index: 1010;
}

.profile-card__button-item {
	margin-bottom: 16px;
}

.profile-card__button-item:last-child {
	margin-bottom: 0;
}

.profile-card__block--wager {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 0;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
	color: #fff;
}

.profile-card__jackpots-sum {
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	color: #fff;
}

.profile-card__footer {
	text-align: center;
}

.profile-card__footer-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-transform: capitalize;
	color: #b48f68;
}

.profile-card__footer-link:hover {
	color: #b48f68;
}

.profile-modal-content__body {
	padding: 24px;
}

.profile-btn {
	min-width: 200px;
	min-height: 44px !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	padding: 14px 35px;
}

button.profile-btn--deactivate {
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid rgba(153,117,82,.8);
	border-radius: 5px;
	color: #bf2727;
}

button.profile-btn--deactivate:hover {
	background: rgba(0,0,0,0);
}

.profile-games--freespins .profile-game__title {
	padding-top: 20px;
}

.profile-games--freespins .profile-game__link:hover {
	border-color: rgba(0,0,0,0);
}

.profile-games--freespins .profile-game__link:hover .profile-game__play {
	opacity: 0;
}

.modal-available-games {
	z-index: 1000010 !important;
}

.profile-games {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.profile-games--full-modal {
	padding: 10px;
}

.profile-games__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% + 10px);
	padding: 0;
	margin: 0 -5px;
}

.profile-games__more {
	display: block;
	width: 100%;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: center;
}

.profile-games__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 5px;
	margin: 0;
	max-width: 135px;
}

@media(min-width: 768px) {
	.profile-games__item {
		max-width: 200px;
	}
}

.profile-games__block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

.modal.modal-available-games {
	font-family: inherit;
}

.modal.modal-available-games .modal-dialog {
	font-family: inherit;
	border-radius: 0;
	width: calc(100% - 20px);
}

.modal.modal-available-games .modal-content {
	background-color: rgba(0,0,0,0);
	background-image: none;
	outline: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.profile-game {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-game__link {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	text-decoration: none;
	color: inherit;
	outline: none;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0);
	transition: margin-color .3s ease;
}

.profile-game__link:hover,.profile-game__link:focus,.profile-game__link:active {
	text-decoration: none;
	outline: none;
	color: inherit;
}

.profile-game__link:hover {
	border-color: rgba(255,255,255,.1);
}

.profile-game__img {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}

.profile-game__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 5px 10px;
	margin: 0;
	max-width: 100%;
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
	letter-spacing: normal;
	color: inherit;
	-ms-flex: 1;
	flex: 1;
}

.profile-game__play {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 5px;
	margin: 0;
	text-align: center;
	opacity: 0;
	transition: opacity .3s ease;
}

.profile-game__link:hover .profile-game__play {
	opacity: 1;
}

.profile-game__play * {
	pointer-events: none;
}

.modal.profile-modal-currency-settings .modal-dialog {
	max-width: 730px;
	width: calc(100% - 20px);
	background: rgba(0,0,0,0) none;
	border: none;
	padding: 0;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal.profile-modal-currency-settings .modal-content {
	background: rgba(0,0,0,0) none;
	box-shadow: none;
	border: none;
	padding: 0;
}

.modal.profile-modal-telegram-login .modal-dialog {
	max-width: 425px;
	width: calc(100% - 20px);
	background: rgba(0,0,0,0) none;
	border: none;
	padding: 0;
	font-family: inherit;
	box-shadow: 0 3px 9px rgba(0,0,0,.5);
}

.modal.profile-modal-telegram-login .modal-content {
	background: rgba(0,0,0,0) none;
	box-shadow: none;
	border: none;
	padding: 0;
	font-family: inherit;
}

.modal.profile-modal-telegram-login .telegram-login {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin: 15px;
}

.profile-currency-list {
	display: block;
	width: 100%;
	padding: 10px 10px 15px;
	margin: 0;
	color: #fff;
	text-align: left;
	font-size: inherit;
	line-height: 1.2;
	font-weight: normal;
}

.profile-currency-list__active {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-currency-list__other {
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
}

.profile-currency-list__title {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
	color: #d12929;
	font-size: 1.2em;
	font-weight: bold;
}

.profile-currency-list__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
}

@media(min-width: 768px) {
	.profile-currency-list__list--other {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.profile-currency-list__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	max-width: 100%;
	padding: 0;
	margin: 0 10px 10px 0;
}

.profile-currency-list__item--other {
	width: 100%;
	margin: 0 0 10px 0;
}

@media(min-width: 768px) {
	.profile-currency-list__item--other {
		width: calc(50% - 5px);
	}
}

.profile-currency-item {
	display: block;
	width: 100%;
	padding: 5px 10px;
	margin: 0;
	border: 1px solid rgba(106,88,70,.5);
	border-radius: 5px;
	cursor: default;
	background: #111;
	font-size: 1em;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	transition: border-color .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;
	color: rgba(255,255,255,.4);
}

.device-desktop .profile-currency-item:hover {
	border-color: #6a5846;
	background: #111;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: #fff;
}

.profile-currency-item--default,.device-desktop .profile-currency-item:hover.profile-currency-item--default {
	border-color: #bb8e62;
	background: #111;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: #fff;
}

.profile-currency-item--locked {
	cursor: default;
	opacity: .4;
}

.profile-currency-item__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-currency-item__code {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.profile-currency-item__action {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 0;
	margin: 0 0 0 10px;
}

.profile-currency-item-active {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 3px 10px;
	margin: 0;
	border: 1px solid rgba(106,88,70,.5);
	border-radius: 5px;
	cursor: default;
	background: #111;
	font-size: 1em;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	transition: border-color .3s ease,box-shadow .3s ease,background-color .3s ease,color .3s ease;
	color: rgba(255,255,255,.4);
}

.device-desktop .profile-currency-item-active:hover {
	border-color: #6a5846;
	background: #111;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: #fff;
}

.profile-currency-item-active--default,.device-desktop .profile-currency-item-active:hover.profile-currency-item-active--default {
	border-color: #bb8e62;
	background: #111;
	box-shadow: 1px 1px 3px rgba(0,0,0,.06);
	color: #fff;
}

.profile-currency-item-active--locked {
	cursor: default;
	opacity: .4;
}

.profile-currency-item-active--locked.profile-currency-item-active--default {
	opacity: 1;
}

.profile-currency-item-active__value {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	margin: 0;
	overflow: hidden;
	min-height: 28px;
}

.profile-currency-item-active__remove {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 0;
	margin: 0 0 0 8px;
	cursor: pointer;
}

.profile-currency-item-active--locked .profile-currency-item-active__remove {
	display: none;
}

.notification-loss-limits {
	display: inline-block;
	position: fixed;
	top: 20px !important;
	bottom: auto;
	left: auto;
	right: 20px;
	width: auto;
	max-width: 500px;
	padding: 0;
	margin: 0 !important;
	background-color: #fff;
	color: #000;
	font-size: 12px;
	line-height: 1.2;
	text-align: left;
	letter-spacing: normal;
	z-index: 9999;
	box-shadow: 0 1px 5px rgba(0,0,0,.1);
}

.notification-loss-limits__inner {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

.notification-loss-limits__header {
	display: block;
	width: 100%;
	padding: 5px 25px 5px 10px;
	margin: 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

.notification-loss-limits__content {
	display: block;
	width: 100%;
	padding: 10px;
	margin: 0;
}

.notification-loss-limits__close {
	display: block;
	position: absolute;
	top: 3px;
	right: 5px;
	cursor: pointer;
	outline: none;
	padding: 0;
	border: none;
	background: rgba(0,0,0,0) none;
}

.notification-loss-limits__close:before {
	content: "✕";
	font-size: 16px;
	font-weight: normal;
	color: inherit;
	transition: transform .3s ease;
}

.notification-loss-limits__close:hover:before {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.notification-loss-limits__action {
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
}

.notification-loss-limits__buttom {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 6px 12px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid #3e8f3e;
	border-radius: 4px;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	background-color: #5cb85c;
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
	background-repeat: repeat-x;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
}

.notification-loss-limits__buttom:hover,.notification-loss-limits__buttom:focus {
	background-color: #419641;
	background-position: 0 -15px;
	text-decoration: none;
	outline: none;
	color: #fff;
	cursor: pointer;
}

.notification-loss-limits__label {
	font-style: italic;
}

.notification-loss-limits__loss {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 3px 0;
}

.notification-loss-limits__loss-empty {
	text-align: center;
}

.notification-loss-limits__loss-full {
	text-align: center;
}

.notification-loss-limits__limits {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 5px 0;
}

.notification-loss-limits__limits-empty {
	text-align: center;
}

.notification-loss-limits__limits-full {
	text-align: center;
}

.notification-loss-limits__limits-title {
	text-align: center;
	font-weight: bold;
	margin-bottom: 3px;
}

.notification-loss-limits__limits-list {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.notification-loss-limits__limits-list accounts-limits-by-type {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.table-limits {
	width: auto;
	table-layout: auto;
	border-spacing: 0;
	border-collapse: collapse;
}

.table-limits__row {
	background-color: rgba(0,0,0,0);
	padding: 0;
	margin: 0;
	border: none;
}

.table-limits--inner .table-limits__row {
	padding: 1px 0;
}

.table-limits__cell {
	padding: 1px 0;
	margin: 0;
	background-color: rgba(0,0,0,0);
	border: 1px solid rgba(0,0,0,.1);
	vertical-align: top;
}

.table-limits--inner .table-limits__cell {
	border: none;
	padding: 0 3px;
}

.limits-welcome .modal-dialog {
	padding: 10px;
	width: auto;
	max-width: 480px;
}

.limits-welcome .modal-dialog .modal-limits__header {
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.auth-user {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	line-height: 1.2;
	min-height: 79px;
}

.auth-user__notifications {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
}

.modal.modal-pay-n-play .modal-dialog {
	width: calc(100% - 20px);
	max-width: 600px;
	margin: 30px auto 50px;
	font-family: inherit;
}

.modal.modal-pay-n-play .modal-content {
	border: none;
	border-radius: 0;
	outline: none;
}

.modal.modal-pay-n-play pay-n-play {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.modal.modal-pay-n-play pay-n-play>* {
	padding: 20px 10px;
}

@media(min-width: 768px) {
	.modal.modal-pay-n-play pay-n-play>* {
		padding: 20px;
	}
}

.profile-paynplay {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-paynplay__block {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-paynplay__block:not(:first-child) {
	margin-top: 20px;
}

.profile-paynplay__form-element-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-paynplay__form-element-block {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.profile-paynplay__form-element-block:not(:first-child) {
	margin-top: 10px;
}

.profile-paynplay__block-iframe {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #fff;
}

.profile-paynplay__iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	border: none;
}

@font-face {
	font-family:"gm-font";src:url("/resources/fonts/gm-font/gm-font.ttf?jzwsr") format("truetype"),url("/resources/fonts/gm-font/gm-font.woff?jzwsr") format("woff"),url("/resources/fonts/gm-font/gm-font.svg?jzwsr#gm-font") format("svg");font-weight:normal;font-style:normal;
}

.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:after,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:after {
	font-family: "gm-font" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gm-font {
	font-family: "gm-font" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.gm-font--arr-left:before {
	content: "";
}

.gm-font--arr-right:before {
	content: "";
}

.gm-font--bar:before {
	content: "";
}

.gm-font--close:before {
	content: "";
}

.gm-font--full:before {
	content: "";
}

.gm-font--full-close:before {
	content: "";
}

.gm-font--screen:before {
	content: "";
}

.gm-font--screen-2:before {
	content: "";
}

.gm-font--screen-4:before {
	content: "";
}

.gm-font--search:before {
	content: "";
}

.gm-font--star:before {
	content: "";
}

.gm-font--star-full:before {
	content: "";
}

.gm-font--last-played:before {
	content: "";
}

.gm-font--new:before {
	content: "";
}

.gm-font--top:before {
	content: "";
}

.gm-font--win-last:before {
	content: "";
}

.gm-font--win-top:before {
	content: "";
}

.game-modal-core .game-modal {
	background-color: #adb5bd;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.game-modal-core .game-modal__header {
	z-index: 10;
}

.game-modal-core .game-modal__container {
	position: absolute;
	top: 82px;
	bottom: 42px;
	left: 0;
	right: 0;
	padding: 0 48px 0 4px;
	font-size: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.game-modal-core .game-modal__background {
	background-color: rgba(0,0,0,0);
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 0;
	transition: background 1s linear;
}

.game-modal-core .game-modal__background img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 2s ease-in;
}

.game-modal-core .game-modal__background:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255,255,255,.1);
}

.game-modal-core .game-modal__box {
	position: relative;
	width: auto;
	height: auto;
	padding: 0 250px 0 0;
	border-radius: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border: none;
	background-color: rgba(0,0,0,0);
	background-image: none;
	box-shadow: none;
	transition: padding .3s ease;
}

.game-modal-core .game-modal__box--no-panel {
	padding: 0;
}

.game-modal-core .game-modal iframe {
	border: none;
	margin: 0;
	max-width: 100%;
	max-height: 100%;
}

.game-modal-core .game-modal__controls {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
	margin: 0 0 0 4px;
}

.game-modal-core .game-modal__iframe-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-color: rgba(0,0,0,0);
	max-height: 100%;
	padding: 0;
	border-radius: 0;
}

.game-modal-core .game-modal__iframe-item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	height: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	border-radius: 2px;
	padding: 0 4px 4px;
	background-color: #f0f0ee;
}

.game-modal-core .game-modal__iframe-item--grid-two {
	width: calc(50% - 2px);
}

.game-modal-core .game-modal__iframe-item--grid-four {
	width: calc(50% - 2px);
	height: calc(50% - 2px);
}

.game-modal-core .game-modal__iframe-item--grid-four:nth-child(3),.game-modal-core .game-modal__iframe-item--grid-four:nth-child(4) {
	margin-top: 4px;
}

.game-modal-core .game-modal__iframe-item-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	height: 100%;
}

.game-modal-core .game-modal__panel {
	width: 248px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	overflow: hidden;
	border-radius: 2px;
	background-color: #f8f9fa;
	transition: width .3s ease;
}

.game-modal-core .game-modal__panel .nicescroll-rails {
	z-index: 1 !important;
}

.game-modal-core .game-modal__panel .nicescroll-cursors {
	width: 5px !important;
	background-color: #ced4da !important;
	border: none !important;
	border-radius: 5px !important;
	margin: 1px;
}

.game-modal-core .game-modal__panel--hide {
	width: 0;
}

.game-modal-core .game-modal__footer {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
}

.game-modal-core .gm-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	max-width: 100%;
	height: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	position: relative;
}

.game-modal-core .gm-block__option {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	max-width: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	height: 36px;
	overflow: hidden;
	background-color: #f0f0ee;
	padding: 2px 0;
}

.game-modal-core .gm-block__buttons {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	width: auto;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	max-height: 100%;
	padding: 0;
	margin: 0 0 0 10px;
}

.game-modal-core .gm-block__button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 30px;
	height: 30px;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 2px;
	outline: none;
	box-shadow: none;
	background-image: none;
	background-color: #d2d2d2;
	color: rgba(0,0,0,.6);
	font-size: 16px;
	line-height: 1;
	text-align: center;
	letter-spacing: normal;
	font-weight: normal;
	text-shadow: none;
	font-style: normal;
	transition: background-color .3s ease,color .3s ease;
}

body.device-desktop .game-modal-core .gm-block__button:hover {
	background-color: #fff;
	color: #000;
}

.game-modal-core .gm-block__button+.gm-block__button {
	margin-left: 5px;
}

.game-modal-core .gm-block__title {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	max-height: 32px;
	padding: 0;
	margin: 0;
	-ms-flex: 1;
	flex: 1;
	color: #000;
	font-size: 14px;
	line-height: 1.2;
	font-weight: normal;
	text-transform: none;
	letter-spacing: normal;
	text-align: left;
	font-style: normal;
	overflow: hidden;
}

.game-modal-core .gm-block__title span {
	display: inline-block;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.game-modal-core .gm-block__title h1 {
	position: absolute;
	top: -99999px;
}

.game-modal-core .gm-block__wrapper {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	-ms-flex: 1;
	flex: 1;
	background-color: #000;
	overflow: hidden;
	border-radius: 0;
}

.game-modal-core .gm-block__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	padding: 10px 20px 25%;
	margin: 0 auto;
	position: absolute;
	top: 36px;
	left: 0;
	height: calc(100% - 36px);
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
}

.game-modal-core .gm-block__search {
	display: block;
	width: 100%;
	max-width: 440px;
	padding: 0;
	margin: 0;
	z-index: 999999;
}

.game-modal-core .gm-block__close {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 26px;
	height: 26px;
	border-radius: 2px;
	padding: 0;
	margin: 0;
	background-color: #262626;
	background-image: none;
	box-shadow: none;
	border: none;
	outline: none;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	transition: color .3s ease,background-color .3s ease;
}

body.device-desktop .game-modal-core .gm-block__close:hover {
	color: #fff;
	background-color: #ffc400;
}

.game-modal-core .gm-controls {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	width: auto;
	padding: 0;
	margin: 0;
	text-align: left;
}

.game-modal-core .gm-controls__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 40px;
	height: 38px;
	padding: 0;
	margin: 0;
	border-radius: 2px;
	background-color: #ced4da;
	background-image: none;
	box-shadow: none;
	border: none;
	outline: none;
	transition: background-color .3s ease,color .3s ease;
	color: rgba(0,0,0,.5);
	font-size: 20px;
	line-height: 1;
	text-align: center;
	letter-spacing: normal;
	font-weight: normal;
	text-shadow: none;
	font-style: normal;
}

body.device-desktop .game-modal-core .gm-controls__item:hover {
	background-color: #fff;
	color: #000;
}

.game-modal-core .gm-controls__item--active,body.device-desktop .game-modal-core .gm-controls__item--active:hover {
	background-color: #fff;
	color: #000;
	cursor: default;
}

.game-modal-core .gm-controls__item:not(:last-child) {
	margin-bottom: 2px;
}

.game-modal-core .gm-controls__item--toggle {
	cursor: pointer !important;
}

.game-modal-core .gm-panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 248px;
	height: 100%;
	padding: 0;
	margin: 0;
}

.game-modal-core .gm-panel__header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.game-modal-core .gm-panel__header span,.game-modal-core .gm-panel__header a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
	text-decoration: none !important;
}

.game-modal-core .gm-panel__header button {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 40px;
	border-radius: 0;
	background-image: none;
	border: none;
	box-shadow: none;
	outline: none;
	text-shadow: none;
	font-size: 18px;
	line-height: 1.2;
	transition: background-color .3s ease;
}

.game-modal-core .gm-panel__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.game-modal-core .gm-tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
	height: 100%;
}

.game-modal-core .gm-tabs .nav.nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-indent: 0;
}

.game-modal-core .gm-tabs .nav.nav-pills:before,.game-modal-core .gm-tabs .nav.nav-pills:after {
	display: none;
}

.game-modal-core .gm-tabs .nav.nav-pills>li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 50%;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: none;
}

.game-modal-core .gm-tabs .nav.nav-pills>li:nth-child(even) {
	border-left: 1px solid #ced4da;
}

.game-modal-core .gm-tabs .nav.nav-pills>li.active {
	cursor: default;
}

.game-modal-core .gm-tabs .nav.nav-pills>li.active>a {
	cursor: default;
	border: none;
}

.game-modal-core .gm-tabs .nav.nav-pills>li>a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
	outline: none;
}

.game-modal-core .gm-tabs .tab-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.game-modal-core .gm-tabs .tab-content .tab-pane {
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.game-modal-core .gm-tabs .tab-content .tab-pane.active {
	display: -ms-flexbox;
	display: flex;
}

.game-modal-core .gm-tabs__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	font-weight: normal;
	letter-spacing: normal;
	background-color: #ced4da;
	background-image: none;
	color: rgba(0,0,0,.5);
	transition: background-color .3s ease,color .3s ease;
}

body.device-desktop .game-modal-core .gm-tabs__head:hover {
	background-color: #fff;
	color: #000;
}

.game-modal-core .gm-tabs .nav.nav-pills>li.active>a .gm-tabs__head {
	background-color: #fff;
	color: #000;
}

.game-modal-core .gm-tabs__icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 0;
	margin: 0 5px 0 0;
	font-size: 22px;
	line-height: 1;
}

.game-modal-core .gm-tabs__link {
	display: block;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.game-modal-core .gm-tabs__block {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding: 10px;
	margin: 0;
	height: 100%;
}

.game-modal-core .gm-footer {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0;
	line-height: 0;
	letter-spacing: normal;
	background-color: #f8f9fa;
	position: relative;
}

.game-modal-core .gm-footer__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: 0;
	padding: 0;
	transition: margin .3s ease;
	height: 40px;
	z-index: 1;
	position: relative;
	background-color: inherit;
}

.game-modal-core .gm-footer__nav {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	margin: 0;
	padding: 0;
}

.game-modal-core .gm-footer__list {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 0;
	margin: 0;
	list-style: none;
}

.game-modal-core .gm-footer__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 1px 1px 1px 0;
	margin: 0;
}

.game-modal-core .gm-footer__link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 5px 15px;
	margin: 0;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	text-transform: none;
	text-shadow: none;
	letter-spacing: normal;
	background-color: #ced4da;
	color: rgba(0,0,0,.5);
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	transition: color .3s ease,background-color .3s ease;
}

.game-modal-core .gm-footer__link:hover,.game-modal-core .gm-footer__link:focus,.game-modal-core .gm-footer__link:active {
	color: rgba(0,0,0,.5);
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

body.device-desktop .game-modal-core .gm-footer__link:hover {
	background-color: #fff;
	color: #000;
}

.game-modal-core .gm-footer__link--active,.game-modal-core .gm-footer__link--active:hover {
	background-color: #fff;
	color: #000 !important;
}

.game-modal-core .gm-footer__icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 20px;
}

.game-modal-core .gm-footer__name {
	display: inline-block;
}

.game-modal-core .gm-footer__responsible {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	padding: 0 10px;
	margin: 0 0 0 1px;
}

.game-modal-core .gm-footer__responsible-link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.2;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	text-transform: none;
	text-shadow: none;
	letter-spacing: normal;
	background-color: rgba(0,0,0,0);
	color: rgba(0,0,0,.5);
	background-image: none;
	border: none;
	border-radius: 0;
	box-shadow: none;
	outline: none;
	transition: color .3s ease;
}

.game-modal-core .gm-footer__responsible-link:hover,.game-modal-core .gm-footer__responsible-link:focus,.game-modal-core .gm-footer__responsible-link:active {
	color: rgba(0,0,0,.5);
	cursor: pointer;
	outline: none;
	text-decoration: none;
}

body.device-desktop .game-modal-core .gm-footer__responsible-link:hover {
	color: #000;
}

.game-modal-core .gm-footer__info {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	margin: 0;
	width: auto;
	padding: 0 10px;
}

.game-modal-core .gm-footer__time {
	display: inline-block;
	width: auto;
	color: rgba(0,0,0,.5);
	font-size: 14px;
	line-height: 1.2;
}

.game-modal-core .gm-footer__search {
	display: inline-block;
}

.game-modal-core .gm-footer__search .search-box .ing-search-complite {
	top: auto;
	bottom: 100%;
	width: 100%;
}

.game-modal-core .gm-footer__slider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
	background-color: #e9ecef;
	transition: transform .3s ease;
	padding: 0;
	overflow: hidden;
	-ms-transform: translate(0, 100%);
	transform: translate(0, 100%);
}

.game-modal-core .gm-footer__slider--show {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.game-modal-core .gm-footer__slider-inner {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding: 4px;
	margin: 0;
}

.game-modal-core .gm-slider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	font-size: 0;
	line-height: 0;
	letter-spacing: normal;
	overflow: hidden;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: rgba(0,0,0,0);
	min-width: 100%;
}

.game-modal-core .gm-slider .bx-wrapper {
	height: auto !important;
	min-width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.game-modal-core .gm-slider .bx-wrapper .bx-viewport {
	height: auto !important;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.game-modal-core .gm-slider__list {
	margin: 0;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.game-modal-core .gm-slider__item {
	float: none !important;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 140px !important;
	margin: 0 4px 0 0 !important;
	border-radius: 0;
	overflow: hidden;
}

.game-modal-core .gm-slider__game {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0;
	margin: 0;
	width: 100%;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.game-modal-core .gm-slider .bx-controls {
	pointer-events: none;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 0;
}

.game-modal-core .gm-slider .bx-controls .bx-controls-direction {
	pointer-events: none;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
	background-color: rgba(0,0,0,0);
	overflow: hidden;
}

.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next {
	pointer-events: auto;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 2px;
	right: auto;
	top: calc(50% - 15px);
	bottom: auto;
	background-color: rgba(0,0,0,0);
	background-image: none;
	border-radius: 0;
	box-shadow: none;
	transition: opacity .3s ease;
}

.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:before,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: -2px;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: calc(100% + 50px);
	height: 200px;
	background-image: linear-gradient(to left, rgba(233, 236, 239, 0) 0%, #e9ecef 100%);
	pointer-events: none;
}

.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:after,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:after {
	content: "";
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background-color: #ced4da;
	background-image: none;
	transition: color .3s ease,background-color .3s ease,opacity .3s ease;
	border-radius: 50%;
	box-shadow: 0 1px 0 0 rgba(0,0,0,.2);
	font-size: 14px;
	color: rgba(0,0,0,.5);
	text-indent: 0;
	z-index: 1;
}

.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev.disabled,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next.disabled {
	pointer-events: none;
	opacity: 0;
}

.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:focus,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:active:focus,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:focus,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active:hover,.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:active:focus {
	text-decoration: none;
}

body.device-desktop .game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-prev:hover:after,body.device-desktop .game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:hover:after {
	color: #000;
	background-color: #fff;
}

.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next {
	left: auto;
	right: 2px;
}

.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:before {
	left: auto;
	right: -2px;
	background-image: linear-gradient(to right, rgba(233, 236, 239, 0) 0%, #e9ecef 100%);
}

.game-modal-core .gm-slider .bx-wrapper .bx-controls-direction a.bx-next:after {
	content: "";
}

.game-modal-core .gm-game {
	display: block;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.game-modal-core .gm-game__image {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.game-modal-core .gm-game__image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 140px;
}

.game-modal-core .gm-game__info {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: rgba(255,255,255,.8);
	transition: opacity .3s ease;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
}

.game-modal-core .gm-game__info--show {
	opacity: 1;
}

.game-modal-core .gm-game__title,.game-modal-core .gm-game__provider {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	width: 100%;
	padding: 3px 5px;
	margin: 0;
	line-height: 1.2;
	text-align: center;
	letter-spacing: normal;
	text-transform: none;
	font-weight: normal;
	font-style: normal;
}

.game-modal-core .gm-game__title {
	height: 70%;
	top: 0;
	color: #000;
	font-size: 14px;
	left: 100%;
	transition: left .3s ease;
}

.game-modal-core .gm-game__title--show-info {
	left: 0;
}

.game-modal-core .gm-game__provider {
	height: 30%;
	top: 70%;
	font-size: 12px;
	color: rgba(0,0,0,.8);
	right: 100%;
	transition: right .3s ease;
}

.game-modal-core .gm-game__provider--show-info {
	right: 0;
}

.game-modal-core .gm-winners {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.game-modal-core .gm-winners__list {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.game-modal-core .gm-winners__item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 10px 0;
}

.game-modal-core .gm-winners__block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	min-height: 56px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	transition: background-color .3s ease;
}

.device-desktop .game-modal-core .gm-winners__block:hover {
	background-color: #fff;
}

.game-modal-core .gm-winners__image {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90px;
	padding: 0;
	margin: 0 10px 0 0;
}

.game-modal-core .gm-winners__image img {
	display: block;
	width: 100%;
	height: auto;
}

.game-modal-core .gm-winners__content {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	padding: 0;
	margin: 0;
	color: rgba(0,0,0,.8);
	font-size: 12px;
	line-height: 1.2;
	text-align: left;
	letter-spacing: normal;
	font-weight: normal;
	font-style: normal;
	text-transform: none;
}

.game-modal-core .gm-winners__row {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.game-modal-core .gm-winners__nickname {
	color: #000;
	font-weight: bold;
	max-width: 100%;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

.game-modal-core .gm-winners__money {
	color: #000;
	font-weight: bold;
}

.game-modal-core .gm-winners__game {
	color: #419641;
	font-weight: bold;
}

body.page-game .game-modal-core .body__main {
	height: 100vh;
	padding: 0;
}

body.page-game .game-modal-core .footer {
	display: none;
}

body.game-full.page-game .game-modal-core .header,body.game-full.page-game .game-modal-core .game-modal__controls,body.game-full.page-game .game-modal-core .game-modal__footer,body.game-full.page-game .game-modal-core .game-modal__panel,body.game-full.page-game .game-modal-core .game-modal__header {
	display: none !important;
}

body.game-full.page-game .game-modal-core .game-modal iframe {
	margin: 0;
	outline: none;
}

body.game-full.page-game .game-modal-core .game-modal .game-modal__box,body.game-full.page-game .game-modal-core .game-modal .game-modal__container {
	width: 100%;
	height: 100%;
	padding: 0 !important;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}

#gm-panel-mobile {
	display: none;
}

body.game-full-mobile #gm-panel-mobile {
	display: block;
}

body.game-full-mobile .game-modal__iframe-item {
	padding: 0;
}

body.game-full-mobile .gm-block__option {
	display: none !important;
}

body.game-full-mobile .gm-block__wrapper {
	width: 100vw;
	height: calc(100vh - 40px);
	height: calc(var(--vh, 1vh)*100 - 40px);
	position: relative;
	bottom: 20px;
}

body.game-full-mobile .gm-block__wrapper.scale-fix-portrait {
	height: 100vh !important;
	-ms-transform: scale(var(--scale-portrait, 1));
	transform: scale(var(--scale-portrait, 1));
}

body.game-full-mobile .gm-block__wrapper.scale-fix-landscape {
	width: 100vw !important;
	-ms-transform: scale(var(--scale-landscape, 1));
	transform: scale(var(--scale-landscape, 1));
}

body.game-full-mobile .gm-block__wrapper iframe {
	width: 100vw;
	height: 100vh;
}

@media screen and (orientation: landscape) {
	body.game-full-mobile .gm-block__wrapper {
		width: calc(100vw - 40px);
		height: 100vh;
		height: calc(var(--vh, 1vh)*100);
		left: 20px;
		bottom: 0;
	}
}

.page-game .gm-panel-mobile {
	display: block;
}

.gm-panel-mobile {
	display: none;
	position: fixed;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	width: 100%;
	height: 40px;
	z-index: 1000;
	background: #ced4da none;
	padding: 0;
	margin: 0;
}

@media screen and (orientation: landscape) {
	.gm-panel-mobile {
		top: 0;
		right: auto;
		width: 40px;
		height: 100%;
	}
}

.gm-panel-mobile__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

@media screen and (orientation: landscape) {
	.gm-panel-mobile__list {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.gm-panel-mobile__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 20%;
	padding: 0;
	margin: 0;
}

.gm-panel-mobile__item:not(:first-child) {
	border-left: 1px solid #fff;
}

@media screen and (orientation: landscape) {
	.gm-panel-mobile__item {
		width: 100%;
		-ms-flex: .2;
		flex: .2;
	}

	.gm-panel-mobile__item:not(:first-child) {
		border-top: 2px solid #fff;
		border-left: none;
	}
}

.gm-panel-mobile__link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	max-width: 100%;
	padding: 0;
	margin: 0;
	background: rgba(0,0,0,0) none;
	border: none;
	box-shadow: none;
	text-decoration: none;
}

.gm-panel-mobile__link:hover,.gm-panel-mobile__link:focus,.gm-panel-mobile__link:active {
	outline: none;
	text-decoration: none;
}

.gm-panel-mobile__link--deposit {
	border-radius: 3px;
	min-width: 30px;
	min-height: 30px;
	border: 1px solid #3e8f3e;
	background-image: linear-gradient(180deg, #59b55a 0%, #459944 100%);
}

.gm-panel-mobile__icon {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	padding: 0;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.core-tourn {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: row;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
	grid-column-gap: 10px;
	grid-row-gap: 30px;
}

@media(min-width: 768px) {
	.core-tourn {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

.core-tourn__section {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
	grid-column: 1/3;
	text-align: center;
}

@media(min-width: 768px) {
	.core-tourn__section--timer {
		grid-column: 1/2;
	}

	.core-tourn__section--pool {
		grid-column: 2/3;
	}
}

.core-tourn__title {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-weight: bold;
	font-size: 1.5em;
}

.core-tourn__block {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-front-id {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.core-tourn-front-id__inner {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.core-tourn-front-id--flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: 100%;
}

.core-tourn-front-id--flex .care-tourn-front-id__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	height: 100%;
}

.core-tourn-timer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
	max-width: 100%;
	text-align: center;
}

.core-tourn-timer__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	margin: 10px 0 0 0;
	max-width: 100%;
}

.core-tourn-timer__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
	font-weight: bold;
}

.core-tourn-timer__list {
	display: -ms-grid;
	display: grid;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-flow: row;
	grid-column-gap: 10px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: 100%;
	width: auto;
	padding: 0;
	margin: 0;
}

.core-tourn-timer__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-timer__value {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-timer__label {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: .7em;
	opacity: .7;
}

.core-tourn-prizes {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.2;
}

.core-tourn-prizes__list {
	width: 100%;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.core-tourn-prizes__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 50%;
	padding: 5px;
	margin: 0;
}

@media(min-width: 768px) {
	.core-tourn-prizes__item {
		width: 25%;
	}

	.core-tourn-prizes--item .core-tourn-prizes__item {
		width: 50%;
	}
}

.core-tourn-prizes__block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
	min-height: 40px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.core-tourn-prizes__place {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 30px;
	padding: 5px;
	margin: 0;
	border-right: 1px solid #ccc;
}

@media(min-width: 768px) {
	.core-tourn-prizes__place {
		width: 50px;
	}
}

.core-tourn-prizes__place-inner {
	opacity: .7;
}

.core-tourn-prizes__value {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
	width: 100%;
	padding: 5px 10px;
	margin: 0;
	text-align: center;
	overflow: hidden;
}

.core-tourn-prizes__value-inner {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.core-tourn-prizes__value-item {
	display: inline-block;
	vertical-align: top;
	width: auto;
	padding: 0;
	margin: 0;
}

.core-tourn-prizes__value-item:not(:first-child):before {
	content: " + ";
	display: inline;
}

.core-tourn-leaderboard {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-leaderboard__inner {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-leaderboard__more {
	display: block;
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
}

.core-tourn-leaderboard__table {
	width: 100%;
	table-layout: auto;
	border-collapse: separate;
	border-spacing: 0 5px;
	border: none;
	margin: 0 auto;
	max-width: 100%;
	background: rgba(0,0,0,0);
}

.core-tourn-leaderboard__th {
	background-color: rgba(0,0,0,0);
	padding: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border: none;
}

.core-tourn-leaderboard__th--place {
	width: 40px;
}

.core-tourn-leaderboard__cell {
	background-color: rgba(0,0,0,0);
	vertical-align: middle;
	padding: 5px;
	border: 1px solid #ccc;
	border-left: none;
}

.core-tourn-leaderboard__cell:first-child {
	border-radius: 4px 0 0 4px;
	border-left: 1px solid #ccc;
}

.core-tourn-leaderboard__cell:last-child {
	border-radius: 0 4px 4px 0;
}

.core-tourn-leaderboard__row:nth-child(even) .core-tourn-leaderboard__cell {
	background-color: rgba(0,0,0,.03);
}

.core-tourn-leaderboard__row.core-tourn-leaderboard__row--user .core-tourn-leaderboard__cell {
	background-color: #d12929;
	color: #fff !important;
	border-color: #d12929 !important;
}

.core-tourn-leaderboard__cell--name span {
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.core-tourn-leaderboard__cell--prize span:not(:first-child):before {
	content: " + ";
	display: inline;
}

.core-tourn-leaderboard__cell p {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-leaderboard__cell p+p {
	margin-top: 5px;
}

.core-tourn-item {
	display: block;
	width: 100%;
	padding: 10px;
	margin: 0;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.core-tourn-item__wrapper {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	grid-auto-flow: row;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media(min-width: 768px) {
	.core-tourn-item__wrapper {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto;
	}
}

.core-tourn-item__cell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

@media(min-width: 768px) {
	.core-tourn-item__cell--title {
		grid-column: 1/2;
		grid-row: 1/2;
	}

	.core-tourn-item__cell--image {
		grid-column: 1/2;
		grid-row: 2/3;
	}

	.core-tourn-item__cell--timer {
		grid-column: 1/2;
		grid-row: 3/4;
	}

	.core-tourn-item__cell--pool {
		grid-column: 2/3;
		grid-row: 1/2;
	}

	.core-tourn-item__cell--prizes {
		grid-column: 2/3;
		grid-row: 2/3;
	}

	.core-tourn-item__cell--link {
		grid-column: 2/3;
		grid-row: 3/4;
	}
}

.core-tourn-item__title {
	font-weight: bold;
	font-size: 20px;
	line-height: 1.2;
	text-align: center;
}

.core-tourn-item__image {
	display: block;
	max-width: 100%;
}

.core-tourn-item__pool {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-item__pool-auto,.core-tourn-item__pool-add {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 0;
	margin: 0;
}

.core-tourn-item__prizes {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-list {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-list__list {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-list__item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tourn-list__item:not(:first-child) {
	margin-top: 20px;
}

.core-catalog {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: inherit;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	font-weight: normal;
}

@media(min-width: 768px) {
	.core-catalog {
		text-align: left;
	}
}

.core-catalog__container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	max-width: 1600px;
}

.core-catalog__list {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	grid-auto-flow: row;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}

@media(min-width: 768px) {
	.core-catalog__list {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 20px;
	}
}

@media(min-width: 992px) {
	.core-catalog__list {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media(min-width: 1200px) {
	.core-catalog__list {
		-ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	}
}

.core-catalog__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding: 0;
	margin: 0;
	width: 100%;
}

.core-catalog__game {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding: 0;
	margin: 0;
	width: 100%;
}

.core-catalog__more {
	text-align: center;
	padding: 20px 0 0;
	margin: 0;
}

.core-game {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid rgba(0,0,0,0);
}

.core-game--hover {
	border-color: #ccc;
}

.core-game__wrapper {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-game__img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.core-game__img img {
	display: block;
	width: 100%;
	height: auto;
	max-width: 100%;
	padding: 0;
	margin: 0;
	object-fit: contain;
	object-position: center;
}

.core-game__action {
	opacity: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: opacity .3s ease;
	background: rgba(255,255,255,.6);
}

.core-game--hover .core-game__action {
	opacity: 1;
}

.core-game__action a+a {
	margin-top: 5px;
}

.core-game__block-title {
	display: block;
	width: 100%;
	padding: 5px 0;
	margin: 0;
}

.core-game__title {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 16px;
}

.core-game--user .core-game__title {
	padding: 0 20px;
}

.core-game__provider {
	display: block;
	width: 100%;
	padding: 0;
	margin: 3px 0 0 0;
	opacity: .65;
	font-size: 12px;
	text-transform: capitalize;
}

.core-game__favorite {
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	font-size: 18px;
	line-height: 1;
	padding: 5px 3px;
	color: #d12929;
}

.device-mobile .core-game__favorite {
	display: none;
}

.core-game__label {
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	z-index: 1;
	padding: 0;
	width: 50px;
	height: 25px;
	background: url("/resources/images/games/new.svg") no-repeat left center;
	background-size: contain;
	transition: opacity .3s ease;
	filter: drop-shadow(2px 1px 1px rgba(0, 0, 0, 0.4));
}

.core-game__label+.core-game__label {
	top: 30px;
}

.core-game__label--top {
	background-image: url("/resources/images/games/top.svg");
}

.core-game--hover .core-game__label {
	opacity: 0;
	pointer-events: none;
}

.core-game__jackpot {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: auto;
	right: 0;
	width: auto;
	max-width: 100%;
	height: 22px;
	border-radius: 4px 0 0 0;
	background-color: #23cb6e;
	text-align: center;
	letter-spacing: normal;
	text-transform: uppercase;
	transition: opacity .3s ease;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.2;
	padding: 0 5px;
	margin: 0;
	z-index: 10;
}

.core-game--hover .core-game__jackpot {
	opacity: 0;
	pointer-events: none;
}

.core-game__btn-mobile {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.games-info-filters {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: row;
	grid-column-gap: 20px;
	grid-row-gap: 15px;
	-ms-grid-columns: 1fr;
	grid-template-columns: 1fr;
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 1px solid #fff;
	border-radius: 3px;
	background: rgba(0,0,0,0);
}

@media(min-width: 768px) {
	.games-info-filters {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

.games-info-filters__block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tabs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-tabs .nav.nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: 0;
	text-indent: 0;
}

.core-tabs .nav.nav-pills:before,.core-tabs .nav.nav-pills:after {
	display: none;
}

.core-tabs .nav.nav-pills>li {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: auto;
	min-width: 25%;
	padding: 5px;
	margin: 0;
	border: none;
	box-shadow: none;
	background: rgba(0,0,0,0) none;
	float: none;
	border-radius: 0;
}

.core-tabs .nav.nav-pills>li.active {
	cursor: default;
}

.core-tabs .nav.nav-pills>li.active>a {
	cursor: default;
	border: none;
}

.core-tabs .nav.nav-pills>li>a {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: none;
	outline: none;
	background: rgba(0,0,0,0) none;
	border-radius: 0;
}

.core-tabs .tab-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 5px;
	margin: 0;
	position: relative;
}

.core-tabs .tab-content .tab-pane {
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	padding: 0;
	margin: 0;
}

.core-tabs .tab-content .tab-pane.active {
	display: -ms-flexbox;
	display: flex;
}

.core-tabs__head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	min-height: 40px;
	padding: 5px 10px;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	font-weight: normal;
	letter-spacing: normal;
	background: rgba(0,0,0,0) none;
	color: #d12929;
	border-radius: 5px;
	transition: background-color .3s ease,color .3s ease;
}

body.device-desktop .core-tabs__head:hover {
	background: #7b5536 none;
	color: #fff;
}

.core-tabs .nav.nav-pills>li.active>a .core-tabs__head {
	background: rgba(20,20,20,.8);
	color: #fff;
}

.core-tabs__link {
	display: block;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: center;
}

.core-tabs__block {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	padding: 0;
	margin: 0;
}

.core-range-slider {
	display: -ms-grid;
	display: grid;
	grid-auto-flow: row;
	grid-column-gap: 10px;
	grid-row-gap: 5px;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	line-height: 1.2;
	font-weight: normal;
	text-align: left;
	white-space: normal;
	letter-spacing: normal;
	font-style: normal;
}

.core-range-slider__cell {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-range-slider__cell--title {
	grid-column: 1/3;
	grid-row: 1/2;
}

.core-range-slider__cell--range {
	grid-column: 1/3;
	grid-row: 2/3;
}

.core-range-slider__cell--min,.core-range-slider__cell--max {
	grid-row: 3/4;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-align: center;
	align-items: center;
}

.core-range-slider__cell--min,.core-range-slider__cell--error-min {
	grid-column: 1/2;
}

.core-range-slider__cell--max,.core-range-slider__cell--error-max {
	grid-column: 2/3;
}

.core-range-slider .rzslider {
	min-height: 26px;
	position: relative;
	padding: 0;
	margin: 14px 0 0 0;
}

.core-range-slider .rzslider .rz-bar-wrapper {
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	margin: 0;
	height: auto;
}

.core-range-slider .rzslider .rz-bar {
	background: #fff none;
	height: 2px;
	border-radius: 1px;
	box-shadow: none;
	position: absolute;
	left: 0;
	width: 100%;
	top: calc(50% - 1px);
}

.core-range-slider .rzslider .rz-selection {
	background: #bc2525 none;
	height: 4px;
	border-radius: 2px;
	box-shadow: none;
	top: calc(50% - 2px);
}

.core-range-slider .rzslider .rz-pointer {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: rgba(0,0,0,0) none;
	outline: none;
	box-shadow: none;
	top: calc(50% - 13px);
	border: 10px solid #d12929;
}

.core-range-slider .rzslider .rz-pointer:hover {
	background: rgba(0,0,0,0) none;
	border: 10px solid #bc2525;
}

.core-range-slider .rzslider .rz-pointer:after {
	display: none;
}

.core-range-slider .rzslider .rz-bubble {
	font-size: 14px;
	color: #d12929;
	font-weight: normal;
	line-height: 1;
	bottom: calc(50% + 13px);
	padding: 0 3px;
	margin: 0;
}

.core-range-slider .rzslider .rz-bubble.rz-limit {
	color: #fff;
	bottom: calc(50% + 1px);
}

.core-range-slider__label {
	width: auto;
	display: inline-block;
	margin: 0 5px 0 0;
}

.core-range-slider__input {
	-ms-flex: 1;
	flex: 1;
	position: relative;
}

.core-range-slider__error {
	font-size: .8em;
	color: red;
}

.core-dropdown-filter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	color: #fff;
}

.core-dropdown-filter__button {
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	min-height: 40px;
	padding: 5px 10px;
	margin: 0;
	cursor: pointer;
	transition: border-color .3s ease,color .3s ease,background-color .3s ease,border-radius .3s ease;
	line-height: 1;
	vertical-align: middle;
	border-radius: 5px;
	background: rgba(0,0,0,.1);
	border: 1px solid #6a5846;
	box-shadow: none;
	color: rgba(255,255,255,.5);
	font-size: 14px;
	font-weight: normal;
}

.core-dropdown-filter.open .core-dropdown-filter__button,.core-dropdown-filter__button:hover,.core-dropdown-filter__button:focus,.core-dropdown-filter__button:active {
	border-radius: 5px;
	color: #fff;
	background: rgba(0,0,0,.1);
	outline: none;
	border-color: #6a5846;
}

.core-dropdown-filter.open .core-dropdown-filter__button {
	border-radius: 5px 5px 0 0;
}

.core-dropdown-filter__caret {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	padding: 0;
	margin: 0 0 0 10px;
	transition: transform .3s ease;
}

.core-dropdown-filter.open .core-dropdown-filter__caret {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.core-dropdown-filter__button-text {
	display: inline-block;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	text-align: left;
	line-height: 1.2;
}

.core-dropdown-filter__menu {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	padding: 0;
	margin: -1px 0 20px 0;
	background: rgba(0,0,0,0);
	z-index: 3;
	border: 1px solid #6a5846;
	border-top: 1px solid none;
	color: #fff;
	border-radius: 0 0 5px 5px;
	max-height: 300px;
	overflow: hidden;
	overflow-y: auto;
}

.core-dropdown-filter.open .core-dropdown-filter__menu {
	display: block;
}

.core-dropdown-filter__menu::-webkit-scrollbar {
	width: 6px;
}

.core-dropdown-filter__menu::-webkit-scrollbar-track {
	border-radius: 4px;
	background: rgba(0,0,0,0) none;
}

.core-dropdown-filter__menu::-webkit-scrollbar-thumb {
	background: rgba(255,255,255,.4);
	border-radius: 4px;
}

.core-dropdown-filter__menu::-webkit-scrollbar-thumb:hover {
	background: #fff;
}

.core-dropdown-filter__item {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.core-dropdown-filter__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 5px 10px;
	margin: 0;
	font-size: inherit;
	color: inherit;
	text-align: left;
	line-height: 1.2;
	transition: color .3s ease,background-color .3s ease;
	cursor: pointer;
	text-decoration: none;
}

.core-dropdown-filter__link:hover,.core-dropdown-filter__link:focus,.core-dropdown-filter__link:active {
	text-decoration: none;
	cursor: pointer;
	outline: none;
}

.odometer.odometer-auto-theme,.odometer.odometer-theme-minimal {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-minimal .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon {
	display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-minimal .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-minimal .odometer-digit .odometer-value.odometer-last-value {
	position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up .odometer-ribbon-inner {
	transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down .odometer-ribbon-inner {
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-minimal.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	transition: transform 2s;
	-ms-transform: translateY(0);
	transform: translateY(0);
}

@font-face {
	font-family:"kingbilly-font";src:url("../resources/fonts/kingbilly-font.ttf?f5n786") format("truetype"),url("../resources/fonts/kingbilly-font.woff?f5n786") format("woff"),url("../resources/fonts/kingbilly-font.svg?f5n786#kingbilly-font") format("svg");font-weight:normal;font-style:normal;
}

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

.iconfonts {
	font-family: "kingbilly-font" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-full:before {
	content: "";
}

.icon-mini:before {
	content: "";
}

.icon-stars:before {
	content: "";
}

.icon-teversr:before {
	content: "";
}

.icon-arrow-left:before {
	content: "";
}

.icon-arrow-right:before {
	content: "";
}

.icon-close:before {
	content: "";
}

.icon-fullscreen:before {
	content: "";
}

.icon-jackpot:before {
	content: "";
}

.icon-latestwinners:before {
	content: "";
}

.icon-minscreen:before {
	content: "";
}

.icon-top:before {
	content: "";
}

.icon-topwinners:before {
	content: "";
}

.icon-promocode-copy:before {
	content: "";
}

.icon-promocode-copied:before {
	content: "";
}

@import"https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700|Roboto:300,400,500,700,900&subset=cyrillic";

.right-panel {
	display: none;
	position: fixed;
	right: 0;
	top: 100px;
	width: 250px;
	border: 1px solid #262626;
	background-color: #141414;
	padding: 30px 20px;
	color: #fff;
	font-family: "aTitleGothic",sans-serif;
}

@media(max-width: 1799px) {
	.right-panel {
		top: 57px;
	}
}

.right-panel.open {
	display: block;
}

.right-panel .close {
	background: url("/resources/images/close.png") center center no-repeat;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 30px;
	right: 20px;
	font-size: 0;
	line-height: 0;
}

.right-panel .title {
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.right-panel [type=right-panel] li {
	margin: 0 -20px;
	padding: 0 20px;
}

.right-panel [type=right-panel] li .right-menu_item:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("/resources/images/right-menu-icon.png");
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 20px;
	background-position: 0 -26px;
}

.right-panel [type=right-panel] li:hover {
	background-color: #976d49;
}

.right-panel [type=right-panel] li:hover .right-menu_item:before {
	background-position: -26px -26px;
}

.right-panel [type=right-panel] li a {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
}

.right-panel [type=right-panel] li a:hover {
	text-decoration: none;
}

.right-panel .info {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	display: inline-block;
}

.right-panel .info.tel {
	padding-left: 45px;
}

.right-panel .info.tel:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("/resources/images/right-menu-icon.png");
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: 0 -78px;
	position: absolute;
	left: 23px;
}

.right-panel .info.tel .sep {
	font-size: 0;
	line-height: 0;
	height: 1px;
	width: 100%;
	background-color: #bb8e62;
}

.right-panel .info.text {
	margin-top: 10px;
}

.right-panel .info.text p {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.right-panel .info.text p.email {
	font-family: "aTitleGothic",sans-serif;
	margin: 0;
	color: #bb8e62;
	font-size: 16px;
	font-weight: 400;
}

.right-panel .social p {
	color: #fff;
	font-family: "aTitleGothic";
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 10px;
	margin-top: 20px;
}

.right-panel .social .social-button {
	letter-spacing: 10px;
}

.right-panel .social .social-button img {
	width: 51px;
}

.progressbar {
	width: 100%;
}

.progressbar .line {
	width: 100%;
	height: 7px;
	display: inline-block;
	position: relative;
	border: 1px solid #303030;
	background-color: #131414;
	border-radius: 3px;
}

.progressbar .line .line-progress {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 3px;
	height: 5px;
	background-color: #bb8e62;
	transition: width .5s;
	border: 1px solid #131414;
}

.modal-backdrop {
	background-color: rgba(0,0,0,.7);
}

.modal .close {
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 1;
}

.modal .close:before {
	content: "";
	background: url("/resources/images/close.png") 0 0 no-repeat;
	width: 36px;
	height: 36px;
	display: block;
}

.modal .modal-content {
	border-radius: 0;
}

.modal .modal-content .form-control {
	border-radius: 5px;
	border: 1px solid #bb8e62;
	background-color: #fff;
	box-shadow: none;
	line-height: 48px;
	padding: 0 15px 0 15px;
	height: 40px;
}

.modal .modal-content .form-group {
	margin-bottom: 15px;
}

.modal .modal-content .form-group .dropdown-menu {
	background-color: #141414;
	border: 1px solid #3c3c3c;
}

.modal .modal-content .form-group .dropdown-menu a {
	color: #fff;
}

.modal .modal-content .form-group .dropdown-menu a:hover {
	color: #000;
}

.modal .modal-content .form-group .custom-checkbox {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 15px;
	padding-left: 0;
	cursor: pointer;
}

.modal .modal-content .form-group .custom-checkbox sup {
	right: -5px;
	line-height: 1;
	color: red;
}

.modal .modal-content .form-group .custom-checkbox:hover,.modal .modal-content .form-group .custom-checkbox:active,.modal .modal-content .form-group .custom-checkbox:focus {
	text-decoration: none;
}

.modal .modal-content .form-group .custom-checkbox input {
	position: absolute;
	opacity: 0;
	z-index: -200;
}

.modal .modal-content .form-group .custom-checkbox input+span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #bb8e62;
	position: relative;
	margin-top: -2px;
}

.modal .modal-content .form-group .custom-checkbox.error input+span {
	border-color: #ff1800;
}

.modal .modal-content .form-group .custom-checkbox input+span:after {
	content: "";
	color: #bb8e62;
	opacity: 0;
}

.modal .modal-content .form-group .custom-checkbox input+span+span {
	display: block;
	margin-left: 15px;
	color: #fffefe;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}

.modal .modal-content .form-group .custom-checkbox input+span+span a {
	color: #fff;
	text-decoration: underline;
}

.modal .modal-content .form-group .custom-checkbox input+span+span a:hover {
	text-decoration: none;
}

.modal .modal-content .form-group .custom-checkbox input:checked+span {
	border-color: #bb8e62;
}

.modal .modal-content .form-group .custom-checkbox input:checked+span:after {
	opacity: 1;
}

.modal .modal-content .form-group .custom-checkbox input[type=checkbox]+span {
	border-radius: 2px;
}

.modal .modal-content .form-group .mf__radio {
	display: -ms-flexbox;
	display: flex;
	padding-right: 50px;
}

.modal .modal-content .form-group .custom-checkbox input[type=radio]+span {
	border-radius: 50%;
}

.modal .modal-content .form-group .custom-checkbox input[type=checkbox]+span:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "";
	line-height: 20px;
	width: 21px;
	text-align: center;
	position: absolute;
}

.modal .modal-content .form-group .custom-checkbox input[type=radio]+span:after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #bb8e62;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50%;
}

.modal .modal-content .btn-bg,.modal .modal-content .btn-opacity {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	display: block;
	width: 100%;
	box-shadow: none;
	border: 0;
	height: 54px;
	line-height: 54px;
	border-radius: 5px;
	background-color: #bb8e62;
	color: #fff;
	font-size: 25px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 2px;
}

.modal .modal-content .btn-bg:hover,.modal .modal-content .btn-opacity:hover {
	text-decoration: none;
}

@media(max-width: 359px) {
	.modal .modal-content .btn-bg,.modal .modal-content .btn-opacity {
		font-size: 24px;
	}
}

.modal .modal-content .btn-bg:hover,.modal .modal-content .btn-opacity:hover {
	background-color: #866748;
}

.modal .modal-content .btn-opacity {
	border: 1px solid #bb8e62;
	background-color: rgba(0,0,0,0);
	color: #d12929;
	text-align: center;
}

.modal .modal-content .btn-opacity:hover {
	border: 1px solid #7b5536;
	background-color: #7b5536;
	color: #fff;
}

.modal .modal-content .btn-forgot {
	color: #bb8e62;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}

.modal .forgot_password {
	margin-top: -9px;
	margin-bottom: 27px;
}

.modal .social_auth {
	margin-bottom: 30px;
}

.modal .social_auth p {
	color: #fffefe;
	font-size: 18px;
	margin-bottom: 19px;
}

.modal .modal-dialog {
	max-width: 768px;
	width: 100%;
	margin: 95px auto 30px;
}

@media(max-width: 969px) {
	.modal .modal-dialog {
		margin: 60px auto 30px;
	}
}

.modal .modal-content {
	background-color: #ddd;
}

.modal .modal-content .modal-header {
	border: 0;
	color: #d12929;
	font-size: 33px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	height: initial;
	min-height: initial;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media(max-width: 767px) {
	.modal .modal-content .modal-header {
		font-size: 44px;
	}
}

@media(max-width: 479px) {
	.modal .modal-content .modal-header {
		font-size: 8vw;
	}
}

.modal.modal-registration .modal-content .modal-header {
	color: #bb8e62;
}

.modal.modal-registration .modal-dialog,.modal.modal-login .modal-dialog,.modal.modal-update .modal-dialog {
	max-width: 540px;
	width: 100%;
}

.modal.modal-registration .modal-content,.modal.modal-login .modal-content,.modal.modal-update .modal-content {
	border: 1px solid #3c3c3c;
	background-color: rgba(20,20,20,.8);
}

.modal.modal-registration .modal-content .modal-body,.modal.modal-login .modal-content .modal-body,.modal.modal-update .modal-content .modal-body {
	padding: 40px;
}

.modal.modal-registration .modal-content .form-control,.modal.modal-login .modal-content .form-control,.modal.modal-update .modal-content .form-control {
	border: 1px solid #6a5846;
	background-color: rgba(0,0,0,.1);
	color: #fff;
	text-align: left;
}

.modal.modal-registration .modal-content .form-control .opacity,.modal.modal-login .modal-content .form-control .opacity,.modal.modal-update .modal-content .form-control .opacity {
	color: rgba(255,255,255,.5);
}

.modal form {
	max-width: 450px;
	margin: 0 auto;
}

.halloween .modal.modal-login .modal-content {
	margin-top: 140px;
}

@media(min-width: 960px) {
	.halloween .modal.modal-login .modal-content {
		margin-top: 180px;
	}
}

.halloween .modal.modal-login .modal-content:after {
	content: "";
	position: absolute;
	width: 224px;
	height: 87px;
	top: -87px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url("/resources/images/elements/halloween-decor-mob.png") no-repeat center/contain;
	pointer-events: none;
}

.christmas-decor .modal.modal-login .modal-content {
	margin-top: 175px;
}

@media(min-width: 768px) {
	.christmas-decor .modal.modal-login .modal-content {
		margin-top: 210px;
	}
}

.christmas-decor .modal.modal-login .modal-content:after {
	content: "";
	position: absolute;
	width: 181px;
	height: 127px;
	top: -112px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url("/resources/images/elements/santa-decor-mob.png") no-repeat center/contain;
	pointer-events: none;
}

@media(min-width: 768px) {
	.christmas-decor .modal.modal-login .modal-content:after {
		width: 196px;
		height: 191px;
		top: -132px;
		left: auto;
		right: 67px;
		-ms-transform: none;
		transform: none;
		background: url("/resources/images/elements/santa-decor-desk.png") no-repeat center/contain;
	}
}

.christmas-decor .modal.modal-login .modal-content .modal-header {
	text-align: left;
}

.valentines-decor .modal.modal-login .modal-content {
	margin-top: 235px;
}

@media(min-width: 768px) {
	.valentines-decor .modal.modal-login .modal-content {
		margin-top: 260px;
	}
}

.valentines-decor .modal.modal-login .modal-content:after {
	content: "";
	position: absolute;
	width: 252px;
	height: 161px;
	top: -162px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url("/resources/images/elements/valentines-decor-mob.png") no-repeat center/contain;
	pointer-events: none;
}

@media(min-width: 768px) {
	.valentines-decor .modal.modal-login .modal-content:after {
		width: 271px;
		height: 234px;
		top: -161px;
		left: auto;
		right: 109px;
		-ms-transform: none;
		transform: none;
		background: url("/resources/images/elements/valentines-decor-desc.png") no-repeat center/contain;
	}
}

.valentines-decor .modal.modal-login .modal-content .modal-header {
	text-align: left;
}

.g-recaptcha>div>div {
	margin-right: auto;
	margin-left: auto;
}

@media(max-width: 767px) {
	.g-recaptcha>div>div iframe {
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@media(max-width: 430px) {
	.g-recaptcha>div>div iframe {
		-ms-transform: scale(0.7) translateX(-65px);
		transform: scale(0.7) translateX(-65px);
	}
}

.modal.modal-update .modal-dialog {
	width: calc(100% - 20px);
	max-width: 1200px;
	padding: 0;
}

.modal.modal-update .modal-dialog form {
	max-width: 100%;
}

.modal.modal-update .modal-dialog form .form-group .custom-checkbox input+span+span {
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}

.modal.modal-update .modal-dialog .terms-and-policy-update {
	margin: 0 0 20px 0 !important;
}

.modal.modal-update .modal-dialog .modal-content .modal-body {
	padding-left: 15px;
	padding-right: 15px;
}

.terms-reject {
	display: block;
	width: 100%;
	padding: 0;
	margin: 10px 0 0 0;
	color: #fffefe;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	text-align: left;
}

.terms-reject a {
	color: #fffefe;
	text-decoration: underline;
	outline: none;
}

.terms-reject a:hover,.terms-reject a:focus,.terms-reject a:active {
	color: #fffefe;
	text-decoration: none;
}

@media(max-width: 1350px) {
	html.mm-blocking #mm-blocker {
		z-index: 100;
	}

	html.mm-opening .mm-slideout {
		-ms-transform: translate(0, 0) !important;
		transform: translate(0, 0) !important;
	}

	.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
		background: none;
		-webkit-tap-highlight-color: rgba(0,0,0,0);
		opacity: 1;
	}

	.mm-menu.mm-theme-black {
		z-index: 111;
		background-color: #141414;
	}

	.nicescroll-rails {
		z-index: 1 !important;
	}

	.close {
		position: absolute;
		top: 10px;
		right: 10px;
		opacity: 1;
		float: none;
	}

	.close:before {
		content: "";
		background: url("/resources/images/close_m.png") 0 0 no-repeat;
		width: 20px;
		height: 20px;
		display: block;
	}

	.user-info {
		min-height: 66px;
	}

	.mm-panel {
		border-right: 1px solid #000;
	}

	.mm-panel .mobile-auth {
		margin: 0 -10px 0 -40px;
		list-style: none;
		border: 0;
		padding: 0 !important;
		text-align: center;
	}

	.mm-panel .mobile-auth .logo {
		max-width: initial;
		height: 52px;
	}

	.mm-panel .mobile-auth .guest-wrapper {
		padding: 15px 0;
		background-color: #2a2c2b;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.mm-panel .mobile-auth .guest-wrapper .btn-group+.btn-group {
		margin-top: 10px;
	}

	.mm-panel .mobile-auth .user-wrapper .actions {
		padding: 15px 0;
		background-color: #2a2c2b;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mm-panel .mobile-auth .user-wrapper .actions .btn-group+.btn-group {
		margin-left: 10px;
	}

	.mm-panel .mobile-auth .user-wrapper .user-statuses {
		padding: 15px 20px;
		text-align: left;
	}

	.mm-panel .mobile-auth .user-wrapper .user-statuses .color {
		color: #bb8e62;
	}

	.mm-panel .mobile-auth .language_selector {
		float: left;
		min-width: 1px;
		margin-top: 13px;
		margin-left: 10px;
	}

	.mm-panel .mobile-auth .language_selector .btn-locale {
		background: rgba(0,0,0,0);
		border: 0;
		box-shadow: none;
		padding: 0 20px 0 14px;
	}

	.mm-panel .mobile-auth .language_selector .dropdown-menu {
		background-color: #06171f;
		box-shadow: none;
		border-radius: 0 0 5px 5px;
	}

	.mm-panel .mobile-auth .user__name {
		color: #7c7c7c;
		font-size: 15px;
		line-height: 30px;
	}

	.mm-panel .mobile-auth .user__balance {
		color: #7c7c7c;
		font-size: 15px;
		line-height: 30px;
	}

	.mm-panel .mobile-auth .login_lnk {
		height: 40px;
		border-radius: 5px;
		line-height: 40px;
		padding: 0 30px;
		display: inline-block;
		font-family: "aTitleGothic",sans-serif;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		opacity: 1;
		text-decoration: none;
		transition: color 0s;
		max-width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		vertical-align: middle;
		border: 1px solid #7b5536;
		background-color: rgba(0,0,0,0);
		color: #fff;
		padding: 0 15px;
	}

	.mm-panel .mobile-auth .login_lnk:hover {
		text-decoration: none;
	}

	.mm-panel .mobile-auth .login_lnk:hover {
		border: 1px solid #7b5536;
		background-color: #7b5536;
		color: #fff;
	}

	.mm-panel .mobile-auth .register_lnk {
		height: 40px;
		border-radius: 5px;
		line-height: 40px;
		padding: 0 30px;
		display: inline-block;
		font-family: "aTitleGothic",sans-serif;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		opacity: 1;
		text-decoration: none;
		transition: color 0s;
		max-width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		vertical-align: middle;
		border: 1px solid #bb8e62;
		background-color: #bb8e62;
		color: #fff;
		padding: 0 15px;
	}

	.mm-panel .mobile-auth .register_lnk:hover {
		text-decoration: none;
	}

	.mm-panel .mobile-auth .register_lnk:hover {
		border: 1px solid #866748;
		background-color: #866748;
	}

	.mm-panel .mobile-auth .btn-success {
		height: 40px;
		border-radius: 5px;
		line-height: 40px;
		padding: 0 30px;
		display: inline-block;
		font-family: "aTitleGothic",sans-serif;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		opacity: 1;
		text-decoration: none;
		transition: color 0s;
		max-width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		vertical-align: middle;
		border: 1px solid #7bbb62;
		background-color: #7bbb62;
		text-shadow: none;
		box-shadow: none;
		background-image: none;
		color: #fff;
		padding: 0 15px;
	}

	.mm-panel .mobile-auth .btn-success:hover {
		text-decoration: none;
	}

	.mm-panel .mobile-auth .btn-success:hover {
		border: 1px solid #5b8a49;
		background-color: #5b8a49;
	}

	.mm-panel .mobile-auth .btn-withdraw {
		height: 40px;
		border-radius: 5px;
		line-height: 40px;
		padding: 0 30px;
		display: inline-block;
		font-family: "aTitleGothic",sans-serif;
		font-size: 18px;
		font-weight: 400;
		text-transform: uppercase;
		opacity: 1;
		text-decoration: none;
		transition: color 0s;
		max-width: 100%;
		text-overflow: ellipsis;
		overflow: hidden;
		vertical-align: middle;
		border: 1px solid #7b5536;
		background-color: rgba(0,0,0,0);
		text-shadow: none;
		box-shadow: none;
		background-image: none;
		color: #fff;
		padding: 0 15px;
	}

	.mm-panel .mobile-auth .btn-withdraw:hover {
		text-decoration: none;
	}

	.mm-panel .mobile-auth .btn-withdraw:hover {
		border: 1px solid #7b5536;
		background-color: #7b5536;
	}

	.mm-panel li[type=left-menu-mobile] ul,.mm-panel li.left-menu-mobile ul {
		margin: 0 -10px 0 -40px;
		list-style: none;
		padding: 0 10px 0 40px;
	}

	.mm-panel li[type=left-menu-mobile] ul .mobile-left-menu,.mm-panel li.left-menu-mobile ul .mobile-left-menu {
		margin: 0;
		padding: 0;
		border-top: 1px solid #1d1d1d;
	}

	.mm-panel li[type=left-menu-mobile] ul .mobile-left-menu a,.mm-panel li.left-menu-mobile ul .mobile-left-menu a {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		min-height: 60px;
		line-height: 1.2;
		color: #976d49;
		font-size: 15px;
		white-space: normal;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		padding: 10px 20px;
		text-transform: uppercase;
		position: relative;
	}

	.mm-panel li[type=left-menu-mobile] ul .mobile-left-menu a.current,.mm-panel li.left-menu-mobile ul .mobile-left-menu a.current {
		color: #fff;
	}

	.mm-panel li[type=left-menu-mobile] ul .mobile-left-menu a.pulse-link,.mm-panel li.left-menu-mobile ul .mobile-left-menu a.pulse-link {
		color: #fc8d1a;
		animation: blinker 2s linear infinite;
	}

	.mm-panel li[type=left-menu-mobile] ul .mobile-left-menu a.pulse-link.current,.mm-panel li.left-menu-mobile ul .mobile-left-menu a.pulse-link.current {
		text-decoration: underline;
	} @keyframes blinker {
		50%{color: #b2610d;
	}
}

.mm-panel li[type=left-menu-mobile] ul .mobile-left-menu--chat,.mm-panel li.left-menu-mobile ul .mobile-left-menu--chat {
	background-color: #ca000e;
}

.mm-panel li[type=left-menu-mobile] ul .mobile-left-menu--chat a,.mm-panel li.left-menu-mobile ul .mobile-left-menu--chat a {
	color: #fff;
}

.mm-panel li.left-menu-mobile .logo {
	margin-top: 10px;
	display: inline-block;
	padding: 5px;
	float: none;
}

.mm-panel li.left-menu-mobile ul .mobile-left-menu.language-title a {
	position: relative;
}

.mm-panel li.left-menu-mobile ul .mobile-left-menu.language-title a:after {
	content: "";
	background: url(/resources/images/user_menu_arrow.png) center center no-repeat;
	display: block;
	position: absolute;
	right: 15px;
	width: 16px;
	height: 11px;
	top: 18px;
}

.mm-panel li.left-menu-mobile ul .mobile-left-menu.language-title a.opened:after {
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
}

.mm-panel li.left-menu-mobile ul .mobile-left-menu.languages a {
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.mm-panel li.left-menu-mobile ul .mobile-left-menu.languages a:before {
	display: none;
}

.mm-panel li.left-menu-mobile ul .mobile-left-menu--account {
	background-color: #7a5636;
}

.mm-panel li.left-menu-mobile ul .mobile-left-menu--account a {
	color: #fff;
}

.mm-panel li.left-menu-mobile [type=left-menu-mobile-banner] {
	position: relative;
}

.mm-panel li.left-menu-mobile [type=left-menu-mobile-banner] .bonus-text {
	position: absolute;
	top: 12%;
	left: 5%;
	width: 59%;
}

.mm-panel li.left-menu-mobile [type=left-menu-mobile-banner] .bonus-text>div {
	text-align: center;
	font-size: 200%;
	color: #fff;
	line-height: 1.4;
}}

@media(max-width: 1350px)and (max-width: 480px) {
	.mm-panel li.left-menu-mobile [type=left-menu-mobile-banner] .bonus-text>div {
		font-size: 120%;
	}
}

@media(max-width: 1350px) {
	.mm-panel li.left-menu-mobile [type=left-menu-mobile-banner] .bonus-text>div.lg {
		font-size: 500%;
		font-weight: bold;
	}
}

@media(max-width: 1350px)and (max-width: 480px) {
	.mm-panel li.left-menu-mobile [type=left-menu-mobile-banner] .bonus-text>div.lg {
		font-size: 250%;
	}
}

@media(max-width: 1350px) {
	.mm-panel li.left-menu-mobile [type=left-menu-mobile-banner] .bonus-text>div.yellow {
		color: #ffb600;
	}
}

@media(max-width: 1350px) {
	.mm-panel li.left-menu-mobile [type=left-menu-mobile-banner] .bonus-text>div.bold {
		font-weight: bold;
	}
}

@media(max-width: 1350px) {
	.mm-panel .mobile-left-menu a:before {
		content: "";
		background-position-x: 0;
		background-position-y: 0;
		background: url("/resources/images/mobile_menu_icon_sprite.png") no-repeat;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		margin-top: -15px;
		left: 10px;
		display: none;
	}

	.mm-panel .mobile-left-menu a.current:before {
		background-position-x: -30px;
	}

	.mm-panel .mobile-left-menu a.left-menu-games:before {
		background-position-y: 0;
	}

	.mm-panel .mobile-left-menu a.left-menu-promotions:before {
		background-position-y: -30px;
	}

	.mm-panel .mobile-left-menu a.left-menu-vip-club:before {
		background-position-y: -60px;
	}

	.mm-panel .mobile-left-menu a.left-menu-account:before {
		background-position-y: -90px;
		background-position-x: -30px;
	}

	.mm-panel .mobile-left-menu a.left-menu-the-legend:before {
		background-position-y: -120px;
	}

	.mm-panel .mobile-left-menu a.left-menu-faq:before {
		background-position-y: -150px;
	}

	.mm-panel .mobile-left-menu a.left-menu-payments:before {
		background-position-y: -180px;
	}

	.mm-panel .mobile-left-menu a.left-menu-live_support:before {
		background-position-y: -240px;
		background-position-x: -30px;
	}

	.mm-panel .mobile-left-menu a.left-menu-terms-and-conditions:before {
		background-position-y: -270px;
	}

	.mm-panel .mobile-left-menu a.left-menu-language:before {
		background-position-y: -300px;
	}

	.mm-panel .mobile-left-menu a.left-menu-log_out:before {
		background-position-y: -330px;
	}
}

@media(max-width: 1350px) {
	.mm-panel .button-block {
		text-align: center;
	}

	.mm-panel .button-block .register-link {
		margin-bottom: 5px;
		background-color: #23861a;
		background-image: linear-gradient(to top, #23861a 0, #3bbc25 100%);
		border-radius: 7px;
		box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		line-height: 40px;
		display: inline-block;
		height: 40px;
		text-shadow: 0 1px 0 rgba(0,0,0,.5);
		color: #fff;
		font-family: "Open Sans",sans-serif;
		font-size: 17px;
		font-weight: 700;
		text-transform: uppercase;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		margin-top: 10px;
		padding: 0 5px;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 320px;
	}

	.mm-panel .button-block .login-link {
		width: 90%;
		background-color: #fd9426;
		background-image: linear-gradient(to top, #fd9426 0, #fdbd2c 100%);
		line-height: 40px;
		border-radius: 7px;
		box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		display: inline-block;
		height: 40px;
		text-shadow: 0 1px 0 rgba(255,255,255,.5);
		color: #352600;
		font-family: "Open Sans",sans-serif;
		font-size: 17px;
		font-weight: 700;
		text-transform: uppercase;
		text-align: center;
		margin-top: 5px;
		padding: 0 5px;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
		max-width: 320px;
	}

	.mm-panel .button-block .auth-left-text {
		margin-bottom: 15px;
		text-align: center;
	}
}

@media(max-width: 1350px) {
	.modal-login .modal-dialog {
		width: 100%;
	}
}

@media(max-width: 1350px) {
	.languages-wrap {
		display: none;
	}
}

@media(max-width: 1350px) {
	.main .inner .content_area .page_title h1 {
		padding-left: 0;
		background: none;
		line-height: 35px;
	}

	.main .inner .content_area .games_search .search-box .search_input {
		padding-right: 0;
	}

	.main .inner .content_area .games_search .search-box .search_set_provider {
		display: none;
	}

	.main .inner .game-category {
		overflow: hidden;
	}

	.main .inner .game-category ul {
		border-radius: 0;
		background: none;
		border-top: 0;
		border-right: 0;
		border-left: 0;
		white-space: nowrap;
		height: 37px;
	}

	.main .inner .game-category ul li {
		padding: 0;
		margin-top: 0;
		width: 33%;
		font-size: 0;
		vertical-align: top;
	}

	.main .inner .game-category ul li a {
		height: 37px;
		font-size: 12px;
		color: #606060;
		border-bottom: 4px solid #968d87;
		text-shadow: 0 2px 0 #fff;
		font-weight: 700;
	}

	.main .inner .game-category ul li a:hover {
		border-bottom: 4px solid #ff9200;
		color: #0c0c0c;
		text-shadow: 0 2px 0 #fff;
		font-weight: 700;
	}

	.main .inner .game-category ul li a:before {
		display: none;
	}

	.main .inner .game-category ul li.current a {
		border-bottom: 4px solid #ff9200;
		color: #0c0c0c;
		text-shadow: 0 2px 0 #fff;
		font-weight: 700;
	}
}

@media(max-width: 1350px) {
	#menu .menu-flex {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
	}

	#menu .menu__logo {
		max-width: 100px;
		margin: 0 16px 0 13px;
		padding: 0;
	}

	#menu .menu__logo img {
		max-width: 100%;
	}

	#menu .mobile-locale__wrapper {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		margin: 0;
		padding: 0;
		width: 65px;
		height: 35px;
		background-color: #2a2c2b;
		border-radius: 4px;
	}

	#menu .mobile-locale__item {
		padding: 0;
		margin: 0;
		width: 25px;
		height: 25px;
	}

	#menu .mobile-locale__item--current {
		position: relative;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		height: 100%;
		padding: 5px 9px 5px 11px;
	}

	#menu .mobile-locale__item img {
		width: 25px;
		height: 25px;
	}

	#menu .mobile-locale__icon {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		right: 10px;
	}

	#menu .mobile-locale__icon img {
		width: 10px;
		height: 6px;
		transition: .2s ease;
	}

	#menu .mobile-locale__item--current.opened .mobile-locale__icon img {
		-ms-transform: rotate(180deg);
		transform: rotate(180deg);
		transition: .2s ease;
	}

	#menu .mobile-locale__drop {
		position: absolute;
		z-index: 999;
		top: calc(100% + 2px);
		left: 0;
		display: none;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
		margin: 0;
		padding: 10px 12px;
		background-color: #2a2c2b;
	}

	#menu .mobile-locale__drop.opened {
		display: -ms-flexbox;
		display: flex;
	}

	#menu .mobile-locale__drop .mobile-locale__item {
		margin-bottom: 5px;
	}

	#menu .mobile-locale__link {
		margin: 0;
		padding: 0;
	}
}

body.page-cms {
	background-image: url("/resources/images/dark_bg.png");
	background-size: 100% auto;
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #000;
}

body.page-cms .main>.inner {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
}

.cms-with-sidebar {
	margin-top: 40px;
}

.cms-with-sidebar .decore-title,.cms-with-sidebar h1 {
	color: #976d49;
	font-size: 30px;
	font-weight: 400;
	line-height: 41px;
	text-transform: uppercase;
	position: relative;
	margin: 10px 0 15px;
	padding-left: 10px;
}

.cms-with-sidebar .decore-title:before,.cms-with-sidebar h1:before {
	content: "";
	position: absolute;
	width: 400px;
	height: 3px;
	background-color: #976d49;
	top: -2px;
	left: 0;
}

@media(max-width: 767px) {
	.cms-with-sidebar .decore-title:before,.cms-with-sidebar h1:before {
		width: 300px;
	}
}

@media(max-width: 767px) {
	.cms-with-sidebar .decore-title:before,.cms-with-sidebar h1:before {
		width: 90%;
	}
}

.cms-with-sidebar p {
	color: #636363;
	font-size: 18px;
	padding-left: 10px;
	font-weight: 400;
}

@media(max-width: 767px) {
	.cms-with-sidebar p {
		font-size: 16px;
	}
}

.cms-with-sidebar ul,.cms-with-sidebar ol {
	margin-left: 25px;
	color: #636363;
	font-family: Roboto,sans-serif;
	font-size: 16px;
}

.cms-with-sidebar strong {
	font-weight: 700;
}

.cms-with-sidebar h2 {
	color: #976d49;
	font-size: 22px;
	font-weight: 400;
	padding-left: 10px;
	line-height: 41px;
	text-transform: uppercase;
	position: relative;
	margin: 10px 0 15px;
}

.cms-with-sidebar h2:after {
	content: "";
	position: absolute;
	width: 240px;
	height: 1px;
	background-color: #976d49;
	bottom: 5px;
	left: 0;
}

.cms-with-sidebar h3,.cms-with-sidebar h4,.cms-with-sidebar h5 {
	margin: 10px 0;
}

.cms-with-sidebar .btn.btn_lg.btn-success {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	background-color: #7bbb62;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	border: 0;
	font-size: 16px;
	padding: 0 10px;
	min-width: 100px;
}

.cms-with-sidebar .btn.btn_lg.btn-success:hover {
	text-decoration: none;
}

.cms-with-sidebar .btn.btn_lg.btn-success:hover {
	background-color: #5b8a49;
	background-image: none;
	border: 0;
}

@media(max-width: 767px) {
	.cms-with-sidebar .table-scroll {
		overflow-x: auto;
	}

	.cms-with-sidebar .table-scroll .table {
		min-width: 670px;
	}
}

.cms-with-sidebar span[type=withdraw] .btn.btn_lg.btn-success {
	background-color: #ce4141;
}

.cms-with-sidebar span[type=withdraw] .btn.btn_lg.btn-success:hover {
	background-color: #ac3636;
}

.cms-with-sidebar .content-part-cms {
	background-color: #fff;
	padding: 50px 30px;
}

@media(min-width: 1200px) {
	.cms-with-sidebar .content-part-cms {
		margin-right: 30px;
	}
}

@media(max-width: 767px) {
	.cms-with-sidebar .content-part-cms {
		padding: 50px 10px;
	}
}

.cms-with-sidebar .content-part-cms img {
	max-width: 100%;
}

.cms-with-sidebar .sidebar-cms {
	background-color: rgba(0,0,0,.8);
	padding-bottom: 30px;
}

.cms-with-sidebar .sidebar-cms .catalog_list {
	background-color: rgba(8,8,8,.8);
	padding: 25px 5px 25px 5px;
	margin: 0 auto;
	max-width: 330px;
}

@media(max-width: 969px) {
	.cms-with-sidebar .sidebar-cms .catalog_list {
		padding-left: 0;
		padding-right: 0;
	}
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item {
	display: inline-block;
	max-width: 320px;
	width: 100%;
	margin: 15px auto;
	position: relative;
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item .item_info {
	margin-top: 0;
	margin-left: 0;
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item .item_info .item_name {
	height: 40px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #bb8e62;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	background-color: #000;
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item .actions_btn {
	display: none;
	background-color: #9c2626;
	z-index: 5;
	position: absolute;
	width: 100%;
	text-align: center;
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item .actions_btn .button-game {
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item .actions_btn .button-game-fun {
	position: absolute;
	right: 0;
	bottom: -40px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 41px;
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item .actions_btn .add-favorite {
	position: absolute;
	left: 0;
	top: inherit;
	bottom: -27px;
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item.hover {
	border: 1px solid rgba(0,0,0,0);
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item.hover:before {
	content: "";
	display: block;
	background-color: #bb8e62;
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -80px;
	z-index: 3;
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item.hover .item_image {
	z-index: 5;
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item.hover .item_info {
	background-color: #000;
	z-index: 5;
}

.cms-with-sidebar .sidebar-cms .catalog_list .catalog_list_item.hover .actions_btn {
	display: block;
}

.faq__inner p {
	background-color: #f4f4f4;
	padding: 10px 15px 15px;
	color: #636363;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
}

.faq h3,.faq h4 {
	margin: 0;
	color: #976d49;
	cursor: pointer;
	font-weight: 400;
}

.faq h3:before,.faq h4:before {
	content: "";
	width: 16px;
	height: 9px;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.faq h3.is-active,.faq h4.is-active {
	color: #976d49;
	font-weight: 600;
}

.faq h3.is-active:before,.faq h4.is-active:before {
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.faq h3 {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 15px;
	position: relative;
}

.faq h3:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAABFUlEQVQoU4WSPVLDQAyFn+wUpoMTMNzAOQE2BGaWynQODeEEcAPCCeAGhAa2IzTxDDiwNzDcIDcAKlzgPGYTh98NUaVZSZ+kpxUA2MzSnkD2x+DBvdI9+7bINrK040HOCV4Mle6ILYgekmW/DAwoq15D4rvty8f/QFu3eyErFgSfqqCMTNx/mYCsTYNjQ+C5CsqmDbpgddNCgJV3IDRKj2zeJ2iy4qCdiOCaRH+4c7XrArUGbQPBOsA4V9rMcn6AatiZCA4BnuRKd7/DWlnaBeTYFfsDsoWurrNpAd7kSie/p3WCrA6NMhiRwkrYtEU+pQDwWi29hS79nKAv8VmAmF5QuCa+F8276FxQveIRBKfWX/THPgCUV3wKFJvO8QAAAABJRU5ErkJggg==) 50% 50% no-repeat;
}

.faq h3:after {
	content: "";
	position: absolute;
	width: 380px;
	max-width: 90%;
	height: 1px;
	background-color: #976d49;
	bottom: -5px;
	left: 0;
}

@media(max-width: 767px) {
	.faq h3 {
		font-size: 20px;
		font-weight: normal;
	}
}

.faq h4 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	border-bottom: 1px solid #d0d0d0;
	padding-left: 30px;
}

.faq h4:before {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAJCAYAAAA/33wPAAABAElEQVQoU4WSwVXDMAyGJV+cI0zQxwbpBLQblAlaJoBc8qwT5aQkl7ABZQJgg25Q2IANgGMu+XnKM7xAXaqTLdnfL/8yExGp6oaZlwAuRWRjuWOhqitmvgfwICIrtgtt2550Xbcloolzbl6W5ct/oKZp8r7vd0T06r2fFUXxMYAsYtFg7977qRVTsChqkFMAuYi82bkfkG3qul4AeCSipxDCRQqkqltmPgcwFxETHuIXyBJVVd0R0RWAWxFZj2Gqumbmm1RtDxTN31MddfscQlj87TYJij7Y2wFgOrTOvAPwmWVZnvIvCRqZb6Z+T/DMOTc7NNGDoGj+NYDW1sf+2BdVzIoK5oyGEgAAAABJRU5ErkJggg==) 50% 50% no-repeat;
}

@media(max-width: 767px) {
	.faq h4 {
		font-size: 16px;
		font-weight: bold;
	}
}

@media(max-width: 800px) {
	.responsive>tbody>tr {
		border: 1px solid #ccc;
		margin-bottom: 10px;
	}

	.responsive>tbody>tr>td {
		font-size: 14px;
	}

	.responsive>tbody>tr>td::before {
		padding-right: 0 !important;
		font-size: 12px;
		top: 50%;
		text-transform: uppercase;
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

@media(max-width: 479px) {
	.responsive>tbody>tr>td {
		font-size: 12px;
	}

	.responsive>tbody>tr>td::before {
		font-size: 12px;
	}
}

.page-cms-bonus .bonus-caption {
	margin-top: 30px;
	margin-left: -25px;
}

.page-cms-bonus .bonus-caption img {
	max-width: 100%;
}

.page-cms-bonus .bonus-caption-text,.page-cms-bonus .bonus-caption-image {
	padding-top: 23px;
	padding-bottom: 20px;
}

@media(max-width: 991px) {
	.page-cms-bonus .bonus-caption-text,.page-cms-bonus .bonus-caption-image {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

.page-cms-bonus .bonus-caption-text {
	color: #fff;
	font-family: "aTitleGothic",sans-serif;
	font-size: 40px;
	line-height: 97px;
	text-align: right;
}

@media(max-width: 1199px) {
	.page-cms-bonus .bonus-caption-text {
		font-size: 36px;
	}
}

@media(max-width: 991px) {
	.page-cms-bonus .bonus-caption-text {
		font-size: 25px;
	}
}

@media(max-width: 767px) {
	.page-cms-bonus .bonus-caption-text {
		font-size: 16px;
		line-height: 60px;
	}
}

@media(max-width: 479px) {
	.page-cms-bonus .bonus-caption-text {
		font-size: 12px;
		line-height: 50px;
		white-space: nowrap;
	}
}

@media(max-width: 767px) {
	.page-cms-bonus .bonus-mobile-border {
		height: 18px;
		background: url("/resources/images/promo/shape-11-m.png") center center no-repeat;
		background-size: contain;
	}

	.page-cms-bonus .bonus-mobile-border img {
		display: none;
	}
}

.page-cms-bonus .container-wrap {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.page-cms-bonus .bonus-description {
	font-family: "aTitleGothic",sans-serif;
	padding-top: 76px;
	padding-bottom: 37px;
	overflow: hidden;
}

@media(max-width: 767px) {
	.page-cms-bonus .bonus-description {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

@media(max-width: 479px) {
	.page-cms-bonus .bonus-description {
		padding-top: 15px;
		padding-bottom: 15px;
	}
}

.page-cms-bonus .bonus-description .header {
	width: 100%;
	float: left;
	padding-bottom: 40px;
	position: relative;
}

@media(max-width: 991px) {
	.page-cms-bonus .bonus-description .header {
		float: none;
	}
}

.page-cms-bonus .bonus-description .header:before {
	content: "";
	background: url("/resources/images/pattern-kingbilly.png") left top repeat;
	display: block;
	width: 635px;
	height: 235px;
	position: absolute;
	z-index: -1;
	left: 76px;
	top: -58px;
}

@media(max-width: 991px) {
	.page-cms-bonus .bonus-description .header:before {
		left: 0;
	}
}

.page-cms-bonus .bonus-description .bonus-right-image {
	float: right;
	width: 45%;
	margin-top: -255px;
	position: relative;
}

@media(max-width: 1199px) {
	.page-cms-bonus .bonus-description .bonus-right-image {
		margin-top: -100px;
	}
}

@media(max-width: 991px) {
	.page-cms-bonus .bonus-description .bonus-right-image {
		float: none;
		margin: 0 auto;
		max-width: 450px;
		width: 100%;
	}
}

.page-cms-bonus .bonus-description .bonus-right-image img {
	max-width: 100%;
}

.page-cms-bonus .bonus-description .bonus-right-image .bonus-info {
	position: absolute;
	left: 50%;
	bottom: 30px;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: inline-block;
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

@media(max-width: 1199px) {
	.page-cms-bonus .bonus-description .bonus-right-image .bonus-info {
		bottom: 20px;
	}
}

@media(max-width: 475px) {
	.page-cms-bonus .bonus-description .bonus-right-image .bonus-info {
		bottom: 15px;
	}
}

.page-cms-bonus .bonus-description .bonus-right-image .bonus-info>div {
	display: inline-block;
	color: #e9bc90;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	vertical-align: top;
}

@media(max-width: 1199px) {
	.page-cms-bonus .bonus-description .bonus-right-image .bonus-info>div {
		font-size: 20px;
	}
}

@media(max-width: 320px) {
	.page-cms-bonus .bonus-description .bonus-right-image .bonus-info>div {
		font-size: 14px;
	}
}

.page-cms-bonus .bonus-description .bonus-right-image .bonus-info .plus {
	color: #bb8e62;
	font-size: 30px;
	line-height: 60px;
	padding: 0 20px;
}

@media(max-width: 1199px) {
	.page-cms-bonus .bonus-description .bonus-right-image .bonus-info .plus {
		font-size: 25px;
	}
}

@media(max-width: 475px) {
	.page-cms-bonus .bonus-description .bonus-right-image .bonus-info .plus {
		line-height: 30px;
	}
}

.page-cms-bonus .bonus-description .bonus-right-image .bonus-info .number {
	color: #fff;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
}

@media(max-width: 1199px) {
	.page-cms-bonus .bonus-description .bonus-right-image .bonus-info .number {
		font-size: 50px;
	}
}

@media(max-width: 479px) {
	.page-cms-bonus .bonus-description .bonus-right-image .bonus-info .number {
		font-size: 26px;
	}
}

@media(max-width: 320px) {
	.page-cms-bonus .bonus-description .bonus-right-image .bonus-info .number {
		font-size: 16px;
	}
}

.page-cms-bonus .h1-title {
	color: #bb8e62;
	font-size: 70px;
	font-family: "aTitleGothic",sans-serif;
	font-weight: 500;
	line-height: 67px;
	text-transform: uppercase;
}

@media(max-width: 767px) {
	.page-cms-bonus .h1-title {
		font-size: 36px;
	}
}

@media(max-width: 479px) {
	.page-cms-bonus .h1-title {
		font-size: 30px;
	}
}

@media(max-width: 320px) {
	.page-cms-bonus .h1-title {
		font-size: 26px;
	}
}

.page-cms-bonus .h2-title {
	color: #fff;
	font-size: 36px;
	font-family: "aTitleGothic",sans-serif;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

@media(max-width: 767px) {
	.page-cms-bonus .h2-title {
		font-size: 25px;
	}
}

@media(max-width: 320px) {
	.page-cms-bonus .h2-title {
		font-size: 20px;
	}
}

.page-cms-bonus .h2-title:after {
	content: "";
	background: url("/resources/images/promo/shape-9.png");
	width: 183px;
	height: 57px;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
}

.page-cms-bonus .deposit-step {
	padding-left: 135px;
}

@media(max-width: 1199px) {
	.page-cms-bonus .deposit-step {
		padding-left: 20px;
	}
}

@media(max-width: 991px) {
	.page-cms-bonus .deposit-step {
		padding-left: 0;
		max-width: 474px;
		width: 100%;
		margin: 0 auto;
	}
}

.page-cms-bonus .deposit-step li {
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 400;
}

@media(max-width: 767px) {
	.page-cms-bonus .deposit-step li {
		font-size: 20px;
	}
}

@media(max-width: 479px) {
	.page-cms-bonus .deposit-step li {
		font-size: 12px;
	}
}

@media(max-width: 320px) {
	.page-cms-bonus .deposit-step li {
		font-size: 10px;
	}
}

.page-cms-bonus .deposit-step li img {
	margin-right: 20px;
	margin-left: 10px;
}

@media(max-width: 320px) {
	.page-cms-bonus .deposit-step li img {
		margin-right: 10px;
		margin-left: 0;
	}
}

.page-cms-bonus .bonus-description-second {
	max-width: 1230px;
	margin: 0 auto;
	color: #fff;
	line-height: 1.1;
	font-size: 24px;
	font-weight: 400;
	padding-bottom: 40px;
}

@media(max-width: 991px) {
	.page-cms-bonus .bonus-description-second {
		font-size: 16px;
	}
}

.page-cms-bonus .resp-img {
	max-width: 100%;
}

.page-cms-bonus .deposit-bonus {
	font-family: "aTitleGothic",sans-serif;
	max-width: 1495px;
	margin: 60px auto 0 auto;
}

.page-cms-bonus .deposit-bonus__item {
	max-width: 370px;
	min-height: 465px;
	border: 1px solid #7b5b3d;
	background-color: rgba(0,0,0,.7);
	text-align: center;
	padding: 0 15px;
}

@media(max-width: 991px) {
	.page-cms-bonus .deposit-bonus__item {
		padding: 0 5px;
		margin: 0 -10px;
		min-height: 400px;
	}
}

@media(max-width: 767px) {
	.page-cms-bonus .deposit-bonus__item {
		margin: 10px auto;
	}
}

.page-cms-bonus .deposit-bonus__item_first {
	margin-left: auto;
	color: #e1a119;
}

@media(max-width: 991px) {
	.page-cms-bonus .deposit-bonus__item_first {
		margin: 0 -10px;
	}
}

@media(max-width: 767px) {
	.page-cms-bonus .deposit-bonus__item_first {
		margin: 10px auto;
	}
}

.page-cms-bonus .deposit-bonus__item_second {
	margin-left: auto;
	margin-right: auto;
	color: #15a3bc;
	border-color: #15a3bc;
}

@media(max-width: 991px) {
	.page-cms-bonus .deposit-bonus__item_second {
		margin: 0 -10px;
	}
}

@media(max-width: 767px) {
	.page-cms-bonus .deposit-bonus__item_second {
		margin: 10px auto;
	}
}

.page-cms-bonus .deposit-bonus__item_third {
	margin-right: auto;
	color: #34deac;
	border-color: #34deac;
}

@media(max-width: 991px) {
	.page-cms-bonus .deposit-bonus__item_third {
		margin: 0 -10px;
	}
}

@media(max-width: 767px) {
	.page-cms-bonus .deposit-bonus__item_third {
		margin: 10px auto;
	}
}

.page-cms-bonus .deposit-bonus__img-wrp {
	height: 210px;
	text-align: center;
}

@media(max-width: 991px) {
	.page-cms-bonus .deposit-bonus__img-wrp {
		height: 150px;
	}
}

@media(max-width: 767px) {
	.page-cms-bonus .deposit-bonus__img-wrp {
		height: auto;
	}
}

.page-cms-bonus .deposit-bonus__img-wrp img {
	max-width: 100%;
}

.page-cms-bonus .deposit-bonus__caption {
	color: inherit;
	font-size: 30px;
	font-weight: 400;
	line-height: 41px;
	text-transform: uppercase;
	text-align: center;
	margin: 10px 0;
}

@media(max-width: 991px) {
	.page-cms-bonus .deposit-bonus__caption {
		font-size: 24px;
	}
}

.page-cms-bonus .deposit-bonus__description {
	color: #c7c7c7;
	font-size: 18px;
	line-height: 1;
	font-weight: 300;
	height: 90px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	padding: 0 15px;
}

@media(max-width: 991px) {
	.page-cms-bonus .deposit-bonus__description {
		height: 100px;
		font-size: 16px;
		padding: 0 8px;
	}
}

@media(max-width: 767px) {
	.page-cms-bonus .deposit-bonus__description {
		height: auto;
	}
}

.page-cms-bonus .deposit-bonus__lnk-wrp {
	margin-top: 10px;
	margin-bottom: 15px;
}

.page-cms-bonus .deposit-bonus__terms-lnk {
	color: inherit;
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
}

@media(max-width: 991px) {
	.page-cms-bonus .deposit-bonus__terms-lnk {
		font-size: 14px;
	}
}

.page-cms-bonus .deposit-bonus__terms-lnk:hover,.page-cms-bonus .deposit-bonus__terms-lnk:focus {
	color: inherit;
	text-decoration: none;
}

.page-cms-bonus .deposit-bonus .deposit-promo__btn {
	display: inline-block;
	min-width: 229px;
	height: 60px;
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,0);
	background: rgba(0,0,0,0);
	font-size: 30px;
	font-weight: 400;
	line-height: 56px;
	text-transform: uppercase;
	color: #fff;
}

@media(max-width: 991px) {
	.page-cms-bonus .deposit-bonus .deposit-promo__btn {
		max-width: 92%;
		min-width: 86%;
		font-size: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

.page-cms-bonus .deposit-bonus .deposit-promo._first .deposit-promo__btn {
	border-color: #e1a119;
}

.page-cms-bonus .deposit-bonus .deposit-promo._first .deposit-promo__btn:hover,.page-cms-bonus .deposit-bonus .deposit-promo._first .deposit-promo__btn:focus {
	background: #e1a119;
}

.page-cms-bonus .deposit-bonus .deposit-promo._second .deposit-promo__btn {
	border-color: #15a3bc;
}

.page-cms-bonus .deposit-bonus .deposit-promo._second .deposit-promo__btn:hover,.page-cms-bonus .deposit-bonus .deposit-promo._second .deposit-promo__btn:focus {
	background: #15a3bc;
}

.page-cms-bonus .deposit-bonus .deposit-promo._third .deposit-promo__btn {
	border-color: #34deac;
}

.page-cms-bonus .deposit-bonus .deposit-promo._third .deposit-promo__btn:hover,.page-cms-bonus .deposit-bonus .deposit-promo._third .deposit-promo__btn:focus {
	background: #34deac;
}

.page-cms-bonus .big-bonus-wrp {
	margin-top: 70px;
}

.page-cms-bonus .big-bonus-wrp .big-bonus__item {
	max-width: 570px;
	padding: 0 15px;
	min-height: 450px;
}

@media(max-width: 991px) {
	.page-cms-bonus .big-bonus-wrp .big-bonus__item {
		min-height: 400px;
	}
}

@media(max-width: 767px) {
	.page-cms-bonus .big-bonus-wrp .big-bonus__item {
		min-height: initial;
		margin: 10px auto;
		text-align: center;
	}
}

.page-cms-bonus .big-bonus-wrp .big-bonus__item_first {
	color: #0092ff;
	margin-left: auto;
	text-align: right;
}

@media(max-width: 767px) {
	.page-cms-bonus .big-bonus-wrp .big-bonus__item_first {
		margin: 10px auto;
		text-align: center;
	}
}

.page-cms-bonus .big-bonus-wrp .big-bonus__item_first:after {
	content: "";
	position: absolute;
	top: -10px;
	right: -8px;
	height: 469px;
	width: 16px;
	background: url(/resources/images/promo/line-vertical.png) no-repeat rgba(0,0,0,0);
}

@media(max-width: 991px) {
	.page-cms-bonus .big-bonus-wrp .big-bonus__item_first:after {
		height: 420px;
		background-size: contain;
	}
}

@media(max-width: 767px) {
	.page-cms-bonus .big-bonus-wrp .big-bonus__item_first:after {
		display: none;
	}
}

.page-cms-bonus .big-bonus-wrp .big-bonus__item_second {
	color: #50b937;
	text-align: left;
	margin-right: auto;
}

@media(max-width: 767px) {
	.page-cms-bonus .big-bonus-wrp .big-bonus__item_second {
		margin: 10px auto;
		text-align: center;
	}
}

.page-cms-bonus .big-bonus-wrp .big-bonus__img-wrp {
	height: 210px;
}

.page-cms-bonus .big-bonus-wrp .big-bonus__img-wrp img {
	max-width: 100%;
	height: 100%;
}

@media(max-width: 991px) {
	.page-cms-bonus .big-bonus-wrp .big-bonus__img-wrp img {
		height: auto;
	}
}

@media(max-width: 991px) {
	.page-cms-bonus .big-bonus-wrp .big-bonus__img-wrp {
		height: auto;
		margin-bottom: 10px;
		margin-top: 15px;
	}
}

.page-cms-bonus .big-bonus-wrp .big-bonus__caption {
	color: inherit;
	font-size: 36px;
	font-weight: 400;
	line-height: 41px;
	text-transform: uppercase;
	margin: 10px 0;
	padding: 0 15px;
}

.page-cms-bonus .big-bonus-wrp .big-bonus__description {
	color: #c7c7c7;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.1;
	text-transform: uppercase;
	height: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	padding: 0 15px;
}

@media(max-width: 991px) {
	.page-cms-bonus .big-bonus-wrp .big-bonus__description {
		height: 170px;
		font-size: 16px;
	}
}

.page-cms-bonus .big-bonus-wrp .deposit-promo__btn {
	display: inline-block;
	min-width: 229px;
	height: 60px;
	border-radius: 5px;
	border: 2px solid rgba(0,0,0,0);
	background: rgba(0,0,0,0);
	font-size: 30px;
	font-weight: 400;
	line-height: 56px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 25px;
}

.page-cms-bonus .big-bonus-wrp .deposit-promo._big-bonus_first .deposit-promo__btn {
	border-color: #0092ff;
}

.page-cms-bonus .big-bonus-wrp .deposit-promo._big-bonus_first .deposit-promo__btn:hover,.page-cms-bonus .big-bonus-wrp .deposit-promo._big-bonus_first .deposit-promo__btn:focus {
	background: #0092ff;
}

.page-cms-bonus .big-bonus-wrp .deposit-promo._big-bonus_second .deposit-promo__btn {
	border-color: #50b937;
}

.page-cms-bonus .big-bonus-wrp .deposit-promo._big-bonus_second .deposit-promo__btn:hover,.page-cms-bonus .big-bonus-wrp .deposit-promo._big-bonus_second .deposit-promo__btn:focus {
	background: #50b937;
}

.page-cms-bonus .big-bonus-wrp .deposit-promo._big-bonus_third .deposit-promo__btn {
	border-color: #ceff80;
}

.page-cms-bonus .big-bonus-wrp .deposit-promo._big-bonus_third .deposit-promo__btn:hover,.page-cms-bonus .big-bonus-wrp .deposit-promo._big-bonus_third .deposit-promo__btn:focus {
	background: #ceff80;
}

.page-cms-bonus .first-row:after {
	background: url("/resources/images/promo/shape-11.png") center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 100%;
	height: 44px;
	max-width: 1494px;
	margin: 0 auto;
}

@media(max-width: 991px) {
	.page-cms-bonus .first-row:after {
		max-width: 100%;
		background-size: auto 50%;
	}
}

.page-cms-bonus .third-row {
	padding-top: 50px;
	padding-bottom: 20px;
}

.page-cms-bonus .third-row:after {
	background: url("/resources/images/promo/2-layers.png") center center no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 100%;
	height: 44px;
}

@media(max-width: 991px) {
	.page-cms-bonus .third-row:after {
		background-size: auto 50%;
	}
}

.page-cms-bonus .third-deposit {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

.page-cms-bonus .third-deposit .h1-title {
	color: #ceff80;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

.page-cms-bonus .third-deposit .h2-title {
	color: #c7c7c7;
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	max-width: 50%;
}

.page-cms-bonus .third-deposit .h2-title:after {
	display: none;
}

@media(max-width: 991px) {
	.page-cms-bonus .third-deposit .h2-title {
		max-width: 100%;
	}
}

.page-cms-bonus .third-deposit .bonus-right-image {
	margin-top: -180px;
}

@media(max-width: 991px) {
	.page-cms-bonus .third-deposit .bonus-right-image {
		float: none;
		margin: 0 auto;
		max-width: 450px;
		width: 100%;
	}
}

.page-cms-bonus .third-deposit .deposit-step {
	padding-left: 20px;
}

.page-cms-bonus .third-deposit ._big-bonus_third {
	padding-bottom: 20px;
	text-align: center;
}

.page-cms-bonus .fourth-row:after {
	background-color: #725940;
	content: "";
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 1493px;
	height: 2px;
}

.promo-deposit a {
	text-decoration: none;
	color: inherit;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	outline: none;
}

.promo-deposit a:hover,.promo-deposit a:focus,.promo-deposit a:active {
	outline: none;
	text-decoration: none;
	color: inherit;
}

.vip-deposit {
	padding: 0 50px !important;
	font-size: 18px !important;
	left: 185px !important;
}

.vip-deposit a {
	text-decoration: none;
	color: inherit;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	outline: none;
}

.vip-deposit a:hover,.vip-deposit a:focus,.vip-deposit a:active {
	outline: none;
	text-decoration: none;
	color: inherit;
}

@media(max-width: 479px) {
	.col-xxs-1,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxs-10,.col-xxs-11,.col-xxs-12 {
		float: left;
	}

	.col-xxs-12 {
		width: 100%;
	}

	.col-xxs-11 {
		width: 91.66666667%;
	}

	.col-xxs-10 {
		width: 83.33333333%;
	}

	.col-xxs-9 {
		width: 75%;
	}

	.col-xxs-8 {
		width: 66.66666667%;
	}

	.col-xxs-7 {
		width: 58.33333333%;
	}

	.col-xxs-6 {
		width: 50%;
	}

	.col-xxs-5 {
		width: 41.66666667%;
	}

	.col-xxs-4 {
		width: 33.33333333%;
	}

	.col-xxs-3 {
		width: 25%;
	}

	.col-xxs-2 {
		width: 16.66666667%;
	}

	.col-xxs-1 {
		width: 8.33333333%;
	}
}

@media(min-width: 480px)and (max-width: 767px) {
	.container {
		width: 450px;
	}
}

@media(max-width: 767px) {
	.hidden-xxs {
		display: none !important;
	}
}

@media(min-width: 1830px) {
	.container {
		width: 1800px;
	}
}

.col-xxs-1,.col-xxs-2,.col-xxs-3,.col-xxs-4,.col-xxs-5,.col-xxs-6,.col-xxs-7,.col-xxs-8,.col-xxs-9,.col-xxs-10,.col-xxs-11,.col-xxs-12,.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

@media(min-width: 1800px) {
	.col-xxl-1,.col-xxl-2,.col-xxl-3,.col-xxl-4,.col-xxl-5,.col-xxl-6,.col-xxl-7,.col-xxl-8,.col-xxl-9,.col-xxl-10,.col-xxl-11,.col-xxl-12 {
		float: left;
	}

	.col-xxl-12 {
		width: 100%;
	}

	.col-xxl-11 {
		width: 91.66666667%;
	}

	.col-xxl-10 {
		width: 83.33333333%;
	}

	.col-xxl-9 {
		width: 75%;
	}

	.col-xxl-8 {
		width: 66.66666667%;
	}

	.col-xxl-7 {
		width: 58.33333333%;
	}

	.col-xxl-6 {
		width: 50%;
	}

	.col-xxl-5 {
		width: 41.66666667%;
	}

	.col-xxl-4 {
		width: 33.33333333%;
	}

	.col-xxl-3 {
		width: 25%;
	}

	.col-xxl-2 {
		width: 16.66666667%;
	}

	.col-xxl-1 {
		width: 8.33333333%;
	}

	.col-xxl-pull-12 {
		right: 100%;
	}

	.col-xxl-pull-11 {
		right: 91.66666667%;
	}

	.col-xxl-pull-10 {
		right: 83.33333333%;
	}

	.col-xxl-pull-9 {
		right: 75%;
	}

	.col-xxl-pull-8 {
		right: 66.66666667%;
	}

	.col-xxl-pull-7 {
		right: 58.33333333%;
	}

	.col-xxl-pull-6 {
		right: 50%;
	}

	.col-xxl-pull-5 {
		right: 41.66666667%;
	}

	.col-xxl-pull-4 {
		right: 33.33333333%;
	}

	.col-xxl-pull-3 {
		right: 25%;
	}

	.col-xxl-pull-2 {
		right: 16.66666667%;
	}

	.col-xxl-pull-1 {
		right: 8.33333333%;
	}

	.col-xxl-pull-0 {
		right: auto;
	}

	.col-xxl-push-12 {
		left: 100%;
	}

	.col-xxl-push-11 {
		left: 91.66666667%;
	}

	.col-xxl-push-10 {
		left: 83.33333333%;
	}

	.col-xxl-push-9 {
		left: 75%;
	}

	.col-xxl-push-8 {
		left: 66.66666667%;
	}

	.col-xxl-push-7 {
		left: 58.33333333%;
	}

	.col-xxl-push-6 {
		left: 50%;
	}

	.col-xxl-push-5 {
		left: 41.66666667%;
	}

	.col-xxl-push-4 {
		left: 33.33333333%;
	}

	.col-xxl-push-3 {
		left: 25%;
	}

	.col-xxl-push-2 {
		left: 16.66666667%;
	}

	.col-xxl-push-1 {
		left: 8.33333333%;
	}

	.col-xxl-push-0 {
		left: auto;
	}

	.col-xxl-offset-12 {
		margin-left: 100%;
	}

	.col-xxl-offset-11 {
		margin-left: 91.66666667%;
	}

	.col-xxl-offset-10 {
		margin-left: 83.33333333%;
	}

	.col-xxl-offset-9 {
		margin-left: 75%;
	}

	.col-xxl-offset-8 {
		margin-left: 66.66666667%;
	}

	.col-xxl-offset-7 {
		margin-left: 58.33333333%;
	}

	.col-xxl-offset-6 {
		margin-left: 50%;
	}

	.col-xxl-offset-5 {
		margin-left: 41.66666667%;
	}

	.col-xxl-offset-4 {
		margin-left: 33.33333333%;
	}

	.col-xxl-offset-3 {
		margin-left: 25%;
	}

	.col-xxl-offset-2 {
		margin-left: 16.66666667%;
	}

	.col-xxl-offset-1 {
		margin-left: 8.33333333%;
	}

	.col-xxl-offset-0 {
		margin-left: 0;
	}
}

.toggle-switcher {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.toggle-switcher .switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 27px;
	margin-bottom: 0;
}

.toggle-switcher .switcher-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	border: 1px solid #212121;
	transition: .4s;
	border-radius: 21px;
}

.toggle-switcher .switcher-slider:before {
	position: absolute;
	content: "";
	height: 21px;
	width: 21px;
	left: 2px;
	bottom: 2px;
	background-color: #bb8e62;
	transition: .4s;
	border-radius: 50%;
}

.toggle-switcher .switcher-value {
	font-family: "aTitleGothic";
	font-size: 18px;
	font-weight: 400;
	line-height: 41px;
	padding: 0 11px;
	text-transform: uppercase;
	display: inline-block;
}

.toggle-switcher .switcher-value:hover {
	cursor: pointer;
}

.toggle-switcher .switcher-value__false {
	color: #bb8e62;
	display: none;
}

.toggle-switcher .switcher-value__true {
	color: #474747;
}

.toggle-switcher__active .switcher-slider:before {
	background-color: #36e38b;
	-ms-transform: translateX(33px);
	transform: translateX(33px);
}

.toggle-switcher__active .switcher-value__false {
	color: #474747;
}

.toggle-switcher__active .switcher-value__true {
	color: #20ce3c;
}

@media(max-width: 1200px) {
	.toggle-switcher__desktop {
		display: none;
	}
}

.toggle-switcher__mobile {
	margin: 20px 0;
}

.page-cms-affiliate {
	margin-top: -20px;
	min-width: 320px;
}

.page-cms-affiliate h1 {
	margin-bottom: 1.8229166667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .img-desktop {
		display: none;
	}
}

.page-cms-affiliate .img-tablet {
	width: 100%;
}

@media(min-width: 768px) {
	.page-cms-affiliate .img-tablet {
		display: none;
	}
}

@media(max-width: 449px) {
	.page-cms-affiliate .img-tablet {
		display: none;
	}
}

.page-cms-affiliate .img-mobile {
	width: 100%;
}

@media(min-width: 450px) {
	.page-cms-affiliate .img-mobile {
		display: none;
	}
}

.page-cms-affiliate .top-banner {
	position: relative;
}

.page-cms-affiliate .top-banner .resp {
	max-width: 100%;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner {
		height: 640px;
		background-color: #1b1d1f;
	}
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner .top-banner-img {
		display: none;
	}
}

.page-cms-affiliate .top-banner .top-banner-img-mobile {
	width: 100%;
	max-height: 630px;
}

@media(min-width: 768px) {
	.page-cms-affiliate .top-banner .top-banner-img-mobile {
		display: none;
	}
}

.page-cms-affiliate .top-banner .king {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 37.8125vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner .king {
		width: 340px;
		max-width: 100%;
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media(max-width: 449px) {
	.page-cms-affiliate .top-banner .king {
		width: 100%;
	}
}

.page-cms-affiliate .top-banner .right {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 7.8125vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner .right {
		width: 100%;
		max-width: 100%;
		top: 50%;
		left: 0;
		padding: 0 70px;
	}
}

@media(max-width: 749px) {
	.page-cms-affiliate .top-banner .right {
		top: 40%;
		padding: 0 15px;
	}
}

.page-cms-affiliate .top-banner .right h1 {
	font-size: 3.6458333333vw;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	margin-left: -4.9479166667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner .right h1 {
		font-size: 5.2083333333vw;
		margin-left: 0;
	}
}

@media(max-width: 749px) {
	.page-cms-affiliate .top-banner .right h1 {
		font-size: 30px;
	}
}

.page-cms-affiliate .top-banner .right h1 .color {
	color: #bb8e62;
}

.page-cms-affiliate .top-banner .right h1 .bold {
	font-weight: bold;
}

.page-cms-affiliate .top-banner .right .list {
	min-height: 7.0833333333vw;
	padding-left: 2.6041666667vw;
	background: url("/resources/images/affiliates/arrow-down.png") left center no-repeat;
	background-size: contain;
	font-size: 1.25vw;
	color: #bb8e62;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner .right .list {
		min-height: 46px;
		padding-left: 17px;
		font-size: 10px;
		margin-left: 47px;
	}
}

@media(max-width: 749px) {
	.page-cms-affiliate .top-banner .right .list {
		font-size: 14px;
		margin-left: 25px;
	}
}

.page-cms-affiliate .top-banner .right .list ul li {
	text-transform: uppercase;
}

@media(max-width: 479px) {
	.page-cms-affiliate .top-banner .right .list ul li {
		padding: 0;
	}
}

.page-cms-affiliate .top-banner .right .list ul li .number {
	display: inline-block;
	border: .0520833333vw solid #624a33;
	width: 1.71875vw;
	height: 1.71875vw;
	text-align: center;
	line-height: 1.6145833333vw;
	margin-right: .7291666667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner .right .list ul li .number {
		border: 1px solid #624a33;
		width: 11px;
		height: 11px;
		line-height: 9px;
		margin-right: 5px;
	}
}

.page-cms-affiliate .top-banner .right .description {
	width: 27.0833333333vw;
	padding-top: .5208333333vw;
	color: #929292;
	font-size: .9375vw;
	font-weight: 400;
	line-height: 1.2;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner .right .description {
		width: 314px;
		padding-top: 5px;
		font-size: 12px;
		margin-left: 47px;
	}
}

@media(max-width: 749px) {
	.page-cms-affiliate .top-banner .right .description {
		width: 250px;
		margin-left: 25px;
	}
}

.page-cms-affiliate .top-banner .right .actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 27.0833333333vw;
	padding-top: 2.6041666667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner .right .actions {
		max-width: 300px;
		padding-top: 17px;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.page-cms-affiliate .top-banner .right .actions img {
	width: 9.3229166667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner .right .actions img {
		width: 84px;
		margin-right: 10px;
	}
}

.page-cms-affiliate .top-banner .right .actions a {
	display: inline-block;
	height: 3.125vw;
	padding: 0 1.3020833333vw;
	border-radius: .2604166667vw;
	line-height: 2.8125vw;
	border: .1041666667vw solid #bb8e62;
	background-color: rgba(123,187,98,0);
	color: #fff;
	font-size: 1.5625vw;
	font-weight: 400;
	text-transform: uppercase;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner .right .actions a {
		height: 28px;
		border: 2px solid #bb8e62;
		line-height: 26px;
		border-radius: 5px;
		padding: 0 15px;
		font-size: 14px;
	}
}

.page-cms-affiliate .top-banner .right .actions a:hover {
	text-decoration: none;
}

.page-cms-affiliate .top-banner-sep {
	background: url("/resources/images/affiliates/top-banner-bottom-line.png");
	background-size: cover;
	background-position: top center;
	height: 4.375vw;
	margin-bottom: -3.4375vw;
	position: relative;
	z-index: 1;
}

@media(max-width: 767px) {
	.page-cms-affiliate .top-banner-sep {
		background-image: url("/resources/images/affiliates/top-banner-bottom-line-t.png");
		height: 60px;
		margin-bottom: 0;
	}
}

@media(max-width: 480px) {
	.page-cms-affiliate .top-banner-sep {
		height: 38px;
	}
}

.page-cms-affiliate .bottom {
	width: 100%;
	max-width: 80.7291666667vw;
	position: absolute;
	bottom: 2.34375vw;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 767px) {
	.page-cms-affiliate .bottom {
		max-width: 90%;
		height: 40px;
	}
}

.page-cms-affiliate .bottom img:nth-child(1) {
	height: 1.7708333333vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .bottom img:nth-child(1) {
		height: 17px;
	}
}

.page-cms-affiliate .bottom img:nth-child(2) {
	height: .5208333333vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .bottom img:nth-child(2) {
		height: 5px;
	}
}

.page-cms-affiliate .why-us {
	background-color: #fff;
	padding-bottom: 3.125vw;
	position: relative;
}

@media(max-width: 767px) {
	.page-cms-affiliate .why-us {
		background-color: #f2f2f2;
	}
}

.page-cms-affiliate .why-us h1 {
	color: #997933;
	font-size: 1.8229166667vw;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	padding-top: 3.6458333333vw;
	margin-bottom: -1.8229166667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .why-us h1 {
		padding-top: 0;
		font-size: 23px;
		margin-bottom: -22px;
	}
}

.page-cms-affiliate .why-us .block2-wrap {
	background-image: url("/resources/images/affiliates/block2-bg1.png"),url("/resources/images/affiliates/block2-bg2.png");
	background-position: top center,bottom center;
	background-repeat: no-repeat,no-repeat;
	background-size: contain,contain;
	max-width: 80.7291666667vw;
	margin: 0 auto;
	padding: 1.8229166667vw 2.6041666667vw;
	overflow: hidden;
}

@media(max-width: 767px) {
	.page-cms-affiliate .why-us .block2-wrap {
		background-image: url("/resources/images/affiliates/block2-bg1-t.png"),url("/resources/images/affiliates/block2-bg2-t.png");
		max-width: 100%;
		margin: 0 15px;
		padding: 20px;
	}
}

@media(max-width: 449px) {
	.page-cms-affiliate .why-us .block2-wrap {
		background-image: url("/resources/images/affiliates/block2-bg1-m.png"),url("/resources/images/affiliates/block2-bg2-m.png");
	}
}

.page-cms-affiliate .why-us .block2-wrap:before {
	content: "";
	display: block;
	background: url("/resources/images/affiliates/shape-12.png") top center no-repeat;
	background-size: contain;
	height: 2.96875vw;
	margin: 1.8229166667vw 0;
}

@media(max-width: 767px) {
	.page-cms-affiliate .why-us .block2-wrap:before {
		height: 26px;
	}
}

.page-cms-affiliate .why-us .block2-wrap .block {
	width: 16.1458333333vw;
	min-height: 15.1041666667vw;
	text-align: center;
	margin: 0 auto;
}

@media(max-width: 767px) {
	.page-cms-affiliate .why-us .block2-wrap .block {
		width: 90%;
		min-height: 140px;
	}
}

.page-cms-affiliate .why-us .block2-wrap .block:before {
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 70px;
	height: 50px;
	margin: 0 auto;
}

.page-cms-affiliate .why-us .block2-wrap .block.first:before {
	background-image: url("/resources/images/affiliates/block2-icons-1.png");
}

.page-cms-affiliate .why-us .block2-wrap .block.second:before {
	background-image: url("/resources/images/affiliates/block2-icons-2.png");
}

.page-cms-affiliate .why-us .block2-wrap .block.third:before {
	background-image: url("/resources/images/affiliates/block2-icons-3.png");
}

.page-cms-affiliate .why-us .block2-wrap .block.fourth:before {
	background-image: url("/resources/images/affiliates/block2-icons-4.png");
}

.page-cms-affiliate .why-us .block2-wrap .block.fifth:before {
	background-image: url("/resources/images/affiliates/block2-icons-5.png");
}

.page-cms-affiliate .why-us .block2-wrap .block.sixth:before {
	background-image: url("/resources/images/affiliates/block2-icons-6.png");
}

.page-cms-affiliate .why-us .block2-wrap .block h3 {
	color: #141414;
	font-size: 1.5625vw;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: .78125vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .why-us .block2-wrap .block h3 {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

.page-cms-affiliate .why-us .block2-wrap .block .desc {
	color: #141414;
	font-size: 1.25vw;
	font-weight: 400;
	line-height: 1.1;
}

@media(max-width: 767px) {
	.page-cms-affiliate .why-us .block2-wrap .block .desc {
		font-size: 12px;
	}
}

.page-cms-affiliate .why-us .actions {
	display: block;
	text-align: center;
	padding-bottom: 2.6041666667vw;
	margin-top: -2.34375vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .why-us .actions {
		padding-bottom: 50px;
		margin-top: -20px;
	}
}

.page-cms-affiliate .why-us .actions a {
	display: inline-block;
	height: 3.125vw;
	padding: 0 1.3020833333vw;
	line-height: 3.125vw;
	border-radius: .2604166667vw;
	border: .1041666667vw solid #141414;
	background-color: rgba(0,0,0,0);
	color: #141414;
	font-size: 1.5625vw;
	font-weight: 400;
	text-transform: uppercase;
}

@media(max-width: 767px) {
	.page-cms-affiliate .why-us .actions a {
		height: 28px;
		border-radius: 5px;
		border: 2px solid #141414;
		background-color: rgba(0,0,0,0);
		font-size: 14px;
		line-height: 24px;
	}
}

.page-cms-affiliate .why-us .actions a:hover {
	text-decoration: none;
}

.page-cms-affiliate .why-us .bottom {
	background: url("/resources/images/affiliates/block2-arrow.png") center center no-repeat;
	background-size: contain;
	height: 3.2291666667vw;
	bottom: 1.3020833333vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .why-us .bottom {
		height: 40px;
		bottom: 10px;
	}
}

.page-cms-affiliate .commissions {
	background-color: #bb8e62;
	padding-top: 3.6458333333vw;
	padding-bottom: 3.125vw;
	position: relative;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions {
		padding-top: 10px;
		padding-bottom: 60px;
	}
}

.page-cms-affiliate .commissions h1 {
	color: #fff;
	font-size: 2.5vw;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.page-cms-affiliate .commissions h1:before {
	content: "";
	font-size: 0;
	line-height: 0;
	height: .4166666667vw;
	border-top: .2083333333vw solid #5a4531;
	border-bottom: .0520833333vw solid #5a4531;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -.2083333333vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions h1:before {
		height: 8px;
		border-top: 4px solid #5a4531;
		border-bottom: 1px solid #5a4531;
		margin-top: -4px;
	}
}

.page-cms-affiliate .commissions h1 span {
	display: inline-block;
	padding: 0 2.0833333333vw;
	background-color: #bb8e62;
	position: relative;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions h1 span {
		font-size: 24px;
		padding: 0 20px;
	}
}

.page-cms-affiliate .commissions .block3-wrap {
	max-width: 80.7291666667vw;
	margin: 0 auto;
	min-height: 41.6666666667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap {
		max-width: 100%;
		margin: 0 15px;
	}
}

.page-cms-affiliate .commissions .block3-wrap:before {
	content: "";
	display: block;
	background: url("/resources/images/affiliates/shape-14.png") top center no-repeat;
	background-size: contain;
	height: 2.6041666667vw;
	margin: 1.5625vw 0 0;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap:before {
		height: 24px;
		margin: 10px 0 0;
	}
}

.page-cms-affiliate .commissions .block3-wrap h3 {
	color: #141414;
	font-size: 1.25vw;
	font-weight: 700;
	padding-top: 2.0833333333vw;
	text-transform: uppercase;
	text-align: center;
	width: 72.9166666667vw;
	display: block;
	margin: 0 auto;
	padding-bottom: 1.0416666667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap h3 {
		font-size: 12px;
		width: 90%;
	}
}

.page-cms-affiliate .commissions .block3-wrap .arrow-left-right {
	height: 1.0416666667vw;
	margin-top: 2.0833333333vw;
	background: url("/resources/images/affiliates/shape-17.png") top center no-repeat;
	background-size: contain;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .arrow-left-right {
		height: 9px;
		margin-top: 20px;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .resp {
	max-width: 100%;
	width: 100%;
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .percent {
	height: 4.9479166667vw;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .percent {
		height: 45px;
		background-size: 100% 100%;
	}
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row>div {
		width: 50%;
	}

	.page-cms-affiliate .commissions .block3-wrap .tape-row>div .tape {
		margin: 0 auto;
	}
}

@media(max-width: 449px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row>div {
		width: 100%;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-red .tape {
	width: 12.96875vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-red .tape {
		width: 118px;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-red .percent {
	background-image: url("/resources/images/affiliates/com_red.png");
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-red .percent {
		background-image: url("/resources/images/affiliates/com_red_t.png");
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-green .tape {
	width: 18.0208333333vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-green .tape {
		width: 163px;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-green .percent {
	background-image: url("/resources/images/affiliates/com_green.png");
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-green .percent {
		background-image: url("/resources/images/affiliates/com_green_t.png");
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-blue .tape {
	width: 32.65625vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-blue .tape {
		width: 208px;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-blue .percent {
	background-image: url("/resources/images/affiliates/com_blue.png");
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-blue .percent {
		background-image: url("/resources/images/affiliates/com_blue_t.png");
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-gray .tape {
	width: 13.3854166667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-gray .tape {
		width: 121px;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-gray .percent {
	background-image: url("/resources/images/affiliates/com_gray.png");
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape-gray .percent {
		background-image: url("/resources/images/affiliates/com_gray_t.png");
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape {
	color: #fff;
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .percent {
	position: relative;
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .percent .text {
	position: absolute;
	top: .78125vw;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-family: "ampir_decoregular",sans-serif;
	font-size: 2.5vw;
	font-weight: 400;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .percent .text {
		font-size: 26px;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .percent .text>span>div:nth-child(1) {
	font-size: .9375vw;
	font-family: "aTitleGothic",sans-serif;
	line-height: 1.2;
	display: block;
	padding-top: .5208333333vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .percent .text>span>div:nth-child(1) {
		font-size: 9px;
		padding-top: 5px;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .percent .text>span>div:nth-child(2) {
	line-height: 1.5;
	font-size: 1.5625vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .percent .text>span>div:nth-child(2) {
		font-size: 16px;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .description {
	line-height: 1;
	text-align: center;
	padding-top: .5208333333vw;
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .description .numbers {
	color: #fff;
	font-family: "ampir_decoregular",sans-serif;
	font-size: .9375vw;
	font-weight: 400;
	text-align: center;
	line-height: 1.2;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .description .numbers {
		font-size: 9px;
		padding: 0 20px;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .description .sep {
	background: url("/resources/images/affiliates/description-sep-img.png") center center no-repeat;
	background-size: contain;
	height: .3125vw;
	margin: .2604166667vw 0;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .description .sep {
		height: 4px;
		margin: 5px 0;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .description .text {
	color: #141414;
	font-size: .9375vw;
	font-weight: 400;
}

@media(max-width: 767px) {
	.page-cms-affiliate .commissions .block3-wrap .tape-row .tape .description .text {
		font-size: 12px;
	}
}

.page-cms-affiliate .commissions .block3-wrap .tape-row.second .description .numbers {
	font-family: "aTitleGothic",sans-serif;
}

.page-cms-affiliate .commissions .bottom {
	background: url("/resources/images/affiliates/block2-arrow.png") center center no-repeat;
	background-size: contain;
}

.page-cms-affiliate .promotions {
	position: relative;
}

.page-cms-affiliate .promotions h1 {
	color: #fff;
	font-size: 2.5vw;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 3.3vw;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media(max-width: 767px) {
	.page-cms-affiliate .promotions h1 {
		font-size: 24px;
		top: 25px;
	}
}

.page-cms-affiliate .promotions h1 span {
	display: inline-block;
	position: relative;
}

.page-cms-affiliate .promotions>img {
	max-width: 100%;
}

.page-cms-affiliate .promotions .block4-wrap {
	width: 100%;
	max-width: 80.7291666667vw;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 5vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .promotions .block4-wrap {
		top: 25%;
	}
}

.page-cms-affiliate .promotions .block4-wrap:before {
	content: "";
	display: block;
	background: url("/resources/images/affiliates/shape-14.png") top center no-repeat;
	background-size: contain;
	height: 2.6041666667vw;
	margin: 1.5625vw 0;
}

@media(max-width: 767px) {
	.page-cms-affiliate .promotions .block4-wrap:before {
		display: none;
	}
}

.page-cms-affiliate .promotions .block4-wrap .block {
	padding-top: 5.9895833333vw;
}

.page-cms-affiliate .promotions .block4-wrap h3 {
	color: #fff;
	font-size: 2.6041666667vw;
	font-weight: 400;
	line-height: 1.1;
	text-transform: uppercase;
}

@media(max-width: 767px) {
	.page-cms-affiliate .promotions .block4-wrap h3 {
		font-size: 20px;
	}
}

.page-cms-affiliate .promotions .block4-wrap h3:before {
	border-top: .1041666667vw solid #bb8e62;
	content: "";
	display: block;
	width: 21.3541666667vw;
	height: 1.5625vw;
	margin-left: -1.5625vw;
}

.page-cms-affiliate .promotions .block4-wrap .desc-first {
	width: 28.6458333333vw;
	color: #c9c9c9;
	font-size: 1.1979166667vw;
	padding-bottom: 2.0833333333vw;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

@media(max-width: 767px) {
	.page-cms-affiliate .promotions .block4-wrap .desc-first {
		width: 70%;
		font-size: 12px;
	}
}

@media(max-width: 449px) {
	.page-cms-affiliate .promotions .block4-wrap .desc-first {
		width: 100%;
	}
}

.page-cms-affiliate .promotions .block4-wrap .desc-second {
	color: #929292;
	font-size: 1.25vw;
	line-height: 1.2;
	font-weight: 700;
	padding: .78125vw 1.0416666667vw;
	position: relative;
	width: 23.9583333333vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .promotions .block4-wrap .desc-second {
		width: 70%;
		font-size: 12px;
		padding: 15px 20px;
	}
}

@media(max-width: 449px) {
	.page-cms-affiliate .promotions .block4-wrap .desc-second {
		width: 90%;
	}
}

.page-cms-affiliate .promotions .block4-wrap .desc-second:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border-left: .0520833333vw solid #bb8e62;
}

@media(max-width: 767px) {
	.page-cms-affiliate .promotions .block4-wrap .desc-second:before {
		border-left: 1px solid #bb8e62;
	}
}

.page-cms-affiliate .promotions .actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 27.0833333333vw;
	padding-top: 2.6041666667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .promotions .actions {
		max-width: 250px;
		padding-top: 15px;
	}
}

@media(max-width: 449px) {
	.page-cms-affiliate .promotions .actions {
		max-width: 300px;
	}
}

.page-cms-affiliate .promotions .actions img {
	width: 9.3229166667vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .promotions .actions img {
		width: 84px;
	}
}

.page-cms-affiliate .promotions .actions a {
	display: inline-block;
	height: 3.125vw;
	padding: 0 1.3020833333vw;
	border-radius: .2604166667vw;
	line-height: 2.8125vw;
	border: .1041666667vw solid #bb8e62;
	background-color: rgba(123,187,98,0);
	color: #fff;
	font-size: 1.5625vw;
	font-weight: 400;
	text-transform: uppercase;
}

@media(max-width: 767px) {
	.page-cms-affiliate .promotions .actions a {
		height: 28px;
		padding: 0 15px;
		border-radius: 5px;
		line-height: 24px;
		border: 2px solid #bb8e62;
		font-size: 14px;
	}
}

.page-cms-affiliate .promotions .actions a:hover {
	text-decoration: none;
}

.page-cms-affiliate .faq {
	background-color: #f2f2f2;
	position: relative;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq {
		padding-top: 10px;
		padding-bottom: 20px;
	}
}

.page-cms-affiliate .faq h1 {
	color: #bb8e62;
	font-size: 2.5vw;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.page-cms-affiliate .faq h1:before {
	content: "";
	font-size: 0;
	line-height: 0;
	height: .4166666667vw;
	border-top: .2083333333vw solid #bb8e62;
	border-bottom: .0520833333vw solid #bb8e62;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -.2083333333vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq h1:before {
		height: 8px;
		border-top: 4px solid #bb8e62;
		border-bottom: 1px solid #bb8e62;
		margin-top: -4px;
	}
}

.page-cms-affiliate .faq h1 span {
	display: inline-block;
	padding: 0 2.0833333333vw;
	background-color: #f2f2f2;
	position: relative;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq h1 span {
		font-size: 24px;
		padding: 0 20px;
	}
}

.page-cms-affiliate .faq .block5-wrap {
	max-width: 80.7291666667vw;
	margin: 0 auto;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq .block5-wrap {
		max-width: 100%;
		margin: 0;
		padding: 0 15px;
	}
}

.page-cms-affiliate .faq .block5-wrap:before {
	content: "";
	display: block;
	background: url("/resources/images/affiliates/shape-25.png") top center no-repeat;
	background-size: contain;
	height: 2.2916666667vw;
	margin: 1.5625vw 0 0;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq .block5-wrap:before {
		height: 24px;
		margin: 10px 0 0;
	}
}

.page-cms-affiliate .faq .block5-wrap h2 {
	max-width: 59.375vw;
	color: #141414;
	font-size: 1.25vw;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 2.0833333333vw auto 0 auto;
	padding-bottom: 1.5625vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq .block5-wrap h2 {
		font-size: 14px;
		padding-bottom: 15px;
		max-width: 100%;
	}
}

.page-cms-affiliate .faq .block5-wrap .block {
	padding-top: 1.8229166667vw;
	margin-bottom: 1.8229166667vw;
	text-align: center;
	line-height: 1.1;
}

.page-cms-affiliate .faq .block5-wrap .block:before {
	content: "";
	background: url("/resources/images/affiliates/faq-icon.png") center top no-repeat;
	background-size: contain;
	display: inline-block;
	width: 7.8125vw;
	height: 5.2083333333vw;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq .block5-wrap .block:before {
		width: 16px;
		height: 16px;
	}
}

.page-cms-affiliate .faq .block5-wrap .block .question {
	color: #bb8e62;
	font-size: 1.1458333333vw;
	font-weight: 700;
	text-transform: uppercase;
	padding: .5208333333vw 0;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq .block5-wrap .block .question {
		font-size: 14px;
	}
}

.page-cms-affiliate .faq .block5-wrap .block .answer {
	color: #616161;
	font-size: 1.1458333333vw;
	font-weight: 400;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq .block5-wrap .block .answer {
		font-size: 12px;
	}
}

.page-cms-affiliate .faq .block5-wrap .actions {
	display: block;
	text-align: center;
	padding-bottom: 4.6875vw;
}

.page-cms-affiliate .faq .block5-wrap .actions a {
	display: inline-block;
	height: 3.125vw;
	padding: 0 1.3020833333vw;
	line-height: 3.125vw;
	border-radius: .2604166667vw;
	border: .1041666667vw solid #bb8e62;
	background-color: #bb8e62;
	color: #fff;
	font-size: 1.5625vw;
	font-weight: 400;
	text-transform: uppercase;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq .block5-wrap .actions a {
		height: 28px;
		padding: 0 14px;
		line-height: 28px;
		border-radius: 5px;
		border: 0;
		font-size: 14px;
	}
}

.page-cms-affiliate .faq .block5-wrap .actions a:hover {
	text-decoration: none;
}

.page-cms-affiliate .faq .bottom {
	width: 100%;
	max-width: 100%;
	bottom: .2604166667vw;
	font-size: 0;
	line-height: 0;
	height: .4166666667vw;
	border-top: .2083333333vw solid #bb8e62;
	border-bottom: .0520833333vw solid #bb8e62;
}

@media(max-width: 767px) {
	.page-cms-affiliate .faq .bottom {
		height: 8px;
		border-top: 4px solid #bb8e62;
		border-bottom: 1px solid #bb8e62;
		bottom: 5px;
	}
}

.timer__title {
	color: #d5b08c;
	font: normal bold 18px/1.2 "aTitleGothic",sans-serif;
	text-align: center;
	padding: 5px;
}

@media(max-width: 1199px) {
	.timer__title {
		font-size: 16px;
	}
}

@media(max-width: 969px) {
	.timer__title {
		font-size: 14px;
	}
}

@media(max-width: 767px) {
	.timer__title {
		font-size: 16px;
	}
}

@media(max-width: 479px) {
	.timer__title {
		font-size: 12px;
	}
}

.timer__title--closed {
	color: #ff3030;
	font: normal normal 29px/1.2 "aTitleGothic",sans-serif;
	text-align: center;
	text-transform: uppercase;
}

@media(max-width: 1199px) {
	.timer__title--closed {
		font-size: 26px;
	}
}

@media(max-width: 969px) {
	.timer__title--closed {
		font-size: 21px;
	}
}

@media(max-width: 767px) {
	.timer__title--closed {
		font-size: 26px;
	}
}

@media(max-width: 479px) {
	.timer__title--closed {
		font-size: 18px;
	}
}

.timer--page .timer__title:not(.timer__title--closed) {
	display: none;
}

.timer__container {
	text-align: center;
}

.timer__container timer {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	padding: 18px 8px 10px;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}

.timer__container timer:before,.timer__container timer:after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 100%;
	height: 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #442d22;
}

.timer__container timer:before {
	top: 0;
}

.timer__container timer:after {
	bottom: 0;
}

@media(max-width: 1199px) {
	.timer__container timer {
		padding-left: 2px;
		padding-right: 2px;
	}
}

@media(max-width: 767px) {
	.timer__container timer {
		padding-top: 10px;
		padding-bottom: 5px;
	}
}

.timer__time {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	margin: 0 10px;
	vertical-align: top;
}

@media(max-width: 1199px) {
	.timer__time {
		margin: 0 4px;
	}
}

.timer__time--delimiter {
	margin: 0;
	color: #fff;
	font: normal bold 72px/1 "aTitleGothic",sans-serif;
	text-transform: uppercase;
	text-align: center;
}

@media(max-width: 1199px) {
	.timer__time--delimiter {
		font-size: 65px;
	}
}

@media(max-width: 969px) {
	.timer__time--delimiter {
		font-size: 52px;
	}
}

@media(max-width: 767px) {
	.timer__time--delimiter {
		font-size: 60px;
	}
}

@media(max-width: 479px) {
	.timer__time--delimiter {
		font-size: 45px;
	}
}

.timer__value {
	position: relative;
	display: block;
	background: #191919;
	border-top: 1px solid #292929;
	border-bottom: 1px solid #292929;
	padding: 0 10px;
	margin: 0;
	color: #fff;
	font: normal bold 72px/1 "aTitleGothic",sans-serif;
	text-transform: uppercase;
	text-align: center;
}

@media(max-width: 1199px) {
	.timer__value {
		font-size: 65px;
	}
}

@media(max-width: 969px) {
	.timer__value {
		font-size: 52px;
	}
}

@media(max-width: 767px) {
	.timer__value {
		font-size: 60px;
		padding: 0 5px;
	}
}

@media(max-width: 479px) {
	.timer__value {
		font-size: 45px;
	}
}

.timer__value:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/resources/images/tournaments/timer__separator.png") center center no-repeat rgba(0,0,0,0);
	background-size: 100% auto;
}

.timer__label {
	display: block;
	padding: 14px 0 0;
	color: #fff;
	font: normal bold 14px/1.2 "aTitleGothic",sans-serif;
	text-transform: uppercase;
	text-align: center;
	background: url("/resources/images/tournaments/timer__border.png") top center no-repeat rgba(0,0,0,0);
	background-size: 100% auto;
}

@media(max-width: 1199px) {
	.timer__label {
		font-size: 13px;
	}
}

@media(max-width: 969px) {
	.timer__label {
		font-size: 12px;
	}
}

@media(max-width: 767px) {
	.timer__label {
		font-size: 13px;
	}
}

@media(max-width: 479px) {
	.timer__label {
		font-size: 12px;
	}
}

.simple-tournament-timer__container {
	color: #b6b6b6;
}

.simple-tournament-timer__label {
	text-transform: lowercase;
}

.leaderboard-three {
	position: relative;
	text-align: center;
	padding: 0 0 62px 0;
	margin: 0 auto 60px;
}

@media(max-width: 1199px) {
	.leaderboard-three {
		margin-bottom: 40px;
	}
}

@media(max-width: 969px) {
	.leaderboard-three {
		margin-bottom: 20px;
	}
}

@media(max-width: 767px) {
	.leaderboard-three {
		margin-bottom: 10px;
	}
}

.leaderboard-three__item {
	display: inline-block;
	vertical-align: top;
	width: 30%;
}

.leaderboard-three__item--first .leaderboard-three__place {
	background: url("/resources/images/tournaments/place-1.svg"),rgba(0,0,0,0);
}

.leaderboard-three__item--second {
	position: absolute;
	left: 0;
	top: 42px;
}

.leaderboard-three__item--second .leaderboard-three__place {
	background: url("/resources/images/tournaments/place-2.svg"),rgba(0,0,0,0);
}

.leaderboard-three__item--third {
	position: absolute;
	right: 0;
	top: 62px;
}

.leaderboard-three__item--third .leaderboard-three__place {
	background: url("/resources/images/tournaments/place-3.svg"),rgba(0,0,0,0);
}

.leaderboard-three__item .leaderboard-three__place {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}

.leaderboard-three__place {
	min-height: 166px;
	color: #fff;
	font: normal normal 60px/1.2 "aTitleGothic",sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding: 35px 0 0 0;
	margin: 0 0 10px 0;
}

@media(max-width: 1199px) {
	.leaderboard-three__place {
		min-height: 150px;
		font-size: 54px;
		margin-bottom: 9px;
	}
}

@media(max-width: 969px) {
	.leaderboard-three__place {
		min-height: 134px;
		font-size: 49px;
		margin-bottom: 7px;
		padding-top: 30px;
	}
}

@media(max-width: 767px) {
	.leaderboard-three__place {
		min-height: 108px;
		font-size: 39px;
		margin-bottom: 9px;
		padding-top: 25px;
	}
}

@media(max-width: 479px) {
	.leaderboard-three__place {
		min-height: 100px;
		font-size: 39px;
		margin-bottom: 5px;
		padding-top: 20px;
	}
}

.leaderboard-three__nickname,.leaderboard-three__prize {
	font: normal normal 32px/1.2 "aTitleGothic",sans-serif;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

@media(max-width: 1199px) {
	.leaderboard-three__nickname,.leaderboard-three__prize {
		font-size: 29px;
	}
}

@media(max-width: 969px) {
	.leaderboard-three__nickname,.leaderboard-three__prize {
		font-size: 26px;
	}
}

@media(max-width: 767px) {
	.leaderboard-three__nickname,.leaderboard-three__prize {
		font-size: 22px;
	}
}

@media(max-width: 479px) {
	.leaderboard-three__nickname,.leaderboard-three__prize {
		font-size: 22px;
	}
}

.leaderboard-three__nickname {
	color: #fff;
	margin-bottom: 6px;
}

@media(max-width: 969px) {
	.leaderboard-three__nickname {
		margin-bottom: 3px;
	}
}

.leaderboard-three__prize {
	color: #9c9c9c;
}

.tourn-list {
	display: block;
	width: 100%;
	padding: 30px 0 0 0;
	margin: 0;
	background-color: #000;
}

@media(min-width: 768px) {
	.tourn-list {
		background-image: url("/resources/images/cms/pages/tournaments/tourn-bg.png");
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 100% auto;
		padding-top: 70px;
		margin-top: -20px;
	}
}

.tourn-list__inner {
	display: block;
	width: 100%;
	padding: 24px 0 80px;
	margin: 0;
	color: rgba(255,255,255,.65);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .01px;
	font-style: normal;
	text-align: left;
}

@media(min-width: 768px) {
	.tourn-list__inner {
		padding: 48px 0 50px;
	}
}

.tourn-list__inner p {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.tourn-list__inner p+p {
	margin-top: 10px;
}

.tourn-list__title {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 32px 0;
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	line-height: 29px;
	text-transform: uppercase;
	color: #fff;
	font-family: "Roboto",sans-serif;
}

@media(min-width: 768px) {
	.tourn-list__title {
		font-size: 50px;
		margin-bottom: 80px;
	}
}

.tourn-list__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

@media(min-width: 1248px) {
	.tourn-list__list {
		padding-top: 36px;
	}
}

.tourn-list__item-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

@media(min-width: 1248px) {
	.tourn-list__item-row {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.tourn-list__item-wrap {
	width: 100%;
}

.tourn-list__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	background-color: #1a3a42;
	overflow: hidden;
}

@media(min-width: 768px) {
	.tourn-list__item {
		width: 590px;
	}
}

@media(min-width: 1248px) {
	.tourn-list__item {
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
		margin: 0 12px;
	}
}

.tourn-list__hr {
	border-top: 1px solid #7b5f43;
	margin: 20px auto;
	width: 260px;
}

@media(min-width: 768px) {
	.tourn-list__hr {
		width: 728px;
		margin: 25px auto;
	}
}

@media(min-width: 960px) {
	.tourn-list__hr {
		width: 917px;
	}
}

@media(min-width: 1248px) {
	.tourn-list__hr {
		width: 1000px;
	}
}

@media(min-width: 1248px) {
	.tourn-list__hr--mobile {
		display: none;
	}
}

.tourn-block {
	display: block;
	width: 100%;
	min-height: 350px;
	padding: 20px 20px 20px 20px;
	margin: 0;
	position: relative;
	background-size: auto;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000;
}

@media(min-width: 768px) {
	.tourn-block {
		padding: 30px;
		min-height: 260px;
		background-size: cover;
		background-position: center;
	}
}

@media(max-width: 767px) {
	.tourn-block:after {
		content: "";
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 340px;
		z-index: 1;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.12%, #000000 55.45%);
	}
}

.tourn-block--bckdrp-brown {
	background-color: #361b00;
}

.tourn-block--bckdrp-brown:after {
	background: linear-gradient(180deg, rgba(54, 27, 0, 0) 7.12%, #361B00 55.45%);
}

.tourn-block__header {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	z-index: 2;
}

.tourn-block__header-bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.tourn-block__title {
	position: relative;
	display: block;
	width: calc(100% - 90px);
	padding: 0;
	margin: 0 0 70px 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.13;
	text-transform: uppercase;
	color: #fff;
	text-align: left;
	font-style: normal;
	word-break: break-word;
	z-index: 2;
}

@media(min-width: 768px) {
	.tourn-block__title {
		font-size: 24px;
		margin-bottom: 30px;
	}
}

.tourn-block__prize {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 700;
	font-size: 25px;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	z-index: 2;
}

@media(min-width: 768px) {
	.tourn-block__prize {
		font-size: 32px;
	}
}

.tourn-block__prize b {
	font-weight: 400;
}

.tourn-block__block-more {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 20px;
	z-index: 2;
}

@media(min-width: 768px) {
	.tourn-block__block-more {
		position: absolute;
		bottom: 30px;
		left: 30px;
		-ms-transform: none;
		transform: none;
		margin-top: 0;
	}
}

.tourn-block__block-more .button {
	min-width: 133px;
	min-height: 40px;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	background: #6eb668;
	border: none;
	border-radius: 5px;
}

body.device-desktop .tourn-block__block-more .button:hover,.tourn-block__block-more .button:hover,.tourn-block__block-more .button:active,.tourn-block__block-more .button:focus {
	background: #417c3c;
	border: none;
}

.tourn-block__status {
	display: block;
	position: absolute;
	z-index: 2;
	top: 20px;
	right: 0;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	text-align: center;
	padding: 8px 0 8px 5px;
	width: 70px;
	height: 27px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@media(min-width: 768px) {
	.tourn-block__status {
		font-weight: 700;
		font-size: 15px;
		line-height: 23px;
		width: 100px;
		height: 40px;
	}
}

.tourn-block__status--current {
	background-image: url("/resources/images/cms/pages/tournaments/trn-current.svg");
}

.tourn-block__status--future {
	background-image: url("/resources/images/cms/pages/tournaments/trn-future.svg");
}

.tourn-block__status--ended {
	background-image: url("/resources/images/cms/pages/tournaments/trn-ended.svg");
	color: #d12929;
}

.tourn-block__timer {
	display: block;
	width: auto;
	padding: 0;
	margin: 20px 0 0;
	position: relative;
	z-index: 2;
}

@media(min-width: 768px) {
	.tourn-block__timer {
		position: absolute;
		bottom: 20px;
		right: 20px;
		margin-top: 0;
	}
}

.tourn-block .timer timer {
	padding: 0;
}

.tourn-block .timer timer:before,.tourn-block .timer timer:after {
	display: none;
}

.tourn-block .timer__title {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

@media(min-width: 768px) {
	.tourn-block .timer__title {
		text-align: right;
	}
}

.tourn-block .timer__value {
	font-size: 24px;
	padding: 6px 8px;
}

.tourn-block .timer__label {
	font-size: 10px;
	padding-top: 5px;
}

.tourn-block .timer__time--delimiter {
	font-size: 28px;
}

.budget {
	color: #fff;
	font: normal 500 44px/1 Roboto,sans-serif;
	text-transform: uppercase;
	text-align: center;
}

@media(max-width: 1199px) {
	.budget {
		font-size: 37px;
	}
}

@media(max-width: 969px) {
	.budget {
		font-size: 32px;
	}
}

@media(max-width: 767px) {
	.budget {
		font-size: 35px;
	}
}

@media(max-width: 479px) {
	.budget {
		font-size: 26px;
	}
}

.budget__summ {
	color: #fcff00;
}

.leaderboard__title {
	font: normal 400 30px/1.2 "aTitleGothic",sans-serif;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 10px 0 10px;
}

@media(max-width: 1199px) {
	.leaderboard__title {
		font-size: 27px;
		padding-bottom: 10px;
	}
}

@media(max-width: 969px) {
	.leaderboard__title {
		font-size: 22px;
		padding-bottom: 10px;
	}
}

@media(max-width: 767px) {
	.leaderboard__title {
		font-size: 27px;
	}
}

@media(max-width: 479px) {
	.leaderboard__title {
		font-size: 19px;
	}
}

.providers {
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	font-size: 0;
	line-height: 0;
}

@media(max-width: 1199px) {
	.providers {
		display: none;
	}
}

.providers__button {
	display: inline-block;
	vertical-align: top;
	padding: 19px 15px;
	color: #bb8e62;
	font-family: "aTitleGothic",sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	position: relative;
	white-space: nowrap;
	transition: color .1s;
}

.providers__button:hover,.providers__button:active,.providers__button:focus,.providers__button:active:hover,.providers__button:active:focus {
	color: #bb8e62;
	text-decoration: none;
}

.providers--mobile .providers__button {
	font-size: 14px;
	padding: 10px 0 15px;
	margin: 0;
}

.providers__caret {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 14px;
	height: 14px;
}

.providers__caret:before {
	content: "";
	display: block;
	border: 2px solid #63554d;
	border-top: none;
	border-left: none;
	width: 100%;
	height: 100%;
	-ms-transform: rotate(45deg) scale(0.7);
	transform: rotate(45deg) scale(0.7);
	-ms-transform-origin: 75% 25%;
	transform-origin: 75% 25%;
}

.providers__menu {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	background: #141414;
	font-size: 0;
	line-height: 0;
	padding: 1px 1px 1px 47px;
}

@media(max-width: 479px) {
	.providers__menu {
		padding-left: 1px;
	}
}

.providers--mobile .providers__menu {
	padding: 0 10px 20px 10px;
	top: 100%;
}

.providers__list {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin: 0;
	padding: 0;
}

.providers--mobile .providers__list {
	border-top: 1px solid #3c3c3c;
	max-height: 306px;
	overflow-y: auto;
	overflow-x: hidden;
}

.providers__list>li {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.providers--mobile .providers__list>li {
	width: 50%;
}

.providers__list>li>a {
	display: block;
	padding: 11px 10px 10px;
	color: #665646;
	font-family: "aTitleGothic",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
}

.providers--mobile .providers__list>li>a {
	text-align: left;
	padding: 5px 0 5px 15px;
}

.providers__list>li>a.current,.providers__list>li>a:hover,.providers__list>li>a:active,.providers__list>li>a:focus,.providers__list>li>a:active:hover,.providers__list>li>a:active:focus {
	color: #bb8e62;
	text-decoration: none;
}

.providers__list>li>a.current {
	cursor: default;
}

.providers__close {
	display: block;
	background: url("/resources/images/close.png") 50% 50% no-repeat #c72534;
	background-size: 19px 19px;
	width: 45px;
	height: 40px;
	padding: 0;
	position: absolute;
	left: 1px;
	top: 1px;
	cursor: pointer;
}

.providers__close:hover {
	background-color: #ff2b28;
}

@media(max-width: 1199px) {
	.providers__close {
		display: none;
	}
}

.providers__container {
	background: #141414;
	width: 285px;
	padding: 14px 0 0;
}

.providers.providers--mobile {
	display: none;
	text-align: right;
	position: relative;
	padding: 0 10px;
}

@media(max-width: 1199px) {
	.providers.providers--mobile {
		display: block;
	}
}

.page-404 {
	background: #000 url("/resources/images/404-bg.jpg") center top no-repeat;
	background-size: 900px auto;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 100;
	color: #fff;
	font-family: sans-serif;
	min-height: 280px;
	overflow-y: auto;
}

@media(min-width: 480px) {
	.page-404 {
		background-size: 970px auto;
		min-height: 300px;
	}
}

@media(min-width: 970px) {
	.page-404 {
		background-size: 1170px auto;
		min-height: 368px;
	}
}

@media(min-width: 1170px) {
	.page-404 {
		background-size: 1920px auto;
		min-height: 516px;
	}
}

@media(min-width: 1920px) {
	.page-404 {
		min-height: 576px;
	}
}

.page-404__oops {
	color: #fff;
	font-family: "aTitleGothic",sans-serif;
	font-size: 37px;
	font-weight: 500;
	line-height: 1.2;
	text-align: right;
	margin: 14px 0 0;
}

@media(min-width: 480px) {
	.page-404__oops {
		font-size: 41px;
	}
}

@media(min-width: 970px) {
	.page-404__oops {
		font-size: 51px;
	}
}

@media(min-width: 1170px) {
	.page-404__oops {
		font-size: 64px;
		margin-top: 45px;
	}
}

@media(min-width: 1920px) {
	.page-404__oops {
		font-size: 80px;
		margin-top: 30px;
	}
}

.page-404__error {
	color: #fff;
	font-family: "aTitleGothic",sans-serif;
	font-size: 46px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: left;
	margin: 125px 0 0 0;
}

@media(min-width: 480px) {
	.page-404__error {
		font-size: 51px;
		margin-top: 130px;
	}
}

@media(min-width: 970px) {
	.page-404__error {
		font-size: 64px;
		margin-top: 160px;
	}
}

@media(min-width: 1170px) {
	.page-404__error {
		font-size: 80px;
		margin-top: 260px;
	}
}

@media(min-width: 1920px) {
	.page-404__error {
		font-size: 100px;
	}
}

.page-404__button {
	display: inline-block;
	margin: 10px 0;
	min-width: 127px;
	height: 37px;
	border-radius: 5px;
	background-color: #bb8e62;
	vertical-align: middle;
	padding: 0 20px;
	color: #fff;
	font-family: "aTitleGothic",sans-serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 37px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

@media(min-width: 480px) {
	.page-404__button {
		font-size: 21px;
		height: 41px;
		line-height: 41px;
		min-width: 141px;
	}
}

@media(min-width: 970px) {
	.page-404__button {
		font-size: 18px;
		height: 51px;
		line-height: 51px;
		min-width: 175px;
	}
}

@media(min-width: 1170px) {
	.page-404__button {
		font-size: 32px;
		height: 64px;
		line-height: 64px;
		min-width: 219px;
	}
}

@media(min-width: 1920px) {
	.page-404__button {
		font-size: 41px;
		height: 80px;
		line-height: 80px;
		min-width: 274px;
	}
}

.page-404__button:hover {
	background-color: #866748;
	text-decoration: none;
	color: #fff;
}

.page-404__content {
	width: 265px;
	margin: 0 auto;
}

@media(min-width: 480px) {
	.page-404__content {
		width: 294px;
	}
}

@media(min-width: 970px) {
	.page-404__content {
		width: 366px;
	}
}

@media(min-width: 1170px) {
	.page-404__content {
		width: 573px;
	}
}

.page-404__text {
	color: #fff;
	font-family: "aTitleGothic",sans-serif;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	text-align: left;
	margin: 30px auto;
	max-width: 80%;
}

@media(min-width: 480px) {
	.page-404__text {
		font-size: 22px;
	}
}

@media(min-width: 970px) {
	.page-404__text {
		font-size: 25px;
	}
}

body.landing-page {
	background-image: url("/resources/images/registration/reg-bg.jpg");
	background-position: 0 50px;
	background-size: cover;
}

body.landing-page .main>.inner {
	padding-top: 0;
}

body.landing-page .has-error.field-icon .form-control {
	border: 1px solid #b83400;
}

body.landing-page .has-error.field-icon:after {
	background-image: url("/resources/images/registration/error.png");
}

body.landing-page .has-error.field-icon.field-email:after,body.landing-page .has-error.field-icon.field-nickname:after,body.landing-page .has-error.field-icon.field-password:after,body.landing-page .has-error.field-icon.field-password_confirmation:after,body.landing-page .has-error.field-icon.field-currency:after {
	background-position: 0 0;
}

body.landing-page .page-container {
	padding: 0;
}

body.landing-page footer {
	background-color: #000;
}

.registration__header {
	width: 100%;
	background-color: #000;
	text-align: center;
	line-height: 59px;
}

.registration__header--new {
	background: rgba(0,0,0,0);
	text-align: left;
	padding: 0 100px;
}

@media(max-width: 911px) {
	.registration__header--new {
		padding: 0 10px;
	}
}

.registration__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	max-width: 1300px;
	margin: 0 auto;
}

@media(max-width: 1599px) {
	.registration__wrap {
		max-width: 1100px;
	}
}

@media(max-width: 1199px) {
	.registration__wrap {
		-ms-flex-align: center;
		align-items: center;
		max-width: 900px;
	}
}

@media(max-width: 991px) {
	.registration__wrap {
		max-width: 700px;
	}
}

@media(max-width: 749px) {
	.registration__wrap {
		padding-top: 150px;
		display: block;
		text-align: left;
	}
}

@media(max-width: 1199px) {
	.registration__image-b {
		max-width: 290px;
	}
}

@media(max-width: 991px) {
	.registration__image-b {
		max-width: 215px;
	}
}

@media(max-width: 479px) {
	.registration__image-b {
		max-width: 160px;
	}
}

.registration__form {
	position: relative;
	padding: 30px;
	max-width: 450px;
	margin: 10px auto;
	background-color: rgba(20,20,20,.8);
}

@media(max-width: 1199px) {
	.registration__form {
		max-width: 400px;
	}
}

@media(max-width: 991px) {
	.registration__form {
		max-width: 450px;
	}

	.registration__form:before {
		display: none;
	}
}

.registration__form:before {
	content: url("/resources/images/registration/coord.png");
	position: absolute;
	bottom: 30px;
	left: -72%;
}

.registration__form--new {
	max-width: 415px;
	padding: 25px 30px;
	border: 1px solid #2a2a2a;
	background-color: rgba(13,15,15,.6);
	margin: 10px 0;
}

@media(max-width: 1199px) {
	.registration__form--new {
		max-width: 380px;
		-ms-transform: scale(0.9);
		transform: scale(0.9);
		position: relative;
		left: 20px;
	}
}

@media(max-width: 991px) {
	.registration__form--new {
		-ms-transform: scale(0.7);
		transform: scale(0.7);
		left: 80px;
	}
}

@media(max-width: 749px) {
	.registration__form--new {
		-ms-transform: scale(1);
		transform: scale(1);
		left: 0;
		margin: 10px auto;
	}
}

@media(max-width: 479px) {
	.registration__form--new {
		padding: 25px 3px;
	}
}

.registration__form--new:before {
	display: none;
}

.registration__title {
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #ffc48b;
	margin-bottom: 30px;
}

.registration__title--new {
	margin-bottom: 20px;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
}

.registration .form-control {
	border-radius: 5px;
	border: 1px solid #bb8e62;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
	line-height: 48px;
	padding: 0 15px 0 15px;
	height: 50px;
	color: #fff;
	text-align: left;
}

.registration .form-control::-webkit-input-placeholder {
	color: #fff;
	font-size: 18px;
}

@media(max-width: 479px) {
	.registration .form-control::-webkit-input-placeholder {
		font-size: 13px;
	}
}

.registration .form-control::-moz-placeholder {
	color: #fff;
	font-size: 18px;
}

@media(max-width: 479px) {
	.registration .form-control::-moz-placeholder {
		font-size: 13px;
	}
}

.registration .form-control:-ms-input-placeholder {
	color: #fff;
	font-size: 18px;
}

@media(max-width: 479px) {
	.registration .form-control:-ms-input-placeholder {
		font-size: 13px;
	}
}

.registration .form-control:-moz-placeholder {
	color: #fff;
	font-size: 18px;
}

@media(max-width: 479px) {
	.registration .form-control:-moz-placeholder {
		font-size: 13px;
	}
}

.registration .form-control .name {
	font-size: 18px;
}

@media(max-width: 479px) {
	.registration .form-control .name {
		font-size: 13px;
	}
}

.registration .form-group {
	margin-bottom: 15px;
}

.registration .form-group .dropdown-menu {
	background-color: #141414;
	border: 1px solid #3c3c3c;
}

.registration .form-group .dropdown-menu a {
	color: #fff;
}

.registration .form-group .dropdown-menu a:hover {
	color: #000;
}

.registration .form-group .custom-checkbox {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 15px;
	padding-left: 0;
	cursor: pointer;
}

.registration .form-group .custom-checkbox:hover,.registration .form-group .custom-checkbox:active,.registration .form-group .custom-checkbox:focus {
	text-decoration: none;
}

.registration .form-group .custom-checkbox input {
	position: absolute;
	opacity: 0;
	z-index: -200;
}

.registration .form-group .custom-checkbox input+span {
	display: inline-block;
	width: 25px;
	height: 22px;
	border: 1px solid #bb8e62;
	position: relative;
	margin-top: -2px;
}

.registration .form-group .custom-checkbox.error input+span {
	border-color: #ff1800;
}

.registration .form-group .custom-checkbox input+span:after {
	content: "";
	color: #bb8e62;
	opacity: 0;
}

.registration .form-group .custom-checkbox input+span+span {
	display: block;
	margin-left: 15px;
	color: #fffefe;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

.registration .form-group .custom-checkbox input+span+span a {
	color: #fff;
	text-decoration: underline;
}

.registration .form-group .custom-checkbox input+span+span a:hover {
	text-decoration: none;
}

.registration .form-group .custom-checkbox input:checked+span {
	border-color: #bb8e62;
}

.registration .form-group .custom-checkbox input:checked+span:after {
	opacity: 1;
}

.registration .form-group .custom-checkbox input[type=checkbox]+span {
	border-radius: 2px;
}

.registration .form-group .custom-checkbox input[type=checkbox]+span:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "";
	line-height: 20px;
	width: 21px;
	text-align: center;
	position: absolute;
}

.registration .form-group .custom-checkbox input[type=radio]+span:after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #bb8e62;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50%;
}

.registration .btn-bg,.registration .btn-opacity {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	display: block;
	width: 100%;
	box-shadow: none;
	border: 0;
	height: 64px;
	line-height: 64px;
	border-radius: 5px;
	background-color: #bb8e62;
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	text-transform: uppercase;
}

.registration .btn-bg:hover,.registration .btn-opacity:hover {
	text-decoration: none;
}

.registration .btn-bg:hover,.registration .btn-opacity:hover {
	background-color: #866748;
}

.registration .btn-opacity {
	border: 1px solid #bb8e62;
	background-color: rgba(0,0,0,0);
	color: #d12929;
	text-align: center;
}

.registration .btn-opacity:hover {
	border: 1px solid #7b5536;
	background-color: #7b5536;
	color: #fff;
}

.registration .btn-forgot {
	color: #bb8e62;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}

.registration--new .form-control {
	height: 40px;
	line-height: 38px;
	border-color: #41595e;
}

.registration--new .btn-bg,.registration--new .btn-opacity {
	max-width: 150px;
	padding: 0 5px;
	height: 54px;
	line-height: 54px;
	font-size: 20px;
	font-weight: 400;
	border-radius: 5px;
}

.registration--new .btn-bg:hover,.registration--new .btn-opacity:hover {
	background-color: #866748;
}

.registration--new .btn-bg {
	background-color: #25b852;
}

.registration--new .form-group.field-icon:after {
	top: 10px;
}

.registration--new .form-group .custom-checkbox input+span {
	width: 22px;
	height: 22px;
	border-color: #41595e;
}

.registration--new .form-group .custom-checkbox input:checked+span {
	border-color: #41595e;
}

.registration--new .form-group .custom-checkbox input+span+span {
	display: inline-block;
	max-width: 300px;
}

@media(max-width: 1199px) {
	.registration--new .form-group .custom-checkbox input+span+span {
		max-width: 260px;
		font-size: 16px;
	}
}

.registration--new .form-group--flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.registration-logo {
	display: block;
}

.registration-logo__image {
	width: 188px;
}

@media(max-width: 479px) {
	.registration--new .registration-logo__image {
		width: 120px;
	}
}

.social_auth__text {
	margin-bottom: 19px;
	color: #fff;
	font-size: 18px;
}

.social_auth--small .social_auth__text {
	max-width: 150px;
	line-height: 1;
}

.social_auth__text--link {
	line-height: 45px;
	margin-bottom: 0;
}

.social_auth__text--link:hover {
	color: #fff;
}

.mycaret {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
	width: 15px;
	height: 15px;
	background: url("/resources/images/registration/caret.png") no-repeat center center;
	background-size: contain;
	transition: transform .3s ease;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.mycaret--small {
	width: 8px;
	height: 8px;
}

.open .mycaret {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.labeled-control {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.registration-bonuses {
	position: absolute;
	text-align: center;
	top: 50px;
	right: -50%;
}

@media(max-width: 991px) {
	.registration-bonuses {
		display: none;
	}
}

.registration-bonuses__text {
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	text-transform: uppercase;
}

.registration-bonuses__text--middle {
	font-size: 48px;
	color: #fce18f;
	font-weight: 700;
	line-height: 23px;
}

.registration-bonuses__text--big {
	font-size: 58px;
	font-weight: 700;
	line-height: 64px;
}

.registration-bonuses__text--small {
	font-size: 24px;
	line-height: 16px;
}

.registration-bonuses__image {
	margin-top: 20px;
}

.header-auth-mobile {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.header-auth-mobile .login_lnk {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid #7b5536;
	background-color: rgba(0,0,0,0);
	color: #fff;
	padding: 0 15px;
}

.header-auth-mobile .login_lnk:hover {
	text-decoration: none;
}

.header-auth-mobile .login_lnk:hover {
	border: 1px solid #7b5536;
	background-color: #7b5536;
	color: #fff;
}

.header-auth-mobile .register_lnk {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid #bb8e62;
	background-color: #bb8e62;
	color: #fff;
	padding: 0 15px;
	animation: 1.5s ease 0s infinite normal none running invite;
	transition: all .3s ease;
}

.header-auth-mobile .register_lnk:hover {
	text-decoration: none;
}

.header-auth-mobile .register_lnk:hover {
	border: 1px solid #866748;
	background-color: #866748;
}

@keyframes invite {
	0% {
		box-shadow: #825e39 0 0 0 0;
	}

	100% {
		box-shadow: rgba(130,94,57,0) 0 0 0 8px;
	}
}

.header-auth-mobile .btn-success {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	background-color: #7bbb62;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	border: 0;
}

.header-auth-mobile .btn-success:hover {
	text-decoration: none;
}

.header-auth-mobile .btn-success:hover {
	background-color: #5b8a49;
	background-image: none;
	border: 0;
}

.header-auth-mobile .login_lnk:hover,.header-auth-mobile .login_lnk:active,.header-auth-mobile .login_lnk:focus,.header-auth-mobile .login_lnk:active:hover,.header-auth-mobile .login_lnk:focus:hover,.header-auth-mobile .register_lnk:hover,.header-auth-mobile .register_lnk:active,.header-auth-mobile .register_lnk:focus,.header-auth-mobile .register_lnk:active:hover,.header-auth-mobile .register_lnk:focus:hover,.header-auth-mobile .btn-success:hover,.header-auth-mobile .btn-success:active,.header-auth-mobile .btn-success:focus,.header-auth-mobile .btn-success:active:hover,.header-auth-mobile .btn-success:focus:hover {
	outline: none;
}

@media(max-width: 767px) {
	.header-auth-mobile .login_lnk,.header-auth-mobile .register_lnk,.header-auth-mobile .btn-success {
		height: 26px;
		padding: 0 8px;
		line-height: 26px;
		font-size: 10px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		max-width: 100%;
		outline: none;
	}

	.body-sv .header-auth-mobile .login_lnk,.body-sv .header-auth-mobile .register_lnk,.body-sv .header-auth-mobile .btn-success {
		padding: 0 5px;
	}

	.body-nn .header-auth-mobile .login_lnk,.body-ru .header-auth-mobile .login_lnk,.body-nn .header-auth-mobile .register_lnk,.body-ru .header-auth-mobile .register_lnk,.body-nn .header-auth-mobile .btn-success,.body-ru .header-auth-mobile .btn-success {
		padding: 0 5px;
	}

	.body-fi .header-auth-mobile .login_lnk,.body-fi .header-auth-mobile .register_lnk,.body-fi .header-auth-mobile .btn-success {
		padding: 0 3px;
	}

	.body-de .header-auth-mobile .login_lnk,.body-ja .header-auth-mobile .login_lnk,.body-de .header-auth-mobile .register_lnk,.body-ja .header-auth-mobile .register_lnk,.body-de .header-auth-mobile .btn-success,.body-ja .header-auth-mobile .btn-success {
		padding: 0 4px;
	}
}

.header-auth-mobile__block {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: calc(50% - 100px);
	width: calc(50% - 100px);
}

@media(max-width: 479px) {
	.header-auth-mobile__block {
		max-width: calc(50% - 25px);
		width: calc(50% - 25px);
	}
}

.header-auth-mobile__name {
	display: inline-block;
	max-width: 90%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #bb8e62;
}

@media(min-width: 768px) {
	.header-auth-mobile__name {
		max-width: 100%;
	}
}

.header-auth-mobile__name:hover,.header-auth-mobile__name:active,.header-auth-mobile__name:focus {
	text-decoration: none;
	color: #bb8e62;
}

.cookies-policy {
	position: fixed;
	top: auto !important;
	bottom: 44px !important;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 0 !important;
	background: #202020;
	border: 1px solid #3c3c3c;
	z-index: 999999;
	padding: 12px;
	width: calc(100vw - 28px);
	font-family: "aTitleGothic",sans-serif;
}

@media(min-width: 768px) {
	.cookies-policy {
		width: 747px;
	}
}

.cookies-policy--access-by-country {
	z-index: 999998;
}

.cookies-policy[data-closing=true] {
	display: none;
}

.cookies-policy__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

@media(min-width: 768px) {
	.cookies-policy__wrap {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.cookies-policy__txt {
	display: block;
	font-size: 12px;
	line-height: 14px;
	color: rgba(255,255,255,.5);
	text-align: center;
	font-family: "aTitleGothic",sans-serif;
}

@media(min-width: 768px) {
	.cookies-policy__txt {
		max-width: 450px;
		font-size: 18px;
		line-height: 21px;
	}
}

@media(max-width: 767px) {
	.cookies-policy__btn-wrp {
		margin: 24px auto 0;
		width: 100%;
		max-width: 300px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.cookies-policy__btn {
	display: inline-block;
	padding: 0 12px;
	margin: 5px 0;
	height: 40px;
	min-width: 130px;
	line-height: 25px;
	background-color: #bb8e62;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	border: 0;
}

.cookies-policy__btn--inactive {
	background: rgba(0,0,0,0);
	text-transform: none;
	color: #585858;
}

.cookies-policy__link {
	color: rgba(255,255,255,.5);
	text-decoration: underline;
	transition: .3s all ease;
}

.cookies-policy__link:hover,.cookies-policy__link:focus,.cookies-policy__link:active {
	color: rgba(255,255,255,.5);
}

.cookies-policy__link:hover {
	text-decoration: none;
}

.winners-blocks-container {
	background: url("/resources/images/winners_block_bg--mob.png") no-repeat,#ee3d2b;
	background-position: center top;
	background-size: 100% auto;
	padding-top: 82px;
	padding-left: 7%;
	padding-right: 7%;
	position: relative;
	margin-top: 50px;
	margin-left: -15px;
	margin-right: -15px;
}

@media(min-width: 400px) {
	.winners-blocks-container {
		padding-top: 150px;
		padding-bottom: 50px;
	}
}

@media(min-width: 768px) {
	.winners-blocks-container {
		margin-left: 0;
		margin-right: 0;
		background-size: auto 85%;
		padding-top: 200px;
	}
}

@media(min-width: 1248px) {
	.winners-blocks-container {
		background: url("/resources/images/winners_block_bg.png") no-repeat;
		background-size: cover;
		background-position: top center;
		padding: 250px 0 0 0;
	}
}

.winners-blocks-container--ja {
	padding-top: 50px;
	background: url("/resources/images/winners_block_bg--ja.png") no-repeat;
}

.winners-block {
	display: none;
}

@media(min-width: 1248px) {
	.winners-block {
		display: block;
		padding: 0 50px 25px;
	}
}

.vertical-winners-list {
	display: -ms-flexbox;
	display: flex;
	background-color: #3e1c18;
	padding: 57px 10px 0 10px;
	font-size: 14px;
	line-height: 24px;
	margin: 0 auto 15px auto;
	position: relative;
	min-height: unset;
}

@media(max-width: 1247px) {
	.vertical-winners-list {
		max-width: 480px;
		padding: 50px 40px 10px 40px;
		min-height: 625px;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media(max-width: 767px) {
	.vertical-winners-list {
		padding: 50px 10px 10px 10px;
	}
}

.vertical-winners-list__header {
	position: absolute;
	top: 16px;
	left: 16px;
	right: 16px;
	display: -ms-flexbox;
	display: flex;
	font-size: 24px;
	color: #fddab7;
	border-bottom: 1px solid #a92e21;
	padding-bottom: 7px;
	padding-left: 8px;
	margin-bottom: 3px;
	text-align: left;
}

@media(min-width: 768px)and (max-width: 1247px) {
	.vertical-winners-list__header {
		left: 40px;
		right: 40px;
	}
}

.vertical-winners-list__header-icon {
	display: inline-block;
	vertical-align: baseline;
	width: 25px;
	height: 25px;
	margin-right: 20px;
}

.vertical-winners-list__header-icon--cup-icon {
	background: url("/resources/images/win_cup.png") center no-repeat;
}

.vertical-winners-list__header-icon--star-icon {
	background: url("/resources/images/empty_star.png") center no-repeat;
}

.vertical-winners-list__header-icon--latest-icon {
	background: url("/resources/images/latest_win.png") center no-repeat;
}

.vertical-winners-list__item {
	overflow: hidden;
	padding: 12px 24px 12px 10px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	width: 100%;
	border-bottom: 2px dotted #a92e21;
}

@media(min-width: 1248px) {
	.vertical-winners-list__item {
		width: 25%;
		border-bottom: none;
	}
}

.vertical-winners-list__item .winners__wrap {
	display: -ms-flexbox;
	display: flex;
}

.vertical-winners-list__item .winner_item_img {
	min-width: 120px;
	height: 67px;
}

.vertical-winners-list__item .user {
	color: #fec286;
}

.vertical-winners-list__item .val {
	color: #f0ff04;
}

.vertical-winners-list__item:last-child {
	border-bottom: none;
}

.vertical-winners-list__game-name {
	color: #fff;
}

.vertical-winners-list__game-name:hover {
	color: #fff;
	text-decoration: underline;
}

.vertical-winners-list__tournament-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 7px 12px;
}

.vertical-winners-list__tournament-name {
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
}

@media(max-width: 479px) {
	.vertical-winners-list__tournament-name {
		font-size: 16px;
	}
}

.vertical-winners-list__tournament-link {
	font-size: 16px;
	color: #b6b6b6;
	text-decoration: underline;
}

.vertical-winners-list__tournament-link:hover {
	color: #fff;
}

@media(max-width: 479px) {
	.vertical-winners-list__tournament-link {
		font-size: 14px;
	}
}

.vertical-winners-list__tournament-timer {
	color: #fff;
	font-size: 20px;
	border-top: 2px dotted #a92e21;
	border-bottom: 2px dotted #a92e21;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 7px 12px;
}

@media(max-width: 479px) {
	.vertical-winners-list__tournament-timer {
		font-size: 15px;
	}
}

.vertical-winners-list__tournament-winner-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
	line-height: 29px;
	padding: 9px 12px;
	color: #efefef;
}

@media(max-width: 479px) {
	.vertical-winners-list__tournament-winner-row {
		font-size: 14px;
	}
}

.vertical-winners-list__tournament-winner-place {
	margin-right: 10%;
}

.vertical-winners-list__tournament-winner-name {
	width: 50%;
	text-align: left;
}

.vertical-winners-list__tournament-winner-score {
	width: 50%;
	text-align: right;
}

.vertical-winners-list:after {
	content: unset;
	display: block;
	width: 100%;
	border-bottom: 1px solid #a92e21;
}

.seo-content-block {
	font-size: 14px;
	line-height: 1;
	background: #191514;
	background-size: 100% auto;
	background-position: center center;
}

.seo-content-block__wrapper {
	margin: 0 auto;
	padding: 65px 150px 70px;
	color: #c3c3c3;
}

@media(max-width: 1199px) {
	.seo-content-block__wrapper {
		padding: 65px 15px 70px;
	}
}

@media(max-width: 767px) {
	.seo-content-block__wrapper {
		padding-top: 20px;
	}
}

@media(max-width: 479px) {
	.seo-content-block__wrapper {
		padding: 20px 10px;
	}
}

.seo-content-block__wrapper h1,.seo-content-block__wrapper h2 {
	text-align: center;
	font-weight: 100;
}

.seo-content-block__wrapper h1 {
	font-size: 30px;
}

@media(max-width: 479px) {
	.seo-content-block__wrapper h1 {
		font-size: 21px;
	}
}

.seo-content-block__wrapper h2 {
	font-size: 24px;
	color: #c3c3c3;
}

@media(max-width: 479px) {
	.seo-content-block__wrapper h2 {
		font-size: 17px;
	}
}

.seo-content-block__wrapper p {
	font-size: 18px;
	color: #bb8e62;
	font-weight: 100;
}

@media(max-width: 479px) {
	.seo-content-block__wrapper p {
		font-size: 15px;
	}
}

@media(max-width: 1199px) {
	.seo-content-block {
		background: #191514;
		padding: 15px;
	}
}

.ask {
	display: block;
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}

.ask__container {
	display: block;
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 150px 10px 50px;
	margin: 0;
}

@media(max-width: 969px) {
	.ask__container {
		padding-top: 50px;
	}
}

.ask__logo {
	display: block;
	width: 182px;
	height: 38px;
	position: absolute;
	top: 50px;
	left: 105px;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
	letter-spacing: normal;
}

@media(max-width: 767px) {
	.ask__logo {
		top: 40px;
		left: calc(50% - 91px);
	}
}

.ask__logo img {
	display: block;
	object-fit: contain;
	max-width: 100%;
	max-height: 100%;
	object-position: center;
}

.ask__inner {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
	max-width: 1060px;
	margin: 0 auto;
}

@media(max-width: 969px) {
	.ask__inner {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.ask__king {
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 105px 0 0 0;
	margin: 0;
	-ms-flex: 1;
	flex: 1;
}

@media(max-width: 969px) {
	.ask__king {
		-ms-flex: none;
		flex: none;
		margin-bottom: 40px;
	}
}

.ask__form {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: auto;
	max-width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}

@media(max-width: 969px) {
	.ask__form {
		width: 100%;
	}
}

.ask__king-img {
	display: none;
	position: absolute;
	top: -250px;
	right: -1010px;
	width: 2198px;
	height: 1241px;
	object-fit: contain;
	object-position: center;
	pointer-events: none;
}

@media(max-width: 767px) {
	.ask__king-img {
		opacity: .5;
	}
}

.ask__title {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
}

@media(max-width: 969px) {
	.ask__title {
		display: inline-block;
		margin: 0 auto;
		width: auto;
	}
}

@media(max-width: 767px) {
	.ask__title {
		padding-top: 180px;
	}
}

.ask__text {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	text-align: left;
}

.ask__text img {
	display: inline-block;
	max-width: 100%;
	object-fit: contain;
	object-position: left top;
}

.ask__logo-ask {
	display: block;
	width: 100%;
	padding: 0;
	margin: 50px 0 0 0;
	text-align: left;
}

.ask__logo-ask img {
	display: inline-block;
	max-width: 100%;
	object-fit: contain;
	object-position: left top;
}

.ask__white {
	color: #fff !important;
}

.ask__form {
	position: relative;
}

.ask__form .form-control {
	border-radius: 5px;
	border: 1px solid #41595e;
	background-color: rgba(0,0,0,.7);
	box-shadow: none;
	line-height: 1;
	padding: 0 15px 0 50px;
	height: 40px;
	color: #989898;
}

.ask__form .form-control:hover,.ask__form .form-control:focus {
	color: #fff;
}

.ask__form .form-control:-webkit-autofill {
	box-shadow: inset 0 0 0 60px #000 !important;
	color: #989898 !important;
	-webkit-text-fill-color: #989898 !important;
	background: rgba(0,0,0,0) !important;
	border: 1px solid #41595e !important;
	border-radius: 5px !important;
	transition: color .3s ease,border-color .3s ease !important;
}

.ask__form .form-control:-webkit-autofill:hover,.ask__form .form-control:-webkit-autofill:active,.ask__form .form-control:-webkit-autofill:focus,.ask__form .form-control:-webkit-autofill:active:hover,.ask__form .form-control:-webkit-autofill:active:focus {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: inset 0 0 0 60px #000 !important;
	border: 1px solid #41595e !important;
}

.ask__form .form-control:-webkit-autofill:active:not(:hover) {
	-webkit-text-fill-color: #fff !important;
}

.ask__form .dropdown-menu {
	background-color: #141414;
	border: 1px solid #3c3c3c;
}

.ask__form .dropdown-menu a {
	color: #fff;
}

.ask__form .dropdown-menu a:hover {
	color: #000;
}

.ask__form .custom-checkbox {
	position: relative;
	display: block;
	color: #989898;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	letter-spacing: normal;
	margin-bottom: 15px;
	padding: 0;
	cursor: pointer;
}

.ask__form .custom-checkbox a {
	color: inherit;
	text-decoration: underline;
}

.ask__form .custom-checkbox a:hover {
	color: #fff;
}

.ask__form .custom-checkbox input {
	display: none;
}

.ask__form .custom-checkbox input+span {
	display: inline-block;
	position: relative;
	top: 5px;
	padding: 0;
	margin: 0 12px 0 0;
	width: 22px;
	height: 22px;
	border: 1px solid #41595e;
}

.ask__form .custom-checkbox input+span:before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: calc(50% - 6px);
	left: calc(50% - 6px);
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAA60lEQVQoU42SzW3CQBCFv3EDcQchHbgEDmCJEynBQO4JpoFQQLxUYJwKknOMRNJBUkHSB8gTzcqAQQi8lx3NvJ/R2xVang+XRIFKIm3wBhYN1iBfVwkHMCHK/CJh7ZJwq8EvENabXHYos8k76LCx9oFgahvoxNPi2wArN7lX1bc9WJn3Z/mzX8mGqDqre2l+Z3eZjf+AW6tVGcWzvLBaVtloocjjTsmGfiAsT8G+79Vexk8I3kHAlFHoKPoap8ukGf0+pTq+T+CmJv700jw6faejWBsktlJFg2nh3c467Jqle+hSVV1L5Nwv+AfoUlmktVWtgAAAAABJRU5ErkJggg==");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0;
}

.ask__form .custom-checkbox input:checked+span:before {
	opacity: 1;
}

.ask__form input[type=submit] {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 150px;
	height: 54px;
	border-radius: 5px;
	background-color: #25b852;
	padding: 5px 10px;
	color: #fff;
	font-size: 22px !important;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: normal;
	border: none;
	box-shadow: none;
	text-shadow: none;
}

.ask__form input[type=submit]:hover {
	opacity: .8;
}

.ask__form .btn-opacity {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 150px;
	height: 54px;
	border-radius: 5px;
	border: 1px solid #6a5846;
	background-color: #000;
	padding: 5px 10px;
	color: #d12929;
	white-space: nowrap;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: normal;
	box-shadow: none;
	text-shadow: none;
	text-decoration: none;
}

.ask__form .btn-opacity:hover {
	opacity: .8;
	text-decoration: none;
}

.ask__form .form-group.text-center {
	text-align: left;
}

@media(max-width: 969px) {
	.ask__form .form-group.text-center {
		text-align: center;
	}
}

.ask__form .form-group.text-center:last-child {
	position: absolute;
	bottom: 57px;
	right: 0;
	margin: 0;
}

@media(max-width: 969px) {
	.ask__form .form-group.text-center:last-child {
		position: static;
		margin: 20px 0 0 0;
	}
}

.ask__form form {
	position: relative;
}

.ask .form-group.field-icon:after {
	top: 11px;
	pointer-events: none;
}

.ask__form-inner {
	display: block;
	width: 100%;
	max-width: 412px;
	margin: 0 auto;
	border: 1px solid #2a2a2a;
	padding: 25px 30px 38px;
	background-color: rgba(13,15,15,.7);
}

.ask__form-title {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.ask .social_auth {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #989898;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}

.ask .social_auth>p {
	-ms-flex: 100%;
	flex: 100%;
	overflow: hidden;
	margin: 0 10px 0 0;
}

.ask .social_auth .social__wrapper {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	padding: 0;
	margin: 0;
}

.ask .social_auth .social__wrapper .social__link {
	width: 42px;
	height: 42px;
	margin-right: 13px;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}

.ask .social_auth .social__wrapper .social__link i {
	line-height: 1;
	font-size: 26px;
}

.ask .social_auth .social__wrapper .social__link:after {
	width: 100%;
	height: 100%;
}

body.id-askgamblers_coin {
	height: auto;
	min-height: 100vh;
	background-color: #000;
	background-image: url("/resources/images/askgamblers/ask__king.png"),url("/resources/images/askgamblers/ask__bg.jpg");
	background-repeat: no-repeat,no-repeat;
	background-position: top -100px left calc(50% + 30px),center;
	background-size: 2198px 1241px,cover;
	padding: 0;
	margin: 0;
	width: 100%;
	max-width: 100%;
	-ms-transform: none;
	transform: none;
}

@media(max-width: 969px) {
	body.id-askgamblers_coin {
		background-position: top -100px left calc(50% + 215px),center;
	}
}

@media(max-width: 767px) {
	body.id-askgamblers_coin {
		background-position: top -200px left calc(50% + 83px),center;
	}
}

body.id-askgamblers_coin #menu,body.id-askgamblers_coin header,body.id-askgamblers_coin footer {
	display: none;
}

.games-autocomplete .search-box.overflow-visible .ing-search-complite {
	scrollbar-color: #b48f68;
	scrollbar-width: thin;
}

.games-autocomplete .search-box.overflow-visible .ing-search-complite::-webkit-scrollbar {
	width: 4px;
	height: 4px;
}

.games-autocomplete .search-box.overflow-visible .ing-search-complite::-webkit-scrollbar-track {
	border-radius: 3px;
	background: #e3e3e3;
}

.games-autocomplete .search-box.overflow-visible .ing-search-complite::-webkit-scrollbar-thumb {
	background: #b48f68;
	border-radius: 2px;
	margin: 0;
}

.games-autocomplete .search-box.overflow-visible .ing-search-complite::-webkit-scrollbar-thumb:hover {
	background: #b48f68;
}

.crypto-toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.crypto-toggle__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 60px;
	padding: 0 10px;
	border-bottom: 1px solid #3c3c3c;
}

.crypto-toggle__title {
	margin-left: 20px;
	font-size: 22px;
	line-height: 26px;
	color: #ba8d64;
	text-transform: uppercase;
	opacity: .3;
}

.crypto-toggle__title--active {
	opacity: 1;
}

.crypto-toggle .switch {
	position: relative;
	display: inline-block;
	width: 46px;
	min-width: 46px;
	height: 26px;
}

.crypto-toggle .switch input {
	display: none;
}

.crypto-toggle .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #d12929;
	border: 1px solid #ba8d64;
	box-sizing: border-box;
	border-radius: 16px;
	transition: .4s;
}

.crypto-toggle .slider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 2px;
	bottom: 2px;
	background: #ba8d64;
	border-radius: 50%;
	transition: .4s;
}

.crypto-toggle input:checked+.slider {
	background: #7bbb62;
}

.crypto-toggle input:checked+.slider:before {
	-ms-transform: translateX(20px);
	transform: translateX(20px);
}

.crypto-toggle .toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
}

.winners-slider {
	position: relative;
	display: block;
	padding: 0;
	max-width: 1174px;
	margin: 0 auto;
}

@media(min-width: 1248px) {
	.winners-slider {
		display: none;
	}
}

.winners-slider .item {
	padding: 100px 10px 55px 10px;
	min-height: 712px;
}

@media(max-width: 480px) {
	.winners-slider .item .winners__wrap>div {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 100%;
	}
}

.winners-slider .item .winner_item_img {
	min-width: 94px;
	height: 50px;
}

.winners-slider .item .vertical-winners-list {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

@media(min-width: 600px) {
	.winners-slider .item .vertical-winners-list {
		width: 480px;
	}
}

.winners-slider .item .vertical-winners-list__item {
	width: 100%;
}

.winners-slider .bx-wrapper {
	max-width: 100% !important;
}

.winners-slider .bx-viewport {
	height: initial !important;
}

.winners-slider .bx-controls {
	position: absolute;
	top: 50%;
	bottom: auto;
	left: 0;
	z-index: 99;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 22px 0 0 0;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.winners-slider .bx-controls-direction {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 900px;
	height: 48px;
	background-color: rgba(0,0,0,0);
	position: relative;
	top: 0;
	bottom: auto;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.winners-slider .bx-controls-direction:before {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 1px);
	width: 1px;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
}

.winners-slider .bx-prev,.winners-slider .bx-next {
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	text-decoration: none;
	transition: opacity .3s ease;
	cursor: pointer;
	margin-top: 0 !important;
	top: 0 !important;
	width: 48px !important;
	height: 48px !important;
	background: url("/resources/images/arrow-right.svg") center center no-repeat !important;
	opacity: .7;
}

@media(max-width: 767px) {
	.winners-slider .bx-prev,.winners-slider .bx-next {
		width: 40px !important;
		background-size: 40% !important;
	}
}

.winners-slider .bx-prev:hover,.winners-slider .bx-next:hover {
	opacity: 1;
	background-position: center center !important;
}

.winners-slider .bx-prev.disabled,.winners-slider .bx-next.disabled {
	opacity: .3;
	cursor: not-allowed;
	background-position: center center !important;
}

.winners-slider .bx-prev {
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.winners-slider .bx-next {
	-ms-transform: translateX(100%) rotate(180deg);
	transform: translateX(100%) rotate(180deg);
}

.winners-slider .disabled+.disabled {
	opacity: 1;
}

.winners-slider .disabled+.disabled:after {
	content: "";
	display: block;
	width: 120px;
	height: 60px;
	background-color: rgba(0,0,0,0);
	position: absolute;
	left: -65px;
	cursor: default;
}

.jackpots-page {
	display: block;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #acacac;
	background: rgba(0,0,0,0);
	margin-top: -20px;
	font-family: "aTitleGothic",sans-serif;
}

@media(max-width: 767px) {
	.jackpots-page .jackpots-page__prize-cards--desktop {
		display: none;
	}
}

@media(min-width: 768px) {
	.jackpots-page .jackpots-page__prize-cards--desktop {
		display: block;
	}
}

@media(max-width: 767px) {
	.jackpots-page .jackpots-page__prize-cards--mobile {
		display: block;
	}
}

@media(min-width: 768px) {
	.jackpots-page .jackpots-page__prize-cards--mobile {
		display: none;
	}
}

.jackpots-page .jackpots-inner {
	width: 100%;
	max-width: 1188px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 16px;
}

@media(max-width: 767px) {
	.jackpots-page .jackpots-inner {
		padding: 0 14px;
	}
}

.jackpots-page .jackpots-inner.tournament-page__game-list {
	max-width: 1588px;
}

@media(min-width: 768px) {
	.jackpots-page__section {
		margin-top: 72px;
	}
}

.jackpots-page__section .content_area h1 {
	display: none;
}

.jackpots-page__section .content_area .catalog_list {
	background: none;
	padding: 0;
	margin: 0 -15px;
	border: none;
}

.jackpots-page__section .content_area .more-games {
	background: none;
	border: none;
}

.jackpots-page__section--text.jackpots-inner {
	margin-top: 0;
}

.jackpots-page__section--prizes.jackpots-inner {
	margin-top: 0;
}

@media(max-width: 767px) {
	.jackpots-page__section--prizes.jackpots-inner {
		margin-bottom: 48px;
	}
}

.jackpots-page__headline {
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	line-height: 28px;
}

@media(min-width: 768px) {
	.jackpots-page__headline {
		font-size: 35px;
		line-height: 41px;
	}
}

.jackpots-page__button {
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	margin-top: 30px;
}

.jackpots-page__button .button--more {
	font-weight: 700;
	color: #b49068;
	display: none;
	text-decoration: none;
}

.jackpots-page__button .button--more.collapsed {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.jackpots-page__collapse {
	padding-bottom: 40px;
	overflow: hidden;
}

.jackpots-page__collapse:not(.in) {
	height: 0;
	padding: 0;
}

.jackpots-page .bx-wrapper .bx-pager.bx-default-pager a {
	width: 6px;
	height: 6px;
	margin: 0 8px;
	transition: .2s ease transform;
}

.jackpots-page .bx-wrapper .bx-pager.bx-default-pager a:hover,.jackpots-page .bx-wrapper .bx-pager.bx-default-pager a.active,.jackpots-page .bx-wrapper .bx-pager.bx-default-pager a:focus {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	background: #b48f68;
}

.jackpots-banner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: stretch;
	align-items: stretch;
	width: 100%;
	position: relative;
	overflow: hidden;
}

@media(min-width: 768px) {
	.jackpots-banner {
		min-height: 420px;
	}
}

.jackpots-banner__block-bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	height: 100%;
	min-width: 100%;
	min-height: 500px;
}

@media(min-width: 768px) {
	.jackpots-banner__block-bg {
		right: unset;
		left: 50%;
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media(max-width: 767px) {
	.jackpots-banner__block-bg:after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		width: 100%;
		height: 92px;
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
	}
}

.jackpots-banner__block-img {
	z-index: 0;
	position: absolute;
	top: 0;
	right: -70px;
}

@media(min-width: 420px) {
	.jackpots-banner__block-img {
		right: 0;
	}
}

@media(min-width: 768px)and (max-width: 1248px) {
	.jackpots-banner__block-img {
		object-fit: cover;
		object-position: top;
		right: -270px;
	}
}

@media(min-width: 1632px) {
	.jackpots-banner__block-img {
		width: 100%;
		right: 0;
	}
}

.jackpots-banner__content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	padding: 110px 0 150px;
}

@media(min-width: 768px) {
	.jackpots-banner__content {
		width: 80%;
		padding: 110px 0 50px;
	}
}

@media(min-width: 960px) {
	.jackpots-banner__content {
		width: 50%;
	}
}

@media(min-width: 1632px) {
	.jackpots-banner__content {
		padding: 162px 0;
	}
}

.jackpots-banner__title {
	font-family: "aTitleGothic",sans-serif;
	font-weight: 500;
	font-size: 26px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

@media(min-width: 768px) {
	.jackpots-banner__title {
		font-weight: 500;
		font-size: 50px;
		line-height: 70px;
	}
}

.jackpots-banner__total {
	text-transform: uppercase;
	margin-top: 24px;
}

.jackpots-list {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-top: 72px;
	margin-bottom: 24px;
}

@media(min-width: 768px) {
	.jackpots-list {
		margin-bottom: 0;
	}
}

.jackpots-list__main-title {
	margin-bottom: 24px;
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

@media(min-width: 768px) {
	.jackpots-list__main-title {
		font-size: 35px;
		line-height: 41px;
	}
}

.jackpots-list__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	width: 100%;
	padding-left: 24px;
	counter-reset: list-counter;
}

@media(min-width: 768px) {
	.jackpots-list__list {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		margin-bottom: 0;
		padding-left: 0;
	}
}

.jackpots-list__item {
	position: relative;
	counter-increment: list-counter;
	width: 100%;
	margin-bottom: 24px;
}

@media(min-width: 768px) {
	.jackpots-list__item {
		margin-bottom: 0;
	}
}

.jackpots-list__title {
	margin-bottom: 6px;
	padding-left: 32px;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	text-transform: uppercase;
	color: #d2d2d2;
}

@media(min-width: 768px) {
	.jackpots-list__title {
		margin-bottom: 14px;
		padding-left: 52px;
		font-size: 20px;
		line-height: 23px;
	}
}

.jackpots-list__title:before {
	content: counter(list-counter) " ";
	display: inline;
	position: absolute;
	left: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 42px;
	font-weight: 500;
	color: #b48f68;
}

@media(min-width: 768px) {
	.jackpots-list__title:before {
		font-size: 60px;
		font-weight: 700;
	}
}

.jackpots-list__subtitle {
	padding: 0 26px 0 52px;
	font-weight: 400;
	color: #d2d2d2;
}

@media(min-width: 960px)and (max-width: 1247px) {
	.jackpots-list__subtitle {
		white-space: nowrap;
	}
}

@media(max-width: 767px) {
	.jackpots-list__subtitle {
		padding-left: 32px;
		font-size: 11px;
		line-height: 13px;
	}
}

.jackpots-list__button-inner {
	margin-bottom: 32px;
}

@media(min-width: 768px) {
	.jackpots-list__button-inner {
		margin-top: 32px;
		margin-bottom: 0;
	}
}

.jackpots-list__button-inner .button {
	font-weight: 400;
	font-size: 18px;
	line-height: 34px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 80px;
	min-height: 40px;
}

.jackpot-wins {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.jackpot-wins__headline {
	margin-bottom: 30px;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

@media(min-width: 768px) {
	.jackpot-wins__headline {
		font-size: 35px;
		line-height: 41px;
	}
}

.jackpot-wins .table>tbody>tr:nth-child(odd) {
	background: #1b1a1a;
}

.jackpot-wins .table>tbody>tr>td {
	border: none;
}

.jackpot-wins .table>thead>tr>th,.jackpot-wins .table>tbody>tr>td {
	text-align: center;
}

@media(max-width: 767px) {
	.jackpot-wins .table>thead>tr>th,.jackpot-wins .table>tbody>tr>td {
		font-size: 14px;
	}
}

.jackpot-wins .table>thead>tr>th {
	background: #412e25;
}

.jackpot-wins .table>thead>tr>th span {
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.jackpot-wins__button {
	padding-top: 26px;
}

.jackpot-wins__user {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.jackpots-list-icon {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: normal;
	font-weight: 700;
	text-align: center;
	color: #fff;
	padding: 32px 0;
	margin-bottom: 32px;
	background: #2c2c2c;
}

.jackpots-list-icon__title {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #faf8f7;
}

@media(min-width: 768px) {
	.jackpots-list-icon__title {
		font-size: 35px;
		line-height: 41px;
	}
}

.jackpots-list-icon__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
}

.jackpots-list-icon__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 24px;
	font-weight: 500;
	font-size: 20px;
	line-height: 26px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

@media(min-width: 768px) {
	.jackpots-list-icon__item {
		margin-bottom: 0;
	}
}

.jackpots-list-icon__img {
	display: -ms-flexbox;
	display: flex;
	max-width: 88px;
	margin-bottom: 22px;
	padding: 22px;
	background: #141414;
	opacity: .7;
	border-radius: 50%;
}

.jackpots-list-icon__img img {
	max-width: 44px;
	max-height: 44px;
	object-fit: contain;
	object-position: center;
}

.jackpots-total .jackpots-total__label-short {
	display: none;
}

.jackpots-total__value .odometer-inside {
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
}

.jackpots-page .jackpots-total .jackpots-total__label {
	font-weight: 400;
	font-size: 13px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #edc091;
}

@media(min-width: 768px) {
	.jackpots-page .jackpots-total .jackpots-total__label {
		font-size: 24px;
		line-height: 28px;
	}
}

.jackpots-page .jackpots-total .jackpots-total__value {
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	font-size: 42px;
	line-height: 49px;
	text-align: center;
	color: #fff;
}

@media(min-width: 768px) {
	.jackpots-page .jackpots-total .jackpots-total__value {
		font-size: 80px;
		line-height: 94px;
	}
}

.jackpots-page-panel .jackpots-total {
	display: -ms-flexbox;
	display: flex;
}

.jackpots-page-panel .jackpots-total .jackpots-total__label {
	font-weight: 700;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #acacac;
	max-width: 78px;
	padding-right: 20px;
}

@media(min-width: 768px) {
	.jackpots-page-panel .jackpots-total .jackpots-total__label {
		max-width: 50px;
		padding-right: 4px;
		font-size: 9px;
	}
}

@media(min-width: 960px) {
	.jackpots-page-panel .jackpots-total .jackpots-total__label {
		max-width: 62px;
		font-size: 11px;
	}
}

@media(min-width: 960px) {
	.jackpots-page-panel .jackpots-total .jackpots-total__label {
		max-width: 78px;
	}
}

.jackpots-page-panel .jackpots-total .jackpots-total__value {
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

@media(min-width: 768px) {
	.jackpots-page-panel .jackpots-total .jackpots-total__value {
		font-size: 18px;
		line-height: 16px;
	}
}

@media(min-width: 960px) {
	.jackpots-page-panel .jackpots-total .jackpots-total__value {
		font-size: 23px;
		line-height: 19px;
	}
}

@media(min-width: 1248px) {
	.jackpots-page-panel .jackpots-total .jackpots-total__value {
		font-size: 28px;
		line-height: 24px;
	}
}

.jackpots-game-panel .jackpots-total {
	display: -ms-flexbox;
	display: flex;
}

.jackpots-game-panel .jackpots-total .jackpots-total__label {
	font-weight: 700;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #acacac;
	max-width: 78px;
	padding-right: 20px;
}

@media(min-width: 768px) {
	.jackpots-game-panel .jackpots-total .jackpots-total__label {
		max-width: 50px;
		padding-right: 4px;
		font-size: 9px;
	}
}

@media(min-width: 960px) {
	.jackpots-game-panel .jackpots-total .jackpots-total__label {
		max-width: 62px;
		font-size: 11px;
	}
}

@media(min-width: 960px) {
	.jackpots-game-panel .jackpots-total .jackpots-total__label {
		max-width: 78px;
	}
}

.jackpots-game-panel .jackpots-total .jackpots-total__value {
	display: -ms-flexbox;
	display: flex;
	font-weight: 700;
	font-size: 28px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

@media(min-width: 768px) {
	.jackpots-game-panel .jackpots-total .jackpots-total__value {
		font-size: 18px;
		line-height: 16px;
	}
}

@media(min-width: 960px) {
	.jackpots-game-panel .jackpots-total .jackpots-total__value {
		font-size: 23px;
		line-height: 19px;
	}
}

@media(min-width: 1248px) {
	.jackpots-game-panel .jackpots-total .jackpots-total__value {
		font-size: 28px;
		line-height: 24px;
	}
}

.jackpots-prizes__item {
	border-radius: 4px;
}

.jackpots-prizes__item--level_1 {
	background: linear-gradient(180deg, rgba(40, 40, 67, 0) 0%, #0C0C0C 100%);
}

.jackpots-prizes__item--level_1 .jackpots-prizes__image-block:after {
	background: #6565ce;
	filter: blur(24.0483px);
}

.jackpots-prizes__item--level_2 {
	background: linear-gradient(180deg, rgba(68, 50, 19, 0) -4.58%, #0C0C0C 100%);
}

.jackpots-prizes__item--level_2 .jackpots-prizes__image-block:after {
	background: rgba(226,155,27,.8);
	filter: blur(19.5px);
}

.jackpots-prizes__item--level_3 {
	background: linear-gradient(180deg, rgba(42, 67, 65, 0) -4.58%, #0C0C0C 100%);
}

.jackpots-prizes__item--level_3 .jackpots-prizes__image-block:after {
	background: rgba(154,255,255,.6);
	filter: blur(24.5652px);
}

.jackpots-prizes__image-block {
	position: relative;
	z-index: 0;
}

.jackpots-prizes__image-block:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	z-index: -1;
}

.jackpots-prizes__image {
	max-width: 100%;
	object-fit: contain;
	object-position: center;
	height: 100%;
}

.jackpots-prizes__pool .odometer-inside {
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
}

.jackpots-page .jackpots-prizes {
	display: -ms-grid;
	display: grid;
	grid-gap: 15px;
	width: 100%;
	text-align: center;
	color: #fff;
	/*-ms-grid-columns: (1fr)[3];*/
	grid-template-columns: repeat(3, 1fr);
}

@media(min-width: 960px) {
	.jackpots-page .jackpots-prizes {
		text-align: left;
		grid-gap: 20px;
		/*-ms-grid-columns: (1fr)[3];*/
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width: 959px) {
	.jackpots-page .jackpots-prizes {
		grid-gap: 10px;
	}
}

@media(min-width: 960px)and (max-width: 1247px) {
	.jackpots-page .jackpots-prizes {
		grid-gap: 12px;
	}
}

.jackpots-page .jackpots-prizes .jackpots-prizes__item {
	min-height: 330px;
	padding: 32px 48px 64px 48px;
	z-index: 0;
}

@media(max-width: 767px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__item {
		width: calc(100vw - 28px) !important;
	}
}

@media(min-width: 768px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__item {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-align: center;
		align-items: center;
		grid-gap: unset;
		margin-bottom: 40px;
	}
}

.jackpots-page .jackpots-prizes .jackpots-prizes__image-block {
	-ms-flex-order: 1;
	order: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 160px;
	height: 160px;
}

@media(max-width: 959px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__image-block {
		grid-area: 1/1/4/2;
		width: 100%;
		height: 145px;
	}
}

.jackpots-page .jackpots-prizes .jackpots-prizes__image-block:after {
	width: 100px;
	height: 100px;
}

.jackpots-page .jackpots-prizes .jackpots-prizes__title {
	-ms-flex-order: 2;
	order: 2;
	padding: 0;
	margin: 60px 0 18px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 28px;
	line-height: 33px;
	text-transform: uppercase;
	color: #e9b985;
}

@media(min-width: 768px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__title {
		font-size: 20px;
		line-height: 23px;
	}
}

@media(min-width: 960px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__title {
		font-size: 24px;
		line-height: 28px;
	}
}

@media(min-width: 1248px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__title {
		font-size: 28px;
		line-height: 33px;
	}
}

@media(min-width: 1632px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__title {
		font-size: 32px;
		line-height: 38px;
	}
}

.jackpots-page .jackpots-prizes .jackpots-prizes__pool {
	-ms-flex-order: 3;
	order: 3;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	font-size: 40px;
	line-height: 44px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

@media(min-width: 768px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__pool {
		font-size: 30px;
	}
}

@media(min-width: 960px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__pool {
		font-size: 38px;
	}
}

@media(min-width: 1248px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__pool {
		font-size: 40px;
	}
}

@media(min-width: 1632px) {
	.jackpots-page .jackpots-prizes .jackpots-prizes__pool {
		font-size: 50px;
	}
}

.jackpots-page .jackpots-prizes .jackpots-prizes__pool:before {
	display: none;
}

.jackpots-page .jackpots-prizes .jackpots-prizes__info {
	display: none;
}

.jackpots-page-panel .jackpots-prizes {
	display: -ms-grid;
	display: grid;
	/*-ms-grid-columns: (1fr)[3];*/
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 12px;
	width: 100%;
	padding-left: 16px;
	text-align: left;
}

@media(min-width: 768px) {
	.jackpots-page-panel .jackpots-prizes {
		padding: 0;
	}
}

@media(min-width: 960px) {
	.jackpots-page-panel .jackpots-prizes {
		padding-left: 16px;
	}
}

.jackpots-page-panel .jackpots-prizes .jackpots-prizes__item {
	position: relative;
	display: -ms-grid;
	display: grid;
	grid-column-gap: 12px;
	width: 100%;
	padding: 12px;
	/*-ms-grid-rows: (28px)[3];*/
	grid-template-rows: repeat(3, 28px);
	-ms-grid-columns: 80px auto;
	grid-template-columns: 80px auto;
	grid-row-gap: 0;
}

@media(min-width: 960px) {
	.jackpots-page-panel .jackpots-prizes .jackpots-prizes__item {
		-ms-grid-columns: 48px auto;
		grid-template-columns: 48px auto;
	}
}

@media(min-width: 1248px) {
	.jackpots-page-panel .jackpots-prizes .jackpots-prizes__item {
		-ms-grid-columns: 80px auto;
		grid-template-columns: 80px auto;
		grid-column-gap: 24px;
		padding: 16px 24px;
	}
}

.jackpots-page-panel .jackpots-prizes .jackpots-prizes__image-block {
	-ms-flex-item-align: center;
	align-self: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	grid-area: 1/1/4/2;
}

@media(min-width: 960px) {
	.jackpots-page-panel .jackpots-prizes .jackpots-prizes__image-block {
		width: 48px;
		height: 48px;
	}
}

@media(min-width: 1248px) {
	.jackpots-page-panel .jackpots-prizes .jackpots-prizes__image-block {
		width: 80px;
		height: 80px;
	}
}

.jackpots-page-panel .jackpots-prizes .jackpots-prizes__image-block:after {
	width: 60px;
	height: 60px;
}

.jackpots-page-panel .jackpots-prizes .jackpots-prizes__title {
	display: -ms-flexbox;
	display: flex;
	grid-area: 1/2/2/3;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #e9b985;
}

.jackpots-page-panel .jackpots-prizes .jackpots-prizes__pool {
	display: -ms-flexbox;
	display: flex;
	grid-area: 2/2/3/3;
	height: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

@media(min-width: 1248px) {
	.jackpots-page-panel .jackpots-prizes .jackpots-prizes__pool {
		font-size: 28px;
	}
}

.jackpots-page-panel .jackpots-prizes .jackpots-prizes__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	grid-area: 3/2/4/3;
	text-transform: capitalize;
	color: #acacac;
}

.jackpots-page-panel .jackpots-prizes .jackpots-prizes__info span {
	margin-right: 6px;
	font-size: 9px;
	line-height: 11px;
}

.jackpots-page-panel .jackpots-prizes .jackpots-prizes__info b {
	font-size: 10px;
	line-height: 12px;
}

.jackpots-game-panel .jackpots-prizes {
	display: -ms-grid;
	display: grid;
	/*-ms-grid-columns: (1fr)[3];*/
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 12px;
	width: 100%;
	padding-left: 16px;
	text-align: left;
}

.jackpots-game-panel .jackpots-prizes .jackpots-prizes__item {
	position: relative;
	display: -ms-grid;
	display: grid;
	grid-column-gap: 12px;
	width: 100%;
	padding: 12px;
	/*-ms-grid-rows: (28px)[3];*/
	grid-template-rows: repeat(3, 28px);
	/*-ms-grid-columns: 80px auto;*/
	grid-template-columns: 80px auto;
	grid-row-gap: 0;
}

@media(min-width: 960px) {
	.jackpots-game-panel .jackpots-prizes .jackpots-prizes__item {
		-ms-grid-columns: 48px auto;
		grid-template-columns: 48px auto;
	}
}

@media(min-width: 1248px) {
	.jackpots-game-panel .jackpots-prizes .jackpots-prizes__item {
		-ms-grid-columns: 80px auto;
		grid-template-columns: 80px auto;
		grid-column-gap: 24px;
		padding: 16px 24px;
	}
}

.jackpots-game-panel .jackpots-prizes .jackpots-prizes__image-block {
	-ms-flex-item-align: center;
	align-self: center;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	grid-area: 1/1/4/2;
}

@media(min-width: 960px) {
	.jackpots-game-panel .jackpots-prizes .jackpots-prizes__image-block {
		width: 48px;
		height: 48px;
	}
}

@media(min-width: 1248px) {
	.jackpots-game-panel .jackpots-prizes .jackpots-prizes__image-block {
		width: 80px;
		height: 80px;
	}
}

.jackpots-game-panel .jackpots-prizes .jackpots-prizes__image-block:after {
	width: 60px;
	height: 60px;
}

.jackpots-game-panel .jackpots-prizes .jackpots-prizes__title {
	display: -ms-flexbox;
	display: flex;
	grid-area: 1/2/2/3;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #e9b985;
}

.jackpots-game-panel .jackpots-prizes .jackpots-prizes__pool {
	display: -ms-flexbox;
	display: flex;
	grid-area: 2/2/3/3;
	height: 20px;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.jackpots-game-panel .jackpots-prizes .jackpots-prizes__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	grid-area: 3/2/4/3;
	text-transform: capitalize;
	color: #acacac;
}

.jackpots-game-panel .jackpots-prizes .jackpots-prizes__info span {
	margin-right: 6px;
	font-size: 9px;
	line-height: 11px;
}

.jackpots-game-panel .jackpots-prizes .jackpots-prizes__info b {
	font-size: 10px;
	line-height: 12px;
}

.jackpots-page-panel {
	display: -ms-flexbox;
	display: flex;
	font-family: "aTitleGothic",sans-serif;
	font-weight: 400;
}

@media(min-width: 768px)and (max-width: 959px) {
	.jackpots-page-panel {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.jackpots-page-panel__content-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

@media(max-width: 959px) {
	.jackpots-page-panel__content-left {
		margin: 0 auto;
	}
}

@media(max-width: 767px) {
	.jackpots-page-panel__content-right {
		display: none;
	}
}

.jackpots-page-panel__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
	max-width: 1248px;
	position: relative;
}

@media(min-width: 768px) {
	.jackpots-page-panel__inner {
		padding: 0 49px;
	}
}

@media(min-width: 1248px) {
	.jackpots-page-panel__inner {
		max-width: 1140px;
		padding: 0;
	}
}

@media(min-width: 1632px) {
	.jackpots-page-panel__inner {
		max-width: 1242px;
	}
}

.jackpots-page-panel__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 12px;
}

@media(min-width: 960px) {
	.jackpots-page-panel__content {
		position: relative;
		padding: 0;
		display: -ms-grid;
		display: grid;
		grid-gap: 24px;
		-ms-grid-columns: fit-content(100%) fit-content(100%) auto fit-content(100%);
		grid-template-columns: fit-content(100%) fit-content(100%) auto fit-content(100%);
		-ms-flex-pack: unset;
		justify-content: unset;
	}
}

.jackpots-page-panel__content .jackpots-page-panel__title {
	-ms-flex-order: 1;
	order: 1;
}

.jackpots-page-panel__content .jackpots-page-panel__total {
	-ms-flex-order: 2;
	order: 2;
}

.jackpots-page-panel__content .jackpots-page-panel__caret {
	-ms-flex-order: 3;
	order: 3;
}

.jackpots-page-panel__content .jackpots-page-panel__list {
	-ms-flex-order: 4;
	order: 4;
}

.jackpots-page-panel__info {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 14px;
	padding-left: 80px;
}

@media(min-width: 768px) {
	.jackpots-page-panel__info {
		padding-left: 50px;
	}
}

@media(min-width: 960px) {
	.jackpots-page-panel__info {
		padding-left: 62px;
	}
}

@media(min-width: 960px) {
	.jackpots-page-panel__info {
		padding-left: 78px;
	}
}

.jackpots-page-panel__info:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 78px;
	height: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("/resources/images/jackpots/jackpots-logo.svg") no-repeat left center/contain;
}

@media(min-width: 768px) {
	.jackpots-page-panel__info:before {
		width: 50px;
	}
}

@media(min-width: 960px) {
	.jackpots-page-panel__info:before {
		width: 62px;
	}
}

@media(min-width: 960px) {
	.jackpots-page-panel__info:before {
		width: 78px;
	}
}

.jackpots-page-panel__title {
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #ffd7ac;
}

@media(min-width: 768px) {
	.jackpots-page-panel__title {
		font-size: 14px;
		line-height: 20px;
	}
}

@media(min-width: 960px) {
	.jackpots-page-panel__title {
		font-size: 16px;
		line-height: 24px;
	}
}

.jackpots-page-panel__subtitle {
	display: inline-block;
	background-color: #ffd7ac;
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

@media(min-width: 768px) {
	.jackpots-page-panel__subtitle {
		font-size: 25px;
	}
}

@media(min-width: 960px) {
	.jackpots-page-panel__subtitle {
		font-size: 32px;
	}
}

.jackpots-page-panel__link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.jackpots-game-panel {
	display: -ms-flexbox;
	display: flex;
	font-family: "aTitleGothic",sans-serif;
	font-weight: 400;
	text-align: left;
	white-space: normal;
	padding: 14px 24px;
}

.jackpots-game-panel__content-left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
}

@media(max-width: 959px) {
	.jackpots-game-panel__content-right {
		display: none;
	}
}

.jackpots-game-panel__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	margin: 0 auto;
	padding: 0 16px;
	max-width: 1248px;
	position: relative;
}

@media(min-width: 768px) {
	.jackpots-game-panel__inner {
		padding: 0 49px;
	}
}

@media(min-width: 1248px) {
	.jackpots-game-panel__inner {
		max-width: 1140px;
		padding: 0;
	}
}

@media(min-width: 1632px) {
	.jackpots-game-panel__inner {
		max-width: 1242px;
	}
}

.jackpots-game-panel__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 12px;
}

@media(min-width: 960px) {
	.jackpots-game-panel__content {
		position: relative;
		padding: 0;
		display: -ms-grid;
		display: grid;
		grid-gap: 24px;
		-ms-grid-columns: fit-content(100%) fit-content(100%) auto fit-content(100%);
		grid-template-columns: fit-content(100%) fit-content(100%) auto fit-content(100%);
		-ms-flex-pack: unset;
		justify-content: unset;
	}
}

.jackpots-game-panel__content .jackpots-game-panel__title {
	-ms-flex-order: 1;
	order: 1;
}

.jackpots-game-panel__content .jackpots-game-panel__total {
	-ms-flex-order: 2;
	order: 2;
}

.jackpots-game-panel__content .jackpots-game-panel__caret {
	-ms-flex-order: 3;
	order: 3;
}

.jackpots-game-panel__content .jackpots-game-panel__list {
	-ms-flex-order: 4;
	order: 4;
}

.jackpots-game-panel__info {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 14px;
	padding-left: 80px;
}

@media(min-width: 768px) {
	.jackpots-game-panel__info {
		padding-left: 50px;
	}
}

@media(min-width: 960px) {
	.jackpots-game-panel__info {
		padding-left: 62px;
	}
}

@media(min-width: 960px) {
	.jackpots-game-panel__info {
		padding-left: 78px;
	}
}

.jackpots-game-panel__info:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 78px;
	height: 100%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url("/resources/images/jackpots/jackpots-logo.svg") no-repeat left center/contain;
}

@media(min-width: 768px) {
	.jackpots-game-panel__info:before {
		width: 50px;
	}
}

@media(min-width: 960px) {
	.jackpots-game-panel__info:before {
		width: 62px;
	}
}

@media(min-width: 960px) {
	.jackpots-game-panel__info:before {
		width: 78px;
	}
}

.jackpots-game-panel__title {
	font-size: 11px;
	line-height: 15px;
	text-transform: uppercase;
	color: #ffd7ac;
}

@media(min-width: 768px) {
	.jackpots-game-panel__title {
		font-size: 14px;
		line-height: 20px;
	}
}

@media(min-width: 960px) {
	.jackpots-game-panel__title {
		font-size: 16px;
		line-height: 24px;
	}
}

.jackpots-game-panel__subtitle {
	display: inline-block;
	background-color: #ffd7ac;
	background-size: 100%;
	-webkit-background-clip: text;
	-moz-background-clip: text;
	-webkit-text-fill-color: rgba(0,0,0,0);
	-moz-text-fill-color: rgba(0,0,0,0);
	font-size: 20px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}

@media(min-width: 768px) {
	.jackpots-game-panel__subtitle {
		font-size: 25px;
	}
}

@media(min-width: 960px) {
	.jackpots-game-panel__subtitle {
		font-size: 32px;
	}
}

.jackpots-game-panel__link {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.jackpots-game-panel__rules {
	margin: 0 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: end;
	align-items: flex-end;
}

.jackpots-game-panel__rules-icon {
	width: 16px;
	height: 16px;
	margin: 0 6px 0 0;
}

.jackpots-game-panel__btn-rules {
	background: rgba(0,0,0,0) none;
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	color: rgba(255,255,255,.4);
	cursor: pointer;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
	color: #acacac;
}

.jackpots-terms {
	font-family: "aTitleGothic",sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #fff;
}

.jackpots-terms__title {
	font-weight: 500;
	font-size: 22px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	margin-bottom: 24px;
}

.jackpots-terms__header {
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #ffc48b;
	margin-bottom: 12px;
}

.jackpots-terms h1 {
	padding: 0;
	margin: 0 0 15px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 22px;
}

.jackpots-terms h2 {
	padding: 0;
	margin: 0 0 25px 0;
	font-size: 26px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	color: #e17a0f;
}

.jackpots-terms__button-link {
	font-weight: 400;
	font-size: 14px;
	line-height: 24px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #b49068;
}

.jackpots-terms__button {
	margin: 16px 0 0 0;
}

.jackpots-terms ol {
	padding: 0 0 0 20px;
	margin: 0;
	list-style-position: outside;
}

.jackpots-modal {
	display: -ms-flexbox !important;
	display: flex !important;
	background-color: rgba(0,0,0,.7);
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 20px 0;
}

.jackpots-modal.in {
	display: -ms-flexbox !important;
	display: flex !important;
}

.jackpots-modal .modal-dialog {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 20px);
	margin: auto;
	font-family: inherit;
	background: rgba(19,19,19,.3);
	-webkit-backdrop-filter: blur(15px);
	backdrop-filter: blur(15px);
	border: 1px solid rgba(255,255,255,.3);
	padding: 40px 120px;
	max-width: 620px;
}

.jackpots-modal .modal-content {
	position: unset;
	padding: 0;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
	border: none;
}

.jackpots-modal__modal-content {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #fff;
}

.jackpots-modal__modal-close {
	color: #fff;
	width: 20px;
	height: 20px;
	top: 12px;
	right: 12px;
	margin: 0;
	position: absolute;
	padding: 0;
	background: url("/resources/images/jackpots/close.svg") center/20px no-repeat;
	border: none;
	cursor: pointer;
}

.jackpots-notification-modal {
	position: relative;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	width: 100%;
	max-width: 680px;
	z-index: 0;
}

.jackpots-notification-modal__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

@keyframes hideBg {
	to {
		background-image: none;
		opacity: 0;
	}
}

.jackpots-notification-modal__gif {
	position: absolute;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: contain;
	left: 0;
	top: 0;
	animation-fill-mode: forwards;
	animation: hideBg 0s ease-in 6s forwards;
	animation-fill-mode: forwards;
	transition: opacity .3s ease;
}

.jackpots-notification-modal__content {
	border-radius: 10px;
	padding: 32px 20px;
	overflow: visible;
}

.jackpots-notification-modal__close {
	color: #fff;
	width: 20px;
	height: 20px;
	top: 12px;
	right: 12px;
	margin: 0;
	position: absolute;
	padding: 0;
	background: url("/resources/images/jackpots/close.svg") center/20px no-repeat;
	border: none;
	cursor: pointer;
	font-size: 14px;
}

.jackpots-notification-modal__subtitle {
	font-weight: 700;
	font-size: 30px;
	line-height: 35px;
	text-transform: uppercase;
	color: #ffc48b;
	margin: 0 0 8px 0;
}

.jackpots-notification-modal__title {
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #fff;
	margin: 0 0 8px 0;
}

.jackpots-notification-modal .profile-card__block+.profile-card__block {
	margin-top: 20px;
}

.jackpots-notification-modal .profile-card .profile-card__main-title:before {
	content: unset;
}

.jackpots-notification-modal .profile-card {
	padding: 0;
}

.jackpots-notification-modal .profile-card__timer .timer__container--lootboxes timer {
	padding: 0;
}

.jackpots-notification-modal .profile-card__timer .timer__container--lootboxes .timer__time {
	margin: 0 2px;
}

.jackpots-notification-modal .profile-card__timer .timer__container--lootboxes .timer__value {
	font-size: 24px;
	padding: 8px;
}

.jackpots-notification-modal .profile-card__timer .timer__container--lootboxes .timer__label {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
}

.jackpots-notification-modal .profile-card__label {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

.jackpots-notification-modal .profile-card__button-list {
	z-index: 1010;
}

@media(max-width: 767px) {
	.jackpots-notification-modal .profile-card__button-list {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media(max-width: 767px) {
	.jackpots-notification-modal .profile-card__button-item {
		margin-bottom: 16px;
	}

	.jackpots-notification-modal .profile-card__button-item:last-child {
		margin-bottom: 0;
	}
}

.jackpots-notification-modal .profile-card__block--wager {
	position: relative;
	padding-bottom: 150px;
}

.jackpots-notification-modal .profile-card__block--wager:after {
	content: "";
	display: block;
	width: 100%;
	height: 150px;
	margin: 16px 0;
	position: absolute;
	top: 40px;
	padding: 0;
	background: url("/resources/images/jackpots/jackpot-win-pic.svg") center/150px no-repeat;
}

.jackpots-notification-modal .profile-card__jackpots-sum {
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	color: #fff;
}

.jackpots-notification-modal .profile-btn {
	min-width: 200px;
	min-height: 44px !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	padding: 14px 35px;
}

.jackpots-notification-modal .profile-btn--deactivate {
	border: 1px solid #997552;
	border-radius: 5px;
}

.modal-notifications {
	display: -ms-flexbox !important;
	display: flex !important;
	background-color: rgba(0,0,0,.7);
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 20px 0;
	z-index: 1000000 !important;
}

.modal-notifications.in {
	display: -ms-flexbox !important;
	display: flex !important;
}

.modal-notifications .modal-content {
	position: unset;
	padding: 0;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
	border: none;
	width: 100%;
}

.modal-notifications .modal-dialog {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 20px);
	margin: auto;
	font-family: inherit;
	background: rgba(19,19,19,.3);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
	border: 1px solid rgba(255,255,255,.3);
	max-width: 600px;
}

.modal-notifications .modal-dialog .profile-modal-content {
	background: rgba(20,20,20,.3);
}

.push-notifications {
	position: unset;
}

.push-notifications__item {
	position: relative;
	padding: 12px 24px;
}

.push-notifications__item--lootboxes {
	display: none;
}

.push-notifications__item:not(:first-child) {
	margin: 0;
}

.push-notifications__item:last-child .card-notifications__content {
	border-bottom: none;
}

.push-notifications__item:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 44px;
	width: 56%;
	height: 1px;
	border-bottom: 1px solid #333;
}

.push-notifications__item:hover {
	background: #31251f;
}

.push-notifications__item:hover:after {
	border-color: rgba(0,0,0,0);
}

.push-notifications__icon {
	width: 40px;
	height: 40px;
	background-size: 20px;
	border: 1px solid rgba(0,0,0,0);
	border-radius: 50%;
	opacity: 1;
}

.push-notifications__icon .open {
	background: url("/resources/images/notifications/bell.svg") center/16px no-repeat,#2f5b48;
	border-color: rgba(255,255,255,.4);
}

.push-notifications__count {
	top: 30px;
	right: 14px;
	width: 12px;
	height: 12px;
	background: #86878c;
	border: 3px solid #141414;
	font-size: 0;
}

.push-notifications__button--new .push-notifications__count {
	background: #d12929;
}

.push-notifications__content {
	left: 100%;
	top: 76%;
	right: 0;
	padding: 0;
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	background: #141414;
	border-radius: 0 0 4px 4px;
	width: 256px;
}

.push-notifications__list {
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}

.push-notifications--empty .push-notifications__item:hover {
	background: rgba(0,0,0,0);
}

.push-notifications--empty .card-notifications:after,.push-notifications--empty .push-notifications__item:after {
	content: unset;
}

.push-notifications--empty .push-notifications__count {
	display: none;
}

.card-notifications {
	background: rgba(0,0,0,0);
	border-radius: 0;
	color: #fff;
	transition: background .3s ease;
	padding: 0;
	margin: 0;
}

.card-notifications__title {
	font-weight: 400;
	font-size: 11px;
	line-height: 13px;
	text-transform: uppercase;
	color: #bb8e64;
}

.card-notifications__description {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	color: rgba(255,255,255,.5);
}

.card-notifications__hover {
	background: rgba(0,0,0,0);
	padding-right: 10px;
}

.card-notifications__more {
	text-indent: -9999px;
	background: url("/resources/images/jackpot/arrow.png") center left/6px no-repeat,none;
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.card-notifications__more:hover {
	background-color: rgba(0,0,0,0);
}

.card-notifications__image {
	position: relative;
	width: 28px;
	height: 28px;
	background-size: 14px auto;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	transition: background .3s ease;
	background-color: #232323;
}

.card-notifications__image:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #86878c;
	transition: .2s ease transform;
}

.card-notifications--new .card-notifications__image:before {
	background: #d12929;
}

.card-notifications__description {
	max-width: 176px;
}

.card-notifications:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-ms-transform: translate(4px, -50%);
	transform: translate(4px, -50%);
	border: none;
	background: url("/resources/images/notifications/arrow-right.svg") center/4px no-repeat;
	transition: .2s ease transform;
}

.card-notifications:hover .card-notifications__hover {
	opacity: 1;
	width: 100%;
	height: 100%;
	right: 0;
	left: unset;
}

.card-notifications__content {
	position: unset;
	padding: 0;
}

.card-notifications__content:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.profile-modal-content__body {
	-ms-flex-pack: center;
	justify-content: center;
}

.status-modal {
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	width: 100%;
	color: #a0a0a0;
}

@media(max-width: 767px) {
	.status-modal {
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 42px;
	}
}

.status-modal__images {
	position: relative;
}

.status-modal__images img {
	margin: -1px;
}

.status-modal__inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	padding: 16px 16px 32px 16px;
	min-height: 349px;
}

@media(min-width: 768px) {
	.status-modal__inner {
		min-height: unset;
		padding: 100px 36px 36px 36px;
	}
}

.status-modal__block-btn {
	margin: auto auto 0 auto;
}

.status-modal__block-btn button {
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	padding: 0 58px;
}

@media(max-width: 767px) {
	.status-modal__block-btn button {
		padding: 0 36px;
		min-height: 42px;
	}
}

.status-modal__score {
	margin-bottom: 6px;
	color: #fff;
	text-align: center;
}

.status-modal__current {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 190px;
	padding: 30px 38px 0 38px;
	font-size: 30px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
}

@media(min-width: 768px) {
	.status-modal__current {
		font-size: 48px;
		line-height: 46px;
		padding: 0 38px 56px 38px;
		top: unset;
		right: unset;
		bottom: 0;
		left: 0;
	}
}

.status-modal__desc h2 {
	font-weight: 300;
	font-size: 32px;
	line-height: 32px;
	text-align: center;
	text-transform: uppercase;
	color: #ffc48b;
}

.status-modal__desc h2 span {
	font-weight: 700;
}

.status-modal__desc ul {
	list-style: disc;
}

@media(max-width: 767px) {
	.status-modal__desc ul {
		padding-left: 16px;
	}
}

.status-modal__desc ul li span {
	color: #fff;
}

.modal-congrats .modal-content {
	background: rgba(19,19,19,.7);
	border: 1px solid #3c3c3c;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
}

.modal-congrats .modal-dialog {
	max-width: 300px;
}

@media(min-width: 768px) {
	.modal-congrats .modal-dialog {
		max-width: 599px;
	}
}

.modal-congrats .modal__body {
	display: -ms-flexbox;
	display: flex;
}

.modal-congrats .modal__close {
	display: block;
	position: absolute;
	top: 9px;
	right: 11px;
	font-size: 20px;
	line-height: 1;
	font-style: normal;
	font-weight: normal;
	border: none;
	background-image: none;
	background-color: rgba(0,0,0,0);
	box-shadow: none;
	outline: none;
	cursor: pointer;
}

.modal-congrats .modal__close:before {
	content: "";
	background: url(/resources/images/close.png) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	background-size: contain;
}

.modal-notifications--status .modal-dialog {
	margin: 95px auto 30px;
}

.modal-registr {
	display: block;
	position: relative;
	padding: 0;
	margin: 0;
	background: rgba(19,19,19,.96) url("/resources/images/auth/modal-registr__bg.png") no-repeat center;
	background-size: cover;
}

@media(max-width: 969px) {
	.modal-registr {
		background-image: url("/resources/images/auth/modal-registr__bg--mob.png");
	}
}

.modal-registr__close {
	display: block;
	position: absolute;
	right: 10px;
	top: 10px;
}

.modal-registr__close button.close {
	position: relative;
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
	opacity: 1;
	background: rgba(0,0,0,0) none;
	outline: none;
	box-shadow: none;
	border: none;
}

.modal-registr__close button.close:before {
	background-size: contain;
	width: 22px;
	height: 22px;
}

.modal-registr__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	padding: 23px 40px 30px 29px;
	margin: 0;
}

@media(max-width: 969px) {
	.modal-registr__content {
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 20px 40px 30px;
	}
}

.modal-registr__col {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

@media(max-width: 969px) {
	.modal-registr__col {
		width: 100%;
		padding: 0;
	}
}

.modal-registr__col--banner {
	width: 400px;
	margin-right: 40px;
}

@media(max-width: 969px) {
	.modal-registr__col--banner {
		width: 100%;
		margin-right: 0;
	}
}

.modal-registr__col--form {
	-ms-flex: 1;
	flex: 1;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.modal-registr__col-inner {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.modal-registr__title {
	display: block;
	width: 100%;
	padding: 24px 0 0;
	margin: 0;
	color: #ffc48b;
	font-size: 33px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

@media(max-width: 969px) {
	.modal-registr__title {
		font-size: 24px;
	}
}

@media(min-width: 960px) {
	.modal-registr__title {
		width: calc(50% + 70px);
	}

	.halloween .modal-registr__title {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		padding-left: 30px;
	}
}

.modal-registr__banner {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #bb8e62;
	background: #141414 url("/resources/images/auth/modal-registr__banner.jpg") no-repeat center;
	background-size: cover;
}

@media(max-width: 969px) {
	.modal-registr__banner {
		border: none;
		background: rgba(0,0,0,0) none;
	}
}

.modal-registr__link {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #868585;
	font-size: 16px;
	font-weight: 400;
	line-height: 19px;
	text-align: center;
}

.modal-registr__link a {
	color: #bb8e62;
	text-decoration: none;
	outline: none;
}

.modal-registr__link a:hover,.modal-registr__link a:focus,.modal-registr__link a:active {
	color: #bb8e62;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.modal-registr__link a:hover {
	text-decoration: underline;
}

.modal.modal-registration .modal-dialog {
	max-width: 800px;
	width: calc(100% - 10px);
	padding: 0;
}

@media(max-width: 969px) {
	.modal.modal-registration .modal-dialog {
		max-width: 400px;
	}
}

.modal.modal-registration .modal-content {
	padding: 0;
	margin: 0;
}

.halloween .modal.modal-registration .modal-content {
	margin-top: 140px;
}

@media(min-width: 960px) {
	.halloween .modal.modal-registration .modal-content {
		margin-top: 180px;
	}
}

.halloween .modal.modal-registration .modal-content:after {
	content: "";
	position: absolute;
	width: 224px;
	height: 87px;
	top: -87px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url("/resources/images/elements/halloween-decor-mob.png") no-repeat center/contain;
	pointer-events: none;
}

@media(min-width: 960px) {
	.halloween .modal.modal-registration .modal-content:after {
		background: url("/resources/images/elements/halloween-decor-desk.png") no-repeat center/contain;
		width: 300px;
		height: 171px;
		left: auto;
		right: 112px;
		top: -98px;
		-ms-transform: none;
		transform: none;
	}
}

.christmas-decor .modal.modal-registration .modal-content {
	margin-top: 175px;
}

@media(min-width: 960px) {
	.christmas-decor .modal.modal-registration .modal-content {
		margin-top: 195px;
	}
}

.christmas-decor .modal.modal-registration .modal-content:after {
	content: "";
	position: absolute;
	width: 181px;
	height: 127px;
	top: -112px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url("/resources/images/elements/santa-decor-mob.png") no-repeat center/contain;
	pointer-events: none;
}

@media(min-width: 960px) {
	.christmas-decor .modal.modal-registration .modal-content:after {
		background: url("/resources/images/elements/santa-decor-desk.png") no-repeat center/contain;
		width: 196px;
		height: 191px;
		left: auto;
		right: 84px;
		top: -131px;
		-ms-transform: none;
		transform: none;
	}
}

.valentines-decor .modal.modal-registration .modal-content {
	margin-top: 235px;
}

@media(min-width: 960px) {
	.valentines-decor .modal.modal-registration .modal-content {
		margin-top: 260px;
	}
}

.valentines-decor .modal.modal-registration .modal-content:after {
	content: "";
	position: absolute;
	width: 252px;
	height: 161px;
	top: -162px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background: url("/resources/images/elements/valentines-decor-mob.png") no-repeat center/contain;
	pointer-events: none;
}

@media(min-width: 960px) {
	.valentines-decor .modal.modal-registration .modal-content:after {
		background: url("/resources/images/elements/valentines-decor-desc.png") no-repeat center/contain;
		width: 271px;
		height: 234px;
		left: auto;
		right: 112px;
		top: -161px;
		-ms-transform: none;
		transform: none;
	}
}

@media(min-width: 960px) {
	.valentines-decor .modal.modal-registration .modal-content .modal-registr__title {
		padding: 75px 0 0;
	}
}

@media(min-width: 1248px) {
	.valentines-decor .modal.modal-registration .modal-content .modal-registr__title {
		padding: 24px 0 0;
	}
}

.modal-pwa__guide-tap,.modal-pwa__guide-add {
	display: inline-block;
	font-size: 14px;
	line-height: 1.43;
	font-weight: 400;
	color: #a6aab0;
	padding-left: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(/resources/images/icon/plus.svg) left 0 top 8px no-repeat;
}

.modal-pwa__guide-tap {
	background: url(/resources/images/icon/add-icon.svg) left 0 top 5px no-repeat;
}

.modal-pwa--ios .modal-pwa__image,.modal-pwa--pwa .modal-pwa__image {
	padding-top: 20px;
	margin: 0 auto;
	max-width: 150px;
}

.modal-pwa--ios .modal-pwa__info,.modal-pwa--pwa .modal-pwa__info {
	background: rgba(0,0,0,.65);
}

.modal-pwa--ios .modal-pwa__button,.modal-pwa--pwa .modal-pwa__button {
	margin-top: -10px;
	background-color: #071a45;
}

.modal-pwa--ios .modal-pwa__button .button--pwa,.modal-pwa--pwa .modal-pwa__button .button--pwa {
	width: 100%;
}

.modal-pwa.modal-ios-install {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.modal-pwa.modal-ios-install .modal-pwa__image {
	position: relative;
}

.modal-pwa.modal-ios-install .modal-pwa__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	padding: 40px 23px;
}

.modal-pwa.modal-ios-install .modal-pwa__info p {
	color: #fff;
	font-weight: 700;
	font-size: 23px;
	line-height: 25px;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.modal--pwa .modal-dialog {
	width: 333px;
}

@media(max-width: 767px) {
	.modal--pwa .modal-dialog {
		width: 300px;
	}
}

.modal--pwa .modal__body {
	position: relative;
}

.modal--pwa.modal .modal-content {
	background: rgba(0,0,0,.65);
}

.modal--pwa .icon-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	background: #000;
	border-radius: 50%;
	color: #fff;
	font-size: 10px;
}

.game-label {
	text-align: left;
	vertical-align: top;
	display: none;
}

.game-label:nth-of-type(1),.game-label:nth-of-type(2) {
	display: inline-block;
}

.game-label:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -9px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 9px 0;
	z-index: 1;
}

@media(min-width: 768px) {
	.game-label:after {
		bottom: -33px;
		border-width: 0 11px 17px 0;
	}
}

.game-label .game-value {
	color: #fff;
	font-size: 9px;
	font-weight: 400;
	text-transform: uppercase;
	height: 19px;
	line-height: 19px;
	padding: 0 8px;
}

@media(min-width: 768px) {
	.game-label .game-value {
		font-size: 16px;
		height: 35px;
		line-height: 35px;
	}
}

.game-label--favorite {
	background: #fc501a url("/resources/images/game_fav_icon.png") center center no-repeat;
	background-size: 18px auto;
	min-width: 25px;
	height: 100%;
}

@media(min-width: 768px) {
	.game-label--favorite {
		background-size: auto 24px;
		min-width: 45px;
		height: 35px;
	}
}

.game-label--favorite:after {
	border-color: rgba(0,0,0,0) #ba3e17 rgba(0,0,0,0) rgba(0,0,0,0);
	z-index: 7;
}

.game-label--new:after {
	border-color: rgba(0,0,0,0) #2a2f72 rgba(0,0,0,0) rgba(0,0,0,0);
	z-index: 5;
}

.game-label--new .game-value {
	background-color: #3d4397;
}

.game-label--kingschoice {
	background: #f43 url("/resources/images/game-item/kingschoice.svg") no-repeat center;
	background-size: 18px auto;
	min-width: 25px;
	height: 100%;
}

@media(min-width: 768px) {
	.game-label--kingschoice {
		height: 35px;
		background-size: auto 24px;
		min-width: 45px;
	}
}

.game-label--kingschoice:after {
	border-color: rgba(0,0,0,0) #b32e22 rgba(0,0,0,0) rgba(0,0,0,0);
	z-index: 4;
}

.game-label--hot:after {
	border-color: rgba(0,0,0,0) #b6650f rgba(0,0,0,0) rgba(0,0,0,0);
	z-index: 3;
}

.game-label--hot .game-value {
	background-color: #fc8f1a;
}

.game-label--buybonus:after {
	border-color: rgba(0,0,0,0) #8a5c2b rgba(0,0,0,0) rgba(0,0,0,0);
}

.game-label--buybonus .game-value {
	background-color: #b48f68;
	z-index: 2;
}

.game-label--easter {
	background: #ffa654 url("/resources/images/easter/game-new-label--easter.svg") no-repeat center;
	background-size: 18px auto;
	min-width: 25px;
	height: 100%;
}

@media(min-width: 768px) {
	.game-label--easter {
		background-size: auto 24px;
		min-width: 45px;
		height: 35px;
	}
}

.game-label--easter-one:after {
	border-color: rgba(0,0,0,0) #ed7200 rgba(0,0,0,0) rgba(0,0,0,0);
	z-index: 1;
}

.game-label--jackpot {
	background-color: #9a6d42;
	font-size: 0;
	line-height: 0;
}

.game-label--jackpot:after {
	border-color: rgba(0,0,0,0) #484040 rgba(0,0,0,0) rgba(0,0,0,0);
	z-index: 1;
	bottom: -11px;
}

@media(min-width: 768px) {
	.game-label--jackpot:after {
		bottom: -35px;
	}
}

.game-label--jackpot .jackpot-label {
	color: #fff;
	font-size: 9px;
	font-weight: 400;
	line-height: 19px;
	vertical-align: top;
	display: none;
}

@media(min-width: 768px) {
	.game-label--jackpot .jackpot-label {
		font-size: 16px;
		line-height: 35px;
	}
}

.game-label--jackpot .jackpot-value {
	display: inline-block;
	border: 1px solid #9a6d42;
	background-color: #1b1919;
	color: #ffd6ae;
	font-size: 9px;
	font-weight: 400;
	line-height: 19px;
	vertical-align: top;
	padding: 0 8px;
}

@media(min-width: 768px) {
	.game-label--jackpot .jackpot-value {
		font-size: 16px;
		line-height: 35px;
	}
}

.game-label--tournament-games {
	display: inline-block;
	background: rgba(0,0,0,0) url("/resources/images/game-item/tournament-games.svg") no-repeat center;
	background-size: cover;
	width: 57px;
	height: 58px;
	position: absolute;
	right: 0;
	top: 0;
}

.game-label--tournament-games:after {
	display: none !important;
}

.game-label--jackpot-marker {
	background: #8d33ff url("/resources/images/jackpots/crown.svg") no-repeat center;
	background-size: 18px auto;
	min-width: 25px;
	height: 100%;
}

@media(min-width: 768px) {
	.game-label--jackpot-marker {
		background-size: auto 24px;
		min-width: 45px;
		height: 35px;
	}
}

.labels {
	position: absolute;
	top: 0;
	left: -6px;
	height: 19px;
	background: rgba(0,0,0,0);
	text-align: left;
	font-size: 0;
	line-height: 0;
	font-family: "aTitleGothic",sans-serif;
	white-space: nowrap;
}

@media(min-width: 768px) {
	.labels {
		left: -10px;
	}
}

.testimonials__actions {
	margin: 0 0 2vw 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 767px) {
	.testimonials__actions {
		margin: 30px 0;
	}
}

.testimonials__actions:before,.testimonials__actions:after {
	content: "";
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	width: 50%;
	height: .41667vw;
	border-top: .20833vw solid #5a4531;
	border-bottom: .05208vw solid #5a4531;
}

@media(max-width: 767px) {
	.testimonials__actions:before,.testimonials__actions:after {
		height: 8px;
		border-top: 4px solid #5a4531;
		border-bottom: 1px solid #5a4531;
	}
}

.testimonials__actions:before {
	margin-right: 1vw;
}

@media(max-width: 767px) {
	.testimonials__actions:before {
		margin-right: 20px;
	}
}

.testimonials__actions:after {
	margin-left: 1vw;
}

@media(max-width: 767px) {
	.testimonials__actions:after {
		margin-left: 20px;
	}
}

.testimonials__actions a {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 34px;
	height: 3.125vw;
	border-radius: 5px;
	min-width: 17.2vw;
	padding: .25vw 1vw;
	background-color: #141414;
	color: #fffefe;
	font-size: 1.5625vw;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.testimonials__actions a:hover,.testimonials__actions a:active,.testimonials__actions a:focus {
	text-decoration: none;
	color: #fffefe;
	outline: none;
}

.testimonials__actions a:hover {
	background-color: #7b5536;
}

@media(max-width: 1199px) {
	.testimonials__actions a {
		font-size: 2vw;
	}
}

@media(max-width: 767px) {
	.testimonials__actions a {
		font-size: 16px;
		padding: 5px 20px;
	}
}

.testimonials.page-cms-affiliate .commissions .block3-wrap {
	min-height: 34vw;
}

.testimonials.page-cms-affiliate .commissions {
	padding-bottom: 2vw;
}

@media(max-width: 767px) {
	.testimonials.page-cms-affiliate .commissions {
		padding-bottom: 20px;
	}
}

.testimonials__bottom {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 80.72917vw;
	margin: 0 auto;
}

@media(max-width: 767px) {
	.testimonials__bottom {
		max-width: 90%;
	}
}

.testimonials__page-num {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	max-width: 50%;
}

.testimonials__page-num-line {
	display: block;
	width: 2vw;
	height: 1px;
	background-color: #bb8e62;
	margin: 0 .75vw 0 0;
}

@media(max-width: 767px) {
	.testimonials__page-num-line {
		width: 20px;
		margin-right: 3px;
	}
}

.testimonials__page-num--brown .testimonials__page-num-line {
	background-color: #795e43;
}

.testimonials__page-num-num {
	display: inline-block;
	width: auto;
	color: #bebebe;
	font-size: 2.5vw;
	font-weight: bold;
	line-height: 1.4;
	text-transform: uppercase;
	margin: 0 .75vw 0 0;
}

@media(max-width: 767px) {
	.testimonials__page-num-num {
		font-size: 26px;
		margin-right: 4px;
	}
}

.testimonials__page-num--brown .testimonials__page-num-num {
	color: #d7aa7e;
}

.testimonials__page-num-title {
	display: inline-block;
	width: auto;
	color: #bb8e62;
	font-family: "Bebas Neue Light",sans-serif;
	font-size: 1.5625vw;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1;
	text-align: left;
}

@media(max-width: 767px) {
	.testimonials__page-num-title {
		font-size: 18px;
	}
}

.testimonials__page-num--brown .testimonials__page-num-title {
	color: #795e43;
}

.testimonials__bottom-arr {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 1vw;
	height: 3.4vw;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAA+CAYAAADwBZF/AAACfklEQVRIS+2W0XEaMRCG/x2O5+C54zlxBXY6gA7iCoI7iCuIU0HcgXEFSQemg0AFTp5PN8bvgs38i3SjEwe4APQCo9F3q/3/1UoyHo/ndV3P8M7B9VJVlarqvGma21McAVX9KvHPKbAFRJ6EX6+q6h7A90NgBAD8cM7dM9J1XdfL8Xg8U9XHHEwi3NZ1Ped65rQWkUkObjabu8Fg8FNEZiLSAqr6TGgJ4KOITFMwipIDAP7JaDQaFUWx6AP7AO/9xIRIQQA3zrkFrXDOSVmWX0TkkREIrNfrtUlOcxPwihEoSvwFsIrAnrkpmBjdAaK5JjWAhff+hotDjlcxQph7BnDN6JZT9AjA0ns/DYtemVOI3gL0ipJPmHgOFkXx6r2/KIqiA5gwVCmRllt9APDCrTAygEtVnTVN8zt+OJprisUyUVX69gHAW14tzDM1Nwf/iMjnrEpMSYOY+HA4fDA5Q8Robrslkafop20vNS6CqbmSABTGqpyJU2qWSHJ2zN8coDB2nkLie2AvILIr2D4w5pSYexmVZKRZJvVLKFRTb7vd/hKRi1T63Ny4VeWJAcB8Jfeq7UanzK2q6hsAHv9dN8rbWMgxNXfX74L0BvWBibkdwGxIu2oakV2I7Sx0I6uGttnkrTg2zmT+zjnHym9HJ1KyVTvNUZz8w71QaNXWjfouhTMUVDkLcRaie0DOFREroizLBxHhmyEfE74t8klVXdmTAACv/feOaaeXn6I6vTxcXH/DM+AQ++a9/2SvsLgiXiVHorXtuVMR4ZXZJ8rKOccXjI0cOiTKlO+nXoiTh54ER2+NTJQ2+aNQuDHsfgWwdzft5ZR+jZXSNA3hvfEfSibD6QqKxkIAAAAASUVORK5CYII=");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

@media(max-width: 767px) {
	.testimonials__bottom-arr {
		width: 20px;
		height: 40px;
	}
}

.testimonials__bottom-dots {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
}

.testimonials__bottom-dots span {
	display: block;
	width: .5vw;
	height: .5vw;
	margin: 0 .25vw;
	background-color: #54402d;
	background-image: none;
	border: none;
	border-radius: 50%;
	box-shadow: none;
	transition: background-color .3s ease;
	padding: 0;
}

@media(max-width: 767px) {
	.testimonials__bottom-dots span {
		width: 5px;
		height: 5px;
		margin: 0 3px;
	}
}

.testimonials-review {
	background-color: #dcdcdc;
	display: block;
	width: 100%;
	padding: 3vw 0 1vw 0;
}

.testimonials-review__title {
	margin-bottom: 1.8229166667vw;
	color: #bb8e62;
	font-size: 2.5vw;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.testimonials-review__title:before {
	content: "";
	font-size: 0;
	line-height: 0;
	height: .4166666667vw;
	border-top: .2083333333vw solid #bb8e62;
	border-bottom: .0520833333vw solid #bb8e62;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -.2083333333vw;
}

@media(max-width: 767px) {
	.testimonials-review__title:before {
		height: 8px;
		border-top: 4px solid #bb8e62;
		border-bottom: 1px solid #bb8e62;
		margin-top: -4px;
	}
}

.testimonials-review__title span {
	display: inline-block;
	padding: 0 2.0833333333vw;
	background-color: #dcdcdc;
	position: relative;
}

@media(max-width: 767px) {
	.testimonials-review__title span {
		font-size: 24px;
		padding: 0 20px;
	}
}

.testimonials-review__content {
	max-width: 80.72917vw;
	margin: 0 auto 3vw;
}

@media(max-width: 767px) {
	.testimonials-review__content {
		max-width: 100%;
		margin: 0;
		padding: 0 15px;
	}
}

.testimonials-review__bottom {
	margin-top: -3vw;
}

@media(max-width: 767px) {
	.testimonials-review__bottom {
		margin-top: 0;
	}
}

.testimonials-review__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: calc(100% + 3vw);
	margin: 0 -1.5vw;
}

@media(max-width: 767px) {
	.testimonials-review__list {
		width: 100%;
		margin: 0;
		padding-top: 10px;
	}
}

.testimonials-review__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 50%;
	padding: 2.5vw 1.5vw;
}

@media(max-width: 767px) {
	.testimonials-review__item {
		width: 100%;
		padding: 2.5vw 0 20px;
	}
}

.testimonials-review__block {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	margin: 0;
	border: 1px solid #ba8e65;
	background-color: #fff;
	padding: 1vw 1.5vw;
	min-height: 18vw;
	height: 100%;
}

@media(max-width: 767px) {
	.testimonials-review__block {
		padding: 15px 10px;
	}
}

.testimonials-review__block-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin: -3.4vw 0 0 0;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	color: #141414;
	font-family: "Roboto",sans-serif;
	font-size: 1.3vw;
	line-height: 1.2;
	font-style: italic;
	text-align: center;
}

@media(max-width: 1199px) {
	.testimonials-review__block-content {
		font-size: 15px;
	}
}

@media(max-width: 767px) {
	.testimonials-review__block-content {
		font-size: 12px;
		margin-top: -30px;
	}
}

.testimonials-review__block-ico {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 58%;
	height: 4.6vw;
	min-height: 30px;
	border: 1px solid #ba8e65;
	background-color: #fff;
}

.testimonials-review__block-ico img {
	display: block;
	max-height: 80%;
	width: auto;
	max-width: 90%;
}

.testimonials-review__block-text {
	margin: 1vw 0;
}

@media(max-width: 767px) {
	.testimonials-review__block-text {
		margin: 8px 0;
	}
}

.testimonials-review__block-link {
	display: block;
	width: 100%;
	text-align: center;
}

.testimonials-review__block-link a {
	color: #987838;
	text-align: center;
	text-decoration: underline;
	font-size: 1.3vw;
	line-height: 1.2;
	font-weight: 400;
	font-style: normal;
}

@media(max-width: 1199px) {
	.testimonials-review__block-link a {
		font-size: 15px;
	}
}

@media(max-width: 767px) {
	.testimonials-review__block-link a {
		font-size: 12px;
	}
}

.testimonials-review__block-link a:hover,.testimonials-review__block-link a:active,.testimonials-review__block-link a:focus {
	cursor: pointer;
	text-decoration: none;
	outline: none;
	color: #987838;
}

.testimonials-review .carousel-control {
	display: none;
}

.testimonials-review .carousel-indicators {
	display: inline-block;
	position: absolute;
	bottom: -2.2vw;
	right: 0;
	left: auto;
	width: auto;
	margin: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

@media(max-width: 767px) {
	.testimonials-review .carousel-indicators {
		right: 20px;
		bottom: -20px;
	}
}

.testimonials-review .carousel-indicators li {
	position: relative;
	width: .5vw;
	height: .5vw;
	margin: 0 .25vw;
	background-color: #54402d;
	background-image: none;
	border: none;
	border-radius: 50%;
	box-shadow: none;
	transition: background-color .3s ease;
	padding: 0;
}

@media(max-width: 767px) {
	.testimonials-review .carousel-indicators li {
		width: 5px;
		height: 5px;
		margin: 0 3px;
	}
}

.testimonials-review .carousel-indicators li.active {
	box-shadow: none;
	background-color: #d12929;
}

.testimonials-form {
	background-color: #dcdcdc;
	display: block;
	width: 100%;
	padding: 3vw 0 3.5vw 0;
}

.testimonials-form__title {
	margin-bottom: 1.8229166667vw;
	color: #bb8e62;
	font-size: 2.5vw;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	position: relative;
}

.testimonials-form__title:before {
	content: "";
	font-size: 0;
	line-height: 0;
	height: .4166666667vw;
	border-top: .2083333333vw solid #bb8e62;
	border-bottom: .0520833333vw solid #bb8e62;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -.2083333333vw;
}

@media(max-width: 767px) {
	.testimonials-form__title:before {
		height: 8px;
		border-top: 4px solid #bb8e62;
		border-bottom: 1px solid #bb8e62;
		margin-top: -4px;
	}
}

.testimonials-form__title span {
	display: inline-block;
	padding: 0 2.0833333333vw;
	background-color: #dcdcdc;
	position: relative;
}

@media(max-width: 767px) {
	.testimonials-form__title span {
		font-size: 24px;
		padding: 0 20px;
	}
}

.testimonials-form__title-decor {
	display: block;
	background: url(/resources/images/affiliates/shape-25.png) top center no-repeat;
	background-size: contain;
	height: 2.29167vw;
	margin: 1.5625vw 0 0;
}

.testimonials-form__title-second {
	max-width: 59.375vw;
	color: #141414;
	font-size: 1.25vw;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin: 2.08333vw auto 0 auto;
	padding-bottom: 1.5625vw;
}

@media(max-width: 767px) {
	.testimonials-form__title-second {
		font-size: 14px;
		padding-bottom: 15px;
		max-width: 100%;
	}
}

.testimonials-form__content {
	max-width: 80.72917vw;
	margin: 0 auto;
}

@media(max-width: 767px) {
	.testimonials-form__content {
		max-width: 100%;
		margin: 0;
		padding: 0 15px;
	}
}

.testimonials-form__bottom-line {
	width: 100%;
	max-width: 100%;
	bottom: .26042vw;
	font-size: 0;
	line-height: 0;
	height: .41667vw;
	border-top: .20833vw solid #bb8e62;
	border-bottom: .05208vw solid #bb8e62;
}

@media(max-width: 767px) {
	.testimonials-form__bottom-line {
		height: 8px;
		border-top: 4px solid #bb8e62;
		border-bottom: 1px solid #bb8e62;
	}
}

.testimonials-form__block-form {
	display: block;
	width: 100%;
	margin: 1vw 0 6vw 0;
}

.testimonials-form__block-form form {
	display: block;
	width: 100%;
	max-width: 1187px;
	margin: 0 auto;
}

.testimonials-form__form-group {
	display: block;
	width: 100%;
	margin: 0 0 20px 0;
}

.testimonials-form__form-group label {
	display: block;
	width: 100%;
	padding: 0 0 8px 22px;
	margin: 0;
	color: #141414;
	font-family: "Roboto",sans-serif;
	font-size: 1.3vw;
	line-height: 1.2;
	font-weight: 400;
	text-align: left;
}

@media(max-width: 1199px) {
	.testimonials-form__form-group label {
		font-size: 18px;
	}
}

.testimonials-form__form-group input,.testimonials-form__form-group textarea {
	border: none;
	border-radius: 0;
	width: 100%;
	font-size: 1.3vw;
	line-height: 1.2;
	color: #000;
	text-align: left;
	font-family: "Roboto",sans-serif;
}

@media(max-width: 1199px) {
	.testimonials-form__form-group input,.testimonials-form__form-group textarea {
		font-size: 18px;
	}
}

.testimonials-form__form-group input:focus,.testimonials-form__form-group textarea:focus {
	box-shadow: 0 0 3px 2px rgba(187,142,98,.4);
}

.testimonials-form__form-group input:-webkit-autofill,.testimonials-form__form-group textarea:-webkit-autofill {
	box-shadow: inset 0 0 0 60px #fff !important;
	color: #000 !important;
	-webkit-text-fill-color: #000 !important;
	background: rgba(0,0,0,0) !important;
	border: none !important;
	border-radius: 0 !important;
}

.testimonials-form__form-group input {
	height: 5vw;
	max-height: 73px;
	min-height: 40px;
	padding: 0 20px;
}

.testimonials-form__form-group textarea {
	height: 20vw;
	max-height: 233px;
	min-height: 120px;
	padding: 10px 20px;
}

.testimonials-form__errors {
	line-height: 1.2;
	color: red;
	padding: 5px 0 0 0;
	text-align: left;
	font-size: 1.3vw;
}

@media(max-width: 1199px) {
	.testimonials-form__errors {
		font-size: 18px;
	}
}

.testimonials-form__action {
	display: block;
	width: 100%;
	text-align: right;
	padding: 1vw 0;
}

.testimonials-form__submit {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 34px;
	height: 3.125vw;
	border-radius: 5px;
	min-width: 17.2vw;
	padding: .25vw 1vw;
	background-color: #bb8e62;
	color: #fffefe;
	font-size: 1.5625vw;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	text-transform: uppercase;
}

.testimonials-form__submit:hover {
	background-color: #866748;
}

@media(max-width: 1199px) {
	.testimonials-form__submit {
		font-size: 2vw;
	}
}

@media(max-width: 767px) {
	.testimonials-form__submit {
		font-size: 16px;
		padding: 5px 20px;
	}
}

.modal.modal-payments .modal-content {
	background-color: rgba(0,0,0,0);
	border: 1px solid #3c3c3c;
}

.modal.modal-payments .modal-dialog {
	font-family: "aTitleGothic",sans-serif;
}

.modal.modal-payments .modal-dialog form {
	width: 100%;
	max-width: 100%;
}

.modal.modal-profile-edit .modal-content {
	background-color: rgba(0,0,0,0);
	border: 1px solid #3c3c3c;
}

.modal.modal-profile-edit .modal-dialog {
	font-family: "aTitleGothic",sans-serif;
	width: calc(100% - 20px);
}

.modal.modal-profile-edit .profile-modal-content__header {
	font-size: 30px;
}

@media(max-width: 767px) {
	.modal.modal-profile-edit .profile-modal-content__header {
		font-size: 20px;
	}
}

.profile-modal-content__header {
	color: #bb8e62;
	font-size: 48px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 40px;
}

@media(max-width: 767px) {
	.profile-modal-content__header {
		font-size: 30px;
	}
}

.profile-modal-content__close {
	top: 20px;
	right: 20px;
}

@media(max-width: 767px) {
	.profile-modal-content__close {
		top: 10px;
		right: 10px;
	}
}

.profile-modal-content__close .profile-close {
	display: none;
}

.profile-modal-content__close:before {
	content: "";
	background: url(/resources/images/close.png) 0 0 no-repeat;
	width: 36px;
	height: 36px;
	display: block;
	background-size: contain;
}

@media(max-width: 767px) {
	.profile-modal-content__close:before {
		width: 24px;
		height: 24px;
	}
}

.profile-payments__content {
	background-color: rgba(0,0,0,0);
}

.profile-checkbox__input-default:before {
	font: normal normal normal 14px/1 FontAwesome;
	content: "";
}

.profile-payments .profile-btn {
	color: #fff;
	background: #7b5536 none;
	border: none;
	text-transform: uppercase;
	transition: border-color .3s ease,background-color .3s ease,color .3s ease;
}

.device-desktop .profile-payments .profile-btn:hover {
	background: #866748 none;
	border-color: #7b5536;
}

.profile-payments .profile-btn.profile-btn--success {
	border: none;
	font-size: 30px;
	font-weight: normal;
}

.profile-list-bonus-group__item,.profile-lottery-item {
	border-radius: 5px;
}

.profile-caret {
	width: 15px;
	height: 15px;
	background: url(/resources/images/registration/caret.png) no-repeat center center;
	background-size: contain;
}

.profile-caret:before {
	display: none;
}

.profile-payment-item {
	opacity: .6;
	transition: opacity .3s ease;
}

.device-desktop .profile-payment-item:hover,.profile-payment-item.profile-payment-item--active,.profile-payment-item.profile-payment-item--dropdown {
	opacity: 1;
}

.profile-datepicker .dropdown-menu {
	margin-top: 3px;
	background-color: #111;
}

.profile-input:-webkit-autofill {
	box-shadow: inset 0 0 0 100px #111 !important;
}

.profile-input:-webkit-autofill:hover,.profile-input:-webkit-autofill:active,.profile-input:-webkit-autofill:focus,.profile-input:-webkit-autofill:active:hover,.profile-input:-webkit-autofill:active:focus {
	box-shadow: inset 0 0 0 100px #111 !important;
}

.profile-modal-content .profile-modal-content__close {
	top: 10px;
	right: 10px;
}

.profile-modal-content .profile-modal-content__close:before {
	width: 26px;
	height: 26px;
}

.profile-block-footer__disclaimer {
	margin-top: 10px;
}

.profile-card {
	padding: 0;
}

.profile-card__header {
	text-align: center;
}

.profile-card--bonus .profile-card__main-title:before {
	content: "";
	display: block;
	width: 350px;
	height: 150px;
	margin: 16px 0 -16px 0;
	position: static;
	padding: 0;
	background: url("/resources/images/notifications/bonus-modal-bg.svg") center/auto 154px no-repeat;
}

.profile-card__block--total {
	font-family: "aTitleGothic",sans-serif;
	font-weight: 500;
	text-align: center;
	font-size: 36px;
	line-height: 42px;
	color: #fff;
}

.profile-card__block--total .profile-card__label {
	font-size: 36px;
	line-height: 42px;
}

.profile-card__block--date {
	font-family: "aTitleGothic",sans-serif;
	font-weight: 500;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

.profile-card__block--date profile-card__label {
	font-size: 10px;
	line-height: 12px;
}

.profile-card__block--games .profile-game__title {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-transform: capitalize;
	color: #b48f68;
}

.profile-card__main-title {
	display: block;
	font-family: "aTitleGothic",sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	margin: 0 auto;
	color: #acacac;
}

.profile-card__button-item+.profile-card__button-item {
	margin-left: 20px;
}

.profile-card__block+.profile-card__block {
	margin-top: 20px;
}

.profile-card__value--wager {
	display: -ms-flexbox;
	display: flex;
	margin: 0 auto;
	padding: 4px 40px;
	background: #101011;
}

.profile-card__value--wager .profile-card__label,.profile-card__value--wager .profile-card__value {
	font-weight: 400;
	font-size: 24px;
	line-height: 31px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #cacaca;
}

.profile-card__label {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
}

.profile-card__timer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.profile-card__timer .profile-card__label {
	margin-bottom: 10px;
}

.profile-card__timer .timer__container timer {
	padding: 0;
}

.profile-card__timer .timer__container .timer__time {
	margin: 0 2px;
}

.profile-card__timer .timer__container .timer__value {
	font-size: 24px;
	padding: 8px;
}

.profile-card__timer .timer__container .timer__label {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
}

.profile-card__button-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 16px;
	z-index: 1010;
}

.profile-card__button-item {
	margin-bottom: 16px;
}

.profile-card__button-item:last-child {
	margin-bottom: 0;
}

.profile-card__block--wager {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 0;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	text-align: center;
	color: #fff;
}

.profile-card__jackpots-sum {
	font-weight: 500;
	font-size: 32px;
	line-height: 38px;
	text-align: center;
	color: #fff;
}

.profile-card__footer {
	text-align: center;
}

.profile-card__footer-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-transform: capitalize;
	color: #b48f68;
}

.profile-card__footer-link:hover {
	color: #b48f68;
}

.profile-modal-content__body {
	padding: 24px;
}

.profile-btn {
	min-width: 200px;
	min-height: 44px !important;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	padding: 14px 35px;
}

button.profile-btn--deactivate {
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	text-transform: uppercase;
	border: 1px solid rgba(153,117,82,.8);
	border-radius: 5px;
	color: #bf2727;
}

button.profile-btn--deactivate:hover {
	background: rgba(0,0,0,0);
}

.profile-games--freespins .profile-game__title {
	padding-top: 20px;
}

.profile-games--freespins .profile-game__link:hover {
	border-color: rgba(0,0,0,0);
}

.profile-games--freespins .profile-game__link:hover .profile-game__play {
	opacity: 0;
}

.modal-available-games {
	z-index: 1000010 !important;
}

.slide-form {
	display: block;
	margin: 0;
	padding: 33px 32px 21px;
	width: auto;
	max-width: 650px;
	background-color: rgba(20,20,20,.8);
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.slide-form--user {
	max-width: 330px;
}

.slider-desktop .slide-form--user {
	margin-left: 120px;
}

.slide-form--mobile {
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 10px;
	max-width: 400px;
	width: 80vw;
}

.slide-form__row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide-form__col {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: calc(50% - 18px);
	padding: 0;
	margin: 0;
}

.slide-form--user .slide-form__col {
	width: 100%;
}

.slide-form--user .slide-form__col--form {
	display: none;
}

.slide-form__block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide-form__block--form {
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.slide-form__buttons {
	display: block;
	width: 100%;
	padding: 0;
	margin: 18px 0 0 0;
	text-align: center;
}

.slide-form--mobile .slide-form__buttons {
	margin-top: 10px;
}

.slide-form--mobile .slide-form__buttons .button {
	min-height: 40px;
	font-size: 18px;
}

.slide-form__content {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #e9bc90;
	font-family: "aTitleGothic",sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
}

.slide-form__content img {
	display: inline-block;
	max-width: 100%;
	margin: 0 auto;
	width: auto;
}

.slide-form__content .font-15 {
	font-size: 15px;
}

.slide-form--mobile .slide-form__content .font-15 {
	font-size: 12px;
}

@media(min-width: 480px) {
	.slide-form--mobile .slide-form__content .font-15 {
		font-size: 14px;
	}
}

.slide-form__content .font-22 {
	font-size: 22px;
}

.slide-form--mobile .slide-form__content .font-22 {
	font-size: 14px;
}

@media(min-width: 480px) {
	.slide-form--mobile .slide-form__content .font-22 {
		font-size: 16px;
	}
}

.slide-form__content .font-28 {
	font-size: 28px;
}

.slide-form--mobile .slide-form__content .font-28 {
	font-size: 16px;
}

@media(min-width: 480px) {
	.slide-form--mobile .slide-form__content .font-28 {
		font-size: 24px;
	}
}

.slide-form__content .font-34 {
	font-size: 34px;
}

.slide-form--mobile .slide-form__content .font-34 {
	font-size: 17px;
}

@media(min-width: 480px) {
	.slide-form--mobile .slide-form__content .font-34 {
		font-size: 24px;
	}
}

.slide-form__content .font-42 {
	font-size: 42px;
}

.slide-form--mobile .slide-form__content .font-42 {
	font-size: 28px;
}

@media(min-width: 480px) {
	.slide-form--mobile .slide-form__content .font-42 {
		font-size: 36px;
	}
}

.slide-form__content .font-46 {
	font-size: 46px;
}

.slide-form--mobile .slide-form__content .font-46 {
	font-size: 20px;
}

@media(min-width: 480px) {
	.slide-form--mobile .slide-form__content .font-46 {
		font-size: 44px;
	}
}

.slide-form__content .font-70 {
	font-size: 70px;
}

.slide-form--mobile .slide-form__content .font-70 {
	font-size: 26px;
}

@media(min-width: 480px) {
	.slide-form--mobile .slide-form__content .font-70 {
		font-size: 50px;
	}
}

.slide-form__content .font-83 {
	font-size: 83px;
}

.slide-form--mobile .slide-form__content .font-83 {
	font-size: 30px;
}

@media(min-width: 480px) {
	.slide-form--mobile .slide-form__content .font-83 {
		font-size: 52px;
	}
}

.slide-form__content .white {
	color: #fff;
}

.slide-form__content p {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.slide-form__content table {
	width: auto;
	table-layout: auto;
	margin: 0 auto;
	font-size: 0;
	line-height: 0;
}

.slide-form__content table tr {
	border: none;
	background: none rgba(0,0,0,0);
}

.slide-form__content table tr td {
	padding: 0;
	border: none;
	background: none rgba(0,0,0,0);
	vertical-align: bottom;
	font-size: 0;
	line-height: .8;
	color: #e9bc90;
}

.form .form-control {
	border-radius: 5px;
	border: 1px solid #bb8e62;
	box-shadow: none;
	line-height: 1;
	padding: 0 15px 0 55px;
	height: 40px;
	background-image: none;
	background-color: rgba(0,0,0,0);
	color: #fff;
}

.form .form-control:-webkit-autofill {
	box-shadow: inset 0 0 0 100px #141414 !important;
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	background: #141414 !important;
	border: 1px solid #bb8e62 !important;
	border-radius: 5px !important;
	transition: color .3s ease,border-color .3s ease !important;
	background-clip: content-box !important;
}

.form .form-control:-webkit-autofill:hover,.form .form-control:-webkit-autofill:active,.form .form-control:-webkit-autofill:active:hover {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: inset 0 0 0 100px #141414 !important;
	border: 1px solid #bb8e62 !important;
}

.form .form-control:-webkit-autofill:focus,.form .form-control:-webkit-autofill:focus:hover,.form .form-control:-webkit-autofill:active:focus {
	color: #fff !important;
	-webkit-text-fill-color: #fff !important;
	box-shadow: inset 0 0 0 100px #141414 !important;
	outline: none;
}

.form .form-control:-webkit-autofill:active:not(:hover) {
	-webkit-text-fill-color: #fff !important;
}

.form .dropdown .dropdown-toggle {
	color: rgba(255,255,255,.5);
}

.form .form-group {
	margin-bottom: 15px;
}

.form .form-group.field-icon:after {
	top: 10px;
}

.form .form-group .dropdown-menu {
	background-color: #141414;
	border: 1px solid #3c3c3c;
}

.form .form-group .dropdown-menu a {
	color: #fff;
}

.form .form-group .dropdown-menu a:hover {
	color: #000;
}

.form .form-group .custom-checkbox {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 15px;
	padding-left: 0;
	cursor: pointer;
}

.form .form-group .custom-checkbox sup {
	right: -5px;
	line-height: 1;
	color: red;
}

.form .form-group .custom-checkbox:hover,.form .form-group .custom-checkbox:active,.form .form-group .custom-checkbox:focus {
	text-decoration: none;
}

.form .form-group .custom-checkbox input {
	position: absolute;
	opacity: 0;
	z-index: -200;
}

.form .form-group .custom-checkbox input+span {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #bb8e62;
	position: relative;
	margin-top: -2px;
}

.form .form-group .custom-checkbox.error input+span {
	border-color: #ff1800;
}

.form .form-group .custom-checkbox input+span:after {
	content: "";
	color: #bb8e62;
	opacity: 0;
}

.form .form-group .custom-checkbox input+span+span {
	display: block;
	text-align: left;
	margin-left: 10px;
	color: #fffefe;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}

.form .form-group .custom-checkbox input+span+span a {
	color: #fff;
	text-decoration: underline;
}

.form .form-group .custom-checkbox input+span+span a:hover {
	text-decoration: none;
}

.form .form-group .custom-checkbox input:checked+span {
	border-color: #bb8e62;
}

.form .form-group .custom-checkbox input:checked+span:after {
	opacity: 1;
}

.form .form-group .custom-checkbox input[type=checkbox]+span {
	border-radius: 2px;
}

.form .form-group .mf__radio {
	display: -ms-flexbox;
	display: flex;
	padding-right: 50px;
}

.form .form-group .custom-checkbox input[type=radio]+span {
	border-radius: 50%;
}

.form .form-group .custom-checkbox input[type=checkbox]+span:after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "";
	line-height: 20px;
	width: 21px;
	text-align: center;
	position: absolute;
	left: 0;
}

.form .form-group .custom-checkbox input[type=radio]+span:after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #bb8e62;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50%;
}

.form .btn-bg,.form .btn-opacity {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	display: block;
	width: 100%;
	box-shadow: none;
	border: 0;
	height: 64px;
	line-height: 64px;
	border-radius: 5px;
	background-color: #bb8e62;
	color: #fff;
	font-size: 29px;
	font-weight: 400;
	text-transform: uppercase;
}

.form .btn-bg:hover,.form .btn-opacity:hover {
	text-decoration: none;
}

.form .btn-bg:hover,.form .btn-opacity:hover {
	background-color: #866748;
}

.form .btn-opacity {
	border: 1px solid #bb8e62;
	background-color: rgba(0,0,0,0);
	color: #d12929;
	text-align: center;
}

.form .btn-opacity:hover {
	border: 1px solid #7b5536;
	background-color: #7b5536;
	color: #fff;
}

.form .btn-forgot {
	color: #bb8e62;
	font-size: 18px;
	font-weight: 400;
	line-height: 18px;
}

.form input[type=submit] {
	line-height: 54px;
	height: 54px;
	font-size: 24px;
	font-weight: 400;
}

.form--banner .error_msg {
	display: none;
}

.form--banner .dropdown-menu {
	max-height: 146px !important;
	max-width: 100%;
}

.form--banner .dropdown-menu>li>a {
	white-space: normal;
}

.form--banner .dropdown-menu::-webkit-scrollbar {
	width: 8px;
}

.form--banner .dropdown-menu::-webkit-scrollbar-track {
	border-radius: 2px;
	background: none rgba(187,142,98,.1);
}

.form--banner .dropdown-menu::-webkit-scrollbar-thumb {
	background: rgba(187,142,98,.7);
	border-radius: 2px;
}

.form--banner .dropdown-menu::-webkit-scrollbar-thumb:hover {
	background: #bb8e62;
}

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

.form--cms-page {
	max-width: 470px;
	margin: 50px auto 30px auto;
}

@media(max-width: 767px) {
	.form--cms-page {
		width: calc(100% - 40px);
	}
}

.dropdown-backdrop {
	display: none;
}

.password-strength {
	display: block;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	border-radius: 0;
	overflow: hidden;
	pointer-events: none;
	transition: height .3s ease;
	margin: 0;
	padding: 0;
}

.password-strength .progress {
	background-image: none;
	background-color: rgba(0,0,0,0);
	border-radius: 0;
	margin: 0;
	padding: 0;
	overflow: visible;
	position: relative;
	box-shadow: none;
	height: auto;
}

.password-strength .progress .progress-bar {
	background-image: none;
	font-size: 0;
	line-height: 0;
	height: 0;
	position: relative;
	box-shadow: none !important;
	transition: width .3s ease,height .3s ease,margin .3s ease;
}

.password-strength .progress .progress-bar-danger,.password-strength .progress .progress-bar-warning,.password-strength .progress .progress-bar-info,.password-strength .progress .progress-bar-success {
	height: 20px;
	margin-top: 3px;
}

.password-strength .progress .progress-bar:before {
	content: "";
	display: block;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 2px;
	background-color: rgba(0,0,0,0);
	border-radius: 0;
}

.password-strength .progress .progress-bar-danger {
	background-color: rgba(0,0,0,0);
}

.password-strength .progress .progress-bar-danger:before {
	background-color: #e83131;
}

.password-strength .progress .progress-bar-danger span {
	color: #e83131;
}

.password-strength .progress .progress-bar-warning {
	background-color: rgba(0,0,0,0);
}

.password-strength .progress .progress-bar-warning:before {
	background-color: #fedc48;
}

.password-strength .progress .progress-bar-warning span {
	color: #fedc48;
}

.password-strength .progress .progress-bar-info {
	background-color: rgba(0,0,0,0);
}

.password-strength .progress .progress-bar-info:before {
	background-color: #0091ff;
}

.password-strength .progress .progress-bar-info span {
	color: #0091ff;
}

.password-strength .progress .progress-bar-success {
	background-color: rgba(0,0,0,0);
}

.password-strength .progress .progress-bar-success:before {
	background-color: green;
}

.password-strength .progress .progress-bar-success span {
	color: green;
}

.password-strength .progress .progress-bar span {
	display: block;
	font-size: 13px;
	position: relative;
	top: 0;
	left: 0;
	line-height: 1.2;
	font-weight: 400;
	width: 100%;
	text-align: left;
	vertical-align: middle;
	padding: 3px 0 0 0;
}

.button {
	position: relative;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	vertical-align: middle;
	padding: 5px 20px;
	min-height: 54px;
	font-size: 24px;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #bb8e62;
	outline: none;
	transition: background-color .3s ease,border-color .3s ease,color .3s ease;
	box-shadow: none;
	cursor: pointer;
	color: #fff;
	text-shadow: none;
	text-transform: uppercase;
	background-color: #bb8e62;
	border-radius: 5px;
	background-image: none;
	margin: 0;
}

.button:hover,.button:active,.button:focus,.button:active:hover,.button:active:focus {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	color: #fff;
}

body.device-desktop .button:hover {
	color: #fff;
	background-color: #866748;
	border-color: #866748;
}

.button--discover {
	background-color: rgba(0,0,0,0);
	color: #bb8f62;
	width: 100%;
}

.button--discover:hover,.button--discover:active,.button--discover:focus,.button--discover:active:hover,.button--discover:active:focus {
	color: #bb8f62;
}

body.device-desktop .button--discover:hover {
	color: #fff;
	background-color: #866748;
	border-color: #866748;
}

.button--deposit {
	background-color: #7bbb62;
	border: none;
}

body.device-desktop .button--deposit:hover {
	background-color: #5b8a49;
}

.button--full {
	width: 100%;
}

.button--more {
	color: #bb8e62;
	background-color: rgba(0,0,0,0);
	font-family: "aTitleGothic";
	border: none;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	height: 40px;
	text-decoration: underline;
	text-transform: initial;
	padding: 0 80px;
	left: 50%;
	-ms-transform: translate(-50%, -1px);
	transform: translate(-50%, -1px);
	min-width: initial;
	text-align: center;
}

@media(max-width: 969px) {
	.button--more {
		padding: 0 20px;
		min-width: initial;
	}
}

.button--more:hover,.button--more:active,.button--more:focus,.button--more:active:hover,.button--more:active:focus {
	text-decoration: underline;
	outline: none;
	cursor: pointer;
	color: #bb8e62;
}

body.device-desktop .button--more:hover {
	color: #bb8e62;
	background-color: rgba(0,0,0,0);
	border: none;
}

.button--read {
	display: none;
}

.collapsed .button--read {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.button--less {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.collapsed .button--less {
	display: none;
}

.button--pwa-brown,.button--pwa-green,.button--ios-brown,.button--pwa-green-ios {
	min-height: 40px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
	background: rgba(0,0,0,.25);
	border-radius: 4px;
	border: none;
}

.button--pwa-brown span,.button--pwa-green span,.button--ios-brown span,.button--pwa-green-ios span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.button--pwa-brown span:before,.button--pwa-green span:before,.button--ios-brown span:before,.button--pwa-green-ios span:before {
	content: "";
	display: -ms-flexbox;
	display: flex;
	width: 16px;
	height: 19px;
	background: url(/resources/images/pwa/pwa-install-top.svg) center no-repeat;
	margin-right: 8px;
}

@media(min-width: 1350px) {
	.button--pwa-brown span:before,.button--pwa-green span:before,.button--ios-brown span:before,.button--pwa-green-ios span:before {
		display: none;
	}
}

.button--ios-brown span:before {
	width: 15px;
	height: 18px;
	background: url(/resources/images/pwa/ios-install-top.svg) center no-repeat;
}

.button--pwa-green,.button--pwa-green-ios {
	background: #89b86c;
	margin: 20px 0 10px;
}

.button--pwa-green-ios span:before {
	content: "";
	display: -ms-flexbox;
	display: flex;
	width: 15px;
	height: 18px;
	background: url(/resources/images/pwa/ios-install-top.svg) center no-repeat;
	margin-right: 8px;
}

.btn-clps {
	margin: 10px 0;
}

.seal {
	display: inline-block;
	width: auto;
	max-width: 100%;
}

.seal a {
	display: inline-block;
	width: auto;
	height: auto;
	text-decoration: none;
	max-width: 100%;
}

.seal img {
	display: inline-block;
	width: 116px;
	max-width: 100%;
	height: auto;
	padding: 0;
	margin: 0 !important;
}

.kingbilly-button-chat {
	display: -ms-flexbox;
	display: flex;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
	background-color: #bb8e62;
	border-radius: 50%;
	overflow: hidden;
	text-decoration: none;
	background-image: url("/resources/images/elements/button-chat.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 53px auto;
	outline: none;
	cursor: pointer;
	transition: background-color .3s ease;
	z-index: 9999;
	font-size: 0;
	color: rgba(0,0,0,0);
}

@media(max-width: 767px) {
	.kingbilly-button-chat {
		width: 60px;
		height: 60px;
		background-size: 40px auto;
	}
}

.kingbilly-button-chat:hover,.kingbilly-button-chat:focus,.kingbilly-button-chat:active {
	outline: none;
	text-decoration: none;
	background-color: #7b5536;
}

body.page-game .kingbilly-button-chat {
	display: none;
}

.right-locales {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	max-width: 100vw;
	width: auto;
	height: 50px;
	padding: 0 0 0 52px;
	margin: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: translate(calc(100% - 52px), 0);
	transform: translate(calc(100% - 52px), 0);
	transition: transform .8s ease;
	z-index: 999;
}

@media(max-width: 479px) {
	.right-locales {
		padding: 0 0 0 35px;
		-ms-transform: translate(calc(100% - 35px), 0);
		transform: translate(calc(100% - 35px), 0);
	}
}

.right-locales:hover {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.right-locales__link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	padding: 0;
	margin: 1px;
	opacity: .8;
	transition: opacity .3s ease;
	cursor: pointer;
}

@media(max-width: 479px) {
	.right-locales__link {
		width: 33px;
	}
}

.right-locales__link:hover,.right-locales__link--active {
	opacity: 1;
}

.right-locales__link--active {
	position: absolute;
	left: 0;
	top: 0;
}

.right-locales__img {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.help-panel {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	position: fixed;
	right: 0;
	top: 50%;
	-ms-transform: translate(50%, 0) rotate(90deg);
	transform: translate(50%, 0) rotate(90deg);
	-ms-transform-origin: center top;
	transform-origin: center top;
	padding: 0;
	margin: 0;
	z-index: 9999;
}

@media(max-width: 767px) {
	.help-panel {
		display: none;
	}
}

.help-panel__link {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 0;
	line-height: 1.2;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: background-color .3s ease;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	color: #fff;
	background-color: #bb8e62;
	height: 51px;
	min-width: 120px;
	padding: 0 10px;
	margin: 0;
}

.help-panel__link:hover,.help-panel__link:focus,.help-panel__link:active {
	cursor: pointer;
	text-decoration: none;
	outline: none;
	color: #fff;
}

.help-panel__link:hover {
	color: #fff;
	background-color: #7b5536;
}

.help-panel__locales {
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 52px;
	height: 52px;
	position: relative;
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.pwa-banner-top,.ios-banner-top {
	display: none;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	height: 60px;
	width: 100%;
	background-color: #d3934e;
	z-index: 99999999;
}

.pwa-banner-top__content,.ios-banner-top__content {
	margin-left: 16px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.2;
}

@media(max-width: 767px) {
	.pwa-banner-top__content,.ios-banner-top__content {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.pwa-banner-top__content img,.ios-banner-top__content img {
	margin-right: 18px;
}

@media(max-width: 767px) {
	.pwa-banner-top__content img,.ios-banner-top__content img {
		display: none;
	}
}

.pwa-banner-top__content div,.ios-banner-top__content div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media(max-width: 767px) {
	.pwa-banner-top__content div,.ios-banner-top__content div {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.pwa-banner-top__content span,.ios-banner-top__content span {
	color: #fff;
}

.pwa-banner-top__content span:first-of-type,.ios-banner-top__content span:first-of-type {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin-right: 22px;
}

.pwa-banner-top__content span:last-of-type,.ios-banner-top__content span:last-of-type {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
}

.pwa-banner-top__buttons,.ios-banner-top__buttons {
	margin-right: 10px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.pwa-banner-top__buttons .icon-close,.ios-banner-top__buttons .icon-close {
	top: 0;
	right: 0;
	margin-left: 11px;
	padding: 0;
	position: relative;
	color: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	background-color: rgba(0,0,0,.25);
}

.pwa-banner-top__buttons .icon-close:hover,.pwa-banner-top__buttons .icon-close:active,.pwa-banner-top__buttons .icon-close:focus,.pwa-banner-top__buttons .icon-close:active:hover,.pwa-banner-top__buttons .icon-close:active:focus,.ios-banner-top__buttons .icon-close:hover,.ios-banner-top__buttons .icon-close:active,.ios-banner-top__buttons .icon-close:focus,.ios-banner-top__buttons .icon-close:active:hover,.ios-banner-top__buttons .icon-close:active:focus {
	outline: none;
	color: #fff;
	background-color: rgba(0,0,0,.5);
}

footer .footer-bottom [type*=footer-content] {
	max-width: 1600px;
	margin: 0 auto;
	color: #888;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

footer .footer-bottom .row-first .language_selector {
	text-align: left;
}

@media(max-width: 969px) {
	footer .footer-bottom .row-first .language_selector {
		text-align: center;
	}
}

@media(max-width: 969px) {
	footer table.footert {
		display: block;
	}
}

@media(max-width: 969px) {
	footer table.footert tbody {
		display: block;
	}
}

footer table.footert tr {
	border: none;
}

@media(max-width: 969px) {
	footer table.footert tr {
		display: block;
	}
}

footer table.footert td {
	border: none;
	vertical-align: top;
}

@media(max-width: 969px) {
	footer table.footert td {
		display: block;
	}
}

footer .footer-bottom .row-third {
	text-align: center;
}

footer .table-footer-best {
	display: block;
	text-align: left;
	float: left;
	width: 19%;
	margin-right: 18px;
}

@media(max-width: 969px) {
	footer .table-footer-best {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
	}

	footer .table-footer-best .ask {
		width: 25%;
		display: inline-block;
		min-width: 96px;
	}
}

footer .table-footer-best img {
	width: 100%;
	margin-right: 17px;
	margin-bottom: 6px;
}

@media(max-width: 969px) {
	footer .table-footer-best img {
		margin-right: 0;
	}
}

footer p {
	text-align: left;
	font-weight: 100;
}

footer .seal.gpa a {
	width: 27%;
	float: right;
}

@media(max-width: 969px) {
	footer .seal.gpa a {
		width: 25%;
		min-width: 96px;
		float: left;
		padding-top: 5px;
	}
}

footer .seal.gpa a img.afflogos.igb {
	width: 80%;
}

footer .seal.gpa a img.afflogos.lcb {
	width: 100%;
}

footer .seal.gpa a#GPWASeal img {
	width: 53%;
	padding-top: 5px;
}

footer .seal.gpa a.lcb.ask {
	width: 30%;
}

footer .paragraf-foter p {
	display: -ms-flexbox;
	display: flex;
}

footer .table-footer {
	display: block;
	width: 100%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
	margin: 0;
}

footer .table-footer .footerphone {
	display: inline-block;
	width: 12%;
	max-width: 100px;
	margin-right: 10px;
	margin-bottom: 3px;
	float: left;
}

footer .table-footer .par1 {
	width: 100%;
}

footer .table-footer #apg-seal-container {
	width: 100%;
	height: auto;
}

footer .table-footer #apg-seal-container a {
	display: block;
}

footer .table-footer #apg-seal-container a img {
	object-fit: contain;
	object-position: center;
}

body.body--pwa-enabled {
	padding: 60px 0 0 0;
}

@media(min-width: 1350px) {
	body.body--pwa-enabled {
		padding: 0;
	}
}

body.body--pwa-enabled .pwa-banner-top {
	display: -ms-flexbox;
	display: flex;
}

@media(min-width: 1350px) {
	body.body--pwa-enabled .pwa-banner-top {
		display: none;
	}
}

body.body--pwa-enabled header {
	margin-top: 60px;
}

@media(min-width: 1350px) {
	body.body--pwa-enabled header {
		margin-top: 0;
	}
}

body.body--pwa-enabled .modal .modal-dialog {
	margin-top: 130px;
}

@media(min-width: 970px) {
	body.body--pwa-enabled .modal .modal-dialog {
		margin-top: 170px;
	}
}

@media(min-width: 1350px) {
	body.body--pwa-enabled .modal .modal-dialog {
		margin-top: 100px;
	}
}

body.body--ios-enabled {
	padding: 60px 0 0 0;
}

@media(min-width: 1350px) {
	body.body--ios-enabled {
		padding: 0;
	}
}

body.body--ios-enabled .ios-banner-top {
	display: -ms-flexbox;
	display: flex;
}

@media(min-width: 1350px) {
	body.body--ios-enabled .ios-banner-top {
		display: none;
	}
}

body.body--ios-enabled header {
	margin-top: 60px;
}

@media(min-width: 1350px) {
	body.body--ios-enabled header {
		margin-top: 0;
	}
}

body.body--ios-enabled .modal .modal-dialog {
	margin-top: 130px;
}

@media(min-width: 970px) {
	body.body--ios-enabled .modal .modal-dialog {
		margin-top: 170px;
	}
}

@media(min-width: 1350px) {
	body.body--ios-enabled .modal .modal-dialog {
		margin-top: 100px;
	}
}

.promo {
	display: block;
	width: 100%;
	padding: 0;
	margin: 2vw 0 0 0;
}

.promo__inner {
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 62%;
}

@media(max-width: 1199px) {
	.promo__inner {
		width: 80%;
	}
}

@media(max-width: 969px) {
	.promo__inner {
		width: 90%;
	}
}

@media(max-width: 767px) {
	.promo__inner {
		width: 100%;
	}
}

.promo h1 {
	text-align: center;
	color: #fbf7f6;
	font-size: 2.1vw;
	font-weight: 500;
	margin: 0;
}

@media(max-width: 767px) {
	.promo h1 {
		font-size: 6.1vw !important;
		padding-bottom: 20px;
	}
}

.promo__list {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.promo__group {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	min-height: 22.5vw;
	width: 100%;
	padding: 0;
	margin: 30px 0 0 0;
}

@media(max-width: 767px) {
	.promo__group {
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
	}
}

.promo__block {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 50%;
	padding: 0;
	margin: 0;
	background: #222;
}

@media(max-width: 767px) {
	.promo__block {
		width: 100%;
	}
}

.promo__block img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.promo__group--left .promo__block:first-child {
	-ms-flex-order: 2;
	order: 2;
}

@media(max-width: 767px) {
	.promo__group--left .promo__block:first-child {
		-ms-flex-order: 1;
		order: 1;
	}
}

.promo__group--left .promo__block:last-child {
	-ms-flex-order: 1;
	order: 1;
}

@media(max-width: 767px) {
	.promo__group--left .promo__block:last-child {
		-ms-flex-order: 2;
		order: 2;
	}
}

.promo__content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	width: 100%;
	padding: 2vw 0 1vw;
	margin: 0;
	position: relative;
	font-weight: 100;
	font-size: 1.2vw;
	line-height: 1.2;
	text-align: left;
	color: #bbb;
}

@media(max-width: 1199px) {
	.promo__content {
		font-size: 1.5vw;
	}
}

@media(max-width: 969px) {
	.promo__content {
		font-size: 2vw;
	}
}

@media(max-width: 767px) {
	.promo__content {
		font-size: 4vw;
		padding: 0 0 3vw 0;
	}
}

.promo__content p {
	display: block;
	width: 100%;
	padding: 0 12%;
	margin: 0;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	text-align: inherit;
	color: inherit;
}

.promo__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	min-height: 15px;
	padding: 5px 3.617039%;
	margin: 0 0 20px 0;
	position: relative;
	top: 0;
	width: 105%;
	left: 0;
	background: #588aa7;
	z-index: 1;
	color: #fbf7f6;
	font-size: 2vw;
	font-weight: 500;
	line-height: 1.2;
}

@media(max-width: 969px) {
	.promo__title {
		font-size: 2.2vw;
	}
}

@media(max-width: 767px) {
	.promo__title {
		font-size: 4.5vw;
		padding-left: 4vw;
		width: 100%;
	}
}

.promo__group--purple .promo__title {
	background: #904879;
}

.promo__group--green .promo__title {
	background: #256d4b;
}

.promo__group--red .promo__title {
	background: #9b3d3d;
}

.promo__group--yellow .promo__title {
	background: #b09a54;
}

.promo__action {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0 7%;
	margin: 20px auto 0;
}

@media(max-width: 969px) {
	.promo__action {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

@media(max-width: 767px) {
	.promo__action {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media(max-width: 479px) {
	.promo__action {
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.promo__block-button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 45%;
	padding: 0;
	margin: 0 20px 0 0;
	min-width: 185px;
}

@media(max-width: 969px) {
	.promo__block-button {
		margin: 0;
	}
}

@media(max-width: 767px) {
	.promo__block-button {
		margin: 0 20px 0 0;
	}
}

@media(max-width: 479px) {
	.promo__block-button {
		margin: 0;
	}
}

.promo__block-button>span {
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.promo__terms {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

@media(max-width: 969px) {
	.promo__terms {
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 1vw;
	}
}

@media(max-width: 767px) {
	.promo__terms {
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-top: 0;
	}
}

@media(max-width: 479px) {
	.promo__terms {
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 2vw;
	}
}

.promo__terms a {
	display: inline-block;
	color: #15a3bc;
	cursor: pointer;
	font-size: 1.1vw;
	text-decoration: underline;
	font-weight: normal;
}

@media(max-width: 1199px) {
	.promo__terms a {
		font-size: 1.5vw;
	}
}

@media(max-width: 969px) {
	.promo__terms a {
		font-size: 1.8vw;
	}
}

@media(max-width: 767px) {
	.promo__terms a {
		font-size: 3.8vw;
	}
}

@media(max-width: 479px) {
	.promo__terms a {
		font-size: 4vw;
	}
}

.promo__group--purple .promo__terms a {
	color: #904879;
}

.promo__group--green .promo__terms a {
	color: #256d4b;
}

.promo__group--red .promo__terms a {
	color: #9b3d3d;
}

.promo__group--yellow .promo__terms a {
	color: #b09a54;
}

.promo__button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 185px;
	padding: 10px 20px;
	margin: 0;
	font-weight: normal;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	border: 2px solid #15a3bc;
	border-radius: 5px;
	text-transform: uppercase;
	text-decoration: none;
	min-height: 3vw;
	width: 100%;
	font-size: 1.5vw;
}

.promo__group--purple .promo__button {
	border-color: #904879;
}

.promo__group--green .promo__button {
	border-color: #256d4b;
}

.promo__group--red .promo__button {
	border-color: #9b3d3d;
}

.promo__group--yellow .promo__button {
	border-color: #b09a54;
}

@media(max-width: 1799px) {
	.promo__button {
		font-size: 22px;
		min-height: 50px;
	}
}

.promo__button:hover,.promo__button:active,.promo__button:focus {
	text-decoration: none;
	cursor: pointer;
	outline: none;
	color: #fff;
}

.promo-custom-new {
	background-color: #000;
}

.promo-custom-new__header {
	height: 320px;
	margin-top: -20px;
	background-image: url("/resources/images/promo-custom/promo-custom-bg.png");
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.promo-custom-new__header img {
	object-fit: cover;
}

.promo-custom-new__title {
	color: #fff;
	font-size: 35px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	margin: 51px 0 31px 0;
	padding: 0 10px;
}

.promo-custom-new__title-text,.promo-custom-new__text {
	color: rgba(255,255,255,.5);
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 30px;
	text-align: center;
	margin: 0 auto 37px auto;
	max-width: 1120px;
	padding: 0 10px;
}

.promo-custom-new .button--promo-custom {
	min-height: 54px;
	border-radius: 5px;
	background-color: #8f2e3c;
	border-color: #8f2e3c;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 41px;
	text-transform: uppercase;
	margin: 0 auto;
}

.promo-custom-new .button--wrapper-center {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.promo-custom-new__promos {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1217px;
	margin: 0 auto;
}

@media(min-width: 1093px) {
	.promo-custom-new__promos {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

.promo-custom-new .promo__group {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-item-align: stretch;
	-ms-grid-row-align: stretch;
	align-self: stretch;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #222;
	max-width: 538px;
}

.promo-custom-new .promo__block {
	width: 100%;
	height: 100%;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.promo-custom-new .promo__title {
	width: 100%;
	padding: 7px 20px;
}

@media(min-width: 768px) {
	.promo-custom-new .promo__title {
		padding: 7px 48px;
	}
}

.promo-custom-new .promo__content {
	padding: 20px 0;
}

@media(min-width: 768px) {
	.promo-custom-new .promo__content {
		padding: 30px 0 50px 0;
	}
}

.promo-custom-new .promo__content p {
	padding: 0 20px;
}

@media(min-width: 768px) {
	.promo-custom-new .promo__content p {
		padding: 0 48px;
	}
}

.promo-custom-new .promo__action {
	padding: 40px 20px 0 20px;
	margin-top: 0;
}

@media(min-width: 768px) {
	.promo-custom-new .promo__action {
		padding: 40px 48px 0 48px;
	}
}

body.landing-page-new {
	background-image: url("/system/comfy/cms/files/files/000/002/308/original/landing-new-backgr.png");
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}

@media(max-width: 499px) {
	body.landing-page-new {
		background-size: auto 100%;
	}
}

.landing-new--hidden-form .registration__form--new {
	max-width: 100%;
	padding: 25px 15px;
	border: none;
	background-color: rgba(0,0,0,0);
	margin: 10px 0;
	-ms-transform: none;
	transform: none;
	left: auto;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.landing-new--hidden-form .registration__form--new .form-group--flex {
	display: none;
}

.landing-new--hidden-form .registration__form--new .form-group .custom-checkbox input+span {
	width: 17px;
	min-width: 22px;
	height: 22px;
	border-color: #fff;
}

@media(max-width: 499px) {
	.landing-new--hidden-form .registration__form--new .form-group .custom-checkbox input+span {
		width: 17px;
		min-width: 17px;
		height: 17px;
	}
}

.landing-new--hidden-form .registration__form--new .form-group .custom-checkbox input+span+span {
	display: block;
	margin-left: 15px;
	color: #ababab;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

@media(max-width: 499px) {
	.landing-new--hidden-form .registration__form--new .form-group .custom-checkbox input+span+span {
		font-size: 12px;
	}
}

.landing-new--hidden-form .registration__form--new .form-group .custom-checkbox input+span+span a {
	color: #b1855c;
	text-decoration: underline;
}

.landing-new--hidden-form .registration__wrap {
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto;
}

@media(max-width: 1599px) {
	.landing-new--hidden-form .registration__wrap {
		max-width: 1200px;
	}
}

@media(max-width: 1199px) {
	.landing-new--hidden-form .registration__wrap {
		-ms-flex-align: center;
		align-items: center;
		max-width: 1000px;
	}
}

@media(max-width: 769px) {
	.landing-new--hidden-form .registration__wrap {
		-ms-flex-align: center;
		align-items: center;
		max-width: 700px;
	}
}

@media(max-width: 749px) {
	.landing-new--hidden-form .registration__wrap {
		padding-top: 0;
	}
}

@media(max-width: 479px) {
	.landing-new--hidden-form .registration--new .registration-logo__image {
		width: 135px;
	}
}

.landing-new--hidden-form .registration__bonuses {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 300px;
}

@media(min-width: 499px) {
	.landing-new--hidden-form .registration__bonuses {
		margin-top: 375px;
	}
}

@media(min-width: 1620px) {
	.landing-new--hidden-form .registration__bonuses {
		margin-top: 400px;
	}
}

@media(min-width: 1920px) {
	.landing-new--hidden-form .registration__bonuses {
		margin-top: 475px;
	}
}

@media(min-width: 2560px) {
	.landing-new--hidden-form .registration__bonuses {
		margin-top: 650px;
	}
}

.landing-new--hidden-form .registration__bonuses--percent {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: end;
	align-items: flex-end;
	color: #fff;
	font-size: 100px;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	margin-right: 14px;
	font-family: "Bebas Neue",sans-serif;
	line-height: 1;
}

@media(max-width: 499px) {
	.landing-new--hidden-form .registration__bonuses--percent {
		font-size: 71px;
	}
}

.landing-new--hidden-form .registration__bonuses--percent span {
	font-size: 72px;
}

@media(max-width: 499px) {
	.landing-new--hidden-form .registration__bonuses--percent span {
		font-size: 51px;
	}
}

.landing-new--hidden-form .registration__bonuses--fs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #faff7c;
	font-size: 51px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: normal;
	line-height: .8;
	text-align: center;
	margin-left: 14px;
}

@media(max-width: 499px) {
	.landing-new--hidden-form .registration__bonuses--fs {
		font-size: 36px;
	}
}

.landing-new--hidden-form .registration__bonuses--fs span {
	color: #fff;
	font-size: 34px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1;
	text-align: left;
}

@media(max-width: 499px) {
	.landing-new--hidden-form .registration__bonuses--fs span {
		font-size: 24px;
	}
}

.landing-new--hidden-form .registration__title--new {
	margin-bottom: 0;
	color: #f1d887;
	font-size: 30px;
	text-transform: uppercase;
}

@media(max-width: 499px) {
	.landing-new--hidden-form .registration__title--new {
		font-size: 22px;
	}
}

.landing-new--hidden-form .registration__bonuses-block {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	margin-bottom: 80px;
}

@media(max-width: 767px) {
	.landing-new--hidden-form .registration__bonuses-block {
		display: none;
	}
}

.landing-new--hidden-form .registration__bonuses-item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px;
	width: 210px;
	height: 90px;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 13px;
}

.landing-new--hidden-form .registration__bonuses-item .registration__bonuses-item--left-part {
	margin-right: 5px;
}

.landing-new--hidden-form .registration__bonuses-item .registration__bonuses-item--right-part {
	margin-left: 5px;
}

.landing-new--hidden-form .registration__bonuses-item-1 {
	background-image: url("/system/comfy/cms/files/files/000/002/306/original/landing-bonuses-item-1.png");
}

.landing-new--hidden-form .registration__bonuses-item-1 .registration__bonuses-item--left-part {
	color: #cdae5a;
	font-size: 38px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
	text-transform: none;
	text-align: right;
}

.landing-new--hidden-form .registration__bonuses-item-1 .registration__bonuses-item--right-part {
	color: #c6c6c6;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 13px;
	text-align: left;
}

.landing-new--hidden-form .registration__bonuses-item-1 .registration__bonuses-item--right-part span {
	color: #f97bff;
}

.landing-new--hidden-form .registration__bonuses-item-2 {
	background-image: url("/system/comfy/cms/files/files/000/002/304/original/landing-bonuses-item-2.png");
}

.landing-new--hidden-form .registration__bonuses-item-2 .registration__bonuses-item--left-part {
	color: #c6c6c6;
	font-size: 17px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 25px;
}

.landing-new--hidden-form .registration__bonuses-item-2 .registration__bonuses-item--left-part span {
	font-size: 48px;
}

.landing-new--hidden-form .registration__bonuses-item-2 .registration__bonuses-item--right-part {
	color: #cdae5a;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 17px;
	text-align: left;
}

.landing-new--hidden-form .registration__bonuses-item-3 {
	background-image: url("/system/comfy/cms/files/files/000/002/305/original/landing-bonuses-item-3.png");
}

.landing-new--hidden-form .registration__bonuses-item-3 .registration__bonuses-item--left-part {
	color: #cdae5a;
	font-size: 46px;
	font-weight: 900;
	font-style: normal;
	letter-spacing: normal;
	line-height: 65px;
}

.landing-new--hidden-form .registration__bonuses-item-3 .registration__bonuses-item--right-part {
	color: #c6c6c6;
	font-size: 19px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 8px;
}

.landing-new--hidden-form img .registration__image-b {
	vertical-align: middle;
	width: 365px;
}

.landing-new--hidden-form .registration-logo {
	text-align: center;
}

@media(max-width: 767px) {
	.landing-new--hidden-form .registration-logo {
		display: block;
		text-align: center;
	}
}

.landing-new--hidden-form .registration-logo__image {
	width: 220px;
	margin: 30px 0 0 0;
}

@media(max-width: 767px) {
	.landing-new--hidden-form .registration-logo__image {
		width: 220px;
		margin: 30px 0 35px 0;
	}
}

.landing-new--hidden-form .social_auth--small {
	text-align: center;
}

.landing-new--hidden-form .social_auth--small .social_auth__text {
	max-width: 150px;
	line-height: 1;
	display: none;
}

.landing-new--hidden-form .social__wrapper {
	height: initial;
	line-height: initial;
	width: 100%;
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.landing-new--hidden-form .help-panel {
	top: 73%;
}

@media(max-width: 991px) {
	.landing-new--hidden-form .registration__image-b {
		max-width: 185px;
	}
}

@media(max-width: 450px) {
	.landing-new--hidden-form .registration__image-b {
		max-width: 150px;
	}
}

.landing-new--hidden-form .form-group.field-icon {
	display: none;
}

.landing-new--hidden-form .social__link {
	min-width: 185px !important;
	height: 50px !important;
	line-height: 1.2;
	border-radius: 5px;
	font-size: 24px;
	font-weight: 400;
	padding: 0 15px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

@media(max-width: 499px) {
	.landing-new--hidden-form .social__link {
		min-width: 140px !important;
		height: 37px !important;
	}
}

.landing-new--hidden-form .social__link:after {
	display: none;
}

.landing-new--hidden-form .social__link i {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
}

.landing-new--hidden-form .social__link i:after {
	content: "";
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	font-family: "aTitleGothic",sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	letter-spacing: normal;
	line-height: 1.2;
}

@media(max-width: 499px) {
	.landing-new--hidden-form .social__link i:after {
		font-size: 18px;
	}
}

.landing-new--hidden-form .social__link-facebook {
	color: #fff;
	background-color: #3b5998;
}

.landing-new--hidden-form .social__link-facebook i:after {
	content: "Facebook";
}

.landing-new--hidden-form .social__link-google_oauth2 {
	color: #858585;
	background-color: #f3fdef;
}

.landing-new--hidden-form .social__link-google_oauth2 i:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	background-image: url("/resources/images/cms/landing/google.svg");
}

.landing-new--hidden-form .social__link-google_oauth2 i:after {
	content: "Google";
}

.landing-new--hidden-form .footer--visible {
	display: block !important;
	padding: 10px;
	background: #000;
}

.landing-new--hidden-form .footer--visible .footercop {
	color: #5c5c5c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

@media(max-width: 499px) {
	.landing-new--hidden-form .footer--visible .footercop {
		font-size: 11px;
	}
}

.snippet-registr {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	min-height: 490px;
	padding: 0;
	margin: 0;
}

@media(max-width: 969px) {
	.snippet-registr {
		min-height: 227px;
	}
}

.snippet-registr__content {
	display: block;
	position: relative;
	width: 100%;
	padding: 280px 16px 10px;
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	text-align: right;
	font-weight: normal;
	letter-spacing: normal;
}

@media(max-width: 969px) {
	.snippet-registr__content {
		font-size: 18px;
		padding: 114px 0 14px;
	}
}

.snippet-registr__content>div {
	position: relative;
}

.snippet-registr__image {
	display: block;
	position: absolute;
	top: -17px;
	left: -18px;
	max-width: calc(100% + 30px);
	max-height: 100%;
	object-fit: contain;
	object-position: center;
}

@media(max-width: 969px) {
	.snippet-registr__image {
		top: 0;
		max-width: 100%;
		max-height: 227px;
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		left: 50%;
	}
}

.snippet-registr__text {
	display: block;
	text-align: right;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #bb8e62;
	font-size: 36px;
	line-height: 1.33;
	font-weight: 400;
	letter-spacing: -1px;
	text-transform: uppercase;
}

@media(max-width: 969px) {
	.snippet-registr__text {
		font-size: 22px;
		line-height: 1.36;
		letter-spacing: normal;
	}
}

.snippet-registr__text b {
	color: #fff;
	font-weight: 700;
}

.snippet-registr__text span {
	display: inline-block;
	background-color: #141414;
	padding: 0 15px;
}

@media(max-width: 969px) {
	.snippet-registr__text span {
		padding: 0 10px;
	}
}

.snippet-registr__text+.snippet-registr__text {
	margin-top: 4px;
}

@media(max-width: 969px) {
	.snippet-registr__text+.snippet-registr__text {
		margin-top: 2px;
	}
}

.snippet-registr__text+.snippet-registr__text-small {
	margin-top: 12px;
}

@media(max-width: 969px) {
	.snippet-registr__text+.snippet-registr__text-small {
		margin-top: 8px;
	}
}

.snippet-registr__text--summ {
	font-size: 36px;
}

@media(max-width: 969px) {
	.snippet-registr__text--summ {
		font-size: 24px;
	}
}

.snippet-registr__text--summ b {
	font-size: 48px;
	line-height: 1;
}

@media(max-width: 969px) {
	.snippet-registr__text--summ b {
		font-size: 40px;
	}
}

.snippet-registr__text-small {
	display: block;
	text-align: right;
	width: 100%;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 1.2;
	font-weight: 400;
	letter-spacing: 4.8px;
	text-transform: none;
}

@media(max-width: 969px) {
	.snippet-registr__text-small {
		font-size: 18px;
		letter-spacing: 5.78px;
	}
}

.vip-content {
	margin-top: 37px;
}

.vip-content .resized-img {
	max-width: 100%;
}

.vip-content .header h1 {
	margin: 10px auto 30px auto;
	color: #8f8f8f;
	font-family: "aTitleGothic",sans-serif;
	font-size: 36px;
	line-height: 1.2;
	font-weight: 500;
	width: 80%;
	max-width: 100%;
	text-transform: none;
}

@media(max-width: 767px) {
	.vip-content .header h1 {
		font-size: 18px;
	}
}

.vip-content .header h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 500;
	font-family: "aTitleGothic",sans-serif;
	text-transform: uppercase;
}

@media(max-width: 767px) {
	.vip-content .header h2 {
		font-size: 18px;
	}
}

.vip-content .header .levels {
	padding: 65px 0 80px;
	position: relative;
}

@media(max-width: 767px) {
	.vip-content .header .levels {
		padding: 45px 0 45px;
	}
}

.vip-content .header .levels:before {
	content: "";
	background: url("/resources/images/vip/levels_bg.png");
	position: absolute;
	left: 50%;
	top: 50%;
	width: 909px;
	height: 909px;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: -1;
	margin-top: -30px;
}

.vip-content .statuses-img img {
	max-width: 80%;
}

@media(max-width: 1200px) {
	.vip-content .statuses-img img {
		max-width: 100%;
	}
}

.vip-content .statuses {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid #4b3e31;
	padding-bottom: 30px;
}

.vip-content .statuses .status-item {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	line-height: 41px;
	text-transform: uppercase;
	position: relative;
}

.vip-content .statuses .status-item .left {
	padding-top: 85px;
	min-width: 135px;
	text-align: center;
}

.vip-content .statuses .status-item .left img {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.vip-content .statuses .status-item:before {
	content: "";
	background-color: #bb8e62;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: -30px;
	-ms-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	box-shadow: 0 0 5px 2px #bb8e62;
}

.vip-content .statuses .status-item:after {
	content: "";
	background: url("/resources/images/vip/status-arrow.png") right 0 no-repeat;
	width: 84px;
	height: 17px;
	display: block;
	position: absolute;
	margin-top: 7px;
	right: -130px;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media(max-width: 1400px) {
	.vip-content .statuses .status-item:after {
		right: -88px;
	}
}

@media(max-width: 1199px) {
	.vip-content .statuses .status-item:after {
		display: none;
	}
}

.vip-content .statuses .status-item:last-child:after {
	display: none;
}

.vip-content .status-table {
	margin-top: 65px;
	background-color: #220d19;
	padding: 60px 45px 60px;
}

@media(max-width: 1200px) {
	.vip-content .status-table {
		margin-top: 6.5vw;
		padding: 6vw 4.5vw 6vw;
	}
}

@media(max-width: 478px) {
	.vip-content .status-table {
		padding: 10px;
	}
}

.vip-content .status-table table {
	table-layout: auto;
}

.vip-content .status-table table th {
	color: #976d49;
	font-family: "aTitleGothic";
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	text-transform: none;
	padding: 0;
}

.vip-content .status-table table th:nth-child(2) {
	width: 19%;
}

@media(max-width: 1200px) {
	.vip-content .status-table table th {
		font-size: 12px;
	}
}

.vip-content .status-table table th:first-child {
	text-align: left;
	padding-left: 80px;
	width: 24%;
}

@media(max-width: 1200px) {
	.vip-content .status-table table th:first-child {
		padding-left: 8vw;
	}
}

@media(max-width: 450px) {
	.vip-content .status-table table th:first-child {
		font-size: 0;
	}
}

.vip-content .status-table table td {
	color: #bdbebe;
	font-family: "aTitleGothic";
	font-size: 24px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	line-height: 1.2;
	border-bottom: 1px solid #272727;
	height: 65px;
}

@media(max-width: 1200px) {
	.vip-content .status-table table td {
		font-size: 12px;
		padding: 1.5vw 0;
	}
}

@media(max-width: 450px) {
	.vip-content .status-table table td {
		font-size: 12px;
	}
}

.vip-content .status-table table td:first-child {
	color: #fff;
	text-align: left;
	padding-left: 10px;
}

@media(max-width: 1200px) {
	.vip-content .status-table table td:first-child {
		text-align: center;
		padding-left: 1vw;
	}
}

@media(max-width: 450px) {
	.vip-content .status-table table td:first-child {
		font-size: 0;
	}
}

.vip-content .status-table table td.green {
	color: #37d041;
}

.vip-content .status-table table td img {
	height: 30px;
	margin-top: -15px;
	margin-right: 10px;
}

@media(max-width: 970px) {
	.vip-content .status-table table td img {
		display: block;
		margin: 0 auto 5px auto;
	}
}

@media(max-width: 450px) {
	.vip-content .status-table table td img {
		height: 20px;
	}
}

.vip-content .status-table table tr:last-child td {
	border-bottom: none;
}

.vip-content .additional {
	margin-top: 75px;
	padding-bottom: 23px;
}

@media(max-width: 1400px) {
	.vip-content .additional {
		padding-bottom: 100px;
	}
}

.vip-content .additional h3 {
	color: #976d49;
	font-family: "aTitleGothic";
	font-size: 30px;
	font-weight: 400;
	line-height: 41px;
	text-transform: uppercase;
	display: inline-block;
}

.vip-content .additional .big.left {
	padding-right: 100px;
	padding-left: 5px;
	border-top: 3px solid #976d49;
}

.vip-content .additional .small.right {
	display: inline-block;
	padding: 47px 30px 0 30px;
	border-bottom: 1px solid #976d49;
	font-size: 21px;
	text-transform: none;
}

.vip-content .additional .left-img {
	padding-top: 64px;
}

.vip-content .additional p {
	color: #bdbebe;
	font-family: "aTitleGothic";
	font-size: 22px;
	font-weight: 400;
	line-height: 1.2;
}

.vip-content .additional p i {
	font-size: 18px;
}

.vip-content .additional .compoints-table {
	font-family: "aTitleGothic",sans-serif;
	text-align: center;
	margin: 0 0 20px 0;
}

.vip-content .additional .compoints-table th {
	color: #976d49;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 1px solid #636363 !important;
	padding: 10px;
	text-align: center;
	text-transform: none;
}

.vip-content .additional .compoints-table th:nth-child(1) {
	width: 33%;
}

.vip-content .additional .compoints-table td {
	color: #bdbebe;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	border-bottom: 1px solid #272727;
	padding: 18px 10px;
	text-align: center;
}

.vip-content .additional .compoints-table tr:last-child td {
	border-bottom: 0;
}

.vip-content .additional.first {
	background: url("/resources/images/vip/comp_points.png") calc(50% - 60px) bottom no-repeat;
	min-height: 480px;
}

@media(max-width: 1670px) {
	.vip-content .additional.first {
		background: url("/resources/images/vip/comp_points.png") 9% bottom no-repeat;
	}
}

@media(max-width: 1200px) {
	.vip-content .additional.first {
		background: none;
	}
}

.vip-content .additional.second .compoints-table {
	margin-top: 53px;
}

.vip-content .additional.second .compoints-table thead tr {
	border-bottom: 1px solid #636363;
}

.vip-content .additional.second .compoints-table thead th {
	padding: 6px;
}

.vip-content .additional.second .compoints-table tr td:first-child {
	color: #976d49;
	height: 64px;
	text-align: left;
	padding-left: 23px;
}

@media(max-width: 970px) {
	.vip-content .additional.second .compoints-table tr td:first-child {
		text-align: center;
	}
}

@media(max-width: 375px) {
	.vip-content .additional.second .compoints-table tr td:first-child {
		font-size: 0;
	}
}

.vip-content .additional.second .compoints-table tr td img {
	height: 20px;
	vertical-align: baseline;
	margin-right: 20px;
}

@media(max-width: 970px) {
	.vip-content .additional.second .compoints-table tr td img {
		display: block;
		margin: 0 auto 5px auto;
	}
}

.vip-content .buttons {
	margin-top: -20px;
}

@media(max-width: 1200px) {
	.vip-content .buttons {
		margin-top: 0;
	}
}

.vip-content .buttons h2 {
	text-align: center;
	color: #ffd1a5;
	font-size: 36px;
	font-weight: 400;
	line-height: 36px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.vip-content .buttons .actions {
	width: 520px;
	height: 260px;
	margin: 0 auto;
	position: relative;
	max-width: 100%;
}

@media(min-width: 992px) {
	.vip-content .buttons .actions {
		background: url("/resources/images/vip/live.png") center bottom no-repeat;
	}
}

.vip-content .buttons .actions .btn-deposit {
	border-radius: 5px;
	padding: 0 60px;
	background-color: #000;
	border: 2px solid #ceff80;
	height: 60px;
	line-height: 56px;
	color: #ceff80;
	font-family: "aTitleGothic",sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	bottom: 85px;
	left: 100px;
	display: block;
	text-align: center;
}

.vip-content .buttons .actions .btn-deposit:hover {
	background-color: #ceff80;
	color: #000;
	text-decoration: none;
}

@media(min-width: 992px) {
	.vip-content .buttons .actions .btn-deposit {
		position: absolute;
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}

.vip-content .buttons .actions .btn-account {
	border-radius: 5px;
	border: 2px solid #fff;
	background-color: #000;
	padding: 0 35px;
	height: 60px;
	line-height: 56px;
	color: #fff;
	font-family: "aTitleGothic",sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	bottom: 85px;
	right: 115px;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.vip-content .buttons .actions .btn-account:hover {
	background-color: #fff;
	color: #000;
	text-decoration: none;
}

@media(min-width: 992px) {
	.vip-content .buttons .actions .btn-account {
		margin-top: 0;
		position: absolute;
		-ms-transform: translateX(100%);
		transform: translateX(100%);
	}
}

.game-easter-label {
	display: none;
}

body.easter-theme .modal-login .modal-dialog {
	margin-top: 190px;
}

@media(max-width: 767px) {
	body.easter-theme .modal-login .modal-dialog {
		margin-top: 110px;
	}
}

body.easter-theme .modal-login .modal-content:after {
	content: "";
	display: block;
	position: absolute;
	right: 50px;
	top: -91px;
	width: 190px;
	height: 190px;
	background: rgba(0,0,0,0) url("/resources/images/easter/easter__form.png") no-repeat center top;
	background-size: contain;
}

@media(max-width: 767px) {
	body.easter-theme .modal-login .modal-content:after {
		width: 100px;
		height: 100px;
		top: -47px;
	}
}

body.easter-theme .modal.modal-login .modal-content .modal-header {
	text-align: left;
}

.tournaments-home {
	background-image: url("/resources/images/tournaments_top_bg.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 730px;
	padding-top: 160px;
}

@media(max-width: 1199px) {
	.tournaments-home {
		display: none;
	}
}

.tournaments-home .tournaments-info>.title {
	color: #674e36;
	font-size: 103px;
	font-weight: 700;
	line-height: 120px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%) scale(0.85, 1);
	transform: translateX(-50%) scale(0.85, 1);
	margin-bottom: -120px;
}

.tournaments-home .cols {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	min-height: 570px;
}

.tournaments-home .cols:before {
	content: "";
	background: url("/resources/images/hero-bigpromo.png") center bottom no-repeat;
	width: 292px;
	height: 634px;
	display: block;
	position: absolute;
	margin-left: 20px;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
}

.tournaments-home .cols:after {
	content: "";
	background-color: #343434;
	height: 4px;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 3;
}

.tournaments-home .left-col {
	width: 650px;
	padding-left: 140px;
}

.tournaments-home .left-col .tournament {
	padding-top: 20px;
	text-align: center;
}

.tournaments-home .left-col .tournament .title {
	font-size: 40px;
	font-weight: 500;
	line-height: 43px;
	text-transform: uppercase;
	color: #979797;
}

.tournaments-home .left-col .tournament .title span {
	color: #fff;
}

.tournaments-home .left-col .tournament .description {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #897b6e;
}

.tournaments-home .left-col .tournament .date {
	font-size: 18px;
	font-weight: 700;
	color: #d5b08c;
	margin-bottom: 15px;
}

.tournaments-home .left-col .tournament .counter {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 72px;
	font-weight: 700;
	padding-top: 10px;
	margin-bottom: 10px;
	line-height: 83px;
	text-transform: uppercase;
	border-top: 1px solid #442d22;
	border-bottom: 1px solid #442d22;
}

.tournaments-home .left-col .tournament .counter .turnir-time:first-child {
	margin-right: 12px;
}

.tournaments-home .left-col .tournament .counter .turnir-time .value {
	background-color: #191919;
	border-top: 1px solid #383838;
	border-bottom: 3px solid #383838;
	font-weight: 800;
	position: relative;
	line-height: 1.2;
}

.tournaments-home .left-col .tournament .counter .turnir-time .value:before {
	content: "";
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
	border-top: 1px solid #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.tournaments-home .left-col .tournament .counter .turnir-time .value:after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0) 100%);
}

.tournaments-home .left-col .tournament .counter .turnir-time .label {
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	padding-top: 10px;
}

.tournaments-home .left-col .tournament .more_lnk {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid #7b5536;
	background-color: rgba(0,0,0,0);
	color: #fff;
	height: 64px;
	line-height: 62px;
	font-size: 29px;
}

.tournaments-home .left-col .tournament .more_lnk:hover {
	text-decoration: none;
}

.tournaments-home .left-col .tournament .more_lnk:hover {
	border: 1px solid #7b5536;
	background-color: #7b5536;
	color: #fff;
}

.tournaments-home .left-col .tournament .participate_lnk {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	border: 2px solid #50b937;
	background-color: rgba(0,0,0,0);
	color: #fff;
	height: 64px;
	line-height: 60px;
	font-size: 29px;
}

.tournaments-home .left-col .tournament .participate_lnk:hover {
	text-decoration: none;
}

.tournaments-home .left-col .tournament .participate_lnk:hover {
	border: 2px solid #50b937;
	background-color: #50b937;
	color: #fff;
}

.tournaments-home .right-col {
	width: 650px;
}

.tournaments-home .right-col .title {
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	padding-top: 90px;
	padding-bottom: 15px;
	text-transform: uppercase;
	text-align: center;
}

.tournaments-home .right-col .table-points th,.tournaments-home .right-col .table-points td {
	background: rgba(0,0,0,0);
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #442d22;
	padding: 0;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 40px;
	text-transform: none;
}

.tournaments-home .right-col .table-points th {
	color: #976d49;
}

.tournaments-home .right-col .table-points td {
	color: #9c9c9c;
}

.tournaments-home .right-col .table-points tr:last-child td {
	border-bottom: 0;
}

.tournaments-home [template=home_tournament_games] {
	padding: 0;
}

.tournaments-home [template=home_tournament_games].content_area {
	background: url("/resources/images/tournaments_bottom_bg.png") center bottom no-repeat;
	padding-bottom: 128px;
}

.tournaments-home [template=home_tournament_games].content_area .catalog_list {
	border-top: 0;
	border-bottom: 0;
	background-color: #0c0c0c;
	padding-bottom: 70px;
}

.tournaments-home [template=home_tournament_games] .more-games {
	border: 0;
	bottom: 140px;
	background-color: rgba(0,0,0,0);
}

.tournament-content {
	margin-top: 60px;
}

.tournament-content .resized-img {
	max-width: 100%;
}

.tournament-content .wysiwyg__content {
	margin-top: 40px;
	background-color: rgba(0,0,0,.7);
	padding: 70px 30px;
}

.tournament-content .wysiwyg__content .border-bottom {
	border-bottom: 1px solid #36291d;
}

.tournament-content .wysiwyg__content .decore-title,.tournament-content .wysiwyg__content .second-title {
	color: #50b937;
	font-family: "aTitleGothic",sans-serif;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	font-size: 55px;
	margin: 0;
}

.tournament-content .wysiwyg__content .second-title {
	font-size: 40px;
	line-height: 1;
}

.tournament-content .wysiwyg__content .first {
	margin-top: 30px;
}

.tournament-content .wysiwyg__content .big-description {
	color: #aaa;
	font-family: "aTitleGothic",sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 30px;
}

.tournament-content .wysiwyg__content .btn-success {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	border: 2px solid #50b937;
	background-color: rgba(0,0,0,0);
	background-image: none;
	color: #fff;
	height: 64px;
	line-height: 60px;
	font-size: 29px;
}

.tournament-content .wysiwyg__content .btn-success:hover {
	text-decoration: none;
}

.tournament-content .wysiwyg__content .btn-success:hover {
	background-image: none;
	border: 2px solid #50b937;
	background-color: #50b937;
	color: #fff;
}

@media(min-width: 1200px) {
	.tournament-content .wysiwyg__content .winners-table-1 {
		padding-right: 30px;
	}
}

@media(min-width: 1200px) {
	.tournament-content .wysiwyg__content .winners-table-2 {
		padding-left: 30px;
	}
}

.tournament-content .wysiwyg__content .row-image {
	margin-top: 20px;
}

.tournament-content .wysiwyg__content .row-image img {
	width: 100%;
}

.tournament-content .wysiwyg__content table th {
	text-align: center;
	border-bottom: 1px solid #bb8e62 !important;
	text-transform: none;
	padding: 15px 10px 5px;
	color: #976d49;
	font-family: "aTitleGothic",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
}

.tournament-content .wysiwyg__content table td {
	padding: 20px 0;
	text-align: center;
	color: #636363;
	font-family: "aTitleGothic",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	border-bottom: 1px solid #636363;
}

.tournament-content .wysiwyg__content .btn-success {
	padding: 0 100px;
}

@media(max-width: 479px) {
	.tournament-content .wysiwyg__content .btn-success {
		padding: 0 30px;
	}
}

.tournament-content .wysiwyg__content .row-descroption {
	padding-top: 50px;
}

@media(min-width: 1200px) {
	.tournament-content .wysiwyg__content .row-descroption [class*=col-]:nth-child(1) {
		padding-right: 30px;
	}
}

@media(min-width: 1200px) {
	.tournament-content .wysiwyg__content .row-descroption [class*=col-]:nth-child(2) {
		padding-left: 30px;
	}
}

.tournament-content .wysiwyg__content .row-descroption p {
	color: #aaa;
	font-family: "aTitleGothic",sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
}

.tournaments-list__title {
	padding: 36px 0 72px;
	margin: 0 0 45px 0;
	color: #fff;
	font-family: "aTitleGothic";
	text-align: center;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	background: url("/resources/images/tournaments/tournaments__item__title.svg") center bottom no-repeat rgba(0,0,0,0);
	background-size: 730px auto;
}

@media(max-width: 1199px) {
	.tournaments-list__title {
		font-size: 43px;
		background-size: 640px auto;
		padding-bottom: 60px;
		padding-top: 30px;
		margin-bottom: 28px;
	}
}

@media(max-width: 969px) {
	.tournaments-list__title {
		font-size: 35px;
		background-size: 520px auto;
		padding-bottom: 50px;
		padding-top: 20px;
		margin-bottom: 22px;
	}
}

@media(max-width: 767px) {
	.tournaments-list__title {
		font-size: 20px;
		background-size: 290px auto;
		padding-bottom: 30px;
		padding-top: 10px;
		margin-bottom: 13px;
	}
}

.tournaments-list__item {
	padding: 60px 30px 80px;
	background: url("/resources/images/tournaments/left-top.svg") no-repeat left top,url("/resources/images/tournaments/right-top.svg") no-repeat right top,url("/resources/images/tournaments/right-bottom.svg") no-repeat right bottom,url("/resources/images/tournaments/left-bottom.svg") no-repeat left bottom #141414;
	background-size: 12% auto,12% auto,12% auto,12% auto;
	max-width: 1188px;
	margin: 0 auto 40px;
	width: 96%;
}

@media(max-width: 1199px) {
	.tournaments-list__item {
		max-width: 1070px;
		padding: 30px 20px;
	}
}

@media(max-width: 969px) {
	.tournaments-list__item {
		max-width: 866px;
		margin-bottom: 50px;
	}
}

@media(max-width: 767px) {
	.tournaments-list__item {
		max-width: 654px;
		margin-bottom: 40px;
	}
}

@media(max-width: 479px) {
	.tournaments-list__item {
		width: 100%;
		padding: 20px 0;
	}
}

.tournaments-list__header {
	margin-bottom: 30px;
}

@media(max-width: 969px) {
	.tournaments-list__header {
		margin-bottom: 0;
	}
}

.tournament__col {
	float: left;
	width: calc(50% - 15px);
}

.tournament__col:first-child {
	padding-right: 15px;
}

.tournament__col:last-child {
	padding-left: 15px;
}

@media(max-width: 969px) {
	.tournament__col {
		float: none;
		width: 100%;
	}

	.tournament__col:first-child {
		padding-right: 0;
		margin-bottom: 20px;
	}

	.tournament__col:last-child {
		padding-left: 0;
	}
}

@media(max-width: 479px) {
	.tournament__col:first-child {
		margin-bottom: 10px;
	}
}

.tournament__image {
	position: relative;
	text-align: center;
	margin-bottom: 10px;
}

@media(max-width: 1199px) {
	.tournament__image {
		margin-bottom: 5px;
	}
}

.tournament__image img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.tournament__budget {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.tournament__description,.tournament__duration {
	font: normal 700 18px/1.2 "aTitleGothic",sans-serif;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
}

@media(max-width: 1199px) {
	.tournament__description,.tournament__duration {
		font-size: 16px;
	}
}

@media(max-width: 969px) {
	.tournament__description,.tournament__duration {
		font-size: 14px;
	}
}

@media(max-width: 767px) {
	.tournament__description,.tournament__duration {
		font-size: 16px;
	}
}

@media(max-width: 479px) {
	.tournament__description,.tournament__duration {
		font-size: 12px;
	}
}

.tournament__description {
	color: #897b6e;
}

.tournament__duration {
	color: #d5b08c;
	text-transform: uppercase;
}

.tournament__timer {
	margin-bottom: 25px;
}

@media(max-width: 1199px) {
	.tournament__timer {
		margin-bottom: 20px;
	}
}

@media(max-width: 969px) {
	.tournament__timer {
		margin-bottom: 25px;
	}
}

@media(max-width: 767px) {
	.tournament__timer {
		margin-bottom: 20px;
	}
}

@media(max-width: 479px) {
	.tournament__timer {
		margin-bottom: 12px;
	}
}

.tournament__buttons {
	margin: 27px 0 20px;
	padding: 0 20px;
	text-align: center;
}

@media(max-width: 1199px) {
	.tournament__buttons {
		margin-top: 24px;
	}
}

@media(max-width: 969px) {
	.tournament__buttons {
		margin-top: 18px;
		max-width: 500px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media(max-width: 767px) {
	.tournament__buttons {
		margin-top: 24px;
	}
}

@media(max-width: 479px) {
	.tournament__buttons {
		margin-top: 15px;
	}
}

.tournament__participate a,.tournament__more {
	display: inline-block;
	height: 64px;
	padding: 0 30px;
	vertical-align: middle;
	font: normal 400 29px/64px "aTitleGothic",sans-serif;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	border-width: 2px;
	border-style: solid;
	background: rgba(0,0,0,0);
	text-decoration: none;
	white-space: nowrap;
}

@media(max-width: 1199px) {
	.tournament__participate a,.tournament__more {
		font-size: 26px;
		line-height: 58px;
		height: 58px;
		padding: 0 20px;
	}
}

@media(max-width: 969px) {
	.tournament__participate a,.tournament__more {
		font-size: 21px;
		line-height: 46px;
		height: 46px;
	}
}

@media(max-width: 767px) {
	.tournament__participate a,.tournament__more {
		font-size: 26px;
		line-height: 58px;
		height: 58px;
	}
}

@media(max-width: 479px) {
	.tournament__participate a,.tournament__more {
		font-size: 18px;
		line-height: 40px;
		height: 40px;
	}
}

.tournament__participate {
	display: inline-block;
	vertical-align: middle;
	float: left;
}

.tournament__participate a {
	color: #fff;
	border-color: #50b937;
	width: 100%;
}

.tournament__participate a:hover,.tournament__participate a:active,.tournament__participate a:focus,.tournament__participate a:active:hover,.tournament__participate a:active:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
}

.tournament__participate,.tournament__more {
	max-width: 48%;
	min-width: 40%;
}

.tournament__more {
	color: #b28861;
	border-color: #b28861;
}

.tournament__more:hover,.tournament__more:active,.tournament__more:focus,.tournament__more:active:hover,.tournament__more:active:focus {
	text-decoration: none;
	outline: none;
	color: #b28861;
}

.tournament__more--one {
	float: right;
}

.tournament-table thead>tr>th,.tournament-table th {
	color: #976d49;
}

.tournament-table tbody>tr>td,.tournament-table td {
	color: #9c9c9c;
}

.tournament-table thead>tr>th,.tournament-table tbody>tr>td,.tournament-table td,.tournament-table th {
	padding: 15px 10px;
	font: normal 400 16px/1.2 "aTitleGothic",sans-serif;
	text-align: center;
	text-transform: none;
	border-bottom: 1px solid #442d22 !important;
	position: relative;
}

@media(max-width: 1199px) {
	.tournament-table thead>tr>th,.tournament-table tbody>tr>td,.tournament-table td,.tournament-table th {
		padding: 14px 10px;
	}
}

@media(max-width: 969px) {
	.tournament-table thead>tr>th,.tournament-table tbody>tr>td,.tournament-table td,.tournament-table th {
		padding: 10px;
	}
}

@media(max-width: 767px) {
	.tournament-table thead>tr>th,.tournament-table tbody>tr>td,.tournament-table td,.tournament-table th {
		padding: 14px 10px;
	}
}

@media(max-width: 479px) {
	.tournament-table thead>tr>th,.tournament-table tbody>tr>td,.tournament-table td,.tournament-table th {
		padding: 5px 10px;
	}
}

.tournament-table thead>tr>th:before,.tournament-table tbody>tr>td:before,.tournament-table td:before,.tournament-table th:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #000;
}

@media(max-width: 479px) {
	.tournament-table__hide--xs {
		width: 0 !important;
		overflow: hidden;
		font-size: 0 !important;
		line-height: 0 !important;
	}
}

.tournament-table__text {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.tournaments-header {
	position: relative;
}

.tournaments-header__image {
	position: relative;
	min-height: 450px;
	padding: 0 0 25px;
	margin-top: -20px;
	background: url("/resources/images/tournaments/tournaments-header__border.svg") no-repeat center bottom rgba(0,0,0,0);
	background-size: auto 21px;
}

@media(max-width: 1199px) {
	.tournaments-header__image {
		min-height: 405px;
		background-size: auto 18px;
		padding-bottom: 23px;
	}
}

@media(max-width: 969px) {
	.tournaments-header__image {
		min-height: 365px;
		background-size: auto 16px;
		padding-bottom: 20px;
	}
}

@media(max-width: 479px) {
	.tournaments-header__image {
		min-height: 182px;
		background-size: auto 9px;
		padding-bottom: 15px;
	}
}

.tournaments-header__image img {
	position: absolute;
	top: 0;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	display: block;
	width: auto;
	height: calc(100% - 28px);
}

@media(max-width: 1199px) {
	.tournaments-header__image img {
		height: calc(100% - 22px);
	}
}

@media(max-width: 969px) {
	.tournaments-header__image img {
		height: calc(100% - 20px);
	}
}

@media(max-width: 479px) {
	.tournaments-header__image img {
		height: calc(100% - 10px);
	}
}

.tournaments-header__list {
	position: absolute;
	top: 180px;
	left: 50%;
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	width: 365px;
	margin: 0 auto;
}

@media(max-width: 1199px) {
	.tournaments-header__list {
		width: 330px;
		top: 170px;
	}
}

@media(max-width: 969px) {
	.tournaments-header__list {
		top: 145px;
	}
}

@media(max-width: 767px) {
	.tournaments-header__list {
		position: static;
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
		width: 90%;
		margin-bottom: 30px;
	}
}

.tournaments-header__list li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 10px;
}

@media(max-width: 1199px) {
	.tournaments-header__list li {
		padding-left: 24px;
		margin-bottom: 8px;
	}
}

@media(max-width: 969px) {
	.tournaments-header__list li {
		padding-left: 22px;
		margin-bottom: 6px;
	}
}

@media(max-width: 479px) {
	.tournaments-header__list li {
		padding-left: 16px;
		margin-bottom: 6px;
	}
}

.tournaments-header__list li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 12px;
	height: calc(100% - 9px);
	background: url("/resources/images/tournaments/tournaments-list__marker.svg") no-repeat center top rgba(0,0,0,0);
	background-size: contain;
}

@media(max-width: 1199px) {
	.tournaments-header__list li:before {
		width: 11px;
		height: calc(100% - 10px);
	}
}

@media(max-width: 969px) {
	.tournaments-header__list li:before {
		width: 10px;
		height: calc(100% - 9px);
	}
}

@media(max-width: 767px) {
	.tournaments-header__list li:before {
		height: calc(100% - 8px);
	}
}

@media(max-width: 479px) {
	.tournaments-header__list li:before {
		width: 8px;
		height: calc(100% - 6px);
	}
}

.tournaments-header__title {
	padding: 0;
	margin: 0;
	color: #fff;
	font: normal 700 22px/1.2 "aTitleGothic",sans-serif;
	text-transform: uppercase;
	text-align: left;
}

@media(max-width: 1199px) {
	.tournaments-header__title {
		font-size: 20px;
	}
}

@media(max-width: 969px) {
	.tournaments-header__title {
		font-size: 18px;
	}
}

@media(max-width: 479px) {
	.tournaments-header__title {
		font-size: 14px;
	}
}

.tournaments-header__desc {
	padding: 0;
	margin: 0;
	color: #ffe8d2;
	font: normal 400 16px/1.2 "aTitleGothic",sans-serif;
	text-transform: uppercase;
	text-align: left;
}

@media(max-width: 1199px) {
	.tournaments-header__desc {
		font-size: 14px;
	}
}

@media(max-width: 479px) {
	.tournaments-header__desc {
		font-size: 12px;
	}
}

.tournament-page__container {
	margin: 0 auto 40px;
	width: 96%;
	max-width: 1496px;
}

@media(max-width: 1199px) {
	.tournament-page__container {
		max-width: 1062px;
		padding: 30px 20px;
	}
}

@media(max-width: 969px) {
	.tournament-page__container {
		max-width: 908px;
		margin-bottom: 50px;
	}
}

@media(max-width: 767px) {
	.tournament-page__container {
		max-width: 726px;
		margin-bottom: 40px;
	}
}

@media(max-width: 479px) {
	.tournament-page__container {
		width: 100%;
		padding: 20px 0;
	}
}

.tournament-page__row {
	display: table;
	width: 100%;
	table-layout: fixed;
}

@media(max-width: 767px) {
	.tournament-page__row {
		display: block;
	}
}

.tournament-page__timer {
	width: 55%;
}

.tournament-page__budget {
	width: 45%;
}

.tournament-page__timer,.tournament-page__budget {
	display: table-cell;
	vertical-align: middle;
}

@media(max-width: 767px) {
	.tournament-page__timer,.tournament-page__budget {
		width: 100%;
		display: block;
	}
}

@media(max-width: 767px) {
	.tournament-page__timer {
		margin-bottom: 5px;
	}
}

.tournament-page__games {
	padding: 60px 100px 10px;
	background: url("/resources/images/tournaments/left-top.svg") no-repeat left top,url("/resources/images/tournaments/right-top.svg") no-repeat right top,url("/resources/images/tournaments/right-bottom.svg") no-repeat right bottom,url("/resources/images/tournaments/left-bottom.svg") no-repeat left bottom #141414;
	background-size: 12% auto,12% auto,12% auto,12% auto;
	margin: 60px auto 40px;
}

@media(max-width: 1199px) {
	.tournament-page__games {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media(max-width: 969px) {
	.tournament-page__games {
		margin-top: 40px;
	}
}

.tournament-page__title {
	padding: 36px 0 72px;
	margin: 0 0 45px 0;
	color: #fff;
	font-family: "aTitleGothic";
	text-align: center;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	background: url("/resources/images/tournaments/tournaments__item__title.svg") center bottom no-repeat rgba(0,0,0,0);
	background-size: 730px auto;
}

@media(max-width: 1199px) {
	.tournament-page__title {
		font-size: 43px;
		background-size: 640px auto;
		padding-bottom: 60px;
		padding-top: 30px;
		margin-bottom: 28px;
	}
}

@media(max-width: 969px) {
	.tournament-page__title {
		font-size: 35px;
		background-size: 520px auto;
		padding-bottom: 50px;
		padding-top: 20px;
		margin-bottom: 22px;
	}
}

@media(max-width: 767px) {
	.tournament-page__title {
		font-size: 30px;
		background-size: 410px auto;
		padding-bottom: 45px;
		padding-top: 10px;
		margin-bottom: 20px;
	}
}

@media(max-width: 479px) {
	.tournament-page__title {
		background-size: 308px auto;
		padding-bottom: 34px;
		padding-top: 10px;
		margin-bottom: 10px;
	}
}

.tournament-page__title--second {
	font-size: 44px;
}

@media(max-width: 1199px) {
	.tournament-page__title--second {
		font-size: 33px;
	}
}

@media(max-width: 969px) {
	.tournament-page__title--second {
		font-size: 30px;
	}
}

@media(max-width: 767px) {
	.tournament-page__title--second {
		font-size: 24px;
	}
}

@media(max-width: 479px) {
	.tournament-page__title--second {
		font-size: 22px;
	}
}

.tournament-page__description {
	color: #bdbebe;
	font: normal normal 24px/1.2 "aTitleGothic",sans-serif;
	text-align: left;
	margin-bottom: 80px;
	padding: 0 50px;
}

@media(max-width: 1199px) {
	.tournament-page__description {
		font-size: 18px;
		margin-bottom: 20px;
	}
}

@media(max-width: 969px) {
	.tournament-page__description {
		font-size: 16px;
		margin-bottom: 15px;
		margin-top: 30px;
		padding: 0 15px;
	}
}

@media(max-width: 767px) {
	.tournament-page__description {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

.tournament-page__description h2 {
	font-size: 1.5em;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 1px solid #bdbebe;
	width: 70%;
	margin: 0 0 15px;
	color: inherit;
}

@media(max-width: 479px) {
	.tournament-page__description h2 {
		width: 100%;
		margin-bottom: 10px;
	}
}

.tournament-page__description p {
	font-size: inherit;
	color: inherit;
}

.tournament-page__button {
	text-align: center;
	padding: 30px 0 80px;
	background: url("/resources/images/tournaments/tournaments-header__border.svg") no-repeat center bottom rgba(0,0,0,0);
	background-size: auto 21px;
}

@media(max-width: 1199px) {
	.tournament-page__button {
		background-size: auto 18px;
		padding: 0 0 80px;
	}
}

@media(max-width: 969px) {
	.tournament-page__button {
		background-size: auto 16px;
		padding-bottom: 60px;
	}
}

@media(max-width: 479px) {
	.tournament-page__button {
		background-size: auto 9px;
		padding-bottom: 50px;
	}
}

.tournament-page__button a {
	display: inline-block;
	height: 64px;
	padding: 0 30px;
	vertical-align: middle;
	font: normal 400 29px/64px "aTitleGothic",sans-serif;
	text-align: center;
	text-transform: uppercase;
	border-radius: 5px;
	border: 2px solid #b28861;
	background: rgba(0,0,0,0);
	text-decoration: none;
	white-space: nowrap;
	color: #b28861;
}

.tournament-page__button a:hover,.tournament-page__button a:active,.tournament-page__button a:focus,.tournament-page__button a:active:hover,.tournament-page__button a:active:focus {
	text-decoration: none;
	outline: none;
	color: #b28861;
}

@media(max-width: 1199px) {
	.tournament-page__button a {
		font-size: 26px;
		line-height: 58px;
		height: 58px;
		padding: 0 20px;
	}
}

@media(max-width: 969px) {
	.tournament-page__button a {
		font-size: 21px;
		line-height: 46px;
		height: 46px;
	}
}

@media(max-width: 767px) {
	.tournament-page__button a {
		font-size: 26px;
		line-height: 58px;
		height: 58px;
	}
}

@media(max-width: 479px) {
	.tournament-page__button a {
		font-size: 18px;
		line-height: 40px;
		height: 40px;
	}
}

.tournament-page__button-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	margin-top: 24px;
}

.tournament-page__button-more {
	color: #bb8e62;
	font-family: "aTitleGothic";
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	height: 40px;
	text-decoration: underline;
	min-width: 180px;
	text-align: center;
}

.tournament-page__button-more:hover,.tournament-page__button-more:focus,.tournament-page__button-more:active {
	color: #bb8e62;
}

@media(max-width: 969px) {
	.tournament-page__button-more {
		padding: 0 20px;
	}
}

.tournament-page__button-more:after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url("/resources/images/btn-load-more.png") center center no-repeat;
	vertical-align: middle;
	margin-left: 15px;
}

.tournament-page__game-list .content_area .catalog_list {
	background-color: rgba(0,0,0,0);
	border: none;
}

.tournament-page__game-list .content_area .more-games {
	background-color: rgba(0,0,0,0);
	border: none;
}

.tournament-page__game-list .content_area .catalog_list .catalog_list_item {
	width: calc(25% - 30px);
}

@media(max-width: 1199px) {
	.tournament-page__game-list .content_area .catalog_list .catalog_list_item {
		width: calc(33% - 30px);
	}
}

@media(max-width: 767px) {
	.tournament-page__game-list .content_area .catalog_list .catalog_list_item {
		width: calc(50% - 30px);
	}
}

.tournament-page__game-list .content_area .catalog_list .catalog_list_item .item_info .item_name {
	background-color: #000;
}

.tournament-page .tournament-table thead>tr>th,.tournament-page .tournament-table tbody>tr>td,.tournament-page .tournament-table td,.tournament-page .tournament-table th {
	font-size: 32px;
}

@media(max-width: 1199px) {
	.tournament-page .tournament-table thead>tr>th,.tournament-page .tournament-table tbody>tr>td,.tournament-page .tournament-table td,.tournament-page .tournament-table th {
		font-size: 29px;
	}
}

@media(max-width: 969px) {
	.tournament-page .tournament-table thead>tr>th,.tournament-page .tournament-table tbody>tr>td,.tournament-page .tournament-table td,.tournament-page .tournament-table th {
		font-size: 26px;
	}
}

@media(max-width: 767px) {
	.tournament-page .tournament-table thead>tr>th,.tournament-page .tournament-table tbody>tr>td,.tournament-page .tournament-table td,.tournament-page .tournament-table th {
		font-size: 22px;
	}
}

@media(max-width: 479px) {
	.tournament-page .tournament-table thead>tr>th,.tournament-page .tournament-table tbody>tr>td,.tournament-page .tournament-table td,.tournament-page .tournament-table th {
		font-size: 22px;
	}
}

.timer-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
}

@media(min-width: 768px) {
	.timer-card {
		font-size: 16px;
		line-height: 19px;
	}
}

@media(min-width: 960px) {
	.timer-card {
		font-size: 20px;
		line-height: 23px;
	}
}

@media(min-width: 1248px) {
	.timer-card {
		font-size: 24px;
		line-height: 28px;
	}
}

@media(min-width: 1632px) {
	.timer-card {
		font-size: 28px;
		line-height: 33px;
	}
}

.timer-card__title {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 8px;
	padding-top: 20px;
}

.timer-card__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 20px;
}

.timer-card__item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 28px;
	position: relative;
}

@media(min-width: 768px) {
	.timer-card__item {
		min-width: 18px;
	}
}

@media(min-width: 960px) {
	.timer-card__item {
		min-width: 25px;
	}
}

@media(min-width: 1248px) {
	.timer-card__item {
		min-width: 28px;
	}
}

@media(min-width: 1632px) {
	.timer-card__item {
		min-width: 32px;
	}
}

.timer-card__item:not(:last-child):after {
	content: ":";
	position: absolute;
	top: 0;
	right: -2px;
}

@media(min-width: 768px) {
	.cms-default .inner {
		max-width: 545px;
	}
}

@media(min-width: 960px) {
	.cms-default .inner {
		max-width: 545px;
	}
}

@media(min-width: 1248px) {
	.cms-default .inner {
		max-width: 1140px;
	}
}

@media(min-width: 1632px) {
	.cms-default .inner {
		max-width: 1230px;
	}
}

.promotions {
	margin-top: -22px;
}

.promotions__banner {
	width: 100%;
	height: 165px;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

@media(min-width: 768px) {
	.promotions__banner {
		height: 395px;
	}
}

@media(min-width: 960px) {
	.promotions__banner {
		height: 450px;
	}
}

.promotions__banner--goldline:after {
	content: "";
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #b49068;
}

@media(min-width: 768px) {
	.promotions__banner--goldline:after {
		height: 5px;
	}
}

.promotions__info {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 40px 0 30px;
}

@media(min-width: 768px) {
	.promotions__info {
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.promotions__info-text {
	width: 100%;
	font-weight: 400;
	font-size: 28px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	color: #b49068;
}

@media(min-width: 768px) {
	.promotions__info-text {
		width: 33.3333333333%;
	}
}

@media(min-width: 960px) {
	.promotions__info-text {
		font-size: 35px;
		line-height: 41px;
	}
}

.promotions__info-img img {
	height: 130px;
}

@media(min-width: 768px) {
	.promotions__info-img img {
		height: 192px;
	}
}

.promotions__cards {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

@media(min-width: 768px) {
	.promotions__cards {
		max-width: 545px;
	}
}

@media(min-width: 960px) {
	.promotions__cards {
		max-width: 545px;
	}
}

@media(min-width: 1248px) {
	.promotions__cards {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1140px;
	}
}

@media(min-width: 1632px) {
	.promotions__cards {
		max-width: 1230px;
	}
}

.promo-card {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	background: #222;
	margin-bottom: 20px;
	max-width: 320px;
}

@media(min-width: 768px) {
	.promo-card {
		margin-bottom: 50px;
		max-width: 545px;
	}
}

@media(min-width: 1248px) {
	.promo-card {
		width: calc(50% - 50px);
		margin: 0 25px 50px;
	}
}

.promo-card__img {
	height: 232px;
	width: 100%;
}

@media(min-width: 768px) {
	.promo-card__img {
		height: 395px;
	}
}

.promo-card__description {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 27px;
}

@media(min-width: 768px) {
	.promo-card__description {
		padding-bottom: 46px;
	}
}

.promo-card__title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 33px;
	padding-left: 31px;
	background: #dde8ec;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-transform: uppercase;
	color: #4b7b92;
	text-align: left;
	margin: 18px 0 24px 0;
}

@media(min-width: 768px) {
	.promo-card__title {
		height: 56px;
		padding-left: 52px;
		font-size: 35px;
		line-height: 41px;
		margin: 30px 0 40px 0;
	}
}

.promo-card__item-2 .promo-card__title {
	background: #466ecc;
	color: #fff;
}

.promo-card__item-4 .promo-card__title {
	background: #597c3d;
	color: #fff;
}

.promo-card__text {
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	color: rgba(255,255,255,.7);
	padding: 0 31px;
	margin-bottom: 24px;
}

@media(min-width: 768px) {
	.promo-card__text {
		font-size: 20px;
		line-height: 30px;
		padding: 0 52px;
		margin-bottom: 40px;
	}
}

.promo-card__buttons {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding: 0 31px;
}

@media(min-width: 768px) {
	.promo-card__buttons {
		padding: 0 52px;
	}
}

.promo-card__buttons .btn {
	border: 1px solid #dde8ec;
	border-radius: 3px;
	min-width: 106px;
	min-height: 32px;
	color: #fff;
	background: rgba(0,0,0,0);
}

@media(min-width: 768px) {
	.promo-card__buttons .btn {
		min-width: 180px;
		min-height: 54px;
	}
}

.promo-card__buttons .btn:hover,.promo-card__buttons .btn:active,.promo-card__buttons .btn:focus {
	background: #dde8ec;
}

.promo-card__item-2 .promo-card__buttons .btn {
	border-color: #466ecc;
}

.promo-card__item-2 .promo-card__buttons .btn:hover,.promo-card__item-2 .promo-card__buttons .btn:active,.promo-card__item-2 .promo-card__buttons .btn:focus {
	background: #466ecc;
}

.promo-card__item-4 .promo-card__buttons .btn {
	border-color: #597c3d;
}

.promo-card__item-4 .promo-card__buttons .btn:hover,.promo-card__item-4 .promo-card__buttons .btn:active,.promo-card__item-4 .promo-card__buttons .btn:focus {
	background: #597c3d;
}

.promo-card__terms {
	color: #fff;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
}

@media(min-width: 768px) {
	.promo-card__terms {
		font-size: 20px;
		line-height: 30px;
	}
}

.promo-card__item-2 .promo-card__terms {
	color: #466ecc;
}

.promo-card__item-4 .promo-card__terms {
	color: #597c3d;
}

.promo-page {
	margin: -5px 0 0;
}

@media(min-width: 768px) {
	.promo-page {
		margin: 0;
		padding: 24px 0 0;
	}
}

@media(min-width: 960px) {
	.promo-page {
		padding: 23px 0 0;
	}
}

@media(min-width: 1248px) {
	.promo-page {
		padding: 20px 0 0;
	}
}

.promo-page__container {
	padding: 0 16px;
}

@media(min-width: 768px) {
	.promo-page__container {
		padding: 0;
		max-width: 720px;
		margin: 0 auto;
	}
}

@media(min-width: 960px) {
	.promo-page__container {
		max-width: 872px;
	}
}

@media(min-width: 1248px) {
	.promo-page__container {
		max-width: 1018px;
	}
}

@media(min-width: 1632px) {
	.promo-page__container {
		max-width: 1328px;
	}
}

.promo-page__title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

@media(min-width: 768px) {
	.promo-page__title {
		font-size: 28px;
		line-height: 33px;
	}
}

@media(min-width: 1248px) {
	.promo-page__title {
		font-size: 34px;
		line-height: 40px;
	}
}

@media(min-width: 1632px) {
	.promo-page__title {
		font-size: 36px;
		line-height: 42px;
	}
}

.promo-page__categories {
	display: none;
}

@media(min-width: 768px) {
	.promo-page__categories {
		display: block;
		text-align: center;
		padding: 0;
		margin: 0 0 30px;
	}
}

.promo-page__category {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #888;
	white-space: nowrap;
	padding: 5px;
	background: rgba(0,0,0,0);
	border: none;
	outline: none;
	border-bottom: 1px solid #2a2a2a;
	min-width: 87px;
}

@media(min-width: 768px) {
	.promo-page__category {
		font-weight: 300;
		font-size: 18px;
		line-height: 21px;
	}
}

@media(min-width: 1248px) {
	.promo-page__category {
		font-size: 24px;
		line-height: 28px;
	}
}

.promo-page__category--current {
	color: #fff;
	border-bottom: 3px solid #b32626;
}

@media(min-width: 768px) {
	.promo-page__category--current {
		font-weight: 500;
		font-size: 18px;
		line-height: 21px;
	}
}

@media(min-width: 1248px) {
	.promo-page__category--current {
		font-size: 22px;
		line-height: 26px;
	}
}

@media(min-width: 1632px) {
	.promo-page__category--current {
		font-size: 24px;
		line-height: 28px;
	}
}

.promo-page__cards--mob {
	display: block;
}

@media(min-width: 768px) {
	.promo-page__cards--mob {
		display: none;
	}
}

.promo-page__cards--desk {
	display: none;
}

@media(min-width: 768px) {
	.promo-page__cards--desk {
		display: block;
	}
}

.promo-page__cards-wrap--mob {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	gap: 20px;
	overflow-x: auto;
	margin-bottom: 40px;
	scrollbar-width: none;
}

.promo-page__cards-wrap--mob::-webkit-scrollbar {
	display: none;
}

@media(min-width: 768px) {
	.promo-page__cards-wrap--desk {
		display: -ms-grid;
		display: grid;
		/*-ms-grid-columns: (1fr)[4];*/
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
}

.promo-page__category-title {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
}

.promo-page__seo {
	margin: 40px 0;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

@media(min-width: 768px) {
	.promo-page__seo {
		margin: 30px 0;
	}
}

@media(min-width: 960px) {
	.promo-page__seo {
		margin: 40px 0;
	}
}

.promo-page__seo-title {
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #cacaca;
}

@media(min-width: 960px) {
	.promo-page__seo-title {
		font-size: 18px;
		line-height: 21px;
	}
}

@media(min-width: 1248px) {
	.promo-page__seo-title {
		font-size: 22px;
		line-height: 26px;
	}
}

@media(min-width: 1632px) {
	.promo-page__seo-title {
		font-size: 24px;
		line-height: 28px;
	}
}

.promo-page__seo-text {
	margin-top: 26px;
	font-size: 14px;
	line-height: 17px;
	color: #bb8e62;
}

@media(min-width: 960px) {
	.promo-page__seo-text {
		font-size: 16px;
		line-height: 19px;
	}
}

@media(min-width: 1248px) {
	.promo-page__seo-text {
		margin-top: 35px;
		font-size: 18px;
		line-height: 22px;
	}
}

@media(min-width: 1632px) {
	.promo-page__seo-text {
		font-size: 20px;
		line-height: 24px;
	}
}

.promo-page__seo-link {
	display: inline-block;
	margin-top: 17px;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-decoration: underline;
	color: #bb8e62;
	cursor: pointer;
}

@media(min-width: 960px) {
	.promo-page__seo-link {
		margin-top: 15px;
		font-size: 16px;
		line-height: 19px;
	}
}

@media(min-width: 1248px) {
	.promo-page__seo-link {
		font-size: 18px;
		line-height: 22px;
	}
}

@media(min-width: 1632px) {
	.promo-page__seo-link {
		font-size: 20px;
		line-height: 24px;
	}
}

.promo-page__seo-link:hover,.promo-page__seo-link:active {
	color: #d09767;
	text-decoration: underline;
}

.flip-card {
	position: relative;
	max-width: 228px;
	min-height: 300px;
	border-radius: 5px;
	overflow: hidden;
	letter-spacing: .01em;
	top: 0;
	bottom: 0;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media(min-width: 768px) {
	.flip-card {
		height: 100%;
		max-width: 165px;
		min-height: 216px;
	}
}

@media(min-width: 960px) {
	.flip-card {
		max-width: 203px;
		min-height: 267px;
	}
}

@media(min-width: 1248px) {
	.flip-card {
		max-width: 262px;
		min-height: 344px;
	}
}

@media(min-width: 1632px) {
	.flip-card {
		max-width: 317px;
		min-height: 416px;
	}
}

.flip-card:hover .flip-card__img,.flip-card:active .flip-card__img {
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.flip-card.flipped .flip-card__front {
	transform: rotateY(180deg);
	pointer-events: none;
}

.flip-card.flipped .flip-card__back {
	transform: rotateY(0);
	pointer-events: all;
}

.flip-card__available-front {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,0,0,0);
	z-index: 4;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}

.flip-card__available-link {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
}

.flip-card__front {
	width: 100%;
	height: 100%;
	transition: transform .4s ease-in-out;
	overflow: hidden;
	background: #1e1e1e;
	transform: rotateY(0) translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	cursor: pointer;
	border-radius: 5px;
	z-index: 2;
}

.flip-card__front--not-available {
	display: block;
	background: rgba(20,20,20,.8);
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.flip-card--noflip .flip-card__front {
	cursor: default;
}

.flip-card__back {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: transform .4s ease-in-out;
	background: #1e1e1e;
	transform: rotateY(-180deg) translateZ(1px);
	border-radius: 5px;
}

.flip-card__img {
	position: absolute;
	height: 100%;
	max-width: 100%;
	object-fit: cover;
	top: 0;
	left: 0;
	border-radius: 5px;
	overflow: hidden;
	transition: .3s;
}

.flip-card__timer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px 0;
	background: linear-gradient(180deg, rgba(20, 20, 20, 0) 24.48%, rgba(20, 20, 20, 0.5) 27.08%);
	z-index: 1;
}

@media(min-width: 768px) {
	.flip-card__timer {
		padding: 18px 0;
	}
}

@media(min-width: 960px) {
	.flip-card__timer {
		padding: 20px 0;
	}
}

.flip-card__text-info {
	height: 100%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-style: normal;
	font-weight: 500;
	font-size: 17px;
	line-height: 21px;
	color: #fff;
}

@media(min-width: 768px) {
	.flip-card__text-info {
		font-size: 11px;
		line-height: 13px;
	}
}

@media(min-width: 960px) {
	.flip-card__text-info {
		font-size: 14px;
		line-height: 17px;
	}
}

@media(min-width: 1248px) {
	.flip-card__text-info {
		font-size: 17px;
		line-height: 21px;
	}
}

@media(min-width: 1632px) {
	.flip-card__text-info {
		font-size: 20px;
		line-height: 24px;
	}
}

.flip-card__buttons {
	position: relative;
}

.flip-card__back-link {
	color: #bb8e62;
	text-decoration: underline;
}

.flip-card__back-link:hover,.flip-card__back-link:active {
	color: #d09767;
	text-decoration: underline;
}

.christmas {
	margin-top: -22px;
}

.christmas__wrapper-bordo,.christmas__wrapper-blue {
	background: #241620;
	padding: 20px 0 10px;
}

@media(min-width: 768px) {
	.christmas__wrapper-bordo,.christmas__wrapper-blue {
		padding: 50px 0 35px;
	}
}

.christmas__wrapper-blue {
	background: #15243e;
}

.christmas__title {
	font-weight: 400;
	font-size: 35px;
	line-height: 41px;
	text-align: center;
	text-transform: uppercase;
	color: #b49068;
	max-width: 1315px;
	margin: 0 auto 10px;
}

@media(min-width: 768px) {
	.christmas__title {
		margin-bottom: 24px;
	}
}

.christmas__text {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	letter-spacing: -0.4px;
	color: #fff;
	max-width: 1315px;
	margin: 0 auto;
}

@media(min-width: 768px) {
	.christmas__text {
		font-size: 24px;
		line-height: 41px;
	}
}

.christmas__text--gold {
	color: #b49068;
}

.christmas__cards {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
	margin: 20px auto 0;
}

@media(min-width: 768px) {
	.christmas__cards {
		max-width: 545px;
		margin-top: 40px;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

@media(min-width: 960px) {
	.christmas__cards {
		max-width: 545px;
	}
}

@media(min-width: 1248px) {
	.christmas__cards {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1140px;
	}
}

@media(min-width: 1632px) {
	.christmas__cards {
		max-width: 1230px;
	}
}

.christmas-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	background: #071123;
	border-radius: 10px;
	max-width: 320px;
	padding: 8px 6px;
	margin-bottom: 20px;
}

@media(min-width: 768px) {
	.christmas-card {
		border-radius: 20px;
		max-width: 520px;
		padding: 13px 10px;
		margin-bottom: 70px;
	}
}

.christmas-card__img {
	width: 100%;
	border-radius: 15px;
}

.christmas-card table {
	border-color: #071123;
	width: 100%;
	border-collapse: collapse;
}

.christmas-card table tr td {
	width: 50%;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	text-transform: capitalize;
	color: #fff;
	border: none;
	padding-left: 0;
	padding-right: 0;
}

@media(min-width: 768px) {
	.christmas-card table tr td {
		font-size: 16px;
		line-height: 30px;
	}
}

.christmas-card__table {
	color: #fff;
}

.christmas-card__table--gold {
	color: #df8b43 !important;
}

.christmas-card__table--bold {
	font-weight: 700 !important;
}

.christmas-card hr {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0;
	border-top: 1px solid #fff;
}

.christmas-card p {
	margin-top: 5px;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
	color: #fff;
}

@media(min-width: 768px) {
	.christmas-card p {
		margin-top: 10px;
		font-size: 16px;
		line-height: 28px;
	}
}

.christmas-card .btn {
	min-width: 185px;
	min-height: 25px;
	background: #ba3b33;
	border-radius: 3px;
	font-weight: 400;
	font-size: 11px;
	line-height: 21px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	margin-top: 26px;
	border: none;
}

@media(min-width: 768px) {
	.christmas-card .btn {
		min-width: 298px;
		min-height: 40px;
		font-size: 18px;
		line-height: 34px;
		margin-bottom: 39px;
	}
}

.christmas-accordion {
	background-image: url("/resources/images/cms/pages/christmas/christmas-bg.jpg");
	background-position: top left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	padding: 105px 0 64px;
	position: relative;
}

.christmas-accordion__wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	position: relative;
}

@media(min-width: 768px) {
	.christmas-accordion__wrapper {
		max-width: 545px;
	}
}

@media(min-width: 960px) {
	.christmas-accordion__wrapper {
		-ms-flex-pack: end;
		justify-content: flex-end;
		max-width: 890px;
		padding-left: calc(100% - 550px);
	}
}

@media(min-width: 1248px) {
	.christmas-accordion__wrapper {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 1140px;
	}
}

@media(min-width: 1632px) {
	.christmas-accordion__wrapper {
		max-width: 1230px;
	}
}

.christmas-accordion:before {
	content: "";
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 20px;
	background-image: url("/resources/images/cms/pages/christmas/hr.png");
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.christmas-accordion .accordion {
	position: relative;
	max-width: 300px;
	min-width: 300px;
	z-index: 2;
}

@media(min-width: 768px) {
	.christmas-accordion .accordion {
		max-width: 550px;
		min-width: 550px;
	}
}

.christmas-accordion__detail {
	position: absolute;
	top: -100px;
	left: -100px;
}

.christmas-accordion .panel {
	box-shadow: none;
	border: none;
	background-color: rgba(0,0,0,0);
	background-image: none;
}

.christmas-accordion .panel .panel-heading {
	border: none;
	background-color: rgba(0,0,0,0);
	background-image: url("/resources/images/cms/pages/christmas/accordion-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: 400;
	font-size: 13px;
	line-height: 18px;
	letter-spacing: -0.27px;
	color: #cbcdd5;
	min-height: 53px;
	padding: 0;
	text-decoration: none;
}

@media(min-width: 768px) {
	.christmas-accordion .panel .panel-heading {
		font-size: 24px;
		line-height: 26px;
		letter-spacing: -0.5px;
		min-height: 98px;
	}
}

.christmas-accordion .panel .panel-heading h4 {
	width: 100%;
	height: 53px;
}

@media(min-width: 768px) {
	.christmas-accordion .panel .panel-heading h4 {
		height: 98px;
	}
}

.christmas-accordion .panel .panel-heading .accordion-toggle {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 18px;
	width: 100%;
	height: 100%;
}

@media(min-width: 768px) {
	.christmas-accordion .panel .panel-heading .accordion-toggle {
		padding-left: 33px;
	}
}

.christmas-accordion .panel .panel-body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	border: none !important;
}

.mission {
	background-image: url("/resources/images/cms/pages/mission/mission-bg.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	margin-top: -20px;
	padding-top: 40px;
}

@media(min-width: 768px) {
	.mission {
		padding-top: 70px;
	}
}

.mission__title-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 300px;
	margin: 0 auto;
}

@media(min-width: 768px) {
	.mission__title-wrap {
		max-width: 718px;
	}
}

@media(min-width: 960px) {
	.mission__title-wrap {
		max-width: 883px;
	}
}

.mission__title {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #b49068;
	margin: 0;
}

@media(min-width: 768px) {
	.mission__title {
		font-size: 35px;
		line-height: 41px;
	}
}

.mission__subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	letter-spacing: -0.4px;
	color: #fff;
	padding-top: 24px;
}

@media(min-width: 768px) {
	.mission__subtitle {
		font-size: 20px;
		line-height: 30px;
		padding-top: 42px;
	}
}

.mission__table {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 100%;
	padding: 50px 0 30px 0;
}

@media(min-width: 768px) {
	.mission__table {
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: center;
		justify-content: center;
		padding-bottom: 70px;
		max-width: 718px;
	}
}

@media(min-width: 1248px) {
	.mission__table {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		max-width: 1140px;
	}
}

@media(min-width: 1632px) {
	.mission__table {
		max-width: 1468px;
	}
}

.mission__card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 270px;
	padding-bottom: 28px;
}

@media(min-width: 768px) {
	.mission__card {
		width: 343px;
		padding: 16px 20px;
	}
}

@media(min-width: 1248px) {
	.mission__card {
		width: 270px;
		padding: 0 10px;
	}
}

@media(min-width: 1632px) {
	.mission__card {
		width: 343px;
		padding: 0 16px;
	}
}

.mission__card-title {
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 40px;
	padding: 8px 20px;
	font-weight: 400;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	color: #fff;
}

.mission .mission__card-title--orange {
	background: #bd5e30;
}

.mission .mission__card-title--green {
	background: #38621e;
}

.mission .mission__card-title--blue {
	background: #475a8a;
}

.mission .mission__card-title--purple {
	background: #822a69;
}

.mission__card-image {
	height: 200px;
	width: 100%;
	position: relative;
}

@media(min-width: 768px) {
	.mission__card-image {
		height: 293px;
	}
}

@media(min-width: 1248px) {
	.mission__card-image {
		height: 200px;
	}
}

@media(min-width: 1632px) {
	.mission__card-image {
		height: 293px;
	}
}

.mission__card-image img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.mission__card-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 96px;
	background-color: #222;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: rgba(255,255,255,.7);
}

.mission__card-done {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url("/resources/images/cms/pages/mission/level_completed.png"),linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
	background-size: auto,cover;
	background-repeat: no-repeat;
	background-position: center;
	font-weight: 400;
	font-size: 20px;
	line-height: 37px;
	text-transform: uppercase;
	color: #fff;
	padding-top: 25px;
}

.mission__games h2 {
	margin-bottom: 12px;
}

@media(min-width: 768px) {
	.mission__games h2 {
		margin-bottom: 20px;
	}
}

.payments-page {
	padding: 40px 15px 0;
	background-color: #000;
	margin-top: -20px;
}

@media(min-width: 1248px) {
	.payments-page {
		padding: 40px 55px 0;
	}
}

.payments-page__container {
	margin: 0 auto;
	width: 100%;
}

@media(min-width: 960px) {
	.payments-page__container {
		max-width: 1496px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 15px;
	}
}

@media(min-width: 1248px) {
	.payments-page__container {
		gap: 30px;
	}
}

.payments-page__content {
	background: #fff;
	padding: 24px 14px;
}

@media(min-width: 1248px) {
	.payments-page__content {
		padding: 45px 25px 50px;
	}
}

.payments-page__title {
	color: #976d49;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	margin: 0;
	padding-left: 10px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
}

@media(min-width: 768px) {
	.payments-page__title {
		text-align: left;
	}
}

.payments-page__title:before {
	content: "";
	position: absolute;
	max-width: 768px;
	width: 100%;
	height: 4px;
	background-color: #976d49;
	top: -10px;
	left: 0;
}

@media(min-width: 768px) {
	.payments-page__title:before {
		max-width: 530px;
		left: 0;
	}
}

.payments-page__subtitle {
	color: #976d49;
	font-size: 22px;
	font-weight: 400;
	padding-left: 10px;
	line-height: 26px;
	text-transform: uppercase;
	position: relative;
	margin: 25px 0 0;
	text-align: center;
}

@media(min-width: 768px) {
	.payments-page__subtitle {
		text-align: left;
	}
}

.payments-page__subtitle:after {
	content: "";
	position: absolute;
	max-width: 768px;
	width: 100%;
	height: 2px;
	background-color: #976d49;
	bottom: -10px;
	left: 0;
}

@media(min-width: 768px) {
	.payments-page__subtitle:after {
		max-width: 240px;
	}
}

.payments-page__desc {
	color: #636363;
	font-size: 13px;
	padding-left: 10px;
	font-weight: 400;
	line-height: 15px;
	margin-top: 25px;
}

@media(min-width: 768px) {
	.payments-page__desc {
		font-size: 18px;
		line-height: 21px;
	}
}

.payments-page__desc span {
	display: block;
}

.payments-page__link {
	color: #49b557;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

.payments-page__link:hover,.payments-page__link:active {
	color: #49b557;
}

.payments-page__table {
	margin-top: 24px;
}

@media(min-width: 768px) {
	.payments-page__table {
		margin-top: 30px;
	}
}

.payments-sidebar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.payments-sidebar>div {
	background-color: #141414;
	max-width: 450px;
	width: 100%;
	padding: 30px 25px;
	margin: 0 auto;
}

@media(min-width: 960px) {
	.payments-sidebar>div {
		max-width: 280px;
		padding: 30px 15px;
	}
}

@media(min-width: 1632px) {
	.payments-sidebar>div {
		max-width: 450px;
		width: 450px;
	}
}

.payments-sidebar .catalog_list {
	background-color: #141414;
	max-width: 320px;
	margin: 0 auto;
	width: 100%;
}

@media(min-width: 1248px) {
	.payments-sidebar .catalog_list {
		max-width: 250px;
	}
}

@media(min-width: 1632px) {
	.payments-sidebar .catalog_list {
		max-width: 320px;
	}
}

.payments-sidebar .catalog_list .catalog_list_item {
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 0 0 38px;
}

.payments-sidebar .catalog_list .catalog_list_item:last-child {
	margin: 0;
}

.payments-sidebar .catalog_list .catalog_list_item .item_info {
	margin-top: 0;
	margin-left: 0;
}

.payments-sidebar .catalog_list .catalog_list_item .item_info .item_name {
	height: 40px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #bb8e62;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	background-color: #141414;
}

.payments-sidebar .catalog_list .catalog_list_item .actions_btn {
	display: none;
	background-color: #9c2626;
	z-index: 5;
	position: absolute;
	width: 100%;
	text-align: center;
}

.payments-sidebar .catalog_list .catalog_list_item .actions_btn .button-game {
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}

.payments-sidebar .catalog_list .catalog_list_item .actions_btn .button-game-fun {
	position: absolute;
	right: 0;
	bottom: -40px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 41px;
}

.payments-sidebar .catalog_list .catalog_list_item .actions_btn .add-favorite {
	position: absolute;
	left: 0;
	top: inherit;
	bottom: -27px;
}

.payments-sidebar .catalog_list .catalog_list_item.hover {
	border: 1px solid rgba(0,0,0,0);
}

.payments-sidebar .catalog_list .catalog_list_item.hover:before {
	content: "";
	display: block;
	background-color: #bb8e62;
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -80px;
	z-index: 3;
}

.payments-sidebar .catalog_list .catalog_list_item.hover .item_image {
	z-index: 5;
}

.payments-sidebar .catalog_list .catalog_list_item.hover .item_info {
	z-index: 5;
}

.payments-sidebar .catalog_list .catalog_list_item.hover .actions_btn {
	display: block;
}

.table-payments .table,.table-payments .table.responsive {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin: 0 auto;
	max-width: 100%;
}

.table-payments .table img,.table-payments .table.responsive img {
	display: inline-block;
}

.table-payments .table.table--payments img,.table-payments .table.responsive.table--payments img {
	max-height: 40px;
}

@media(min-width: 768px) {
	.table-payments .table.table--payments img,.table-payments .table.responsive.table--payments img {
		max-height: 30px;
	}
}

.pay-page .table-payments .table.table--payments img,.pay-page .table-payments .table.responsive.table--payments img {
	max-width: 30%;
}

.table-payments .table .button,.table-payments .table.responsive .button {
	white-space: nowrap;
}

.table-payments .table thead tr th,.table-payments .table.responsive thead tr th {
	position: relative;
	padding: 5px 10px 15px;
	text-align: center;
	vertical-align: middle;
	color: #976d49;
	font-style: normal;
	font-weight: 400;
	letter-spacing: normal;
	font-size: 13px;
	line-height: 15px;
	border: none;
	height: 80px;
	text-transform: none;
}

@media(min-width: 768px) {
	.table-payments .table thead tr th,.table-payments .table.responsive thead tr th {
		font-size: 16px;
		text-transform: uppercase;
	}
}

.table-payments .table thead tr th:first-child,.table-payments .table.responsive thead tr th:first-child {
	text-align: left;
}

.pay-page .table-payments .table thead tr th:first-child,.pay-page .table-payments .table.responsive thead tr th:first-child {
	text-align: center;
}

@media(min-width: 768px) {
	.table-payments .table thead tr th:nth-child(2),.table-payments .table.responsive thead tr th:nth-child(2) {
		display: none;
	}
}

.table-payments .table tbody tr td,.table-payments .table.responsive tbody tr td {
	padding: 5px 10px;
	vertical-align: middle;
	border-top: none;
	border-bottom: 1px solid #d0d0d0;
	color: #636363;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
}

.table-payments .table tbody tr td:first-child,.table-payments .table.responsive tbody tr td:first-child {
	text-align: left;
}

.pay-page .table-payments .table tbody tr td:first-child,.pay-page .table-payments .table.responsive tbody tr td:first-child {
	text-align: center;
}

@media(min-width: 768px) {
	.table-payments .table tbody tr td:nth-child(2),.table-payments .table.responsive tbody tr td:nth-child(2) {
		display: none;
	}
}

.table-payments .table tbody .auth-block,.table-payments .table.responsive tbody .auth-block {
	display: block;
	width: 100%;
}

.table-payments .table tbody .auth-block a,.table-payments .table.responsive tbody .auth-block a {
	display: block;
	width: 100%;
}

.table-payments .table tbody .btn.btn_lg.btn-success,.table-payments .table.responsive tbody .btn.btn_lg.btn-success {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	background-color: #7bbb62;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	border: 0;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	padding: 0 10px;
	width: 100%;
}

.table-payments .table tbody .btn.btn_lg.btn-success:hover,.table-payments .table.responsive tbody .btn.btn_lg.btn-success:hover {
	text-decoration: none;
}

@media(min-width: 768px) {
	.table-payments .table tbody .btn.btn_lg.btn-success,.table-payments .table.responsive tbody .btn.btn_lg.btn-success {
		min-width: 100px;
		width: initial;
		font-size: 16px;
		line-height: 19px;
	}
}

.table-payments .table tbody .btn.btn_lg.btn-success:hover,.table-payments .table.responsive tbody .btn.btn_lg.btn-success:hover {
	background-color: #5b8a49;
	background-image: none;
	border: 0;
}

.table-payments .table tbody .btn.btn--withdraw,.table-payments .table.responsive tbody .btn.btn--withdraw {
	background-color: #ce4141 !important;
}

.table-payments .table tbody .btn.btn--withdraw:hover,.table-payments .table.responsive tbody .btn.btn--withdraw:hover {
	background-color: #ac3636 !important;
}

@media(max-width: 767px) {
	.table-payments .table.responsive,.table-payments .table.responsive.responsive {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
		border: none;
	}

	.table-payments .table.responsive>tbody,.table-payments .table.responsive.responsive>tbody {
		border: none;
	}

	.table-payments .table.responsive>tbody>tr,.table-payments .table.responsive.responsive>tbody>tr {
		margin: 0;
		padding: 0;
		background: #000;
		border-radius: 5px;
	}

	.table-payments .table.responsive>tbody>tr:not(:last-child),.table-payments .table.responsive.responsive>tbody>tr:not(:last-child) {
		margin-bottom: 12px;
	}

	.table-payments .table.responsive>tbody>tr>td,.table-payments .table.responsive.responsive>tbody>tr>td {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-align: center;
		align-items: center;
		box-sizing: border-box;
		border: none;
		border-radius: 0;
		position: relative;
		padding: 10px 16px 10px calc(60% + 10px) !important;
		min-height: 50px;
		height: auto;
		width: 100%;
		color: #fff;
		font-weight: 500;
		font-size: 12px;
		text-shadow: none;
		font-style: normal;
		text-transform: none;
		background-color: rgba(0,0,0,0);
		line-height: 16px;
		text-align: right;
		letter-spacing: .01em;
	}

	.table-payments .table.responsive>tbody>tr>td:before,.table-payments .table.responsive.responsive>tbody>tr>td:before {
		content: attr(data-title);
		box-sizing: border-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-ms-flex-align: center;
		align-items: center;
		width: 60%;
		max-width: 60%;
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		margin: 0;
		color: #976d49;
		text-align: left;
		font-weight: 500;
		font-size: 12px;
		line-height: 16px;
		font-style: normal;
		text-transform: initial;
		background-color: rgba(0,0,0,0);
		padding: 5px 10px 5px 16px;
		vertical-align: middle;
		border-right: none;
	}

	.table-payments .table.responsive.table--payments tbody tr td:first-child,.table-payments .table.responsive.table--payments tbody tr td:last-child,.table-payments .table.responsive.table--payments tbody tr td:nth-child(2),.table-payments .table.responsive.table--payments tbody tr th:first-child,.table-payments .table.responsive.table--payments tbody tr th:last-child,.table-payments .table.responsive.table--payments tbody tr th:nth-child(2),.table-payments .table.responsive.responsive.table--payments tbody tr td:first-child,.table-payments .table.responsive.responsive.table--payments tbody tr td:last-child,.table-payments .table.responsive.responsive.table--payments tbody tr td:nth-child(2),.table-payments .table.responsive.responsive.table--payments tbody tr th:first-child,.table-payments .table.responsive.responsive.table--payments tbody tr th:last-child,.table-payments .table.responsive.responsive.table--payments tbody tr th:nth-child(2) {
		padding: 12px !important;
		text-align: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.table-payments .table.responsive.table--payments tbody tr td:first-child:before,.table-payments .table.responsive.table--payments tbody tr td:last-child:before,.table-payments .table.responsive.table--payments tbody tr td:nth-child(2):before,.table-payments .table.responsive.table--payments tbody tr th:first-child:before,.table-payments .table.responsive.table--payments tbody tr th:last-child:before,.table-payments .table.responsive.table--payments tbody tr th:nth-child(2):before,.table-payments .table.responsive.responsive.table--payments tbody tr td:first-child:before,.table-payments .table.responsive.responsive.table--payments tbody tr td:last-child:before,.table-payments .table.responsive.responsive.table--payments tbody tr td:nth-child(2):before,.table-payments .table.responsive.responsive.table--payments tbody tr th:first-child:before,.table-payments .table.responsive.responsive.table--payments tbody tr th:last-child:before,.table-payments .table.responsive.responsive.table--payments tbody tr th:nth-child(2):before {
		display: none;
	}

	.table-payments .table.responsive.table--payments tbody tr td p,.table-payments .table.responsive.table--payments tbody tr th p,.table-payments .table.responsive.responsive.table--payments tbody tr td p,.table-payments .table.responsive.responsive.table--payments tbody tr th p {
		background-color: #fff;
		width: 100%;
		height: 72px;
		border-radius: 5px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.pay-page .table-payments .table.responsive.table--payments tbody tr td p,.pay-page .table-payments .table.responsive.table--payments tbody tr th p,.pay-page .table-payments .table.responsive.responsive.table--payments tbody tr td p,.pay-page .table-payments .table.responsive.responsive.table--payments tbody tr th p {
		padding-left: 0;
	}

	.table-payments .table.responsive.table--payments tbody tr td:before,.table-payments .table.responsive.responsive.table--payments tbody tr td:before {
		-ms-transform: none;
		transform: none;
	}

	.table-payments .table.responsive.table--payments tbody tr td:nth-child(2),.table-payments .table.responsive.responsive.table--payments tbody tr td:nth-child(2) {
		padding: 0 !important;
		min-height: 30px;
	}

	.table-payments .table.responsive.table--payments tbody tr td:nth-child(2):before,.table-payments .table.responsive.responsive.table--payments tbody tr td:nth-child(2):before {
		display: none;
	}
}

@media(min-width: 768px)and (max-width: 959px) {
	.table-payments .table.responsive,.table-payments .table.responsive.responsive {
		display: table;
		table-layout: auto;
	}

	.table-payments .table.responsive thead,.table-payments .table.responsive tbody,.table-payments .table.responsive.responsive thead,.table-payments .table.responsive.responsive tbody {
		display: table-row-group;
	}

	.table-payments .table.responsive thead,.table-payments .table.responsive thead tr,.table-payments .table.responsive thead tr th,.table-payments .table.responsive.responsive thead,.table-payments .table.responsive.responsive thead tr,.table-payments .table.responsive.responsive thead tr th {
		position: static;
		top: 0;
		left: 0;
		font-size: 10px;
	}

	.table-payments .table.responsive thead:first-child,.table-payments .table.responsive thead tr:first-child,.table-payments .table.responsive thead tr th:first-child,.table-payments .table.responsive.responsive thead:first-child,.table-payments .table.responsive.responsive thead tr:first-child,.table-payments .table.responsive.responsive thead tr th:first-child {
		padding-left: 28px !important;
	}

	.table-payments .table.responsive thead tr,.table-payments .table.responsive tbody tr,.table-payments .table.responsive.responsive thead tr,.table-payments .table.responsive.responsive tbody tr {
		display: table-row;
		border: none;
	}

	.table-payments .table.responsive thead tr th,.table-payments .table.responsive tbody tr td,.table-payments .table.responsive.responsive thead tr th,.table-payments .table.responsive.responsive tbody tr td {
		display: table-cell;
		padding: 5px 10px 5px 0 !important;
	}

	.table-payments .table.responsive thead tr th:before,.table-payments .table.responsive tbody tr td:before,.table-payments .table.responsive.responsive thead tr th:before,.table-payments .table.responsive.responsive tbody tr td:before {
		display: none;
	}

	.table-payments .table.responsive thead tr th:first-child,.table-payments .table.responsive tbody tr td:first-child,.table-payments .table.responsive.responsive thead tr th:first-child,.table-payments .table.responsive.responsive tbody tr td:first-child {
		padding-left: 28px !important;
	}

	.table-payments .table.responsive thead tr th:last-child,.table-payments .table.responsive tbody tr td:last-child,.table-payments .table.responsive.responsive thead tr th:last-child,.table-payments .table.responsive.responsive tbody tr td:last-child {
		padding-right: 28px !important;
	}

	.table-payments .table.responsive thead tr th,.table-payments .table.responsive.responsive thead tr th {
		position: relative;
		font-size: 16px;
	}

	.table-payments .table.responsive thead tr th:nth-child(2),.table-payments .table.responsive.responsive thead tr th:nth-child(2) {
		display: none;
	}

	.table-payments .table.responsive tbody tr td:nth-child(2),.table-payments .table.responsive.responsive tbody tr td:nth-child(2) {
		display: none;
	}
}

.table-payments .table-responsive {
	border: none;
}

.pay-page {
	margin-top: -20px;
}

.pay-page__container {
	margin: 0 auto;
	width: 100%;
}

@media(min-width: 960px) {
	.pay-page__container {
		max-width: 1496px;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 15px;
	}
}

@media(min-width: 1248px) {
	.pay-page__container {
		gap: 30px;
	}
}

.pay-page__title {
	color: #976d49;
	font-size: 30px;
	font-weight: 400;
	position: relative;
	margin: 0;
	padding-left: 10px;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
}

@media(min-width: 768px) {
	.pay-page__title {
		text-align: left;
	}
}

.pay-page__title:before {
	content: "";
	position: absolute;
	max-width: 768px;
	width: 100%;
	height: 4px;
	background-color: #976d49;
	top: -10px;
	left: 0;
}

@media(min-width: 768px) {
	.pay-page__title:before {
		max-width: 530px;
		left: 0;
	}
}

.pay-page__subtitle {
	color: #976d49;
	font-size: 22px;
	font-weight: 400;
	padding-left: 10px;
	line-height: 26px;
	text-transform: uppercase;
	position: relative;
	margin: 25px 0 0;
	text-align: center;
}

@media(min-width: 768px) {
	.pay-page__subtitle {
		text-align: left;
	}
}

.pay-page__subtitle:after {
	content: "";
	position: absolute;
	max-width: 768px;
	width: 100%;
	height: 2px;
	background-color: #976d49;
	bottom: -10px;
	left: 0;
}

@media(min-width: 768px) {
	.pay-page__subtitle:after {
		max-width: 240px;
	}
}

.cms-with-sidebar .pay-page__subtitle {
	margin: 25px 0 0;
}

.pay-page__desc {
	color: #636363;
	font-size: 13px;
	padding-left: 10px;
	font-weight: 400;
	line-height: 15px;
	margin-top: 25px;
}

@media(min-width: 768px) {
	.pay-page__desc {
		font-size: 18px;
		line-height: 21px;
	}
}

@media(min-width: 960px) {
	.pay-page__desc {
		line-height: 30px;
	}
}

.pay-page__desc span {
	display: block;
}

.pay-page__link {
	color: #49b557;
	outline: none;
	text-decoration: none;
	cursor: pointer;
	font-size: 20px;
	font-weight: 900;
}

.pay-page__link:hover,.pay-page__link:active {
	color: #49b557;
}

.pay-page__table {
	margin-top: 24px;
}

@media(min-width: 768px) {
	.pay-page__table {
		margin-top: 30px;
	}
}

.cms-with-sidebar .pay-page__commpay {
	color: #636363;
	font-size: 16px;
	font-weight: 300;
	padding-left: 0;
}

.promocode-copy {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	min-width: 110px;
	width: 110px;
	height: 30px;
	padding: 5px 10px;
	background: #b48f68;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	border-radius: 5px;
	position: relative;
	margin: 5px auto;
}

@media(min-width: 768px) {
	.promocode-copy {
		margin: 0;
	}
}

.promocode-copy i {
	color: #75573b;
}

.promocode-copy:active,.promocode-copy:focus,.promocode-copy:hover {
	background: #81684c;
}

.promocode-copy:active i,.promocode-copy:focus i,.promocode-copy:hover i {
	color: #fff;
}

.promocode-copy__button {
	display: -ms-inline-flexbox;
	display: inline-flex;
	background-color: rgba(0,0,0,0);
	min-width: 110px;
	width: 110px;
	height: 30px;
	outline: none;
	border: none;
	position: absolute;
}

.promocode-copy__hidden-text {
	display: none;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	min-width: 110px;
	width: 110px;
	height: 30px;
	padding: 5px 10px;
	background: #b48f68;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #fff;
	box-sizing: border-box;
	border-radius: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.promocode-copy__hidden-text i {
	color: #fff;
}

.promocode-copy__hidden-text.show {
	display: -ms-flexbox !important;
	display: flex !important;
}

.promocode-copy .copy-text-visible span,.promocode-copy .copy-text-hidden span {
	margin-right: 5px;
}

.promocode-copy--positioned {
	position: relative;
}

.promocode-copy--positioned td {
	position: relative;
}

.promocode-copy--additional-str {
	display: none;
}

.promocode-copy__table {
	table-layout: auto;
}

.body-fr-CA .category_list .category_menu li a,.body-fr-CA .providers__button {
	font-size: 18px;
}

body {
	background-image: url("/resources/images/dark_bg.png");
	background-position: center top;
	background-repeat: repeat-y;
	background-color: #000;
	color: #bb8e62;
	font-family: "aTitleGothic",sans-serif;
	min-width: 320px;
}

a,.a {
	transition: color 0s;
}

.inner {
	max-width: 1920px;
	width: 100%;
}

.main {
	padding: 0;
	margin: 0 auto;
}

a:focus {
	outline: none !important;
}

header {
	background-color: rgba(0,0,0,0);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-image: url("/resources/images/header_bg_l.png");
	height: 92px;
	margin-bottom: -34px;
	box-shadow: none;
	border: 0;
	z-index: 110;
	position: fixed;
	top: 0;
	left: 0;
}

@media(max-width: 1199px) {
	header {
		background-size: auto;
	}
}

@media(max-width: 969px) {
	header {
		background-image: url("/resources/images/header_bg_mobile.png");
		height: 56px;
		margin-bottom: 0;
		background-size: 100% 100%;
	}
}

header .game-selector {
	display: none;
}

header .mobile-menu-toggle {
	background: url("/resources/images/mobile_menu_icon.png") center center no-repeat;
	width: 34px;
	height: 25px;
	margin-top: 15px;
	display: none;
}

@media(max-width: 1350px) {
	header .mobile-menu-toggle {
		display: block;
	}
	.main_promo {
		display: none;
	}
}

header .inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 59px;
	min-height: 59px;
}

@media(max-width: 1350px) {
	header .inner {
		padding: 0 15px;
		overflow: initial;
	}
}

header .inner .top-menu {
	margin: auto 0;
	padding: 0 0 0 15px;
}

@media(max-width: 1350px) {
	header .inner .top-menu {
		display: none;
	}
}

header .inner .top-menu>li {
	display: inline-block;
	padding: 0 25px 0 0;
	position: relative;
	line-height: 59px;
}

header .inner .top-menu>li a {
	color: #ffd989;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
}

header .inner .top-menu>li a:hover {
	color: #d09767;
	text-decoration: none;
}

header .inner .top-menu>li a:focus {
	outline: none;
}

header .inner .top-menu>li a.vip-link {
	color: #d12929;
}

header .inner .top-menu>li a.vip-link:hover {
	color: #eb2c2c;
}

header .inner .top-menu>li a.pulse-link {
	color: #fc8d1a;
	animation: blinker 2s linear infinite;
}

header .inner .top-menu>li a.pulse-link.current {
	text-decoration: underline;
}

@keyframes blinker {
	50% {
		color: #b2610d;
	}
}

header .inner .top-menu>li a.home-link:before {
	content: "";
	background: url(/resources/images/castle.png) center center no-repeat;
	width: 30px;
	height: 22px;
	display: inline-block;
	background-size: contain;
}

header .inner .top-menu>li a.home-link:hover:before {
	background: url(/resources/images/castle_h.png) center center no-repeat;
	background-size: contain;
}

header .inner .top-menu>li a.has-children:after {
	content: "";
	background: url("/resources/images/h-arrow.png") center center no-repeat;
	width: 10px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}

header .inner .top-menu>li:hover {
	color: #d09767;
	text-decoration: none;
}

header .inner .top-menu>li:hover a:after {
	-ms-transform: rotate(180deg);
	transform: rotateZ(180deg);
}

header .inner .top-menu>li .sub-menu {
	position: absolute;
	display: none;
	border: 1px solid #262626;
	background-color: #141414;
	padding: 15px 0;
}

header .inner .top-menu>li .sub-menu li a {
	color: #bb8e62;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 26px;
	text-transform: uppercase;
	padding: 0 15px;
}

header .inner .top-menu>li .sub-menu li a:hover {
	background-color: #7b5536;
	color: #fff;
	text-decoration: none;
}

header .inner .top-menu>li:hover .sub-menu {
	display: block;
}

header .inner .logo {
	position: absolute;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	height: auto;
	max-width: initial;
	width: 188px;
	top: 10px;
	padding-left: 10px;
}

@media(max-width: 1350px) {
	header .inner .logo {
		display: none;
	}
}

@media(max-width: 969px) {
	header .inner .logo {
		top: 5px;
	}
}

header .inner .logo--mobile {
	display: inline-block;
	position: relative;
	-ms-transform: none;
	transform: none;
	top: 0;
	left: 0;
}

@media(max-width: 767px) {
	header .inner .logo--mobile {
		width: 50px;
		top: 0;
		padding-left: 0;
	}
}

@media(max-width: 479px) {
	header .inner .logo--mobile {
		width: 40px;
	}
}

header .inner .logo--mobile .logo__img {
	display: -ms-inline-flexbox;
	display: inline-flex;
}

@media(max-width: 767px) {
	header .inner .logo--mobile .logo__img {
		display: none;
	}
}

header .inner .logo--mobile .logo__img--mobile {
	display: none;
}

@media(max-width: 767px) {
	header .inner .logo--mobile .logo__img--mobile {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

header .inner .block__mobile-auth {
	display: none;
}

@media(max-width: 1350px) {
	header .inner .block__mobile-auth {
		display: -ms-inline-flexbox;
		display: inline-flex;
		-ms-flex: 1;
		flex: 1;
		padding: 0 0 2px 15px;
		max-width: calc(100% - 60px);
	}
}

@media(max-width: 479px) {
	header .inner .block__mobile-auth {
		padding-left: 5px;
		margin-right: -20px;
		z-index: 2;
	}
}

header .inner .user-block {
	margin: 0;
}

@media(max-width: 1350px) {
	header .inner .user-block {
		display: none;
	}
}

header .inner .user-block .login_lnk {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid #7b5536;
	background-color: rgba(0,0,0,0);
	color: #ffffff;
}

header .inner .user-block .login_lnk:hover {
	text-decoration: none;
}

header .inner .user-block .login_lnk:hover {
	border: 1px solid #7b5536;
	background-color: #7b5536;
	color: #fff;
}

header .inner .user-block .register_lnk {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	border: 1px solid #bb8e62;
	background-color: #bb8e62;
	color: #fff;
	animation: 1.5s ease 0s infinite normal none running invite;
	transition: all .3s ease;
}

header .inner .user-block .register_lnk:hover {
	text-decoration: none;
}

header .inner .user-block .register_lnk:hover {
	border: 1px solid #866748;
	background-color: #866748;
}

@keyframes invite {
	0% {
		box-shadow: #825e39 0 0 0 0;
	}

	100% {
		box-shadow: rgba(130,94,57,0) 0 0 0 8px;
	}
}

header .inner .user-block .help_lnk {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	color: #b8b8b8;
	background-color: #0d0d0d;
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
	min-width: initial;
	padding: 0;
	margin-right: 15px;
}

header .inner .user-block .help_lnk:hover {
	text-decoration: none;
}

@media(max-width: 1799px) {
	header .inner .user-block .help_lnk span {
		display: none;
	}
}

header .inner .user-block .help_lnk:after {
	content: "?";
	border: 1px solid #888;
	border-radius: 50%;
	width: 28px;
	display: inline-block;
	margin-left: 5px;
	height: 28px;
	color: #b8b8b8;
	font-family: "aTitleGothic";
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
}

header .inner .user-block .btn-group {
	margin-right: 10px;
	line-height: 54px;
}

header .inner .user-block .btn-group:last-child {
	margin-right: 0;
}

header .inner .user-block .auth-lnk .dropdown {
	display: block;
}

header .inner .user-block .auth-lnk .dropdown>span {
	border: 1px solid rgba(0,0,0,0);
	background: #141414 url("/resources/images/user_menu_arrow.png") calc(100% - 10px) center no-repeat;
	height: 55px;
	line-height: 55px;
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #7c7c7c;
	font-size: 16px;
	font-weight: 400;
	padding-left: 50px;
	padding-right: 30px;
	position: relative;
	cursor: pointer;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
}

header .inner .user-block .auth-lnk .dropdown>span:before {
	background: url("/resources/images/user-icon.png") center center no-repeat;
	content: "";
	width: 35px;
	height: 35px;
	position: absolute;
	left: 7px;
	top: 10px;
}

@media(max-width: 1799px) {
	header .inner .user-block .auth-lnk .dropdown>span {
		max-width: 150px;
		padding-left: 10px;
	}

	header .inner .user-block .auth-lnk .dropdown>span:before {
		display: none;
	}
}

header .inner .user-block .auth-lnk .dropdown>span.user__name {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: start;
	align-items: flex-start;
}

header .inner .user-block .auth-lnk .dropdown>span .name,header .inner .user-block .auth-lnk .dropdown>span .current_status {
	max-width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.2;
}

header .inner .user-block .auth-lnk .dropdown>span .name .color,header .inner .user-block .auth-lnk .dropdown>span .current_status .color {
	color: #bb8e62;
	text-transform: uppercase;
}

header .inner .user-block .auth-lnk .dropdown>span .name {
	width: 200px;
	max-width: 100%;
}

header .inner .user-block .auth-lnk .dropdown.open>span {
	border: 1px solid #262626;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu {
	margin-top: -2px;
	border-bottom: 1px solid #262626;
	border-left: 1px solid #262626;
	border-right: 1px solid #262626;
	background-color: #141414;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu .statuses {
	line-height: 1.2;
	padding: 10px 0;
	display: block;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu .statuses .compoint-dropdown__name,header .inner .user-block .auth-lnk .dropdown .dropdown-menu .statuses .progressbar {
	padding: 0 10px;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu .statuses .compoint-dropdown__name {
	color: #7c7c7c;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu .statuses .compoint-dropdown__name .value {
	white-space: nowrap;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu .statuses .compoint-dropdown__name .color {
	color: #bb8e62;
	text-transform: uppercase;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu>li>a {
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	text-transform: uppercase;
	color: #bb8e62;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu>li>a:hover {
	background-image: none;
	background-color: #7b5536;
	color: #fff;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu>li.buttons {
	padding-top: 20px;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu>li.buttons .more-status {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	background-color: #44b759;
	color: #fff;
	padding: 0 15px;
	max-width: 100%;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu>li.buttons .more-status:hover {
	text-decoration: none;
}

header .inner .user-block .auth-lnk .dropdown .dropdown-menu>li.buttons .more-status:hover {
	background-color: #5b8a49;
	color: #fff;
}

header .inner .user-block .auth-lnk .user.dropdown .dropdown-menu {
	min-width: 200px;
}

header .inner .user-block .auth-lnk .balance-selector .dropdown>span {
	padding-left: 20px;
}

header .inner .user-block .auth-lnk .balance-selector .dropdown>span:before {
	display: none;
}

header .inner .user-block .auth-lnk .btn-success {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	background-color: #7bbb62;
	color: #fff;
	box-shadow: none;
	text-shadow: none;
	background-image: none;
	border: 0;
}

header .inner .user-block .auth-lnk .btn-success:hover {
	text-decoration: none;
}

header .inner .user-block .auth-lnk .btn-success:hover {
	background-color: #5b8a49;
	background-image: none;
	border: 0;
}

header .inner .search-panel {
	display: none;
}

@media(max-width: 1350px) {
	header .inner .search-panel {
		display: block;
	}
}

.name {
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	vertical-align: top;
}

.main {
	overflow: hidden;
}

.main:before {
	content: "";
	position: relative;
	min-height: 113px;
	width: 100%;
	margin-bottom: -54px;
	display: block;
}

@media(max-width: 969px) {
	.main:before {
		margin-bottom: -56px;
		min-height: 110px;
	}
}

.main>.inner {
	background: rgba(0,0,0,0);
	/*padding-top: 48px;*/
}

@media(max-width: 767px) {
	.main>.inner {
		padding-top: 30px;
	}
}

.main_jackpots {
	background: #1e1e1e;
	font-size: 0;
	padding: 16px 10px;
}

@media(min-width: 960px) {
	.main_jackpots {
		padding: 16px 60px;
	}
}

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

.carousel-indicators {
	display: none;
}

@media(max-width: 767px) {
	.carousel-indicators {
		margin: 0;
		bottom: 5px;
	}
}

.carousel-inner>.item>img {
	position: relative;
	left: 50%;
	max-width: inherit;
	margin: 0 !important;
	-ms-transform: translate(-50%);
	transform: translate(-50%);
}

@media(max-width: 1199px) {
	.carousel-inner>.item>img {
		height: 376px;
	}
}

@media(max-width: 969px) {
	.carousel-inner>.item>img {
		height: 360px;
	}
}

@media(max-width: 767px) {
	.carousel-inner>.item>img {
		height: 100vw;
	}
}

.carousel-indicators {
	display: none;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	position: absolute;
	bottom: 5px;
	left: 50%;
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	width: auto;
	margin: 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
	background: rgba(0,0,0,.2);
	border-radius: 10px;
	padding: 5px 10px;
}

@media(max-width: 767px) {
	.carousel-indicators {
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
}

.carousel-indicators li {
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background-color: rgba(0,0,0,0);
	background-image: none;
	border: 2px solid rgba(255,255,255,.5);
	border-radius: 50%;
	box-shadow: none;
	line-height: 0;
	font-size: 0;
	padding: 0;
	transition: background-color .3s ease,border-color .3s ease;
}

body.device-desktop .carousel-indicators li:hover {
	border-color: #fff;
}

.carousel-indicators li.active {
	box-shadow: none;
	background-color: #fff !important;
	border-color: #fff;
	width: 10px;
	height: 10px;
	margin: 0 4px;
}

.main_slider .main-slider-inner {
	position: absolute;
	width: 1182px;
	top: 0;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
}

@media(max-width: 1169px) {
	.main_slider .main-slider-inner {
		width: 856px;
	}
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner {
		width: 780px;
		max-width: 100%;
		padding: 0 10px;
	}
}

.main_slider .main-slider-inner .bonus {
	background: url("/resources/images/slider/slider_promo_bg.png") center center no-repeat;
	background-size: 100% 100%;
	width: 400px;
	height: 362px;
	display: -ms-flexbox;
	display: flex;
	z-index: 2;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus {
		width: 288px;
		height: 260px;
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus {
		width: 194px;
		height: 176px;
	}
}

.main_slider .main-slider-inner .bonus .cntnt {
	width: 290px;
	height: 290px;
	margin: auto;
	font-family: "Roboto",sans-serif;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.1;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt {
		width: 210px;
		height: 210px;
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt {
		width: 154px;
		height: 145px;
	}
}

.main_slider .main-slider-inner .bonus .cntnt .lenta {
	max-width: 100%;
	display: block;
	padding-top: 5px;
	margin: 0 auto;
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .lenta {
		padding-top: 0;
	}
}

.main_slider .main-slider-inner .bonus .cntnt .bonuses {
	margin-top: -10px;
	font-size: 16px;
	font-weight: 300;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt .bonuses {
		font-size: 12px;
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .bonuses {
		margin-top: -7px;
		font-size: 10px;
	}
}

.main_slider .main-slider-inner .bonus .cntnt .up-to {
	color: #bb8e62;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-top: 5px;
	position: relative;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt .up-to {
		font-size: 14px;
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .up-to {
		font-size: 12px;
		margin-top: 3px;
	}
}

.main_slider .main-slider-inner .bonus .cntnt .up-to:before,.main_slider .main-slider-inner .bonus .cntnt .up-to:after {
	content: "";
	height: 2px;
	width: 50px;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 50%;
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .up-to:before,.main_slider .main-slider-inner .bonus .cntnt .up-to:after {
		width: 24px;
	}
}

.main_slider .main-slider-inner .bonus .cntnt .up-to:before {
	background: linear-gradient(to right, transparent 0%, #ffffff 100%);
	-ms-transform: translate(calc(-100% - 15px), -50%);
	transform: translate(calc(-100% - 15px), -50%);
	right: 50%;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt .up-to:before {
		-ms-transform: translate(-35px, -50%);
		transform: translate(-35px, -50%);
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .up-to:before {
		-ms-transform: translate(-25px, -50%);
		transform: translate(-25px, -50%);
	}
}

.main_slider .main-slider-inner .bonus .cntnt .up-to:after {
	background: linear-gradient(to right, #ffffff 0%, transparent 100%);
	-ms-transform: translate(calc(100% + 15px), -50%);
	transform: translate(calc(100% + 15px), -50%);
	left: 50%;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt .up-to:after {
		-ms-transform: translate(35px, -50%);
		transform: translate(35px, -50%);
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .up-to:after {
		-ms-transform: translate(25px, -50%);
		transform: translate(25px, -50%);
	}
}

.main_slider .main-slider-inner .bonus .cntnt .budget {
	color: #fff;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	padding: 10px 0;
	position: relative;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt .budget {
		padding: 5px 0;
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .budget {
		padding: 2px 0;
		font-size: 18px;
	}
}

.main_slider .main-slider-inner .bonus .cntnt .budget:before,.main_slider .main-slider-inner .bonus .cntnt .budget:after {
	content: "";
	background-image: url("/resources/images/slider/bonus-star.png");
	background-position: center center;
	background-repeat: no-repeat;
	height: 15px;
	width: 15px;
	position: absolute;
	top: 45%;
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .budget:before,.main_slider .main-slider-inner .bonus .cntnt .budget:after {
		background-size: cover;
		width: 8px;
		height: 8px;
	}
}

.main_slider .main-slider-inner .bonus .cntnt .budget:before {
	-ms-transform: translate(-70px, -50%);
	transform: translate(-70px, -50%);
	right: 50%;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt .budget:before {
		-ms-transform: translate(-70px, -50%);
		transform: translate(-70px, -50%);
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .budget:before {
		-ms-transform: translate(-35px, -50%);
		transform: translate(-35px, -50%);
	}
}

.main_slider .main-slider-inner .bonus .cntnt .budget:after {
	-ms-transform: translate(70px, -50%);
	transform: translate(70px, -50%);
	left: 50%;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt .budget:after {
		-ms-transform: translate(70px, -50%);
		transform: translate(70px, -50%);
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .budget:after {
		-ms-transform: translate(35px, -50%);
		transform: translate(35px, -50%);
	}
}

.main_slider .main-slider-inner .bonus .cntnt .budget2 {
	background: url("/resources/images/slider/line2.png") center center no-repeat;
	background-size: cover;
	width: 282px;
	height: 36px;
	line-height: 36px;
	color: #bb8e62;
	font-size: 19px;
	font-weight: 900;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt .budget2 {
		width: 204px;
		height: 26px;
		line-height: 26px;
		font-size: 14px;
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .budget2 {
		width: 154px;
		height: 20px;
		line-height: 20px;
		font-size: 13px;
	}
}

.main_slider .main-slider-inner .bonus .cntnt .auth-block {
	padding-top: 20px;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt .auth-block {
		padding-top: 14px;
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .auth-block {
		padding-top: 4px;
	}
}

.main_slider .main-slider-inner .bonus .cntnt .auth-block .btn {
	border-radius: 5px;
	background-color: #ca2c2a;
	height: 47px;
	color: #fff;
	font-family: "aTitleGothic",sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 47px;
	text-transform: uppercase;
	padding: 0 25px;
}

@media(max-width: 969px) {
	.main_slider .main-slider-inner .bonus .cntnt .auth-block .btn {
		height: 34px;
		line-height: 34px;
		padding: 0 16px;
	}
}

@media(max-width: 479px) {
	.main_slider .main-slider-inner .bonus .cntnt .auth-block .btn {
		font-size: 14px;
		height: 24px;
		line-height: 24px;
		padding: 0 12px;
	}
}

.main_slider .main-slider-inner .bonus .cntnt .auth-block .btn:hover {
	background-color: #ff2b28;
}

.main_slider .slider-lnk {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	height: 100%;
}

.content_area:before {
	display: none;
}

@media(max-width: 1199px) {
	.home-other {
		display: none;
	}
}

.category_list {
	background-color: #141414;
	border-bottom: 1px solid #3c3c3c;
	padding: 0 60px;
	font-size: 0;
}

@media(max-width: 969px) {
	.category_list {
		padding: 0;
	}
}

.category_list--ja {
	padding: 0 10px;
}

.category_list .category_wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media(max-width: 767px) {
	.category_list .category_wrap {
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding: 0;
	}

	.category_list .category_wrap .main-category-list--mob {
		width: 100%;
		text-align: center;
	}
}

.category_list .main-category-list,.category_list .main-category-list--mob {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

.category_list .main-category-list--mob {
	padding: 0 10px;
}

.category_list .category_menu {
	font-size: 0;
	line-height: 0;
	white-space: nowrap;
}

@media(max-width: 479px) {
	.category_list .category_menu {
		overflow-x: scroll !important;
	}

	.category_list .category_menu::-webkit-scrollbar {
		height: 2px;
	}

	.category_list .category_menu::-webkit-scrollbar-thumb {
		background-color: #bb8e62;
	}
}

.category_list .category_menu li {
	display: inline-block;
	padding: 19px 12px;
}

@media(max-width: 767px) {
	.category_list .category_menu li:first-child {
		padding-left: 4px;
	}
}

.category_list .category_menu li a {
	color: #bb8e62;
	font-family: "aTitleGothic",sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
}

.category_list .category_menu li a:hover {
	color: #fff;
}

.category_list .category_menu li a.ladys_casino {
	color: #ff2ca8;
}

.category_list .category_menu li a.ladys_casino:hover {
	color: #ff76c6;
}

.category_list .category_menu li.current a {
	color: #fff;
	text-decoration: underline;
}

.category_list .category_menu li.current a:hover {
	text-decoration: none;
}

.category_list .category_menu__caret {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	margin: 0 0 0 2px;
	padding: 0;
	width: 12px;
	height: 12px;
}

.category_list .category_menu__caret:before {
	content: "";
	display: block;
	border: 2px solid #63554d;
	border-top: none;
	border-left: none;
	width: 100%;
	height: 100%;
	-ms-transform: rotate(45deg) scale(0.7);
	transform: rotate(45deg) scale(0.7);
	-ms-transform-origin: 75% 25%;
	transform-origin: 75% 25%;
}

.category_list .category_menu__sub-menu-wrapper {
	position: absolute;
	top: calc(100% - 20px);
	margin-left: -20px;
	padding-top: 17px;
}

.category_list .category_menu__sub-menu-wrapper .category_menu__sub-menu {
	display: none;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 5px 0 10px;
	background-color: #141414;
}

.category_list .category_menu__sub-menu-wrapper .category_menu__sub-menu .category_menu__item {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	min-width: 153px;
	min-height: 33px;
	padding: 0 !important;
}

.category_list .category_menu__sub-menu-wrapper .category_menu__sub-menu .category_menu__item .category_menu__link {
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 10px 5px 20px;
	color: #bb8e62;
	font-size: 20px;
	text-decoration: none;
	background: rgba(0,0,0,0);
	transition: color .3s ease,background-color .3s ease;
}

.category_list .category_menu__sub-menu-wrapper .category_menu__sub-menu .category_menu__item .category_menu__link:hover,.category_list .category_menu__sub-menu-wrapper .category_menu__sub-menu .category_menu__item .category_menu__link:focus {
	color: #fff;
	text-decoration: none;
	background-color: #7b5536;
}

.category_list .category_menu__link-wrapper.open .category_menu__sub-menu {
	display: -ms-flexbox;
	display: flex;
}

.category_list .category_menu__link-wrapper.open .category_menu__caret {
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.search-panel {
	position: relative;
}

@media(max-width: 1350px) {
	.search-panel {
		display: none;
	}
}

.search-panel .search-btn {
	display: inline-block;
	padding: 19px 40px 19px 15px;
	color: #bb8e62;
	font-family: "aTitleGothic",sans-serif;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1;
	text-decoration: none;
	position: relative;
	word-break: keep-all;
}

@media(max-width: 1350px) {
	.search-panel .search-btn {
		font-size: 0;
	}
}

.search-panel .search-btn:after {
	content: "";
	width: 26px;
	height: 26px;
	background: url("/resources/images/icon-search.png") center center no-repeat;
	display: inline-block;
	position: absolute;
	top: 16px;
	right: 0;
}

.search-panel .search-input {
	position: absolute;
	width: auto;
	right: 0;
	z-index: 100;
}

@media(max-width: 969px) {
	.search-panel .search-input {
		width: 290px;
	}
}

.games-autocomplete {
	line-height: 60px;
}

.games-autocomplete .search-box {
	margin: 0;
}

.games-autocomplete .search-box .search_input {
	line-height: 48px;
	padding: 0 10px 0 50px;
}

.games-autocomplete .search-box .search_input .text_input {
	border-left: 3px solid red;
	border-right: 50px solid #c72534;
	padding: 0 10px;
	border-bottom: 0;
	border-top: 0;
	height: 38px;
	border-radius: 0;
}

.games-autocomplete .search-box .search_input .fonticon {
	font-size: 0;
	line-height: 0;
	background: url("/resources/images/icon-search2.png") center center no-repeat;
	width: 22px;
	height: 22px;
	right: 24px;
	left: inherit;
	top: 8px;
	background-size: contain;
}

.games-autocomplete .search-box .search_input .fonticon:before {
	display: none;
}

.games-autocomplete .search-box .search_input .close {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 20px;
	height: 20px;
	opacity: .7;
	background: url("/resources/images/close.png") 50% 50% no-repeat rgba(0,0,0,0);
	background-size: 19px 19px;
}

.games-autocomplete .search-box .search_input .close:hover {
	opacity: 1;
}

.games-autocomplete .search-box.overflow-visible .ing-search-complite {
	display: block;
	max-height: 612px;
	overflow-y: scroll;
}

.content_area.home_content[template=home_other_collections] .bx-viewport {
	padding: 15px 0;
}

.content_area.home_content[template=home_other_collections] h1 {
	margin: 0 0 40px 0;
	padding-bottom: 20px;
	border-bottom: 3px solid #9a6d42;
}

.content_area.home_content[template=home_other_collections] .category_menu_link {
	position: relative;
	display: inline-block;
}

.content_area.home_content[template=home_other_collections] .category_menu_link .collection-title {
	font-family: "aTitleGothic",sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 39px;
	text-transform: uppercase;
	padding: 0 25px;
	position: absolute;
	bottom: 40px;
	right: -10px;
	color: rgba(255,255,255,.6);
}

.content_area.home_content[template=home_other_collections] .category_menu_link .collection-title .arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 0;
	border-color: #007bff rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);
	position: absolute;
	right: 0;
	bottom: -20px;
	opacity: .7;
}

.content_area.home_content[template=home_other_collections] .category_menu_link:before {
	content: "";
	display: block;
	position: absolute;
	width: 200%;
	height: 150%;
	background: url("/resources/images/slider/light.png") center center no-repeat;
	left: 50%;
	top: 50%;
	opacity: 0;
	transition: opacity .3s;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.content_area.home_content[template=home_other_collections] .bx-wrapper {
	margin: 0 auto;
}

.content_area.home_content[template=home_other_collections] .bx-wrapper .bx-controls {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 -150px;
	pointer-events: none;
}

.content_area.home_content[template=home_other_collections] .bx-wrapper .category_menu_slide li {
	filter: grayscale(100%);
	transition: filter .3s;
}

.content_area.home_content[template=home_other_collections] .bx-wrapper .category_menu_slide li img {
	transition: transform .3s;
}

.content_area.home_content[template=home_other_collections] .bx-wrapper .category_menu_slide li.active {
	filter: none;
	position: relative;
}

.content_area.home_content[template=home_other_collections] .bx-wrapper .category_menu_slide li.active img {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.content_area.home_content[template=home_other_collections] .bx-wrapper .category_menu_slide li.active .category_menu_link .collection-title {
	right: -47px;
	transition: right .3s;
}

.content_area.home_content[template=home_other_collections] .bx-wrapper .category_menu_slide li.active .category_menu_link:before {
	opacity: 1;
}

.content_area.home_content[template=home_other_collections] .bx-wrapper .bx-controls-direction a {
	background: url("/resources/images/game-slider-arrow.png") center center no-repeat;
	width: 100px;
	height: 100px;
	margin-top: -50px;
}

.content_area.home_content[template=home_other_collections] .bx-wrapper .bx-prev {
	pointer-events: auto;
}

.content_area.home_content[template=home_other_collections] .bx-wrapper .bx-next {
	pointer-events: auto;
	transform: rotateY(180deg);
}

[template=home_other_games].content_area .catalog_list {
	background: rgba(0,0,0,0);
	border: 0;
}

[template=home_other_games].content_area .catalog_list:before,[template=home_other_games].content_area .catalog_list:after {
	content: "";
	display: block;
	height: 2px;
	background-color: #47311b;
	width: calc(50% - 200px);
	position: absolute;
	top: 0;
}

[template=home_other_games].content_area .catalog_list:before {
	left: 15px;
}

[template=home_other_games].content_area .catalog_list:after {
	right: 15px;
}

[template=home_other_games] .img_box img.show-animated {
	transition: 0s;
}

.content_area {
	padding: 0 15px 55px;
}

@media(max-width: 969px) {
	.content_area {
		padding-left: 0;
		padding-right: 0;
	}
}

.content_area.home_content {
	position: relative;
}

.content_area.home_content h1 {
	color: #fffefe;
	font-family: "aTitleGothic",sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
	padding-left: 45px;
	margin-bottom: 15px;
}

@media(max-width: 767px) {
	.content_area.home_content h1 {
		padding: 0;
		font-size: 16px;
		font-weight: 400;
		line-height: 17.65px;
		text-align: left;
	}
}

.content_area .catalog_list {
	background-color: rgba(8,8,8,.8);
	border-top: 1px solid #212121;
	border-bottom: 1px solid #212121;
	padding: 25px 20px;
	margin: 0;
}

@media(max-width: 969px) {
	.content_area .catalog_list {
		padding-left: 0;
		padding-right: 0;
	}
}

.content_area .catalog_list .catalog_list_item {
	display: inline-block;
	width: calc(16.6% - 30px);
	margin: 15px;
	position: relative;
}

@media(max-width: 1799px) {
	.content_area .catalog_list .catalog_list_item {
		width: calc(25% - 30px);
	}
}

@media(max-width: 1199px) {
	.content_area .catalog_list .catalog_list_item {
		width: calc(33.3% - 30px);
	}
}

@media(max-width: 969px) {
	.content_area .catalog_list .catalog_list_item {
		width: calc(50% - 30px);
	}
}

@media(max-width: 479px) {
	.content_area .catalog_list .catalog_list_item {
		width: calc(50% - 30px);
	}
}

.content_area .catalog_list .catalog_list_item .item_info {
	margin-top: 0;
	margin-left: 0;
}

.content_area .catalog_list .catalog_list_item .item_info .item_name {
	height: 40px;
	line-height: 40px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #bb8e62;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	background-color: #141414;
}

.content_area .catalog_list .catalog_list_item .actions_btn {
	display: none;
	background-color: #9c2626;
	z-index: 5;
	position: absolute;
	width: 100%;
}

.content_area .catalog_list .catalog_list_item .actions_btn .button-game {
	height: 40px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 40px;
	text-transform: uppercase;
}

.content_area .catalog_list .catalog_list_item .actions_btn .button-game-fun {
	position: absolute;
	right: 0;
	bottom: -40px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 41px;
}

.content_area .catalog_list .catalog_list_item .actions_btn .add-favorite {
	position: absolute;
	left: 0;
	top: inherit;
	bottom: -27px;
}

.content_area .catalog_list .catalog_list_item.hover {
	border: 1px solid rgba(0,0,0,0);
}

.content_area .catalog_list .catalog_list_item.hover:before {
	content: "";
	display: block;
	background-color: #bb8e62;
	position: absolute;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: -80px;
	z-index: 3;
}

.content_area .catalog_list .catalog_list_item.hover .item_image {
	z-index: 5;
}

.content_area .catalog_list .catalog_list_item.hover .item_info {
	background-color: #000;
	z-index: 5;
}

.content_area .catalog_list .catalog_list_item.hover .actions_btn {
	display: block;
}

.content_area .more-games {
	position: absolute;
	color: #bb8e62;
	background-color: #080808;
	font-family: "aTitleGothic";
	border-right: 1px solid #3a3a3a;
	border-left: 1px solid #3a3a3a;
	border-bottom: 1px solid #3a3a3a;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	height: 40px;
	text-decoration: underline;
	padding: 0 80px;
	left: 50%;
	-ms-transform: translate(-50%, -1px);
	transform: translate(-50%, -1px);
	min-width: 180px;
	text-align: center;
}

@media(max-width: 969px) {
	.content_area .more-games {
		padding: 0 20px;
	}
}

.content_area .more-games:after {
	content: "";
	display: inline-block;
	width: 23px;
	height: 23px;
	background: url("/resources/images/btn-load-more.png") center center no-repeat;
	vertical-align: middle;
	margin-left: 15px;
}

.top-games-wrapper {
	font-size: 0;
	line-height: 0;
}

[template=home_latest_winners] {
	max-width: calc(100% + 30px);
	display: block;
	vertical-align: top;
	background-color: #131415;
	padding: 15px 20px;
	line-height: 1.2;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 15px;
}

[template=home_latest_winners]>div {
	width: 85%;
	margin: 0 auto;
}

[template=home_latest_winners] h1 {
	width: 85%;
	margin: 0 auto;
	border-bottom: 2px solid #212121;
}

[template=home_latest_winners] h1 span {
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	background-color: #131415;
}

[template=home_latest_winners] .winner_item_wrap {
	white-space: nowrap;
}

[template=home_latest_winners] .winner_item {
	border: 0;
	font-size: 16px;
	font-weight: 400;
	color: #afafaf;
	font-family: "aTitleGothic";
	padding: 13px 0;
	display: inline-block;
	width: 250px;
	margin-right: 10px;
}

[template=home_latest_winners] .winner_item .winners__wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

[template=home_latest_winners] .winner_item .winners_name {
	color: #a42525;
}

[template=home_latest_winners] .winner_item .winner_money span {
	color: #bb8e62;
}

[template=home_latest_winners] .winner_item .winner_game {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

[template=home_latest_winners] .winner_item .winner_game a {
	color: #afafaf;
}

.language_selector .title {
	color: #b2b2b2;
	font-family: "aTitleGothic",sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.language_selector[template=footer_locales] {
	text-align: left;
	padding-left: 60px;
	max-width: 250px;
}

@media(max-width: 991px) {
	.language_selector[template=footer_locales] {
		padding-top: 20px;
		padding-left: 0;
		display: inline-block;
	}
}

@media(max-width: 991px) {
	.language_selector[template=footer_locales] .title {
		display: none;
	}
}

.language_selector[template=right_panel_locales] .title {
	margin: 25px 0 15px 0;
	padding-left: 45px;
}

.language_selector[template=right_panel_locales] .title:before {
	content: "";
	display: inline-block;
	width: 26px;
	height: 26px;
	background-image: url("/resources/images/right-menu-icon.png");
	background-repeat: no-repeat;
	vertical-align: middle;
	background-position: 0 -104px;
	position: absolute;
	left: 0;
	top: -5px;
}

.language_selector .fl {
	margin-right: 10px;
	margin-bottom: 7px;
	display: inline-block;
	width: 36px;
	height: 36px;
	opacity: .8;
}

.language_selector .fl:hover {
	opacity: 1;
}

.language_selector .fl img {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100% !important;
	max-height: 100%;
	object-fit: cover;
	object-position: center;
}

[class*=page-users] .page-container,.page-support .page-container {
	max-width: 1200px;
	width: 100%;
	margin: 60px auto 0;
	background-color: #fff;
	padding: 50px 30px;
}

@media(max-width: 1799px) {
	[class*=page-users] .page-container,.page-support .page-container {
		max-width: 100%;
	}
}

@media(max-width: 479px) {
	[class*=page-users] .page-container,.page-support .page-container {
		max-width: 320px;
		width: 320px;
	}
}

[class*=page-users] .page-container h2,.page-support .page-container h2 {
	color: #976d49;
	font-size: 30px;
	font-weight: 400;
	line-height: 41px;
	text-transform: uppercase;
	position: relative;
	margin: 10px 0 15px;
	padding-left: 10px;
}

[class*=page-users] .page-container a,.page-support .page-container a {
	color: #976d49;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
}

[class*=page-users] .page-container .btn-success,.page-support .page-container .btn-success {
	height: 40px;
	border-radius: 5px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	opacity: 1;
	text-decoration: none;
	transition: color 0s;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	vertical-align: middle;
	border: 2px solid #50b937;
	background-color: #50b937;
	background-image: none;
	color: #fff;
	height: 40px;
	line-height: 36px;
	font-size: 18px;
	box-shadow: none;
}

[class*=page-users] .page-container .btn-success:hover,.page-support .page-container .btn-success:hover {
	text-decoration: none;
}

[class*=page-users] .page-container .btn-success:hover,.page-support .page-container .btn-success:hover {
	background-image: none;
	border: 2px solid #50b937;
	background-color: #50b937;
	color: #fff;
}

[class*=page-users] .page-container .alert-warning,.page-support .page-container .alert-warning {
	background-color: #fcf8e3;
	background-image: none;
	box-shadow: none;
	text-shadow: none;
}

.page-users_password_new .page-container #user_submit_action,.page-users_confirmation_new .page-container #user_submit_action,.page-users_unlock_new .page-container #user_submit_action {
	width: auto;
	max-width: 100%;
	padding: 0 15px;
}

.page-users_password_new .page-container .btn-success,.page-users_confirmation_new .page-container .btn-success,.page-users_unlock_new .page-container .btn-success {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	white-space: normal;
	width: auto;
	min-height: 40px;
	max-width: 100%;
	height: auto;
}

.page-users_password_new .page-container .btn-success input,.page-users_confirmation_new .page-container .btn-success input,.page-users_unlock_new .page-container .btn-success input {
	display: none;
}

.form-group.field-icon {
	position: relative;
}

.form-group.field-icon:after {
	content: "";
	background-image: url("/resources/images/form-icons.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	width: 24px;
	height: 20px;
	position: absolute;
	top: 10px;
	left: 12px;
}

.form-group.field-icon .form-control {
	padding: 0 15px 0 48px;
}

.form-group.field-icon.field-email:after {
	background-position: 0 0;
}

.form-group.field-icon.field-nickname:after {
	background-position: -24px -2px;
}

.form-group.field-icon.field-password:after,.form-group.field-icon.field-password_confirmation:after {
	background-position: -48px 0;
}

.form-group.field-icon.field-currency:after {
	background-position: -72px 0;
}

.form-group.field-icon.field-country:after {
	background-position: -96px 0;
}

.form-group.field-icon.field-captcha:after {
	display: none;
}

.form-group .currency-dropdown {
	max-height: 300px;
	overflow-y: auto;
}

footer>.inner:first-child {
	background: rgba(0,0,0,0);
}

@media(max-width: 969px) {
	footer .pay_links {
		letter-spacing: 0;
	}
}

footer .pay_link {
	opacity: .3;
}

@media(max-width: 969px) {
	footer .pay_link {
		margin: 10px 10px;
	}
}

footer .pay_link img {
	height: 33px;
}

@media(max-width: 969px) {
	footer .pay_link img {
		height: 19px;
	}
}

footer .pay_link.small img {
	height: 18px;
}

footer .footer-bottom {
	background: url("/resources/images/footer_bottom_bg.png") center top repeat;
	max-width: 100%;
	padding: 0;
}

footer .footer-bottom:before {
	content: "";
	display: block;
	font-size: 0;
	line-height: 0;
	height: 7px;
	background-color: #282828;
	border-top: 5px solid #1a1a1a;
}

footer .footer-bottom .row-first {
	padding: 30px 0;
	border-bottom: 4px solid #1a1a1a;
}

footer .footer-bottom .row-first img {
	max-width: 60%;
}

@media(max-width: 1799px) {
	footer .footer-bottom .row-first .social-button img {
		width: 35px;
	}
}

footer .footer-bottom .row-second,footer .footer-bottom .row-third {
	padding: 15px 0;
}

footer .footer-bottom .row-second {
	padding-top: 30px;
}

footer .footer-bottom .row-third {
	position: relative;
	color: #fefefe;
	font-family: "aTitleGothic",sans-serif;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
}

footer .footer-bottom .row-third:before,footer .footer-bottom .row-third:after {
	content: "";
	font-size: 0;
	line-height: 0;
	height: 2px;
	display: block;
	background-color: #282828;
	width: calc(50% - 120px);
	position: absolute;
	top: 50%;
	margin-top: -1px;
}

footer .footer-bottom .row-third:before {
	left: 0;
}

footer .footer-bottom .row-third:after {
	right: 0;
}

footer .footer-bottom .social-button {
	padding-top: 45px;
	letter-spacing: 20px;
}

@media(max-width: 1799px) {
	footer .footer-bottom .social-button {
		letter-spacing: 10px;
	}
}

@media(max-width: 969px) {
	footer .footer-bottom .social-button img {
		width: 47px;
	}
}

footer .footer-bottom .bottom-menu {
	text-align: left;
}

@media(max-width: 991px) {
	footer .footer-bottom .bottom-menu {
		display: none;
	}
}

footer .footer-bottom .bottom-menu h2 {
	color: #b2b2b2;
	font-family: "aTitleGothic",sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
}

footer .footer-bottom .bottom-menu a {
	color: #b2b2b2;
	font-family: "aTitleGothic",sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
}

@media(min-width: 960px) {
	footer .footer-bottom .bottom-menu a.main_menu_item--ja-locale {
		font-size: 12px;
	}
}

footer .footer-bottom .bottom-menu .bottom-menu-col {
	padding: 0 5px;
	float: left;
	width: 20%;
}

footer .footer-bottom .bottom-menu .bottom-menu-col p {
	font-weight: 400;
	text-transform: uppercase;
}

footer .footer-bottom .bottom-menu .row-block {
	margin-left: auto;
	margin-right: auto;
}

footer .footer-bottom [type=footer-content] {
	max-width: 1600px;
	margin: 0 auto;
	color: #888;
	font-family: "aTitleGothic",sans-serif;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 400;
}

@media(max-width: 969px) {
	footer .footer-bottom [type=footer-content] {
		font-size: 12px;
	}
}

.social_auth--small {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.social__wrapper {
	margin-bottom: 5px;
	height: initial;
	line-height: initial;
}

.social__link {
	transition: background .3s linear;
	display: inline-block;
	width: 62px;
	height: 62px;
	line-height: 62px;
	margin-right: 20px;
	text-align: center;
	position: relative;
	vertical-align: middle;
}

.social_auth--small .social__link {
	width: 42px;
	height: 42px;
	line-height: 42px;
	margin-right: 10px;
}

.social__link:after {
	content: "";
	position: absolute;
	height: 62px;
	width: 62px;
	background: rgba(0,0,0,.4);
	top: 0;
	left: 0;
}

.social_auth--small .social__link:after {
	width: 42px;
	height: 42px;
}

.social__link:hover:after {
	display: none;
}

.social__link-facebook {
	background: #3b5998;
}

.social__link-twitter {
	background: #1da1f2;
}

.social__link-vkontakte {
	background: #4d75a3;
}

.social__link-google_oauth2 {
	background: #dd4c39;
}

.social__link:last-child {
	margin-right: 0;
}

.social__link i {
	line-height: 64px;
	font-size: 40px;
	transition: color .3s linear !important;
}

.social_auth--small .social__link i {
	line-height: 42px;
	font-size: 27px;
}

body.modal-open {
	position: fixed;
}

@media(min-width: 321px) {
	.legenda .map {
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
}

@media(max-width: 320px) {
	.legenda .map {
		margin-right: -35px;
		width: calc(100% + 70px);
		margin-left: -35px;
	}
}

.legenda .paper {
	background-image: url("/resources/images/legenda/paper.png");
	background-position: center top;
	background-repeat: no-repeat;
	max-width: 1651px;
	min-width: 320px;
	min-height: 1170px;
	padding: 6vw 11vw 10.6vw 13vw;
	margin: -2vw auto 0;
	position: relative;
}

@media(max-width: 1650px) {
	.legenda .paper {
		background-size: contain;
		min-height: 70vw;
	}
}

@media(max-width: 480px) {
	.legenda .paper {
		min-height: 165vw;
		padding: 20vw 10vw 10vw 10vw;
		background-image: url("/resources/images/legenda/paper-small.png");
		background-size: cover;
	}
}

@media(max-width: 320px) {
	.legenda .paper {
		background-size: 115% 100%;
		height: 600px;
		padding: 60px 10px 70px;
	}
}

.legenda .paper h2 {
	display: inline-block;
	background: rgba(0,0,0,0);
	color: #282828;
	font-family: "aTitleGothic",sans-serif;
	font-size: 2.4vw;
	font-weight: 400;
	line-height: 1.5;
	text-transform: uppercase;
	padding-right: 40px;
	border-top: 2px solid #282828;
	margin: 0;
}

@media(max-width: 480px) {
	.legenda .paper h2 {
		font-size: 5vw;
	}
}

@media(max-width: 320px) {
	.legenda .paper h2 {
		font-size: 18px;
	}
}

.legenda .paper p {
	color: #282828;
	font-size: 1.5vw;
	font-family: "aTitleGothic",sans-serif;
	font-weight: 500;
	line-height: 1.4;
	margin: 1.25vw 0;
}

@media(max-width: 1650px) {
	.legenda .paper p {
		font-size: 1.8vw;
	}
}

@media(max-width: 480px) {
	.legenda .paper p {
		font-size: 3vw;
	}
}

@media(max-width: 320px) {
	.legenda .paper p {
		margin: 10px 0;
		font-size: 11px;
	}
}

.page-home.theme-ladys .main>.inner.ladys-pattern,.page-games.theme-ladys .main>.inner.ladys-pattern {
	background: url("/resources/images/btc_mode/pattern_bg.jpg") center top no-repeat;
	background-size: 100% auto;
}

@media(min-width: 1920px) {
	.page-home.theme-ladys .main>.inner.ladys-pattern,.page-games.theme-ladys .main>.inner.ladys-pattern {
		background-size: 1920px auto;
	}
}

.page-home.theme-ladys .content_area.home_content .more-games,.page-games.theme-ladys .content_area.home_content .more-games {
	background-color: rgba(8,8,8,.8);
	color: #20ce3c;
}

.page-home.theme-ladys .content_area.home_content .more-games:after,.page-games.theme-ladys .content_area.home_content .more-games:after {
	background: url(/resources/images/btc_mode/btc_btn-load-more.png) center center no-repeat;
}

.page-home.theme-ladys .category_list .category_menu li a,.page-games.theme-ladys .category_list .category_menu li a {
	color: #20ce3c;
}

.page-home.theme-ladys .category_list .category_menu li a:hover,.page-games.theme-ladys .category_list .category_menu li a:hover {
	color: #fff;
}

.page-home.theme-ladys .category_list .category_menu li a.billi_casino,.page-games.theme-ladys .category_list .category_menu li a.billi_casino {
	color: #bb8e62;
}

.page-home.theme-ladys .category_list .category_menu li a.billi_casino:hover,.page-games.theme-ladys .category_list .category_menu li a.billi_casino:hover {
	color: #fff;
}

.page-home.theme-ladys .category_list .category_menu li.current a,.page-games.theme-ladys .category_list .category_menu li.current a {
	color: #fff;
	pointer-events: none;
}

.page-home.theme-ladys .providers__button,.page-games.theme-ladys .providers__button {
	color: #20ce3c;
}

.page-home.theme-ladys .providers__caret:before,.page-games.theme-ladys .providers__caret:before {
	border-color: rgba(32,206,60,.5);
}

.page-home.theme-ladys .providers__list>li>a,.page-games.theme-ladys .providers__list>li>a {
	color: rgba(32,206,60,.5);
}

.page-home.theme-ladys .providers__list>li>a.current,.page-home.theme-ladys .providers__list>li>a:hover,.page-home.theme-ladys .providers__list>li>a:active,.page-home.theme-ladys .providers__list>li>a:focus,.page-home.theme-ladys .providers__list>li>a:active:hover,.page-home.theme-ladys .providers__list>li>a:active:focus,.page-games.theme-ladys .providers__list>li>a.current,.page-games.theme-ladys .providers__list>li>a:hover,.page-games.theme-ladys .providers__list>li>a:active,.page-games.theme-ladys .providers__list>li>a:focus,.page-games.theme-ladys .providers__list>li>a:active:hover,.page-games.theme-ladys .providers__list>li>a:active:focus {
	color: #20ce3c;
}

.page-home.theme-ladys .content_area .catalog_list .catalog_list_item.hover:before,.page-games.theme-ladys .content_area .catalog_list .catalog_list_item.hover:before {
	background-color: #20ce3c;
}

.page-home.theme-ladys .content_area .catalog_list .catalog_list_item .actions_btn,.page-games.theme-ladys .content_area .catalog_list .catalog_list_item .actions_btn {
	background-color: #9c2626;
}

.page-home.theme-ladys .content_area .catalog_list .item_info .item_name,.page-games.theme-ladys .content_area .catalog_list .item_info .item_name {
	background-color: #141414;
	color: #20ce3c;
}

.page-home.theme-ladys .search-panel .search-btn,.page-games.theme-ladys .search-panel .search-btn {
	color: #20ce3c;
}

.cg-notify-message {
	z-index: 999999;
}

body:after {
	content: "0";
	display: block;
	opacity: 0;
	height: 0;
	width: 0;
}

@media(min-width: 480px) {
	body:after {
		content: "480";
	}
}

@media(min-width: 768px) {
	body:after {
		content: "768";
	}
}

@media(min-width: 970px) {
	body:after {
		content: "970";
	}
}

@media(min-width: 1200px) {
	body:after {
		content: "1200";
	}
}

@media(min-width: 1800px) {
	body:after {
		content: "1800";
	}
}

@media(min-width: 1920px) {
	body:after {
		content: "1920";
	}
}

.seo-content-block {
	font-size: 14px;
	line-height: 1;
	background: #191514;
	background-size: 100% auto;
	background-position: center center;
}

.seo-content-block__wrapper {
	margin: 0 auto;
	padding: 65px 150px 70px;
	color: #c3c3c3;
}

@media(max-width: 1199px) {
	.seo-content-block__wrapper {
		padding: 65px 15px 70px;
	}
}

@media(max-width: 767px) {
	.seo-content-block__wrapper {
		padding-top: 20px;
	}
}

@media(max-width: 479px) {
	.seo-content-block__wrapper {
		padding: 20px 10px;
	}
}

.seo-content-block__wrapper h1,.seo-content-block__wrapper h2 {
	text-align: center;
	font-weight: 100;
}

.seo-content-block__wrapper h1 {
	font-size: 30px;
}

@media(max-width: 479px) {
	.seo-content-block__wrapper h1 {
		font-size: 21px;
	}
}

.seo-content-block__wrapper h2 {
	font-size: 24px;
	color: #c3c3c3;
}

@media(max-width: 479px) {
	.seo-content-block__wrapper h2 {
		font-size: 17px;
	}
}

.seo-content-block__wrapper p {
	font-size: 18px;
	color: #bb8e62;
	font-weight: 100;
}

@media(max-width: 479px) {
	.seo-content-block__wrapper p {
		font-size: 15px;
	}
}

@media(max-width: 1199px) {
	.seo-content-block {
		background: #191514;
		padding: 15px;
	}
}







.zeus-game-play {
    position: fixed;
    margin: 0;
    padding: 0;
    border: none;
    top: 0;
    left: 0;
    border: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: #000000;
    display: none;
}
.btnexit {
    position: absolute;
    padding: 6px 20px;
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .3);
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    -webkit-tap-highlight-color: transparent;
    background: #000;
    box-shadow: 2px 2px 17px 2px rgb(112 112 112);
    outline: none;
    margin: 0;
    display: inline-block;
    right: 10px;
    top: 20px;
    width: 200px;
    height: 50px;
    font-family: Open Sans, Arial, sans-serif;
    font-size: 24px;
    line-height: 38px;
    text-transform: uppercase;
    border-radius: 5px;
    vertical-align: middle;
    overflow: hidden;
}
.game-play {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    border: none;
}