@import 'reset';
@import 'fonts';
@import 'icons';
@import 'game';

.lang-selector {
  flex: 0 0 45px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  align-self: flex-start;
  padding: 10px;
  border-radius: 5px;
  border: 2px solid var(--btn);
  background: #212121;
  box-sizing: border-box;
  z-index: 100;
}
.lang-selector .lang-item {
  display: block;
  line-height: 1;
  font-size: 13px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 10px;
  color: #fff;
}
.lang-selector .lang-item:last-of-type {
  margin-bottom: 0;
}
.lang-selector .lang-current .lang-item {
	cursor: default;
}
.lang-selector .lang-another {
  display: none;
  position: absolute;
  flex-direction: column;
  align-items: center;
  top: 100%;
  left: -2px;
  right: -2px;
  border: 2px solid var(--btn);
  background: #212121;
  padding: 10px 10px;
  border-radius: 0 0 5px 5px;
}
.lang-selector .lang-another .lang-item:hover {
  color: #5cdcc2;
}
.lang-selector:hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.lang-selector:hover .lang-another {
  display: flex;
}
@media(max-width: 400px) {
  .lang-selector{
    flex: 0 0 34px;
    padding: 10px 5px;
  }
}



.breadcrumbs {
	padding: 5px 0;
	color: #fff;
  //background: var(--header-bg);
  background: none;
  margin-bottom: 20px;
}
.breadcrumbs .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.breadcrumbs ul {
	display: flex!important;
	list-style: none;
	align-items: center;
	font-size: 14px;
	margin: 0!important;
	padding: 0!important;
	line-height: 1;
  gap: 3px;
	li:before{
	  display: none!important;
	}
	li:after{
	  display: none!important;
	}
}
.breadcrumbs ul li a{
  color: var(--header-href);
	text-decoration: none;
	font-weight: bold;
}
.breadcrumbs ul li a:hover{
  color: var(--header-href-hover);
	text-decoration: underline;
}
.breadcrumbs ul li .text-name{
	display: flex;
	align-items: center;
	gap: 5px;
}
.breadcrumbs .mob, .breadcrumbs .mob svg{
	width: 14px;
	height: 15px;
	fill: var(--header-href);
	margin: 0;
	padding: 0;
}
.breadcrumbs .separator, .breadcrumbs .separator svg {
	width: 12px;
	height: 12px;
	fill: #fff;
}
.breadcrumbs .review-last-update {
	display: flex;
	flex-direction: column;
	line-height: 1;
	font-size: 12px;
	align-items: flex-end;
	justify-content: center;
	text-align: end;
	gap: 3px;
	font-weight: 600;
	white-space: nowrap;
}

@media(max-width: 600px) {
	.breadcrumbs .mob{
			display: block;
	}
	.breadcrumbs ul{
    justify-content: flex-start;
    width: 100%;
	}
	.breadcrumbs .inner{
			flex-direction: column;
	}
	.breadcrumbs ul{
			font-size: 12px;
	}
	.breadcrumbs .review-last-update {
			flex-direction: row;
			align-items: flex-end;
			justify-content: flex-start;
			white-space: nowrap;
			width: 100%;
	}
}
* {
	box-sizing: border-box;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:root {
  // Текушие цвета
  --body-bg: #0e0e0e; //#0c1018; // фон сайта
  --body-img: none; // url(../images/bg.png); // фоновая картинка
  --color: #fff; // цвет текста
  --color-hover: #ff2400; // ховер текст обьектов и ссылок
  
  // Шапка
  --header-bg: #1c1c1c; //linear-gradient(to bottom,#172239 0,#060e1f 100%); // фон шапки
  --header-href: #fff;  // цвет ссылок в шапке
  --header-href-hover: #ff2400; // при наведении
  
  --h1-color: #fff; // цвет h1
  --color-title: #00cfa6; // цвет процих заголовков - h2, h3, h4, h5, h6, .h2, .h3, .h4, .h5, .h6
  --thead-td: #fff;
  
  --casino-header-bg: linear-gradient(to top,#0e0e0e 0,rgba(0,0,0,.58) 50%,rgba(0,0,0,.4) 100%),url("/template/images/pinupcasino/pinup-banner-2.jpg") center no-repeat; // фон казино
  --casino-logo-bg: linear-gradient(to bottom, #172239 0, #060e1f 100%);; // фон под логотипом
  --cb-title: red; // бонус - заголовок 
  --cb-description: #fff; // описание бонуса
  
  --list-marker: url("/template/images/icons/list-marker.svg"); // 12x12 - маркер параметров клуба
  
  --btn-color: #fff; // Цвет текста на кнопке
  --btn: #ff2400; // Обычная кнопка
  --btn-hover: #ff2400; // Обычная кнопка наведение
  --bonus-btn-color: #fff;//Бонус кнопка текста на кнопке
  --bonus-btn: #2c3689; // Бонус кнопка
  --bonus-btn-hover: #fa5e00; // Бонус кнопка наведение
  
}

.content-btn{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}
.content-btn .btn{
	min-width: 230px;
	font-size: 18px;
	padding: 10px 25px;
}
.content-btn.content-btn-tvo{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.box-shag-box{
  position: relative;
  /*&:before{
    content: '';
    position: absolute;
    left: 20px;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #fa3d5e;
    border-radius: 30px;
  }
  &:after{
    content: '';
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-color: #fa3d5e;
    border-radius: 30px;
  }*/
}
.box-shag{
  padding: 10px 20px;
  display: flex;
  justify-content: space-around;
  margin-bottom: 15px;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  margin-right: 20px;
  position: relative;
  &:before{
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 33px;
    border-right: 5px dotted #fa3d5e;
  }
  .item{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    &:before{
      content: "";
      position: absolute;
      left: 5px;
      top: 0;
      width: 20px;
      height: 20px;
      background-color: #fa3d5e;
      border-radius: 30px;
    }
  }
  .top{
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    position: absolute;
    left: -15px;
    font-size: 20px;
    top: 0;
    line-height: 1;
    .nam {
      font-weight: 700;
      color: #fff;
    }
  }
  .text{
    padding-left: 30px;
  }
}



img {
	max-width: 100%;
	vertical-align: top;
  height: auto;
}
a {
	text-decoration: underline;
	outline: none;
	color: #dc3545;
	font-weight: bold;
	&:hover{
	  text-decoration: none;
	}
}
input[type="submit"] {
	appearance: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 600;
	line-height: 1.1;
	text-align: left;
	color: #fff;
	&.left {
		text-align: left;
	}
	&.right {
		text-align: right;
	}
	&: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 {
  text-align: center;
	font-size: 30px;
	margin-top: 0;
	color: var(--h1-color);
	&:last-child {
		margin-bottom: 0;
	}
}
h2,.h2 {
	font-size: 23px;
	color: var(--color-title);
	&:last-child {
		margin-bottom: 0;
	}
}
h1, h2 {
	&:first-of-type {
		margin-top: 0;
	}
}
h3,.h3 {
	font-size: 20px;
	color: var(--color-title);
}
h4,.h4 {
	font-size: 16px;
	color: var(--color-title);
}
h5,.h5 {
	font-size: 12px;
	color: var(--color-title);
}
h6,.h6 {
	font-size: 10px;
	color: var(--color-title);
}
p {
	margin: 0 0 10px;
	&:last-of-type {
		margin-bottom: 0;
	}
}
em, i, cite {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
ol {
	list-style: decimal;
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
th, td {
	padding: 10px 15px;
	text-align: center;
}
blockquote {
	text-align: center;
	display: flex;
	padding: 15px;
	margin: 15px auto;
	border: 2px solid var(--btn);
	color: var(--color);
	border-radius: 10px;
	background-color: transparent;
	p {
		margin: 0;
	}
}
cite {
	display: flex;
	width: 100%;
	padding: 10px 15px;
	margin: 15px auto;
	color: var(--color);
	text-align: center;
	border-radius: 10px;
	border: 1px dotted var(--btn);
	background-color: var(--color-hover);
	p {
		margin: 0;
	}
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
.center {
	text-align: 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;
	color: var(--color);
	min-width: 320px;
	background: var(--body-bg);
	background-image: var(--body-img) top center;
	background-size: cover;
}
.container {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0 15px;
}
.btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 15px;
	border: none;
	background: var(--btn);
	border-radius: 19px;
	min-height: 38px;
	color: var(--btn-color);
	overflow: hidden;
	cursor: pointer;
	transition: background 200ms linear;
	z-index: 1;
	&:hover {
		background: var(--btn-hover);
	}
	i {
		width: 15px;
		height: 15px;
		margin-right: 5px;    
		margin-top: -2px;
	}
}
.header {
  background: var(--header-bg);
  border-bottom: 1px solid var(--color-hover);
  
        position: relative;
        z-index: 999;
	.container {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.home{
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
    height: 36px;
    border: 2px solid var(--header-href);
    margin: 0px 0px 0px 5px;
    border-radius: 5px;
    padding: 5px;
    text-decoration: none;
    font-weight: 800;
    color: #fff;
	}
	a{
	  color: var(--header-href);
	  &:hover{
	    color: var(--header-href-hover);
	  }
	}

	
	
	
	.left{
    display: flex;
    align-items: center;
    width: 100%;
    .main-navigation{
      margin: 0;
      font-size: 12px;
    }
	}
	.btn-box{
    margin: 5px 0;
    display: flex;
    gap: 5px;
    .btn{
      border-radius: 5px;
      background: transparent;
      border: 2px solid var(--btn);
      color: var(--header-href);
      padding: 0 10px;
      font-size: 12px;
      &:hover{
        background-color: var(--btn);
      }
      &.btn-log{
        background-color: var(--btn);
        i{
          margin-top: 0;
          width: 20px;
          height: 20px;
          fill: var(--header-href);
        }
        &:hover{
          background: transparent;
        }
      }
    }
	}
	
	
}
//(max-width: 800px)
@media (max-width: 992px) {
  .header .left{
    width: auto;
  }
}

.main-navigation.opened{
  display: block;
  position: fixed;
  top: 50px;
  background: var(--header-bg);
  padding: 10px;
  bottom: 0;
  right: 0;
  left: 0;
  //width: auto;
  width: 300px;
  height: auto;
  z-index: 100;
}


.accord-block {
	margin-bottom: 8px;
	&:last-of-type {
		margin-bottom: 0;
	}
	&.open {
		.accord-block-header {
			//color: #33d672;
			&:before {
				content: '—';
				color: #00cfa6;
				font-size: 17.5px;
				margin-top: 0;
			}
		}
	}
	.accord-block-header {
		display: flex;
		padding: 18px 20px;
		border-radius: 8px;
		color: var(--color);
		//word-break: break-all;
		cursor: pointer;
		user-select: none;
		background-color: transparent;
    border: 1px solid #00cfa6;
		transition: .3s;
		&:hover {
			//background-color: #373a47;
		}
		&:before {
			content: '+';
			font-size: 24px;
			line-height: 1;
			margin-right: 16px;
			margin-top: -3px;
			color: #00cfa6;
		}
	}
	.accord-block-content {
		display: none;
	}
	.accord-block-text {
		padding: 15px 15px;
		color: var(--color);
	}
}


.content-text {
	ol, ul {
		display: table;
		margin: 10px 0 10px 13px;
		padding-left: 22px;
	}
	ul {
		li {
			position: relative;
			&:before {
				content: "";
				display: block;
				position: absolute;
				top: 5px;
				left: -17px;
				width: 8px;
				height: 8px;
				border-radius: 2px;
				background-color: var(--btn);
			}
		}
	}
	ol {
		li {
			&::marker {
				color: var(--btn);
			}
		}
	}
	table {
		margin: 15px 0;
    line-height: 1.2;
		overflow: hidden;
		th, thead td {
			background: #7e000c;
			color: var(--thead-td);
			font-weight: bold;
      vertical-align: middle;
      text-align: center;
		}
		td {
			min-width: 70px;
		}
		tr {
			&:nth-of-type(odd) {
			  background-color: transparent;
			}
			&:nth-of-type(even) {
				background: rgba(124,125,125,.2);
			}
		}
	}
}
.main-navigation {
	display: flex;
	justify-content: space-between;
	flex-grow: 1;
	margin: 0 20px;
	ul {
		flex: 1 1 auto;
		display: flex;
		align-items: center;
		justify-content: space-around;
		flex-wrap: wrap;
		a,span {
			position: relative;
			display: flex;
			align-items: center;
			font-weight: bold;
			text-transform: uppercase;
			padding: 5px;
			margin: 5px;
			text-decoration: none;
			transition: color 200ms linear;
			&:hover {
				color: var(--header-href-hover);
			}
		}
		li{
		  position: relative;
		  ul{
		    display: none;
		  }
		  &.open{
		    ul{
          display: flex;
          position: absolute;
          left: 0;
          top: 100%;
          background: #1a1a47;
          border: 1px solid var(--color-hover);
          border-top: 0px;
          a{
            white-space: nowrap;
          }
		    }
		  }
		}
	}
	i.list-marker{
	  display: none;
	}
	li.parent-class{
	  .parent-box{
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-right: 5px;
	    gap: 5px;
	    a{
	      margin-right: 0;
	    }
	  }
    ul li .parent-box i{
      display: none;
    }
	  i.list-marker{
      width: 20px;
      height: 20px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid red;
      border-radius: 4px;
      margin: 0;
      background-size: 14px;
      transition: all .3s;
      transform: rotate(90deg);
      cursor: pointer;
      z-index: 100;
	  }
	  &.open{
	    i.list-marker{
	      transform: rotate(-90deg);
	    }
	  }
	}
	i {
		width: 25px;
		height: 25px;
		&.nav-bonus {
			width: 30px;
			height: 30px;
		}
	}
}
.toc_container {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #878787;
	.toc_title {
		font-size: 20px;
		color: #444;
	}
	li {
		margin-bottom: 3px;
		&:last-of-type {
			margin-bottom: 0;
		}
		&::marker {
			color: #444 !important;
		}
	}
	a {
		color: #444;
		&:hover {
			text-decoration: underline;
		}
	}
}
.mob-nav-btn {
	display: none;
}
.casino-header {
	padding: 15px 0;
	background: var(--casino-header-bg);
	background-size: cover;
	margin-bottom: 20px;
	box-shadow: 0px 10px 10px 0px #07070d;
	.casino-title {
		font-size: 26px;
		text-align: center;
		color: var(--h1-color);
		margin-bottom: 15px;
	}
	.chi-top {
		display: flex;
		justify-content: space-between;
		padding: 5px 0;
	}
	.casino-header-top {
		display: flex;
		justify-content: space-between;
		padding: 20px 10px;
		font-size: 12px;
	}
	.casino-logo-wrap {
		flex: 0 0 250px;
		display: flex;
		padding: 2px;
		background: var(--casino-logo-bg);
		border-radius: 11px;
	  //border: 2px solid var(--color-hover);
	}
	.casino-logo {
		display: flex;
		justify-content: center;
		align-items: center;
    width: 100%;
		padding: 15px;
		//background: linear-gradient(to bottom,#172239 0,#060e1f 100%);
		border-radius: 9px;
		img {
			//width: 100%;
		}
	}
	.chi-top-right {
		flex: 1 1 auto;
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-left: 30px;
	}
	.chirb-left {
		flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
	}
	.chirb-right {
		flex: 1 1 auto;
		margin-left: 30px;
	}
	.btns-wrap {
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 100%;
		margin-top: 15px;
	}
	.btn {
		flex: 0 0 auto;
		margin-bottom: 10px;
		&:last-of-type {
			margin-bottom: 0;
		}
	}
	.chi-top-row {
		display: flex;
		justify-content: space-around;
	}
	.mobile-friendly {
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #898989;
		background: rgba(61,61,61,0.4);
		width: 225px;
		margin: 0 auto;
		padding: 5px 10px;
		i {
			width: 40px;
			height: 40px;
			margin-right: 6px;
		}
		.caption {
			color: #d9d9d9;
			font-size: 13px;
			font-weight: bolder;
			line-height: 1.2;
			letter-spacing: 0.3px;
		}
	}
	.global-rating {
		display: flex;
		justify-content: center;
		align-items: center;
		background: var(--casino-logo-bg);
		min-width: 180px;
		margin: 0 auto;
		padding: 5px 10px;
		font-size: 20px;
		line-height: 1.2;
		color: var(--h1-color);
		border-radius: 25px;
		//border: 2px solid var(--color-hover);
		box-shadow: 0px 0px 6px 2px var(--color-hover);
		.rating-value {
			margin-left: 10px;
		}
	}
	.chi-right-bottom {
		display: flex;
		justify-content: space-between;
	}
}

.pluses-minuses {
	display: flex;
	justify-content: space-between;
	.list {
		flex: 0 1 48%;
		color: #ffffff;
		.caption {
			margin-bottom: 16px;
			padding-bottom: 10px;
			font-size: 20px;
			line-height: 1.1;
			font-style: italic;
			text-transform: uppercase;
			&.plus {
				color: #67c600;
				border-bottom: 1px solid #67c600;
			}
			&.minus {
				color: #fbae01;
				border-bottom: 1px solid #fbae01;
			}
		}
		li {
			display: flex;
			font-size: 13px;
			margin-bottom: 5px;
			&:last-of-type {
				margin-bottom: 0;
			}
		}
		i {
			flex: 0	0 auto;
			width: 15px;
			height: 15px;
			margin-bottom: -2px;
			&.icon-minus {
				width: 12px;
				height: 12px;
			}
		}
	}
}
.casino-params {
	display: flex;
	justify-content: space-around;
	background: var(--header-bg);
	border: 2px solid var(--color-hover);
	padding: 10px 5px;
	border-radius: 10px;
	margin-bottom: 15px;
	.params-column {
		flex: 0 0 50%;
		display: flex;
		flex-direction: column;
		padding: 0 10px;
	}
	.param-title {
		text-align: center;
		color: var(--header-href);
		font-size: 17px;
		text-transform: uppercase;
		margin-bottom: 5px;
		font-weight: 600;
		letter-spacing: 0.5px;
	}
	.param-row {
		flex: 1 1 auto;
		display: flex;
		align-items: flex-start;
		font-size: 14px;
		line-height: 1.2;
		padding: 5px 10px;
		border-bottom: 1px dashed #344366;
		cursor: default;
		&:last-of-type {
			border-bottom: none;
		}
		&:hover {
      background: rgba(124, 195, 255, 0.04);
		}
		.param {
			flex: 0 0 auto;
			display: flex;
			align-items: center;
			color: var(--header-href);
			i {
				width: 12px;
				height: 12px;
				margin-top: -2px;
				&.list-marker{
				  background-image: var(--list-marker); 
				}
			}
		}
		.value {
			flex: 1 1 auto;
			margin-left: 10px;
			text-align: right;
			color: #fff;
		}
	}
}
.slots-list	{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 10px -10px;
	.slot-item {
		flex: 0 0 320px;
		position: relative;
		display: flex;
		flex-direction: column;
		max-width: 320px;
		background: var(--casino-logo-bg);
		border-bottom: 3px solid var(--color-hover);
		//box-shadow: 0 0 20px 0 rgba(7,7,13,0.4);
		margin: 15px 10px;
		color: var(--h1-color);
		//transition: box-shadow .4s;
		&:hover {
			//box-shadow: 0 0 40px 0 rgba(3, 122, 255, 0.6);
			.slot-btn-wrap {
				display: flex;
			}
			.param-row {
				visibility: hidden;
			}
		}
		&.new {
			.slot-logo {
				&:before {
					position: absolute;
					content: 'Novedad';
					width: 64px;
					height: 25px;
					display: flex;
					align-items: center;
					justify-content: center;
					right: 0;
					top: 0;
					color: var(--h1-color);
					background-color: var(--color-hover);
					font-size: 11px;
					cursor: default;
					z-index: 1;
				}
			}
		}
		&.rloff {
		    &:hover {
    			.slot-btn-wrap {
    				display: none;
    			}
    			.param-row {
    				visibility: visible;
    			}
    		}
		}
	}
	.slot-logo {
		position: relative;
	}
	.slot-title {
		margin: 18px 5px;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: -.55px;
		font-size: 24px;
		color: #fff;
		font-family: 'Roboto Condensed', sans-serif;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.slot-info {
		position: relative;
		display: flex;
		padding-bottom: 19px;
	}
	.param-row {
		flex: 1 1 auto;
		position: relative;
		display: flex;
		justify-content: center;
		font-size: 10px;
		color: #9fa7b5;
		&:after {
			content: '|';
			display: inline-block;
			position: absolute;
			right: -1px;
			top: 50%;
			transform: translateY(-50%);
			font-size: 10px;
			color: #a2aab8;
		}
		&:last-of-type {
			&:after {
				display: none;
			}
		}
	}
	.param-name {
		text-transform: uppercase;
		margin-right: 4px;
	}
	.slot-btn-wrap {
		display: none;
		position: absolute;
		top: -5px;
		left: 0;
		right: 0;
		bottom: -3px;
		justify-content: center;
		border-bottom: 3px solid transparent;
		transition: border .4s;
		&:hover {
			border-bottom-color: #fff;
		}
	}
	.btn-play {
		font-size: 20px;
		font-family: "Roboto Condensed", sans-serif;
		line-height: 1;
		color: #5a9cf6;
		text-align: center;
		text-transform: uppercase;
		text-decoration: none;
		transition: all .4s;
		&:hover {
			color: #fff;
		}
	}
}
.casino-bonus-wrap {
  display: flex;
  padding: 2px;
  //background: linear-gradient(0,#1e3b5d 0%,#1b3152 22%,#4e6b90 50%,#405880 87%);
  border-radius: 11px;
}
.casino-bonus {
    display: flex;
    width: 100%;
    gap: 10px;
    align-items: stretch;
    border-radius: 9px;
    height: fit-content;
    //padding: 15px;
    //background: var(--casino-logo-bg);
	  //border: 2px solid var(--color-hover);
    border-radius: 9px;
    .cb-left {
      flex: 1 1 auto;
      padding: 15px;
      background: var(--casino-logo-bg);
  	  //border: 2px solid var(--color-hover);
  	  border-radius: 9px;
  	  display: flex;
      flex-direction: column;
      justify-content: center;
      box-shadow: 0px 0px 6px 2px var(--color-hover);
    }
    .cb-right {
      flex: 0 0 235px;
      display: flex;
      flex-direction: column;
      //margin-left: 15px;
      padding: 15px;
      background: var(--casino-logo-bg);
  	  //border: 2px solid var(--color-hover);
  	  border-radius: 9px;
      box-shadow: 0px 0px 6px 2px var(--color-hover);
    }
    .cb-title {
        text-transform: uppercase;
        font-weight: bold;
        font-size: 18px;
        line-height: 1.2;
        color: var(--cb-title);
    }
    .cb-description {
        margin-top: 8px;
        color: var(--cb-description);
    }
    .cb-card {
        position: relative;
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: #ffd703;
        padding: 7px;
        border-radius: 13px;
        color: #0a1225;
        line-height: 1.2;
        text-align: center;
        text-transform: uppercase;
        overflow: hidden;
        &:before {
            content: 'Bonus';
            position: absolute;
            top: -10px;
            left: -37px;
            background: #ff0c2d;
            color: #fff;
            padding: 20px 35px 5px;
            font-size: 10px;
            line-height: 1;
            transform: rotate(328deg);
            z-index: 1;
        }
        span {
            display: block;
            font-weight: bold;
            font-size: 20px;
            line-height: 1;
            margin-bottom: 5px;
        }
    }
    .cb-btn {
        margin-top: 10px;
        background: var(--bonus-btn);
		    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-tap-highlight-color: transparent;
        color: var(--bonus-btn-color);
        &:hover {
          background: var(--bonus-btn-hover);
        }
    }
}
.global-rating{
  flex-direction: column;
}
.global-rating-inner{
  display: flex;
}
.rating {
  position: relative;
  width: 85px;
  height: 17px;
}

.rating__best {

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill=\'none\' stroke=\'%23FFCF00\' stroke-width=\'1\' viewBox='0 0 16 16'%3E%3Cpath d='M15.9199 6.43999L12.1499 10.115L13.0399 15.3025C13.0574 15.4025 13.0174 15.5 12.9349 15.56C12.8524 15.62 12.7474 15.6275 12.6574 15.58L8.10493 13.1875L3.33243 15.6025C3.24243 15.6475 3.13993 15.64 3.05743 15.58C2.97493 15.52 2.93743 15.4225 2.95493 15.3225L3.84743 10.115L0.0799293 6.43999C0.00742928 6.36749 -.0175707 6.26749 .0124293 6.16999C0.0449293 6.07249 .122429 6.00499 .224929 5.98999L5.43243 5.23249L7.76243 .51249C7.80743 .41999 7.89493 .36499 7.99743 .36499C8.09993 .36499 8.18743 .41999 8.23243 .51249L10.5624 5.23249L15.7699 5.98999C15.8724 6.00499 15.9499 6.07249 15.9824 6.16999C16.0174 6.26749 15.9924 6.36999 15.9199 6.43999Z'/%3E%3C/svg%3E");
    
  width: 85px;
  height: 17px;
  position: absolute;
  background-size: 17px 17px;
}

.rating_active .rating__star {
  cursor: pointer;
}

.rating__best_hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill=\'none\' stroke=\'%23FFCF00\' stroke-width=\'1\' viewBox='0 0 16 16'%3E%3Cpath d='M15.9199 6.43999L12.1499 10.115L13.0399 15.3025C13.0574 15.4025 13.0174 15.5 12.9349 15.56C12.8524 15.62 12.7474 15.6275 12.6574 15.58L8.10493 13.1875L3.33243 15.6025C3.24243 15.6475 3.13993 15.64 3.05743 15.58C2.97493 15.52 2.93743 15.4225 2.95493 15.3225L3.84743 10.115L0.0799293 6.43999C0.00742928 6.36749 -.0175707 6.26749 .0124293 6.16999C0.0449293 6.07249 .122429 6.00499 .224929 5.98999L5.43243 5.23249L7.76243 .51249C7.80743 .41999 7.89493 .36499 7.99743 .36499C8.09993 .36499 8.18743 .41999 8.23243 .51249L10.5624 5.23249L15.7699 5.98999C15.8724 6.00499 15.9499 6.07249 15.9824 6.16999C16.0174 6.26749 15.9924 6.36999 15.9199 6.43999Z'/%3E%3C/svg%3E");
}

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

.rating__star_1 {
    left: 0;
}

.rating__star_2 {
    left: 17px;
}

.rating__star_3 {
    left: 34px;
}

.rating__star_4 {
    left: 51px;
}

.rating__star_5 {
    left: 68px;
}

.rating__star_opacity {
  //background: url(/assets/components/simplerating/img/rating_bg.png) repeat scroll 0 0 transparent;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill=\'none\' stroke=\'%23FFCF00\' stroke-width=\'1\' viewBox='0 0 16 16'%3E%3Cpath d='M15.9199 6.43999L12.1499 10.115L13.0399 15.3025C13.0574 15.4025 13.0174 15.5 12.9349 15.56C12.8524 15.62 12.7474 15.6275 12.6574 15.58L8.10493 13.1875L3.33243 15.6025C3.24243 15.6475 3.13993 15.64 3.05743 15.58C2.97493 15.52 2.93743 15.4225 2.95493 15.3225L3.84743 10.115L0.0799293 6.43999C0.00742928 6.36749 -.0175707 6.26749 .0124293 6.16999C0.0449293 6.07249 .122429 6.00499 .224929 5.98999L5.43243 5.23249L7.76243 .51249C7.80743 .41999 7.89493 .36499 7.99743 .36499C8.09993 .36499 8.18743 .41999 8.23243 .51249L10.5624 5.23249L15.7699 5.98999C15.8724 6.00499 15.9499 6.07249 15.9824 6.16999C16.0174 6.26749 15.9924 6.36999 15.9199 6.43999Z'/%3E%3C/svg%3E")

}

.rating__star_hover {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23FFCF00' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9199 6.43999L12.1499 10.115L13.0399 15.3025C13.0574 15.4025 13.0174 15.5 12.9349 15.56C12.8524 15.62 12.7474 15.6275 12.6574 15.58L8.10493 13.1875L3.33243 15.6025C3.24243 15.6475 3.13993 15.64 3.05743 15.58C2.97493 15.52 2.93743 15.4225 2.95493 15.3225L3.84743 10.115L0.0799293 6.43999C0.00742928 6.36749 -.0175707 6.26749 .0124293 6.16999C0.0449293 6.07249 .122429 6.00499 .224929 5.98999L5.43243 5.23249L7.76243 .51249C7.80743 .41999 7.89493 .36499 7.99743 .36499C8.09993 .36499 8.18743 .41999 8.23243 .51249L10.5624 5.23249L15.7699 5.98999C15.8724 6.00499 15.9499 6.07249 15.9824 6.16999C16.0174 6.26749 15.9924 6.36999 15.9199 6.43999Z'/%3E%3C/svg%3E");
}

.rating__current {
  background: url(/assets/components/simplerating/img/stars.png) repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='%23FFCF00' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9199 6.43999L12.1499 10.115L13.0399 15.3025C13.0574 15.4025 13.0174 15.5 12.9349 15.56C12.8524 15.62 12.7474 15.6275 12.6574 15.58L8.10493 13.1875L3.33243 15.6025C3.24243 15.6475 3.13993 15.64 3.05743 15.58C2.97493 15.52 2.93743 15.4225 2.95493 15.3225L3.84743 10.115L0.0799293 6.43999C0.00742928 6.36749 -.0175707 6.26749 .0124293 6.16999C0.0449293 6.07249 .122429 6.00499 .224929 5.98999L5.43243 5.23249L7.76243 .51249C7.80743 .41999 7.89493 .36499 7.99743 .36499C8.09993 .36499 8.18743 .41999 8.23243 .51249L10.5624 5.23249L15.7699 5.98999C15.8724 6.00499 15.9499 6.07249 15.9824 6.16999C16.0174 6.26749 15.9924 6.36999 15.9199 6.43999Z'/%3E%3C/svg%3E");
    height: 17px;
    position: absolute;
    background-size: 17px 17px;
}







.applications-block {
    display: flex;
    flex-direction: row !important;
    justify-content: space-evenly;
    gap: 20px;
    .ab-item-wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }
    .caption {
        text-align: center;
        font-size: 12px;
        max-width: 140px;
    }
    .ab-item {    
        flex: 0 0 auto;
        display: flex;
        flex-direction: column;
        position: relative;
        width: 172px;
        height: 139px;
        background: url("/template/images/atlas.png") no-repeat 0 0;
        background-size: 738px 732px;
        text-decoration: none;
		-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
        -webkit-tap-highlight-color: transparent;
        cursor: pointer;
        &:hover {
            text-decoration: none;
            &:before {
                content: '';
                width: 172px;
                height: 139px;
                position: absolute;
                top: 0;
                left: 0;
                background: url("/template/images/atlas.png") no-repeat  -366px 0;
                background-size: 738px 732px;
            }
            & + .caption {
                color: #20dea7;
            }
        }
        &.ab-android {
            .ab-img {
                background-position: 12px 3px;
            }
        }
        &.ab-apple {
            .ab-img {
                background-position: -130px 0;
            }
        }
    }
    .ab-name {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 38px;
        height: 38px;
        padding: 5px;
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 1;
        font-weight: bold;
    }
    .ab-img {
        flex: 1 1 auto;
        width: 100%;
        background: url("/template/images/app-icons.png") no-repeat 7px 10px;
        /*background-size: 1127px;*/
        background-size: 1000px;
    }
}
.faq-list {
	margin: 15px 0;
}

.steps-block {
    margin: 40px auto 30px;
    max-width: 1200px;
    clear: both;
}

.step-item {
    position: relative;
    background: #1e538e;
    border-radius: 15px;
    padding: 40px 30px;
    margin-top: 10px;
    border: 2px solid #919fb6;
    &:nth-of-type(odd) {
        .si-content {
            flex-direction: row-reverse;
        }
    }
    h2,
    h3 {
        color: var(--color-title);
        font-size: 20px !important;
        text-transform: none !important;
    }
    .si-number {
      position: absolute;
      top: -35px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: var(--color-hover);
      border: 2px solid var(--header-href);
      color: var(--header-href);
      font-size: 26px;
      font-weight: bold;
      box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.3);
      overflow: hidden;
    }

    .si-content {
      display: flex;
      gap: 20px;
    }

    .si-text {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: rgba(255, 255, 255, 0.5);
        padding: 20px 25px;
        border-radius: 10px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
        color: #2e2e2e;
        overflow: hidden;

        p {
            line-height: 1.2;

            &:last-child {
                margin-bottom: 0;
            }
        }
    }

    .si-img {
        flex: 0 0 calc(50% - 10px);
        display: flex;

        img {
            width: 100%;
            border-radius: 10px;
            background: rgba(255, 255, 255, 0.5);
            overflow: hidden;
        }
    }
}

.footer {
	background: var(--header-bg);
	color: #e2e2e2;
	padding: 20px 0;
	margin-top: 25px;
	border-top: 1px solid #00cfa6;
	.container {
		position: relative;
	}
	.site-logo {
		max-width: 220px;
		margin: 0 auto 15px;
	}
	.icons-top {
	  display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0 5px;
    flex-wrap: wrap;
    
    .footer-icon {
          margin: 0;
    height: 32px;
    width: 100px;
    object-fit: contain;
    transition: all 0.6s ease;
    filter: grayscale(1) brightness(1.5);
    }
	}
	.icons {
		display: flex;
		justify-content: center;
		margin-top: 5px;
		.footer-icon {
			margin: 5px 10px;
		}
	}
	.links {
		display: flex;
		.column {
			display: flex;
			flex-direction: column;
			margin: 0 10px;
			min-width: 150px;
		}
		a {
			color: #ffffff;
			&:hover {
				color: #ce0012;
			}
		}
	}
	.copyright {
		text-align: center;
		font-size: 13px;
		color: var(--header-href);
		opacity: .8;
	}
}
.footer-bottom {
	margin-top: 15px;
}
/*.btnTop_wrap {
	position: absolute;
	right: 20px;
	bottom: 20px;
	z-index: 10;
}*/
.btnTop {
  position: fixed;
  bottom: 20px;
  width: 40px;
  height: 40px;
  border: 2px solid #63768d;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  opacity: .8;
  right: 20px;
	&:hover {
		opacity: 1;
	}
	i {
		margin: 8px;
	}
}
.error-page {
    h1 {
        text-align: center;
    }
    .error-page-number {
        color: #da3a3a;
        font-size: 364px;
        line-height: 1;
        font-weight: 700;
        text-align: center;
    }
}


.customers-review {
  margin-bottom: 20px;
  .h2 {
  }
  .inner {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  .inner-item{
    width: calc(50% - 10px);
    border: 2px solid red;
    border-radius: 20px;
    padding: 20px;
    flex: 1 1 auto;
  }
  .top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  .img-res {
  }
  .name-box {
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 600;
  }
  .rate {
    background-image: url(/template/images/star.png);
    background-size: 20px;
    position: relative;
    height: 20px;
    max-width: 100px;
    &:before{
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background-image: url(/template/images/star.png);
      background-size: 20px;
      width: 100px;
      height: 20px;
      filter: opacity(0.5);
    }
  }
  .otziv {
  }
  .btn-box {
    display: flex;
    justify-content: center;
    &.activ{
      display: none;
    }
  }
  .btn {
  }
  .btn-a {
  }
}
.quipreply-box{
  display: none;
  &.activ{
    display: block;
  }
}
/*.quip-comment*/
.quip-comment {
	margin: 20px 0;
	.quip-add-comment {
	}
	.form-grupp {
		display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
	}
	.quip-fld {
		width: calc(50% - 10px);
		margin: 0 5px 10px;
	}
	input, textarea{
    padding: 5px;
    border-radius: 5px;
    outline: none;
    border: 0px;
    width: 100%;
    //border: 2px solid red;
	}
	.label-box {
	}
	.label {
	}
	.quip-error {
	}
	.recaptcha {
	}
	.form-textarea {
		margin-bottom: 10px;
	}
	.btn-box {
    display: flex;
    width: 100%;
    justify-content: center;
	}
	.btn {
	}
	.btn-a {
	}
}
.new-gam-box{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 10px -5px 15px;
  .item{
    width: calc(100% / 6 - 10px);
    border-radius: 10px;
    margin: 0 5px 10px;
    overflow: hidden;
    position: relative;
    min-width: 210px;
    &:before{
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: linear-gradient(0deg, black 0, transparent 60%);
    }
    .box-name{
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: none;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 10px;
      .title{
        color: #fff;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        padding: 8px;
      }
    }
    img{
      width: 100%;
    }
    &:hover{
      &:before{
        background: linear-gradient(0deg, black 0, transparent 150%);
      }
      .box-name{
        display: flex;
      }
    }
  }
}

@media (max-width: 992px) {
  .header .container .btn-box{
    padding-right: 5px;
  }
  .header .container{
    justify-content: space-between!important;
    flex-wrap: nowrap !important;
  }
  .header .header-right{
    order: 1;
  }
  .header .home{
    order: 2;
    margin-left: 0;
  }
  .main-navigation{
    display: none;
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
  }
  .header .btn-box .btn{
    padding: 0 5px;
  }
  .header a.mob-nav-btn, .header .home{
    border: 2px solid transparent;
  }
}
@media (max-width: 430px) {
  .header .home{
    i.icon-home{
      margin-right: 0;
    }
    .name{
      display: none;
    }
  }
  .header .btn-box .btn{
    font-size: 12px;
  }
}

@media (max-width: 1023px) {
    .casino-header {
        .chi-top {
            flex-direction: column;
            align-items: center;
        }
        .casino-logo-wrap {
            flex: 0 0 auto;
            min-height: 100px;
        }
        .chi-top-right {
            margin: 15px 0 0;
            width: 100%;
        }
        img{
          width: 100%;
        }
    }
    .step-item {
        gap: 10px;
        .si-content {
            flex-direction: column !important;
            background: rgba(255, 255, 255, 0.5);
            padding: 20px 25px;
            border-radius: 10px;
            overflow: hidden;
        }

        .si-text {
            background: none;
            padding: 0;
            border: none;
            border-radius: 0;
        }

        .si-img {
            img {
                display: block;
                width: auto;
                margin: 0 auto;
            }
        }
    }
}
//(max-width: 800px)
@media (max-width: 992px) {
  .header .left .main-navigation{
    overflow-y: scroll;
    
    li{
      border-bottom: 1px solid var(--color-hover);
      padding: 0;
      a{
        text-align: left;
        display: flex;
        justify-content: flex-start;
        padding: 11px 5px;
        text-transform: none;
        font-size: 14px;
        position: relative;
        padding-left: 30px;
        &:before{
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 25px;
          height: 100%;
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat;
        }
        &.nav-item-27:before{
          background-image: url(/template/images/nav-item/live-casino.png);
        }
        &.nav-item-26:before{
          background-image: url(/template/images/nav-item/bonusy.png);
        }
        &.nav-item-8:before{
          background-image: url(/template/images/nav-item/prilojenie.png);
        }
        &.nav-item-7:before{
          background-image: url(/template/images/nav-item/vyvod-deneg.png);
        }
        &.nav-item-25:before{
          background-image: url(/template/images/nav-item/otzyvy.png);
        }
      }
    }
  }
  .header {
      .container {
          flex-wrap: wrap;
          padding: 0;
          justify-content: flex-end;
      }
  }
  .header .home{
    display: flex;
  }
	.main-navigation {
		display: none;
		order: 1;
		flex-basis: 100%;
    background: rgba(255, 255, 255, 0.07);
    margin: 0;
    border-top: 1px solid #3f577e;
		ul {
			display: block;
			height: auto;
  		a {
        justify-content: center;
  			height: auto;
  			padding: 10px 0;
  			margin: 0 auto;
  			max-width: 100%;
  			-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
              -webkit-tap-highlight-color: transparent;
  			&:hover {
  				background: none;
  			}
  		}
		}
		ul{
		  li.parent-class{
        border-bottom: 1px solid var(--color-hover);
  		  .parent-box a{
  		    margin: 0;
  		    max-width: auto;
  		  }
  		  ul{
    		  display: none;
    		  position: relative;
          left: 0;
          top: 100%;
          background: transparent;
          border: 0px solid var(--color-hover);
          border-top: 0;
    		}
    		&.open{
    		  ul{
    		    display: block;
    		    position: relative;
    		  }
    		}
  		}
		} 
	}
	.mob-nav-btn {
		flex: 0 0 36px;
		display: block;
		position: relative;
		width: 36px;
		height: 36px;
    margin: 6px;
    background-color: transparent;
    border: 2px solid var(--header-href);
    border-radius: 4px;
		text-indent: -9999px;
		overflow: hidden;
		&.opened {
			span {
				&:nth-child(1) {
					top: 50%;
					margin-top: -2px;
					transform: rotate(45deg);
				}
				&:nth-child(2) {
					opacity: 0;
				}
				&:nth-child(3) {
					top: 50%;
					margin-top: -2px;
					transform: rotate(-45deg);
				}
			}
		}
		span {
			position: absolute;
			display: block;
			height: 3px;
			border-radius: 3px;
      background: var(--header-href);
			left: 4px;
			right: 4px;
			transition: all 300ms ease;
			&:nth-child(1) {
				top: 7px;
			}
			&:nth-child(2) {
				top: 15px;
			}
			&:nth-child(3) {
				top: 23px;
			}
		}
	}
	.header-right {
        display: flex;
        justify-content: flex-end;
       // width: 100%;
	}
    .casino-header {
        .chi-right-bottom {
            flex-direction: column;
        }
        .chirb-right {
            margin: 15px 0 0;
            flex-direction: column;
        }
        .chirb-left {
            display: block;
        }
    }
    .pluses-minuses {
        .list {
            flex: 0 0 auto;
            margin-bottom: 15px;
            &:last-of-type {
                margin-bottom: 0;
            }
        }
    }
    .casino-params {
        flex-direction: column;
    }
    .applications-block {
        .ab-item-wrap {
            flex-direction: column;
        }
    }
    .content-text {
        overflow: hidden;
		.table-wrap {
			overflow: auto;
		}
    }
    .step-item {
        padding: 25px 15px 15px;
        h2,
        h3 {
            text-align: center;
            margin-bottom: 12px;
        }
        .si-number {
            top: -23px;
            width: 40px;
            height: 40px;
            font-size: 20px;
            box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .3);
        }
        .si-content {
            padding: 15px;
        }
        .si-text {
            font-size: 16px;
        }
    }
    .error-page {
        .error-page-number {
            font-size: 210px;
        }
    }
    .error-page {
        .error-page-number {
            font-size: 160px;
        }
    }
    .db_speed {
        display: none;
    }
}
@media (max-width: 600px) {
    .casino-bonus {
        flex-direction: column;
        text-align: center;
        .cb-right {
            flex-basis: auto;
            margin: 15px 0 0;
        }
        .cb-btn {
            margin-top: 15px;
        }
    }
    .casino-params .params-column{
      padding: 0 5px;
    }
    .casino-params .param-row{
      font-size: 12px;
      padding: 5px 0;
    }
    .casino-header .casino-title{
      font-size: 22px;
    }
  .new-gam-box .item {
    min-width: auto;
    width: calc(100% / 2 - 10px);
  }
  .customers-review .inner{
    flex-direction: column;
    .inner-item{
      width: 100%;
    }
  }
}
@media (max-width: 430px) {
    .slots-list {
        margin: 10px 0;
        .slot-item {
            margin: 10px 0;
            &:hover {
                box-shadow: none;
            }
        }
    }
    .applications-block {
        .ab-item {
            flex: 0 0 135px;
            width: 135px;
            height: 135px;
            background-size: 576px;
            &:hover {
                &:before {    
                    width: 135px;
                    height: 135px;
                    background-size: 576px;
                    background-position: -285px 0;
                }
            }
            &.ab-android {
                .ab-img {
                    background-position: 5px 5px;
                }
            }
            &.ab-apple {
                .ab-img {
                    background-position: -124px 5px;
                }
            }
        }
        .ab-name {
            flex: 0 0 37px;
            height: 37px;
            padding: 5px;
            font-size: 14px;
        }
        .ab-img {
            background-size: 900px;
        }
    }
}
@media (max-width: 350px) {
    .slots-list {
        .slot-item {
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
}


.left .main-navigation .btn-box {
        display: none;
}


@media (max-width: 992px) {
    .header-right {
          display: flex;
          justify-content: flex-end;
         // width: 100%;
    }
    .mob-nav-btn span {
        position: absolute;
        display: block;
        height: 3px;
        border-radius: 3px;
        background: var(--header-href);
        left: 4px;
        right: 4px;
        transition: all .3s ease;
    }
    .left .main-navigation .btn-box {
        display: flex;
    }
    
    .mob-nav-btn span:nth-child(1) {
        top: 7px;
    }
    .logo-wrap {
      order: 2;
      margin-right: 4px;
    }
    .main-navigation ul {
        margin-bottom: 20px;
    }
}
@media (max-width: 768px) {
    .gama-header .right-box.right-box-mob {
        display: none;
    }
}



// -------------------------------------------------------------------------------------------------------------------
.gama-header {
    justify-content: center;
}
 
// overlay
.main.dimmed::after {
    content: '';
    position: fixed; /* Растягиваем на весь экран */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Степень затемнения */
    z-index: 99; /* Убедись, что у header/навигации z-index больше 99! */
    cursor: pointer; /* Показываем, что по фону можно кликнуть */
}







// SLIDER
.slider_cont {
    width: 100%;
    margin-bottom: 15px;
}
.slider_cont .wrap {
    display: block;
    font-size: 0;
}
.slider_cont .slider {
    height: 350px;
    width: 100%;
    display: block;
    vertical-align: top;
}
.splide {
    position: relative;
}
.splide.is-initialized, .splide.is-rendered {
    visibility: visible;
}
.splide__arrows {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow svg {
    fill: #000;
    height: 1.2em;
    width: 1.2em;
}
.splide__arrow--prev svg {
    transform: scaleX(-1);
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}
.splide__arrow--next {
    right: 1em;
}
.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}
.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}
.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.slider_cont .slide {
    padding: 24px;
    border: 1px solid #2f4130;
    border-radius: 0px;
    height: 350px;
    max-height: 350px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.splide__slide img {
    vertical-align: bottom;
}
.slider_cont .slide > img {
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    object-fit: cover;
    width: 100%;
}
.slider_cont .slide .text-box {
    max-width: 1140px;
    height: calc(100% - 24px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-between;
    width: 100%;
}
p:last-of-type {
    margin-bottom: 0;
}
.slider_cont .slide .text-box p {
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 1;
}
.slider_cont .slide .text-box b {
    display: block;
    font-size: 38px;
    color: #fff;
    font-weight: 900;
}
.slider_cont .slide .text-box i {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-style: normal;
    width: 100%;
    max-width: 600px;
}



.slider_cont .slide .text-box .btn {
    min-height: 50px;
    min-width: 140px;
    border-radius: 6px;
    font-size: 17px;
}

// PAGINATION
.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}
.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}
.splide__pagination {
    bottom: 16px;
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto;
}
select, input, textarea, button {
    outline: none;
}
.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: .7;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
}
.splide__pagination__page.is-active {
    background: #fff;
    transform: scale(1.4);
    z-index: 1;
}
.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (max-width: 576px) {
    .slider_cont .slide > img {
        opacity: 0.5;
        object-position: center;
    }
    .slider_cont .slide .text-box .btn {
        margin: 0 auto;
    }
}

// --------------------------------------------------------

// ANCHOR MENU
.tocmenu {
    background: transparent;
    padding: 0;
    margin: 10px 0;
    margin-bottom: 14px;
    float: left;
    margin-right: 20px;
    background: #0e0e0e;
    
    position: relative;
    z-index: 1;
}
.tocmenu .wrap {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: rgb(36 40 49 / 70%);
    border-radius: 12px;
    box-shadow: 0 0 14px 2px rgb(255 36 0 / 60%);
    border: 1px solid red;
    width: auto;
    padding-bottom: 12px;
    max-width: 500px;
}
ol, ul {
    color: inherit;
    //list-style: none;
}
.content-text ol, .content-text ul {
    display: table;
    margin: 10px 0 10px 13px;
    padding-left: 22px;
}
.content-text ol, .content-text ul {
    display: unset;
    margin: 16px 0;
    padding-left: 0;
    list-style-position: inside;
}
.content-text ol, .content-text ul:not(.toc-root) {
    display: block;
    margin-left: 24px;
}
ol.toc-root {
    margin: 0;
}
.content-text ol li, .content-text ul:not(.toc-root) li {
    margin-bottom: 8px;
    padding-left: 0;
}

::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: auto !important;
}

.content-text ol li::marker {
    color: #ff2400;
}
.tocmenu .toclink {
    cursor: pointer;
    display: inline-flex;
}
ol {
    list-style: decimal;
}
ol, ul {
    color: inherit;
    //list-style: none;
}
.content-text ol, .content-text ul {
    display: table;
    margin: 10px 0 10px 13px;
    padding-left: 22px;
}
.content-text ol, .content-text ul {
    display: unset;
    margin: 16px 0;
    padding-left: 0;
    list-style-position: inside;
}
.content-text ol, .content-text ul:not(.toc-root) {
    display: block;
    margin-left: 24px;
}
.content-text ol.toc-root ul {
    margin-left: 40px;
}
.content-text ul li {
    position: relative;
}
.content-text ol li, .content-text ul:not(.toc-root) li {
    margin-bottom: 8px;
    padding-left: 0;
}
.content-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -17px;
    width: 8px;
    height: 8px;
    border-radius: 2px;
    background-color: #ff2400;
}
.tocmenu .toclink {
    cursor: pointer;
    display: inline-flex;
}

@media (max-width: 768px) {
    .tocmenu {
        float: none;
        max-width: 550px;
        margin: 0;
        margin-bottom: 16px;
    }
}

// --------------------------------------------------------


// BONUSE 
.bonuses {
    max-width: 1170px;
    margin: 0 auto;
  
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    width: 100%;
    justify-items: center;
    display: grid;
    grid-column-gap: 1rem;
    grid-row-gap: 20px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.bonuscard {
    max-width: 412px;
    width: 100%;
    background: #13171f;
    border-radius: 5px;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 1rem;
}
.bonuscard-promo-image {
    height: 160px;
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: center;
    overflow: hidden;
}
.bonuscard-promo-text {
    text-align: center;
    padding: 0 1rem;
    flex-grow: 1;
    margin-bottom: 0.5rem;
}
.bonuscard-promo-footer {
    width: 100%;
    padding: 0 1rem;
}
.bonuscard-promo-image img {
    display: block;
    height: 160px;
    width: 429px;
    max-width: none;
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
}
.bonuscard-promo-text h4 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 5px;
    text-align: center;
    display: block;
    margin-bottom: 8px;
}
.bonuscard-promo-text p {
    font-size: 14px;
    line-height: 1.4;
    color: #80858f;
}
.bonuscard-promo-button {
    width: 100%;
    background: #ff2400;
    font-size: 16px;
    font-weight: 700;
    padding: 0.5rem 1.5rem;
    line-height: 24px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    color: #fff;
}
// --------------------------------------------------------

// GAME DESCR
.gamebox {
    width: 100%;
    max-width: unset;
    height: 100%;
    max-height: unset;
    background: #000;
    overflow: hidden;
    margin: 24px auto;
    margin-top: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}
.gamebox .inf {
    padding: 20px;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.gamebox .inf h1 {
    font-size: 26px;
    color: #00cfa6;
}
.gamebox .inf p {
    font-size: 14px;
    color: #ffffffd1;
}
.gamebox .btn-box {
    display: flex;
    margin-top: 20px;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

@media (max-width: 768px) {
    .gamebox {
        grid-template-columns: 1fr;
        height: auto;
        max-height: unset;
    }
    .gamebox img {
        display: block;
        width: 100%;
        margin: 0 auto;
        object-fit: contain;
        height: 280px;
        margin-top: 20px;
    }
    .gamebox .inf {
        padding: 20px;
    }
}


// TITLE ANCHOR
.tocmenu .wrap .title {
    display: block;
    font-size: 18px; 
    text-align: center;
}
//-------------------------------------------


// COMENTS BLOGS
.quip-comment-body {
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 10px;
    background: #1c1c1c;
    padding: 20px;
    border-radius: 6px;
}
.avtor {
    font-size: 17px;
    font-weight: 600;
    color: #00cfa6;
}
.quip-comment-list {
    margin: 0px !important;
}

.section-quip li,
.quips li {
    list-style-type: none !important;
    margin-left: 0 !important; 
    padding-left: 0 !important; 
}

.section-quip li::before,
.section-quip li::after,
.section-quip li::marker,
.quips li::before,
.quips li::after,
.quips li::marker {
    display: none !important;
    content: none !important;
}


@media (max-width: 620px) {
    .quip-comment-body {
        grid-template-columns: 1fr;
    }
}


// USER IMG styles
.avatar-placeholder {
    width: 35px;
    height: 35px;
    background-color: #1a1d24; 
    color: #dc3545; 
    border-radius: 50%;
    border: 1px solid #dc3545; 
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.coment-heder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

