.alert {
	background-color: rgba(255, 255, 255, 0.03);
	font-size: 16px;
	border-radius: 8px;
	color: #fff;
	padding: 20px;
	display: block;
	margin-bottom: 20px;
}

.alert b {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 10px;
}
.alert p {
	color: #fff;
}

.content__feedback-bg {
	-webkit-backdrop-filter: blur(215px);
}
.content__feedback {
	z-index: 2;
}

.content__item-text p {
	color: #fff;
}

.menuOpen {
	color: #fff;
	font-size: 25px;
	margin-right: 20px;
}
.menuOpen:hover {
	color: #fff;
}

/*mobile menu*/

.mobile-menu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 100;
}

@media (min-width: 768px) {
	.mobile-menu {
		padding-top: 0;
	}
}


.mobile-menu .mm__bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.mobile-menu .mm__wrapper {
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	transition: all .4s ease-in-out;
	overflow-y: auto;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 200;
	touch-action: auto;
	-ms-touch-action: auto;
	background: rgba(15, 16, 20, 0.9);
    backdrop-filter: blur(8px);
}

@media (min-width: 768px) {
	.mobile-menu .mm__wrapper {
		width: 35%;
	}
}

@media (min-width: 1200px) {
	.mobile-menu .mm__wrapper {
		width: 25%;
	}
	.w-xl-100 {
		width: 100%;
	}
}

.general_btn {
	cursor: pointer;
	border: unset;
	display: inline-block;
	outline: none;
    font-family: "Neometric Bold";
    padding: 12px 17.5px;
    transition-duration: 300ms;
    border-radius: 4px;
    background: linear-gradient(90deg, #3C8DBA 0%, #0B75A3 100%);
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}
.general_btn:hover {
	color: #000;
}

.profile__informer i {
	width: 20px;
}

.mm__header .close-btn {
	position: absolute;
	top: 0px;
	right: 0px;
	font-size: 20px;
	margin-right: 30px;
	margin-top: 20px;
}

.mobile-menu ul {
	padding: 0;
	margin: 0;
	margin-top: 10px;
}
.mobile-menu ul li {
	display: block;
}
.mobile-menu ul li a {
	color: #fff;
	padding: 10px;
	font-weight: 600;
	font-size: 18px;
	display: block;
}
.mobile-menu ul li a:hover {
	color: #fff;
}

.login_subbtn:hover,
a.white:hover {
	color: #fff;
}

.error_info {
	display: none;
}
.error_info.active {
	display: block;
}

.profile__informer {
	font-size: 16px;
	font-weight: 600;
}

.input_form input,
.input_form textarea,
.input_form select {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	outline: none;
	border: 1px solid rgba(255, 255, 255, 0.05);
	border-radius: 10px;
	padding: 13px 15px;
	background: rgba(255, 255, 255, 0.03);
}

.input_form input:focus,
.input_form textarea:focus {
	border: 1px solid #00ff9d;
}

.input_form input.w-100,
.input_form textarea.w-100 {
	width: calc(100% - 30px);
}

.input_form.w-100 {
	min-width: 100%;
}


.multiple_list .reorder {
	display: none;
}
.multiple_list input {
	margin-bottom: 20px;
}
.multiple_list .action-container {
	padding: 20px 0px;
    text-align: center;
    display: block !important;
}
.multiple_list .action-container a {
	padding: 5px;
	border-radius: 6px;
	background-color: #131416;
	color: #fff;
	transition-duration: 200ms;
	cursor: pointer;
}
.multiple_list .action-container a:hover {
	background-color: #232529;
/*	padding: 7px;*/
}
.yii-debug-toolbar__block {
	color: #000;
}
.ov-h {
	overflow: hidden;
}
.gray,
.gray p {
	color: #666977;
}

p.white a,
p.white a:hover,
p.gray a,
p.gray a:hover {
	color: #fff;
}

p {
	line-height: 120%;
}

.input_form label {
	color: #666977;
	display: block;
	margin-bottom: 10px;
}

@media screen and (max-width:1200px){
	.header__logo img {
		width: 100px;
	}
	.header__profile-btn {
		padding: 7px;
		font-size: 13px;
	}
	.header__profile span {
		font-size: 13px;
	}
	.header__profile .mr-20 {
		margin-right: 8px;
	}
	.header__profile .menuOpen {
		margin-right: 8px;
	}
	.header__profile .ml-20 {
		margin-left: 8px;
	}
}

.profile__balance big {
	font-size: 16px;
}
@media screen and (max-width:1200px){
	.profile__balance big {
		font-size: 20px;
	}
}

.m-m-15 {
	margin: -15px;
}
.m-15 {
	margin: 15px;
}

.content__items-item--unique {
    border-radius: 8px;
}
.content__items-item--unique:hover {

}

green {
	color: green;
}
orange {
	color: #dfa808;
}

.profile__content-box__scroll {
	overflow: hidden;
	overflow-x: auto;
}
.profile__content-box__scroll table {
	width: max-content;
}

.content__items {
	margin: -30px;
}
@media screen and (min-width:1200px){
	.content__items {
		overflow: hidden;
	}
	.content__items-item--unique b {
		margin-bottom: 20px !important;
	}
/*	.content__catalog .pagination {
		margin-top: 70px;
	}*/
	.content__items-item::before {
		content: '';
		position: absolute;
		height: calc(100% + 65px);
		width: 1px;
		left: -31px;
		top: -30px;
		background: #131315;
	}
	.content__items-item::after {
		content: '';
		position: absolute;
		height: 1px;
		width: calc(100% + 65px);
		left: -31px;
		bottom: -31px;
		background: #131315;
	}
}

.content__items-item {
	margin: 30px;
	transition-duration: 200ms;
/*	padding: 20px;*/
	position: relative;
	width: calc(33% - 60px);
}
.content__items-item--unique span,
.content__items-item--unique b,
.content__items-item--unique div {
	padding: 0 20px;
}
/*.content__items-image {
	transition-duration: 200ms;
	transform: scale(1);
}
.content__items-item:hover .content__items-image {
	transform: scale(1.1);
}*/
@media screen and (max-width: 1200px) {
	.content__items-item {
		width: calc(100% - 60px - 40px);
	}
}

:root {
  --primary-color: white;
  --secondary-color: #171a1d;
  --highlight-color: #15a668;

  --dt-status-available-color: greenyellow;
  --dt-status-away-color: lightsalmon;
  --dt-status-offline-color: lightgray;

  --dt-padding: 12px;
  --dt-padding-s: 6px;
  --dt-padding-xs: 2px;

  --dt-border-radius: 3px;

  --dt-background-color-container: #0f0f13;
  --dt-border-color: var(--secondary-color);
  --dt-bg-color: var(--highlight-color);
  --dt-text-color: var(--primary-color);
  --dt-bg-active-button: var(--highlight-color);
  --dt-text-color-button: var(--primary-color);
  --dt-text-color-active-button: var(--primary-color);
  --dt-hover-cell-color: var(--highlight-color);
  --dt-even-row-color: var(--secondary-color);
  --dt-focus-color: var(--highlight-color);
  --dt-input-background-color: var(--secondary-color);
  --dt-input-color: var(--primary-color);
}

.table-container {
  font-family: sans-serif;
  background-color: var(--dt-background-color-container);
  border-radius: var(--dt-border-radius);
  color: var(--dt-text-color);
  font-size: 14px;
}

.table-container .table {
  border-collapse: collapse;
  width: 100%;
}

.table-container .table,
.table-container .table th,
.table-container .table td {
  padding: var(--dt-padding) var(--dt-padding);
}

.table-container .table th {
  font-weight: bolder;
  text-align: left;
  border-bottom: solid 1px var(--dt-border-color);
}

.table-container .table td {
  border-bottom: solid 1px var(--dt-border-color);
}

.table-container .table tbody tr:nth-child(even) {
  background-color: var(--dt-even-row-color);
}

.table-container .table tbody tr:hover {
  background-color: var(--dt-hover-cell-color);
}

.table-container .table tbody tr:hover green,
.table-container .table tbody tr:hover orange,
.table-container .table tbody tr:hover red {
	color: #fff;
}

.table-container .table a,
.table-container .table a:hover {
	color: green;
	text-decoration: none;
	outline: none;
}
.table-container .table tbody tr:hover a,
.table-container .table tbody tr:hover a:hover {
	color: #fff;
}

.table-container .table tbody tr .available::after,
.table-container .table tbody tr .away::after,
.table-container .table tbody tr .offline::after {
  display: inline-block;
  vertical-align: middle;
}

.table-container .table tbody tr .available::after {
  content: "Online";
  color: var(--dt-status-available-color);
}

.table-container .table tbody tr .away::after {
  content: "Away";
  color: var(--dt-status-away-color);
}

.table-container .table tbody tr .offline::after {
  content: "Offline";
  color: var(--dt-status-offline-color);
}

.table-container .table tbody tr .available::before,
.table-container .table tbody tr .away::before,
.table-container .table tbody tr .offline::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: middle;
}

.table-container .table tbody tr .available::before {
  background-color: var(--dt-status-available-color);
}

.table-container .table tbody tr .away::before {
  background-color: var(--dt-status-away-color);
}

.table-container .table tbody tr .offline::before {
  background-color: var(--dt-status-offline-color);
}

.content__items-header {
	width: 100%;
	height: 162px;
	overflow: hidden;
	position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
}
.content__items-item--unique .content__items-header {
	width: calc(100% - 60px);
}
.content__items-header img.content__items-image {
	height: 150%;
	position: absolute;
	top: 50%;
    border-radius: 0px;
	transform: translateY(-50%);
}
@media screen and (max-width:1200px){
	.content__items-item--unique {
		padding-bottom: 20px;
	}
	.content__items-item {
        width: calc(100% - 60px);
    }
	.content__items-header img.content__items-image  {
		height: auto;
		width: 100%;
	}
}
.content__items-item--unique .content__items-header img.content__items-image {
	width: calc(100% - 20px);
}

.pagination {
	display: flex;
	margin: -5px;
/*	margin-bottom: 20px;*/
}
.pagination li {
	list-style: none;
	margin: 5px;
	display: block;
}
.pagination li a {
    background: #212226;
    color: #fff;
    font-size: 16px;
    transition-duration: 200ms;
    border-radius: 8px;
    display: block;
    text-decoration: none;
    padding: 7px 15px;
}
.pagination li a:hover {
	background: #191a1d;
}
.pagination li.active a {
    background: #3C8DBA;
}
.pagination li.active a:hover {
	background: #0B75A3;
}

.header__profile-btn,
.content__hero-splash,
.general_btn {
	background: #3C8DBA;
}
.header__profile-btn:hover,
.content__hero-splash:hover,
.general_btn:hover {
	background: #0B75A3;
	color: #fff;
}
.content__hero-splash {
	border-radius: 8px;
}
.content__hero-btn:hover {
	background: #0B75A3;
	color: #fff;
	border: 1px solid #0B75A3;
}
.content__hero-btn--green {
	background: #3C8DBA;
}

.content__items-price--one {
	color: #6F7077;
	background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
}

.header_avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

@media screen and (min-width:1200px){
	.content__cheats-item img {
		width: auto;
		height: 100%;
		max-width: unset;
	}
	.content__item-block {
	    height: calc(100% - 60px - 50px - 30px);
        align-content: center;
        min-height: calc(500px - 50px - 30px);
	}
	.content__item-slider .owl-item {
		height: 500px;
		overflow: hidden;
		position: relative;
	}
	.content__item-slider .owl-item img {
		width: auto;
		max-width: auto;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		height: 100%;
	}
}
@media screen and (max-width:1200px){
	.content__cheats-item img {
		width: auto;
		height: 100%;
		max-width: unset;
	}
}