@import url(https://fonts.googleapis.com/css?family=Play:400,700&subset=cyrillic);
@font-face {
  font-family: 'iconic';
  src:	url('../fonts/iconic.eot?#iefix') format('eot'),
		url('../fonts/iconic.woff') format('woff'),
		url('../fonts/iconic.ttf') format('truetype'),
		url('../fonts/iconic.svg#iconic') format('svg');
}



.overflow-hidden{
	overflow-y: hidden;
}
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	height: 100%
}

html {
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}

a,
button,
input {
	outline: none
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

:after,
:before {
	text-decoration: inherit;
	vertical-align: inherit
}

* {
	background-repeat: no-repeat;
	padding: 0;
	margin: 0
}

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

hr {
	overflow: visible
}

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

summary {
	display: list-item
}

small {
	font-size: 80%
}

[hidden],
template {
	display: none
}

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

a:active,
a:hover {
	outline-width: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace
}

b,
strong {
	font-weight: bolder
}

dfn {
	font-style: italic
}

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

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

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

input {
	border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
	cursor: pointer
}

[disabled] {
	cursor: default
}

[type=number] {
	width: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

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

textarea {
	overflow: auto;
	resize: vertical
}

button,
input,
optgroup,
select,
textarea {
	font: inherit
}

optgroup {
	font-weight: 700
}

button {
	overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

button,
select {
	text-transform: none
}

button,
input,
select,
textarea {
	background-color: transparent;
	border-style: none;
	color: inherit
}

legend {
	border: 0;
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

img {
	border-style: none;
	vertical-align: middle
}

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

li,
ul {
	list-style: none
}

body {
	color: #fff;
	font-family: Play, Arial, sans-serif;
	font-size: 16px;
	min-height: 100%;
	background-color: #25252d;
	    min-width: 1050px;
}
.textauth_label{
	color: #818c99;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
    justify-content: center;
    text-align: center;
}
.auth-form button, .auth-form input, .auth-form select, .auth-form textarea {
    background-color: transparent;
    border-style: none;
    color: #ffffff;
}
.modeld-auth iframe{
	margin: 0 auto;
    display: block;
    /* width: 100% !important;
	height: 50px !important; */
}
/* .modeld-auth iframe body.body_widget_login{
width: 100% !important;
}
.modeld-auth iframe .tgme_widget_login.large button.tgme_widget_login_button{
	height: 50px!important;
    width: 100%!important;
} */
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh
}

a {
	color: #deac0b;
	text-decoration: none;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a:hover {
	color: #da5a20
}

main {
	-webkit-box-flex: 1;
	-ms-flex: 1 auto;
	flex: 1 auto;
	position: relative;
	
}





main:before {
	position: fixed;
	width: 100%;
	height: 100%;
	content: "";
	background: #25252d url(../img/background.jpg?v=1) no-repeat 100% 0;
	background-size: cover;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	top: 0;
	left: 0;
	z-index: -1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

@media (max-width: 1024px) {
	html, body {
		overflow-x: hidden;
		width: 100%;
	}
	
	main:before {
		position: fixed;
		background: #25252d url(../img/background-mob.jpg) no-repeat center center;
		background-size: cover;
		width: 100%; /* Меняем на 100% */
		height: 120vh;
		min-height: 100vh;
		top: 0;
		left: 0;
		/* Убираем трансформации которые могут обрезать */
		transform: none;
		-webkit-transform: none;
	}
}







h1 {
	font-size: 34px
}

h2 {
	font-size: 30px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 18px
}
.d-flex-wrap{
	display: flex;
	flex-wrap: wrap;
}
.d-flex-wrap .cases__name{
	width: 100%;
}
.game__screens{
	width: 100%;
}
/** ICONS **/
.category__ico .avatar__soc, .category__ico .blockquote, .category__ico .checkbox__view,
.category__ico .dropdown__head:after, .category__ico .form-row__content--divided .input-wr + .input-wr .input-cont:after,
.category__ico .iconic, .category__ico .popup__closer, .category__ico .slick-next,
.category__ico .slick-prev, .category__ico .typography blockquote,
.category__ico .ya-share2__item_service_facebook .ya-share2__icon,
.category__ico .ya-share2__item_service_gplus .ya-share2__icon,
.category__ico .ya-share2__item_service_moimir .ya-share2__icon,
.category__ico .ya-share2__item_service_twitter .ya-share2__icon,
.category__ico .ya-share2__item_service_vkontakte .ya-share2__icon, .iconic--lupa,
.category__ico img, .form-row__content--divided .input-wr + .input-wr .category__ico .input-cont:after,
.typography .category__ico blockquote, .ya-share2__item_service_facebook .category__ico .ya-share2__icon,
.ya-share2__item_service_gplus .category__ico .ya-share2__icon,
.ya-share2__item_service_moimir .category__ico .ya-share2__icon,
.ya-share2__item_service_twitter .category__ico .ya-share2__icon,
.ya-share2__item_service_vkontakte .category__ico .ya-share2__icon {
  max-width: 94%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  font-family: 'iconic';
}
.iconic--arr-full-l:after {
  content: ""
}

.iconic--cat-action:after {
   content: ""
}

.iconic--cat-adventure:after {
  content: ""
}

.iconic--cat-arcade:after {
  content: ""
}

.iconic--cat-mmo:after {
  content: ""
}

.iconic--cat-rpg:after {
  content: ""
}
.iconic--cat-indie:after {
  content: ""
}
.iconic--cat-sim:after {
  content: ""
}

.iconic--cat-sport:after {
  content: ""
}

.iconic--cat-strategy:after {
  content: ""
}

.dropdown._active .dropdown__head:after, .iconic--chevron-b:after {
  content: ""
}

.iconic--chevron-l:after {
  content: ""
}

.iconic--chevron-r:after {
  content: ""
}

.dropdown__head:after, .iconic--chevron-t:after {
  content: ""
}

.form-row__content--divided .input-wr + .input-wr .input-cont:after,
.iconic--chevron2-r:after {
  content: ""
}

.iconic--clock:after {
  content: ""
}

.iconic--cross:after, .popup__closer:after {
  content: ""
}

.iconic--favs:after {
  content: ""
}

.iconic--grid:after {
  content: ""
}

.iconic--heart:after {
  content: ""
}

.iconic--lupa:after {
  content: ""
}

.blockquote:after, .iconic--quotes:after, .typography blockquote:after {
  content: ""
}

.avatar__soc--fb:after, .iconic--soc-fb:after, .ya-share2__item_service_facebook .ya-share2__icon:after {
  content: ""
}

.iconic--soc-gplus:after, .ya-share2__item_service_gplus .ya-share2__icon:after {
  content: ""
}

.iconic--soc-inst:after {
  content: ""
}

.iconic--soc-mail:after, .ya-share2__item_service_moimir .ya-share2__icon:after {
  content: ""
}

.iconic--soc-tw:after, .ya-share2__item_service_twitter .ya-share2__icon:after {
  content: ""
}

.avatar__soc--vk:after, .iconic--soc-vk-v:after {
  content: ""
}

.iconic--soc-vk:after, .ya-share2__item_service_vkontakte .ya-share2__icon:after {
  content: ""
}

.iconic--sorting:after {
  content: ""
}

.checkbox__view:after, .iconic--tick:after {
  content: ""
}

.iconic--triangle-full-l:after, .slick-prev:active:after {
  content: ""
}

.iconic--triangle-full-r:after, .slick-next:active:after {
  content: ""
}

.iconic--triangle-l:after, .slick-prev:after {
  content: ""
}

.iconic--triangle-r:after, .slick-next:after {
  content: ""
}

.btn--oblique:after, .ul-arrows LI:after {
  content: ""
}

.buttonmore{
width: 100%;
    text-align: center;
    padding: 10px 0px;
    background-color: #25252de0;
    border-radius: 3px;
    color: #ffc607;
    text-shadow: 0 0 9px rgb(255 114 2 / 60%);
    font-weight: 700;
    cursor: pointer;
    margin-top: 50px;
    font-size: 20px;
}
/**END**/
.center {
	text-align: center
}

.mb-25 {
	margin-bottom: 25px
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
	44% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	48% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		-webkit-transform-style: preserve-3d;
		transform-style: preserve-3d
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	42% {
		-webkit-transform: scale(.7);
		transform: scale(.7)
	}
	44% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3)
	}
	48% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@-webkit-keyframes turn-reverse {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
}

@keyframes turn-reverse {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(-1turn);
		transform: rotate(-1turn)
	}
}

@-webkit-keyframes turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes turn {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@-webkit-keyframes case-bg-pulse {
	0%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.97);
		transform: scale(.97)
	}
}

@keyframes case-bg-pulse {
	0%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.97);
		transform: scale(.97)
	}
}

@-webkit-keyframes scale-out {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes scale-out {
	0% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes scale-in {
	0% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes scale-in {
	0% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
	to {
		-webkit-transform: none;
		transform: none
	}
}

@-webkit-keyframes case-pulse {
	0%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
}

@keyframes case-pulse {
	0%,
	to {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
	50% {
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		z-index: 100
	}
	to {
		opacity: 1;
		z-index: 100
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		z-index: 100
	}
	to {
		opacity: 1;
		z-index: 100
	}
}

@-webkit-keyframes drop-first-item {
	0% {
		margin-left: -135px;
		opacity: 0;
		-webkit-transform: perspective(800px) rotateY(-90deg) translateZ(0);
		transform: perspective(800px) rotateY(-90deg) translateZ(0)
	}
	to {
		margin-left: 0;
		opacity: 1;
		-webkit-transform: perspective(800px) rotateY(0) translateZ(0);
		transform: perspective(800px) rotateY(0) translateZ(0)
	}
}

@keyframes drop-first-item {
	0% {
		margin-left: -135px;
		opacity: 0;
		-webkit-transform: perspective(800px) rotateY(-90deg) translateZ(0);
		transform: perspective(800px) rotateY(-90deg) translateZ(0)
	}
	to {
		margin-left: 0;
		opacity: 1;
		-webkit-transform: perspective(800px) rotateY(0) translateZ(0);
		transform: perspective(800px) rotateY(0) translateZ(0)
	}
}

.container {
	margin-left: 100px;
	margin-right: 100px;
	position: relative
}
.hf-logo {
    color: #eed897;
    font-size: 30px;
    width: 200px;
    text-align: center;
    padding: 10px;
    display: inline-block;
}

.hf-logo img {
	user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
    width: 115%;
    display: block;
}

@keyframes running-border {
    0% {
        background-position: -200px 0;
    }
    100% {
        background-position: 200px 0;
    }
}
.search-div{
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-negative: 0;
	    flex-grow: 1;
    flex-shrink: 0;
    /*padding-left: 55px;*/
    position: relative;
}
.search-wr, .search-wr__main {
    position: relative;
}
.search_submit{
	    position: absolute;
    right: 2px;
    bottom: 2px;
    width: 45px;
    text-align: center;
    font-size: 18px;
    color: #eed897;
    text-shadow: 0 0 5px #fc8629ed;
    line-height: 40px;
    cursor: pointer;
}

@media (max-width:1350px) {
	.container {
		margin-left: 25px;
		margin-right: 25px
	}
}

.container--small {
	max-width: 1610px;
	padding-left: 95px;
	padding-right: 95px;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:1400px) {
	.container--small {
		padding-left: 50px;
		padding-right: 50px
	}
}

.title {
	   color: #ffc607;
    text-shadow: 0 0 10px #ff7202;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    padding-bottom: 20px;
    position: relative;
    font-weight: 400;
	letter-spacing: 1.8px;
}

.title--mb {
	margin-bottom: 40px
}

.title:after {
	width: 256px;
	height: 15px;
	background: url(../img/title.svg) 50% no-repeat;
	background-size: contain;
	bottom: 0;
	margin-left: -128px
}

.title:after,
.title:before {
	content: "";
	position: absolute;
	left: 50%
}

.title:before {
	width: 62px;
	margin-left: -32px;
	height: 3px;
	-webkit-box-shadow: 0 0 14px #ffc607;
	box-shadow: 0 0 14px #ffc607;
	background-color: #ffc607;
	bottom: 6px
}
/***ALERTS***/
.inputs_info {
	  width: 400px;
	    right: 30px;
}
/**GAME INFO ***/
.wrap {
    position: relative;
    width: 1024px;
    margin: auto;
    margin-top: 50px;
}

/* Для ПК */
@media (min-width: 1025px) {
    .wrap {
        width: 1128.8px; /* 1024px + 20% */
    }
}
.game{
    padding-top:.9375rem;
    margin-bottom:2.5rem
}
.game__breadcrumbs{
    margin-bottom:2.1875rem
}
.game__breadcrumbs-link{
    font-size:.75rem;
    color:#fff;
    display:inline-block
}
.game__breadcrumbs-link:hover{
    color:#ffde00
}
.game__breadcrumbs-sep{
    display:inline-block;
    margin:0 .625rem;
    font-size:.75rem;
    color:#ffde00
}
.game__breadcrumbs-current{
    font-size:.75rem;
    color:#fff;
    display:inline-block;
    opacity:.5
}
.game__h1{
    line-height:1.1;
    color:#fff;
    text-transform:uppercase;
    font-weight:600;
    margin-bottom:1.875rem;
    max-height:85px;
    overflow:hidden
}
.game__wrapper:after{
    content:"";
    display:table;
    clear:both
}
.game__wrapper-left{
    /* float:left; */
    width:22.8125rem;
    padding-right:.9375rem;
    flex-shrink:0;
    -webkit-box-flex:0;
    flex-grow:0
}
/* @media (min-width:992px) and (max-width:1199px){
    .game__wrapper-left{
        width:280px
    }
}
@media (min-width:768px) and (max-width:991px){
    .game__wrapper-left{
        width:220px
    }
}
@media (max-width:767px){
    .game__wrapper-left{
        width:100%;
        float:none;
        padding-right:0
    }
} */
.game__img{
    margin-bottom:.9375rem;
    width: 100%;
    height: 92%;
}

.game__img img{
    display:block;
    border-radius:.375rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.game__img img:hover{
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}
.game__specs{
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    padding: 25px;
    border-radius: 16px;
    margin-bottom: 20px;
}
@media (max-width:767px){
    .game__specs{
        margin-bottom: 20px;
        padding: 20px;
    }
}
.game__specs-wrapper{
    display:table
}
.game__specs-spec{
    display:table-row
}
.game__specs-key{
    color:#c3c3c3;
    padding-right:.625rem
}
.game__specs-key,.game__specs-val{
    display:table-cell;
    font-size:.875rem;
    padding-bottom:.19375rem
}
.game__specs-val{
        color: #ffffff;
}
.game__wrapper-right{
    /* float:left; */
    width:calc(100% - 365px)
}
/* @media (min-width:992px) and (max-width:1199px){
    .game__wrapper-right{
        width:calc(100% - 280px)
    }
} */
/* @media (min-width:768px) and (max-width:991px){
    .game__wrapper-right{
        width:calc(100% - 220px)
    }
} */
/* @media (max-width:767px){
    .game__wrapper-right{
        float:none;
        width:100%
    }
} */



.game__main{
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    padding:1.25rem 1.25rem .625rem;
    border-radius:16px;
    margin-bottom:20px;
    display:-webkit-box;
    display:flex;
    -webkit-box-pack:justify;
    justify-content:space-between
}
@media (max-width:767px){
    .game__main{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        flex-direction:column
    }
}
.game__main-feature{
    padding-left:2.375rem;
    margin-bottom:1.1625rem;
    font-size:.875rem
}
.game__main-feature span{
    color:#ffde00;
    font-weight:700
}
.game__main-feature-img{
    width:1.5625rem;
    margin-left:-2.375rem;
    float:left;
    margin-top:-.1875rem
}
.game__main-data-top{
    display:-webkit-box;
    display:flex;
    -webkit-box-pack:justify;
    justify-content:space-between;
    -webkit-box-align:end;
    align-items:flex-end;
    margin-bottom:.625rem
}
.game__main-data-old{
    color:#878787;
    font-size:.875rem;
    text-decoration:line-through;
    display:block;
    line-height:1
}
.game__main-data-old small{
    font-size:.625rem
}
.game__main-data-new{
    font-size:2.25rem;
    font-weight:800;
    color:#ffde00;
    line-height:1
}
.game__main-data-new small{
    font-size:.875rem
}
.game__main-data-discount{
 font-size:.875rem;
   color: #eed897;
    text-shadow: 0 0 5px #fc8629ed;
    border: 1px solid #eed897;
    padding:.1875rem .9375rem;
}
.game__main-data-buy{
    width:17.625rem;
    padding-top:.75rem;
    padding-bottom:.9375rem;
    font-size:1.125rem;
    -webkit-box-align:center;
    align-items:center;
    -webkit-box-pack:center;
    justify-content:center;
    display:-webkit-box;
    display:flex;
    margin-bottom:.625rem;
    animation: subtleGlow 3s ease-in-out infinite;
}

/* Анимация легкого мерцания */
@keyframes subtleGlow {
    0%, 100% {
        box-shadow: 0 0 5px rgba(255, 198, 7, 0.3);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 15px rgba(255, 198, 7, 0.6),
                    0 0 25px rgba(255, 198, 7, 0.2);
        transform: scale(1.01);
    }
}

/* Усиление эффекта при наведении */
.game__main-data-buy:hover {
    animation: strongGlow 1.5s ease-in-out infinite;
}

@keyframes strongGlow {
    0%, 100% {
        box-shadow: 0 0 10px rgba(255, 198, 7, 0.5),
                    0 0 20px rgba(255, 198, 7, 0.3);
        transform: scale(1.02);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 198, 7, 0.8),
                    0 0 35px rgba(255, 198, 7, 0.4);
        transform: scale(1.03);
    }
}

/* Отключаем анимацию на мобильных если нужно */
@media (max-width: 768px) {
    .game__main-data-buy {
        animation: none;
    }
    
    .game__main-data-buy:hover {
        animation: subtleGlow 2s ease-in-out infinite;
    }
}
.game__main-data-available{
    font-size:.75rem;
    color:#2f2f2f
}
.game__main-data-available:before{
    content:"";
    width:.5625rem;
    height:.5625rem;
    background-color:#33df4b;
    box-shadow:0 0 .625rem #33df4b;
    display:inline-block;
    border-radius:.625rem;
    margin-right:.5rem
}
.game__main-data-info{
    margin-top:.3125rem
}
.game__main-data-link{
    color:#2f2f2f;
    font-size:.75rem;
    border-bottom:1px dashed #2f2f2f
}
.game__main-data-link+.game__main-data-link{
    margin-left:.9375rem
}
.game__wrapper-left .cases__item {
	width: 100% !important;
	margin-left: 0;
	background-color: transparent;
}
.game__screens{
	background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    border-radius: 16px;
    padding: 1.25rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0.9375rem;
    max-width: 100%;
    overflow: hidden;
    padding:1.25rem;
    border-radius:.375rem;
    margin-bottom:.9375rem;
    /* margin-top:1.875rem; */
    max-width:100%;
    overflow:hidden
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

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

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	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;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	cursor: pointer;
	position: relative;
}

.slick-slide:hover {
	transform: scale(1.05);
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	z-index: 10;
	position: relative;
}

.slick-slide:hover::after {
	content: '🔍';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 2rem;
	background: rgba(255, 255, 255, 0.8);
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
	animation: pulse 1.5s infinite;
	pointer-events: none;
	z-index: 20;
}

@keyframes pulse {
	0% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.9;
	}
	50% {
		transform: translate(-50%, -50%) scale(1.1);
		opacity: 1;
	}
	100% {
		transform: translate(-50%, -50%) scale(1);
		opacity: 0.9;
	}
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block;
	transition: transform 0.3s ease;
}

.slick-slide:hover img {
	transform: scale(1.02);
}

.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-slide {
	will-change: transform;
	backface-visibility: hidden;
	transform: translateZ(0);
}

/* Альтернативный вариант с иконкой лупы через псевдоэлемент */
.slick-slide:hover::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.1);
	z-index: 15;
	pointer-events: none;
	border-radius: 4px;
}










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












.game__screens {
    position: relative;
    padding-bottom: 4.5rem;
}

.game__screens .slick-arrow{
    position: absolute;
    bottom: -4rem;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 12px;
    text-indent: -624.9375rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.1),
        0 1px 3px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    z-index: 10;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.game__screens .slick-arrow:hover {
    transform: translateY(-3px) scale(1.05);
    background-color: rgba(255, 255, 255, 0.98);
    box-shadow: 
        0 8px 25px rgba(0, 0, 0, 0.15),
        0 3px 8px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.game__screens .slick-arrow:active {
    transform: translateY(-1px) scale(0.98);
    box-shadow: 
        0 3px 10px rgba(0, 0, 0, 0.12),
        0 1px 2px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: all 0.1s ease;
}

.game__screens .slick-prev{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23444'%3E%3Cpath d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E");
    left: calc(50% - 4rem);
}

.game__screens .slick-next{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23444'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
    right: calc(50% - 4rem);
}

/* Анимация появления стрелок */
.game__screens .slick-arrow {
    animation: slideInUp 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(15px) scale(0.9);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.game__screens .slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
    background-color: rgba(245, 245, 245, 0.9);
    transform: none;
}

.game__screens .slick-arrow.slick-disabled:hover {
    transform: none;
    background-color: rgba(245, 245, 245, 0.9);
    box-shadow: 
        0 4px 15px rgba(0, 0, 0, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.05);
}

.game__screens-title{
    font-size: 1.25rem;
    color: #ffde00;
    margin-bottom: .9375rem;
    text-align: center;
}

.game__screens-slide{
    margin-right: .9375rem;
    transition: transform 0.3s ease;
}

.game__screens-slide img{
    width: auto;
    height: 6.25rem;
    margin-right: 10px;
    border-radius: 12px;
    transition: all 0.3s ease;
}

/* Анимация для активного слайда */
.game__screens-slide.slick-active {
    transform: scale(1.02);
}

.game__screens-slide.slick-active img {
    border: 2px solid #ffde00;
    box-shadow: 0 8px 25px rgba(255, 222, 0, 0.25);
}

/* Эффект при наведении на слайд */
.game__screens-slide:hover img {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Стили для точек */
.game__screens .slick-dots {
    bottom: -2.5rem;
    position: absolute;
    width: 100%;
}

.game__screens .slick-dots li button:before {
    font-size: 8px;
    color: rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
}

.game__screens .slick-dots li.slick-active button:before {
    color: #ffde00;
    transform: scale(1.2);
}

/* Убедимся, что изображения стрелок хорошо видны */
.game__screens .slick-prev,
.game__screens .slick-next {
    background-size: 45% 45%;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .game__screens .slick-arrow {
        width: 2.75rem;
        height: 2.75rem;
        bottom: -3.5rem;
        border-radius: 10px;
    }
    
    .game__screens .slick-prev {
        left: calc(50% - 3.5rem);
    }
    
    .game__screens .slick-next {
        right: calc(50% - 3.5rem);
    }
}

/* Эффект глубины при наведении */
.game__screens .slick-arrow:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 50%);
    pointer-events: none;
}








.game__descr{
        background-color: #33323ab0;
    padding:1.25rem;
    border-radius:.375rem;
    margin-bottom:.9375rem
}
.game__descr-title{
    font-size: 1.25rem;
    color: #ffde00;
    margin-bottom: .9375rem;
    text-align: center;
}
.game__descr-text{
    font-size:.875rem;
    line-height:1.25rem
}
.game__techs{
    background-color:#fff;
    padding:1.25rem;
    border-radius:.375rem;
    margin-bottom:.9375rem
}
.game__techs-title{
    font-size:1.25rem;
    color:#2f2f2f;
    margin-bottom:.9375rem
}
.game__techs-subtitle{
    font-size:1rem;
    color:#2f2f2f;
    margin-bottom:.9375rem;
    margin-top:.9375rem
}
.game__techs-table{
    display:table
}
.game__techs-tr{
    display:table-row
}
.game__techs-td{
    display:table-cell;
    font-size:.8125rem;
    padding-bottom:.3125rem
}
.game__techs-td+.game__techs-td{
    padding-left:.9375rem
}
.btn-1 {
    background-color: #ffde00;
    color: #333;
    border-radius: 6px;
    border: 0;
    cursor: pointer;
}
.btn-sold{
	background-color: #777777;
    color: #333;
    border-radius: 6px;
    border: 0;
    cursor: no-drop;
}
.btn-1:hover{
	color:#33323a;
    background-color:#ffeb66;
    box-shadow:0 0 20px rgba(255,222,0,.8)
}
.btn-1:active{
    background-color:#e6c800
}
.btn-1.disabled{
    opacity:.7;
    pointer-events:none
}

/**END INFO **/
/*model buy**/
.filter
{
	background-color: rgba(51, 51, 51, 0.86);
	cursor: pointer;
	height: 100%;
	    position: fixed;
	top: 0;
	width: 100%;
	z-index: 99;
}
.indicator
{
	    display: block;
    font-size: 15px;
    left: 43%;
    margin-left: -155px;
    position: fixed;
    top: 10%;
    width: 290px;
    z-index: 9999999999;
}
#prize-product{
	       text-shadow: 0 0 5px #ff7202;
    color: #ffc607;
    background-color: #23232c;
    width: 100%;
    border-radius: 2px;
    padding: 7px 12px;
    text-align: center;
    font-size: 17px;
}
.success,.fail
{
	line-height: 2;
	text-align: center;
}
.success
{
	    background-color: #2b2b33;
	        box-shadow: 0 20px 65px rgba(0,0,0,.48);
    width: 620px;
}
.fail
{
	    background-color: #101216;
    
}
.inc-email
{
	font-size: 10px;
}
.sucm_color {
    color: #fde8a3;
    text-shadow: 0 0 5px #fc8629ed;
}
#prize-product {
    color: #fde8a3;
    text-shadow: 0 0 5px #fc8629ed;
}
.c-form {
    color: #fb8c00;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 5px;
}
video {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.bannerhh{
	position: relative;
   height: auto;
}
@media (max-width:1600px) {
	.bannerhh{
	position: relative;
    height: auto;
}
}
/*mini profile*/
.header .right { float: right; margin: 33px 0 0; }
.header .right .heading { display: inline-block; vertical-align: middle; }
.header .right .btn { margin-left: 15px; }
.header .mini-profile { background: url(../img/mini-profile.png) no-repeat center right; height: 123px; width: 231px; padding: 5px 0 0; margin-right: 101px; position: relative; }
.header .mini-profile .avatar { 
    width: 48px; 
    height: 50px; 
    background: #000; 
    transform: rotate(45deg); 
    overflow: hidden; 
    margin: 31px 0 0 37px; 
    float: left; 
    position: relative;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

.header .mini-profile .avatar:hover {
    transform: rotate(45deg) scale(1.1);
    box-shadow: 0 0 0 3px #ffc607,
                0 0 20px rgba(255, 198, 7, 0.6),
                0 0 40px rgba(255, 198, 7, 0.3);
    background: linear-gradient(45deg, #000, #333);
}

.header .mini-profile .avatar img { 
    position: absolute; 
    left: 50%; 
    top: 50%; 
    width: 70px; 
    height: 70px; 
    transform: rotate(-45deg); 
    margin: -35px 0 0 -35px; 
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.header .mini-profile .avatar:hover img { 
    filter: brightness(1.4) contrast(1.1);
    transform: rotate(-45deg) scale(1.15);
    width: 75px;
    height: 75px;
    margin: -37.5px 0 0 -37.5px;
}

/* Тултип с надписью */
.header .mini-profile .avatar::before {
    content: 'Перейти в личный кабинет';
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%) translateY(10px) rotate(-45deg);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    border: 1px solid #ffc607;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.header .mini-profile .avatar::after {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) rotate(-45deg);
    border: 6px solid transparent;
    border-top-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
}

.header .mini-profile .avatar:hover::before,
.header .mini-profile .avatar:hover::after {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0) rotate(-45deg);
}

/* Анимация пульсации */
@keyframes avatarPulse {
    0% { 
        box-shadow: 0 0 0 0 rgba(255, 198, 7, 0.7),
                    0 0 20px rgba(255, 198, 7, 0.6),
                    0 0 40px rgba(255, 198, 7, 0.3);
    }
    70% { 
        box-shadow: 0 0 0 10px rgba(255, 198, 7, 0),
                    0 0 25px rgba(255, 198, 7, 0.8),
                    0 0 50px rgba(255, 198, 7, 0.4);
    }
    100% { 
        box-shadow: 0 0 0 0 rgba(255, 198, 7, 0),
                    0 0 20px rgba(255, 198, 7, 0.6),
                    0 0 40px rgba(255, 198, 7, 0.3);
    }
}

.header .mini-profile .avatar:hover {
    animation: avatarPulse 2s infinite;
}

/* Эффект сияния вокруг аватара */
.header .mini-profile .avatar .glow-effect {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    background: conic-gradient(from 0deg, #ffc607, #ff8c00, #ffc607);
    border-radius: inherit;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
}

.header .mini-profile .avatar:hover .glow-effect {
    opacity: 0.3;
    animation: rotateGlow 3s linear infinite;
}

@keyframes rotateGlow {
    from { transform: rotate(45deg) rotate(0deg); }
    to { transform: rotate(45deg) rotate(360deg); }
}
.header .mini-profile .info { 
    float: left; 
    width: calc(100% - 116px); 
    margin: 19px 0 0 26px; 
    white-space: nowrap; 
    font-size: 16px; 
    color: #fff; 
    font-weight: 600; 
}

.header .mini-profile .info .balance { 
    margin: 0 0 9px -15px; 
}


.header .mini-profile .info .action a { 
    text-decoration: none; 
    text-transform: uppercase; 
    font-size: 14px; 
    position: relative; 
    z-index: 1;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 4px 8px;
    border-radius: 3px;
    display: inline-block;
    transform: translateY(-2px); /* Поднимаем на 5px выше */
}

.header .mini-profile .info .action a:hover { 
    color: #fff;
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
    background: rgba(255, 198, 7, 0.15);
    transform: translateY(-5px) scale(1.1); /* Сохраняем подъем и добавляем scale */
    box-shadow: 0 4px 12px rgba(255, 198, 7, 0.25);
    z-index: 10;
}
.header .mini-profile .info .points { margin: 7px 0 0 -10px; }
.header .mini-profile .name { 
    text-decoration: none; 
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
}

/* Для всех iOS устройств */
@supports (-webkit-touch-callout: none) {
    .header .mini-profile .info .points { 
        margin: 2px 0 0 -10px;
    }
}

.header .mini-profile .name:hover {
    color: #ffc607;
    text-shadow: 0 0 8px rgba(255, 198, 7, 0.4);
    transform: translateX(4px);
}
.header .mini-profile .name:hover {  text-decoration: none; color: #edd695; }
.header .mini-profile .btn-exit { background: url(../img/go-exit.png); width: 114px; height: 28px; position: absolute; bottom: 17px; left: -51px; }
.header .mini-profile .btn-go-profile { 
    background: url(../img/go-profile.png); 
    width: 118px; 
    height: 30px; 
    position: absolute; 
    top: 18px; 
    left: -57px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.header .mini-profile .btn-go-profile:hover {
    transform: scale(1.08) translateY(-2px);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.15));
    background: url(../img/go-profile.png) no-repeat;
}
.header .mini-profile .btn-go-profile2 { 
    background: url(../img/go-profile2.png); 
    width: 58px; 
    height: 30px; 
    position: absolute; 
    top: 47px; 
    left: -24px;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    cursor: pointer;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.15));
}

.header .mini-profile .btn-go-profile2:hover {
    transform: scale(1.15) translateY(-2px);
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.25));
    background: url(../img/go-profile2.png) no-repeat;
}
.header .mini-profile .btn-exit { 
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.header .mini-profile .btn-exit:hover { 
    filter: brightness(1.2) drop-shadow(0 4px 8px rgba(255, 0, 0, 0.3));
    transform: scale(1.08);
}
.ico-ruble.small {
    width: 20px;
    height: 12px;
    background-size: 100% auto;
    margin: -15px -12px -12px 4px;
}
.ico-ruble {
    background: url(../img/money.png);
    display: inline-block;
    vertical-align: middle;
}
/*end m-profile*/
#more{
	    text-align: center;
    width: 100%;
    background-color: #fac107;
    color: #31313b;
    font-size: 25px;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: .6px;
    border-radius: 5px;
}
.promocode {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-radius: 5px;
	overflow: hidden
}
#promocodes{
	width: 100%;
}
.promocode__desc {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #27272f url(../img/textures/promocode.png) 100% 0 no-repeat;
	padding: 35px 30px;
	text-align: center;
	text-transform: uppercase;
	line-height: 1.4;
	position: relative;
	overflow: hidden
}

.promocode__desc:after {
	content: "";
	position: absolute;
	bottom: 100%;
	-webkit-box-shadow: 0 0 150px #ff6516;
	box-shadow: 0 0 150px #ff6516;
	width: 150px;
	height: 120px;
	border-radius: 100%;
	right: -61px
}

.promocode__title {
	color: #c3c3c3;
	font-size: 20px;
	font-weight: 700;
	z-index: 1
}

.promocode__info {
	font-size: 16px;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202
}

.promocode__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.promocode__copy {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.promocode__promocode {
	background-color: rgba(37, 37, 45, .65);
	font-size: 27px
}

.promocode__promo-info,
.promocode__promocode {
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #62626a
}

.promocode__promo-info {
	background-color: rgba(46, 46, 56, .65);
	font-size: 14px
}

.promocode__btn-wrapper {
	background-color: rgba(37, 37, 45, .54);
	height: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.promocode__span {
	padding: 0 5px
}

.promocode__span--current {
	color: #ef3d06
}

.promocode__span--max {
	color: #efa406
}

.promocode__btn {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px 0 30px;
	position: relative;
	font-size: 12px;
	color: #696972;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase;
	font-weight: 700
}

.promocode__btn:hover {
	color: #ffc607;
	text-shadow: 0 0 7px #ff7202
}

.promocode__btn:before {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	background: url(../img/copy.svg);
	height: 18px;
	width: 18px
}

.alert {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	border: 2px solid #c32146;
	border-radius: 3px;
	padding: 18px 28px;
	background-color: rgba(195, 33, 70, .2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.alert--warning {
	border-color: #78b939;
	background-color: rgba(120, 185, 57, .2)
}

.alert--mb {
	margin-bottom: 40px
}

.alert--no-margin {
	margin-top: 0
}

.alert__logo {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	border: 2px solid #6e2537;
	padding: 3px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 17px;
	color: #ffbfcb;
	text-shadow: 0 0 8px #6e2537;
	margin-right: 25px;
	-webkit-box-shadow: 0 0 20px #8f1a37;
	box-shadow: 0 0 20px #8f1a37
}

.alert--warning .alert__logo {
	border-color: #3b4e30;
	color: #eefddf;
	text-shadow: none;
	-webkit-box-shadow: 0 0 20px #78b939;
	box-shadow: 0 0 20px #78b939
}

.alert__logo:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	border: 2px solid #ff3153;
	border-radius: 100%
}

.alert--warning .alert__logo:before {
	border-color: #78b939
}

.alert__title {
	font-size: 20px;
	color: #ffb3c4;
	text-shadow: 0 0 20px #c32146;
	padding-bottom: 10px
}

.alert--warning .alert__title {
	color: #d9ffb4;
	text-shadow: 0 0 20px #78b939
}

.alert__description {
	font-size: 14px
}

.alert__link {
	border-bottom: 1px solid #ffc607
}

.alert--warning .alert__link {
	color: #78b939;
	border-color: #78b939
}

.alert__link:hover {
	border-color: #da5a20
}

.alert--warning .alert__link:hover {
	color: #578139;
	border-color: #578139
}

@-webkit-keyframes opacity {
	3% {
		fill-opacity: 1
	}
	75% {
		fill-opacity: 0
	}
}

@keyframes opacity {
	3% {
		fill-opacity: 1
	}
	75% {
		fill-opacity: 0
	}
}

.loader {
	margin: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.loader--no-margin {
	margin: 0
}

.loader__inner {
	width: 130px;
	height: 130px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(22, 22, 27, .67);
	position: relative
}

.loader svg {
	height: 126px;
	width: 126px;
	overflow: visible;
	margin: 2px
}

.loader__circle {
	fill-opacity: 0;
	fill: #fbc308;
	-webkit-animation: opacity 1.2s linear infinite;
	animation: opacity 1.2s linear infinite;
	-webkit-transform-origin: 63px 63px;
	transform-origin: 63px 63px
}

.loader__circle:nth-child(12n+1) {
	-webkit-animation-delay: -.1s;
	animation-delay: -.1s;
	-webkit-transform: rotate(-30deg) translate(5px, 5px) scale(.9);
	transform: rotate(-30deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+2) {
	-webkit-animation-delay: -.2s;
	animation-delay: -.2s;
	-webkit-transform: rotate(-60deg) translate(5px, 5px) scale(.9);
	transform: rotate(-60deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+3) {
	-webkit-animation-delay: -.3s;
	animation-delay: -.3s;
	-webkit-transform: rotate(-90deg) translate(5px, 5px) scale(.9);
	transform: rotate(-90deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+4) {
	-webkit-animation-delay: -.4s;
	animation-delay: -.4s;
	-webkit-transform: rotate(-120deg) translate(5px, 5px) scale(.9);
	transform: rotate(-120deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+5) {
	-webkit-animation-delay: -.5s;
	animation-delay: -.5s;
	-webkit-transform: rotate(-150deg) translate(5px, 5px) scale(.9);
	transform: rotate(-150deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+6) {
	-webkit-animation-delay: -.6s;
	animation-delay: -.6s;
	-webkit-transform: rotate(-180deg) translate(5px, 5px) scale(.9);
	transform: rotate(-180deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+7) {
	-webkit-animation-delay: -.7s;
	animation-delay: -.7s;
	-webkit-transform: rotate(-210deg) translate(5px, 5px) scale(.9);
	transform: rotate(-210deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+8) {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
	-webkit-transform: rotate(-240deg) translate(5px, 5px) scale(.9);
	transform: rotate(-240deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+9) {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
	-webkit-transform: rotate(-270deg) translate(5px, 5px) scale(.9);
	transform: rotate(-270deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+10) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
	-webkit-transform: rotate(-300deg) translate(5px, 5px) scale(.9);
	transform: rotate(-300deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+11) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
	-webkit-transform: rotate(-330deg) translate(5px, 5px) scale(.9);
	transform: rotate(-330deg) translate(5px, 5px) scale(.9)
}

.loader__circle:nth-child(12n+12) {
	-webkit-animation-delay: -1.2s;
	animation-delay: -1.2s;
	-webkit-transform: rotate(-1turn) translate(5px, 5px) scale(.9);
	transform: rotate(-1turn) translate(5px, 5px) scale(.9)
}

.loader__logo {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.loader__logo-img {
	width: 50px
}

.spinner,
.spinner:after {
	border-radius: 50%;
	width: 35px;
	height: 35px
}

.spinner {
	margin: 0 auto;
	position: relative;
	font-size: 0;
	overflow: hidden;
	border: 4px solid hsla(0, 0%, 100%, .2);
	border-left-color: #ffc607;
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes load8 {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}
.amount-l .error{
	width: 100%;
    display: block;
    position: absolute;
    text-align: center;
    color: #f5586b;
    font-size: 16px;
    margin-top: -20px;
    padding-right: 60px;
}
.load-more {
    margin: 0 auto;
    text-align: center
}

.load-more__btn {
    border: 2px solid #efa406;
    border-radius: 3px;
    height: 100%;
    -webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
    box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
    text-transform: uppercase;
    color: #ffc607;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    padding: 15px 50px
}

.load-more__btn:hover {
    border-color: #f18900;
    -webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
    box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.modeld-auth {
    width: 100%;
    display: block;
    position: relative;
    margin: 30px 0; /* Убираем auto для полной ширины */
    max-width: 100%; /* Полная ширина */
}

/* Полный сброс старых стилей и создание чистой Google кнопки */
.modeld-auth a.case-err__btn {
    /* Сбрасываем ВСЕ старые стили */
    all: initial;
    font-family: inherit;
    box-sizing: border-box; /* Важно для правильных размеров */
    
    /* Базовые стили ссылки */
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    
    /* Размеры и позиционирование - НА 100% ШИРИНЫ */
    width: 100% !important;
    height: 50px !important;
    margin: 0 !important; /* Убираем авто отступы */
    padding: 0 20px !important;
    
    /* Визуальные стили */
    background: #FFFFFF !important; /* Чистый белый фон */
    color: #3c4043 !important; /* Серый текст */
    border: 1px solid #dadce0 !important; /* Серая рамка */
    border-radius: 8px !important; /* Скругленные углы как у VK */
    
    /* Текст */
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    
    /* Анимации */
    transition: all 0.2s ease !important;
    
    /* Убираем ВСЕ тени и градиенты */
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
}

/* Hover эффект */
.modeld-auth a.case-err__btn:hover {
    background-color: #f8f9fa !important;
    border-color: #d2d2d2 !important;
    color: #3c4043 !important;
    
    /* Легкая тень при наведении */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) !important;
}

/* Активное состояние */
.modeld-auth a.case-err__btn:active {
    background-color: #f1f3f4 !important;
    transform: translateY(1px) !important;
}

/* Иконка Google */
.modeld-auth a.case-err__btn::before {
    content: "" !important;
    display: inline-block !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%234285F4" d="M22.56 12.25c0-.78-.07-1.53-.2-2.25H12v4.26h5.92c-.26 1.37-1.04 2.53-2.21 3.31v2.77h3.57c2.08-1.92 3.28-4.74 3.28-8.09z"/><path fill="%2334A853" d="M12 23c2.97 0 5.46-.98 7.28-2.66l-3.57-2.77c-.98.66-2.23 1.06-3.71 1.06-2.86 0-5.29-1.93-6.16-4.53H2.18v2.84C3.99 20.53 7.7 23 12 23z"/><path fill="%23FBBC05" d="M5.84 14.09c-.22-.66-.35-1.36-.35-2.09s.13-1.43.35-2.09V7.07H2.18C1.43 8.55 1 10.22 1 12s.43 3.45 1.18 4.93l2.85-2.22.81-.62z"/><path fill="%23EA4335" d="M12 5.38c1.62 0 3.06.56 4.21 1.64l3.15-3.15C17.45 2.09 14.97 1 12 1 7.7 1 3.99 3.47 2.18 7.07l3.66 2.84c.87-2.6 3.3-4.53 6.16-4.53z"/></svg>') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    margin-right: 12px !important;
    vertical-align: middle !important;
}

/* Для контейнера попапа, если нужно выравнивание */
#auth .popup-container {
    height: auto;
    padding: 20px; /* Добавляем отступы вокруг */
	 margin-top: -440px;
}

#auth .popup .info {
    text-align: center;
    margin-bottom: 20px;
	   
}

/* Если кнопка в модальном окне, добавьте эти стили */
.modal__content {
    padding: 20px; /* Отступы внутри модального окна */
}

/* Стили для второй кнопки "Войти как SW" если она есть */
.modeld-auth + .modeld-auth {
    margin-top: 15px; /* Отступ между кнопками */
}

.modeld-auth a.case-err__btn {
    font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}


#auth .popup-container {
    height: auto;
}

#auth .popup .info {
    text-align: center;
}
.modal--open {
	overflow: hidden
}

.modal__overlay {
	background-color: rgba(33, 33, 40, .72);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 2px
}

.modal__content {
	background-color: #2b2b33;
	-webkit-box-shadow: 0 20px 65px rgba(0, 0, 0, .48);
	box-shadow: 0 20px 65px rgba(0, 0, 0, .48);
	width: 620px;
	outline: none
}

.modal__close {
	position: absolute;
	
	right: 15px;
	z-index: 10;
	color: #444453;
	font-size: 40px;
	padding: 0 10px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.modal__close:hover {
	color: #ffc607
}

.modal__title {
	background-color: #272730;
	text-shadow: 0 0 5px #ff7202;
	color: #ffc607;
	font-size: 17px;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0
}

.modal__top-desc {
	color: #89898f;
	text-align: center;
	padding: 25px 0
}

.modal__loading {
	overflow: hidden;
	margin-bottom: -5px
}

.ReactModal__Overlay {
	opacity: 0
}

.ReactModal__Overlay--after-open {
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.ReactModal__Overlay--before-close {
	opacity: 0
}

.ReactModal__Content {
	opacity: 0;
	position: relative
}

.ReactModal__Content--after-open {
	opacity: 1;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}

.ReactModal__Content--before-close {
	opacity: 0
}

.how-works__title {
	text-align: center;
	color: #ffc607;
	font-size: 22px;
	text-shadow: 0 0 10px #ff7202;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: 400
}

.how-works__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.how-works__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 135px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-bottom: 110px
}

.how-works__icon,
.how-works__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.how-works__icon {
	width: 100%;
	height: 135px;
	border-radius: 100%;
	border: 1px solid #2f2d30;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.how-works__icon:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border-radius: 100%;
	border: 1px solid #f4a702;
	-webkit-box-shadow: 0 0 13px rgba(255, 85, 0, .68), inset 0 0 27px rgba(255, 85, 0, .26);
	box-shadow: 0 0 13px rgba(255, 85, 0, .68), inset 0 0 27px rgba(255, 85, 0, .26)
}

.how-works__desc {
	position: absolute;
	top: 135px;
	width: 220px;
	text-align: center;
	font-size: 18px;
	color: #c2c2cf;
	line-height: 1.3;
	padding-top: 25px
}

@media (max-width:1300px) {
	.how-works__desc {
		width: 170px
	}
}

.how-works__separator {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 150px;
	margin-top: 70px;
	border-top: 1px solid #383335;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width:1600px) {
	.how-works__separator {
		width: 130px;
		width: 100px
	}
}

@media (max-width:1300px) {
	.how-works__separator {
		width: 70px
	}
}

@media (max-width:1150px) {
	.how-works__separator {
		width: 50px
	}
}

.how-works__separator-item {
	width: 48px;
	height: 48px;
	border-radius: 100%;
	border: 1px solid #302d2d;
	background-color: #26262e;
	position: relative;
	top: -24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.how-works__separator-item:before {
	content: "";
	position: absolute;
	top: 6px;
	left: 6px;
	right: 6px;
	bottom: 6px;
	border-radius: 100%;
	border: 1px solid #6e6161
}

.copy-btn {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 20px 0 30px;
	position: relative;
	font-size: 12px;
	color: #696972;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase;
	font-weight: 700
}

.copy-btn:hover {
	color: #ffc607;
	text-shadow: 0 0 7px #ff7202
}

.copy-btn:before {
	content: "";
	position: absolute;
	top: 21px;
	left: 0;
	background: url(../img/copy.svg);
	height: 18px;
	width: 18px
}

.copy-btn--trade {
	cursor: pointer
}

.copy-btn--trade:before {
	top: 15px
}

.page {
	padding-top: 35px;
	margin-bottom: 50px
}

.tabs {
	margin-bottom: 45px
}

.tabs__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px solid #48484e
}
#deposit{
	
}
.popup-container{
	    top: 50%;
    height: 360px;
}	
.popup .head-h3 {
    font-size: 24px;
        color: #eed897;
    text-shadow: 0 0 5px #fc8629ed;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 0px;
}

.popup .info {
    font-size: 14px;
    color: #101321;
    background: #f9f9ee;
    padding: 10px 15px;
    line-height: 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .head-h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 15px 0 5px 0;
	    color: #eed897;
    text-shadow: 0 0 5px #fc8629ed;
}

.cls {
    clear: both;
    font-size: 0px;
    height: 0px;
}

.popup .amount-l {
    float: left;
    width: 100px;
}
.popup .amount-l .inp, .popup .amount-r2 .inp {
display: block;
    width: 440px;
    height: 50px;
    background-color: rgba(0,0,0,0.35);
    margin: 25px auto;
    color: #fff;
    text-align: center;
    background-color: #23232c;
    border: none;
}

.inp, .textarea {
    color: #5a9f93;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    height: 50px;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -webkit-transition: all ease-out 0.2s;
    -moz-transition: all ease-out 0.2s;
    -ms-transition: all ease-out 0.2s;
    -o-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.popup .amount-r {
    /* float: left; */
    color: #8f92a4;
    font-size: 12px;
    line-height: 16px;
    margin: 6px 100px 0 10px;
    text-align: center;
}

.popup .head-h4 {
    font-size: 21px;
    font-weight: bold;
    margin: 15px 0 5px 0;
    text-align: center;
}

.popup .payment-method.active {
           border: 4px solid #ffa900;
}

.popup .payment-method {
    background: #f7f8fc;
    border: 2px solid #f7f8fc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    width: 100px;
    height: 52px;
    display: inline-block;
    margin: 10px 10px 0 0;
    text-align: center;
    line-height: 46px;
    position: relative;
    float: left;
    cursor: pointer;
}
.pm-crypto.payment-left100{
	margin-left: 110px;
}
.popup .payment-method img {
    max-width: 90%;
    max-height: 100%;
}


.popup .payment-method span {
    height: 20px;
    width: 20px;
    line-height: 22px;
    text-align: center;
    background: #1fa1f3;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    font-weight: normal;
    font-size: 12px;
    position: absolute;
    top: -8px;
    right: -8px;
    display: none;
}
.popup-overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
      background: #33323a;
    opacity: 0.9;
    z-index: 99999;
}
.popup {
    color: #101321;
}

.popup-container {
    padding: 20px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 100px #0d0f17;
    -moz-box-shadow: 0 0 100px #0d0f17;
    -webkit-box-shadow: 0 0 100px #0d0f17;
    position: fixed;
    top: 60%;
    left: 60%;
    
    /* Обновленные стили для фона и скругления */
    background: #1a1a1a;
    border: 1px solid #333;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    
    z-index: 9999999;
    width: 500px;
    height: 590px;
    margin-top: -220px;
    margin-left: -360px;
}




.eas.close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    padding: 0;
}

.eas.close .close-icon {
    position: relative;
    width: 20px;
    height: 20px;
    display: block;
}

.eas.close .close-icon:before,
.eas.close .close-icon:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 1px;
}

.eas.close .close-icon:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.eas.close .close-icon:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.eas.close:hover .close-icon:before,
.eas.close:hover .close-icon:after {
    background: #ccc;
}

.eas.close:hover {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}



.popup .close {
    color: #adb1c4;
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.popup .foo {
    /* margin-top: 30px; */
    text-align: center;
    border-top: 1px solid #ffffff21;
    /* padding: 20px 0 0 0; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.popup .foo .btn {
      background: #3ca24f;
      background: -moz-linear-gradient(-90deg, #3ca24f 0%, #3ca24f 100%);
      background: -webkit-gradient(left top, right bottom, color-stop(0%, #3ca24f), color-stop(100%, #3ca24f));
      background: -webkit-linear-gradient(-90deg, #3ca24f 0%, #3ca24f 100%);
      background: -o-linear-gradient(-90deg, #3ca24f 0%, #3ca24f 100%);
      background: -ms-linear-gradient(-90deg, #3ca24f 0%, #3ca24f 100%);
      background: linear-gradient(180deg, #3ca24f 0%, #3ca24f 100%);
      line-height: 50px;
      text-align: center;
      margin-top: 10px;
      text-transform: uppercase;
      width: 285px;
      height: 50px;
      border: none;
}

#tabs .hide {
    display: none;
}
#tabs .show {
       display: flex;
}
.tabs__item {
	margin-bottom: -1px
}

.tabs__item+.tabs__item {
	margin-left: 40px
}
.tabs__btn {
	font-size: 18px;
	color: #a1a1a6;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 35px;
	border-bottom: 1px solid transparent
}

.tabs__btn:hover,
.tabs__item--active .tabs__btn {
	color: #ffc607;
	text-shadow: 0 0 10px #ff7202
}

.tabs__item--active .tabs__btn {
	border-color: #ffc607
}
.searchpage .title:before {
	display: none;
 }
.searchpage .tabs__btn {
	font-size: 25px;
	color: #a1a1a6;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid transparent;
	background-color: #292931db;
	padding: 12px 17px;
	border-radius: 10px 10px 0px 0px;
	position: relative;
	cursor: pointer;
	
	/* Нежная анимация мерцания без наведения */
	animation: tabSubtlePulse 5s ease-in-out infinite;
}

@keyframes tabSubtlePulse {
	0%, 100% {
		box-shadow: 0 0 0 rgba(255, 198, 7, 0);
		background-color: #292931db;
	}
	50% {
		box-shadow: 0 0 10px rgba(255, 198, 7, 0.08);
		background-color: #2e2e37db;
	}
}

/* Анимация при наведении */
.searchpage .tabs__btn:hover {
	background: linear-gradient(135deg, #292931db, #2a2a33db);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(255, 198, 7, 0.2),
				0 4px 12px rgba(0, 0, 0, 0.3);
	animation: tabHoverPulse 2s ease-in-out infinite;
	border-bottom: 1px solid rgba(255, 198, 7, 0.3);
}

@keyframes tabHoverPulse {
	0%, 100% {
		box-shadow: 0 6px 20px rgba(255, 198, 7, 0.2),
					0 4px 12px rgba(0, 0, 0, 0.3);
	}
	50% {
		box-shadow: 0 8px 25px rgba(255, 198, 7, 0.3),
					0 6px 18px rgba(0, 0, 0, 0.4);
	}
}

/* Эффект градиентной рамки при наведении */
.searchpage .tabs__btn::before {
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	border-radius: 11px 11px 0 0;
	background: linear-gradient(45deg, 
		transparent, 
		rgba(255, 198, 7, 0.2), 
		rgba(255, 140, 0, 0.1), 
		transparent
	);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: -1;
}

.searchpage .tabs__btn:hover::before {
	opacity: 1;
	animation: borderFlow 3s linear infinite;
}

@keyframes borderFlow {
	0% {
		background-position: -100% 0;
	}
	100% {
		background-position: 200% 0;
	}
}

.searchpage .tabs__btn a{
	color: #a1a1a6;
	transition: all 0.3s ease;
}

.searchpage .tabs__item+.tabs__item {
	margin-left: 20px;
}

.searchpage .tabs__btn:hover a, 
.searchpage .tabs__item--active .tabs__btn a{
	color: #ffc607;
	text-shadow: 0 0 10px #ff7202;
}

/* Дополнительный эффект для активной вкладки */
.searchpage .tabs__item--active .tabs__btn {
	animation: activeTabGlow 3s ease-in-out infinite;
	background: linear-gradient(135deg, #2e2e37db, #32323bdb);
	border-bottom: 1px solid #ffc607;
}

@keyframes activeTabGlow {
	0%, 100% {
		box-shadow: 0 4px 15px rgba(255, 198, 7, 0.15);
	}
	50% {
		box-shadow: 0 6px 20px rgba(255, 198, 7, 0.25);
	}
}
 .searchpage .tabs {
	 margin-bottom: 0;
 }
.header__first {
	height: 98px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: rgba(10, 10, 10, 0.55);
	backdrop-filter: blur(4px);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	/* Увеличенный равномерный градиент затемнения сверху и снизу */
	background-image: 
		linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.4) 100%);
}

@media (max-width:1350px) {
	.header__first {
		height: auto;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.header__logo-wrapper {
	width: 421px;
	background: url(../img/logo-bg-spring.jpg) top no-repeat;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 100%
}

@media (max-width:1680px) {
	.header__logo-wrapper {
		width: 350px
	}
}

@media (max-width:1550px) {
	.header__logo-wrapper {
		width: 280px
	}
}

@media (max-width:1350px) {
	.header__logo-wrapper {
		height: 65px
	}
}

.header__logo-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	font-size: 0;
	background-size: contain;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header__logo-img {
	width: 241px
}

@media (max-width:1350px) {
	.header__logo-img {
		width: 195px
	}
}

@media (max-width:1550px) {
	.header__logo-img {
		width: 212px
	}
}

.header__menu {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	height: 100%
}

@media (max-width:1350px) {
	.header__menu {
		width: 100%;
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
		height: 60px;
		background-color: #2e2e35
	}
}

.header__menu-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	margin-left: 35px;
	/* Добавьте эти свойства для выравнивания по центру */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width:1550px) {
	.header__menu-list {
		margin-left: 20px
	}
}

@media (max-width:1350px) {
	.header__menu-list {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}











.header__menu-item {
	position: relative;
	height: 100%;
	transition: all 0.3s ease-in-out;
	/* Увеличиваем иконки на 5% */
	transform: scale(1.03);
}

.header__menu-item:hover {
	transform: scale(1.1); /* 5% + 5% = 10% при наведении */
	filter: drop-shadow(0 4px 8px rgba(255, 198, 7, 0.3));
}

.header__menu-item+.header__menu-item {
	padding-left: 50px
}

.header__menu-item+.header__menu-item:before {
	content: "";
	position: absolute;
	top: 41px;
	left: 16px;
	width: 16px;
	height: 16px;
	background: url('https://sw-shops.ru/img/men.ico') no-repeat center center;
	background-size: contain;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none
}

@media (max-width:1550px) {
	.header__menu-item+.header__menu-item:before {
		left: 20px
	}
}

@media (max-width:1350px) {
	.header__menu-item+.header__menu-item:before {
		top: 23px
	}
}

/* Отключаем анимацию на мобильных устройствах */
@media (max-width: 1024px) {
	.header__menu-item:hover {
		transform: none;
		filter: none;
	}
}













.header__menu-link {
	color: #9696a1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	font-size: 15px;
	text-transform: uppercase
}

@media (max-width:1620px) {
	.header__menu-link {
		font-size: 14px
	}
}

@media (max-width:1450px) {
	.header__menu-link {
		font-size: 13px
	}
}

.header__menu-link:before {
	content: "";
	height: 0;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #feb008;
	-webkit-box-shadow: 0 0 8px #ff7c08;
	box-shadow: 0 0 8px #ff7c08;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.header__menu-link:hover {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202
}

.header__menu-link:hover:before {
	visibility: visible;
	opacity: 1;
	height: 2px
}

.header__menu-img {
	padding-right: 15px;
	line-height: 0
}

.header__menu-img path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.header__menu-link:hover .header__menu-img path {
	fill: #ffc607
}

.header__second {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 100px;
    padding: 25px 0;
    background-color: rgba(15, 15, 15, 0.65); /* Более прозрачный */
    backdrop-filter: blur(4px); /* Меньше размытие */
    align-items: center;
}

@media (max-width: 1350px) {
    .header__second {
        height: 60px;
    }
}


.header__promo-link {
	width: 421px;
	position: relative;
	color: #ff6519;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 75px;
	-webkit-transition: none;
	transition: none;
	overflow: hidden;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #2a2a32 url(../img/textures/bonus.png) 100% 100% no-repeat
}

@media (max-width:1680px) {
	.header__promo-link {
		width: 350px;
		padding-left: 40px
	}
}

@media (max-width:1550px) {
	.header__promo-link {
		width: 280px;
		padding-left: 15px
	}
}

.header__promo-title {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 0 0 15px rgba(255, 50, 2, .9);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media (max-width:1550px) {
	.header__promo-title {
		font-size: 16px
	}
}

.header__promo-link:hover .header__promo-title {
	text-shadow: 0 0 15px rgba(255, 50, 2, .7);
	color: #ffc607
}

.header__promo-info {
	font-size: 12px;
	color: #8a8a95;
	text-transform: lowercase;
	padding-top: 2px
}

@media (max-width:1350px) {
	.header__promo-info {
		padding-top: 0
	}
}

.header__promo-main {
	padding-left: 5px
}

.header__promo-ico {
	padding-top: 6px
}

.header__promo-ico path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.header__promo-link:hover .header__promo-ico path {
	fill: #ffc607
}

.header__lang-dropdown {
	display: block;
	font-size: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: right
}

.header__audio-btn {
	width: 155px;
	background-color: #292931;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #7d7d86;
	font-size: 15px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 55px;
	position: relative
}

.header__audio-btn--disable path {
	fill: #42424b
}

.header__audio-image {
	line-height: 0;
	padding-right: 10px;
	position: absolute;
	top: 33px;
	left: 25px
}

@media (max-width:1350px) {
	.header__audio-image {
		top: 23px
	}
}

.header__audio-image:after {
	content: "";
	position: absolute;
	top: -3px;
	left: 8px;
	width: 2px;
	background-color: #c22347;
	height: 22px;
	-webkit-transform: rotate(43deg);
	transform: rotate(43deg);
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.header__audio-btn--disable .header__audio-image:after {
	opacity: 1
}

.header__audio-image path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.header__audio-btn:hover .header__audio-image path {
	fill: #ffc607
}

.header__audio-val {
	color: #ffc607;
	padding-left: 5px
}

.header__socials {
	background-color: #2d2d36;
	height: 100%
}

@media (max-width:1350px) {
	.header__socials {
		display: none
	}
}

.header__vk-link {
			background-color: rgba(10, 10, 10, 0.55); /* Светлый фон с низкой прозрачностью */ /* Темно-серый фон с низкой прозрачностью */
	backdrop-filter: blur(4px); /* Эффект размытия фона */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 0
}

.header__vk-link path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.header__vk-link:hover path {
	fill: #ffc607
}

.header__stats-wrapper {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    /* background-color: #292931 */ /* Убрать */
}

.header__stats,
.header__stats-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* background-color: rgba(30, 30, 30, 0.02); */ /* Убрать эту строку */
    /* backdrop-filter: blur(4px); */ /* И эту тоже убрать */
}

.header__stats {
	padding-right: 75px
}

@media (max-width:1350px) {
	.header__stats {
		padding-right: 35px
	}
}

.header__stats-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 55px;
	position: relative
}

@media (max-width:1350px) {
	.header__stats-item {
		padding-left: 50px
	}
}

.header__stats-item::before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 20px;
    transform: translateY(-12px); /* Поднимаем на 5px вверх */
}

/* Или если иконки отдельными элементами */
.header__stats-item img,
.header__stats-item svg,
.header__stats-item .icon {
    vertical-align: middle;
    align-self: center;
}

.header__stats-item+.header__stats-item {
	margin-left: 20px
}

.header__stats-item + .header__stats-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 30px; /* ⬅️ ОСНОВНАЯ ВЫСОТА - 30px для всех устройств */
    width: 1px;
    background-color: #37373f;
    
    /* Фиксы для мобильных браузеров */
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    
    /* Предотвращает смещение при скролле */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

/* iOS Safari фикс */
@supports (-webkit-touch-callout: none) {
    .header__stats-item + .header__stats-item:after {
        top: calc(50% - 15px); /* ⬅️ 15px = половина от 30px */
        transform: none;
        -webkit-transform: none;
        height: 30px; /* ⬅️ Наследуется 30px */
    }
}

/* Android Chrome фикс */
@supports not (-webkit-touch-callout: none) {
    @media (max-width: 768px) {
        .header__stats-item + .header__stats-item:after {
            top: 50%;
            transform: translateY(-50%) translateZ(0);
            -webkit-transform: translateY(-50%) translateZ(0);
            height: 30px; /* ⬅️ Наследуется 30px */
        }
    }
}



@media (max-width:1350px) {
	.header__stats-item+.header__stats-item:after {
		top: 17px
	}
}

.header__stats-item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 18px
}

@media (max-width:1350px) {
	.header__stats-item:before {
		left: 17px
	}
}

.header__stats-item--opens:before {
	background: url(../img/stats/game.png) no-repeat;
	width: 64px;
    height: 64px;
    top: 14px;
    left: 6px;
}

@media (max-width:1350px) {
	.header__stats-item--opens:before {
		background-size: 100%;
		    width: 60px;
    top: 9px;
    left: 0px;
	}
}


@media (max-width:1350px) {
	.header__stats-item--profile-games:before {
		background-size: 100%;
		width: 18px;
		top: 21px
	}
}

.header__stats-item--users:before {
	background: url(../img/stats/users.png) no-repeat;
	width: 64px;
    height: 64px;
    top: 14px;
    left: 6px;
}

@media (max-width:1350px) {
	.header__stats-item--users:before {
		background-size: 100%;
		      width: 60px;
    top: 9px;
    left: 0px;
	}
}

.header__stats-item--online:before {
	background: url(../img/stats/online.png) no-repeat;
	width: 64px;
    height: 64px;
    top: 14px;
    left: 6px;
}

@media (max-width:1350px) {
	.header__stats-item--online:before {
		background-size: 100%;
		    width: 60px;
    top: 9px;
    left: 0px;
	}
}

.header__stats-count {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 20px
}

@media (max-width:1350px) {
	.header__stats-count {
		font-size: 16px
	}
}

.header__stats-info {
	color: #9696a1;
	font-size: 11px;
	text-transform: uppercase;
	padding-top: 2px;
	font-weight: 700
}

@media (max-width:1350px) {
	.header__stats-info {
		font-size: 10px
	}
}

.header-account,
.header-auth {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 100%;
    font-size: 0;
    background-size: contain;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding-left: 50px;
}

.header-account {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 420px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2a2a32 url(../img/profile.jpg) 0 100% no-repeat;
	color: #fffae7;
	padding-right: 60px; 
	border-top: 1px solid #25252d;
	margin-left: 31px
}

@media (max-width:1680px) {
	.header-account {
		padding-right: 20px;
		width: 375px
	}
}

@media (max-width:1470px) {
	.header-account {
		width: 290px
	}
}

@media (max-width:1350px) {
	.header-account {
		width: 375px
	}
}

.header-account__avatar {
	position: relative;
	padding: 2px;
	left: -31px;
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, #e39c08), color-stop(79%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(transparent), color-stop(50%, transparent));
	background: -webkit-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -webkit-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background: -o-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -o-linear-gradient(right, #e39c07 50%, transparent, transparent 50%);
	background: linear-gradient(0, #e39c08 10%, transparent 79%, transparent), linear-gradient(-90deg, #e39c07 50%, transparent, transparent 0);
	width: 62px;
	height: 62px;
	border-radius: 100%;
	overflow: hidden;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1350px) {
	.header-account__avatar {
		width: 50px;
		height: 50px;
		left: -25px
	}
}

.header-account__avatar-inner {
	background-color: #272730;
	border-radius: 100px;
	overflow: hidden;
	display: block;
	height: 100%;
	width: 100%
}

.header-account__avatar-img {
	width: 58px;
	height: 58px;
	border-radius: 100px;
	border: 2px solid #272730;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

@media (max-width:1350px) {
	.header-account__avatar-img {
		width: 46px;
		height: 46px
	}
}

.header-account__avatar:hover .header-account__avatar-img {
	opacity: .75
}

.header-account__name {
	font-size: 16px;
	width: 115px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block
}

@media (max-width:1350px) {
	.header-account__name {
		font-size: 14px
	}
}

.header-account__balance {
	font-size: 14px;
	padding-top: 7px;
	text-shadow: 0 0 5px #ff7202
}

@media (max-width:1350px) {
	.header-account__balance {
		font-size: 13px;
		padding-top: 3px
	}
}

.header-account__balance-span {
	color: #ffc607
}

.header-account__balance-curr {
	color: #fff2c7
}

.header-account__bonus {
	font-size: 12px;
	padding-top: 8px
}

@media (max-width:1350px) {
	.header-account__bonus {
		padding-top: 1px
	}
}

.header-account__bonus-curr,
.header-account__bonus-span {
	color: #3bd057
}

.header-account__info {
	margin-left: -15px
}

.header-account__add-balance {
	padding-left: 20px
}

.header-account__add-balance-btn {
	background-color: #3ca24f;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 13px 15px 12px 35px;
	text-shadow: 0 1px 0 #288d3b;
	position: relative;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 3px 0 13px rgba(21, 124, 42, .38);
	box-shadow: 3px 0 13px rgba(21, 124, 42, .38);
	line-height: 1
}

@media (max-width:1470px) {
	.header-account__add-balance-btn {
		width: 40px;
		height: 35px;
		font-size: 0;
		padding: 0
	}
}

@media (max-width:1350px) {
	.header-account__add-balance-btn {
		font-size: 12px;
		padding: 10px 15px 9px 35px;
		width: auto;
		height: auto
	}
}

.header-account__add-balance-btn:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 14px;
	width: 12px;
	height: 13px;
	background: url(../img/plus.svg)
}

@media (max-width:1470px) {
	.header-account__add-balance-btn:after {
		top: 12px;
		top: 10px
	}
}

.header-account__add-balance-btn:hover {
	background-color: #54bd68
}

.header-account__logout {
	font-size: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header-account__logout,
.header-account__logout-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.header-account__logout-link {
	width: 35px;
	height: 35px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: none;
	transition: none
}

.header-account__logout-link path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.header-account__logout-link:hover path {
	fill: #f7c80b
}
.header_catalog-wrapper{
	    margin: 0 auto;
		margin-top: 30px;
	width: 750px;
}
.catalog-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-top: 0px solid #25252d;
	position: relative;
	z-index: 2
}




.cats-list__col{
    width: 150px;
    height: 100px;
    font-size: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
}

.cats-list__col:hover {
    transform: scale(1.05);
}




#prize-img{
	width: 500px;
}
.category__ico{
    line-height: 60px;
    width: 95px; /* Фиксированная ширина вместо % */
    height: 95px; /* Добавил фиксированную высоту */
    font-size: 50px;
    margin: 0 auto 17px auto; /* Добавил отступ снизу 15px */
    color: #eed897;
    text-shadow: 0 0 5px #fc8629ed;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display: flex; /* Добавил для центрирования */
    align-items: center; /* Центрирование по вертикали */
    justify-content: center; /* Центрирование по горизонтали */
    text-align: center;
}
.category__ico:hover{
    -webkit-transform:translate3d(0,-7px,0);
    transform:translate3d(0,-7px,0)
}

.category__name{
    padding: 0px 10px;
    font-size: 16px;
    margin-top: 10px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #ffc607;
    text-shadow: 0 0 5px #ff7202;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.hedsize_ico{
	font-size: 30px;
}
.live__list-wrapper {
	overflow: hidden;
	padding-bottom: 200px
}

.live__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-top: 1px solid #25252d;
	position: relative;
	-webkit-box-shadow: 0 30px 38px rgba(31, 31, 37, .85);
	box-shadow: 0 30px 38px rgba(31, 31, 37, .85);
	z-index: 2
}

.live__list:before {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#25252d), to(transparent));
	background: -webkit-linear-gradient(left, #25252d, transparent);
	background: -o-linear-gradient(left, #25252d, transparent);
	background: linear-gradient(90deg, #25252d, transparent)
}

.live__list:after,
.live__list:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100px;
	z-index: 1
}

.live__list:after {
	right: 0;
	background: -webkit-gradient(linear, right top, left top, from(#25252d), to(transparent));
	background: -webkit-linear-gradient(right, #25252d, transparent);
	background: -o-linear-gradient(right, #25252d, transparent);
	background: linear-gradient(270deg, #25252d, transparent)
}

.live__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	    margin-left: 10px;
}

.live__link {
	position: relative;
	color: #e6dfd5;
	font-size: 12px;
	-webkit-transition: none;
	transition: none;
	width: 132px;
	height: 91px;
	display: block;
	text-align: center;
	padding-bottom: 15px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-perspective: 1000;
	perspective: 1000
}

.live_back {
	background-image: url(../img/live/1.png)
}

.live__item+.live__item .live__link {
	border-left: 1px solid #25252d
}

.live__link:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: opacity .6s ease;
	transition: opacity .6s ease;
	opacity: 0
}

.live__link:hover {
	color: #e6dfd5
}

.live__link:hover:before {
	opacity: 1
}

.live__inner-wrapper {
	width: 100%;
	height: 100%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease
}

.live__link:hover .live__inner-wrapper {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.live__inner {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	padding-top: 7px;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.live__image {
	height: 62px
}

.live__title {
	margin-top: -2px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 8px
}

.live__hover {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	height: 100%;
	padding-top: 5px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.live__hover:after {
	content: "";
	position: absolute;
	top: -8px;
	width: 0;
	height: 0;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 8px solid #292931;
	left: 50%;
	margin-left: -9px
}

.live__case-image {
	margin: 5px 0
}

.live__case-image img {
	height: 53px
}

.live__username {
	margin-top: -1px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 8px
}

.auth {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 380px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2a2a32 url(../img/profile.jpg) 0 100% no-repeat;
	color: #fffae7;
	border-top: 1px solid #25252d;
	margin-right: 101px;
}

@media (max-width:1680px) {
	.auth {
		width: 220px;
	}
}

@media (max-width:1550px) {
	.auth {
		width: 220px;
		margin-right: 15px;
	}
}

.auth__logo {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(#403e42), to(rgba(62, 61, 67, .2)));
	background: -webkit-linear-gradient(top, #403e42, rgba(62, 61, 67, .2));
	background: -o-linear-gradient(top, #403e42, rgba(62, 61, 67, .2));
	background: linear-gradient(180deg, #403e42, rgba(62, 61, 67, .2));
	position: relative;
	-webkit-box-shadow: 0 2px 10px rgba(242, 97, 2, .4);
	box-shadow: 0 2px 10px rgba(102, 159, 255, 0.4);
	margin-left: -27.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
}

@media (max-width:1350px) {
	.auth__logo {
		width: 45px;
		height: 45px
	}
}

.auth:hover .auth__logo {
	-webkit-box-shadow: 0 2px 25px rgb(6, 93, 236);
	box-shadow: 0 2px 25px rgb(5, 132, 242)
}

.auth__logo:before {
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#0367f2), to(#0687f1));
	background: -webkit-linear-gradient(left, #547eef, #2b94ff);
	background: -o-linear-gradient(left, #547eef, #2b94ff);
	background: linear-gradient(90deg, #547eef, #2b94ff);
}

.auth__logo:after,
.auth__logo:before {
	content: "";
	position: absolute;
	border-radius: 100%
}



.auth__image {
	z-index: 1;
	    width: 70px;
}

@media (max-width:1550px) {
	.auth__image {
		    width: 55px;
	}
}

.auth__text {
	display: block;
	margin-left: 25px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fffae7;
	position: relative;
	text-shadow: 0 0 5px #fc8629ed;
	-webkit-transition: text-shadow .3s ease;
	transition: text-shadow .3s ease
}

@media (max-width:1350px) {
	.auth__text {
		font-size: 15px;
		margin-left: 15px
	}
}

.auth:hover .auth__text {
	text-shadow: 0 0 15px #ff6c00
}

.auth__steam-text {
	display: block;
	color: #ff6c00
}

@media (max-width:1350px) {
	.auth__steam-text {
		display: inline
	}
}

.language {
	position: relative;
	width: 115px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	margin-right: 40px
}

.language__current {
	background-color: #282830
}

.language__arrow {
	position: absolute;
	right: 14px;
	top: 18px
}

.language__arrow path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.language__current:hover .language__arrow path {
	fill: #ffc607
}

.language__list {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	width: 100%
}

.language__item {
	background-color: #26262e;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.language__item:hover {
	color: #ffc607
}

.language__item:nth-child(odd) {
	background-color: #2a2a32
}

.language__current,
.language__item {
	position: relative;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 0 12px 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.language__current:before,
.language__item:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 16px;
	background-size: 100% 100%;
	width: 20px;
	height: 15px
}

.language__current--ru:before,
.language__item--ru:before {
	background-image: url(../img/lang/ru.svg)
}

.language__current--en:before,
.language__item--en:before {
	background-image: url(../img/lang/en.svg)
}

.cases {
	padding: 30px 0
}
.searchpage {
	padding: 30px 0;
}
.searchpage ul p {
    text-align: center;
    position: relative;
    width: 100%;
    margin-top: 20px;
}











.cases__list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.cases__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: rgba(30, 30, 30, 0.45); /* Светлый фон с низкой прозрачностью */ /* Темно-серый фон с низкой прозрачностью */
	backdrop-filter: blur(6px); /* Эффект размытия фона */
	margin-bottom: 15px;
	border-radius: 12px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	flex-grow: 1;
	
	/* Исправление для кликов */
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
}

/* СТИЛИ ДЛЯ КНОПКИ "ПОКАЗАТЬ ЕЩЁ" - ОТДЕЛЬНЫЙ ЭЛЕМЕНТ */
.load-more {
	width: 100%;
	text-align: center;
	margin: 20px 0;
	display: block !important; /* Важно! */
}

.load-more__btn {
	/* Сбрасываем все анимации */
	transition: none !important;
	transform: none !important;
	
	/* Стили кнопки */
	background-color: rgba(46, 46, 56, 0.8) !important;
	border: none;
	border-radius: 8px;
	padding: 12px 30px;
	color: white;
	font-size: 16px;
	cursor: pointer;
	
	/* Делаем кнопку всегда кликабельной */
	pointer-events: auto !important;
	touch-action: manipulation;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
	
	/* Убираем все эффекты hover для кнопки */
	box-shadow: none !important;
}

/* На мобильных - полный сброс стилей для кнопки */
@media (max-width: 1024px) {
	.load-more__btn {
		/* Полностью убираем все анимации */
		transition: none !important;
		transform: none !important;
		background-color: rgba(46, 46, 56, 0.8) !important;
		width: 100%;
		max-width: 200px;
	}
	
	.load-more__btn:hover,
	.load-more__btn:active,
	.load-more__btn:focus {
		transform: none !important;
		background-color: rgba(46, 46, 56, 0.8) !important;
		box-shadow: none !important;
	}
}

/* Активное состояние только для обратной связи */
.load-more__btn:active {
	background-color: rgba(56, 56, 66, 0.9) !important;
	transform: scale(0.98) !important;
	transition: all 0.1s ease !important;
}

/* Десктоп - 4 колонки */
@media (min-width: 1025px) {
	.cases__item {
		width: calc(25% - 8px); /* 4 колонки вместо 5 */
		margin: 0 4px 15px 4px;
	}
	
	.cases__list {
		margin: 0 -4px;
	}
	
	/* АНИМАЦИИ ТОЛЬКО ДЛЯ ДЕСКТОПА И ТОЛЬКО ДЛЯ ОБЫЧНЫХ ТОВАРОВ */
	.cases__item {
		transition: all 0.3s ease-in-out;
	}
	
	.cases__item:hover {
		transform: translateY(-5px) scale(1.02);
		background-color: rgba(56, 56, 66, 0.8);
		box-shadow: 
			0 10px 25px rgba(0, 0, 0, 0.3),
			0 0 0 2px rgba(255, 255, 255, 0.1);
	}
	
	.cases__item::after {
		content: '';
		position: absolute;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100%;
		background: linear-gradient(
			90deg,
			transparent,
			rgba(255, 255, 255, 0.1),
			transparent
		);
		transition: left 0.6s ease-in-out;
	}
	
	.cases__item:hover::after {
		left: 100%;
	}
	
	/* Для десктопа можно добавить легкий hover на кнопку */
	.load-more__btn {
		transition: background-color 0.2s ease;
	}
	
	.load-more__btn:hover {
		background-color: rgba(56, 56, 66, 0.9) !important;
	}
}

/* Планшеты и мобильные - 2 колонки */
@media (max-width: 1024px) {
	.cases__item {
		width: calc(50% - 8px) !important; /* 2 колонки */
		margin: 0 4px 15px 4px;
		/* Убираем все transition на мобильных */
		transition: none !important;
		transform: none !important;
	}
	
	.cases__list {
		margin: 0 -4px;
	}
	
	/* Отключаем hover эффекты на тач-устройствах */
	.cases__item:hover {
		transform: none !important;
		background-color: rgba(46, 46, 56, .6) !important;
		box-shadow: none !important;
	}
	
	/* Убираем псевдоэлементы на мобильных */
	.cases__item::after {
		display: none !important;
	}
	
	/* Активное состояние при нажатии (вместо hover) */
	.cases__item:active {
		background-color: rgba(56, 56, 66, 0.8) !important;
		transform: scale(0.98) !important;
		transition: all 0.1s ease !important;
	}
}

/* Мобильные - 2 колонки (дублируем для надежности) */
@media (max-width: 768px) {
	.cases__item {
		width: calc(50% - 8px) !important; /* 2 колонки */
		margin: 0 4px 15px 4px;
		min-height: 120px;
	}
}

/* Маленькие мобильные - 1 колонка */
@media (max-width: 480px) {
	.cases__item {
		width: 100% !important; /* 1 колонка */
		margin: 0 0 15px 0;
		min-height: 140px;
	}
	
	.cases__list {
		margin: 0;
	}
}

/* Убираем фиолетовую обводку */
.cases__item::before {
    display: none;
}

/* Дополнительные оптимизации для кликов */
.cases__item {
	-webkit-user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Отключаем анимацию для людей, которые предпочитают их отсутствие */
@media (prefers-reduced-motion: reduce) {
	.cases__item {
		transition: none !important;
	}
	
	.cases__item:hover {
		transform: none !important;
	}
	
	.cases__item::after {
		display: none !important;
	}
	
	.load-more__btn {
		transition: none !important;
	}
}











.search-wr__input {
    border: 2px solid #fac107;
    border-radius: 10px;
    padding: 0 45px 0 15px;
    font-size: 16px;
    height: 44px;
    line-height: 40px;
    width: 100%;
    background-color: rgba(60, 60, 60, 0.5);
}

@media (max-width:1600px) {
	.cases__item {
		width: calc(25% - 10px);
	}
}

@media (max-width:1200px) {
	.cases__item {
		width: calc(33.33% - 10px);
	}
}

.cases__link {
	display: block;
	color: #fff;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	position: relative;
	padding: 10px 0;
	width: 100%;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.cases__link--disable {
	opacity: .4;
	cursor: default;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.cases__item--top .cases__link:before {
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	width: 10px;
	height: 16px;
	background: url(../img/cases/top.svg) no-repeat
}

.cases__link:hover {
	color: #ffc607
}

.cases__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	position: relative
}

.cases__list--our .cases__image-wrapper {
	/*min-height: 215px*/
}

.cases__link:hover .cases__image-wrapper {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0)
}

.cases__list--users .cases__link .cases__image-wrapper {
	-webkit-transition: none;
	transition: none
}

.cases__list--users .cases__link:hover .cases__image-wrapper {
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.cases__image {
	max-width: 85%;
	max-height: 250px
}

.cases__price-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 10px;
	margin-top: -35px;
	position: relative;
	z-index: 1
}

.cases__price-inner {
	display: block
}




.cases__percent {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #231b02;
    font-weight: 700;
    padding: 8px 14px 8px 7px;
    position: absolute;
    z-index: 1;
    left: 17px;
    margin-top: -7px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.cases__percent:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    z-index: -1;
    background: linear-gradient(45deg, #f5bd09, #ffd700, #ffffff, #ffd700, #f5bd09);
    transform: skewX(-15deg);
    transform-origin: 0 0;
    border-radius: 3px;
    box-shadow: 
        0 8px 25px rgba(255, 193, 7, 0.35),
        0 2px 5px rgba(0, 0, 0, 0.1);
    animation: shine 3s ease-in-out infinite;
}

@keyframes shine {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.9; }
}





.cases__price {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #231b02;
    font-weight: 700;
    position: relative;
    padding: 8px 17px 8px 7px;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.5);
}

.cases__price:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(to bottom, #ffd700 0%, #f5bd09 30%, #daa520 70%, #b8860b 100%);
    transform: skewX(-15deg);
    transform-origin: 0 0;
    border-radius: 4px;
    box-shadow: 
        0 4px 15px rgba(184, 134, 11, 0.4),
        inset 0 1px 0 rgba(255, 255, 255, 0.6),
        inset 0 -1px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #b8860b;
}





.cases__old-price {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 12px;
	padding: 8px 11px 8px 4px;
	top: -10px;
	left: -6px;
	text-decoration: line-through
}

.cases__old-price:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	background-color: #ff2030;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	border-radius: 1px;
	-webkit-box-shadow: 0 18px 24px rgba(0, 0, 0, .31);
	box-shadow: 0 18px 24px rgba(0, 0, 0, .31)
}

.cases__name {
    display: block;
    text-align: center;
    padding-top: 4px;
    background: url(../img/game-title.png) no-repeat center bottom;
    padding-bottom: 40px;
    font-size: 18px;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cases__name_2 {
    display: block;
    text-align: center;
    padding-top: 4px;
    background: url(../img/game-title.png) no-repeat center bottom;
    padding-bottom: 40px;
    font-size: 15px;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    font-weight: 500;
    line-height: 1.4;
    color: #fff;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.cases__name--knife {
	text-shadow: 0 0 20px #b59f31
}

.cases__name--industrial {
	text-shadow: 0 0 20px #3261ba
}

.cases__name--restricted {
	text-shadow: 0 0 20px #842cb2
}

.cases__name--classified {
	text-shadow: 0 0 20px #c73047
}

.cases__name--covert {
	text-shadow: 0 0 20px #ac5a35
}

.cases__left {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.cases__right {
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 20px
}

.cases__make-link {
	font-size: 14px;
	text-transform: uppercase;
	border: 2px solid #efa406;
	border-radius: 3px;
	padding: 5px 25px 5px 19px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-shadow: 0 0 5px rgba(255, 85, 0, .4);
	color: #ffd040
}

.cases__make-link:hover {
	border-color: #ed6021;
	color: #ed6021;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 30, 0, .15), 0 0 13px rgba(255, 30, 0, .25);
	box-shadow: inset 0 0 55px rgba(255, 30, 0, .15), 0 0 13px rgba(255, 30, 0, .25)
}

.cases__make-image {
	padding-right: 10px
}

.cases__make-image path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.cases__make-link:hover .cases__make-image path {
	fill: #ed6021
}

.cases__make-about {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: 20px
}

.cases__make-about-link {
	font-size: 12px;
	text-transform: uppercase;
	color: #eeb908;
	border-bottom: 1px dashed #eeb908;
	padding-bottom: 3px;
	text-shadow: 0 0 5px #ed6021
}

.cases__make-about-link:hover {
	border-color: #ed6021
}

.cases__users-link {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #25252d;
	border-radius: 3px;
	padding: 19px 23px;
	line-height: 1;
	text-shadow: 0 0 10px #f50;
	color: #ffd040;
	-webkit-box-shadow: 0 0 30px rgba(54, 54, 66, .85);
	box-shadow: 0 0 30px rgba(54, 54, 66, .85)
}

.cases__user,
.cases__users-link {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.cases__user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0)
}

.cases__link:hover .cases__user {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.cases__photo-wrapper {
	position: relative;
	padding: 2px
}

.cases__photo-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/photo-wrapper.svg) no-repeat;
	width: 62px;
	height: 62px
}

.cases__photo {
	width: 58px;
	height: 58px;
	border-radius: 100px
}

.cases__user-name {
	font-size: 12px;
	background-color: rgba(0, 0, 0, .6);
	padding: 10px;
	border-radius: 2px;
	margin-top: -8px;
	max-width: 130px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #fff
}

.cases__limits {
	display: block;
	width: 145px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	text-align: center;
	background-color: transparent;
	font-size: 15px;
	padding: 9px 0;
	position: relative;
	border: 2px solid #313138;
	border-radius: 100px;
	color: #d3cdc4
}

.cases__limits-current {
	color: #ffd200
}

.cases__limits-bar {
	position: absolute;
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	overflow: hidden
}

.cases__limits-bar-draw {
	position: absolute;
	left: 0;
	width: 145px;
	top: 0;
	bottom: 0;
	border-radius: 100px;
	border: 2px solid #313138;
	border-bottom-color: #ffd200
}

.case {
	padding-top: 45px;
	line-height: 1
}

.case__title {
	text-align: center;
	color: #ffc607;
	text-transform: uppercase;
	text-shadow: 0 0 8px #ff7202;
	font-size: 20px;
	margin-bottom: 35px
}

.case--bonus .case__title {
	color: #3ca24f;
	text-shadow: 0 0 8px #1f6b2d
}

.case__image-wrapper {
	text-align: center
}

.case__image {
	max-width: 280px
}

.case__controls {
	text-align: center;
	margin: 20px 0
}

.case__controls-title {
	color: #cdcdcd;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px
}

.case__controls-inner {
	background-color: hsla(0, 0%, 95%, .01);
	border-radius: 3px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	padding: 4px
}

.case__controls-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 3px;
	overflow: hidden
}

.case__controls-item+.case__controls-item {
	margin-left: 2px
}

.case__controls-input {
	display: none
}

.case__controls-label {
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #ddd;
	padding: 15px 10px;
	width: 70px;
	background-color: rgba(48, 48, 57, .6);
	display: block;
	cursor: pointer;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	position: relative;
	font-weight: 700
}

.case__controls-label:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-radial-gradient(center center, circle, #e39c07, rgba(48, 48, 57, .5));
	background: -o-radial-gradient(center center, circle, #e39c07, rgba(48, 48, 57, .5));
	background: radial-gradient(circle at center center, #e39c07, rgba(48, 48, 57, .5));
	opacity: 0;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.case--bonus .case__controls-label:before {
	background: -webkit-radial-gradient(center center, circle, #1f6b2d, rgba(48, 48, 57, .5));
	background: -o-radial-gradient(center center, circle, #1f6b2d, rgba(48, 48, 57, .5));
	background: radial-gradient(circle at center center, #1f6b2d, rgba(48, 48, 57, .5))
}

.case__controls-label:hover {
	color: #fec607
}

.case--bonus .case__controls-label:hover {
	color: #3ca24f
}

.case__controls-input:checked+.case__controls-label {
	color: #fec607
}

.case--bonus .case__controls-input:checked+.case__controls-label {
	color: #3ca24f
}

.case__controls-input:checked+.case__controls-label:before {
	opacity: .3
}

.case__open-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 60px
}

.case__btn-wrapper,
.case__open-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.case__btn-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.case__btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 95px;
	border: 2px solid #f18900;
	border-radius: 3px;
	width: 245px;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	font-size: 17px;
	-webkit-transition: color .3s ease, -webkit-box-shadow .3s ease;
	transition: color .3s ease, -webkit-box-shadow .3s ease;
	transition: color .3s ease, box-shadow .3s ease;
	transition: color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
	position: relative
}

.case--bonus .case__btn {
	border-color: #3ca24f;
	color: #3ca24f;
	-webkit-box-shadow: inset 0 0 55px rgba(60, 162, 79, .4), 0 0 19px rgba(60, 162, 79, .7);
	box-shadow: inset 0 0 55px rgba(60, 162, 79, .4), 0 0 19px rgba(60, 162, 79, .7)
}

.case__btn path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.case--bonus .case__btn path {
	fill: #3ca24f
}

.case__btn:hover {
	color: #f18900
}

.case--bonus .case__btn:hover {
	color: #45b858;
	-webkit-box-shadow: inset 0 0 30px rgba(60, 162, 79, .4), 0 0 15px rgba(60, 162, 79, .6);
	box-shadow: inset 0 0 30px rgba(60, 162, 79, .4), 0 0 15px rgba(60, 162, 79, .6)
}

.case__btn:hover path {
	fill: #f18900
}

.case--bonus .case__btn:hover path {
	fill: #45b858
}

.case__btn-wrapper--right .case__btn {
	padding-left: 70px
}

.case__btn-image {
	position: absolute;
	top: 15px;
	left: 54px;
	line-height: 0
}

.case__btn-wrapper--right .case__btn-image {
	top: 11px;
	left: 27px
}

.case__price {
	background-color: #e39c07;
	border-radius: 3px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 25px;
	color: #312603;
	padding: 15px 27px;
	margin: 0 20px;
	min-width: 135px;
	text-align: center
}

.case--bonus .case__price {
	background-color: #3ca24f
}

.case__price-span {
	font-weight: 700
}

.case__footer {
	padding-top: 60px;
	background-color: rgba(34, 34, 41, .5);
	padding-bottom: 65px
}

.case__consumer {
	border: 4px solid #e39c07;
	max-width: 590px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px
}

.case__consumer-title {
	text-align: center;
	font-size: 18px;
	color: #ffc607;
	padding: 0 10px;
	text-transform: uppercase;
	text-shadow: 0 0 8px #ff7202
}

.case__consumer-text {
	color: #cdcdcd;
	font-size: 15px;
	line-height: 1.3;
	padding: 25px 15px;
	text-align: center
}

.case__items {
	padding-top: 40px
}

.wins {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.wins__item {
	width: 25%;
	padding: 0 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1600px) {
	.wins__item {
		padding: 0 15px
	}
}

@media (max-width:1300px) {
	.wins__item {
		width: 33.3333%
	}
}

.win {
	margin-bottom: 50px;
	padding-top: 20px
}

.win--multiple {
	padding-top: 0
}

.win--contract {
	margin-bottom: 0;
	padding-top: 0;
	opacity: 0;
	position: absolute;
	top: 100px;
	right: 100px;
	left: 100px;
	bottom: 100px
}

.contract--ready .win--contract {
	-webkit-animation: fadeIn 2s ease-in-out 5s 1 forwards;
	animation: fadeIn 2s ease-in-out 5s 1 forwards
}

.win--contract-buttons {
	padding-top: 0
}

.win__circle {
	width: 575px;
	height: 575px;
	background-color: rgba(46, 46, 56, .65);
	border: 16px solid rgba(33, 33, 40, .5);
	border-radius: 100%;
	padding: 45px;
	-webkit-box-shadow: 0 0 45px rgba(9, 9, 11, .3);
	box-shadow: 0 0 45px rgba(9, 9, 11, .3);
	margin-left: auto;
	margin-right: auto;
	-webkit-animation: scale-out 1.5s ease;
	animation: scale-out 1.5s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.win--small .win__circle {
	width: 225px;
	height: 225px;
	padding: 15px;
	border-width: 5px
}

.win__circle-inner {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 100%;
	-webkit-box-shadow: inset 0 0 45px rgba(9, 9, 11, .25);
	box-shadow: inset 0 0 45px rgba(9, 9, 11, .25)
}

.win__circle-animate {
	border-radius: 100%;
	border: 1px solid #5d2fe2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-animation: turn 3s linear infinite;
	animation: turn 3s linear infinite;
	will-change: transform
}

.win--knife .win__circle-animate {
	border-color: #d28922
}

.win--consumer .win__circle-animate {
	border-color: #cddfed
}

.win--milspec .win__circle-animate {
	border-color: #7296c8
}

.win--industrial .win__circle-animate {
	border-color: #546be7
}

.win--restricted .win__circle-animate {
	border-color: #7d40ff
}

.win--classified .win__circle-animate {
	border-color: #9618b7
}

.win--covert .win__circle-animate {
	border-color: #f41f4c
}

.win__circle-animate:before {
	content: "";
	position: absolute;
	top: -7px;
	left: 50%;
	width: 13px;
	height: 13px;
	border-radius: 100%;
	background-color: #5d2fe2;
	border: 2px solid #2e2a43
}

.win--knife .win__circle-animate:before {
	background-color: #d28922
}

.win--consumer .win__circle-animate:before {
	background-color: #cddfed
}

.win--milspec .win__circle-animate:before {
	background-color: #7296c8
}

.win--industrial .win__circle-animate:before {
	background-color: #546be7
}

.win--restricted .win__circle-animate:before {
	background-color: #7d40ff
}

.win--classified .win__circle-animate:before {
	background-color: #9618b7
}

.win--covert .win__circle-animate:before {
	background-color: #f41f4c
}

.win__content {
	background: -webkit-radial-gradient(center center, circle, #471ec0, rgba(71, 30, 192, .3) 50%, rgba(71, 30, 192, .1), rgba(71, 30, 192, .01));
	background: -o-radial-gradient(center center, circle, #471ec0, rgba(71, 30, 192, .3) 50%, rgba(71, 30, 192, .1), rgba(71, 30, 192, .01));
	background: radial-gradient(circle at center center, #471ec0, rgba(71, 30, 192, .3) 50%, rgba(71, 30, 192, .1), rgba(71, 30, 192, .01));
	height: 100%;
	border-radius: 100%;
	position: relative;
	padding-top: 55px
}

.win--knife .win__content {
	background: -webkit-radial-gradient(center center, circle, #d28922, rgba(210, 137, 34, .3) 50%, rgba(210, 137, 34, .1), rgba(210, 137, 34, .01));
	background: -o-radial-gradient(center center, circle, #d28922, rgba(210, 137, 34, .3) 50%, rgba(210, 137, 34, .1), rgba(210, 137, 34, .01));
	background: radial-gradient(circle at center center, #d28922, rgba(210, 137, 34, .3) 50%, rgba(210, 137, 34, .1), rgba(210, 137, 34, .01))
}

.win--consumer .win__content {
	background: -webkit-radial-gradient(center center, circle, #cddfed, rgba(205, 223, 237, .3) 50%, rgba(205, 223, 237, .1), rgba(205, 223, 237, .01));
	background: -o-radial-gradient(center center, circle, #cddfed, rgba(205, 223, 237, .3) 50%, rgba(205, 223, 237, .1), rgba(205, 223, 237, .01));
	background: radial-gradient(circle at center center, #cddfed, rgba(205, 223, 237, .3) 50%, rgba(205, 223, 237, .1), rgba(205, 223, 237, .01))
}

.win--milspec .win__content {
	background: -webkit-radial-gradient(center center, circle, #7296c8, rgba(114, 150, 200, .3) 50%, rgba(114, 150, 200, .1), rgba(114, 150, 200, .01));
	background: -o-radial-gradient(center center, circle, #7296c8, rgba(114, 150, 200, .3) 50%, rgba(114, 150, 200, .1), rgba(114, 150, 200, .01));
	background: radial-gradient(circle at center center, #7296c8, rgba(114, 150, 200, .3) 50%, rgba(114, 150, 200, .1), rgba(114, 150, 200, .01))
}

.win--industrial .win__content {
	background: -webkit-radial-gradient(center center, circle, #546be7, rgba(84, 107, 231, .3) 50%, rgba(84, 107, 231, .1), rgba(84, 107, 231, .01));
	background: -o-radial-gradient(center center, circle, #546be7, rgba(84, 107, 231, .3) 50%, rgba(84, 107, 231, .1), rgba(84, 107, 231, .01));
	background: radial-gradient(circle at center center, #546be7, rgba(84, 107, 231, .3) 50%, rgba(84, 107, 231, .1), rgba(84, 107, 231, .01))
}

.win--restricted .win__content {
	background: -webkit-radial-gradient(center center, circle, #7d40ff, rgba(125, 64, 255, .3) 50%, rgba(125, 64, 255, .1), rgba(125, 64, 255, .01));
	background: -o-radial-gradient(center center, circle, #7d40ff, rgba(125, 64, 255, .3) 50%, rgba(125, 64, 255, .1), rgba(125, 64, 255, .01));
	background: radial-gradient(circle at center center, #7d40ff, rgba(125, 64, 255, .3) 50%, rgba(125, 64, 255, .1), rgba(125, 64, 255, .01))
}

.win--classified .win__content {
	background: -webkit-radial-gradient(center center, circle, #9618b7, rgba(150, 24, 183, .3) 50%, rgba(150, 24, 183, .1), rgba(150, 24, 183, .01));
	background: -o-radial-gradient(center center, circle, #9618b7, rgba(150, 24, 183, .3) 50%, rgba(150, 24, 183, .1), rgba(150, 24, 183, .01));
	background: radial-gradient(circle at center center, #9618b7, rgba(150, 24, 183, .3) 50%, rgba(150, 24, 183, .1), rgba(150, 24, 183, .01))
}

.win--covert .win__content {
	background: -webkit-radial-gradient(center center, circle, #f41f4c, rgba(244, 31, 76, .3) 50%, rgba(244, 31, 76, .1), rgba(244, 31, 76, .01));
	background: -o-radial-gradient(center center, circle, #f41f4c, rgba(244, 31, 76, .3) 50%, rgba(244, 31, 76, .1), rgba(244, 31, 76, .01));
	background: radial-gradient(circle at center center, #f41f4c, rgba(244, 31, 76, .3) 50%, rgba(244, 31, 76, .1), rgba(244, 31, 76, .01))
}

.win__content:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/case/case-bg.png) 50% no-repeat;
	-webkit-animation: case-bg-pulse 1s linear infinite;
	animation: case-bg-pulse 1s linear infinite;
	will-change: transform;
	background-size: 100%
}

.win--small .win__content:after {
	-webkit-animation: none;
	animation: none
}

.win__congratulation {
	color: #ffc607;
	font-size: 28px;
	text-transform: uppercase;
	text-shadow: 0 0 5px #ff7202;
	text-align: center;
	z-index: 2;
	position: relative
}

.win__image-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-animation: case-pulse 1s linear infinite;
	animation: case-pulse 1s linear infinite;
	z-index: 1;
	will-change: transform
}

.win__image-wrapper img {
	max-width: 280px
}

.win__info {
	z-index: 2;
	position: absolute;
	bottom: 55px;
	left: 0;
	right: 0;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0 5px #22222a;
	line-height: 1.3;
	text-align: center
}

.win__name {
	width: 260px
}

.win__desc,
.win__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-left: auto;
	margin-right: auto
}

.win__desc {
	color: #ac90ff;
	width: 240px
}

.win--knife .win__desc {
	color: #e49622
}

.win--consumer .win__desc {
	color: #d3e5f3
}

.win--milspec .win__desc {
	color: #788cf9
}

.win--industrial .win__desc {
	color: #556cec
}

.win--restricted .win__desc {
	color: #a77dff
}

.win--classified .win__desc {
	color: #e05aff
}

.win--covert .win__desc {
	color: #ff4f76
}

.win__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.win__buttons--small {
	margin-top: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.win__btn-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.win__btn-wrapper+.win__btn-wrapper {
	margin-left: 20px
}

.win__buttons--small .win__btn-wrapper+.win__btn-wrapper {
	margin-left: 0
}

.win__btn {
	display: block;
	padding: 15px 20px 15px 50px;
	border: 2px solid #efa406;
	border-radius: 3px;
	height: 100%;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 13px;
	position: relative;
	overflow: hidden
}

.win__btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	color: #ffc607
}

.win__btn--again:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 9px;
	background: url(../img/win/again.svg);
	width: 39px;
	height: 36px
}

.win__btn--get:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 9px;
	background: url(../img/win/get.svg);
	width: 35px;
	height: 35px
}

.win__buttons--small .win__btn--contract {
	margin-top: 15px
}

.win__btn--contract:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 13px;
	background: url(../img/win/contract.svg);
	width: 30px;
	height: 35px
}

.win__btn--sell {
	background-color: #3ca24f;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.win__btn--sell:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 21px;
	background: url(../img/win/price.svg);
	width: 12px;
	height: 20px
}

.win__btn--sell:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #51ad60;
	color: #fff
}

.win__btn-span {
	padding: 17px 0
}

.win__btn-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: rgba(53, 122, 61, .5);
	font-size: 18px;
	color: #112014;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 15px;
	margin-left: 20px;
	text-shadow: none
}

.win__btn-curr {
	padding-left: 3px;
	color: #fff
}

.win__congr {
	margin-top: 55px;
	text-align: center
}

.win__congr-title {
	color: #ffc607;
	font-size: 28px;
	text-transform: uppercase;
	text-shadow: 0 0 5px #ff7202;
	margin-bottom: 15px
}

.win__congr-desc {
	color: #a1a1a6;
	font-size: 16px
}

.win__small-name {
	font-size: 20px;
	color: #e6dfd5;
	padding-top: 15px
}

.win__small-desc,
.win__small-name {
	text-align: center;
	width: 210px;
	margin-left: auto;
	margin-right: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.win__small-desc {
	font-size: 17px;
	color: #a8a8a8;
	padding-top: 5px
}

.win__bonus {
	text-align: center;
	margin-top: 35px
}

.win-item {
	width: 580px;
	height: 580px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100%;
	padding: 50px;
	background: -webkit-radial-gradient(center center, circle, #3ea6e2 0, rgba(62, 166, 226, .6) 35%, rgba(43, 74, 96, .07) 82%, rgba(36, 39, 46, .07) 100%);
	background: -o-radial-gradient(center center, circle, #3ea6e2 0, rgba(62, 166, 226, .6) 35%, rgba(43, 74, 96, .07) 82%, rgba(36, 39, 46, .07) 100%);
	background: radial-gradient(circle at center center, #3ea6e2 0, rgba(62, 166, 226, .6) 35%, rgba(43, 74, 96, .07) 82%, rgba(36, 39, 46, .07) 100%)
}

.win-item__container {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/win/item/aim.svg) 50% no-repeat
}

.win-item__container:after,
.win-item__container:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.win-item__container:before {
	background: url(../img/win/item/milspec-flare.png) 50% no-repeat;
	-webkit-animation: turn 3s linear infinite;
	animation: turn 3s linear infinite;
	top: -100px;
	left: -100px;
	right: -100px;
	bottom: -100px
}

.win-item__container:after {
	background: url(../img/win/item/flare.png) 50% no-repeat;
	-webkit-animation: turn-reverse 3s linear infinite;
	animation: turn-reverse 3s linear infinite
}

.case-err {
	padding-bottom: 50px
}

.case-err__circle {
	width: 300px;
	height: 300px;
	border-radius: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(43, 42, 49, .9);
	-webkit-box-shadow: 0 0 80px #3c2e26;
	box-shadow: 0 0 80px #3c2e26;
	padding: 30px
}

.case-err__circle-inner {
	border-radius: 100%;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 35px;
	position: relative;
	-webkit-box-shadow: 0 0 90px #753c13;
	box-shadow: 0 0 90px #753c13
}

.case-err__circle-content {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	overflow: hidden;
	border: 1px dashed rgba(255, 198, 7, .3)
}

.case-err__circle-content:before {
	content: "";
	position: absolute;
	top: 45px;
	left: 45px;
	right: 45px;
	bottom: 45px;
	border-radius: 100%;
	border: 1px dashed #ffc607;
	z-index: 1
}

.case-err__circle-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-radial-gradient(center center, circle, #6c3b21 20%, rgba(108, 59, 33, .4) 50%, rgba(43, 42, 49, .9));
	background: -o-radial-gradient(center center, circle, #6c3b21 20%, rgba(108, 59, 33, .4) 50%, rgba(43, 42, 49, .9));
	background: radial-gradient(circle at center center, #6c3b21 20%, rgba(108, 59, 33, .4) 50%, rgba(43, 42, 49, .9));
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	overflow: hidden
}

.case-err__text {
	text-align: center;
	color: #ffc607;
	text-shadow: 0 0 8px #ff7202;
	font-size: 18px;
	width: 400px;
	margin: -17px auto 0
}

.case-err__btn-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px
}

.case-err__btn {
    padding: 15px 30px;
    border: 2px solid #eed897;
    border-radius: 10px;
    height: 50px;
    line-height: 15px;
    -webkit-box-shadow: inset 0 0 55px rgba(255,85,0,.4), 0 0 19px rgba(255,85,0,.7);
    box-shadow: inset 0 0 55px rgba(255,85,0,.4), 0 0 19px rgba(255,85,0,.7);
    text-transform: uppercase;
    color: #fbc107;
    color: #ffc607;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 17px;
    position: relative;
    overflow: hidden;
    width: 220px;
    
    /* Анимация мерцания */
    animation: gentleGlow 3s ease-in-out infinite;
    -webkit-animation: gentleGlow 3s ease-in-out infinite;
}

/* Определение анимации */
@keyframes gentleGlow {
    0%, 100% {
        box-shadow: inset 0 0 55px rgba(255,85,0,.4), 0 0 19px rgba(255,85,0,.7);
        border-color: #eed897;
    }
    50% {
        box-shadow: inset 0 0 55px rgba(255,85,0,.6), 0 0 25px rgba(255,85,0,.9);
        border-color: #ffd700;
    }
}

@-webkit-keyframes gentleGlow {
    0%, 100% {
        -webkit-box-shadow: inset 0 0 55px rgba(255,85,0,.4), 0 0 19px rgba(255,85,0,.7);
        border-color: #eed897;
    }
    50% {
        -webkit-box-shadow: inset 0 0 55px rgba(255,85,0,.6), 0 0 25px rgba(255,85,0,.9);
        border-color: #ffd700;
    }
}
.case-err__btn {
       padding-left: 40px;
}

.case-err__btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.case-err__btn--balance {
	background-color: #3ca24f;
	border: none;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	text-shadow: 0 1px 0 #288d3b;
	padding: 18px 30px 18px 60px
}

.case-err__btn--balance:after {
	content: "";
	position: absolute;
	top: 19px;
	left: 26px;
	width: 12px;
	height: 13px;
	background: url(../img/plus.svg)
}

.case-err__btn--balance:hover {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #54bd68
}

.caselimits {
	border: 7px solid #c32146;
	max-width: 530px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px
}

.caselimits__title {
	text-align: center;
	font-size: 22px;
	color: #ffb3c4;
	padding: 0 45px;
	text-transform: uppercase;
	text-shadow: 0 0 8px #ed093d
}

.caselimits__text {
	color: #cbcbcb;
	font-size: 16px;
	padding: 20px 15px;
	text-align: center
}

.caselimits__limit {
	font-size: 14px;
	margin-top: 10px
}

.caselimits__limit-max {
	color: #c32146
}

.caselimits__limit-current {
	color: #ffc607
}

.usercase {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 44.5px;
	margin-bottom: 40px
}

.usercase__left {
	background: rgba(43, 43, 52, .6) url(../img/textures/topcase.png) 0 0 no-repeat;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.usercase__left,
.usercase__right {
	width: 290px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.usercase__right {
	background: rgba(43, 43, 52, .6) url(../img/textures/topcase.right.png) 100% 0 no-repeat;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.usercase__center {
	background-color: #27272f;
	text-align: center
}

.usercase__photo-wrapper {
	display: block;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	padding: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, #e39c08), color-stop(79%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(transparent), color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -webkit-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background-image: -o-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -o-linear-gradient(right, #e39c07 50%, transparent, transparent 50%);
	background-image: linear-gradient(0, #e39c08 10%, transparent 79%, transparent), linear-gradient(-90deg, #e39c07 50%, transparent, transparent 0);
	width: 89px;
	height: 89px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	margin: -44.5px auto 25px
}

.usercase__photo-wrapper:hover {
	opacity: .75
}

.usercase__photo {
	max-width: 85px;
	overflow: hidden;
	border-radius: 100%;
	border: 2px solid #272730
}

.usercase__top-text {
	font-size: 15px;
	color: #acacac;
	margin-bottom: 15px;
	text-transform: uppercase
}

.usercase__count {
	font-size: 40px;
	color: #ffc607;
	font-weight: 700;
	text-shadow: 0 0 8px #ff7202
}

.usercase__username {
	font-size: 22px;
	color: #bcbcbc;
	margin-bottom: 10px;
	width: 310px;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.usercase__date {
	color: #ffc607;
	font-size: 14px;
	text-shadow: 0 0 5px #ff7202;
	margin-bottom: 25px
}

.case-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1.3
}

.case-info__left {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: -webkit-gradient(linear, left top, right top, from(#2b2b33), to(rgba(43, 43, 51, 0)));
	background: -webkit-linear-gradient(left, #2b2b33, rgba(43, 43, 51, 0));
	background: -o-linear-gradient(left, #2b2b33, rgba(43, 43, 51, 0));
	background: linear-gradient(90deg, #2b2b33, rgba(43, 43, 51, 0));
	-webkit-box-shadow: -4px 0 10px rgba(43, 43, 51, .3);
	box-shadow: -4px 0 10px rgba(43, 43, 51, .3)
}

.case-info__left,
.case-info__right {
	padding: 15px 0;
	text-align: center;
	width: 290px
}

.case-info__right {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	background: -webkit-gradient(linear, right top, left top, from(#2b2b33), to(rgba(43, 43, 51, 0)));
	background: -webkit-linear-gradient(right, #2b2b33, rgba(43, 43, 51, 0));
	background: -o-linear-gradient(right, #2b2b33, rgba(43, 43, 51, 0));
	background: linear-gradient(270deg, #2b2b33, rgba(43, 43, 51, 0));
	-webkit-box-shadow: 4px 0 10px rgba(43, 43, 51, .3);
	box-shadow: 4px 0 10px rgba(43, 43, 51, .3)
}

.case-info__center {
	padding: 0 60px
}

.case-info__text {
	font-size: 16px;
	color: #8a8a95
}

.case-info__count {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 20px
}

.case-mul {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #90909b;
	text-align: center;
	font-weight: 700;
	margin-bottom: 50px
}

.case-mul,
.case-mul__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.case-mul__inner {
	-webkit-box-shadow: 0 0 15px rgba(43, 43, 51, .7);
	box-shadow: 0 0 15px rgba(43, 43, 51, .7)
}

.case-mul__center,
.case-mul__left,
.case-mul__right {
	width: 200px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 30px 0;
	background: #2d2d37 url(../img/textures/topcase.png) no-repeat 0 0
}

.case-mul__left {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.case-mul__center {
	border-left: 1px solid #25252d;
	border-right: 1px solid #25252d
}

.case-mul__right {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.case-mul__text {
	font-size: 15px;
	text-transform: uppercase
}

.case-mul__info {
	font-size: 30px;
	padding-top: 5px
}

.case-mul__color {
	color: #ff6519;
	text-shadow: 0 0 15px #ae4311
}

.case-mul-open {
	margin: 45px 0
}

.case-mul-open__stat-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 45px
}

.case-mul-open__stat {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	padding: 6px;
	background-color: #272830
}

.case-mul-open__stat--p10 {
	background-image: -webkit-linear-gradient(left, #272830 50%, transparent 0, transparent), -webkit-linear-gradient(324deg, #e39c07 50%, #272830 0, #272830);
	background-image: -o-linear-gradient(left, #272830 50%, transparent 50%, transparent), -o-linear-gradient(324deg, #e39c07 50%, #272830 50%, #272830);
	background-image: linear-gradient(90deg, #272830 50%, transparent 0, transparent), linear-gradient(126deg, #e39c07 50%, #272830 0, #272830)
}

.case-mul-open__stat--p20 {
	background-image: -webkit-linear-gradient(left, #272830 50%, transparent 0, transparent), -webkit-linear-gradient(288deg, #e39c07 50%, #272830 0, #272830);
	background-image: -o-linear-gradient(left, #272830 50%, transparent 50%, transparent), -o-linear-gradient(288deg, #e39c07 50%, #272830 50%, #272830);
	background-image: linear-gradient(90deg, #272830 50%, transparent 0, transparent), linear-gradient(162deg, #e39c07 50%, #272830 0, #272830)
}

.case-mul-open__stat--p30 {
	background-image: -webkit-linear-gradient(left, #272830 50%, transparent 0, transparent), -webkit-linear-gradient(252deg, #e39c07 50%, #272830 0, #272830);
	background-image: -o-linear-gradient(left, #272830 50%, transparent 50%, transparent), -o-linear-gradient(252deg, #e39c07 50%, #272830 50%, #272830);
	background-image: linear-gradient(90deg, #272830 50%, transparent 0, transparent), linear-gradient(198deg, #e39c07 50%, #272830 0, #272830)
}

.case-mul-open__stat--p40 {
	background-image: -webkit-linear-gradient(left, #272830 50%, transparent 0, transparent), -webkit-linear-gradient(216deg, #e39c07 50%, #272830 0, #272830);
	background-image: -o-linear-gradient(left, #272830 50%, transparent 50%, transparent), -o-linear-gradient(216deg, #e39c07 50%, #272830 50%, #272830);
	background-image: linear-gradient(90deg, #272830 50%, transparent 0, transparent), linear-gradient(234deg, #e39c07 50%, #272830 0, #272830)
}

.case-mul-open__stat--p50 {
	background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(50%, #272830), to(#272830));
	background-image: -webkit-linear-gradient(right, #e39c07 50%, transparent 0, transparent), -webkit-linear-gradient(right, #e39c07 50%, #272830 0, #272830);
	background-image: -o-linear-gradient(right, #e39c07 50%, transparent 50%, transparent), -o-linear-gradient(right, #e39c07 50%, #272830 50%, #272830);
	background-image: linear-gradient(-90deg, #e39c07 50%, transparent 0, transparent), linear-gradient(270deg, #e39c07 50%, #272830 0, #272830)
}

.case-mul-open__stat--p60 {
	background-image: -webkit-linear-gradient(144deg, #e39c07 50%, transparent 0, transparent), -webkit-linear-gradient(right, #e39c07 50%, #272830 0, #272830);
	background-image: -o-linear-gradient(144deg, #e39c07 50%, transparent 50%, transparent), -o-linear-gradient(right, #e39c07 50%, #272830 50%, #272830);
	background-image: linear-gradient(-54deg, #e39c07 50%, transparent 0, transparent), linear-gradient(270deg, #e39c07 50%, #272830 0, #272830)
}

.case-mul-open__stat--p70 {
	background-image: -webkit-linear-gradient(108deg, #e39c07 50%, transparent 0, transparent), -webkit-linear-gradient(right, #e39c07 50%, #272830 0, #272830);
	background-image: -o-linear-gradient(108deg, #e39c07 50%, transparent 50%, transparent), -o-linear-gradient(right, #e39c07 50%, #272830 50%, #272830);
	background-image: linear-gradient(-18deg, #e39c07 50%, transparent 0, transparent), linear-gradient(270deg, #e39c07 50%, #272830 0, #272830)
}

.case-mul-open__stat--p80 {
	background-image: -webkit-linear-gradient(72deg, #e39c07 50%, transparent 0, transparent), -webkit-linear-gradient(right, #e39c07 50%, #272830 0, #272830);
	background-image: -o-linear-gradient(72deg, #e39c07 50%, transparent 50%, transparent), -o-linear-gradient(right, #e39c07 50%, #272830 50%, #272830);
	background-image: linear-gradient(18deg, #e39c07 50%, transparent 0, transparent), linear-gradient(270deg, #e39c07 50%, #272830 0, #272830)
}

.case-mul-open__stat--p90 {
	background-image: -webkit-linear-gradient(36deg, #e39c07 50%, transparent 0, transparent), -webkit-linear-gradient(right, #e39c07 50%, #272830 0, #272830);
	background-image: -o-linear-gradient(36deg, #e39c07 50%, transparent 50%, transparent), -o-linear-gradient(right, #e39c07 50%, #272830 50%, #272830);
	background-image: linear-gradient(54deg, #e39c07 50%, transparent 0, transparent), linear-gradient(270deg, #e39c07 50%, #272830 0, #272830)
}

.case-mul-open__stat--p100 {
	background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #e39c07), color-stop(50%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(50%, #272830), to(#272830));
	background-image: -webkit-linear-gradient(left, #e39c07 50%, transparent 0, transparent), -webkit-linear-gradient(right, #e39c07 50%, #272830 0, #272830);
	background-image: -o-linear-gradient(left, #e39c07 50%, transparent 50%, transparent), -o-linear-gradient(right, #e39c07 50%, #272830 50%, #272830);
	background-image: linear-gradient(90deg, #e39c07 50%, transparent 0, transparent), linear-gradient(270deg, #e39c07 50%, #272830 0, #272830)
}

.case-mul-open__stat-content {
	border-radius: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-size: 14px;
	color: #90909b;
	line-height: 1.3;
	background: #2b2c34 url(../img/textures/topcase.png) no-repeat 0 0;
	text-transform: uppercase;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.case-mul-open__stat-current {
	color: #ffc807
}

.case-mul-open__stat-max {
	color: #ff5400
}

.roulettes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.roulettes__item {
	width: 50%;
	padding: 0 30px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1600px) {
	.roulettes__item {
		padding: 0 15px
	}
}

.roulette {
	position: relative;
	padding: 15px 0;
	margin-bottom: 30px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto
}

.roulette:before {
	content: "";
	position: absolute;
	background: url(../img/case/cursor.png) 50% no-repeat;
	background-size: contain;
	width: 55px;
	height: 212px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-27.5px);
	transform: translateX(-27.5px);
	z-index: 1
}

.roulette__wrapper {
	overflow: hidden;
	position: relative;
	border-top: 4px solid rgba(34, 34, 41, .65);
	border-bottom: 4px solid rgba(34, 34, 41, .65)
}

.roulette__wrapper:before {
	right: 100%
}

.roulette__wrapper:after,
.roulette__wrapper:before {
	content: "";
	position: absolute;
	top: -10px;
	bottom: -10px;
	border-radius: 100%;
	width: 30px;
	-webkit-box-shadow: 0 0 50px rgba(0, 0, 0, .8);
	box-shadow: 0 0 50px rgba(0, 0, 0, .8);
	z-index: 1
}

.roulette__wrapper:after {
	left: 100%
}

.roulette__inner {
	position: relative;
	left: 50%;
	max-width: 100%;
	-webkit-transform: translate3d(-613px, 0, 0);
	transform: translate3d(-613px, 0, 0)
}

.roulette__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	will-change: transform
}

.roulette__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 175px;
	height: 174px;
	overflow: hidden
}

.roulette__item+.roulette__item {
	border-left: 1px solid rgba(34, 34, 41, .65)
}

.roulette__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 120px;
	overflow: hidden;
	width: 100%;
	position: relative;
	background: #2b2b35 url(../img/textures/item.png) no-repeat;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.roulette__image-wrapper:before {
	content: "";
	position: absolute;
	bottom: 100%;
	width: 150px;
	height: 88px;
	border-radius: 100%;
	right: -61px
}

.roulette__item--knife .roulette__image-wrapper:before {
	-webkit-box-shadow: 0 50px 150px #5e4529;
	box-shadow: 0 50px 150px #5e4529
}

.roulette__item--consumer .roulette__image-wrapper:before {
	-webkit-box-shadow: 0 50px 150px #595f69;
	box-shadow: 0 50px 150px #595f69
}

.roulette__item--milspec .roulette__image-wrapper:before {
	-webkit-box-shadow: 0 50px 150px #3e4a5f;
	box-shadow: 0 50px 150px #3e4a5f
}

.roulette__item--industrial .roulette__image-wrapper:before {
	-webkit-box-shadow: 0 50px 150px #333a67;
	box-shadow: 0 50px 150px #333a67
}

.roulette__item--restricted .roulette__image-wrapper:before {
	-webkit-box-shadow: 0 50px 150px #442c7f;
	box-shadow: 0 50px 150px #442c7f
}

.roulette__item--classified .roulette__image-wrapper:before {
	-webkit-box-shadow: 0 50px 150px #551f69;
	box-shadow: 0 50px 150px #551f69
}

.roulette__item--covert .roulette__image-wrapper:before {
	-webkit-box-shadow: 0 50px 150px #641f24;
	box-shadow: 0 50px 150px #641f24
}

.roulette__image {
	max-height: 100%
}

.roulette__footer {
	background-color: #272730;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.3;
	height: 54px;
	font-size: 14px
}

.roulette__title {
	color: #e6dfd5
}

.roulette__desc,
.roulette__title {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	padding: 0 10px
}

.roulette__desc {
	color: #7d7d86
}

.roulette-info {
	margin-bottom: 50px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.roulette-info__price {
	background-color: #e39c07;
	color: #312603;
	font-size: 28px;
	font-weight: 700;
	padding: 12px 30px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 15px #ff7202;
	box-shadow: 0 0 15px #ff7202;
	margin-bottom: 25px
}

.roulette-info__info {
	color: #ffe013;
	text-shadow: 0 0 5px #ff7202;
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 30px;
	background: #2a2a32 url(../img/textures/topcase.right.png) 55px -18px no-repeat;
	-webkit-box-shadow: 0 0 10px #29292d;
	box-shadow: 0 0 10px #29292d;
	border-radius: 3px
}

.profile {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 60px;
	margin-bottom: 30px
}

.profile,
.profile__left,
.profile__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.profile__left,
.profile__right {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 270px;
	text-align: center;
	padding: 23px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.profile__left {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: rgba(46, 46, 56, .5) url(../img/textures/topcase.png) no-repeat 0 0
}

.profile__center {
	background-color: rgba(40, 40, 49, .6);
	text-align: center;
	width: 340px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.profile__right {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 15px;
	background: rgba(46, 46, 56, .5) url(../img/textures/topcase.right.png) no-repeat 100% 0
}

.profile__item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 175px
}

.profile__item--item {
	background: url(../img/item-bg.png) 50% no-repeat;
	position: relative
}

.profile__item-image {
	width: 190px
}

.profile__item-image--item {
	position: absolute;
	top: 20px;
	left: 35px
}

.profile__item-title {
	color: #e6dfd5;
	font-size: 15px;
	margin-bottom: 5px
}

.profile__item-desc {
	color: #acacac;
	margin-bottom: 5px
}

.profile__item-price {
	color: #ffc607;
	font-size: 17px
}

.profile__title {
	font-size: 18px;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	text-transform: uppercase;
	margin-bottom: 15px
}

.profile__case-title {
	font-size: 18px;
	color: #acacac
}

.profile__photo-wrapper {
	border-radius: 100%;
	position: relative;
	padding: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, #e39c08), color-stop(79%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(transparent), color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -webkit-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background-image: -o-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -o-linear-gradient(right, #e39c07 50%, transparent, transparent 50%);
	background-image: linear-gradient(0, #e39c08 10%, transparent 79%, transparent), linear-gradient(-90deg, #e39c07 50%, transparent, transparent 0);
	width: 124px;
	height: 124px;
	margin: -60px auto 25px
}

.profile__photo {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	border: 2px solid #272730
}

.profile__steam-link {
	background-color: #212128;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: relative;
	top: -25px;
	padding-top: 11px;
	text-align: center
}

.profile__steam-link path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.profile__steam-link:hover path {
	fill: #ff6519
}

.profile__name {
	font-size: 22px;
	color: #fffae7;
	padding: 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.profile__balance {
	padding-top: 15px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 20px
}

.profile__balance,
.profile__balance-val {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.profile__balance-val {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background-color: #2e2e37;
	font-size: 16px;
	text-shadow: 0 0 5px #ff7202;
	color: #fffae7;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 25px;
	padding-right: 27px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.profile__span-balance {
	color: #ffc607;
	padding: 0 3px
}

.profile__balance-btn {
	background-color: #3ca24f;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 13px 15px 12px 35px;
	text-shadow: 0 1px 0 #288d3b;
	position: relative;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 3px 0 13px rgba(21, 124, 42, .38);
	box-shadow: 3px 0 13px rgba(21, 124, 42, .38);
	line-height: 1;
	margin-left: -2px
}

.profile__balance-btn:hover {
	background-color: #54bd68
}

.profile__balance-btn:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 14px;
	width: 12px;
	height: 13px;
	background: url(../img/plus.svg)
}

.profile__bonus {
	color: #fffae7;
	font-size: 16px
}

.profile__span-bonus {
	color: #3ca24f
}

.profile__stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 20px
}

.profile__stats-item {
	width: 50%;
	padding: 17px 0
}

.profile__stats-item--cases {
	background-color: #2b2b33
}

.profile__stats-item--profile-games {
	background-color: #27272f
}

.profile__stats-title {
	color: #a3a3a4;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 7px
}

.profile__stats-val {
	font-size: 20px;
	color: #ffc607;
	font-weight: 700
}

.profile__steam-big-link {
	background-color: #23232a;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	color: #c3c3c3;
	text-transform: uppercase;
	padding: 13px 25px;
	border-radius: 3px;
	margin-top: 15px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.profile__steam-big-link:hover {
	color: #deac0b
}

.noob-profile {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 50px
}

.noob-profile,
.noob-profile__main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.noob-profile__main {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 310px;
	background: rgba(37, 37, 45, .65) url(../img/textures/topcase.png) 0 0 no-repeat;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 20px
}

.noob-profile__photo-wrapper {
	border-radius: 100%;
	position: relative;
	padding: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, #e39c08), color-stop(79%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(transparent), color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -webkit-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background-image: -o-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -o-linear-gradient(right, #e39c07 50%, transparent, transparent 50%);
	background-image: linear-gradient(0, #f39004 10%, transparent 79%, transparent), linear-gradient(-90deg, #fec406 50%, transparent, transparent 0);
	width: 95px;
	height: 95px;
	text-align: center;
	margin-bottom: 25px
}

.noob-profile__photo {
	width: 91px;
	height: 91px;
	border-radius: 100%;
	border: 2px solid #272730
}

.noob-profile__steam-link {
	background-color: #212128;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	display: inline-block;
	position: relative;
	top: -25px;
	padding-top: 11px;
	text-align: center
}

.noob-profile__steam-link path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.noob-profile__steam-link:hover path {
	fill: #ff6519
}

.noob-profile__info-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.noob-profile__info,
.noob-profile__info-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.noob-profile__info {
	width: 150px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.noob-profile__bonus {
	color: #fffae7;
	font-size: 16px
}

.noob-profile__span-bonus {
	color: #3ca24f
}

.noob-profile__info-right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center
}

.noob-profile__name {
	text-overflow: ellipsis;
	padding: 0 10px;
	overflow: hidden;
	white-space: nowrap;
	color: #fffae7;
	font-size: 20px;
	width: 160px;
	margin-bottom: 20px
}

.noob-profile__balance-val {
	font-size: 18px;
	text-shadow: 0 0 5px #ff7202;
	color: #fffae7;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-bottom: 15px
}

.noob-profile__balance-btn {
	background-color: #3ca24f;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 13px 15px 12px 35px;
	text-shadow: 0 1px 0 #288d3b;
	position: relative;
	color: #fff;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-box-shadow: 3px 0 13px rgba(21, 124, 42, .38);
	box-shadow: 3px 0 13px rgba(21, 124, 42, .38);
	line-height: 1;
	width: 130px;
	text-align: center;
	margin-left: auto;
	margin-right: auto
}

.noob-profile__balance-btn:hover {
	background-color: #54bd68
}

.noob-profile__balance-btn:after {
	content: "";
	position: absolute;
	top: 13px;
	left: 14px;
	width: 12px;
	height: 13px;
	background: url(../img/plus.svg)
}

.noob-profile__span-balance {
	color: #ffc607
}

.noob-profile__stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 20px
}

.noob-profile__stats-item {
	width: 100%;
	padding: 17px 0;
	text-align: center
}

.noob-profile__stats-item--cases {
	    background-color: #292931;
}

.noob-profile__stats-item--profile-games {
	background-color: #27272f
}

.noob-profile__stats-title {
	color: #a3a3a4;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 7px
}

.noob-profile__stats-val {
	font-size: 20px;
	color: #ffc607;
	font-weight: 700
}

.noob-profile__content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

.noob-profile__content,
.noob-profile__timeline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.noob-profile__timeline {
	background-color: #2a2a31
}

.noob-profile__timeline-item {
	width: 33.3333%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 18px 25px 18px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	overflow: hidden
}

.noob-profile__timeline-item+.noob-profile__timeline-item {
	padding-left: 20px
}

.noob-profile__timeline-item+.noob-profile__timeline-item:after,
.noob-profile__timeline-item+.noob-profile__timeline-item:before {
	width: 20px;
	height: 50%;
	position: absolute;
	left: 0;
	content: ""
}

.noob-profile__timeline-item+.noob-profile__timeline-item:before {
	top: 0;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #27272f), color-stop(50%, transparent));
	background: -webkit-linear-gradient(left bottom, #27272f 50%, transparent 0);
	background: -o-linear-gradient(left bottom, #27272f 50%, transparent 50%);
	background: linear-gradient(to right top, #27272f 50%, transparent 0)
}

.noob-profile__timeline-item+.noob-profile__timeline-item:after {
	top: 50%;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #27272f), color-stop(50%, transparent));
	background: -webkit-linear-gradient(left top, #27272f 50%, transparent 0);
	background: -o-linear-gradient(left top, #27272f 50%, transparent 50%);
	background: linear-gradient(to right bottom, #27272f 50%, transparent 0)
}

.noob-profile__timeline-item:nth-child(2n) {
	background-color: #27272f
}

.noob-profile__timeline-item:nth-child(2n):before {
	top: 0;
	background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, #2a2a31), color-stop(50%, transparent));
	background: -webkit-linear-gradient(left bottom, #2a2a31 50%, transparent 0);
	background: -o-linear-gradient(left bottom, #2a2a31 50%, transparent 50%);
	background: linear-gradient(to right top, #2a2a31 50%, transparent 0)
}

.noob-profile__timeline-item:nth-child(2n):after {
	top: 50%;
	background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #2a2a31), color-stop(50%, transparent));
	background: -webkit-linear-gradient(left top, #2a2a31 50%, transparent 0);
	background: -o-linear-gradient(left top, #2a2a31 50%, transparent 50%);
	background: linear-gradient(to right bottom, #2a2a31 50%, transparent 0)
}

.noob-profile__timeline-val {
	width: 33px;
	height: 33px;
	border: 2px solid #f39004;
	border-radius: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	margin-left: 20px;
	-webkit-box-shadow: 0 0 15px rgba(243, 144, 4, .8), inset 0 0 15px rgba(243, 144, 4, .6);
	box-shadow: 0 0 15px rgba(243, 144, 4, .8), inset 0 0 15px rgba(243, 144, 4, .6);
	font-size: 16px;
	color: #ffc607;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.noob-profile__timeline-item--done .noob-profile__timeline-val {
	position: relative;
	font-size: 0;
	border-color: #3bdf59;
	-webkit-box-shadow: 0 0 15px rgba(59, 223, 89, .8), inset 0 0 15px rgba(59, 223, 89, .6);
	box-shadow: 0 0 15px rgba(59, 223, 89, .8), inset 0 0 15px rgba(59, 223, 89, .6)
}

.noob-profile__timeline-item--done .noob-profile__timeline-val:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/check.svg) 50% no-repeat
}

.noob-profile__timeline-title {
	color: #c3c3c3;
	font-size: 16px;
	margin-bottom: 5px
}

.noob-profile__timeline-item--done .noob-profile__timeline-title {
	color: #5d5d65
}

.noob-profile__timeline-desc {
	color: #5d5d65;
	font-size: 14px
}

.noob-profile__trade {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	    background-color: rgb(41, 41, 49);
	padding: 32px
}

.noob-profile__trade-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 30px
}

.noob-profile__trade-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	font-size: 18px;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	padding-left: 30px;
	position: relative
}

.noob-profile__trade-title:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../img/link.svg)
}

.noob-profile__trade-how {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.noob-profile__trade-how-link {
	background-color: #383845;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	text-transform: uppercase;
	border-radius: 3px;
	font-size: 14px;
	position: relative;
	padding: 15px 40px 15px 20px
}

.noob-profile__trade-how-link:after {
	content: "";
	position: absolute;
	top: 19px;
	width: 6px;
	height: 9px;
	right: 17px;
	background: url(../img/arrow-right.svg) no-repeat
}

.noob-profile__trade-how-link:hover {
	text-shadow: none
}

.noob-profile__trade-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.noob-profile__trade-input {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: rgba(33, 33, 40, .8);
	font-size: 15px;
	color: #62626a;
	padding: 15px 22px;
	border-radius: 3px;
	width: 100%;
}

.noob-profile__trade-btn-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 20px
}

.noob-profile__trade-btn {
	height: 100%;
	border: 2px solid #efa406;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	padding: 0 30px
}

.noob-profile__trade-btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.trade-link {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgba(38, 38, 45, .85);
	position: relative;
	padding: 30px 25px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	margin-bottom: 30px
}

.trade-link:after,
.trade-link:before {
	content: "";
	position: absolute;
	top: 0;
	width: 190px;
	bottom: 0
}

.trade-link:before {
	left: 0;
	background: url("../img/textures/topcase.png") no-repeat;
	border-top-left-radius: 5px
}

.trade-link:after {
	right: 0;
	background: url("../img/textures/topcase.right.png") no-repeat;
	border-top-right-radius: 5px
}

.trade-link__header {
	z-index: 1;
	position: relative;
	margin-bottom: 20px
}

.trade-link__warned {
	position: absolute;
	top: 2px;
	right: 0;
	color: #de1140;
	font-size: 13px;
	line-height: 1.3;
	text-transform: uppercase;
	border-bottom: 1px dashed #de1140;
	margin-left: 25px;
	cursor: help;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.trade-link__warned:hover {
	color: #f11241
}

.trade-link__warned:before {
	content: "";
	position: absolute;
	top: -1px;
	left: -25px;
	background: url(../img/warned.svg);
	width: 15px;
	height: 20px
}

.trade-link__warned-hover {
	position: absolute;
	background-color: rgba(228, 20, 66, .81);
	border-radius: 3px;
	bottom: calc(100% + 15px);
	width: 370px;
	color: #fff;
	right: 0;
	padding: 13px 15px;
	text-transform: none;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.trade-link__warned-hover:after {
	content: "";
	position: absolute;
	bottom: -8px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 8px solid rgba(228, 20, 66, .81);
	right: 15px
}

.trade-link__warned:hover .trade-link__warned-hover {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	transform: none
}

.trade-link__title {
	font-size: 18px;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	padding-left: 30px;
	position: relative
}

.trade-link__title:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../img/link.svg)
}

.trade-link__subtitle {
	text-shadow: none;
	color: #928f8f;
	font-size: 13px;
	position: relative;
	top: -8px;
	left: 2px
}

.trade-link__content {
	z-index: 1;
	position: relative
}

.trade-link__content,
.trade-link__input-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.trade-link__input-wrapper {
	background-color: rgba(33, 33, 41, .8);
	border-radius: 3px
}

.trade-link__input,
.trade-link__input-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.trade-link__input {
	padding: 15px 18px;
	font-size: 14px;
	color: #62626a
}

.trade-link__btn-wrapper,
.trade-link__copy-btn {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.trade-link__btn-wrapper {
	padding-left: 15px
}

.trade-link__btn {
	border: 2px solid #efa406;
	border-radius: 3px;
	height: 100%;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 13px;
	position: relative;
	overflow: hidden;
	padding: 0 30px
}

.trade-link__btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.profile-games {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.profile-games,
.profile-games__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 10px;
	padding-bottom: 15px;
}



.profile-games__win {
	width: 215px;
	height: 100px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
}

.profile-games__win--knife {
	background: url(../img/textures/topcase.png) no-repeat, -webkit-linear-gradient(45deg, #292731 50%, rgba(94, 69, 41, .9));
	background: url(../img/textures/topcase.png) no-repeat, -o-linear-gradient(45deg, #292731 50%, rgba(94, 69, 41, .9));
	background: url(../img/textures/topcase.png) no-repeat, linear-gradient(45deg, #292731 50%, rgba(94, 69, 41, .9))
}

.profile-games__win--consumer {
	background: url(../img/textures/topcase.png) no-repeat, -webkit-linear-gradient(45deg, #292731 50%, rgba(89, 95, 105, .9));
	background: url(../img/textures/topcase.png) no-repeat, -o-linear-gradient(45deg, #292731 50%, rgba(89, 95, 105, .9));
	background: url(../img/textures/topcase.png) no-repeat, linear-gradient(45deg, #292731 50%, rgba(89, 95, 105, .9))
}

.profile-games__win--milspec {
	background: url(../img/textures/topcase.png) no-repeat, -webkit-linear-gradient(45deg, #292731 50%, rgba(62, 74, 95, .9));
	background: url(../img/textures/topcase.png) no-repeat, -o-linear-gradient(45deg, #292731 50%, rgba(62, 74, 95, .9));
	background: url(../img/textures/topcase.png) no-repeat, linear-gradient(45deg, #292731 50%, rgba(62, 74, 95, .9))
}

.profile-games__win--industrial {
	background: url(../img/textures/topcase.png) no-repeat, -webkit-linear-gradient(45deg, #292731 50%, rgba(51, 58, 103, .9));
	background: url(../img/textures/topcase.png) no-repeat, -o-linear-gradient(45deg, #292731 50%, rgba(51, 58, 103, .9));
	background: url(../img/textures/topcase.png) no-repeat, linear-gradient(45deg, #292731 50%, rgba(51, 58, 103, .9))
}

.profile-games__win--restricted {
	background: url(../img/textures/topcase.png) no-repeat, -webkit-linear-gradient(45deg, #292731 50%, rgba(68, 44, 127, .9));
	background: url(../img/textures/topcase.png) no-repeat, -o-linear-gradient(45deg, #292731 50%, rgba(68, 44, 127, .9));
	background: url(../img/textures/topcase.png) no-repeat, linear-gradient(45deg, #292731 50%, rgba(68, 44, 127, .9))
}

.profile-games__win--classified {
	background: url(../img/textures/topcase.png) no-repeat, -webkit-linear-gradient(45deg, #292731 50%, rgba(85, 31, 105, .9));
	background: url(../img/textures/topcase.png) no-repeat, -o-linear-gradient(45deg, #292731 50%, rgba(85, 31, 105, .9));
	background: url(../img/textures/topcase.png) no-repeat, linear-gradient(45deg, #292731 50%, rgba(85, 31, 105, .9))
}

.profile-games__win--covert {
	background: url(../img/textures/topcase.png) no-repeat, -webkit-linear-gradient(45deg, #292731 50%, rgba(100, 31, 36, .85));
	background: url(../img/textures/topcase.png) no-repeat, -o-linear-gradient(45deg, #292731 50%, rgba(100, 31, 36, .85));
	background: url(../img/textures/topcase.png) no-repeat, linear-gradient(45deg, #292731 50%, rgba(100, 31, 36, .85))
}

@media (max-width:1180px) {
	.profile-games__win {
		/* width: 130px */
	}
}

.profile-games__win-image-wr {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px
}

@media (max-width:1180px) {
	.profile-games__win-image-wr {
		top: 35px
	}
}

.profile-games__win-image {
  height: 100px;
  width: 100%;
  position: absolute;
  object-fit: cover;

}

.profile-games__win-price {
	position: absolute;
	top: 0;
	right: 0;
	background: rgba(31, 31, 38, .37);
	padding: 8px 10px;
	border-bottom-left-radius: 3px;
	font-size: 14px;
	text-shadow: 0 0 5px #ff7202;
	color: #ffc607;
	z-index: 1
}
.profile-games__win-info.w-auto{
	width: auto;
}
.profile-games__win-info {
	padding: 15px 20px;
	    position: absolute;
    width: 400px;
}

.profile-games__win-name {
	padding-bottom: 2px;
	color: #ffffff;
	    text-transform: uppercase;
}

.profile-games__win-desc,
.profile-games__win-name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.profile-games__win-desc {
	color: #7d7d86;
	    margin-top: 30px;
}

.profile-games__curr {
	color: #e6dfd5
}
.open-key{
	    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 52%;
        margin-top: 30px;
}
.open-key_btn{
	height: 40px;
    border: 2px solid #efa406;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
    box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
    text-transform: uppercase;
    color: #ffc607;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    padding: 0 30px;
}

.open-key_btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	transform: scale(1.03);
}

/* Анимация только для компьютеров */
@media (min-width: 1025px) {
	.open-key_btn {
		transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	}
	
	.open-key_btn:hover {
		transform: scale(1.05);
	}
}

/* Отключаем анимации на мобильных устройствах */
@media (max-width: 1024px) {
	.open-key_btn:hover {
		transform: none;
	}
}
.profile-games__price {
	text-align: right;
	color: #818181;
	font-size: 13px;
	padding-top: 8px;
	padding-right: 20px;
	position: absolute;
	right: 0;
	top: 10px
}
.profile-games__time {
	text-align: right;
	color: #818181;
	font-size: 13px;
	padding-top: 8px;
	padding-right: 20px;
	position: absolute;
	right: 0;
	bottom: 10px
}
.profile-games__price-span {
	text-shadow: 0 0 5px #ff7202;
	color: #ffc607
}

.profile-games__items-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.profile-games__items-item {
	width: 20%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 63px;
	border-bottom: 1px solid #25252e;
	border-left: 1px solid #25252e;
	position: relative
}

.profile-games__items-item--knife {
	background: -webkit-radial-gradient(bottom center, circle, #5e4529, #312b2c);
	background: -o-radial-gradient(bottom center, circle, #5e4529, #312b2c);
	background: radial-gradient(circle at bottom center, #5e4529, #312b2c)
}

.profile-games__items-item--consumer {
	background: -webkit-radial-gradient(bottom center, circle, #595f69, #32333c);
	background: -o-radial-gradient(bottom center, circle, #595f69, #32333c);
	background: radial-gradient(circle at bottom center, #595f69, #32333c)
}

.profile-games__items-item--milspec {
	background: -webkit-radial-gradient(bottom center, circle, #3e4a5f, #2a2d38);
	background: -o-radial-gradient(bottom center, circle, #3e4a5f, #2a2d38);
	background: radial-gradient(circle at bottom center, #3e4a5f, #2a2d38)
}

.profile-games__items-item--industrial {
	background: -webkit-radial-gradient(bottom center, circle, #333a67, #282a3a);
	background: -o-radial-gradient(bottom center, circle, #333a67, #282a3a);
	background: radial-gradient(circle at bottom center, #333a67, #282a3a)
}

.profile-games__items-item--restricted {
	background: -webkit-radial-gradient(bottom center, circle, #442c7f, #2c2740);
	background: -o-radial-gradient(bottom center, circle, #442c7f, #2c2740);
	background: radial-gradient(circle at bottom center, #442c7f, #2c2740)
}

.profile-games__items-item--classified {
	background: -webkit-radial-gradient(bottom center, circle, #551f69, #372637);
	background: -o-radial-gradient(bottom center, circle, #551f69, #372637);
	background: radial-gradient(circle at bottom center, #551f69, #372637)
}

.profile-games__items-item--covert {
	background: -webkit-radial-gradient(bottom center, circle, #641f24, #33242b);
	background: -o-radial-gradient(bottom center, circle, #641f24, #33242b);
	background: radial-gradient(circle at bottom center, #641f24, #33242b)
}

.profile-games__items-image {
	position: absolute;
	width: 65px;
	right: 0;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	max-width: 100%;
	top: 6px
}

.profile-games__items-hover {
	position: absolute;
	bottom: calc(100% + 3px);
	background-color: #2a2a33;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px #252527;
	box-shadow: 0 0 10px #252527;
	width: 150px;
	color: #fff;
	right: 0;
	z-index: 1;
	padding: 8px 10px;
	font-size: 12px;
	text-transform: none;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.profile-games__items-hover:after {
	content: "";
	position: absolute;
	bottom: -7px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #2a2a33;
	right: 15px
}

.profile-games__items-item:hover .profile-games__items-hover {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0)
}

.profile-games__items-name {
	padding-bottom: 2px;
	color: #e6dfd5
}

.profile-games__items-desc,
.profile-games__items-name {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.profile-games__items-desc {
	color: #7d7d86
}

.profile-games__content {
	background-color: #33323a;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative
}

.withdraw {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	margin-bottom: 30px;
	border-radius: 5px;
	overflow: hidden
}

.withdraw--partner {
	margin-bottom: 0;
	margin-top: 30px
}

.withdraw__head {
	background: rgba(46, 46, 56, .5) url(../img/textures/topcase.png) no-repeat 0 0;
	position: relative;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	overflow: hidden
}

.withdraw__head:before {
	content: "";
	position: absolute;
	bottom: 100%;
	-webkit-box-shadow: 0 0 150px #ff6516;
	box-shadow: 0 0 150px #ff6516;
	width: 150px;
	height: 88px;
	border-radius: 100%;
	left: -61px
}

.withdraw__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative
}

.withdraw__header-left {
	width: 565px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 45px 20px 45px 40px
}

.withdraw__header-right {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding: 40px;
	background-color: rgba(40, 40, 49, .6)
}

.withdraw__header-title {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 25px;
	font-weight: 700;
	padding-left: 35px;
	position: relative;
	margin-bottom: 15px
}

.withdraw__header-title:before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 22px;
	height: 22px;
	background: url(../img/alert.svg)
}

.withdraw__header-desc {
	font-size: 15px;
	color: #acacac
}

.withdraw__header-row+.withdraw__header-row {
	margin-top: 25px
}

.withdraw__withdraw-btn {
	border: 2px solid #efa406;
	border-radius: 3px;
	height: 100%;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 15px 60px 15px 15px
}

.withdraw__withdraw-btn:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 22px;
	background: url(../img/withdraw.svg);
	width: 27px;
	height: 18px
}

.withdraw__withdraw-btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.withdraw__history-btn {
	border-radius: 3px;
	height: 100%;
	background-color: #23232b;
	color: #44ca5d;
	text-shadow: 0 0 10px #3ca24f;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 16px 45px 16px 15px;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	font-size: 16px
}

.withdraw__history-btn:after {
	content: "";
	position: absolute;
	top: 14px;
	right: 22px;
	background: url(../img/withdraw-history.svg);
	width: 18px;
	height: 21px
}

.withdraw__history-btn:hover {
	background-color: #1b1b22
}

.withdraw__main {
	background-color: #34343d;
	padding: 1px
}

.withdraw__row {
	padding: 25px 45px
}

.withdraw__row+.withdraw__row {
	border-top: 1px solid #2d2d34
}

.withdraw__title {
	font-size: 16px;
	text-shadow: 0 0 5px #ff7202;
	text-transform: uppercase;
	margin-bottom: 30px
}

.withdraw__counter,
.withdraw__title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	color: #ffc607;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.withdraw__counter {
	width: 30px;
	height: 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 100%;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	border: 2px solid #efa406;
	margin-right: 15px
}

.withdraw__payments {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.withdraw__payments,
.withdraw__payments-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.withdraw__payments-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 190px;
	background-color: #2b2b34;
	border-radius: 5px;
	cursor: pointer;
	height: 78px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 2px solid #2b2b34
}

.withdraw__payments-item:hover {
	border-color: #efa406
}

.withdraw__payments-item--checked {
	border-color: #efa406;
	-webkit-box-shadow: inset 0 0 50px rgba(255, 85, 0, .4);
	box-shadow: inset 0 0 50px rgba(255, 85, 0, .4)
}

.withdraw__payments-image {
	width: 120px
}

.withdraw__label {
	margin-bottom: 15px
}

.withdraw__input {
	background-color: #3e3e48;
	padding: 15px 20px;
	border-radius: 3px;
	font-size: 16px;
	width: 300px
}

.withdraw__sum-block {
	border-radius: 5px;
	overflow: hidden;
	color: #d1d1d1
}

.withdraw__sum-block,
.withdraw__sum-input-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.withdraw__sum-input-block {
	background-color: #2b2b34;
	width: 360px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 33px
}

.withdraw__sum-input-wrapper {
	background-color: #24242c;
	width: 125px;
	padding: 13px 20px;
	border-radius: 3px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.withdraw__sum-label {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.withdraw__sum-input {
	width: 75px
}

.withdraw__sum-curr {
	padding-left: 5px
}

.withdraw__sum-output-block {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #25252d;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0 35px;
	color: #38ac4e
}

.withdraw__sum-output {
	color: #2ad84b;
	font-size: 16px
}

.withdraw__form-footer {
	margin-top: 35px
}

.withdraw__agree,
.withdraw__form-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.withdraw__agree {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.withdraw #withdraw__checkbox-fake {
	position: absolute;
	left: -9999px
}

.withdraw__checkbox {
	width: 18px;
	height: 18px;
	background-color: #2b2b34;
	border-radius: 2px;
	position: relative;
	display: block;
	cursor: pointer
}

#withdraw__checkbox-fake:checked+.withdraw__checkbox:before {
	content: "";
	position: absolute;
	top: 0;
	left: 2px;
	background: url(../img/withdraw-check.svg);
	width: 18px;
	height: 15px
}

.withdraw__agree-label {
	padding-left: 17px;
	color: #98989c;
	cursor: pointer;
	padding-top: 1px
}

.withdraw__submit-wrapper {
	width: 240px
}

.withdraw__rule-item {
	margin-bottom: 15px;
	color: #acacac;
	font-size: 14px;
	position: relative;
	padding-left: 20px
}

.withdraw__rule-item:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	width: 6px;
	height: 6px;
	background-color: #787882;
	border-radius: 100%
}

.withdraw__history-title {
	color: #44ca5d;
	text-shadow: 0 0 10px #3ca24f;
	font-size: 18px;
	padding-left: 40px;
	position: relative;
	text-transform: uppercase;
	margin-bottom: 35px
}

.withdraw__history-title:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/withdraw-history.svg);
	width: 18px;
	height: 21px
}

.withdraw__table {
	width: 100%;
	font-size: 12px;
	border-collapse: separate;
	border-spacing: 0
}

.withdraw__table-th {
	text-align: left;
	text-transform: uppercase;
	color: #757578;
	padding-bottom: 10px;
	border-bottom: 2px solid #3d3d46;
	padding-left: 5px;
	padding-right: 5px
}

.withdraw__table-td {
	border-bottom: 1px solid #3d3d46;
	padding: 10px 5px;
	color: #ccccd1;
	font-size: 14px
}

.withdraw__status {
	text-transform: uppercase
}

.withdraw__status--created {
	color: #2f9ae8
}

.withdraw__status--success {
	color: #44ca5d
}

.withdraw__status--fail {
	color: #ca353e
}

@-webkit-keyframes contractitem {
	0% {
		opacity: 1
	}
	to {
		left: 174px;
		top: 173px;
		opacity: 0;
		visibility: hidden
	}
}

@keyframes contractitem {
	0% {
		opacity: 1
	}
	to {
		left: 174px;
		top: 173px;
		opacity: 0;
		visibility: hidden
	}
}

@-webkit-keyframes contractrotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	39% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	40% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(3turn) scale(.3);
		transform: rotate(3turn) scale(.3);
		opacity: 0
	}
}

@keyframes contractrotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	39% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	40% {
		-webkit-transform: rotate(0deg) scale(1);
		transform: rotate(0deg) scale(1);
		opacity: 1
	}
	to {
		-webkit-transform: rotate(3turn) scale(.3);
		transform: rotate(3turn) scale(.3);
		opacity: 0
	}
}

.contract {
	height: 666.5px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	width: 666.5px;
	margin-left: auto;
	margin-right: auto
}

.contract:before {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: transparent url(../img/contract/bg.png) no-repeat 50%;
	background-size: auto 100%
}

.contract:after,
.contract:before {
	content: "";
	display: block;
	position: absolute
}

.contract:after {
	width: 310px;
	height: 311px;
	top: 50%;
	left: 50%;
	margin: -155px 0 0 -155px;
	background: transparent url(../img/contract/stamp.png) no-repeat 0 0;
	background-size: 100% 100%;
	opacity: .05;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 1
}

.contract--ready:after {
	opacity: 0;
	visibility: hidden
}

.contract__block {
	position: relative;
	margin: 0 auto;
	border-radius: 50%;
	width: 450px;
	height: 450px;
	z-index: 5
}

.contract--ready .contract__block {
	-webkit-animation: contractrotate 6s ease-in-out 0s 1 forwards;
	animation: contractrotate 6s ease-in-out 0s 1 forwards
}

.contract__block:after {
	content: "";
	display: block;
	position: absolute;
	width: 310px;
	height: 311px;
	top: 50%;
	left: 50%;
	margin: -155px 0 0 -155px;
	background: transparent url(../img/contract/stamp.png) no-repeat 0 0;
	background-size: 100% 100%;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	z-index: 1;
	visibility: hidden
}

.contract--ready .contract__block:after {
	opacity: 1;
	visibility: visible
}

.contract__item {
	position: absolute;
	top: -49px;
	left: 160px;
	width: 110px;
	height: 110px;
	cursor: pointer;
	border-radius: 100%;
	background: #2b2b32 url(../img/textures/item.png) no-repeat;
	border: 6px solid #26262f
}

.contract__item:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px;
	border: 1px solid #39393e;
	border-radius: 100%
}

.contract__item:after {
	display: none
}

.contract__item--empty {
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	cursor: default
}

.contract--ready .contract__item--empty {
	opacity: 0;
	visibility: hidden
}

.contract__item--empty:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 35px;
	color: #ffc607;
	text-shadow: 0 0 10px #ff7202;
	font-weight: 700
}

.contract--ready .contract__item:not(.contract__item--empty) {
	-webkit-animation: contractitem 1s ease-in-out 1s 1 forwards;
	animation: contractitem 1s ease-in-out 1s 1 forwards
}

.contract__item--1 {
	top: -51px;
	left: 173px;
	z-index: 20
}

.contract--ready .contract__item--1:not(.contract__item--1--empty) {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

.contract__item--1:after {
	content: "1"
}

.contract__item--2 {
	left: 310px;
	top: -4px;
	z-index: 19
}

.contract--ready .contract__item--2:not(.contract__item--2--empty) {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.contract__item--2:after {
	content: "2"
}

.contract__item--3 {
	left: 392px;
	top: 107px;
	z-index: 18
}

.contract--ready .contract__item--3:not(.contract__item--3--empty) {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s
}

.contract__item--3:after {
	content: "3"
}

.contract__item--4 {
	left: 384px;
	top: 245px;
	z-index: 17
}

.contract--ready .contract__item--4:not(.contract__item--4--empty) {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s
}

.contract__item--4:after {
	content: "4"
}

.contract__item--5 {
	left: 310px;
	top: 358px;
	z-index: 16
}

.contract--ready .contract__item--5:not(.contract__item--5--empty) {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s
}

.contract__item--5:after {
	content: "5"
}

.contract__item--6 {
	left: 173px;
	top: 396px;
	z-index: 15
}

.contract--ready .contract__item--6:not(.contract__item--6--empty) {
	-webkit-animation-delay: 2s;
	animation-delay: 2s
}

.contract__item--6:after {
	content: "6"
}

.contract__item--7 {
	left: 30px;
	top: 358px;
	z-index: 14
}

.contract--ready .contract__item--7:not(.contract__item--7--empty) {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s
}

.contract__item--7:after {
	content: "7"
}

.contract__item--8 {
	left: -42px;
	top: 245px;
	z-index: 14
}

.contract--ready .contract__item--8:not(.contract__item--8--empty) {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s
}

.contract__item--8:after {
	content: "8"
}

.contract__item--9 {
	left: -50px;
	top: 107px;
	z-index: 14
}

.contract--ready .contract__item--9:not(.contract__item--9--empty) {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s
}

.contract__item--9:after {
	content: "9"
}

.contract__item--10 {
	left: 30px;
	top: -4px;
	z-index: 14
}

.contract--ready .contract__item--10:not(.contract__item--10--empty) {
	-webkit-animation-delay: 2.8s;
	animation-delay: 2.8s
}

.contract__item--10:after {
	content: "10"
}

.contract__item-content {
	position: absolute;
	top: 4px;
	left: 4px;
	right: 4px;
	bottom: 4px
}

.contract__item--empty .contract__item-content {
	display: none
}

.contract__image {
	max-width: 100%;
	margin-top: 13px
}

.contract__price {
	background-color: rgba(31, 31, 39, .67);
	font-size: 14px;
	padding: 7px 9px;
	color: #ffc607;
	position: absolute;
	top: -9px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap
}

.contract__curr {
	color: #e6dfd5
}

.contract__close {
	width: 21px;
	height: 21px;
	background-color: #aa193a;
	border-radius: 100%;
	font-size: 20px;
	text-align: center;
	-webkit-box-shadow: 0 5px 15px #aa193a;
	box-shadow: 0 5px 15px #aa193a;
	position: absolute;
	bottom: -15px;
	left: 32px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 1
}

.contract__item:not(.contract__item--empty):hover .contract__close {
	opacity: 1;
	visibility: visible
}

.contract__info {
	opacity: 0;
	visibility: hidden;
	background-color: rgba(43, 43, 50, .7);
	width: 125px;
	text-align: center;
	padding: 9px 5px;
	font-size: 12px;
	line-height: 1.3;
	-webkit-box-shadow: 0 4px 27px rgba(0, 0, 0, .31);
	box-shadow: 0 4px 27px rgba(0, 0, 0, .31);
	position: absolute;
	bottom: -59px;
	left: -19px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
	border-radius: 3px
}

.contract__item:not(.contract__item--empty):hover .contract__info {
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	transform: none
}

.contract__name {
	color: #e6dfd5
}

.contract__desc,
.contract__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.contract__desc {
	color: #6f6f78
}

.contract__create-block-wrapper {
	position: absolute;
	top: 170px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	z-index: 5
}

.contract--ready .contract__create-block-wrapper {
	opacity: 0;
	visibility: hidden
}

.contract__btn {
	background: #2c2c33;
	display: block;
	color: #ffc607;
	text-transform: uppercase;
	text-shadow: 0 0 8px #ff7202;
	font-size: 20px;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 20px 35px;
	border-radius: 2px;
	-webkit-box-shadow: 0 3px 10px rgba(9, 9, 11, .5);
	box-shadow: 0 3px 10px rgba(9, 9, 11, .5);
	font-weight: 700;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.contract--disabled .contract__btn {
	color: #656672;
	text-shadow: none;
	cursor: default
}

.contract__btn:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-radial-gradient(top center, circle, #5a422e, transparent);
	background: -o-radial-gradient(top center, circle, #5a422e, transparent);
	background: radial-gradient(circle at top center, #5a422e, transparent);
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	opacity: .7
}

.contract__btn:hover:after {
	opacity: 1
}

.contract--disabled .contract__btn:after {
	opacity: 0
}

.contract__btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/textures/topcase.right.png) 100% 0 no-repeat
}

.contract__btn-inner {
	z-index: 1;
	position: relative;
	display: block
}

.contract__btn-info {
	display: block;
	color: #c3c3c3;
	font-size: 14px;
	padding-top: 10px;
	text-shadow: none;
	font-weight: 400;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.contract--disabled .contract__btn-info {
	color: #62626a
}

.contract__total-price {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.contract--disabled .contract__total-price {
	color: #62626a;
	text-shadow: none
}

.contract__total-curr {
	color: #e6dfd5;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.contract--disabled .contract__total-curr {
	color: #62626a
}

.contract__create-info {
	color: #b4b4b5;
	padding-top: 30px;
	text-align: center
}

.contract--disabled .contract__create-info,
.contract__create-info--disabled {
	display: none
}

.contract--disabled .contract__create-info--disabled {
	display: block
}

.contract__create-price,
.contract__how-works {
	margin-top: 10px
}

.contract-how-works {
	background-color: #26262e;
	padding: 40px 0
}
.guarantees-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.guarantees-items-wrapper_con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    transform: scale(1.16);
    margin-top: 30px;
}
.guarantee-item {
    margin-top: 30px;
    width: 32%;
   background-color: rgba(30, 30, 30, 0.45); /* Светлый фон с низкой прозрачностью */ /* Темно-серый фон с низкой прозрачностью */
   backdrop-filter: blur(6px); /* Эффект размытия фона */
    border-radius: 20px;
    padding: 30px 40px;
}
.guarantee-item-m1 {
    margin-top: 30px;
    width: 49.7%;
   background-color: rgba(30, 30, 30, 0.45); /* Светлый фон с низкой прозрачностью */ /* Темно-серый фон с низкой прозрачностью */
   backdrop-filter: blur(6px); /* Эффект размытия фона */
    border-radius: 20px;
    padding: 10px 40px;
}

.guarantee-item-m2 {
    margin-top: 30px;
    width: 49.7%;
   background-color: rgba(30, 30, 30, 0.45); /* Светлый фон с низкой прозрачностью */ /* Темно-серый фон с низкой прозрачностью */
   backdrop-filter: blur(6px); /* Эффект размытия фона */
    border-radius: 20px;
    padding: 30px 40px;
}


.guarantee-item-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.guarantee-item-img {
    margin-right: 20px;
	    width: 120px;
}

.guarantee-item-img44 {
    margin-right: 20px;
	    width: 150px;
}

.guarantee-item-img2 {
    margin-right: 13px;
    width: 175px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	pointer-events: none;
}

.guarantee-item-img3 {
    margin-right: 13px;
    width: 195px;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

/* Авто-анимация 3 раза при загрузке */
@keyframes welcomeAnimation {
    0% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 0 rgba(255, 198, 7, 0));
    }
    25% {
        transform: scale(1.1) rotate(5deg);
        filter: drop-shadow(0 5px 15px rgba(255, 198, 7, 0.3));
    }
    50% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 0 rgba(255, 198, 7, 0));
    }
    75% {
        transform: scale(1.1) rotate(-5deg);
        filter: drop-shadow(0 5px 15px rgba(255, 198, 7, 0.3));
    }
    100% {
        transform: scale(1) rotate(0deg);
        filter: drop-shadow(0 0 0 rgba(255, 198, 7, 0));
    }
}



.guarantee-item-title {
    color: #ffc607;
	
    font-size: 21px;
    text-shadow: 0 0 10px #ff7202;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 900;
}

.guarantee-item-title-m2 {
    color: #ffc607;
    font-size: 18px;
    text-shadow: 0 0 10px #ff7202;
    text-transform: uppercase;
    text-transform: uppercase;
    font-weight: 900;
}
.guarantee-item-content {
        font-size: 16px;
    color: #a1a1a6;
    text-align: center;
    line-height: 1.3;
}
.guarantee-item-content_2 {
        font-size: 17px;
    color: #a1a1a6;
    text-align: left;
    line-height: 1.3;
}

.faq-how-works {
	background-color: rgba(30, 30, 30, 0.45); /* Светлый фон с низкой прозрачностью */ /* Темно-серый фон с низкой прозрачностью */
	backdrop-filter: blur(6px); /* Эффект размытия фона */
	border-radius: 5px;
	padding: 40px 45px
}

.faq,
.faq-how-works,
.faq__title {
	margin-bottom: 50px
}

.faq__title {
	text-align: center;
	color: #ffc607;
	font-size: 22px;
	text-shadow: 0 0 10px #ff7202;
	text-transform: uppercase;
	font-weight: 400
}

.faq__item {
	background: rgba(46, 46, 56, .6) url(../img/textures/topcase.png) 0 -50px no-repeat;
	border-radius: 5px;
	position: relative;
	padding-left: 70px
}

.faq__item+.faq__item {
	margin-top: 15px
}

.faq__separator {
	top: 12px;
	left: 20px;
	width: 32px;
	height: 32px;
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, #e39c08), color-stop(79%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(transparent), color-stop(50%, transparent));
	background: -webkit-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -webkit-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background: -o-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -o-linear-gradient(right, #e39c07 50%, transparent, transparent 50%);
	background: linear-gradient(0, #e39c08 10%, transparent 79%, transparent), linear-gradient(-90deg, #e39c07 50%, transparent, transparent 0)
}

.faq__separator,
.faq__separator:after {
	content: "";
	position: absolute;
	border-radius: 100%
}

.faq__separator:after {
	top: 2px;
	left: 2px;
	width: 28px;
	height: 28px;
	background-color: #2d2d36
}

.faq__separator-line {
	position: absolute;
	top: 11px;
	left: 15px;
	width: 2px;
	height: 10px;
	display: inline-block;
	background-color: #fbc308;
	z-index: 1;
	-webkit-box-shadow: 0 0 5px #ff7202;
	box-shadow: 0 0 5px #ff7202
}

.faq__separator-line:first-child {
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease
}

.faq__item--active .faq__separator-line:first-child {
	opacity: 0
}

.faq__separator-line:nth-child(2) {
	width: 10px;
	height: 2px;
	top: 15px;
	left: 11px
}

.faq__question {
	font-size: 21px;
	color: #90909b;
	padding: 18px 22px 18px 0;
	cursor: pointer;
	-webkit-transition: color .3s ease, text-shadow .4s ease;
	transition: color .3s ease, text-shadow .4s ease;
	position: relative
}

.faq__item--active .faq__question {
	text-shadow: 0 0 8px rgba(255, 114, 2, .8);
	color: #f4a702
}

.faq__question:hover {
	color: #f4a702
}

.faq__answer-wrapper {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.faq__answer-wrapper:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 20px;
	width: 2px;
	background-color: #db980a
}

.faq__answer {
	padding-left: 18px;
	position: relative;
	color: #9b9ba5;
	font-size: 19px;
	padding-bottom: 20px
}
.why-we {
    background-color: rgba(30, 30, 30, 0.45); /* Темно-серый фон с низкой прозрачностью */
    backdrop-filter: blur(6px); /* Эффект размытия фона */
    padding: 40px 0;
    border-radius: 15px;
}

.why-we__title {
	color: #ffc607;
	font-size: 30px;
	text-shadow: 0 0 10px #ff7202;
	text-transform: uppercase;
	font-weight: 400;
	text-align: center;
	position: relative;
	top: 40px;
	z-index: 1
}

.why-we__content {
	height: 620px;
	position: relative;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto
}

.why-we__content:before {
	content: "";
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	height: 271px;
	background: url(../img/why-we/why-we-lines.svg) 50% no-repeat
}

.why-we__item {
	position: absolute;
	width: 225px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.why-we__item--center {
	top: 130px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.why-we__item--tl {
	top: 0;
	left: 0
}

.why-we__item--bl {
	top: 330px;
	left: 0
}

.why-we__item--tr {
	top: 0;
	right: 0
}

.why-we__item--br {
	right: 0;
	top: 330px
}

.why-we__item-title {
	color: #ffc607;
	font-size: 18px;
	text-shadow: 0 0 10px #ff7202;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
	z-index: 1
}

.why-we__item--center .why-we__item-title {
	margin-top: -40px
}

.why-we__item-desc {
	font-size: 13px;
	color: #a1a1a6;
	text-align: center;
	line-height: 1.3
}

.why-we__logo-wrapper {
	width: 275px;
	height: 275px;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 80px rgba(133, 65, 2, .4);
	box-shadow: 0 0 80px rgba(133, 65, 2, .4);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden
}

.why-we__logo-wrapper:after {
	content: "";
	position: absolute;
	top: 30px;
	left: 30px;
	right: 30px;
	bottom: 30px;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 150px rgba(255, 114, 2, .7), inset 0 0 40px rgba(255, 114, 2, .2);
	box-shadow: 0 0 150px rgba(255, 114, 2, .7), inset 0 0 40px rgba(255, 114, 2, .2)
}

.why-we__logo {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	border: 1px dashed #524324;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 20px rgba(255, 114, 2, .25);
	box-shadow: 0 0 20px rgba(255, 114, 2, .25);
	margin-bottom: 20px
}

.why-we__item--center .why-we__logo {
	-webkit-box-shadow: 0 0 150px rgba(255, 114, 2, .25);
	box-shadow: 0 0 150px rgba(255, 114, 2, .25);
	margin-bottom: 0
}

.why-we__logo:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px dotted #f7c008;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 20px rgba(255, 114, 2, .5), inset 0 0 30px rgba(255, 114, 2, .5);
	box-shadow: 0 0 20px rgba(255, 114, 2, .5), inset 0 0 30px rgba(255, 114, 2, .5)
}
/** MAIL **/
 #howToBuyPage{
    padding-left:0
}
#howToBuyPage #howToBuyPageContent{
    background-color:#fff;
    border-radius:0;
    padding:30px 30px 60px 30px;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.14)
}
#howToBuyPageContent .section-title{
    margin-bottom:0
}
#howToBuyPageContent .fake-section-title{
    margin-bottom:40px
}
#howToBuyPageContent .title-content-step{
    padding-top:24px;
    padding-bottom:30px
}
#howToBuyPageContent h2{
    text-transform:uppercase
}
#howToBuyPageContent .title-content-step h2{
    font-size:20px;
    text-transform:uppercase;
       line-height: normal;
    text-transform: uppercase;
    letter-spacing: .6px;
    color: #ffc607;
    text-shadow: 0 0 5px #ff7202;
    padding-left:20px
}
#howToBuyPageContent .imgStepPageContainer{
    margin-top:20px;
    margin-bottom:13px;
    overflow:hidden;
    border-radius:0;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.14)
}
#howToBuyPageContent .page-step-title{
    position:relative;
    padding-left:0
}
#howToBuyPageContent .page-step-title .page-step-title-divider{
    height:1px;
    width:100%;
    background-image:-webkit-linear-gradient(44deg,#b48524 0,#fec638 100%) !important;
    background-image:-o-linear-gradient(44deg,#b48524 0,#fec638 100%) !important;
   background-image: linear-gradient(134deg,#b48524 0,#fec638 100%) !important;
}
#howToBuyPageContent .finalStepTitle{
    padding-top:20px;
    padding-bottom:20px
}
#howToBuyPageContent .finalStepTitle h2{
    margin-bottom:0
}
#howToBuyPageContent .page-step-icon{
    position:relative;
    padding-right:0
}
#howToBuyPageContent .page-step-item{
    border:0;
    background-image:-webkit-linear-gradient(44deg,#a2761f 0,#fec638 100%) !important;
    background-image:-o-linear-gradient(44deg,#a2761f 0,#fec638 100%) !important;
   background-image: linear-gradient(134deg,#a2761f 0,#fec638 100%) !important;
    box-shadow:0 2px 4px 0 rgba(0,0,0,0.14) !important;
    color:#fff !important;
    width:100px;
    height:100px;
    text-align:center;
    line-height:1.428571429;
    border-radius:50%
}
#howToBuyPageContent .page-step-icon-1 img{
    width:69px
}
#howToBuyPageContent .page-step-icon-2 img{
    width:61px
}
#howToBuyPageContent .page-step-icon-3 img{
    width:59px
}
#howToBuyPageContent .page-step-icon-1{
    padding:1px 0;
    font-size:64px
}
#howToBuyPageContent .page-step-icon-2{
    padding:3px 0;
    font-size:60px
}
#howToBuyPageContent .page-step-icon-3{
    padding:5px 0;
    font-size:56px
}
@media(max-width:375px){
    #howToBuyPageContent .page-step-item{
        width:60px;
        height:60px
    }
    #howToBuyPageContent .page-step-icon-1 img{
        width:45px
    }
    #howToBuyPageContent .page-step-icon-2 img{
        width:40px
    }
    #howToBuyPageContent .page-step-icon-3 img{
        width:38px
    }
    #howToBuyPageContent .page-step-icon-1{
        padding:1px 0;
        font-size:40px
    }
    #howToBuyPageContent .page-step-icon-2{
        padding:3px 0;
        font-size:40px
    }
    #howToBuyPageContent .page-step-icon-3{
        padding:3px 0;
        font-size:35px
    }
}
@media(max-width:991px){
    #howToBuyPage{
        padding-left:15px
    }
}
 
/**END MAIL **/
/**CONTACTS **/
#contact .icon-img {
    overflow: hidden;
    display: block;
    width: 111px;
    height: 111px;
    line-height: 104px;
    text-align: center;

border: 1px solid #f4a702;
    -webkit-box-shadow: 0 0 13px rgba(255, 85, 0, .68), inset 0 0 27px rgba(255, 85, 0, .26);
    box-shadow: 0 0 13px rgba(255, 85, 0, .68), inset 0 0 27px rgba(255, 85, 0, .26);
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}
#contact .row {
    display: table;
    width: 100%;
}
#contact .col-md-3 {
    width: 25%;
    transition: all 0.3s ease;
    font-size: 1.2rem; /* относительно корневого элемента */
}

/* Анимация только для компьютеров */
@media (min-width: 1025px) {
    #contact .col-md-3 {
        transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    }
    
    #contact .col-md-3:hover {
        transform: scale(1.03);
    }
}

/* Отключаем анимации на мобильных устройствах */
@media (max-width: 1024px) {
    #contact .col-md-3:hover {
        transform: none;
    }
}
#contact div[class^=col-md] {
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
#contact div[class^=col-md] {
    text-align: center;
    padding: 31px 0;
}
#contact .icon-img {
    margin: 0 auto 26px auto;
}
#contact .icon-img img {
    max-width: 100px;
    max-height: 100px;
    vertical-align: middle;
}
/**END CONT **/
.refill__tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: #23232c
}

.refill__tab {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 50%;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 25px 0
}

.refill__tab--g2a {
	border-left: 1px solid #2b2b33
}

.refill__tab:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #ffa200;
	opacity: 0;
	-webkit-transition: opacity .3s ease, -webkit-box-shadow .2s ease;
	transition: opacity .3s ease, -webkit-box-shadow .2s ease;
	transition: opacity .3s ease, box-shadow .2s ease;
	transition: opacity .3s ease, box-shadow .2s ease, -webkit-box-shadow .2s ease
}

.refill__tab--active:after,
.refill__tab:hover:after {
	opacity: 1;
	-webkit-box-shadow: 0 1px 16px 0 rgba(255, 186, 0, .34);
	box-shadow: 0 1px 16px 0 rgba(255, 186, 0, .34)
}

.refill__content {
	padding: 40px 30px;
	overflow-y: auto;
    max-height: 700px;
}

.refill__desc {
	color: #89898f;
	text-align: center
}

.refill__desc,
.refill__promocode-wrapper {
	margin-bottom: 20px
}

.refill__promocode-input {
	color: #89898f;
	background-color: #23232c;
	width: 100%;
	border-radius: 2px;
	padding: 15px 20px;
	text-align: center;
	font-size: 14px
}

.refill__bonus {
	position: relative;
	color: #89898f;
	border-top: 2px solid #40404b;
	padding-bottom: 21px
}

.refill__bonus-text {
	position: absolute;
	bottom: 15px;
	color: #47dc63;
	font-size: 14px;
	text-align: center;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	padding: 0 15px;
	background-color: #2b2b33;
	white-space: nowrap
}

.refill__form-wrapper {
	display: block;
	margin-bottom: 30px;
	text-align: center
}

.refill__btn-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.refill__btn {
	background-color: #3ca24f;
	color: #fff;
	text-shadow: 0 1px 0 #288d3b;
	-webkit-transition: background-color .3s ease, opacity .3s ease;
	transition: background-color .3s ease, opacity .3s ease;
	font-size: 10px;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 2px
}
.refill__btn:hover{
	color: #fff;
}

.refill__btn--amount {
	padding-top: 0;
	padding-bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 55px;
	font-size: 20px
}

.refill__btn--disabled {
	opacity: .7
}

.refill__btn--loading {
	opacity: .6;
	cursor: wait
}

.refill__btn:hover {
	background-color: #54bd68
}

.refill__form-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.refill__amount-wrapper {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 15px
}

.refill__amount-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #23232c;
	width: 100%;
	border-radius: 2px;
	padding: 0 20px;
	height: 55px
}

.refill__amount-input,
.refill__footer-text {
	color: #89898f;
	text-align: center;
	font-size: 14px;
	    padding-top: 20px;
}

.refill__payments {
	background-color: #272730
}

.refill__payments-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.refill__payments-item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
	padding: 15px 10px
}

.refill__payments-image {
	height: 35px
}

.refill__g2a-select {
	margin-bottom: 10px
}

.refill__country,
.refill__g2a-select {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.refill__country {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.refill__country-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #8c8c96;
	font-size: 15px;
	padding-right: 10px
}

.refill__current-country {
	background-color: #23232c
}

.refill__country-arrow {
	position: absolute;
	right: 14px;
	top: 18px
}

.refill__country-arrow path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.refill__current-country:hover .refill__country-arrow path {
	fill: #ffc607
}

.refill__countries-list {
	position: absolute;
	top: 100%;
	right: 0;
	z-index: 1
}

.refill__countries-item {
	background-color: #23232c;
	-webkit-transition: color .3s ease;
	transition: color .3s ease
}

.refill__countries-item:hover {
	color: #ffc607
}

.refill__countries-item:nth-child(odd) {
	background-color: #282830
}

.refill__countries-item,
.refill__current-country {
	position: relative;
	font-size: 14px;
	color: #fff;
	padding: 12px 0 12px 50px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 110px;
	text-transform: uppercase
}

.refill__countries-item:before,
.refill__current-country:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 16px;
	background-size: 100% 100%;
	width: 20px;
	height: 15px
}

.refill__countries-item--ru:before,
.refill__current-country--ru:before {
	background-image: url(../img/lang/ru.svg)
}

.refill__countries-item--en:before,
.refill__current-country--en:before {
	background-image: url(../img/lang/en.svg)
}

.refill__countries-item--pt:before,
.refill__current-country--pt:before {
	background-image: url(../img/lang/pt.svg)
}

.refill__countries-item--pl:before,
.refill__current-country--pl:before {
	background-image: url(../img/lang/pl.svg)
}

.refill__g2a-payments-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 15px;
	text-transform: uppercase
}

.refill__g2a-payments {
	margin-bottom: 20px
}

.refill__g2a-payments-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -5px;
	padding-bottom: 10px
}

.refill__g2a-payments-item {
	width: 25%;
	padding: 5px
}

.refill__g2a-payment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 5px;
	border: 2px solid #343434;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease
}

.refill__g2a-payment--active {
	border-color: #4c4c4c
}

.refill__g2a-payments-image {
	width: 100px;
	height: 60px
}

.fortune__wheel {
	height: 923px;
	position: relative;
	overflow: hidden
}

.fortune__wheel:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 420px;
	z-index: 1;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #25252d), to(transparent));
	background: -webkit-linear-gradient(bottom, #25252d 15%, transparent);
	background: -o-linear-gradient(bottom, #25252d 15%, transparent);
	background: linear-gradient(0deg, #25252d 15%, transparent)
}

.fortune__arc {
	background: url(../img/fortune/wheel.png) top no-repeat;
	height: 923px;
	width: 100%;
	position: absolute;
	top: 0
}

.fortune__circle-wrapper {
	height: 970px;
	width: 970px;
	position: relative;
	margin: 153px auto 0
}

.fortune__circle-wrapper:before {
	content: "";
	position: absolute;
	left: 50%;
	top: -17px;
	width: 69px;
	height: 191px;
	background: url(../img/fortune/cursor.png) no-repeat;
	margin-left: -34.5px;
	z-index: 1
}

.fortune__smoke {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-animation: turn 45s linear infinite;
	animation: turn 45s linear infinite
}

.fortune__smoke:after,
.fortune__smoke:before {
	content: "";
	position: absolute;
	width: 680.4px;
	height: 680.4px;
	opacity: .12;
	background: url(../img/fortune/smoke-blur.png);
	background-size: 100%
}

.fortune__smoke:before {
	right: -140.4px;
	top: -140.4px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fortune__smoke:after {
	left: -140.4px;
	bottom: -140.4px
}

.fortune__circle {
	position: absolute;
	width: 100%;
	height: 100%;
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fortune__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 241px;
	height: 152px;
	margin-left: -120.5px;
	margin-top: -76px
}

.fortune__item:first-of-type {
	-webkit-transform: rotate(0deg) translateY(-408px);
	transform: rotate(0deg) translateY(-408px)
}

.fortune__item:nth-of-type(2) {
	-webkit-transform: rotate(30deg) translateY(-408px);
	transform: rotate(30deg) translateY(-408px)
}

.fortune__item:nth-of-type(3) {
	-webkit-transform: rotate(60deg) translateY(-408px);
	transform: rotate(60deg) translateY(-408px)
}

.fortune__item:nth-of-type(4) {
	-webkit-transform: rotate(90deg) translateY(-408px);
	transform: rotate(90deg) translateY(-408px)
}

.fortune__item:nth-of-type(5) {
	-webkit-transform: rotate(120deg) translateY(-408px);
	transform: rotate(120deg) translateY(-408px)
}

.fortune__item:nth-of-type(6) {
	-webkit-transform: rotate(150deg) translateY(-408px);
	transform: rotate(150deg) translateY(-408px)
}

.fortune__item:nth-of-type(7) {
	-webkit-transform: rotate(180deg) translateY(-408px);
	transform: rotate(180deg) translateY(-408px)
}

.fortune__item:nth-of-type(8) {
	-webkit-transform: rotate(210deg) translateY(-408px);
	transform: rotate(210deg) translateY(-408px)
}

.fortune__item:nth-of-type(9) {
	-webkit-transform: rotate(240deg) translateY(-408px);
	transform: rotate(240deg) translateY(-408px)
}

.fortune__item:nth-of-type(10) {
	-webkit-transform: rotate(270deg) translateY(-408px);
	transform: rotate(270deg) translateY(-408px)
}

.fortune__item:nth-of-type(11) {
	-webkit-transform: rotate(300deg) translateY(-408px);
	transform: rotate(300deg) translateY(-408px)
}

.fortune__item:nth-of-type(12) {
	-webkit-transform: rotate(330deg) translateY(-408px);
	transform: rotate(330deg) translateY(-408px)
}

.fortune__item:nth-child(odd) {
	background: url(../img/fortune/item.png) no-repeat
}

.fortune__item--random-ceil {
	background: url(../img/fortune/random-prize-ceil.png) no-repeat!important;
	width: 239px;
	height: 153px;
	margin-top: -73px
}

.fortune__item-image {
	width: 190px;
	height: 190px;
	margin-top: -9px
}

.fortune__content {
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 360px;
	z-index: 2
}

.fortune__title {
	color: #fff;
	font-size: 33px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px;
	text-align: center
}

.fortune__subtitle {
	color: #9696a1;
	font-size: 15px;
	margin-bottom: 25px;
	text-align: center
}

.fortune__btn-wrapper {
	padding-top: 15px
}

.fortune__btn {
	display: block;
	position: relative;
	width: 310px;
	font-weight: 700;
	background-color: rgba(174, 143, 35, .07);
	border-radius: 8px;
	color: #ffc807;
	border: 1px dashed #ae8f23;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	padding: 17px 0;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center
}

.fortune__btn:hover {
	color: #ffc807;
	background-color: rgba(251, 204, 42, .17)
}

.fortune__loader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px
}

.fortune__loader,
.fortune__opening {
	border-radius: 8px;
	border: 1px dashed #43434a
}

.fortune__opening {
	padding: 14px 35px;
	text-transform: uppercase;
	font-weight: 700;
	color: #c6c6d1;
	font-size: 15px
}

.fortune__footer {
	background-color: #25252d;
	padding-bottom: 40px
}

.wheel-prize {
	position: relative;
	text-align: center;
	padding: 50px 0
}

.wheel-prize:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 420px;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #25252d), to(transparent));
	background: -webkit-linear-gradient(bottom, #25252d 15%, transparent);
	background: -o-linear-gradient(bottom, #25252d 15%, transparent);
	background: linear-gradient(0deg, #25252d 15%, transparent)
}

.wheel-prize__content {
	position: relative;
	z-index: 1
}

.wheel-prize__title {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 35px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px
}

.wheel-prize__subtitle {
	color: #9696a1;
	font-size: 15px;
	margin-bottom: 20px
}

.wheel-prize__image {
	height: 320px;
	width: 320px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: scale-in 1.5s ease;
	animation: scale-in 1.5s ease
}

.wheel-prize__item-wrapper {
	background-color: rgba(24, 24, 30, .5);
	width: 400px;
	padding: 30px;
	margin: 0 auto;
	border-radius: 15px
}

.wheel-prize__prize-name {
	font-size: 15px;
	color: #fff
}

.wheel-prize__super-prize {
	margin-top: 15px;
	text-align: center;
	font-weight: 700;
	background-color: rgba(174, 143, 35, .07);
	border-radius: 8px;
	color: #ffc807;
	border: 1px dashed #ae8f23;
	padding: 17px 0;
	text-transform: uppercase;
	font-size: 20px
}

.wheel-timer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 28px;
	font-weight: 700
}

.wheel-timer__separator {
	color: #4c4c58;
	text-align: center;
	padding: 12px 10px
}

.wheel-timer__days,
.wheel-timer__num {
	background-color: #2e2e37;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, .06);
	box-shadow: 0 10px 16px rgba(0, 0, 0, .06);
	color: #06ff67;
	text-shadow: 0 0 14px #0cbe52;
	text-align: center
}

.wheel-timer__days {
	padding: 12px 15px;
	margin-right: 23px
}

.wheel-timer__num {
	width: 50px;
	padding: 12px 0
}

.wheel-timer__num+.wheel-timer__num {
	margin-left: 5px
}

.wheel-bonus {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9999;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	border: 1px dashed #7d5824;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 60px rgba(255, 114, 2, .35);
	box-shadow: 0 0 60px rgba(255, 114, 2, .35);
	background-color: #25252d;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: -webkit-box-shadow .3s ease;
	transition: -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease;
	transition: box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.wheel-bonus:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px dashed #f7c008;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 45px rgba(255, 114, 2, .65), inset 0 0 50px rgba(255, 114, 2, .65);
	box-shadow: 0 0 45px rgba(255, 114, 2, .65), inset 0 0 50px rgba(255, 114, 2, .65)
}

.wheel-bonus:hover {
	-webkit-box-shadow: 0 0 65px rgba(255, 114, 2, .55);
	box-shadow: 0 0 65px rgba(255, 114, 2, .55)
}

.wheel-code__title {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	padding: 15px 0
}

.wheel-code__btn {
	display: block;
	position: relative;
	color: #25252d;
	background-color: #fbcc2a;
	border-radius: 5px;
	height: 47px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	padding: 0 50px 0 18px;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.wheel-code__btn:after {
	content: "";
	position: absolute;
	top: 16px;
	right: 20px;
	width: 8px;
	height: 15px;
	background: url(../img/fortune/arrow-right.svg) no-repeat
}

.wheel-code__btn--form {
	font-size: 0;
	padding: 0;
	width: 50px
}

.wheel-code__btn--form:after {
	width: 16px;
	height: 11px;
	top: 19px;
	right: 17px;
	background-image: url(../img/fortune/check.svg)
}

.wheel-code__btn:hover {
	background-color: #ffe243
}

.wheel-code__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.wheel-code__input {
	font-size: 16px;
	color: #fbcc2a;
	border-bottom: 1px solid #3d3d44;
	padding: 10px 5px;
	width: 210px
}

.wheel-code__form-btn-wrapper {
	padding-left: 18px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.wheel-contract-items {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: 1px dashed #e7b405;
	border-radius: 5px;
	padding: 10px;
	background-color: rgba(231, 180, 5, .03)
}

.wheel-contract-items__item {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.wheel-contract-items__item+.wheel-contract-items__item {
	border-left: 1px dashed #e7b405
}

.wheel-contract-items__image {
	width: 120px;
	height: 90px
}

.fortune-super {
	width: 600px;
	margin: 0 auto
}

.fortune-super__header {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px
}

.fortune-super__header,
.fortune-super__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.fortune-super__list {
	background-color: #2a2a31;
	border-radius: 10px
}

.fortune-super__header-right {
	color: #ffc600;
	font-size: 25px
}

.fortune-super__item {
	width: 16.6666%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.fortune-super__item+.fortune-super__item {
	border-left: 1px solid #33333b
}

.fortune-super__item-image {
	width: 100px;
	height: 100px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	opacity: .5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s ease, -webkit-filter .3s ease;
	transition: opacity .3s ease, -webkit-filter .3s ease;
	transition: opacity .3s ease, filter .3s ease;
	transition: opacity .3s ease, filter .3s ease, -webkit-filter .3s ease
}

.fortune-super__item--active .fortune-super__item-image {
	-webkit-filter: none;
	filter: none;
	opacity: 1
}

.fortune-super__title {
	font-size: 24px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 3px
}

.fortune-super__subtitle {
	color: #5f5f67;
	font-size: 14px
}

.fortune-prizes {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 1980px;
	margin: 50px auto 0
}

@media (max-width:2200px) {
	.fortune-prizes {
		max-width: 1420px
	}
}

@media (max-width:1450px) {
	.fortune-prizes {
		max-width: 1100px
	}
}

.fortune-prizes__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.fortune-prizes__item {
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 13px;
	margin-bottom: 20px
}

@media (max-width:2200px) {
	.fortune-prizes__item {
		width: 33.3333%
	}
}

@media (max-width:1450px) {
	.fortune-prizes__item {
		width: 50%
	}
}

.fortune-prizes__item-inner {
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #19191f), to(#202027));
	background-image: -webkit-linear-gradient(top left, #19191f 50%, #202027);
	background-image: -o-linear-gradient(top left, #19191f 50%, #202027);
	background-image: linear-gradient(to bottom right, #19191f 50%, #202027)
}

.fortune-prizes__image-wrapper,
.fortune-prizes__item-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.fortune-prizes__image-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 190px;
	height: 155px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.fortune-prizes__image {
	height: 130px;
	width: 130px
}

.fortune-prizes__item-title {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	padding-right: 35px;
	padding-left: 5px;
	font-size: 16px;
	line-height: 1.3;
	color: #fff
}

.fortune-tasks {
	background-color: #25252d;
	padding-bottom: 50px
}

.fortune-tasks__inner {
	width: 450px;
	margin: 0 auto
}

.fortune-tasks__title {
	border-radius: 8px;
	border: 1px dashed #43434a;
	padding: 14px 35px;
	text-transform: uppercase;
	font-weight: 700;
	color: #c6c6d1;
	font-size: 15px;
	text-align: center;
	margin-bottom: 20px
}

.fortune-tasks__item {
	position: relative;
	padding-left: 25px;
	font-size: 15px;
	color: #fcbe21
}

.fortune-tasks__item+.fortune-tasks__item {
	margin-top: 20px
}

.fortune-tasks__item:before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 14px;
	height: 14px;
	border-radius: 7px;
	border: 2px solid #f6ba21
}

.fortune-tasks__item--active {
	color: #3f3f47
}

.fortune-tasks__item--active:before {
	border-color: #399e61
}

.fortune-tasks__item--active:after {
	content: "";
	position: absolute;
	top: 0;
	left: 1px;
	width: 15px;
	height: 13px;
	background: url(../img/fortune/job-check.svg) no-repeat
}

.fortune-tasks__item-span {
	color: #ff6c00
}

.fortune-random {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	padding-top: 40px
}

.fortune-random__title {
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 40px
}

.fortune-random__prizes {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.fortune-random__prize,
.fortune-random__prizes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.fortune-random__prize {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 0 20px;
	cursor: help
}

.fortune-random__prize-image {
	width: 130px;
	height: 130px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.fortune-random__prize-image--weapon {
	width: 120px;
	height: 90px
}

.fortune-random__prize:hover .fortune-random__prize-image {
	-webkit-transform: translateY(10px);
	transform: translateY(10px)
}

.fortune-random__prize-tooltip {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	transition: visibility .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	transition: visibility .3s ease, opacity .3s ease, transform .3s ease;
	transition: visibility .3s ease, opacity .3s ease, transform .3s ease, -webkit-transform .3s ease;
	bottom: calc(100% - 10px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: rgba(16, 16, 19, .98);
	-webkit-box-shadow: 0 14px 19px 0 rgba(16, 16, 19, .43);
	box-shadow: 0 14px 19px 0 rgba(16, 16, 19, .43);
	width: 165px;
	border-radius: 2px;
	padding: 13px 17px;
	font-size: 11px
}

.fortune-random__prize-tooltip:before {
	content: "";
	position: absolute;
	bottom: -8px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 8px solid rgba(16, 16, 19, .98);
	left: 50%;
	margin-left: -8px
}

.fortune-random__prize:hover .fortune-random__prize-tooltip {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, 5px);
	transform: translate(-50%, 5px)
}

.fortune-random__logo-wrapper {
	text-align: center
}

.fortune-random__logo {
	width: 380px;
	height: 380px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-animation: case-pulse 2s linear infinite;
	animation: case-pulse 2s linear infinite
}

.fortune-random__ceil-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-perspective: 1000px;
	perspective: 1000px
}

.fortune-random__ceil-item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 20px
}

.fortune-random-ceil {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
	will-change: transform;
	width: 260px;
	height: 200px;
	border-radius: 2px;
	-webkit-box-shadow: 0 38px 54px 0 rgba(16, 16, 19, .72);
	box-shadow: 0 38px 54px 0 rgba(16, 16, 19, .72)
}

.fortune-random-ceil--opened {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.fortune-random-ceil--available {
	cursor: pointer
}

.fortune-random-ceil--available:hover {
	-webkit-transform: rotateY(15deg);
	transform: rotateY(15deg)
}

.fortune-random-ceil__backside,
.fortune-random-ceil__frontside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px
}

.fortune-random-ceil__frontside {
	background: #101013;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #101013;
	-webkit-transition: border-color .3s ease, -webkit-box-shadow .3s ease;
	transition: border-color .3s ease, -webkit-box-shadow .3s ease;
	transition: border-color .3s ease, box-shadow .3s ease;
	transition: border-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.fortune-random-ceil--available .fortune-random-ceil__frontside:hover {
	border-color: #d62b13;
	-webkit-box-shadow: inset 0 0 21px rgba(255, 62, 0, .21);
	box-shadow: inset 0 0 21px rgba(255, 62, 0, .21)
}

.fortune-random-ceil__frontside-image {
	opacity: .5;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity .3s ease, -webkit-filter .3s ease;
	transition: opacity .3s ease, -webkit-filter .3s ease;
	transition: opacity .3s ease, filter .3s ease;
	transition: opacity .3s ease, filter .3s ease, -webkit-filter .3s ease
}

.fortune-random-ceil--available:hover .fortune-random-ceil__frontside-image {
	opacity: 1;
	-webkit-filter: none;
	filter: none
}

.fortune-random-ceil__backside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #101013;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.fortune-random-ceil__prize-image {
	width: 180px;
	height: 180px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fortune-random-ceil--active .fortune-random-ceil__prize-image {
	-webkit-filter: none;
	filter: none
}

.fortune-random-ceil__prize-image--weapon {
	width: 170px;
	height: 127px
}

.item-bonus-badge {
	position: absolute;
	top: 5px;
	left: 5px;
	background-color: #3ca24f;
	border-radius: 2px;
	font-size: 12px;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #288d3b;
	color: #fff;
	-webkit-box-shadow: 3px 0 13px rgba(21, 124, 42, .38);
	box-shadow: 3px 0 13px rgba(21, 124, 42, .38);
	padding: 5px 10px;
	z-index: 2
}

.bonuses {
	margin-bottom: 50px
}

.bonuses__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px
}

.bonuses__item {
	width: 25%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px
}

@media (max-width:1500px) {
	.bonuses__item {
		width: 50%
	}
	.bonuses__item:nth-child(1n+3) {
		margin-top: 25px
	}
}

.bonuses__item-content {
	background: rgba(45, 45, 55, .85) url(../img/textures/topcase.png) no-repeat 0 0;
	-webkit-box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	border-radius: 3px;
	padding: 35px 25px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	position: relative
}

.bonuses__item-content:after {
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 0 120px #ff7a22;
	box-shadow: 0 0 120px #ff7a22;
	width: 100%;
	top: 100%;
	height: 88px;
	border-radius: 100%;
	left: 0
}

.bonuses__image-wrapper {
	width: 140px;
	height: 140px;
	border-radius: 100%;
	border: 1px dashed #7d5824;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 60px rgba(255, 114, 2, .35);
	box-shadow: 0 0 60px rgba(255, 114, 2, .35);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.bonuses__image-wrapper:before {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	border: 2px dashed #f7c008;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 45px rgba(255, 114, 2, .65), inset 0 0 50px rgba(255, 114, 2, .65);
	box-shadow: 0 0 45px rgba(255, 114, 2, .65), inset 0 0 50px rgba(255, 114, 2, .65)
}

.bonuses__image-wrapper:after {
	content: "";
	position: absolute;
	top: 25px;
	left: 25px;
	right: 25px;
	bottom: 25px;
	background-color: #744327;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 15px rgba(255, 114, 2, .35);
	box-shadow: 0 0 15px rgba(255, 114, 2, .35)
}

.bonuses__image {
	z-index: 1
}

.bonuses__title {
	text-transform: uppercase;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 20px;
	margin-bottom: 20px
}

.bonuses__desc {
	color: #a1a1a6;
	font-size: 15px;
	margin-bottom: 25px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.bonuses__btn-wrapper {
	text-align: center
}

.bonuses__btn {
	display: inline-block;
	border: 2px solid #efa406;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-shadow: 0 0 5px #ff7202;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	padding: 13px 35px
}

.bonuses__btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.partner__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.partner__header-item {
	width: 55%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.partner__header-item+.partner__header-item {
	width: 45%;
	padding-left: 20px
}

@media (max-width:1300px) {
	.partner__header-item {
		width: 100%
	}
	.partner__header-item+.partner__header-item {
		padding-left: 0;
		width: 100%
	}
}

.partner__main {
	margin: 0 auto;
	width: 580px
}

.partner__main-inner {
	background-color: rgba(38, 38, 45, .85);
	position: relative;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	box-shadow: 0 5px 3px rgba(32, 32, 37, .4)
}

.partner__main-inner:before {
	content: "";
	position: absolute;
	top: 0;
	width: 190px;
	bottom: 0;
	left: 0;
	background: url(../img/textures/topcase.png) no-repeat;
	border-top-left-radius: 5px
}

.partner__main-title {
	font-size: 20px;
	color: #ffc607;
	text-shadow: 0 0 15px #ff7202;
	text-align: center;
	position: relative;
	font-weight: 700;
	text-transform: uppercase;
	padding: 25px 0
}

.partner__main-row {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.partner__main-row--top {
	background-color: rgba(44, 44, 54, .6)
}

.partner__main-row--top:before {
	content: "";
	position: absolute;
	-webkit-box-shadow: 0 0 110px #ff6516;
	box-shadow: 0 0 110px #ff6516;
	height: 88px;
	border-radius: 100%;
	bottom: -120px;
	left: 0;
	right: 0
}

.partner__stat-block {
	z-index: 1;
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	padding-bottom: 15px
}

.partner__stat-head {
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 15px;
	color: #d6d5d6
}

.partner__main-row--top .partner__stat-head {
	color: #fff;
	text-transform: uppercase;
	font-size: 14px
}

.partner__stat-val {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 23px
}

.partner__stat-badge {
	background-color: #e39c07;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	font-size: 18px;
	color: #312603;
	padding: 7px 20px;
	-webkit-box-shadow: 0 0 20px #c56419;
	box-shadow: 0 0 20px #c56419;
	font-weight: 700;
	display: inline-block
}

.partner__stat-badge--withdraw {
	background-color: #da5817;
	color: #fff;
	-webkit-box-shadow: 0 0 21px #b34f1d;
	box-shadow: 0 0 21px #b34f1d
}

.partner__buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0 10px
}

.partner__btn-wrapper {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 20px 15px 0
}

.partner__btn {
	border: 2px solid #efa406;
	border-radius: 3px;
	height: 100%;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 15px 15px 15px 55px
}

.partner__btn:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 36px;
	width: 15px;
	height: 20px;
	background: url(../img/partner/name.svg)
}

.partner__btn--withdraw:before {
	background: url(../img/partner/withdraw.svg)
}

.partner__btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.partner__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-top: 50px
}

.partner__footer-inner {
	width: 33.3333%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px
}

.partner__footer-item {
	background: rgba(45, 45, 55, .85) url(../img/textures/topcase.png) no-repeat 0 0;
	-webkit-box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	border-radius: 3px;
	padding: 35px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: hidden
}

.partner__footer-img-wrapper,
.partner__footer-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative
}

.partner__footer-img-wrapper {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 1px dashed #7d5824;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 25px rgba(255, 114, 2, .35);
	box-shadow: 0 0 25px rgba(255, 114, 2, .35);
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto
}

.partner__footer-img-wrapper:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border: 2px dotted #f7c008;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 15px rgba(255, 114, 2, .4), inset 0 0 30px rgba(255, 114, 2, .4);
	box-shadow: 0 0 15px rgba(255, 114, 2, .4), inset 0 0 30px rgba(255, 114, 2, .4)
}

.partner__footer-title {
	text-transform: uppercase;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 16px;
	margin-bottom: 20px
}

.partner__footer-content {
	color: #a1a1a6;
	font-size: 15px;
	line-height: 1.5
}

.partner-form {
	width: 800px;
	margin-left: auto;
	margin-right: auto
}

.partner-form__inner {
	background-color: rgba(45, 45, 55, .85);
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	padding: 30px 0
}

.partner-form__title {
	text-transform: uppercase;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 16px;
	margin-bottom: 10px;
	text-align: center
}

.partner-form__subtitle {
	color: #9696a1;
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 20px
}

.partner-form__row {
	padding: 25px 30px;
	border-top: 1px solid #353542
}

.partner-form__label {
	color: #a1a1a6;
	margin-bottom: 15px;
	display: block;
	font-size: 16px
}

.partner-form__input,
.partner-form__textarea {
	background-color: #3e3e48;
	padding: 15px 20px;
	border-radius: 3px;
	font-size: 16px;
	width: 100%
}

.partner-form__textarea {
	height: 100px;
	outline: none;
	resize: none
}

.partner-form__btn-wrapper {
	text-align: center
}

.partner-form__btn {
	border: 2px solid #efa406;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	padding: 15px;
	display: inline-block
}

.partner-form__btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.partner-banner {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 20px 30px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	box-shadow: 0 5px 3px rgba(32, 32, 37, .4);
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: rgba(38, 38, 45, .85) url(../img/banner/bg.png) no-repeat
}

.partner-banner:before {
	content: "";
	position: absolute;
	bottom: -17px;
	left: 195px;
	background: url(../img/partner/money.png) no-repeat;
	width: 65px;
	height: 44px
}

.partner-banner__title {
	font-size: 20px;
	color: #ffc607;
	text-shadow: 0 0 5px #ca7431;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	z-index: 1
}

.partner-banner__link,
.partner-banner__title {
	text-transform: uppercase;
	font-weight: 700;
	position: relative
}

.partner-banner__link {
	background-color: #ffc607;
	border-radius: 100px;
	color: #25252d;
	font-size: 16px;
	display: inline-block;
	-webkit-box-shadow: rgba(199, 107, 60, .7) 0 0 19px;
	box-shadow: 0 0 19px rgba(199, 107, 60, .7);
	padding: 15px 70px 15px 36px;
	-webkit-transition: background-color .3s ease, -webkit-box-shadow .3s ease;
	transition: background-color .3s ease, -webkit-box-shadow .3s ease;
	transition: box-shadow .3s ease, background-color .3s ease;
	transition: box-shadow .3s ease, background-color .3s ease, -webkit-box-shadow .3s ease
}

.partner-banner__link:before {
	content: "";
	position: absolute;
	top: 13px;
	right: 20px;
	width: 40px;
	height: 24px;
	background: url(../img/partner/banner-btn-icon.svg)
}

.partner-banner__link:hover {
	color: #25252d;
	-webkit-box-shadow: rgba(199, 107, 60, .7) 0 0 10px;
	box-shadow: 0 0 10px rgba(199, 107, 60, .7);
	background-color: #ffd442
}

.everyday {
	padding: 18px
}

.everyday__warning {
	-webkit-box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	padding: 13px 26px;
	background: -webkit-gradient(linear, left top, right top, from(#482836), to(#2d2d36));
	background: -webkit-linear-gradient(left, #482836, #2d2d36);
	background: -o-linear-gradient(left, #482836, #2d2d36);
	background: linear-gradient(90deg, #482836, #2d2d36);
	color: #fbd9e1;
	text-shadow: 0 0 13px rgba(229, 0, 55, .43);
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px
}

.everyday__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin: 0 -10px
}

.everyday__header-block {
	width: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 0 10px;
	margin-bottom: 15px
}

.everyday__block {
	border-radius: 2px;
	background: #2d2d36 url(../img/textures/topcase.right.png) no-repeat 100% 0;
	-webkit-box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	position: relative;
	overflow: hidden;
	padding: 23px 26px 20px;
	min-height: 100%
}

.everyday__block:before {
	content: "";
	position: absolute;
	bottom: 100%;
	-webkit-box-shadow: 0 0 150px #ff6516;
	box-shadow: 0 0 150px #ff6516;
	width: 150px;
	height: 88px;
	border-radius: 100%;
	right: -61px
}

.everyday__block-content {
	z-index: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%
}

.everyday__block-content,
.everyday__current-level {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.everyday__current-level {
	width: 80px;
	height: 80px;
	border-radius: 100%;
	border: 1px dashed #7d5824;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-shadow: 0 0 60px rgba(255, 114, 2, .35);
	box-shadow: 0 0 60px rgba(255, 114, 2, .35);
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 28px;
	font-weight: 700;
	color: #ffc607;
	text-shadow: 0 0 10px rgba(255, 114, 2, .65)
}

.everyday__current-level:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 8px;
	right: 8px;
	bottom: 8px;
	border: 4px solid #f7c008;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 45px rgba(255, 114, 2, .65), inset 0 0 50px rgba(255, 114, 2, .65);
	box-shadow: 0 0 45px rgba(255, 114, 2, .65), inset 0 0 50px rgba(255, 114, 2, .65)
}

.everyday__level {
	position: relative;
	z-index: 1
}

.everyday__xp-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	margin-bottom: 10px
}

.everyday__xp-progress-bar {
	height: 11px;
	background-color: #25252d;
	border-radius: 100px;
	overflow: hidden;
	margin-bottom: 20px
}

.everyday__xp-progress {
	height: 11px;
	background: -webkit-gradient(linear, left top, right top, from(#ffb807), to(#ff6619));
	background: -webkit-linear-gradient(left, #ffb807, #ff6619);
	background: -o-linear-gradient(left, #ffb807, #ff6619);
	background: linear-gradient(90deg, #ffb807, #ff6619);
	width: 0;
	border-radius: 100px
}

.everyday__block-desc {
	color: #8c8c95;
	font-size: 14px;
	text-align: center
}

.everyday__yellow {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202
}

.everyday__bonus-title,
.everyday__orange {
	color: #ff6619;
	text-shadow: 0 0 5px rgba(255, 102, 25, .65)
}

.everyday__bonus-title {
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px
}

.everyday__bonus-val {
	background-color: #e39c07;
	margin-left: auto;
	margin-right: auto;
	border-radius: 3px;
	font-size: 24px;
	color: #312603;
	padding: 10px 20px;
	font-weight: 700;
	margin-bottom: 15px;
	display: inline-block
}

.everyday__btn-wrapper {
	margin-bottom: 15px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.everyday__btn {
	display: inline-block;
	border: 2px solid #efa406;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-shadow: 0 0 5px #ff7202;
	font-size: 18px;
	position: relative;
	overflow: hidden;
	padding: 13px 35px;
	width: 100%
}

.everyday__btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.everyday__spinner-wrapper {
	padding-top: 12px;
	overflow: hidden
}

.everyday__double {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-radius: 2px;
	background: #2d2d36;
	-webkit-box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	padding: 5px 26px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #ffc9d5;
	text-shadow: 0 0 13px rgba(229, 0, 55, .43);
	position: relative;
	overflow: hidden;
	margin-bottom: 15px
}

.everyday__double:after {
	content: "";
	position: absolute;
	top: -16px;
	left: -30px;
	width: 134px;
	height: 112px;
	background: url(../img/bonuses/x2.svg) no-repeat
}

.everyday__double:before {
	content: "";
	position: absolute;
	top: -60px;
	-webkit-box-shadow: 100px 0 246px #a61738;
	box-shadow: 100px 0 246px #a61738;
	width: 150px;
	height: 88px;
	border-radius: 100%;
	left: -150px
}

.everyday__double-val {
	font-size: 42px;
	font-weight: 700;
	padding-right: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	position: relative;
	z-index: 1
}

.everyday__double-desc {
	font-size: 15px;
	text-transform: uppercase;
	position: relative;
	z-index: 1
}

.everyday__fivefold {
	-webkit-box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 46px rgba(0, 0, 0, .2)
}

.everyday__fivefold,
.everyday__fivefold-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.everyday__fivefold-left {
	text-align: center;
	text-shadow: 0 0 5px #ff7202;
	width: 150px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: -webkit-radial-gradient(circle closest-corner at center, #7d5518, #282433);
	background: -o-radial-gradient(circle closest-corner at center, #7d5518, #282433);
	background: radial-gradient(circle closest-corner at center, #7d5518, #282433);
	overflow: hidden;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.everyday__fivefold-right {
	background-color: #2c2c35;
	padding: 20px 13px
}

.everyday__fivefold-val {
	font-size: 50px;
	color: #ffc607;
	font-weight: 700;
	text-shadow: 0 0 90px #f50
}

.everyday__fivefold-desc {
	color: #ffe6c9;
	text-transform: uppercase
}

.everyday__fivefold-content {
	text-align: center;
	font-size: 13px;
	color: #d3cdc4;
	text-transform: uppercase;
	margin-bottom: 10px
}

.everyday__scale-desc {
	color: #ff6619;
	text-shadow: 0 0 5px rgba(255, 102, 25, .65);
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px
}

.everyday__scale-content {
	border: 3px solid #35353e;
	border-radius: 5px;
	position: relative;
	overflow: hidden
}

.everyday__scale-size {
	width: 0;
	height: 100%;
	background: -webkit-gradient(linear, left top, right top, from(#ffb807), to(#ff6619));
	background: -webkit-linear-gradient(left, #ffb807, #ff6619);
	background: -o-linear-gradient(left, #ffb807, #ff6619);
	background: linear-gradient(90deg, #ffb807, #ff6619);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.everyday__scale-size--1 {
	width: 10%
}

.everyday__scale-size--2 {
	width: 20%
}

.everyday__scale-size--3 {
	width: 30%
}

.everyday__scale-size--4 {
	width: 40%
}

.everyday__scale-size--5 {
	width: 50%
}

.everyday__scale-size--6 {
	width: 60%
}

.everyday__scale-size--7 {
	width: 70%
}

.everyday__scale-size--8 {
	width: 80%
}

.everyday__scale-size--9 {
	width: 90%
}

.everyday__scale-size--10 {
	width: 100%
}

.everyday__scale-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	z-index: 1
}

.everyday__scale-item {
	width: 10%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	font-size: 14px;
	padding: 6px 0;
	text-align: center;
	color: #4f4f58
}

.everyday__scale-item--checked {
	color: #4b3300
}

.everyday__scale-item+.everyday__scale-item {
	border-left: 2px solid #35353e
}

.everyday__success {
	font-size: 13px;
	color: #d3cdc4;
	text-transform: uppercase;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.everyday__success-bonus {
	font-size: 50px;
	color: #ffc607;
	font-weight: 700;
	text-shadow: 0 0 90px #f50;
	text-transform: uppercase
}

.giveaway__content {
	padding: 35px 20px;
	width: 390px;
	margin-left: auto;
	margin-right: auto
}

.giveaway__bonuses {
	-webkit-box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px
}

.giveaway__bonuses-head {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	background-color: #2d2d36;
	font-size: 20px;
	padding: 15px 0
}

.giveaway__stats {
	background-color: #2b2b34;
	padding: 14px 10px;
	color: #ead9be;
	font-size: 14px
}

.giveaway__stats-head {
	margin-bottom: 5px
}

.giveaway__yellow {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202
}

.giveaway__orange {
	color: #ff6619;
	text-shadow: 0 0 5px rgba(255, 102, 25, .65)
}

.giveaway__recaptcha {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px
}

.giveaway__btn-wrapper {
	text-align: center;
	margin-bottom: 25px
}

.giveaway__btn {
	display: inline-block;
	border: 2px solid #efa406;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-shadow: 0 0 5px #ff7202;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	padding: 13px 35px
}

.giveaway__btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.giveaway__spinner-wrapper {
	padding-top: 8px;
	overflow: hidden
}

.giveaway__bonus-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	width: 144px;
	border: 1px solid #363339;
	background-color: #312f37;
	-webkit-box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	position: relative
}

.giveaway__bonus-list:before {
	content: "";
	position: absolute;
	top: 23px;
	height: 23px;
	width: 1px;
	background-color: #453434;
	left: 50%
}

.giveaway__bonus-item {
	font-size: 58px;
	font-weight: 700;
	text-align: center;
	width: 72px;
	color: #ffc607;
	text-shadow: 0 0 25px #ff7202
}

.giveaway__congr,
.giveaway__warn {
	padding: 30px 20px;
	text-align: center;
	background-color: #26262e
}

.giveaway__congr-head {
	font-size: 25px;
	font-weight: 700;
	color: #ffc607;
	text-transform: uppercase;
	text-shadow: 0 0 5px #ff7202;
	margin-bottom: 15px
}

.giveaway__congr-text {
	font-size: 16px;
	color: #adaa99;
	text-transform: uppercase;
	margin-bottom: 20px
}

.giveaway__congr-bonuses {
	background-color: #e39c07;
	border-radius: 3px;
	padding: 12px 20px;
	display: inline-block;
	color: #453203
}

.giveaway__congr-bonus {
	font-size: 46px;
	font-weight: 700;
	line-height: 1
}

.giveaway__congr-desc {
	font-size: 16px;
	text-transform: uppercase
}

.giveaway__warn-head {
	font-size: 18px;
	font-weight: 700;
	color: #ffc607;
	text-transform: uppercase;
	text-shadow: 0 0 5px #ff7202;
	margin-bottom: 15px
}

.giveaway__warn-text {
	font-size: 15px;
	color: #adaa99;
	margin-bottom: 20px
}

.drawing {
	padding: 35px 20px
}

.drawing__title {
	text-transform: uppercase;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 20px;
	margin-bottom: 7px
}

.drawing__title,
.drawing__users-content {
	text-align: center
}

.drawing__users {
	background-color: #26262d;
	border-radius: 2px;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 25px;
	position: relative;
	padding: 15px 40px 15px 72px;
	display: inline-block
}

.drawing__users:before {
	content: "";
	position: absolute;
	top: 14px;
	left: 40px;
	width: 20px;
	height: 20px;
	background: url(../img/bonuses/user.svg) no-repeat
}

.drawing__users-count {
	color: #ffdac8
}

.drawing__desc {
	font-size: 15px;
	color: #ead9be;
	text-align: center;
	margin-bottom: 25px
}

.drawing__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.drawing__aside {
	width: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	text-align: center;
	padding-top: 25px
}

.drawing__center {
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.drawing__btn-wrapper {
	margin-bottom: 20px
}

.drawing__btn {
	display: inline-block;
	border: 2px solid #efa406;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
	text-transform: uppercase;
	color: #ffc607;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-shadow: 0 0 5px #ff7202;
	font-size: 16px;
	position: relative;
	overflow: hidden;
	padding: 13px 35px
}

.drawing__btn:hover {
	border-color: #f18900;
	-webkit-box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7);
	box-shadow: inset 0 0 30px rgba(255, 85, 0, .4), 0 0 15px rgba(255, 85, 0, .7)
}

.drawing__btn--joined {
	background-color: #efa406;
	color: #313131;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: default;
	text-shadow: none
}

.drawing__btn--joined:hover {
	border-color: #efa406;
	-webkit-box-shadow: none;
	box-shadow: none
}

.drawing__user-link {
	position: relative;
	padding: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, #e39c08), color-stop(79%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(transparent), color-stop(0, transparent));
	background-image: -webkit-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -webkit-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background-image: -o-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -o-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background-image: linear-gradient(0, #e39c08 10%, transparent 79%, transparent), linear-gradient(-90deg, #e39c07 50%, transparent, transparent 0);
	width: 90px;
	height: 90px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto
}

.drawing__user-link:hover {
	opacity: .75
}

.drawing__user-photo {
	width: 86px;
	height: 86px;
	border: 2px solid #272730;
	border-radius: 100%;
	overflow: hidden
}

.drawing__bonus {
	background-color: #e39c07;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 15px #ff7202;
	box-shadow: 0 0 15px #ff7202;
	font-size: 16px;
	color: #312603;
	padding: 5px 10px;
	width: 70px;
	z-index: 1;
	position: relative;
	margin: -25px auto 12px
}

.drawing__bonus--orange {
	background-color: #ff6519;
	color: #fff
}

.drawing__aside-top-text {
	color: #ead9be;
	font-size: 12px
}

.drawing__aside-bottom-text {
	color: #ead9be;
	font-size: 15px
}

.drawing__gift {
	position: relative;
	padding: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, #e39c08), color-stop(79%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(transparent), color-stop(0, transparent));
	background-image: -webkit-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -webkit-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background-image: -o-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -o-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background-image: linear-gradient(0, #e39c08 10%, transparent 79%, transparent), linear-gradient(-90deg, #e39c07 50%, transparent, transparent 0);
	width: 90px;
	height: 90px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto
}

.drawing__gift-image {
	width: 86px;
	height: 86px;
	background-color: #272730;
	border-radius: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.drawing__timer-text {
	color: #ead9be;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 20px
}

.drawing__timer,
.drawing__timer-num {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.drawing__timer-num {
	background-color: rgba(60, 57, 60, .51);
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 15px rgba(31, 31, 37, .65);
	box-shadow: 0 5px 15px rgba(31, 31, 37, .65);
	width: 48px;
	height: 58px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffc407;
	font-size: 28px;
	font-weight: 700;
	text-shadow: 0 0 5px #ff7202;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.drawing__timer-num+.drawing__timer-num {
	margin-left: 5px
}

.drawing__timer-separator {
	color: #4c464a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	font-size: 28px;
	font-weight: 700;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.drawing__warn {
	text-align: center
}

.drawing__warn-head {
	font-size: 18px;
	font-weight: 700;
	color: #ffc607;
	text-transform: uppercase;
	text-shadow: 0 0 5px #ff7202;
	margin-bottom: 15px
}

.drawing__warn-text {
	font-size: 15px;
	color: #adaa99;
	margin-bottom: 20px
}

.drawing__spinner-wrapper {
	height: 49px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden
}

.once {
	padding: 25px 20px
}

.once__title {
	font-size: 15px;
	color: #ead9be;
	margin-bottom: 25px;
	text-align: center
}

.once__item {
	-webkit-box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 46px rgba(0, 0, 0, .2);
	background-color: #2d2d36
}

.once__item+.once__item {
	margin-top: 8px
}

.once__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 65px;
	position: relative
}

.once__row:after {
	content: "";
	position: absolute;
	top: 16px;
	left: 16px;
	width: 30px;
	height: 30px;
	background: url(../img/bonuses/dagger.svg) 50% no-repeat;
	border: 2px solid #b8363d;
	-webkit-box-shadow: 0 0 8px #b8363d;
	box-shadow: 0 0 8px #b8363d;
	border-radius: 100%
}

.once__item--success .once__row:after {
	background-image: url(../img/check.svg);
	border-color: #3bdf59;
	-webkit-box-shadow: 0 0 15px rgba(59, 223, 89, .8), inset 0 0 15px rgba(59, 223, 89, .6);
	box-shadow: 0 0 15px rgba(59, 223, 89, .8), inset 0 0 15px rgba(59, 223, 89, .6)
}

.once__item--disable .once__row:after {
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.once__item-text {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #ead9be;
	font-size: 15px
}

.once__item--success .once__item-text {
	text-decoration: line-through
}

.once__item--disable .once__item-text {
	color: #515151
}

.once__content {
	font-size: 13px;
	color: #ead9be;
	background-color: #37373a;
	padding: 10px 20px;
	overflow: hidden
}

.once__item-reward {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 65px;
	background-color: #34343d;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 22px;
	font-weight: 700;
	text-align: center;
	padding: 18px 0
}

.once__btn {
	border-radius: 3px;
	background-color: #434344;
	color: #fff;
	padding: 13px 35px;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease;
	display: block;
	text-align: center;
	width: 100%
}

.once__btn:hover {
	background-color: #47474a;
	color: #fff
}

.items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: -23px;
	margin-left: auto;
	margin-right: auto
}

.items__item {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 14.2857%;
	height: 140px;
	margin-top: 23px;
	position: relative
}

@media (max-width:1550px) {
	.items__item {
		width: 16.6666%
	}
}

@media (max-width:1300px) {
	.items__item {
		width: 20%
	}
}

@media (max-width:1100px) {
	.items__item {
		width: 25%
	}
}

.item {
	position: relative;
	width: 182px;
	height: 138px;
	border-radius: 2px;
	margin-left: auto;
	margin-right: auto;
	background-color: #2b2b35;
	background-repeat: no-repeat;
	background-size: 100% 100%
}

.item--active,
.item--link {
	display: block;
	color: inherit;
	-webkit-transition: none;
	transition: none
}

.item--active:hover,
.item--link:hover {
	color: inherit
}

.item--contract {
	cursor: pointer;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.item--disabled {
	opacity: .45;
	cursor: default;
	-webkit-filter: grayscale(1);
	filter: grayscale(1)
}

.item--knife {
	background-image: url(../img/item/knife.jpg)
}

.item--consumer {
	background-image: url(../img/item/consumer.jpg)
}

.item--milspec {
	background-image: url(../img/item/milspec.jpg)
}

.item--industrial {
	background-image: url(../img/item/industrial.jpg)
}

.item--restricted {
	background-image: url(../img/item/restricted.jpg)
}

.item--classified {
	background-image: url(../img/item/classified.jpg)
}

.item--covert {
	background-image: url(../img/item/covert.jpg)
}

.item__icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 35px
}

.item__icon--received {
	background: url(../img/case/icons/received.svg) 50% no-repeat
}

.item__icon--sent {
	background: url(../img/case/icons/sent.svg) 50% no-repeat
}

.item__icon--sold {
	background: url(../img/case/icons/sold.svg) 50% no-repeat
}

.item__icon--contract {
	background: url(../img/case/icons/contract.svg) 50% no-repeat
}

.item__price {
	position: absolute;
	z-index: 3;
	top: -4px;
	right: 6px;
	color: #231b02;
	font-size: 13px;
	font-weight: 700;
	padding: 5px 12px 5px 5px
}

.item--active .item__price {
	opacity: .3
}

.item__price:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
	background-color: #f5bd09;
	-webkit-transform: skewX(-15deg);
	transform: skewX(-15deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	border-radius: 1px;
	-webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
	box-shadow: 0 8px 15px rgba(0, 0, 0, .2)
}

.item__image-wrapper {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 8px
}

.item--link .item__image {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease
}

.item--link:hover .item__image {
	-webkit-transform: translateX(10px);
	transform: translateX(10px)
}

.item__footer {
	padding: 12px 20px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 13px;
	line-height: 1.3
}

.item--link .item__footer {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease
}

.item--link:hover .item__footer {
	opacity: .5
}

.item__skin-name,
.item__weapon-name {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
	z-index: 2;
	position: relative
}

.item__weapon-name {
	line-height: 1.4
}

.item--knife .item__skin-name {
	color: #fff6d0
}

.item--consumer .item__skin-name {
	color: #ccc
}

.item--milspec .item__skin-name {
	color: #c5eeff
}

.item--industrial .item__skin-name {
	color: #baa8ff
}

.item--restricted .item__skin-name {
	color: #cba5ff
}

.item--classified .item__skin-name {
	color: #e4a5ff
}

.item--covert .item__skin-name {
	color: #ffafc2
}

.item__case-hover {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 40%;
	opacity: 0;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: opacity .3s ease, -webkit-transform .3s ease;
	transition: transform .3s ease, opacity .3s ease;
	transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 2
}

.item--link:hover .item__case-hover {
	-webkit-transform: none;
	transform: none;
	opacity: 1
}

.item__sell-btn {
	position: absolute;
	display: inline-block;
	top: -4px;
	left: 8px;
	color: #fff;
	background-color: #3ca24f;
	padding: 6px 8px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 0 1px 0 #288d3b;
	border-radius: 2px;
	-webkit-box-shadow: 3px 0 13px rgba(21, 124, 42, .38);
	box-shadow: 3px 0 13px rgba(21, 124, 42, .38);
	z-index: 1;
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.item--active .item__sell-btn {
	display: none
}

.item__sell-btn:hover {
	background-color: #54bd68
}

.item__btn-wrapper {
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
	z-index: 1;
	text-align: center
}

.item__btn {
	display: inline-block;
	padding: 6px 8px;
	color: #25252d;
	background-color: #f6be11;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-box-shadow: 0 2px 5px rgba(12, 11, 13, .22);
	box-shadow: 0 2px 5px rgba(12, 11, 13, .22);
	-webkit-transition: background-color .3s ease;
	transition: background-color .3s ease
}

.item--active .item__btn {
	display: none
}

.item__back-content .item__btn {
	display: block
}

.item__btn:hover {
	color: #25252d;
	background-color: #ffcb2b
}

.item__back-face {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(38, 38, 51, .8);
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	z-index: 2
}

.item__timer {
	position: relative;
	padding-left: 28px;
	font-size: 18px;
	color: #42d87e
}

.item__timer:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 20px;
	background: url(../img/item/timer.svg) no-repeat
}

.item__back-content {
	padding-top: 15px;
	font-size: 12px;
	text-transform: uppercase
}

.ceil-item {
	-webkit-perspective: 1000;
	perspective: 1000;
	position: relative;
	width: 182px;
	height: 138px
}

.ceil-item__flipper {
	-webkit-transition: -webkit-transform 1s ease;
	transition: -webkit-transform 1s ease;
	transition: transform 1s ease;
	transition: transform 1s ease, -webkit-transform 1s ease;
	will-change: transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
	height: 100%;
	width: 180px;
	margin-left: auto;
	margin-right: auto
}

.ceil-item--opened .ceil-item__flipper {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.ceil-item__backside,
.ceil-item__frontside {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px
}

.ceil-item__backside {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.ceil-item__frontside {
	background: #2b2b34 url(../img/textures/item.png) no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.ceil-item__image {
	width: 100px
}

.bots {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
	padding-top: 55px;
	position: relative
}

.bots,
.bots__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.bots__list {
	border-radius: 3px
}

.bots__item {
	width: 250px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: #2e2d37 url(../img/textures/topcase.png) -55px -5px no-repeat;
	height: 120px
}

.bots__item:first-child {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.bots__item:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.bots__item+.bots__item {
	border-left: 1px solid #26262f
}

.bots__photo {
	width: 100%;
	border-radius: 100%;
	overflow: hidden
}

.bots__link {
	display: block;
	width: 110px;
	height: 110px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100%;
	border: 6px solid #27272f;
	margin-top: -55px;
	-webkit-transition: border-color .3s ease;
	transition: border-color .3s ease;
	position: relative
}

.bots__link:before {
	content: "";
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	border-radius: 100%;
	border: 2px solid transparent;
	-webkit-transition: border-color .3s ease, -webkit-box-shadow .3s ease;
	transition: border-color .3s ease, -webkit-box-shadow .3s ease;
	transition: border-color .3s ease, box-shadow .3s ease;
	transition: border-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease
}

.bots__link:hover:before {
	border-color: #f99204;
	-webkit-box-shadow: 0 0 15px #ff7202;
	box-shadow: 0 0 15px #ff7202
}

.bots__text {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 18px
}

.top {
	margin-bottom: 50px;
	padding-top: 52.5px
}

.top__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.top__item {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	background: rgba(40, 40, 48, .7) url(../img/textures/topcase.png) -41px 0 no-repeat;
	border-radius: 3px;
	text-align: center
}

.top__item+.top__item {
	margin-left: 25px
}

.top__photo-wrapper {
	margin-top: -52.5px;
	position: relative;
	margin-bottom: 15px
}

.top__photo-link {
	position: relative;
	padding: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, #e39c08), color-stop(79%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(transparent), color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -webkit-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background-image: -o-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -o-linear-gradient(right, #e39c07 50%, transparent, transparent 50%);
	background-image: linear-gradient(0, #e39c08 10%, transparent 79%, transparent), linear-gradient(-90deg, #e39c07 50%, transparent, transparent 0);
	width: 105px;
	height: 105px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto
}

.top__photo-link:hover {
	opacity: .75
}

.top__photo {
	width: 101px;
	height: 101px;
	border: 2px solid #272730;
	border-radius: 100%;
	overflow: hidden
}

.top__position {
	width: 41px;
	height: 41px;
	border-radius: 100%;
	background-color: #30303a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 3px solid #2a2a34;
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	margin-top: -25px;
	z-index: 1;
	position: relative
}

.top__name,
.top__position {
	margin-left: auto;
	margin-right: auto
}

.top__name {
	font-size: 18px;
	color: #fffae7;
	margin-bottom: 15px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	width: 200px;
	text-overflow: ellipsis;
	padding: 0 5px
}

.top__balance {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 18px;
	margin-bottom: 25px
}

.top__curr {
	color: #fff2c7
}

.top__stats {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden
}

.top__stats-item {
	width: 50%;
	padding: 17px 0
}

.top__stats-item--cases {
	background-color: rgba(43, 43, 51, .7)
}

.top__stats-item--profile-games {
	background-color: rgba(39, 39, 47, .7)
}

.top__stats-title {
	color: #a3a3a4;
	font-size: 12px;
	text-transform: uppercase
}

.top__stats-count {
	font-size: 20px;
	color: #ffc607;
	font-weight: 700;
	margin-bottom: 4px
}

.banner {
	position: relative;
    z-index: 1;
    width: 80%;
    margin: 0 auto;
}

.banner__container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 104px;
	padding-left: 125px;
	background: #26262c;
	-webkit-box-shadow: 0 8px 15px rgba(9, 9, 11, .2);
	box-shadow: 0 8px 15px rgba(9, 9, 11, .2);
	border-radius: 5px;
	margin-top: 65px;
}

.banner__container:before {
	content: "";
	position: absolute;
	top: -48px;
	left: -37px;
	background: url(../img/spring-banner.png) no-repeat;
	width: 988px;
	height: 188px
}

.banner__info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	z-index: 1
}

@media (max-width:1500px) {
	.banner__info {
		font-size: 19px
	}
}

@media (max-width:1200px) {
	.banner__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.banner__info:before {
	content: "";
	position: absolute;
	top: 25px;
	left: 40px;
	width: 51px;
	height: 51px;
	background: url(../img/spring-icon.svg) no-repeat
}

.banner__title {
	text-shadow: 0 2px 3px rgba(0, 0, 0, .3)
}

.banner__description {
	padding-left: 20px;
	color: #e1ff2b;
	text-shadow: 0 0 14px #55a51b
}

@media (max-width:1200px) {
	.banner__description {
		padding-left: 0;
		padding-top: 5px
	}
}

.banner__timer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-left: 20px;
	padding-right: 125px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1600px) {
	.banner__timer {
		padding-right: 40px
	}
}

.banner__timer-text {
	font-size: 26px;
	color: #8a8a95
}

@media (max-width:1300px) {
	.banner__timer-text {
		font-size: 20px
	}
}

.banner__timer-num {
	background-color: #2f2f36;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, .06);
	box-shadow: 0 10px 16px rgba(0, 0, 0, .06);
	width: 48px;
	height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffc600;
	font-size: 28px;
	font-weight: 700;
	text-shadow: 0 0 14px #f76829
}

@media (max-width:1300px) {
	.banner__timer-num {
		width: 38px;
		height: 50px
	}
}

.banner__timer-num+.banner__timer-num {
	margin-left: 5px
}

.banner__timer-separator {
	color: #4c4c58;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	font-size: 28px;
	font-weight: 700
}

.table {
	border-collapse: separate;
	border-spacing: 0;
	width: 100%
}

.table__head {
	background-color: #2a2a33
}

.table__th {
	font-size: 13px;
	color: #eadac9;
	padding: 30px;
	text-align: left;
	text-transform: uppercase;
	font-weight: 400
}

.table__th--id {
	width: 10%
}

.table__th--bot,
.table__th--user {
	width: 20%
}

.table__th--time {
	width: 15%
}

.table__tr {
	background-color: rgba(37, 37, 45, .7);
	height: 70px
}

.table__tr:nth-child(odd) {
	background-color: rgba(40, 40, 48, .7)
}

.table__td {
	padding-left: 30px;
	padding-right: 15px;
	font-size: 15px;
	color: #eadac9
}

.table__td--id {
	color: #62626a
}

.table__td--time {
	color: #51ce71;
	text-shadow: 0 0 8px #51ce71
}

.table__td--profit {
	color: #ffc607;
	text-shadow: 0 0 5px #ff7202;
	font-size: 18px
}

.table__td--time-old {
	color: #f1373b;
	text-shadow: 0 0 8px #f1373b
}

.table__user {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.table__user--bot {
	color: #eadac9
}

.table__user-photo-wrapper {
	display: block;
	border-radius: 100%;
	overflow: hidden;
	position: relative;
	padding: 2px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, #e39c08), color-stop(79%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #e39c07), color-stop(transparent), color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -webkit-linear-gradient(right, #e39c07 50%, transparent, transparent 0);
	background-image: -o-linear-gradient(0, #e39c08 10%, transparent 79%, transparent), -o-linear-gradient(right, #e39c07 50%, transparent, transparent 50%);
	background-image: linear-gradient(0, #e39c08 10%, transparent 79%, transparent), linear-gradient(-90deg, #e39c07 50%, transparent, transparent 0);
	width: 37px;
	height: 37px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.table__user--bot .table__user-photo-wrapper {
	background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(10%, #5e5e6d), color-stop(79%, transparent), to(transparent)), -webkit-gradient(linear, right top, left top, color-stop(50%, #606071), color-stop(transparent), color-stop(50%, transparent));
	background-image: -webkit-linear-gradient(0, #5e5e6d 10%, transparent 79%, transparent), -webkit-linear-gradient(right, #606071 50%, transparent, transparent 0);
	background-image: -o-linear-gradient(0, #5e5e6d 10%, transparent 79%, transparent), -o-linear-gradient(right, #606071 50%, transparent, transparent 50%);
	background-image: linear-gradient(0, #5e5e6d 10%, transparent 79%, transparent), linear-gradient(-90deg, #606071 50%, transparent, transparent 0)
}

.table__user-photo {
	width: 33px;
	height: 33px;
	overflow: hidden;
	border-radius: 100%;
	border: 2px solid #272730
}

.table__user-name {
	padding-left: 13px
}

.table__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.table__item-image {
	width: 65px
}

.table__item {
	color: #eadac9
}

.table__item-name {
	padding-left: 15px
}

.footer {
	background-color: rgba(10, 10, 10, 0.45); /* Темно-серый фон с низкой прозрачностью */
	backdrop-filter: blur(6px); /* Эффект размытия фона */
	padding: 45px 0;
}

.footer__container {
	width: 100%;
	padding: 0 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto
}

@media (max-width:1760px) {
	.footer__container {
		padding: 0 70px
	}
}

@media (max-width:1680px) {
	.footer__container {
		padding: 0 35px
	}
}

.footer__logo-wrapper {
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1500px) {
	.footer__logo-wrapper {
		display: none
	}
}

.footer__copyright {
	padding-left: 60px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

@media (max-width:1760px) {
	.footer__copyright {
		padding-left: 30px
	}
}

@media (max-width:1500px) {
	.footer__copyright {
		padding-left: 0
	}
}

@media (max-width:1150px) {
	.footer__copyright {
		display: none
	}
}

.footer__copyright-title {
	color: #a4a4ad;
	font-size: 14px;
	padding-bottom: 16px
}

.footer__copyright-text {
	max-width: 320px;
	font-size: 13px;
	color: #53535a
}

@media (max-width:1350px) {
	.footer__copyright-text {
		font-size: 11px
	}
}

.footer__nav {
	padding-left: 85px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

@media (max-width:1760px) {
	.footer__nav {
		padding-left: 45px
	}
}

@media (max-width:1500px) {
	.footer__nav {
		padding-left: 30px
	}
}

@media (max-width:1150px) {
	.footer__nav {
		padding-left: 0
	}
}

.footer__nav-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.footer__nav-item+.footer__nav-item {
	margin-left: 50px
}

@media (max-width:1760px) {
	.footer__nav-item+.footer__nav-item {
		margin-left: 25px
	}
}

@media (max-width:1500px) {
	.footer__nav-item+.footer__nav-item {
		margin-left: 20px
	}
}

.footer__nav-link {
	color: #9696a1;
	font-size: 14px;
	display: block;
	position: relative;
	height: 45px;
	text-transform: uppercase;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

@media (max-width:1350px) {
	.footer__nav-link {
		font-size: 11px
	}
}

@media (max-width:1150px) {
	.footer__nav-link {
		font-size: 13px
	}
}

.footer__nav-link:before {
	background-color: #2b2b33
}

.footer__nav-link:after,
.footer__nav-link:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px
}

.footer__nav-link:after {
	background-color: #ffc607;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	width: 0
}

.footer__nav-link:hover {
	color: #e1ae0d;
	text-shadow: 0 0 5px #ff7202
}

.footer__nav-link:hover:after {
	width: 100%;
	-webkit-box-shadow: 0 0 8px #ff7c08;
	box-shadow: 0 0 8px #ff7c08
}

.footer__partner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 60px;
    transform: translateX(-60px); /* Сдвигает весь блок */
}

@media (max-width: 1680px) {
    .footer__partner {
        padding-left: 30px;
        transform: translateX(-15px);
    }
}

.footer__partner-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background-color: rgba(37, 37, 45, 0.7); /* Полупрозрачный фон для ссылки партнера */
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 3px;
	padding-right: 25px;
	padding-left: 10px;
	color: #ffc607;
	text-shadow: 0 0 9px rgba(255, 114, 2, .6);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px
}

@media (max-width:1350px) {
	.footer__partner-link {
		padding: 20px 25px
	}
}

.footer__partner-link path {
	-webkit-transition: fill .3s ease;
	transition: fill .3s ease
}

.footer__partner-link:hover {
	color: #ff6519
}

.footer__partner-link:hover path {
	fill: #ff6519
}

.footer__partner-image {
	display: block;
	font-size: 0
}

@media (max-width:1350px) {
	.footer__partner-image {
		display: none
	}
}

.header__second {
    height: 90px;
}












.mfp-arrow {
	top: 70%;
    left: 50%;
    margin-left: -180px;
}
.mfp-arrow-right {
    left: 50%;
    margin-left: 1px;
}
.header .mini-profile {
	margin-right: 0px;
}
img.mfp-img {
    width: 100%;
	}
	.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #000;
    background: white;
    width: 30px;
    border-radius: 10px;
}
 button.mfp-arrow{
	background: white;
    border-radius: 20px;
}
}










.footer__up {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-left: 30px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.footer__up,
.footer__up-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex
}

.footer__up-btn {
    background-color: #2b2b34;
    border-radius: 50px; /* Сделал более круглой */
    width: 48px; /* Увеличил с 38px */
    height: 48px; /* Увеличил с 38px */
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 0;
    text-align: center;
    display: flex; /* Добавил flex для лучшего выравнивания */
    margin-bottom: -15px; /* Поднял выше от нижнего края */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* Добавил тень для объема */
    position: relative; /* Для возможного абсолютного позиционирования */
}

.footer__up-btn img {
    width: 22px; /* Увеличил размер иконки */
    height: 22px; /* Увеличил размер иконки */
    transition: transform 0.3s ease; /* Анимация для иконки */
}

.footer__up-btn:hover {
    background-color: #ffd040;
    transform: translateY(-3px); /* Эффект подъема при наведении */
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4); /* Увеличил тень при наведении */
}

.footer__up-btn:hover img {
    transform: translateY(-2px); /* Иконка тоже поднимается */
}

/* Если нужно поднять кнопку еще выше */
.footer__up {
    margin-bottom: 20px; /* Можно поднять весь блок кнопки */
    position: relative;
    top: -10px; /* Сдвинуть вверх */
}
.agreement {
	font-size: 13px;
	line-height: 1.4;
	max-width: 1000px;
	margin: 0 auto
}

.agreement__header {
	margin-bottom: 40px
}

.agreement__additional {
	margin-top: 40px
}

.agreement__item {
	margin-bottom: 10px
}

.agreement__redaction {
	text-align: right;
	margin-bottom: 40px
}

.agreement__paragraph {
	display: inline-block;
	font-weight: 700
}

.agreement__glossary {
	font-weight: 700;
	margin-bottom: 10px
}

.agreement__glossary:first-child {
	margin-top: 10px
}

.agreement__glossary-info {
	margin-bottom: 10px
}

.agreement ol {
	counter-reset: item
}

.agreement ol li {
	line-height: 1.5;
	margin-bottom: 10px
}

.agreement ol li:before {
	content: counters(item, ".") ". ";
	counter-increment: item;
	color: #ffc607
}

.agreement ol li ol {
	margin-top: 10px;
	padding-left: 20px
}

.agreement ol li ol li {
	margin-bottom: 0
}

.agreement ol li ol li ol {
	margin-top: 0
}
@media (max-width: 480px) {
	
.header-account, .header-auth {
    margin-top: 20px;
    padding: 20px;
    border-radius: 10px;
}

.header__logo-wrapper {
    padding-top: 30px;
}
}
body.refopen::before{
	content: '';
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #33323a;
	opacity: 0.9;
	z-index: 99999;
   }
 body.refopen{
	overflow: hidden;
 } 
.md-show {
    visibility: visible !important;
}
.md-effect {
    background-color: #1b1f25;
    opacity: 0;
    padding: 30px 22px;
    transform: scale(.5);
    transition: all .4s ease-out,visibility 0s .4s
}

.md-show .md-effect {
    opacity: 1;
    transform: scale(1);
    transition: all .4s ease-out
}

@keyframes progress {
    0% {
        background-size: 0 100%
    }

    to {
        background-size: 320px 100%
    }
}
.js-modal-container.md-show {
    transition-timing-function: ease-in-out;
}
.refill .hidden{
	display: none;
}
.refill {
    border-radius: 8px;
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    visibility: hidden;
	width: 900px;
    z-index: 999999999;
}
@media screen and (max-width: 1000px) {
    .refill {
        width:98vw
    }
}

.refill .lds-dual-ring-btn {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.refill .md-effect {
    background: #0b1020;
    border-radius: 8px;
    padding: 0;
    position: relative
}

.refill .md-effect:before {
    display: none
}

.refill-wrap {
    display: flex;
    min-height: 546px;
    position: relative
}

@media screen and (max-width: 900px) {
    .refill-wrap {
        flex-wrap:wrap
    }
}

.refill-wrap:after {
    background: #070b16;
    content: "";
    height: 100%;
    left: 39%;
    position: absolute;
    width: 1px
}

@media screen and (max-width: 900px) {
    .refill-wrap:after {
        display:none
    }
}

.refill-wrap:before {
    background: url(../img/refill-img.png) no-repeat 50%/cover;
    content: "";
    filter: drop-shadow(0 0 50px rgba(255,0,0,.5));
    height: 200px;
    left: -85px;
    position: absolute;
    top: -88px;
    width: 200px
}

.refill-left {
    display: flex;
    flex-direction: column;
    padding: 32px;
    position: relative;
    width: 39%
}

@media screen and (max-width: 900px) {
    .refill-left {
        display:grid;
        gap: 16px 32px;
        grid-template-areas: "title menu" "total menu";
        grid-template-columns: 1fr 1fr;
        padding: 50px 16px 0;
        width: 100%
    }
}
.refill img {
    height: auto;
    max-width: 100%;
}
.refill-left:before {
    background: url(../img/refill-bg.png) no-repeat 50%/cover;
    border-top-left-radius: 8px;
    content: "";
    height: 128px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.refill-title {
    align-items: center;
    color: #fff;
    column-gap: 8px;
    display: flex;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

@media screen and (max-width: 900px) {
    .refill-title {
        grid-area:title
    }
}

@media screen and (max-width: 550px) {
    .refill-title {
        align-items:flex-start;
        font-size: 16px
    }
}

.refill-title svg {
    fill: #fff
}

@media screen and (max-width: 900px) {
    .refill-title svg {
        display:none
    }
}

.refill-menu {
    display: flex;
    flex-direction: column;
    margin-top: 32px;
    row-gap: 8px
}

@media screen and (max-width: 900px) {
    .refill-menu {
        grid-area:menu;
        margin-top: 0
    }
}

.refill-menu__item {
    align-items: center;
    background: #121726;
    border: 1px solid transparent;
    border-radius: 8px;
    color: #6d7384;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
    justify-content: space-between;
    line-height: 16px;
    padding: 16px;
    text-transform: uppercase;
    transition: all .25s ease
}

@media screen and (max-width: 550px) {
    .refill-menu__item {
        font-size:10px;
        height: 32px;
        padding: 8px
    }
}

.refill-menu__item svg {
    fill: #6d7384
}

.refill-menu__item.active {
    background: #1a1f2e;
    border: 1px solid #292f41;
    color: #fff
}

.refill-menu__item.active svg {
    fill: #ffd438;
    filter: drop-shadow(0 0 24px rgba(255,0,0,.75))
}

.refill-menu__item:not(.active):hover {
    background: #181d2d;
    border: 1px solid #1f2537
}

.refill-total {
    margin-top: auto
}

@media screen and (max-width: 900px) {
    .refill-total {
        grid-area:total
    }
}

.refill-total__item {
    align-items: flex-end;
    display: flex;
    justify-content: space-between
}

.refill-total__item:not(:last-child) {
    margin-bottom: 16px
}

@media screen and (max-width: 550px) {
    .refill-total__item {
        flex-wrap:wrap;
        row-gap: 5px
    }
}

.refill-total__item span {
    border-bottom: 1px dashed #2f2f37;
    content: "";
    display: block;
    flex-grow: 1;
    height: 2px;
    margin-bottom: 4px
}

.refill-total__item-title {
    color: #7f7f91;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .02em;
    line-height: 14px
}

.refill-total__item-value {
    font-feature-settings: "pnum" on,"lnum" on;
    color: #fff;
    font-weight: 800;
    letter-spacing: .02em;
    line-height: 16px
}

@media screen and (max-width: 550px) {
    .refill-total__item-value {
        font-size:12px
    }
}

.refill-sum {
    color: #ffd438;
    font-size: 20px
}

@media screen and (max-width: 550px) {
    .refill-sum {
        font-size:16px
    }
}

.refill svg {
    height: 16px;
    width: 16px
}

.refill-right {
    padding: 22px 14px 32px 32px;
    width: 61%
}

@media screen and (max-width: 900px) {
    .refill-right {
        padding:12px 9px 16px 16px;
        width: 100%
    }
}

.refill-right__title {
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

@media screen and (max-width: 900px) {
    .refill-right__title {
        display:none
    }
}

.refill-methods {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fill,minmax(115px,1fr));
    margin-bottom: 28px;
    margin-top: 31px;
    max-height: 355px;
    overflow-y: auto;
    padding-right: 13px;
    padding-top: 11px;
	min-height: 400px;
}

.refill-methods::-webkit-scrollbar,.refill-methods::-webkit-scrollbar-track {
    background: hsla(225,5%,52%,.1);
    border-radius: 99px;
    width: 4px
}

.refill-methods::-webkit-scrollbar-thumb {
    background: #3d4254;
    border-radius: 99px;
    width: 4px
}

@media screen and (max-width: 900px) {
    .refill-methods {
        grid-template-columns:repeat(auto-fill,minmax(100px,1fr));
        margin-bottom: 16px;
        max-height: 268px;
        padding-right: 7px
    }
}

.refill-method {
    align-items: center;
    background: #1a1f2e;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    height: 80px;
    justify-content: center;
    position: relative;
    transition: background .25s,border .25s
}

.refill-method.active {
    background: #333a4f;
    border: 1px solid #606880
}

.refill-method:not(.active):hover {
    background: #23293a;
    border: 1px solid #444c62
}

.refill-method__info {
    background: #2e3446;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    left: 12px;
    line-height: 12px;
    padding: 2px 4px;
    position: absolute;
    text-transform: uppercase;
    top: -8px
}

.refill-warning {
    align-items: center;
    color: #fff;
    column-gap: 12px;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 16px;
    margin: auto 0 20px;
    opacity: 0
}

.refill-warning.show {
    opacity: 1
}

.refill-warning svg {
    fill: #ffd438
}

.refill-form {
    display: flex;
    flex-direction: column;
    height: 100%
}

.refill-form__wrap {
    margin-top: auto
}

@media screen and (max-width: 900px) {
    .refill-form__wrap {
        padding-right:7px
    }
}

.refill-checkbox {
    align-items: center;
    color: #fff;
    column-gap: 8px;
    display: flex;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    position: relative
}

.refill-checkbox a {
    color: #ffd438
}

.refill-checkbox span {
    align-items: center;
    border: 2px solid #262f43;
    border-radius: 3px;
    color: #fff;
    display: flex;
    height: 16px;
    justify-content: center;
    min-width: 16px
}
#timer{
	font-size: 38px;
    width: 57%;
    background: #000;
    border-radius: 8px;
    color: #fff3b4;
    padding: 4px 8px;
    text-shadow: 0 0 16px red, 0 0 8px red;
    text-align: center;
}
.refill-checkbox input {
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    /* width: 100%; */
    z-index: 2
}
.pay-modal-container .refill-input.clink span{
	width: 50%;
    font-size: 21px;
    line-height: 0;
}
.refill-checkbox input:checked+span:before {
    content: "✓"
}
.refill-check{
	margin-bottom: 10px;
    height: 50px;
    padding: 10px;
}
.refill-check input{
	color: white;
}
.check-modal-container button.refill-submit{
	justify-content: center;
}
.refill-inputs {
    align-items: center;
    display: flex;
    gap: 16px;
    margin-top: 16px;
    width: 100%
}

@media screen and (max-width: 600px) {
    .refill-inputs {
        flex-wrap:wrap
    }
}

.refill-inputs input {
    background: 0 0;
    border: none;
    color: #fff;
    font-weight: 500;
    line-height: 24px;
    max-width: 80%;
    outline: none;
    padding: 11px 0 11px 16px
}

.refill-inputs input::placeholder {
    color: #7a829b
}

.refill-inputs input:disabled {
    color: #333436;
    cursor: not-allowed
}

.refill-inputs input:disabled::placeholder {
    color: #333436
}

.refill-inputs input:disabled+span {
    color: #333436
}

.refill-input {
    align-items: center;
    background: #121726;
    border: 1px solid #282f42;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    padding-right: 16px
}

.refill-input span {
    color: #7a829b;
    font-size: 12px
}

.refill-input svg {
    fill: #7a829b
}

.refill-input:focus-within {
    border: 1px solid #282f42
}

.refill-rate {
    width: 25%
}
.refill-payText{
	margin-top: 30px;
}
.card_rate{
	width: 100%;
    height: 40px;
    color: white;
	padding: 0 15px;
	margin-bottom: 10px;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.card_rate label{
	color: #9999;
    width: 30%;
    text-align: right;
    padding-right: 10px;
}
.cardpay-message {
    align-items: center;
    border: 1px dashed #3f3123;
    border-radius: 8px;
    color: #ffb156;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: fit-content;
    justify-content: center;
    line-height: 16px;
    padding: 5px 12px;
    text-align: left;
}
.card_rate input{
	width: 53%;
}
.paylabel{
	width: 100%;
    display: block;
    color: white;
}
.pay-modal-container .refill-promocode {
    width: 80%;
}
.pay-modal-container .refill-input span {
    color: #7a829b;
    font-size: 12px;
    cursor: pointer;
}
@media screen and (max-width: 600px) {
    .refill-rate {
        flex:1
    }
}

.refill-promocode {
    width: 40%
}

.refill-promocode[data-result=success] {
    border: 1px solid #1e3a31
}

.refill-promocode[data-result=error] {
    border: 1px solid #422a30
}

@media screen and (max-width: 600px) {
    .refill-promocode {
        flex:2
    }
}

.refill-promocode__icon {
    height: 16px;
    width: 16px
}

.refill-promocode__icon .icon-close {
    fill: #ff3030;
    cursor: pointer;
    filter: drop-shadow(0 0 16px rgba(255,50,50,.75))
}

.refill-promocode__icon .icon-check {
    fill: #30ff81;
    filter: drop-shadow(0 0 16px rgba(50,255,131,.75))
}
button.refill-submit {
    align-items: center;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 700;
    height: 48px;
    justify-content: space-between;
    line-height: 24px;
    outline: none;
    padding: 12px 24px;
}
.refill-submit {
    background: linear-gradient(94.59deg, #e67e22 -4.64%, #f39c12 114.24%); /* Темно-оранжевый градиент */
    color: #fff;
    flex-grow: 1;
    justify-content: center;
    padding: 0 24px;
    position: relative
}

.refill-submit>* {
    position: relative;
    z-index: 1
}

.refill-submit:after,.refill-submit:before {
    border-radius: inherit
}

.refill-submit:before {
    background: linear-gradient(94.59deg, #f39c12 -4.64%, #f1c40f 114.24%); /* Светло-оранжевый градиент для наведения */
    opacity: 0;
}

.refill-submit:after,.refill-submit:before {
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: opacity .25s ease;
    width: 100%;
    z-index: 0
}

.refill-submit:after {
    background: linear-gradient(94.59deg, #e67e22 -4.64%, #f39c12 114.24%); /* Такой же темный градиент для активного состояния */
    opacity: 0;
}

.refill-submit:hover:before {
    opacity: 1;
}

.refill-submit:active:after {
    opacity: 1;
}

@media screen and (max-width: 600px) {
    .refill-submit {
        width:100%
    }
}

.refill-submit.loading .lds-dual-ring-btn {
    display: block
}

.refill-submit.loading .btn-text {
    opacity: 0
}

.refill-notice,.refill-promotion {
    position: absolute;
    top: calc(100% + 16px);
    width: 100%
}

.refill-notice {
    backdrop-filter: blur(16px);
    background: rgba(72,233,255,.15);
    border: 1px solid rgba(72,222,255,.15);
    border-radius: 6px;
    color: #8debff;
    display: none;
    padding: 8px 12px
}

.refill-notice,.refill-promotion {
    font-size: 12px;
    font-weight: 600;
    line-height: 16px
}

.refill-promotion {
    background: rgba(27,33,51,.5);
    border: 1px dashed #2a3148;
    border-radius: 8px;
    color: #fff;
    padding: 16px
}

.refill-promotion span {
    background: rgba(30,98,61,.8);
    border: 1px solid rgba(29,219,116,.15);
    border-radius: 6px;
    color: #8cffba;
    font-size: 10px;
    font-weight: 600;
    left: 16px;
    line-height: 16px;
    padding: 3px 8px;
    position: absolute;
    top: -12px
}

.refill-pack {
    align-items: center;
    background: #121726;
    border-radius: 8px;
    display: none;
    grid-area: total;
    justify-content: space-between;
    margin-top: auto
}

@media screen and (max-width: 900px) {
    .refill-pack {
        overflow:hidden;
        position: relative
    }
}

.refill-pack__info {
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 16px 0 16px 16px;
    position: relative;
    row-gap: 6px;
    text-transform: uppercase;
    z-index: 1
}

@media screen and (max-width: 550px) {
    .refill-pack__info {
        padding:12px 0 24px 8px
    }
}

.refill-pack__info span {
    color: #6d7384;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-transform: uppercase
}

.refill-pack__title {
    font-weight: 700;
    line-height: 16px
}

@media screen and (max-width: 550px) {
    .refill-pack__title {
        font-size:14px
    }
}

.refill-pack__price {
    font-weight: 900;
    line-height: 24px
}

.refill-pack__img {
    height: 100%;
    position: relative;
    width: 30%;
    z-index: 0
}

@media screen and (max-width: 900px) {
    .refill-pack__img {
        bottom:0;
        position: absolute;
        right: 0
    }
}

.refill-pack__img img {
    bottom: 0;
    max-width: 118px;
    position: absolute;
    right: 0
}

@media screen and (max-width: 550px) {
    .refill-pack__img img {
        max-width:84px
    }
}

.refill-message {
    align-items: center;
    border: 1px dashed #2a3148;
    border-radius: 8px;
    color: #fff;
    display: none;
    font-size: 12px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    line-height: 16px;
    padding: 0 13px;
    text-align: center
}

.refill.offer .refill-promocode,.refill.offer .refill-promotion,.refill.offer .refill-rate,.refill.offer .refill-total,.refill.offer .refill-warning {
    display: none
}

.refill.offer .refill-message,.refill.offer .refill-notice,.refill.offer .refill-pack {
    display: flex
}

.refill.offer .refill-checkbox {
    margin-top: auto
}
.close-modal {
    background: #000;
    border-radius: 12px;
    color: #fff3b4;
    cursor: pointer;
    font-size: 14px;
    padding: 8px 16px;
    position: absolute;
    right: 24px;
    text-shadow: 0 0 16px red, 0 0 8px red;
    top: 24px;
    z-index: 99;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border: 1px solid rgba(255, 243, 180, 0.3);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    min-width: 80px;
    text-align: center;
}

.close-modal:hover {
    transform: scale(1.15);
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    text-shadow: 0 0 20px #ff4444, 
                 0 0 30px #ff0000,
                 0 0 40px rgba(255, 0, 0, 0.6);
    border: 1px solid rgba(255, 68, 68, 0.5);
    box-shadow: 0 6px 20px rgba(255, 0, 0, 0.3),
                0 0 0 1px rgba(255, 68, 68, 0.2);
}

.close-modal:active {
    transform: scale(1.05);
    background: linear-gradient(135deg, #333, #000);
    text-shadow: 0 0 25px #ff0000, 
                 0 0 35px #ff0000,
                 0 0 45px rgba(255, 0, 0, 0.8);
    box-shadow: 0 2px 8px rgba(255, 0, 0, 0.4),
                inset 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: all 0.1s ease;
}

.close-modal span {
    margin-right: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.close-modal:hover span {
    transform: translateX(-2px);
    text-shadow: 0 0 15px #ff4444;
}

.close-modal i {
    font-size: 12px;
    transition: all 0.3s ease;
}

.close-modal:hover i {
    transform: scale(1.3) rotate(90deg);
    text-shadow: 0 0 20px #ff4444;
}



.close-modal:hover {
    animation: closePulse 1.5s ease-in-out infinite;
}


.close-modal:hover::before {
    opacity: 1;
    animation: rotateGlow 3s linear infinite;
}

@keyframes rotateGlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
.refill-form input[type=number] {
    -moz-appearance: textfield!important
}


.page-title {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	letter-spacing: .03em;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 1px;
	animation: titleGlow 3s ease-in-out infinite;
}


.page-title:before {
	background: url("../img/title_left.svg") 100%;
	margin-right: 16px;
}

.page-title:after,.page-title:before {
	display: block;
	width: 309px;
	height: 30px;
	content: "";
}

.page-title:after {
	background: url("../img/title_right.svg") 0;
	margin-left: 16px;
}

@media screen and (max-width:700px) {
	.page-title {
		font-size: 18px;
		line-height: 22px;
		animation: titleGlowMobile 3s ease-in-out infinite;
	}

	@keyframes titleGlowMobile {
		0%, 100% {
			text-shadow: 0 0 8px rgba(255, 255, 255, 0.4),
			             0 0 15px rgba(255, 198, 7, 0.2);
			transform: scale(1);
		}
		50% {
			text-shadow: 0 0 12px rgba(255, 255, 255, 0.6),
			             0 0 20px rgba(255, 198, 7, 0.4);
			transform: scale(1.01);
		}
	}

	.page-title:before {
		width: 30%;
		margin-right: 10px;
		background: url("../img/title_left.svg") 100%;
	}

	.page-title:after {
		width: 30%;
		margin-left: 10px;
		background: url("../img/title_right.svg") 0;
	}

	/* Упрощенная анимация для мобильных */
	.page-title:before,
	.page-title:after {
		animation: decorPulseMobile 2s ease-in-out infinite;
	}

	@keyframes decorPulseMobile {
		0%, 100% { opacity: 0.6; }
		50% { opacity: 0.9; }
	}
}

.refill-form input[type=number]::-webkit-inner-spin-button,.refill-form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
@media screen and (max-width: 900px) {
    .refill .close-modal {
        right:16px;
        top: 16px
    }
}



.game__specs-item {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.06rem 0; /* Уменьшили отступы на 25% (было 0.08rem - 25% = 0.06rem) */
    min-height: 0;
}

.game__specs-icon {
    width: 1.6rem;
    height: 0.5rem; /* Уменьшили высоту на 25% (было 0.67rem - 25% = 0.5rem) */
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
}

.game__specs-icon i {
    font-size: 0.67rem;
    color: #ffde00;
    line-height: 1;
    margin-top: -0.042rem; /* Уменьшили отступ на 25% (было 0.056rem - 25% = 0.042rem) */
}

.game__specs-content {
    flex: 1;
    padding-top: 0.5rem; /* Уменьшили отступ сверху на 25% (было 0.66rem - 25% = 0.5rem) */
}

.game__specs-key {
    font-size: 0.5rem;
    color: #888;
    line-height: 1.0; /* Уменьшили межстрочный интервал */
    margin-bottom: 0.06rem; /* Уменьшили отступ на 25% (было 0.08rem - 25% = 0.06rem) */
}

.game__specs-val {
    font-size: 0.56rem;
    color: #333;
    font-weight: 500;
    line-height: 1.0; /* Уменьшили межстрочный интервал */
}




/* Подключаем четкий шрифт */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

.cases__name_game {
    display: block;
    text-align: center;
    padding-top: 10px; /* Уменьшил верхний отступ */
    padding-bottom: 12px; /* Уменьшил нижний отступ */
    font-family: 'Roboto Condensed', Arial, sans-serif;
    font-size: 1.5rem; /* Немного уменьшил размер шрифта */
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 1px 1px 2px #000000,
                 2px 2px 4px rgba(0, 0, 0, 0.8);
    position: relative;
    min-height: 25px; /* Уменьшил минимальную высоту */
    
    /* Более темный фон */
    background-color: rgba(20, 20, 20, 0.55); /* Темнее и менее прозрачный */
    backdrop-filter: blur(6px);
    
    /* Скругление углов */
    border-radius: 10px; /* Немного уменьшил скругление */
    
    /* Отступ снизу */
    margin-bottom: 12px;
    
    /* Уменьшаем общую высоту */
    line-height: 1.2;
}

/* Картинка в начале текста */
.cases__name_game::before {
    content: '';
    display: inline-block;
    width: 2.8em; /* Уменьшил размер иконок */
    height: 1.8em;
    background: url('https://sw-shops.ru/img/devl.png') no-repeat center center;
    background-size: contain;
    margin-right: 4px;
    vertical-align: middle;
}

/* Картинка в конце текста */
.cases__name_game::after {
    content: '';
    display: inline-block;
    width: 1.8em; /* Уменьшил размер иконок */
    height: 1.8em;
    background: url('https://sw-shops.ru/img/anp.png') no-repeat center center;
    background-size: contain;
    margin-left: 4px;
    vertical-align: middle;
}

/* Четкие стили для каждого типа */
.cases__name_game--knife {
    color: #ffffff;
    border-bottom: 2px solid #b59f31;
    text-shadow: 1px 1px 2px #000000,
                 2px 2px 4px rgba(181, 159, 49, 0.3);
}

.cases__name_game--industrial {
    color: #ffffff;
    border-bottom: 2px solid #3261ba;
    text-shadow: 1px 1px 2px #000000,
                 2px 2px 4px rgba(50, 97, 186, 0.3);
}

.cases__name_game--restricted {
    color: #ffffff;
    border-bottom: 2px solid #842cb2;
    text-shadow: 1px 1px 2px #000000,
                 2px 2px 4px rgba(132, 44, 178, 0.3);
}

.cases__name_game--classified {
    color: #ffffff;
    border-bottom: 2px solid #c73047;
    text-shadow: 1px 1px 2px #000000,
                 2px 2px 4px rgba(199, 48, 71, 0.3);
}

.cases__name_game--covert {
    color: #ffffff;
    border-bottom: 2px solid #ac5a35;
    text-shadow: 1px 1px 2px #000000,
                 2px 2px 4px rgba(172, 90, 53, 0.3);
}

/* Только анимация при наведении */
.cases__name_game {
    transition: all 0.3s ease;
}

/* Эффект при наведении */
.cases__name_game:hover {
    transform: scale(1.03); /* Уменьшил масштаб при наведении */
    text-shadow: 1px 1px 3px #000000,
                 3px 3px 6px rgba(0, 0, 0, 0.9);
}

/* Убедимся, что изображение фона отображается правильно */
.cases__name_game {
    background-size: auto 60px; /* Уменьшил высоту фонового изображения */
    background-position: center bottom 1px;
}


.page-title_2 {
  font-family: 'Inter', sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.95);
  text-align: center;
  backdrop-filter: blur(10px);
  padding: 15px 30px;
  border-radius: 12px;
  background: rgba(40, 40, 40, 0.6); /* было 0.7 */
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.page-title_2:hover {
  backdrop-filter: blur(12px);
  background: rgba(50, 50, 50, 0.7); /* было 0.8 */
  transform: scale(1.05);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.35);
}

#auth .case-err__btn{
text-align: center;
    width: auto !important;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 40px;
	    min-width: 250px;
		    padding: 0;
    display: block;
}
#auth .tabs__btn.active{
	    color: #ffc607;
    text-shadow: 0 0 10px #ff7202;
}
#auth .auth-form input{
color: #ffffff;
    border: 2px solid #fac107;
    border-radius: 10px;
    padding: 0 45px 0 15px;
    font-size: 16px;
    height: 44px;
    line-height: 40px;
    width: 100%;
    background-color: rgba(60, 60, 60, 0.5);
}
@media screen and (min-width: 2000px) {
    #auth .popup-container{
        zoom: 0.85;
		margin-left: -68vh;
		    margin-top: -45vh;
    }
}
.fixreg{
	background: #2a2a32 url(../img/profile.jpg) 0 100% no-repeat;
    border: 2px solid #e7d6a163;
    border-radius: 10px;
    height: 35px;
    line-height: 24px;
    -webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
    box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
}
.fixauth{
	    background: #2a2a32 url(../img/profile.jpg) 0 100% no-repeat;
    border: 2px solid #e7d6a163;
    border-radius: 10px;
    height: 35px;
    line-height: 24px;
	-webkit-box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
    box-shadow: inset 0 0 55px rgba(255, 85, 0, .4), 0 0 19px rgba(255, 85, 0, .7);
    
}
#auth .tabs__btn.active{
	border: 2px solid #eed897;
}