/*.pre-header-dovnload{}*/
.pre-header-dovnload{
	display: flex;
	padding: 10px;
	gap: 10px;
	justify-content: flex-end;
	align-items: center;
	maw-width: 100%;
	border: 1px solid #d3d3d3;
	line-height: 1;
	margin: 20px 0;
	border-radius: 5px;
}
.pre-header-dovnload .text-box{
	font-weight: bold;
	font-size: 16px;
	text-align: center;
}
.pre-header-dovnload .button-tg{
	background: #24ba9d;
	border: 2px solid #ff8600;
	border-radius: 20px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	padding: 11px 10px 10px 40px;
	position: relative;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
}
.pre-header-dovnload .button-tg .animate{
	position: absolute;
	left: 5px;
	top: 4px;
	width: 25px;
	height: 25px;
	animation: 2s linear infinite animateTg;
}
@keyframes animateTg {
	0%   {
		opacity: 1;
		transform: scale(1);
	}
	25%  {
		opacity: .7;
		transform: scale(1.2);
	}
	50%  {
		opacity: 1;
		transform: scale(1);
	}
	75%  {
		opacity: .7;
		transform: scale(1.2);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}
aside .pre-header-dovnload, .sidebar .pre-header-dovnload{
	flex-direction: column;
	justify-content: center;
	width: auto;
	margin-top: -10px;
	
}
.no-mobail .pre-header-dovnload{
	display: none;
}

@media (max-width: 768px){
	aside .pre-header-dovnload, .sidebar .pre-header-dovnload{
		display: none;
	}
	.pre-header-dovnload, .no-mobail .pre-header-dovnload{
		flex-direction: column;
		display: table-footer-group;
		display: table-footer-group;
		justify-content: center;
		display: flex;
	}
}
.content-form {
	padding: 15px 20px 0;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	border: 1px solid #d3d3d3;
	color: #000;
}
.content-form *, .content-form *::after, .content-form *::before{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.content-form	.h2 {
	font-size: clamp(18px, 1.7544vw, 24px);
	text-align: center;
	line-height: 1;
	margin-bottom: 10px;
	padding: 0;
	font-weight: bold;
	color: #000;
}
.content-form	.form-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 20px;
}
.content-form  .form-group-email {
	flex: 1 1 auto;
	position: relative;
	width: calc(70% - 20px);
}
.content-form .form-group-submit {
	flex: 1 1 auto;
	width: 30%;
	min-width: 160px;
	margin-bottom: 17px;
}
.content-form .form-control {
	background-color: #fff;
	border: 1px solid #d3d3d3;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .05) inset;
	border-radius: 5px;
	height: 42px;
	padding: 10px;
	position: relative;
	width: 100%;
	color: #000;
}
.content-form .btn {
	min-height: 42px;
	width: 100%;
}
.content-form .form-text{
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.2;
	color: #000;
}
.content-form .status-message {
	font-size: 12px;
	font-weight: 500;
	min-height: 23px;
	padding: 3px 11px;
}
.content-form .status-message.success {
	color: #26b326;
}
.content-form .status-message.error {
	color: #ed3c3c;
}

@media(max-width: 650px) {
.content-form {
	padding: 10px 15px 0;
}
.content-form	.form-group-submit {
		width: 100%;
}
.content-form	.status-message {
		min-height: 13px;
		text-align: center;
}
}
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  color: inherit;
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

select, input, textarea, button {
  outline: none;
}

@font-face {
  font-family: "Saxony-Bold";
  src: url("../fonts/Saxony-Bold.eot");
  src: url("../fonts/Saxony-Bold.woff2") format("woff2"), url("../fonts/Saxony-Bold.woff") format("woff"), url("../fonts/Saxony-Bold.ttf") format("truetype"), url("../fonts/Saxony-Bold.svg#Saxony-Bold") format("svg"), url("../fonts/Saxony-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular.ttf") format("truetype"), url("../fonts/RobotoRegular.svg#RobotoRegular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoBold.eot");
  src: url("../fonts/RobotoBold.eot") format("embedded-opentype"), url("../fonts/RobotoBold.woff2") format("woff2"), url("../fonts/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold.ttf") format("truetype"), url("../fonts/RobotoBold.svg#RobotoBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/RobotoItalic.eot");
  src: url("../fonts/RobotoItalic.eot") format("embedded-opentype"), url("../fonts/RobotoItalic.woff2") format("woff2"), url("../fonts/RobotoItalic.woff") format("woff"), url("../fonts/RobotoItalic.ttf") format("truetype"), url("../fonts/RobotoItalic.svg#RobotoItalic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
.toc_title:hover .list, .toc_title.open .list {
  background-image: url("../images/icons/list-hover.svg");
}

.btn:hover .arrow-down {
  background-image: url("../images/icons/arrow-down-hover.svg");
}

i {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  flex-shrink: 0;
}
i.right {
  margin-right: 0;
  margin-left: 10px;
}
i.nav-card {
  background-image: url("../images/icons/nav-card.svg");
}
i.badge {
  background-image: url("../images/icons/casino-chips.svg");
}
i.list {
  background-image: url("../images/icons/list.svg");
}
i.param-gift {
  background-image: url("../images/icons/gift (5).svg");
}
i.param-gift-v2 {
  background-image: url("../images/icons/param-gift-v2.svg");
}
i.param-slots {
  background-image: url("../images/icons/slot-machine (2).svg");
}
i.param-wager {
  background-image: url("../images/icons/reply.svg");
}
i.info {
  background-image: url("../images/icons/information.svg");
  opacity: 0.75;
}
i.arrow-down {
  background-image: url("../images/icons/arrow-down.svg");
}
i.check {
  background-image: url("../images/icons/check.svg");
}
i.param-info {
  background-image: url("../images/icons/param-info.svg");
}
i.param-license {
  background-image: url("../images/icons/license.svg");
}
i.param-play {
  background-image: url("../images/icons/param-play.svg");
}
i.param-gear {
  background-image: url("../images/icons/param-gear.svg");
}
i.param-payments {
  background-image: url("../images/icons/param-payments.svg");
}
i.param-clock {
  background-image: url("../images/icons/param-clock.svg");
}
i.correct {
  background-image: url("../images/icons/correct.svg");
}
i.plus-18 {
  background-image: url("../images/icons/plus-18.svg");
}
i.arrow-top {
  background-image: url("../images/icons/arrow-top.svg");
}
i.icon-plus {
  background-image: url("../images/icons/icon-plus.svg");
}
i.icon-minus {
  background-image: url("../images/icons/icon-minus.svg");
}
i.icon-apk {
  background-image: url("../images/icons/apk-file.svg");
}
i.icon-casino-type {
  background-image: url("../images/icons/icon-casino-type.svg");
}
i.icon-calendar {
  background-image: url("../images/icons/icon-calendar.svg");
}
i.icon-telephone {
  background-image: url("../images/icons/icon-telephone.svg");
}
i.icon-mail {
  background-image: url("../images/icons/icon-mail.svg");
}
i.icon-internet {
  background-image: url("../images/icons/icon-internet.svg");
}
i.icon-money-bag {
  background-image: url("../images/icons/icon-money-bag.svg");
}
i.icon-time {
  background-image: url("../images/icons/icon-time.svg");
}
i.icon-money-limit {
  background-image: url("../images/icons/icon-money-limit.svg");
}
i.icon-deposit {
  background-image: url("../images/icons/icon-deposit.svg");
}
i.icon-verification {
  background-image: url("../images/icons/icon-verification.svg");
}
i.icon-speed {
  background-image: url("../images/icons/icon-speed.svg");
}
i.icon-jackpot {
  background-image: url("../images/icons/icon-jackpot.svg");
}
i.icon-rtp {
  background-image: url("../images/icons/icon-rtp.svg");
}

.i-windows, .i-apple, .i-android {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-background-size: cover;
    background-size: cover;
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.5));
}

.i-windows {
  background-image: url("../images/icons/logo.svg");
}

.i-apple {
  background-image: url("../images/icons/company.svg");  
}

.i-android {
    background-image: url("../images/icons/android.svg");
}

.casino-opwrapper {
        display: flex;
    width: 100%;
    justify-content: space-between;
    
}

.download {
    display: flex;
    height: max-content;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.single-item .item-title {
    text-align: center;
    color: #eee;
    display: block;
    font-weight: bold;
    margin-top: 1em;
    font-size: 2em;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.service {
    float: left;
    margin: 0 15px 0 0 !important;
    width: initial !important;
}

.service .card-body {
    flex-direction: column;
}

.service .form-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0;
}

.service .form-group label {
    margin-right: 5px;
}

.slick-current {
    opacity: 1 !important;
}

.single-item .item {
    padding: 10px;
    opacity: 0.2;
    transition: 500ms;
}

.slick-slider {
    margin: 0 -25px;
    padding: 15px 0;
    background: #000;
}

/* nav icons */
.nav-link::before {
   content: " ";
    width: 36px;
    height: 36px;
    margin-right: 5px;
    display: inline-block;
    background-size: cover;
    vertical-align: middle;
}

#nav-link-2::before {
    background-image: url(../images/elections.svg);
}

#nav-link-4::before {
    background-image: url(../images/money.svg);
}

#nav-link-5::before {
    background-image: url(../images/prize.svg);
}

#nav-link-6::before {
    background-image: url(../images/clover.svg);
}

#nav-link-7::before {
    background-image: url(../images/russian-roulette.svg);
}

.rating {
  position: relative;
  width: 130px;
  height: 35px;
}

.rating__best {
  background: url(../images/stars.png) no-repeat;
  width: 130px;
  height: 35px;
  position: absolute;
  background-size: 130px 210px;
}

.rating_active .rating__star {
  cursor: pointer;
}

.rating__best_hover {
  background-position: 0 -35px !important;
}

.rating__star {
  width: 26px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.rating__star_1 {
  left: 0;
}

.rating__star_2 {
  left: 26px;
}

.rating__star_3 {
  left: 52px;
}

.rating__star_4 {
  left: 78px;
}

.rating__star_5 {
  left: 104px;
}

.rating__star_opacity {
  background: url(../images/rating_bg.png) repeat scroll 0 0 transparent;
}

.rating__star_hover {
  background-image: none !important;
}

.rating__current {
  background: url(../images/stars.png) 0 -35px no-repeat;
  height: 35px;
  position: absolute;
  background-size: 130px 210px;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
  outline: none;
  color: #1fb992;
  transition: color 300ms ease-out;
}
a:hover {
  color: #ce0012;
}

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

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: inherit;
  text-align: center;
}
h1.left, h2.left, h3.left, h4.left, h5.left, h6.left, .h1.left, .h2.left, .h3.left, .h4.left, .h5.left, .h6.left {
  text-align: left;
}
h1.right, h2.right, h3.right, h4.right, h5.right, h6.right, .h1.right, .h2.right, .h3.right, .h4.right, .h5.right, .h6.right {
  text-align: right;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child {
  margin-top: 0;
}

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

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

h1, .h1 {
  font-size: 25px;
  margin-top: 0;
}
h1:last-child, .h1:last-child {
  margin-bottom: 0;
}

h2, .h2 {
  font-size: 23px;
}
h2:last-child, .h2:last-child {
  margin-bottom: 0;
}

h1:first-of-type, h2:first-of-type {
  margin-top: 0;
}

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

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

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

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

p {
    margin: 0 0 10px;
    text-align: justify;
    font-size: 16px;
    line-height: 1.6rem;
}

p:last-of-type {
  margin-bottom: 0;
}

.content-text h2,
.content2 h2{
    padding: 0 0 0.5em;
    text-align: left;
}

.content-text h3,
.content-text h4,
.content-text h5 {
    text-align: left;
}

.content-text li{
    line-height: 1.6em;
    font-size: 16px;
}

.h2 {
    display: block;
}

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

strong, b {
  font-weight: bold;
}

table {
  width: 100%;
}

ol {
  list-style: decimal;
}

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

th, td {
  padding: 10px;
}

blockquote {
    display: table;
    margin: 15px 10px;
    font-size: 14px;
    font-style: italic;
    background: var(--casino-color);
    /* color: #eee; */
    position: relative;
    padding: 20px;
    width: 100%;
    border: solid 1px rgba(0,0,0,0.05);
    border-radius: 3px;
    font-style: italic;
    font-weight: bold;
    background-image: url(https://www.transparenttextures.com/patterns/translucent-fibres.png);
    background-color: #fff4a6;
}
/* blockquote:before, blockquote:after {
  font-size: 42px;
  font-weight: normal;
  line-height: 30px;
} */
blockquote:before {
     content: '';
    background-image: url(../images/icons/information.svg);
    display: block;
    width: 32px;
    height: 32px;
    -webkit-background-size: cover;
    background-size: cover;
    /* margin-right: 10px; */
    /* vertical-align: -0.4em; */
    position: absolute;
    left: -10px;
    top: -10px;
    z-index: 9999;
}
blockquote:after {
 content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: -14px;
    left: -14px;
    background: #fff;
    border-radius: 85px;
}
blockquote p {
  margin: 0;
}

cite {
  display: table;
  border: 1px solid;
  padding: 10px;
  margin: 10px 0;
  background: rgba(0, 0, 0, 0.3);
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.center {
  text-align: center;
}
.center .btn {
  width: auto;
  max-width: 100%;
}

.mt-20 {
  margin-top: 20px;
}

.mt-10 {
  margin-top: 10px;
}

body {
  font: 14px "Roboto", Arial, sans-serif;
  line-height: 1.4;
  
  min-width: 320px;
}

.container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  padding: 5px 10px;
  border: none;
  border-radius: 3px;
  color: #232323;
  background: rgba(0, 0, 0, 0.07);
  cursor: pointer;
  transition: background 200ms linear;
}
.btn:hover {
  color: #bcffee;
  background: #1fb992;
}
.btn.btn-yellow {
  color: #fff;
      background: #73CCD2;
  font-weight: bold;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  transition: all 200ms linear;
}
.btn.btn-yellow:hover {
  transform: scale(1.1);
  filter: brightness(110%);
}
.btn.btn-green {
  color: #fff;
      background: linear-gradient(45deg, #4359f2 0%, #dc4ad5 100%);
  font-weight: bold;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  transition: all 200ms linear;
}

.btn-icon {
    position: relative;
    padding-right: 32px !important;
}

.btn-icon::after {
    position: absolute;
    color: rgba(0, 0, 0, 0.3);
    top: 0;
    right: 0;
    width: 35px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 35px;
    line-height: 0.9;
    height: 100%;
}

.btn-arrow:after {
    content: "»";
}

.btn-download::after {
    content: " ";
    background-image: url("../images/download (1).svg");
    opacity: 0.2;
    /* background-size: cover; */
    background-size: 24px;
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 8px;
    background-color: rgba(0,0,0,0.25);
}

.btn.btn-green:hover {
  transform: scale(1.1);
  filter: brightness(110%);
}
.btn.btn-red {
  color: #fff;
  background: linear-gradient(45deg, #fe3838 0%, #cd338f 100%);
  font-weight: bold;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  transition: all 200ms linear;
  text-align: center;
}

li.border-item {
    border-bottom: dotted 1px #ddd;
    /* display: inline-block; */
}
.btn.btn-red:hover {
  transform: scale(1.1);
  filter: brightness(110%);
}
.btn i {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

.header {
  background-color: #fff;
  /* background-image: url(../images/texture-bg-white.jpg); */
  background-size: 400px 400px;
  /* box-shadow: 0 0 10px #dad9d9; */
  position: relative;
}
.header .container {
  display: flex;
  max-width: 1400px;
  align-items: center;
  justify-content: space-between;
}
.header .logo {
  font: 30px "Saxony-Bold";
  color: #21be1e;
  margin: 0 10px;
  letter-spacing: 1px;
}
.header .caption {
  font-size: 16px;
  line-height: 18px;
}

.header-left {
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.mob-nav-btn {
  display: none;
}

.main-navigation {
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  /* margin: 0 10px; */
}
.main-navigation ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main-navigation ul a,
.main-navigation ul span{
  position: relative;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  transition: background 200ms linear;
}

.main-navigation ul i {
  width: 30px;
  height: 30px;
}

.nav-link {
    padding: 26px 10px;
    
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}



.nav-link:hover,
.nav-link:active,
.nav-link:focus,
.nav-link-active {
    box-shadow: inset 0 -5px 0px 0 rgba(0,0,0,0.2);
      transition: background 200ms linear;
          background: #f5b4ba;
}

#nav-link-2:hover,
.nav-link:active,
.nav-link:focus,
#nav-link-2.nav-link-active {
    background: #89d1c8;
}

#nav-link-4:hover,
.nav-link:active,
.nav-link:focus,
#nav-link-4.nav-link-active {
   background: #c2dda9;
}

#nav-link-5:hover,
.nav-link:active,
.nav-link:focus,
#nav-link-5.nav-link-active {
   background: #ffe598;
}

#nav-link-6:hover,
.nav-link:active,
.nav-link:focus,
#nav-link-6.nav-link-active {
      background: #f9b5a3;
}

#nav-link-7:hover,
#nav-link-7.nav-link-active {
background: #d7ac87;
}

/* #nav-item-2 {
    background: #f5b4ba;
} */

.player-chose {
  position: relative;
  display: flex;
  padding: 10px;
}
.player-chose.opened .pc-icon:after,
.player-chose.opened .pc-content {
  display: block;
}
.player-chose .pc-icon {
  position: relative;
  display: flex;
  cursor: pointer;
}
.player-chose .pc-icon:after {
  content: "";
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  right: 20px;
  width: 31px;
  height: 28px;
  /* background: url("../images/appendix.svg") no-repeat; */
  background-size: contain;
  cursor: default;
  z-index: 100;
}
.player-chose .pc-icon i {
  width: 48px;
  height: 48px;
  margin: 0;
}
.player-chose .pc-content {
  display: none;
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  width: 320px;
  border-radius: 15px;
  background: #fff;
  border: 3px solid #fff;
  overflow: hidden;
  z-index: 100;
  filter: drop-shadow(0 0 5px #aaa);
}
.player-chose .pc-header {
      background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    
  color: #fff;
  padding: 24px 32px 18px 32px;
  line-height: 1.2;
}
.player-chose .pc-header .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
}
.player-chose .pc-header .text {
  opacity: 0.8;
  font-size: 15px;
  margin-top: 6px;
}
.player-chose .pc-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 14px;
  height: 14px;
  background: url("../images/close.svg") no-repeat;
  background-size: contain;
  cursor: pointer;
}
.player-chose .item {
  display: flex;
  align-items: flex-start;
  padding: 15px 10px;
  box-shadow: inset 0 -1px 0 0 #C4D7D7, 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.player-chose .item:hover {
  background: #e4efef;
}
.player-chose .item:nth-of-type(1) .award {
  background: url("../images/award-1.png") center 5px no-repeat;
}
.player-chose .item:nth-of-type(2) .award {
  background: url("../images/award-2.png") center 5px no-repeat;
}
.player-chose .item:nth-of-type(3) .award {
  background: url("../images/award-3.png") center 5px no-repeat;
}
.player-chose .item:last-of-type {
  box-shadow: none;
}
.player-chose .item .award {
  flex: 0 0 36px;
  height: 65px;
}
.player-chose .item .item-info {
  flex: 1 1 auto;
  margin: 0 10px;
}
.player-chose .item .item-title {
  font-size: 15px;
  font-weight: 600;
}
.player-chose .item .item-logo {
  flex: 0 0 70px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 6px;
  margin-top: 5px;
}
.player-chose .item .info-text {
  color: #5e6471;
  font-size: 13px;
  line-height: 1.2;
}

.block-white {
  background: #fff;
  
  padding: 15px 25px;
    border-radius: 10px;
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  margin: 15px 0;
}

.stars-wrap .rating__current,
.stars-wrap .rating__best,
.stars-wrap .rating__star_opacity {
  background-size: 130px 105px;
}
.stars-wrap .rating,
.stars-wrap .rating__current,
.stars-wrap .rating__star,
.stars-wrap .rating__best {
  height: 25px;
}

.block-columns {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.block-columns .col {
  position: relative;
  flex: 1 1 30%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  padding: 20px;
  margin-right: 20px;

  overflow: hidden;
}
.block-columns .col:last-of-type {
  margin-right: 0;
}
/* .block-columns .content-text {
  height: 313px;
} */
.block-columns .toc_container {
  margin-top: 20px;
}
.block-columns h1, .block-columns h2, .block-columns h3 {
  text-align: center;
}

.content-text {
  position: relative;
  overflow: hidden;
}
.content-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  width: 100%;
  background: linear-gradient(to bottom, transparent 0, rgba(255, 255, 255, 0.7) 50%, white 100%);
  transition: height 300ms linear;
}
.content-text.closed {
  height: auto;
}
.content-text.closed:after {
  height: 70px;
}
.content-text a {
  text-decoration: underline;
  transition: color 300ms ease-out;
}
.content-text a:hover {
  color: #232323;
}
.content-text ol, .content-text ul {
  display: table;
  margin: 10px 0 10px 13px;
  padding-left: 22px;
}
.content-text ul li {
  position: relative;
}
.content-text ul li:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}

.features ul:before {
    content: none !important;
}
.content-text table {
    /* border: 1px solid #3e5ad5; */
    /* box-shadow: 0 0 0 1px #3e5ad5, 0 0 7px 0 #adbfff; */
    background-color: #eee;
    background-image: url(https://www.transparenttextures.com/patterns/translucent-fibres.png);
    border-radius: 5px;
    margin: 15px 0;
    overflow: hidden;
    /* color: #eee; */
    font-size: 14px;
}

.content-text table tr:first-child td {
    background: rgb(62, 62, 62);
    font-weight: bold;
    text-align: center;
    color: #eee;
}

.content-text table tr td:first-child {
        font-weight: bold;
}

.content-text table th {
  background: #60a2f4;
  color: #fff;
  font-weight: bold;
}
.content-text table td {
  min-width: 70px;
  vertical-align: middle;
  
}
.content-text table tr:nth-of-type(odd) {
  background: rgba(0,0,0,0.065);
}
.content-text table p,
.content-text table li{
    font-size: 14px;
}

.showmore-button-inner {
  display: inline-flex;
  align-items: center;
  margin: 5px 0;
  color: #1fb992;
  cursor: pointer;
  transition: color 300ms ease-out;
}
.showmore-button-inner:hover {
  color: #232323;
}
.showmore-button-inner:before {
  content: "+";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  font-size: 16px;
  line-height: 1;
  border: 1px solid;
  border-radius: 50%;
}
.showmore-button-inner.less:before {
  content: "-";
  font-size: 23px;
}

.toc_container {
  margin-bottom: 10px;
}
.toc_container .toc_list_wrap {
  display: none;
}
.toc_container .toc_list {
  display: block;
  border: 1px solid #aaa;
  background: #f9f9f9;
  border-radius: 5px;
  margin: 10px 0 0;
  padding: 10px 10px 10px 35px;
}
.toc_container .toc_title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #ededed;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1;
  border-radius: 3px;
  transition: background 0.3s ease-out;
  cursor: pointer;
}
.toc_container .toc_title:hover, .toc_container .toc_title.open {
  color: #bcffee;
  background-color: #1fb992;
}
.toc_container .toc_title i {
  width: 17px;
  height: 17px;
}
.toc_container li {
  font-size: 13px;
}
.toc_container li span {
  color: #1fb992;
  text-decoration: underline;
  transition: color 300ms ease-out;
  cursor: pointer;
}
.toc_container li span:hover {
  color: #232323;
}

.casinos-list-min .item {
  display: flex;
  align-items: flex-start;
  padding: 10px;
  border-bottom: solid 1px #eee;
}
.casinos-list-min .item:nth-of-type(odd) {
  /* background: #eee; */
}
.casinos-list-min .item:last-child {
  /* background: #fafafa; */
  border-bottom: none;
}
.casinos-list-min .item .item-logo {
  flex: 0 0 120px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.casinos-list-min .item .item-logo img {
  max-height: 68px;
  padding: 5px;
}
.casinos-list-min .item .item-title {
  font-size: 10px;
  line-height: 1.1;
  text-align: center;
  padding: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  color: #ffffff;
  width: 100%;
  border-radius: 0 0 5px 5px;
}
.casinos-list-min .item .item-info {
  flex: 1 1 auto;
  margin-left: 10px;
}
.casinos-list-min .item .param-row {
  display: flex;
  align-items: flex-start;
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 6px;
}

.param-title {
    font-size: 23px;
    font-weight: bold;
    margin: 5px;
}

.casinos-list-min .item .param-row:last-of-type {
  margin-bottom: 0;
}
.casinos-list-min .item .param-name {
  display: flex;
  align-items: center;
  margin-right: 5px;
  margin-top: -1px;
  font-weight: bold;
}
.casinos-list-min .item .param-name i {
  width: 15px;
  height: 15px;
  margin: -1px 5px 0 0;
}
.casinos-list-min .item .param-value i {
  margin: 0 0 -2px 5px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.casinos-list-min .item .btns-wrap {
  display: flex;
  margin-top: 10px;
}
.casinos-list-min .item .btns-wrap .btn {
  font-size: 12px;
  margin-right: 10px;
      padding: 8px 18px;
    margin-top: -5px;
}


.content-preview p {
    line-height: 1.7em;
}

.pc-icon .count {
    position: absolute;
    bottom: 0;
    right: 0px;
    background: #dc2121;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 59%;
    border: solid 2px #fff;
    color: #eee;
    font-size: 11px;
    filter: drop-shadow(0px 0px 2px black);
    transition: 500ms;
}

.opened .count {
    display: none;
    
}

.casinos-list-min .item .btns-wrap .btn:last-child {
  margin-right: 0;
}

.col-item {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
.col-item .item-logo {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  width: 300px;
  margin: auto;
  margin-bottom: 0.5em;

}
.col-item .item-logo img {
  padding: 5px;
    max-width: 120px;
    
}
.col-item .item-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  margin: 7px 0;
}
.col-item .item-info {
  flex: 1 1 auto;
  margin-top: 1em;
}
.col-item .param-row {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.1;
    /* margin-bottom: 8px; */
    padding: 7px 5px;
    border-bottom: solid 1px #e3e3e3;
    /* background: #eee; */
    /* margin: 0 -10px; */
    /* padding: 8px 10px; */
}
.col-item .param-row:last-of-type {
  margin-bottom: 0;
  border-bottom: none;
  border-radius: 0 0 5px 5px;
}

.col-item .param-row:nth-child(even) {
    /* background: #e3e3e3; */
}

.col-item .param-name {
    display: flex;
    align-items: center;
    margin-right: 5px;
    margin-top: -1px;
    font-weight: bold;
    width: 37%;
}
.col-item .param-name i {
  margin: -2px 5px 0 0;
}
.col-item .param-value i {
  margin: 0 0 -2px 5px;
  width: 15px;
  height: 15px;
  cursor: pointer;
}
.col-item .btns-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  background: #eee;
}
.col-item .btns-wrap .btn {
  flex: 0 0 125px;
  font-size: 15px;
  padding: 5px;
  min-height: 38px;
  line-height: 0.9;
  margin: 0 10px;
  text-align: center;
}
.col-item .stars-wrap {
  margin: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.col-item .stars-wrap .caption {
  font-size: 16px;
  font-weight: bold;
}
.col-item .link-review {
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
}

.casinos-list {
  margin: 15px auto;
}
.casinos-list .item.opened .item-main {
  background: #fdfbfb;
}
.casinos-list .item-main {
  position: relative;
  display: flex;
  /* box-shadow: 0 1px 6px #d3d3d3; */
  /* border-bottom: solid 1px #eee; */
  border-radius: 5px;
  background-color: #fff;
  padding: 10px;
  /* margin-bottom: 15px; */
}
.casinos-list .item-main:hover {
  /* background: #fdfbfb; */
}
.casinos-list .item-number {
  position: absolute;
  top: 35px;
  /* left: -18px; */
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background-color: #19323F;
  color: #fff;
  border-radius: 50%;
}
.casinos-list .logo-wrap {
  flex: 0 0 280px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
}
.casinos-list .item-logo {
  width: 160px;
  text-align: center;
  border-radius: 5px;
}
.casinos-list .item-logo img {
  max-height: 70px;
  padding: 5px;
}

.level-wrapper {
    background-image: url(../images/level-wrapper.png);
    width: 105px;
    height: 53px;
    background-size: cover;
    position: relative;
    opacity: 0.75;
}

.level {
    background-image: url(../images/level.png);
    width: 28px;
    height: 43px;
    background-size: cover;
    transform: rotate(-100deg);
    transform-origin: 50% 85%;
    position: absolute;
    bottom: 0;
    left: 36%;
    /* filter: drop-shadow(0px 0px 1px black); */
    
}

.level-desc {
    color: #999;
    display: block;
    margin-top: 0.5em;
}

.casinos-list .item-freespins,
.casinos-list .item-bonus, .item-trust {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 140px;
  margin: 0 10px;
}

.logo-wrap, .item-bonus, .item-trust, .item-info {
    width: 20%;
}

.item-info {
    width: 29%;
}


.casinos-list .item-freespins .value,
.casinos-list .item-bonus .value {
  color: #00a0dc;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
}
.casinos-list .item-freespins .caption,
.casinos-list .item-bonus .caption {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 5px;
}
.casinos-list .stars-wrap {
  margin-top: 5px;
}
.casinos-list .stars-wrap .rating__current,
.casinos-list .stars-wrap .rating__best,
.casinos-list .stars-wrap .rating__star_opacity {
  background-size: 100px 81px;
}
.casinos-list .stars-wrap .rating,
.casinos-list .stars-wrap .rating__current,
.casinos-list .stars-wrap .rating__star,
.casinos-list .stars-wrap .rating__best {
  height: 20px;
}
.casinos-list .stars-wrap .rating,
.casinos-list .stars-wrap .rating__best {
  width: 100px;
}
.casinos-list .stars-wrap .rating__current {
  background-position: 0 -27px;
}
.casinos-list .stars-wrap .rating__star {
  width: 20px;
  height: 20px;
}
.casinos-list .stars-wrap .rating__star_1 {
  left: 0;
}
.casinos-list .stars-wrap .rating__star_2 {
  left: 20px;
}
.casinos-list .stars-wrap .rating__star_3 {
  left: 40px;
}
.casinos-list .stars-wrap .rating__star_4 {
  left: 60px;
}
.casinos-list .stars-wrap .rating__star_5 {
  left: 80px;
}

.casinos-list .item-bonus .value {
    font-size: 18px;
    text-align: center;
}


.casinos-list .item-bonus {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.casinos-list .features {
  margin: 0 20px 0 60px;
}
.casinos-list .features li {
  margin-bottom: 8px;
}
.casinos-list .features li:last-of-type {
  margin-bottom: 0;
}
.casinos-list .features i {
  width: 15px;
  height: 15px;
  margin: 0 10px -3px 0;
}
.casinos-list .show-details {
  min-width: 150px;
}
.casinos-list .show-details.opened i {
  transform: rotate(180deg);
}
.casinos-list .btns-wrap {
  flex: 0 0 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.casinos-list .btns-wrap .btn {
  font-size: 15px;
  padding: 5px;
  width: 150px;
  height: 40px;
  margin: 5px;
  text-align: center;
}

.casinos-list .item {
    border-bottom: solid 1px #eee;
}

.casinos-list .item-params {
  position: relative;
  display: flex;
  /* box-shadow: 0 1px 6px #d3d3d3; */
  border-radius: 5px;
  /* background: #fdfbfb; */
  padding: 0 40px 35px;
  margin-bottom: 15px;
  overflow: hidden;
}
.casinos-list .item-params .params-column {
  flex: 1 1 auto;
  margin: 20px 10px;
  max-width: 340px;
}

.list img {
    margin: 3px;
}

.casinos-list .item-params .params-group {
  margin-bottom: 20px;
}
.casinos-list .item-params .params-group:last-of-type {
  margin-bottom: 0;
}
.casinos-list .item-params .caption {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.casinos-list .item-params .caption i {
  width: 17px;
  height: 17px;
  margin-top: -1px;
}
.casinos-list .item-params .param-row {
  display: flex;
  align-items: flex-start;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-left: 26px;
}
.casinos-list .item-params .param-row:last-of-type {
  margin-bottom: 0;
}
.casinos-list .item-params .param-name {
  margin-right: 5px;
  font-weight: bold;
}
.casinos-list .item-params .list {
  margin-left: 26px;
}
.casinos-list .item-params .list li {
  margin-bottom: 4px;
}
.casinos-list .item-params .list li:last-of-type {
  margin-bottom: 0;
}
.casinos-list .item-params .link-review-wrap {
     position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    right: 0;
    bottom: 0;
    background: #f1f1f1;
    text-align: center;
    height: 35px;
    width: 200px;
    transform: translateX(-50%);
    border-radius: 5px 5px;
    color: #111;
}
.casinos-list .item-params .link-review {
  font-weight: bold;
  font-size: 16px;
  color: #999;
}

.slots-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.slots-list .slots-item {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 20px;
  color: #171a1d;
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 0 1px 0 0 #d7d8db, 0 0 0 1px #e3e4e8;
  flex: 0 0 200px;
  overflow: hidden;
  margin: 0 10px 15px;
  transition: box-shadow 200ms linear;
}
.slots-list .slots-item:hover {
  box-shadow: 0 0 10px 0 #2f2f2f;
}
.slots-list .slots-item span.slot-title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  flex-grow: 1;
  line-height: 1.2em;
}

.slick-dots {
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  margin-top: 7px;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li:only-of-type {
  display: none;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  outline: none;
  background-color: rgba(0, 0, 0, 0.53);
  border-radius: 50%;
  border: none;
}
.slick-dots .slick-active button {
  background-color: rgba(179, 179, 179, 0.71);
}

.breadcrumbs ul {
  display: flex;
}
.breadcrumbs li {
  margin-right: 10px;
  color: #699292;
  text-transform: uppercase;
}
.breadcrumbs li:last-of-type {
  margin-right: 0;
}
.breadcrumbs a {
  color: #699292;
}
.breadcrumbs a:hover {
  color: #ce0012;
}

.update-date {
  color: #699292;
  text-transform: uppercase;
}

.download {
    display: flex;
    height: max-content;
    position: relative;
}

.download-left {
    background: #d6d6d6;
    padding: 10px;
    min-width: 150px;
    padding-bottom: 74px;
    border-radius: 10px 0 0 10px;
    background-image: url(../images/texture-bg-blue.jpg);
}
.download-title {
    font-weight: bold;
    color: #fff;
}
.download-right {
    /* background: #fff; */
    min-width: 150px;
    padding: 10px;
    display: flex;
    /* box-shadow: 0 0 black; */
    justify-content: space-evenly;
    border-radius: 0px 10px 10px 0px;
    /* background-image: url(../images/texture-bg-white.jpg); */
}

.download .btn-red {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
}


.download .btn-red:hover {
    transform: translate(-50%,0) !important;
}

.casino-header {
    background-color: #0a0a0aa6;
    /* background-image: url(../images/texture-bg-dark.jpg); */
    background-size: 400px 400px;
    backdrop-filter: blur(7px);
}
.casino-header .chi-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.casino-header .casino-header-info {
  padding-bottom: 25px;
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
}

.casino-header .left-block {
    width: 20%;
    margin-right: 1em;
}

.casino-header .casino-header-top {
  display: flex;
  justify-content: space-between;
  padding: 20px 10px;
  font-size: 12px;
}
.casino-header .casino-logo {
    flex: 0 0 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 171px;
    padding: 5px;
    margin-right: 15px;
    position: relative;
    border-radius: 5px;
    width: 100%;
    padding-bottom: 4em;
}
.casino-header .chi-top-center {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.casino-header .chi-top-center .btns-wrap {
  display: flex;
  margin-top: 10px;
}
.casino-header .chi-top-center .btn {
  flex: 0 0 130px;
  padding: 5px;
  min-height: 39px;
  line-height: 0.9;
  font-size: 15px;
  margin-right: 15px;
}
.casino-header .casino-title {
  color: #fff;
  font-size: 25px;
  /* font-style: italic; */
  text-align: left;
}

.casino-header .right-block {
    width: 78%;
}

.download-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.casino-header .our-opinion {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  /* margin-top: 10px; */
  /* border: 2px solid #232631; */
  border-radius: 4px;
  /* background-color: rgba(0, 0, 0, 0.07); */
}
.casino-header .our-opinion .caption {
  color: #eeeeee;
  font-size: 11px;
  text-transform: uppercase;
  margin-right: 10px;
}
.casino-header .our-opinion .value {
  color: #67C600;
  font-size: 28px;
  line-height: 1;
}

 .bonuses-list .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 20px;
  margin-top: 0;
}

.bonuses-list {
  flex: 0 0 450px;
  position: relative;
  overflow: hidden;
  outline: none;
  display: flex;
      justify-content: space-between;
}

.bonus-item {
  position: relative;
  display: block;
  background-color: #fff;
  background-size: 400px 400px;
  border-radius: 10px;
  overflow: hidden;
  outline: none;
  width: 32%;
  border: solid 1px #eee;
}

.bonus-item .info {
    float: right;
    position: absolute;
    top: 10px;
    right: 0px;
}

.casino-header .bonus-item:not(.slick-slide):not(:first-of-type) {
  display: none;
}
.bonus-item .bonus-type {
  flex: 0 0 50%;
  padding: 20px 50px 20px 20px;
  font-size: 19px;
  line-height: 1.2;
  font-weight: bold;
  font-style: italic;
  color: cadetblue;
  
}
 .bonus-item .bonus-info {
  flex: 1 1 auto;
background-color: #fff;
background-image: url(https://www.transparenttextures.com/patterns/translucent-fibres.png);

/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  
  
  padding: 15px 20px 15px 50px;
      border-top: solid 1px #ddd;
}
.bonus-item .param-row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  line-height: 1.1;
  margin-bottom: 3px;
}
 .bonus-item .param-row:last-of-type {
  margin-bottom: 0;
}
 .bonus-item .param-name {
  color: #699292;
  text-transform: uppercase;
}
.bonus-item .param-value {
  text-align: right;
}
.bonus-item .stamp {
  position: absolute;
  left: 70%;
  top: 10px;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background: url("../images/stamp.svg") no-repeat;
  background-size: contain;
  color: #0071ff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  padding: 8px;
}

.bonus-item .btn-wrap {
  text-align: center;
  margin-top: 10px;
}

.bonus-item .btn {
  padding: 10px 15px;
  font-size: 14px;
}

.casino-header .btn {
    display: block;
    width: 100%;
    padding: 13px 20px;
    margin: 5px 0;
    text-align: center;
}

.casino-header .chi-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  width: 79%;
}
.casino-header .list {
  flex: 0 1 48%;
  color: #ffffff;
}
.casino-header .list .caption {
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-size: 20px;
  line-height: 1.1;
  font-style: italic;
  text-transform: uppercase;
  font-weight: bold;
}
.casino-header .list .caption.plus {
  color: #67c600;
  border-bottom: 1px solid #67c600;
}
.casino-header .list .caption.minus {
  color: #fbae01;
  border-bottom: 1px solid #fbae01;
}
.casino-header .list li {
  margin-bottom: 5px;
}
.casino-header .list li:last-of-type {
  margin-bottom: 0;
}
.casino-header .list i {
  width: 15px;
  height: 15px;
  margin-bottom: -2px;
}
.casino-header .list i.icon-minus {
  width: 12px;
  height: 12px;
}

.casino-bottom-params {
  display: flex;
  justify-content: space-around;
}
.casino-bottom-params .params-column {
  flex: 1 1 40%;
  /* border: 1px solid #fff; */
  /* box-shadow: 0 0 0 1px #e1e1e1; */
  margin: 0 15px;
}



.casino-bottom-params .apk-column {
  flex: 0 0 250px;
  margin: 0 15px;
}
.casino-bottom-params .param-row {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.2;
    /* padding: 1px 5px; */
    min-height: 32px;
    justify-content: space-between;
    /* border-bottom: solid 1px #eee; */
    background: transparent url(https://firstvds.ru/sites/all/themes/firstvds/img/elements/page-text-dotted/dotted.png) repeat-x 0 19px;
}




/* .casino-bottom-params .param-row:nth-of-type(odd) {
  background: #eee;
} */
/* .casino-bottom-params .param-row:nth-of-type(even) {
  background: #fafafa;
} */
.casino-bottom-params .param-row .param {
    display: flex;
    align-items: center;
    /* flex: 0 0 163px; */
    background: #fff;
    padding: 0 5px;
}
.casino-bottom-params .param-row .value {
    color: #000;
    font-weight: 600;
    margin-left: 10px;
    /* flex: 1 1 auto; */
    background: #fff;
    padding: 0 5px;
    text-align: end;
    max-width: 49%;
}
.casino-bottom-params .apk-block {
  border: 1px solid #fff;
  box-shadow: 0 0 0 1px #e1e1e1;
  background: #fafafa;
  padding: 9px 15px;
  text-align: center;
}
.casino-bottom-params .apk-block .block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1.2;
  color: #1b66bf;
  font-weight: bold;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #1b66bf;
}
.casino-bottom-params .apk-block .block-title i {
  width: 25px;
  height: 25px;
}
.casino-bottom-params .apk-block .caption {
  font-size: 16px;
  color: #db4040;
}
.casino-bottom-params .apk-block .block-info {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.2;
  color: #a1a1a1;
  margin: 5px 0;
}
.casino-bottom-params .apk-block .block-info span {
  font-size: 30px;
  color: #6b6b6b;
  font-weight: 600;
  line-height: 1;
}
.casino-bottom-params .apk-block .btn {
  margin-top: 7px;
  margin-bottom: 5px;
  padding: 10px 15px;
  line-height: 0.9;
  font-size: 15px;
}

.casino-info-bottom {
    padding: 10px;
    /* border: 1px solid #dce7ee; */
    /* border-radius: 4px; */
    /* background: #f4f9fc; */
    margin-top: 15px;
}
.casino-info-bottom .casino-info-row {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border: 1px solid #dce7ee;
  border-radius: 4px;
  background: #fff;
  padding: 13px;
}
.casino-info-bottom .casino-info-row:not(:last-of-type) {
  margin-bottom: 2px;
}
.casino-info-bottom .casino-info-row .param-row {
  display: flex;
  align-items: center;
  font-size: 22px;
  line-height: 1.1;
}
.casino-info-bottom .casino-info-row .param-row .param {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 10px;
}
.casino-info-bottom .casino-info-row .param-row .value {
  color: #db4040;
}
.casino-info-bottom .casino-info-row .param-row i {
  width: 30px;
  height: 30px;
}

.trends {
  margin: 15px auto;
}

.toc_container-2 {
  margin: 15px 0;
  font-size: 12px;
  border: 1px solid #818181;
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 5px;
  overflow: hidden;
}
.toc_container-2 .toc_list_wrap {
  display: none;
}
.toc_container-2 .toc_title {
  font-size: 20px;
  line-height: 1;
  padding: 5px 10px;
  background: #e1e1e1;
}
.toc_container-2 .show-toc {
  font-weight: 600;
  font-size: 13px;
  color: #115ebc;
  cursor: pointer;
}
.toc_container-2 .show-toc:hover {
  text-decoration: none;
  color: #0b4993;
}
.toc_container-2 ol {
  margin: 5px;
  list-style: none;
  counter-reset: Counter2;
}
.toc_container-2 li {
  padding: 3px 5px;
}
.toc_container-2 li:before {
  content: counter(Counter2);
  counter-increment: Counter2;
  color: #000;
  font-weight: 400;
  font-size: 10px;
  background: #e1e1e1;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
}
.toc_container-2 li a, .toc_container-2 li span {
  color: #001eff;
  font-weight: 600;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
.toc_container-2 li a:hover, .toc_container-2 li span:hover {
  text-decoration: underline;
}

.footer {
      background: #13151b;
  color: #e2e2e2;
  padding: 20px 0;
}
.footer .container {
  position: relative;
}
.footer .subscribe {
  display: flex;
  align-items: center;
  background: #111318;
  padding: 20px;
}
.footer .subscribe .caption {
  color: #fff;
  font-size: 16px;
  margin-right: 50px;
  letter-spacing: 1px;
}
.footer .subscribe .subscribe-form {
  display: flex;
  height: 31px;
}
.footer .subscribe input[type=text] {
  width: 165px;
  background: #fff;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 8px;
}
.footer .subscribe .submit-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1fb992;
  border: none;
  border-radius: 0;
  box-shadow: none;
  width: 31px;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.footer .subscribe .submit-button:hover {
  background: #1da381;
}
.footer .subscribe .submit-button i {
  width: 15px;
  height: 15px;
  margin: 0;
}
.footer .icons {
  display: flex;
}
.footer .icons .plus-18 {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}
.footer .links {
  display: flex;
}
.footer .links .column {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  min-width: 150px;
  
  justify-content: center;
    align-items: center;
}
.footer .links a {
  color: #ffffff;
}
.footer .links a:hover {
  color: #ce0012;
}
.footer .copyright {
  text-align: center;
  font-size: 13px;
  color: #9f9f9f;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom {
  margin-top: 15px;
}

/* Tipso Bubble Styles */
.tipso_bubble,
.tipso_bubble > .tipso_arrow {
  box-sizing: border-box;
}

.tipso_bubble {
  position: absolute;
  text-align: center;
  border-radius: 6px;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.6);
  font-size: 13px;
  z-index: 9999;
}
.tipso_bubble.tiny {
  font-size: 0.6rem;
}
.tipso_bubble.small {
  font-size: 0.8rem;
}
.tipso_bubble.large {
  font-size: 1.2rem;
  width: 100%;
}
.tipso_bubble.top > .tipso_arrow {
  border-top-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-bottom-color: transparent;
  top: 100%;
  left: 50%;
  margin-left: -8px;
}
.tipso_bubble.bottom > .tipso_arrow {
  border-bottom-color: #000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  bottom: 100%;
  left: 50%;
  margin-left: -8px;
}
.tipso_bubble.left > .tipso_arrow {
  border-left-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-right-color: transparent;
  top: 50%;
  left: 100%;
  margin-top: -8px;
}
.tipso_bubble.right > .tipso_arrow {
  border-right-color: #000;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  top: 50%;
  right: 100%;
  margin-top: -8px;
}
.tipso_bubble.top_right_corner,
.tipso_bubble .top_right_corner {
  border-bottom-left-radius: 0;
}
.tipso_bubble.bottom_right_corner,
.tipso_bubble .bottom_right_corner {
  border-top-left-radius: 0;
}
.tipso_bubble.top_left_corner,
.tipso_bubble .top_left_corner {
  border-bottom-right-radius: 0;
}
.tipso_bubble.bottom_left_corner,
.tipso_bubble .bottom_left_corner {
  border-top-right-radius: 0;
}
.tipso_bubble > .tipso_arrow {
  position: absolute;
  width: 0;
  height: 0;
  border: 8px solid;
  pointer-events: none;
}

.tipso_title {
  border-radius: 6px 6px 0 0;
}

.tipso_content {
  word-wrap: break-word;
  padding: 0.5em;
}

.btnTop_wrap {
  position: absolute;
  right: 5px;
  z-index: 10;
}

.btnTop {
  display: none;
  position: fixed;
  bottom: 60px;
  width: 40px;
  height: 40px;
  border: 2px solid #63768d;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  opacity: 0.8;
}
.btnTop:hover {
  opacity: 1;
}
.btnTop i {
  margin: 8px;
}




.payments {
    display: flex;
    flex-wrap: wrap;
        justify-content: space-around;
}

.payment {
    margin: 10px;
    min-width: 300px;
    border: solid 1px #eee;
    border-radius: 10px;
    max-width: 23%;
}
.payment-header {
    padding: 10px;
    border-bottom: solid 1px #eee;
}
.payment-title {
    font-size: 18px;
    font-weight: bold;
    vertical-align: -9px;
    margin-left: 10px;
}
.payment-footer {
    background-color: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/translucent-fibres.png);
    padding: 10px;
}
.payment-desc {
    font-size: 12px;
    line-height: 1.8em;
}

/* mirror */
#mirror {
    border: solid 1px #eee;
    border-radius: 10px;
    margin: 1em auto;
    min-width: 300px;
    width: 60%;
}

.mirror-header {
    padding: 15px;
    border-bottom: solid 1px #eee;
    font-size: 16px;
    font-weight: bold;
}

.card-body {
    padding: 12px;
    background-color: #fff;
    background-image: url(https://www.transparenttextures.com/patterns/translucent-fibres.png);
    display: flex;
     position: relative;
}

a {
    text-decoration: none !important;
}
p.filter-text {
    text-align: center;
}
.h-green {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1bb51b;
}
.flex-footer {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}

.load {
	background:rgba(255,255,255,0.5) url('../images/ajax-loader.gif') no-repeat center center;
	background-size:contain;
	min-height:48px;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	border-radius: 0 0 10px 10px;
	
}

div#result_form {
    /* width: 100%; */
}

#result_form .h {
    text-align: center;
    font-weight: bold;
}

.group_form {
    padding: 10px 20px;
}

.group_form label {
    min-width: 188px;
    display: inline-block;
}

.form-control {
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    filter: drop-shadow(0px 0px 1px #ccc);
    color: #555;
    min-width: 284px;
}

#filter-submit {
    padding: 10px 31px;
    display: block;
    margin: auto;
}

#faq *:not(h2) {
	margin-bottom:0;
}
/* #faq .answer {
    background:#f6f9f9;
} */
#faq .answer, #faq .question {
	padding:20px;
	display:block;
	font-size: 18px;
}
#faq .question {
	/* border-bottom:1px solid #ecefef; */
	cursor:pointer;
}
#faq .question i {
	transition:all linear 0.3s;
	transform:rotate(-90deg);
	color:#a3a8a7;
	margin-right:5px;
	vertical-align: middle;
}


#faq .show i {
	transform:rotate(0deg);
	color:#0066CC;
}
#faq .item {
	/* border:1px solid #ecefef; */
	border-bottom: solid 1px #eee;
}
#faq .item:last-child {
	border-bottom: none;
}

#comment-form .form-group label {
    display: block;
    font-weight: bold;
    padding: 5px;
}

#comment-form small#emailHelp {
    display: block;
    font-size: 12px;
    color: #666;
}
#comment-form .form-group {
    padding: 10px;
}

#comment-form .form-group .form-control  {
    border-radius: 5px;
}

#interactive_table {
	box-shadow:0 0 26px rgba(0,0,0,.5);
	overflow:hidden;
	margin:0 auto 16px;
}
#interactive_table .flex {
	color:black;
	padding-top:16px;
}
#interactive_table .green {
	font-weight:100;
	font-size:20px;
}
#interactive_table .flex > * {
	margin:0 5px 16px;
	max-width:20%;
	min-width:20%;
	text-align:center;
}
#interactive_table .flex > *:first-child {
	max-width:10%;
	min-width:10%;
}
#interactive_table .flex > *:last-child {
	max-width:30%;
	min-width:30%;
}
#interactive_table .holder {
	overflow:hidden;
	height:400px;
}
#interactive_table .header {
	padding:20px 0 4px;
	text-align:center;
	background:#0066CC;
	color:white;
	font-weight:bold;
	text-align:center;
}
#interactive_table .country {
	max-width:50px;
}
#interactive_table .first {
	max-width:90px;
}
#interactive_table img.payment {
	max-width:69px;
	margin:0 3px;
}




@media (min-width: 768px) {
    body {
        color: #232323;
        background: #1c1f28 url(../images/bg.jpg) no-repeat;
        background-position-x: -160px;
        background-position-y: -75px;
    }
        
}

@media (max-width: 768px) {
    
.mob-nav-btn {
    width: 32px;
    margin: 10px 0 5px 15px;
    height: 32px;
    display: block;
    -webkit-background-size: cover;
    background-size: cover;
    background: url(/theme/images/icons/menu.svg);
}

.casino-header .casino-header-top {
    display: block;
    
}
    
    
    .casino-header .casino-header-info {
        display: block;
    }
    
    .mb {
        display: block !important;
    }
    
    .mw {
        width: 100% !important;
    }
    
    .mn {
        display: none;
    }
    
    .casinos-list .btns-wrap {
       flex-direction: initial;   
       flex: 0 0 100%;
       max-width: 100%;
    }
    
    #interactive_table .header {
		display:none;
	}
	#content #interactive_table .flex > * {
		max-width:100%;
	}
    
    .casino-info-bottom .casino-info-row {
        
            justify-content: initial;
    }
    
    .casino-info-bottom .casino-info-row .param-row {
        font-size: 14px;
    }
    
    .casino-header {
        background: #222;
    }
    
    .casinos-list .item-bonus {
        margin: 3% auto;
    }
    
    .casinos-list .stars-wrap .rating {
        margin: auto;
    }
    
.casinos-list .logo-wrap {
        flex: 0 0 100%;
    }
    
    .block-white {
        margin: 0;
        padding: 0;
        box-shadow: none;
    }
    
    .casino-header .list .caption.minus {
        margin-top: 1em;
    }
    .casino-header .casino-title {
        font-size: 16px;
        text-align: center;
        margin-top: 0.5em;
    }
    
    .main-navigation {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 99;
        background: #fff;
        transform: translate(0%,100%);
        display: none;
    }
    
    .nav-item {
        width: 100%;
        padding: 10px;
    }
    
    .block-columns {
        flex-wrap: wrap;
    }
    
   .block-columns .col:nth-child(2) {
        order: -1;
    }
    
    .block-columns .col {
        width: 100%;
        flex: inherit;
        margin: 0;
        box-shadow: inherit;
    }
    
    .item-main {
        flex-wrap: wrap;
    }
    
    .footer-top {
        flex-wrap: wrap;
    }
    .footer .subscribe {
        flex-wrap: wrap;
    }
    
    .form-control {
        min-width: 100%;
    }
    
    .card-body {
        display: block;
    }
    
    td {
        display: block;
        text-align: center;
    }
    table tr:first-child td {
        display: none;
    }
    
    .footer {
        margin-top: 1em;
    }
    
    blockquote {
        margin: 0 10px;
    }
    
    .footer .links {
        display: block;
    }
    
}

