.pay_area .block img {
    width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
#cote {
  height: 150px;
  width: 150px;
  position: absolute;
  right: -35px;
  cursor: pointer;
  bottom: -45px;
  z-index: 1001; }
  #cote img {
    height: 150px;
    width: 150px; }

@media (max-width: 991.99px) {
  #cote {
    display: none; } }		

input[type="color"] {
  -webkit-appearance: none;
  border: none;
  background: var(--site-stat-i-bg);
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  outline: none;
  cursor: inherit;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;}

.model_info img {
	width:50px;
}

.copyright {
    margin-top: 15px;
	height: 50px;
	background-color: var(--copyright-bg);
    border-top: var(--copyright-br);
}

.footer-btn-i i {
	color: #fff;
    font-size: 26px;
	padding: 10px;
	background-color: #343a45;
	text-align: center;
    border-radius: 50%;
	margin-right: 7px;
	opacity: 0.5;
	transition: all 0.5s;
}

.footer-btn-i[href="https://discord.gg/"] i {
	width: 46px;
}

.footer-btn-i i:hover {
	opacity: 1;
}

@media (max-width:528px) {
.footer-block-stats {
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
.f-disp {
	display: none;
}
}
@media (min-width:529px) {
.footer-block-stats {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}}

.info-user-block {
	display: table;
    table-layout: fixed;
    width: 100%;
    padding: 6px;
}

.info-user-block-avatar {
	display: table-cell;
    width: 141px;
    vertical-align: top;
}
	.info-user-block-avatar a {
		width: 130px;
		height: 130px;
		font-size: 58px;
		display: inline-flex;
		border-radius: 4px;
		vertical-align: top;
	}
		.info-user-block-avatar a img{
			text-indent: 100%;
			overflow: hidden;
			white-space: nowrap;
			word-wrap: normal;
			display: block;
			border-radius: 10px 10px 0 0;
			width: 100%;
			height: 100%;
		}
		
.info-user-block-hInfo {
    display: table-cell;
    vertical-align: top;
}
	.info-user-block-hInfo h4{
		margin: 0;
		margin-top: -.15em;
		padding: 0;
		font-weight: 400;
		line-height: 1.12;
		font-size: 24px;
		color: var(--user-info-block-h4-color);
	} 
		.info-user-block-hInfo h4 a {
			float: right;
			margin-top: -8px;
		}
			.info-user-block-hInfo h4 a i.fa-vk {
				font-size: 13px;
				padding: 3px;
				color: #fff;
				background: #4a76a8;
				border-radius: 35%;
				margin-right: 3px;
			}
			.info-user-block-hInfo h4 a i.fa-steam-symbol {
				font-size: 13px;
				padding: 3px 5px;
				color: #fff;
				background: #111111;
				border-radius: 35%;
				margin-right: -8px;
			}
	
.info-user-block-regInfo {
	font-size: 12px;
	margin-top: .25em;
	display: flex;
    overflow: hidden;
    max-width: 270px;
	color: #b5b9c0;
}

.info-user-block-stats {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	/* margin-top: 10px; */
    margin-right: -5px;
    margin-bottom: -5px;
	width: 130px;
	border-radius: 0 0 10px 10px;
    padding: 6px;
    font-size: 10px;
	background-color: var(--info-block-stats-bg);
}
	.info-user-block-stats dt {
		color: var(--info-block-stats-color);
		font-weight: normal;
	}

.info-user-block-btn {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-around;
	width: 130px;
}
	.info-user-block-btn a {
		width: max-content;
		height: max-content;
		font-size: 12px;
	}
	.info-user-block-btn a p {
		background-color: var(--info-block-stats-bg);
		padding: 5px;
		border-radius: 5px;
		color: var(--info-block-stats-color);
		margin-top: 10px;
		width: max-content;
		transition: all 0.5s;
		display: inline-flex;
		margin-right: 5px;
	}
	.info-user-block-btn a p:last-child {
		margin-right: 0;
	}

.info-user-block-btn a p:hover {
	background-color: var(--info-block-btn-bg-hover);
}

.input-steam {
	padding-top: 30px;
    font-size: 14px;
    color: var(--color-w-b);
    font-weight: bold;
}

.toggle-theme {
	display: flex;
    align-items: center;
    position: relative;
    padding: 7px 7px;
    background: #00ffff00;
    fill: #949fb2;
    height: 32px;
    width: 32px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: none;
    cursor: pointer;
	transition: fill 1.0s;
}

.toggle-theme:hover {
    fill: var(--toggle-theme-fill-hover);
}

.color-w-b {
	color: var(--color-w-b);
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    font-weight: 500;
}

.op-bg {
	transition: opacity 1.0s;
}
.op-bg-o {
	opacity: 0.1;
	transition: opacity 1.0s;
}
.colrg-4 {
	-ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    max-width: 33.3333333%;
}
.what_steam {
    right: 34px;
    top: 209px;
    font-size: 20px;
    position: absolute;
}

.what_steam i {
	color: #677077;
	transition: 0.7s;
}

.what_steam i:hover {
  color: #27282d
}

.pollnum {
	margin-top: 15px;
    font-weight: 400;
    color: var(--pollnum-color);
}
.verify {
	background: url(data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22m2.25%206.75%202.25%202.25%205.25-5.25%22%20fill%3D%22none%22%20stroke%3D%22%235c9ce6%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%3C%2Fsvg%3E) no-repeat 0;
    display: inline;
    margin-left: 7px;
    padding: 2px 12px 1px 0;
}
.widget_help {
  z-index: 99;
  box-sizing: border-box;
  border: #2f353d 2px solid;
  position: fixed;
  min-height: 220px;
  top: 327px;
  right: -193px;
  width: 239px;
  background: #2a2f36;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  padding: 15px 0 7px 80px;
  border-right: none;
  transition: 0.4s ease-out all;
  box-shadow: 6px 7px 0 0 #3a8dff;
 }
.widget_help::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50px;
    cursor: pointer; }
.widget_help:lang(ru)::before {
    background: #2f353d url("https://rebel-savage.ru/templates/ingame/img/lga.png") center no-repeat;
    }
.widget_help:lang(en)::before {
    background: #24282e url("") center no-repeat; }
.widget_help--card {
    right: -250px;
    width: 300px !important; }
.widget_help:hover {
    right: 0; }
.widget_help__item {
    color: #b7bacd;
    display: block;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 13px;
    transition: 0.2s ease-out all;
    }
.widget_help__item:hover {
      color: #ffffff;
      font-size: 13px;
      }
      transition: 0.2s ease-out all;
.widget_help__card {
    position: absolute;
    left: 48px;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    padding: 0 25px 20px 25px;
    background-color: white;
    border-left: #4786c8 2px solid;
    border-bottom: #4786c8 2px solid;
    border-bottom-left-radius: 7px;
    box-shadow: 6px 7px 0 0 rgba(212, 212, 212, 0.75); }
.widget_help__cardTitle {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 11px;
    color: #757575;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #d7dcde; }
.widget_help__cardRow::before, .widget_help__cardRow::after {
    display: table;
    content: '';
    clear: both; }
.widget_help__cardRow + .widget_help__cardRow {
    margin-top: 5px; }
.widget_help__cardRow--big + .widget_help__cardRow {
    margin-top: 10px; }
.widget_help__cardPhoto {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    border: 2px solid #d7dcde;
    border-radius: 3px;
    vertical-align: middle; }
.widget_help__cardName {
    display: inline-block;
    vertical-align: middle; }
.widget_help__cardFirstName {
    font-weight: 600;
    font-size: 13px;
    color: #222; }
.widget_help__cardLastName {
    font-weight: 600;
    font-size: 14px;
    color: #222; }
.widget_help__cardLabel {
    color: #777777; }
.widget_help__cardLabelValue {
    color: #4786c8; }
* {
  margin: 0;
  padding: 0;
}
.table .table {
    background-color: #253053;
}

.banner {
 position:relative;
 margin-bottom:25px;
}
@media (max-width:1350px) {
 .banner {
  margin-top:40px;
 }
}
.banner__container {
 height:104px;
 background:#2a2f36;
 box-shadow: 0 1px 4px rgba(0, 0, 0, 0), -23px 0 20px -23px rgba(0, 0, 0, .8), 23px 0 20px -23px rgba(0, 0, 0, .8), 0 0 10px #292931 inset;
 border-radius:5px
}
.banner__container,
.banner__icon {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.banner__icon {
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:130px;
 height:100%;
 overflow:hidden
}
.banner__icon:before {
 content:"";
 position:absolute;
 top:-13px;
 left:0;
 width:130px;
 height:130px;
 /* background:-webkit-radial-gradient(circle,rgba(255,108,0,.1) 0,transparent 75%); */
 background:-o-radial-gradient(circle,rgba(255,108,0,.1) 0,transparent 75%);
 /* background:radial-gradient(circle,rgba(255,108,0,.1) 0,transparent 75%) */
}
.banner__icon:after {
 content:"";
 position:absolute;
 bottom:0;
 left:40px;
 right:40px;
 height:1px;
 background-color:#ed7c0d
}
.banner__icon-image {
 width:43px;
 height:43px
}
.banner__info {
 flex-grow:1;
 display:flex;
 font-size:24px;
 font-weight:700;
 color:#fff;
 text-transform:uppercase;
 z-index:1
}
@media (max-width:1500px) {
 .banner__info {
  font-size:19px;
 }
}

.banner__title {
 text-shadow:0 2px 3px rgba(0,0,0,.3);
 margin-right:15px;
 margin-left:0px;
}
.banner__description {
 color:#f9c42a;
 text-shadow:0 0 24px rgba(255,96,0,.29);

}
.banner__timer {
 position:relative;
 margin-right:425px;
 display:flex;
 flex-shrink:0
}
.banner__timer-text {
 font-size:26px;
 color:#8a8a95
}
@media (max-width:1300px) {
 .banner__timer-text {
  font-size:20px
 }
}
.banner__timer-num {
 position:relative;
 background-color:#2a2f36;
 border-radius:2px;
 -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:flex;
 align-items:center;
 justify-content:center;
 color:#ffc600;
 font-size:28px;
 font-weight:700;
 text-shadow:0 0 14px #f76829
}
.banner__timer-num:after {
 content:"";
 position:absolute;
 bottom:0;
 left:0;
 width:100%;
 height:1px;
 background-color:#e9760f
}

.banner__timer-num+.banner__timer-num {
 margin-left:5px
}
.banner__timer-separator {
 color:#4c4c58;
 align-items:center;
 padding:0 10px;
 font-size:28px;
 font-weight:700
}






.our-service-sass .service-block{background: #24282e;border:1px solid #222229;border-radius:5px;overflow:hidden;position:relative;z-index:5;padding: 160px 30px 20px 30px;-webkit-box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);/* box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, 0), 23px 0 20px -23px rgba(0, 0, 0, 0), 0 0 10px #292931 inset; */border: 1px solid #24282e;margin-top: 10px;}
.our-service-sass .service-block:before{
content:'';
width:190px;
height:190px; 
background:#087452;
border-radius:100%;
position:absolute;
top:-148px;
left:-83px;
transform:scale(0);
}
.our-service-sass .service-block:hover:before{
transform:scale(1);
transition:all .5s linear;
transition-delay:.1s;
}
.our-service-sass .service-block:hover{
border-color:transparent;
}
.our-service-sass .service-block .icon-s{
position:absolute;
font-size:65px;
left:40px;
top:52px;
}
.our-service-sass .service-block .title a{font-size: 17px;line-height:32px;color:#fff;margin-bottom:30px;font-weight: 600;}
.our-service-sass .service-block p{color: #828ea0;padding-bottom:20px;transition: 0.2s ease-out all;}
.our-service-sass .service-block .detail-button{font-size: 40px;color:#ffc607;}
.our-service-sass .service-block .hover-content{position:absolute;top:0;left:0;right:0;bottom:0;background: #24282e;z-index:-3;opacity:0;transition:all .3s linear;}
.our-service-sass .service-block:hover .hover-content{
opacity:1;
}
.our-service-sass .service-block .hover-content:before{
content:'';
width:353px;
height:353px;
background: #0a8c63 ;
border-radius:100%;
position:absolute;
top:-250px;
left:-180px;
z-index:1;
transform:translate(-50% ,-50%);
opacity:0;
transition:all .1s linear;
}
.our-service-sass .service-block:hover .hover-content:before{
opacity:1;
transform:translate(0 ,0);
transition:all .7s linear;
}
.our-service-sass .service-block .hover-content:after{
content:'';
width:390px;
height:345px;
background: #3a8dff;
border-radius:100%;
position:absolute;
top:-196px;
left:-180px;
z-index:-1;
transform:translate(-50% ,-50%);
opacity:0;
transition:all .6s linear;
}
.our-service-sass .service-block:hover .hover-content:after{
opacity:1;
transform:translate(0 ,0);
transition:all 0.6s linear;
}
.our-service-sass .service-block .snow-dot{
position:absolute;
width:15px;
height:15px;
border-radius:50%;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
background:rgba(255,255,255,.5);z-index:-1
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.our-service-sass .service-block .snow-dot:nth-child(1){top:25px;left:41%;z-index:1;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(2){top:25px;left:78%;animation:scale-upOne 1.1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(3){top:75px;left:61%;animation:scale-upOne .8s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(4){top:136px;left:84%;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(5){bottom:35px;right:12%;animation:scale-upOne 1.2s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(6){bottom:80px;right:31%;animation:scale-upOne .9s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(7){bottom:40px;right:51%;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block:hover .detail-button,.our-service-sass .service-block:hover .icon-s,.our-service-sass .service-block:hover .title a,.our-service-sass .service-block:hover p{color:#fff!important}

.theme-more-feature.our-service-sass .inner-wrapper:after,.theme-more-feature.our-service-sass .inner-wrapper:before,.theme-more-feature.our-service-sass:after,.theme-more-feature.our-service-sass:before{display:none}

.our-service-sass.theme-more-feature{background:0 0;padding:165px 0 180px}

.our-service-app{position:relative;padding:260px 0 200px;border-bottom:1px solid #ededed}

.our-service-app .main-content{max-width:1450px;padding:0 15px;margin:90px auto 0}

.our-service-app .main-content .inner-wrapper{text-align:center;position:relative;margin-top:50px}

.our-service-app .main-content .inner-wrapper .title a{font-size:24px;color:#4e4e4e;margin:45px 0 30px}

.our-service-app .main-content .inner-wrapper:hover .title a{color:#614ef9}

.our-service-app .main-content .inner-wrapper p{line-height:30px;padding:0 50px;color:#8c929d}

.our-service-app .main-content .inner-wrapper .illustration-box{display:inline-block;position:relative;min-height:230px}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .bg-shape,.our-service-app .main-content .single-block:nth-child(3) .illustration-box .bg-shape{animation:rotated 35s infinite linear}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-one{position:absolute;top:42px;left:-16px}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-two{position:absolute;top:42px;right:0}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-three{position:absolute;bottom:24px;right:0}.our-service-app .main-content .single-block:nth-child(1) .illustration-box [class*=block-shape]{transform:scale(1.5)}

.our-service-app .main-content .single-block .illustration-box [class*=block-shape]{opacity:0;transition:all 1.5s ease-in-out}.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-one{position:absolute;top:120px;left:26px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-two{position:absolute;top:0;left:120px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-three{position:absolute;top:66px;right:6px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-four{position:absolute;top:52px;right:63px;transform:translateY(30px)}

.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*=block-shape]{opacity:1;transform:scale(1)}

.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box .block-shape-four{transform:translateY(0)}.our-service-app .main-content .single-block:nth-child(3) .illustration-box .block-shape-one{position:absolute;top:7px;left:45px;transform:scale(1.5)}

.our-service-app .main-content.show-pr .single-block:nth-child(1) .illustration-box [class*=block-shape],.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*=block-shape],.our-service-app .main-content.show-pr .single-block:nth-child(3) .illustration-box [class*=block-shape]{opacity:1;transform:scale(1)}


.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after,.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before{content:'';position:absolute;width:145px;height:1px;border-top:1px dashed #e6e6e6;top:45%}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before{right:-150px}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after{left:-150px}

.our-service-app .main-content .more-button{display:block;width:230px;line-height:51px;border-radius:30px;background:#614ef9;border:2px solid #614ef9;font-size:14px;color:#fff;text-transform:uppercase;margin:100px auto 0;text-align:center}

.our-service-app .main-content .more-button:hover{background:#fff;color:#007bff}

.our-service-app .main-content .down-arrow{display:block;width:60px;height:60px;box-shadow:0 15px 20px 0 rgba(209,218,235,.35);background:#fff;border-radius:50%;margin:0 0 0 -30px;line-height:60px;text-align:center;color:#7494b5;font-size:20px;position:absolute;bottom:-30px;left:50%;z-index:1}

.our-service-app .main-content .down-arrow span{display:block;transform:rotate(-90deg)}

.our-service-app .main-content .down-arrow:hover{color:#fff;background:#614ef9}






.pulse {
  display:  flow-root;
  width: 7px;
  top: -27px;
  left: 104px;
  height: 7px;
  border-radius: 50%;
  background: #3a8dff;
  box-shadow: 0 0 0 #3a8dff73;
  animation: pulse 1.5s infinite;
  position: relative;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3a8dff47;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 #3a8dff87;
    box-shadow: 0 0 0 0 #3a8dff4d;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.pulse2 {
  position: absolute;
  width: 10px;
  top: -2px;
  left: 25px;
  height: 10px;
  border-radius: 50%;
  background: #3a8dff;
  box-shadow: 0 0 0 #3a8dff73;
  animation: pulse 1s infinite;
}

@-webkit-keyframes pulse2 {
  0% {
    -webkit-box-shadow: 0 0 0 0 #3a8dff47;
  }
  70% {
      -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse2 {
  0% {
    -moz-box-shadow: 0 0 0 0 #3a8dff87;
    box-shadow: 0 0 0 0 #3a8dff4d;
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

::-webkit-scrollbar-button {
  background-image: url('');
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}
::-webkit-scrollbar-track {
  background-color: #1d2848;
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0px;
  border-radius: 50px;
  background-color: #09132e;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #09132e;
}
::-webkit-resizer {
  background-image: url('');
  background-repeat: no-repeat;
  width: 6px;
  height: 0px;
}
::-webkit-scrollbar {
  width: 6px;
 // cursor: url(/templates/standart_dark/img/NeonCursor04-Blue.cur), auto;
  pointer-events: auto;
}


.banner__container {
 height:104px;
 background: #1b1e23;
 box-shadow: 0 3px 4px rgba(27, 30, 35, 0), 0 0 1px rgba(10, 31, 68, 0.08);
 border-radius:5px;
}
.banner__container,
.banner__icon {
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center
}
.banner__icon {
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:130px;
 height:100%;
 overflow:hidden
}
.banner__icon:before {
 content:"";
 position:absolute;
 top:-13px;
 left:0;
 width: 150px;
 height: 150px;
 background:-o-radial-gradient(circle,rgba(255, 108, 0, 0) 0,transparent 75%);
}
.banner__icon:after {
 content:"";
 position:absolute;
 bottom:0;
 left:40px;
 right:40px;
 height:1px;
 background-color: #0095ff00;
}
.banner__icon-image {
 width: 52px;
 height: 52px;
}
.banner__info {
 flex-grow:1;
 display:flex;
 font-size:24px;
 font-weight: 900;
 color:#fff;
 text-transform:uppercase;
 z-index:1;
}
@media (max-width:1500px) {
 .banner__info {
  font-size:19px;
 }
}

.banner__title {
 text-shadow:0 2px 3px rgba(0,0,0,.3);
 margin-right:15px;
 margin-left:0px;
 font-size: 19px;
}
.banner__description {
 color: #00a1ff;
 text-shadow: 0 0 24px rgba(58, 141, 255, 0);
 font-size: 20px;
}
.banner__timer {
 position:relative;
 margin-right:425px;
 display:flex;
 flex-shrink:0
}
.banner__timer-text {
 font-size:26px;
 color:#8a8a95
}
@media (max-width:1300px) {
 .banner__timer-text {
  font-size:20px
 }
}
.banner__timer-num {
 position:relative;
 background-color:#27242a;
 border-radius:2px;
 -webkit-box-shadow:0 10px 16px rgba(0,0,0,.06);
 box-shadow:0 10px 16px rgba(0, 0, 0, 0);
 width:48px;
 height:58px;
 display:flex;
 align-items:center;
 justify-content:center;
 color:#0095ff;
 font-size:28px;
 font-weight:700;
 text-shadow:0 0 14px #0095ff
}
.banner__timer-num:after {
 content:"";
 position:absolute;
 bottom:0;
 left:0;
 width:100%;
 height:1px;
 background-color:#e9760f
}

.banner__timer-num+.banner__timer-num {
 margin-left:5px
}
.banner__timer-separator {
 color:#4c4c58;
 align-items:center;
 padding:0 10px;
 font-size:28px;
 font-weight:700
}

.loader {
	z-index: 1009;
	min-height: 32px;
	transition: all 0.1s;
	position: relative;
	height: 100%;
	width: 100%;
}

.loader::after {
	content: '';
	display: block;
	height: 32px;
	width: 32px;
	background: url(../img/loader.gif);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.wapper {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0;
}

.wapper>.content {
	flex: 1 0 auto;
	background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
}
.footer {
 background-color: #272b31;
/*  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:12px;
 display:block;
 position:relative;
 font-weight: 500;
 height: 25px;
 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:#343a45;
}
.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:#3a8dff;
 -webkit-transition:all .4s ease;
 transition:all .4s ease;
 width:0;
}
.footer__nav-link:hover {
 color:#ffffff;
 text-shadow:0 0 5px #ff720200;
}
.footer__nav-link:hover:after {
 width:100%;
 -webkit-box-shadow:0 0 8px #ff7c0800;
 box-shadow:0 0 8px #ff7c0800;
}
.footer__partner {
 -ms-flex-negative:0;
 flex-shrink:0;
 padding-left:60px;
}
@media (max-width:1680px) {
 .footer__partner {
  padding-left:30px;
 }
}
.footer__partner-link {
 display:-webkit-box;
 display:-ms-flexbox;
 display:-webkit-flex;
 display:flex;
 background-color: #343a45;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 border-radius:3px;
 padding-right:25px;
 padding-left:10px;
 color: #ffffff;
 text-shadow: 0 0 9px rgba(255, 114, 2, 0);
 font-weight:700;
 text-transform:uppercase;
 font-size:13px;
 transition: 0.2s ease-out all;
}
@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:#ffffff;
 background-color: #3a8dff;
 transition: 0.2s ease-out all;
}
.footer__partner-link:hover path {
 fill:#ffffff;
}
.footer__partner-image {
 display:block;
 font-size:0;
}
@media (max-width:1350px) {
 .footer__partner-image {
  display:none;
 }
}

.wapper>.footer .banners img {
	float: right;
	margin-left: 3px;
	border-radius: 2px;
}
@media (max-width: 528px) {
	.wapper>.footer .banners {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (min-width: 529px) {
	.wapper>.footer .banners {
		display: flex;
		padding-right: 0;
		padding-left: 0;
	}
}
@media (max-width: 991.99px) {
	.wapper>.footer .banners {
		margin-top: 10px;
	}
	.wapper>.footer .banners img {
		float: left;
	}
}
.wapper>.footer .col-lg-5 img {
	height: 60px;
	margin-bottom: 20px;
}

@media (max-width: 991.99px) {
    .wapper .header {
      position: relative; }
      .wapper .header ul {
        float: left;
        height: 100%;
        list-style: none;
        margin: 0 0 0 40px; }
        .wapper .header ul > li {
          display: block;
          float: left;
          margin: 0 17px; }
          .wapper .header ul > li > a {
            font-size: 12px;
            display: block;
            height: 56px;
            line-height: 56px;
            color: #8a94a6; }
        .wapper .header ul.user-menu {
          display: block;
          margin: 12px -8px;
          width: max-content;
          height: 32px;
          float: right; }
          .wapper .header ul.user-menu > li {
            margin: 0 8px; }
			.logo {
				width: 100px !important;
				height: 40px !important;
				margin-top: 8px !important;
			}
			.wapper .header ul.user-menu > li.balance {
           display: none; }
		   /*
            .wapper .header ul.user-menu > li:nth-child(3), .wapper .header ul.user-menu > li:nth-child(4), .wapper .header ul.user-menu > li:nth-child(5) {
              display: none; } */
            .wapper .header ul.user-menu > li.collapsible {
              position: relative; }
              .wapper .header ul.user-menu > li.collapsible > a {
                width: 42px; }
                .wapper .header ul.user-menu > li.collapsible > a img {
                  width: 30px;
                  height: 30px;
                  border-radius: 4px;
                  display: block;
                  float: left;
                  position: relative;
                  top: 1px; }
                .wapper .header ul.user-menu > li.collapsible > a i {
                  display: block;
                  float: right;
                  line-height: 30px;
                  font-size: 10px; }
            .wapper .header ul.user-menu > li > a {
              height: 32px;
              width: 32px;
              line-height: 31px;
              text-align: center;
              margin: 0; }
              .wapper .header ul.user-menu > li > a i {
                color: var(--color-w-b);
                }
            .wapper .header ul.user-menu > li > ul {
              z-index: 1011;
              display: none;
              position: absolute;
              right: calc(100% + -33px);
              width: auto !important;
              height: auto;
              list-style: none;
              top: 44px;
              margin: 0;
              padding: 0;
              background: var(--collapsible-menu-bg);
              -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
              box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
              border-radius: 4px;
              overflow: hidden;
              }
              .wapper .header ul.user-menu > li > ul > li {
                display: block;
                width: 100%;
                margin: 0; }
                .wapper .header ul.user-menu > li > ul > li:hover {
                  background: var(--collapsible-menu-bg-hover); }
                .wapper .header ul.user-menu > li > ul > li > a {
                  font-weight: 500;
                  color: var(--color-w-b);
                  font-size: 14px;
                  display: block;
                  position: relative;
                  height: 40px;
                  line-height: 40px;
                  margin: 0 15px;
                  -o-text-overflow: ellipsis;
                  text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap;
                  max-width: 200px;
                  }
              .wapper .header ul.user-menu > li > ul > li:last-child > a {
                border-bottom: 0; }
    .wapper .header-menu {
      position: relative;
      padding-bottom: 10px; }
      .wapper .header-menu .container {
        padding: 0; }
      .wapper .header-menu .collapsible-menu {
        font-size: 14px;
        list-style: none outside none;
        position: relative;
        padding: 0;
        margin: 0; }
        .wapper .header-menu .collapsible-menu > li {
          display: block;
          position: relative; }
          .wapper .header-menu .collapsible-menu > li.collapsible {
            padding-right: 20px; }
            .wapper .header-menu .collapsible-menu > li.collapsible::before {
              font-family: Font Awesome\ 5 Pro;
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              font-size: 1.33333em;
              line-height: 0.75em;
              vertical-align: -.0667em;
              font-weight: 900;
              color: var(--arrow-up-color);
              content: "\f078";
              position: absolute;
              top: 21px;
              z-index: 1010;
              font-size: 10px;
              right: 15px;  }
            .wapper .header-menu .collapsible-menu > li.collapsible > a {
              width: calc(100% + 20px); }
          .wapper .header-menu .collapsible-menu > li > a {
            height: 48px;
            border-bottom: var(--mes-dialog-bs);
            display: block;
            position: relative;
            padding: 0 10px;
            margin: 0;
            line-height: 48px;
            font-weight: 600;
            color: var(--head-menu-color);
            font-size: 12px;
            text-transform: uppercase;
            }
            .wapper .header-menu .collapsible-menu > li > a.open, .wapper .header-menu .collapsible-menu > li > a:hover {
              color: #3a8dff; }
          .wapper .header-menu .collapsible-menu > li:last-child > a {
            border-bottom: 0; }
          .wapper .header-menu .collapsible-menu > li ul {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
            border-bottom: var(var(--block-li-bb)); }
            .wapper .header-menu .collapsible-menu > li ul > li > a {
              position: relative;
              width: calc(100% - 30px);
              margin: 0 0 0 15px;
              padding: 0 10px;
              font-weight: 500;
              color: #6c798f;
              font-size: 12px;
              display: block;
              height: 40px;
              line-height: 40px;
              border-bottom: var(--block-li-bb); }
              .wapper .header-menu .collapsible-menu > li ul > li > a:hover {
                background: var(--monitoring-bg); }
            .wapper .header-menu .collapsible-menu > li ul > li:last-child a {
              border-bottom: 0; } }
  .wapper #hidden-menu.collapse.show, .wapper #hidden-menu.collapsing {
    display: block !important; }
  .wapper .monitoring {
    background-color: var(--monitoring-bg);
    height: 190px;
    max-height: 190px;
    width: 100%;
    margin-bottom: 30px;
    padding: 20px 0;
    }
    .wapper .monitoring .container > .info-line {
      height: 20px;
      margin-bottom: 20px; }
      .wapper .monitoring .container > .info-line span {
        text-transform: uppercase;
        color: var(--monitoring-title-color);
        line-height: 20px;
        font-weight: 500;
        font-size: 14px;
        }
    .wapper .monitoring {
      width: 100%;
      white-space: nowrap;
      height: 110px; }
    .wapper .monitoring .monitoring-line  {
      position: relative;
      z-index: 1001; }
    .wapper .monitoring .monitoring-line:hover , .wapper .monitoring .monitoring-line {
      opacity: 1; }
    .wapper .monitoring .monitoring-line {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      opacity: 0;
      position: absolute;
      z-index: 1000;
      width: calc(100% + 40px);
      top: 42px;
      left: -20px; }
      .wapper .monitoring .monitoring-line button {
        position: absolute;
        background: transparent !important; }
        .wapper .monitoring .monitoring-line  button span {
          color: var(--monitoring-next-bg);
          font-size: 50px; }
        .wapper .monitoring .monitoring-line {
          right: 0; }
          .wapper .monitoring .monitoring-line {
            opacity: 0 !important; }
        .wapper .monitoring .monitoring-line {
          left: 0; }
          .wapper .monitoring .monitoring-line {
            opacity: 0 !important; }
    .wapper .monitoring  {
      direction: ltr;
      position: relative;
      height: 110px;
      width: 100%;
      border-radius: 4px;
      overflow: hidden;
      display: inline-block;
      text-align: left;
      -webkit-box-shadow: 0 26px 26px rgba(10, 31, 68, 0.12), 0 0 1px rgba(10, 31, 68, 0.3);
      box-shadow: 0 6px 16px rgba(11, 176, 123, 0), 0 0 6px rgba(10, 31, 68, 0);
      }
      .wapper .monitoring  .map-image, .wapper .monitoring  .shadow {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
      .wapper .monitoring  .map-image, .wapper .monitoring  .shadow {
        background-size: 100% auto;
        background-position: center center; }
      .wapper .monitoring  .shadow {
    	/* background: #1b1e23; */
        background-image: url(/templates/getlab/img/progress.png);
        background-size: 100% auto;
        background-position: center center;
		}
      .wapper .monitoring  p, .wapper .monitoring  strong, .wapper .monitoring  .ip-link {
        position: absolute;
        display: block;
        width: calc(100% - 0px);
        margin: 0;
        left: 8px; }
      .wapper .monitoring  p {
        top: 5px;
        font-weight: 500;
        line-height: 17px;
        font-size: 12px;
        color: #c7c7c7;
		border-radius: 5px 5px 0 0;
		background: #0000007a;		
		padding-left: 5px;
        z-index: 1000;
        position: relative;
        white-space: normal;
        }
        .wapper .monitoring  p span {
          margin-right: 5px; }
      .wapper .monitoring  strong {
        top: 50px;
        font-weight: 600;
        line-height: 18px;
        font-size: 15px;
        color: #00a1ff;
		background: #0000007a;
		padding-left: 5px;
		border-radius: 5px 5px 0 0;}
      .wapper .monitoring  a {
        top: 20px;
        font-weight: 500;
        line-height: 16px;
        font-size: 14px;
        color: #dededf;
		border-radius: 0 0 5px 5px;
		padding-left: 5px;
        z-index: 1000;
        position: relative;
        }
		.wapper .monitoring  .ip-link {
        top: 68px;
        font-weight: 500;
        line-height: 16px;
        font-size: 14px;
        color: #8a94a6;
		border-radius: 0 0 5px 5px;
		background: #0000007a;		
		}
		
        .wapper .monitoring  a i {
          margin-left: 2px; }
	.wapper .monitoring  .progress {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 15px;
    	background: var(--monitoring-progress-bg);
        }
	.wapper .monitoring  .progress .progress-bar {
          	/* border-radius: 4px; */ }
	.wapper .monitoring  .progress .progress-bar.bg-info {
          	background-color: #1a3821 !important;
            /* box-shadow: 0 0px 7px 0 #357d46; */
            background-size: 1rem 1rem;
            border: 0px solid #f7f7f7;
            /* border-radius: 20px; */
            animation: 1s linear 0s normal none infinite running progress-bar-stripes;
            background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);  
    }
	.wapper .monitoring  .progress .progress-bar.bg-success {
            background-color: #2a3f50 !important;
            /* box-shadow: 0 0px 7px 0 #205b8a; */
            background-size: 1rem 1rem;
            border: 0px solid #f7f7f7;
            /* border-radius: 20px; */
            animation: 1s linear 0s normal none infinite running progress-bar-stripes;
            background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
		}
	.wapper .monitoring  .progress .progress-bar.bg-warning {
           	background-color: #231e40 !important;
            /* box-shadow: 0 0px 7px 0 #4f2baf; */
            background-size: 1rem 1rem;
            border: 0px solid #f7f7f7;
            /* border-radius: 20px; */
            animation: 1s linear 0s normal none infinite running progress-bar-stripes;
            background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
		}
	.wapper .monitoring  .progress .progress-bar.bg-danger {
            background: -webkit-linear-gradient(272.47deg, #57d968 2.52%, #00d590 100%);
            background: -o-linear-gradient(272.47deg, #57d968 2.52%, #00d590 100%);
            background-color: #2f1f21 !important;
            /* box-shadow: 0 0px 7px 0 #961f32; */
            background-size: 1rem 1rem;
            border: 0px solid #f7f7f7;
            /* border-radius: 20px; */
            animation: 1s linear 0s normal none infinite running progress-bar-stripes;
            background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
		}
.wapper .monitoring tbody[id^="players"] .btn {
  margin-bottom: 0; }
.wapper .monitoring .progress .progress-bar {
  margin: 0;
}
.progress-val {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: var(--vert-nav-li-a-color);
}
.bg-success {
    background: linear-gradient(to right, rgba(64, 70, 255, 0) 20%, rgba(0, 255, 196, 0) 100%);
    box-shadow: 0px 3px 15px 0px rgba(0, 255, 55, 0);
}
.block_discord {
  padding: 24px 16px;
  margin-bottom: 25px; }
  .block .btn-block-head {
    display: inline-block;
  margin-top: 9px; }
		
  .block.with-menu .block_head {
    position: relative; }
  .block.with-menu ul {
    position: relative;
    z-index: 800;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: -24px -16px;
    margin-top: 0;
border-radius: 0 0 25px 25px;}
  .block.block-table {
    padding: 0; }
    .block.block-table > .block_head {
      margin: 0;
      padding: 0 16px; }
    .block.block-table > .table-responsive {
      border: 0; }
    .block.block-table .noty-block {
      width: calc(100% - 60px);
      margin-left: 30px;
      margin-right: 30px;
      margin-bottom: 20px; }
  .block .block_head {
    height: 48px;
    line-height: 48px;
    padding: 0 16px;
    margin: -24px -16px;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    border-radius: 25px 25px 0px 0px;
    background: #1D2848;
    color: var(--chat-head-color);
    z-index: 1;
    position: relative;
    box-shadow: none;
    }
    .block .block_head span {
      color: #5d6c84;
      font-size: 17px;
      font-weight: 500;
      margin-left: 10px;
      }
    .block .block_head a {
      color: #151515; }
  .block .block_head_image {
    width: calc(100% + 60px);
    margin: -30px;
    margin-bottom: 30px;
    padding: 0;
    height: 70px;
    overflow: hidden;
    border-radius: 3px 3px 0 0; }
  .block .table-adaptive.table-fused {
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
    margin-bottom: -24px;
   padding: 10px 0px 10px 0px;
	/*width: fit-content; */ }

.authorization a.small {
  width: 100%;
  display: block;
  text-align: center;
  border: 0;
  margin-bottom: -13px;
  color: #8d96aa;
  }

.authorization .row {
  margin-right: -5px;
  margin-left: -5px; }
  .authorization .row > div[class^="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.authorization input.form-control, .authorization .custom-file label.form-control, .custom-file .authorization label.form-control {
  height: 48px;
  line-height: 48px; }

.authorization #result {
  margin-bottom: 10px; }

.registration .privacy-policy {
  border: 1px solid #ff0000;
  border-left: 3px solid #ff0000;
  display: block;
  padding: 10px;
  font-size: 12px;
  background: #ff000033;
  color: #ffffff;
  line-height: 14px;
  margin-bottom: 10px;
  }

.mini-profile .block_head {
  height: 72px;
  padding: 16px; }
  .mini-profile .block_head img {
    display: block;
    float: left;
    height: 43px;
    border-top: 3px solid #503ca5;
    border-left: 3px solid #503ca5;
    border-right: 3px solid #503ca5;
    border-bottom: 3px solid #503ca5;
    width: 43px;
    transition: 0.2s ease-out all;
    border-radius: 50px;
    }
    .mini-profile .block_head img:hover {
    display: block;
    float: left;
    height: 43px;
    border-top: 3px solid #444d5d;
    border-left: 3px solid #444d5d;
    border-right: 3px solid #444d5d;
    border-bottom: 3px solid #444d5d;
    width: 43px;
    transition: 0.2s ease-out all;
    border-radius: 50px;
    }
  .mini-profile .block_head div {
    width: calc(100% - 56px);
    float: right; }
    .mini-profile .block_head div p, .mini-profile .block_head div p > span {
      line-height: 20px;
      font-size: 14px;
      color: #aeaeae;
      margin: 0;
      }
      .mini-profile .block_head div p b, .mini-profile .block_head div p > span b {
        color: var(--color-w-b);
        }

.mini-profile .vertical-navigation {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  list-style: none;
  overflow: hidden;
  margin: -16px;
  margin-top: 0px;
  margin-bottom: -25px; 
box-shadow: none;
border-radius: 0px 0px 25px 25px;
    background: #253053;}
  .mini-profile .vertical-navigation > ul {
    margin-bottom: 0; }
  .mini-profile .vertical-navigation li.user-balance a {
    line-height: 60px;
    height: 60px;
    padding: 0 24px; }
    .mini-profile .vertical-navigation li.user-balance a > i {
      position: relative;
      left: 2px;
      }
    .mini-profile .vertical-navigation li.user-balance a div {
      width: calc(100% - 38px);
      float: right;
      height: 32px;
      margin-top: 12px;
      line-height: 16px;
      position: relative; }
      .mini-profile .vertical-navigation li.user-balance a div p {
color: #b8bac0;
    font-size: 13px;
        margin: 0;
        width: auto;
        display: inline; }
      .mini-profile .vertical-navigation li.user-balance a div span {
font-size: 14px;
    color: #b8bac0;
    font-weight: 500;
        }
      .mini-profile .vertical-navigation li.user-balance a div i {
        font-size: 13px;
    font-weight: 500; }
      .mini-profile .vertical-navigation li.user-balance a div button {
        position: absolute;
        height: 35px;
    	line-height: 37px;
        right: 0;
        top: 0;
        }
        .mini-profile .vertical-navigation li.user-balance a div button i {
          position: relative;
          top: -2px;
          font-size: 12px;
          margin-left: 3px; }
  .mini-profile .vertical-navigation li a {
    color: #b8bac0;
    font-size: 13px;
    }
	
	.mini-profile .vertical-navigation li:hover {
        background: #1d2848;
    }
    .mini-profile .vertical-navigation li a > i {
      margin: 0 16px 0 0;
      font-size: 16px;
      display: inline-block;
      width: 16px;
      text-align: center;
      font-weight: 500;
      }

.vk-widgets div[id^="vk_groups"] {
  margin-bottom: 30px; }

.vk-widgets div[id^="vk_subscribe"] {
  margin: 2px 0; }

.our-steam-group {
  display: block;
  padding: 25px 16px;
  margin-bottom: 10px;
  background: #3a8dff;
  position: relative;
  }
  .our-steam-group:hover {
  display: block;
  padding: 25px 16px;
  margin-bottom: 10px;
  background: #006bff;
  position: relative;
  }
  .our-steam-group span {
    font-weight: bold;
    line-height: 40px;
    font-size: 20px;
    letter-spacing: 0.5px;
    color: #fff; }
  .our-steam-group i {
    color: #ffffff;
    font-size: 50px;
    position: absolute;
    right: 20px;
    margin-top: -6px;
    }

.vertical-navigation {
  margin-bottom: 30px;
  display: block !important;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .vertical-navigation li {
    border-top: var(--block-li-bb);
    }
    .vertical-navigation li:first-child {
      border: 0; }
    .vertical-navigation li a {
      display: block;
      line-height: 20px;
      font-size: 14px;
      font-weight: 500;
      color: var(--vert-nav-li-a-color);
      padding: 14px 26px;
      }
      .vertical-navigation li a.active {
        color: white;
        font-weight: 600;
        background-color: rgb(37 48 83);
        }
    .vertical-navigation li.active a {
      color: white;
      font-weight: 600;
      background-color: rgb(29 40 72);
      }
  .vertical-navigation.with-icons li a {
    position: relative;
    padding-left: 68px; }
    .vertical-navigation.with-icons li a i {
      left: 24px;
      font-size: 18px;
      line-height: 20px;
      position: absolute;
      width: 18px;
      text-align: center; }

.chat {
  padding-bottom: 0; }

#place_for_messages #messages {
  overflow-y: auto;
  height: 400px; }

#place_for_messages textarea {
  border: 0;
  border-radius: 4px;
  font-size: 13px;
  padding-right: 100px;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 55px;
  min-height: 55px; }

#place_for_messages .smile_input #smile_btn {
  top: 21px !important; }

#place_for_messages .dialog {
  margin-top: 8px;
  height: 70px;
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer; }
  #place_for_messages .dialog:nth-child(1) {
    margin-top: 24px; }
  #place_for_messages .dialog > div:nth-child(1) {
    padding: 5px;
    float: left;
    width: calc(100% - 40px);
    height: 70px;
    background-color: #1d2848;
    border-left: 1px solid #1d2848;
    border-top: 1px solid #1d2848;
    border-bottom: 1px solid #1d2848;
    }
    #place_for_messages .dialog > div:nth-child(1) img {
      height: 50px;
      width: 50px;
      border-radius: 50%;
      float: left;
      margin: 5px 15px 5px 5px; }
    #place_for_messages .dialog > div:nth-child(1) div {
      float: right;
      width: calc(100% - 70px); }
      #place_for_messages .dialog > div:nth-child(1) div p {
        margin: 0; }
        #place_for_messages .dialog > div:nth-child(1) div p:nth-child(2) {
          font-size: 14px;
          line-height: 20px;
          color: var(--color-w-b);
          }
        #place_for_messages .dialog > div:nth-child(1) div p:nth-child(3) {
          margin-top: 1px; }
        #place_for_messages .dialog > div:nth-child(1) div p:nth-child(5), #place_for_messages .dialog > div:nth-child(1) div p:nth-child(6) {
          margin-top: -5px; }
        #place_for_messages .dialog > div:nth-child(1) div p:nth-child(6) {
          margin-left: 3px; }
        #place_for_messages .dialog > div:nth-child(1) div p:nth-child(5), #place_for_messages .dialog > div:nth-child(1) div p:nth-child(3), #place_for_messages .dialog > div:nth-child(1) div p:nth-child(6) {
          font-size: 13px;
          line-height: 13px; }
  #place_for_messages .dialog > div:nth-child(2) {
    float: right;
    width: 40px;
    height: 70px;
    text-align: center;
    padding: 26px 5px 5px;
    border-radius: 0px 10px 10px 0px;
    background-color: var(--del-mes-color);
    border-right: 1px solid var(--del-mes-color);
    border-top: 1px solid var(--del-mes-color);
    border-bottom: 1px solid var(--del-mes-color); }
    #place_for_messages .dialog > div:nth-child(2) span {
      font-size: 16px;
      color: rgb(255, 255, 255); }
  #place_for_messages .dialog > div:nth-child(1):hover {
    background-color: #09132e;
    border-right: 1px solid #09132e;
    border-color: 1px solid #09132e; }
  #place_for_messages .dialog > div:nth-child(2):hover {
    background-color: #09132e;
    border-left: 1px solid #09132e;
    border-color: 1px solid #09132e; }

#chat {
  }
  #chat a.small {
    font-size: 14px; }
    #chat .input-group .smile_input {
      width: 100%;
      position: relative;
      }
      #chat .input-group .smile_input input, #chat .input-group .smile_input .custom-file label, .custom-file #chat .input-group .smile_input label {
        height: 52px;
        line-height: 48px;
        border: 0;
        padding-right: 90px;
        margin: 0;
        }
      #chat .input-group .smile_input #smile_btn {
        position: absolute;
        right: 58px;
        top: 19px;
        font-size: 20px;
        }
        #chat .input-group .smile_input #smile_btn::after {
          color: #d6d6d6;
          }
      #chat .input-group button::before {
        position: absolute;
        font-weight: 100;
        content: "\f124";
        color: #fff;
        font-size: 18px;
        line-height: 49px;
        left: 9px;
        top: -5px;
        }
    #chat #drop_zone > #drop_mask {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: none;
      margin: -1px; }
    #chat #drop_zone.loader {
      background: #fff;
      opacity: 0.4; }
    #chat #drop_zone.hover, #chat #drop_zone.error {
      font-family: Font Awesome\ 5 Pro;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-size: 1.33333em;
      line-height: 0.75em;
      vertical-align: -.0667em; }
      #chat #drop_zone.hover #chat_messages, #chat #drop_zone.error #chat_messages {
        height: 396px; }
    #chat #drop_zone.hover:after, #chat #drop_zone.error:after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      border-radius: 2px;
      text-align: center;
      font-size: 400%;
      line-height: 500%;
      outline-offset: -10px; }
    #chat #drop_zone.hover:after {
      content: "\f0c5";
      background: #e1effa;
      outline: 2px dashed #8db0cc;
      color: #0a1f44; }
    #chat #drop_zone.error:after {
      content: "\f2ed";
      background: #fce3e3;
      outline: 2px dashed #e09292;
      color: #f03d3d; }
    #chat #chat_messages .chat_message, #chat #messages .chat_message {
      position: relative;
      overflow: hidden;
      padding: 10px 2px 10px 0;
      }
      #chat #chat_messages .chat_message:first-child, #chat #messages .chat_message:first-child {
        border-top: 0; }
      #chat #chat_messages .chat_message > a, #chat #messages .chat_message > a {
        display: block;
        width: 40px;
        float: left; 
        margin: 0px 0px 0px 5px;}
        #chat #chat_messages .chat_message > a img, #chat #messages .chat_message > a img {
          height: 40px;
          width: 40px; }
        #chat #chat_messages .chat_message > a img:hover, #chat #messages .chat_message > a img {
          height: 40px;
          width: 40px;
          }
        #chat #chat_messages .chat_message > a span, #chat #messages .chat_message > a span {
          width: 100%;
          display: block;
          text-align: center;
          color: #8a94a6;
          line-height: 24px;
          font-size: 10px; }
      #chat #chat_messages .chat_message .message, #chat #messages .chat_message .message {
        width: calc(100% - 57px);
        float: right;
        word-wrap: break-word;
        position: relative;
        overflow: hidden;
        font-size: 14px;
        /* line-height: 10px; */
        }
        #chat #chat_messages .chat_message .message .info, #chat #messages .chat_message .message .info {
          line-height: 14px;
          font-size: 13px;
          display: block;
          height: 16px; }
          #chat #chat_messages .chat_message .message .info .author, #chat #messages .chat_message .message .info .author {
            float: left;
            position: relative;
            cursor: pointer; }
        #chat #chat_messages .chat_message .message .with_code, #chat #messages .chat_message .message .with_code {
          background: #1d2848;
          border-radius: 4px 15px 15px 15px;
          padding: 15px;
          display: inline-block;
          font-size: 12px;
          color: var(--chat-message-color);
          }
          #chat #chat_messages .chat_message .message .with_code img, #chat #messages .chat_message .message .with_code img {
            max-width: 300px; }
      #chat #chat_messages .chat_message .dell_message, #chat #chat_messages .chat_message .edit_message, #chat #messages .chat_message .dell_message, #chat #messages .chat_message .edit_message {
        color: #a6aebc;
        position: absolute;
        top: 2px;
        font-size: 12px;
        cursor: pointer; }
      #chat #chat_messages .chat_message .dell_message, #chat #messages .chat_message .dell_message {
        right: 0; }
      #chat #chat_messages .chat_message .edit_message, #chat #messages .chat_message .edit_message {
        right: 15px; }
      #chat #chat_messages .chat_message textarea, #chat #messages .chat_message textarea {
        margin: 15px 3px 3px;
        width: calc(100% - 10px); }
  #chat .auth-to-write {
    height: 48px;
    margin-top: 16px;
    margin-bottom: -25px;
    line-height: 46px; }
    #chat .auth-to-write .btn {
      margin-top: 8px;
      margin-left: 8px;
      float: right; }

#passive {
  text-align: center; }
  
  #Achat {
  }
  #Achat a.small {
    font-size: 14px; }
  #Achat .input-group {
    margin: -16px;
    margin-top: 16px;
    margin-bottom: 0;
    width: calc(100% + 32px);
    position: relative; }
    #Achat .input-group .smile_input {
      width: 100%;
      position: relative;
      }
      #Achat .input-group .smile_input input, #Achat .input-group .smile_input .custom-file label, .custom-file #Achat .input-group .smile_input label {
        height: 52px;
        line-height: 48px;
        border: 0;
        padding-right: 90px;
        margin: 0;
        }
      #Achat .input-group .smile_input #Asmile_btn {
        position: absolute;
        right: 58px;
        top: 19px;
        font-size: 20px;
        }
        #Achat .input-group .smile_input #Asmile_btn::after {
          color: #d6d6d6;
          }
    #Achat .input-group button {
      font-family: Font Awesome\ 5 Pro;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-size: 1.33333em;
      line-height: 0.75em;
      vertical-align: -.0667em;
      position: absolute;
      top: -9px;
      right: 11px;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      background: #3a8dff;
      color: #3a8dff !important;
      overflow: hidden;
      font-weight: bold;
      }
      #Achat .input-group button::before {
        position: absolute;
        font-weight: 100;
        content: "\f124";
        color: #fff;
        font-size: 18px;
        line-height: 49px;
        left: 9px;
        top: -5px;
        }
  #Achat #Adrop_zone {
    height: 100%;
    position: relative;
    background: var(--chat-bg);
    margin: 0 -16px -16px -16px;
    width: calc(100% + 32px);
    border-bottom: var(--chat-bb);
    }
    #Achat #Adrop_zone > #Adrop_mask {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: none;
      margin: -1px; }
    #Achat #Adrop_zone.loader {
      background: #fff;
      opacity: 0.4; }
    #Achat #Adrop_zone.hover, #Achat #Adrop_zone.error {
      font-family: Font Awesome\ 5 Pro;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-size: 1.33333em;
      line-height: 0.75em;
      vertical-align: -.0667em; }
      #Achat #Adrop_zone.hover #Achat_messages, #chat #Adrop_zone.error #Achat_messages {
        height: 396px; }
    #Achat #Adrop_zone.hover:after, #Achat #Adrop_zone.error:after {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      border-radius: 2px;
      text-align: center;
      font-size: 400%;
      line-height: 500%;
      outline-offset: -10px; }
    #Achat #Adrop_zone.hover:after {
      content: "\f0c5";
      background: #e1effa;
      outline: 2px dashed #8db0cc;
      color: #0a1f44; }
    #Achat #Adrop_zone.error:after {
      content: "\f2ed";
      background: #fce3e3;
      outline: 2px dashed #e09292;
      color: #f03d3d; }
  #Achat #Achat_messages, #Achat #messages {
    overflow-y: auto;
    width: calc(100% - 16px);
    height: 400px;
    margin-left: 16px;
    }
    #Achat #Achat_messages .chat_message, #Achat #messages .chat_message {
      position: relative;
      overflow: hidden;
      padding: 10px 2px 10px 0;
      }
      #Achat #Achat_messages .chat_message:first-child, #Achat #messages .chat_message:first-child {
        border-top: 0; }
      #Achat #Achat_messages .chat_message > a, #Achat #messages .chat_message > a {
        display: block;
        width: 40px;
        float: left; }
        #Achat #Achat_messages .chat_message > a img, #Achat #messages .chat_message > a img {
          height: 40px;
          width: 40px;
          border-top: 2px solid #4c647b;
          border-left: 2px solid #4c647b;
          border-right: 2px solid #4c647b;
          border-bottom: 2px solid #4c647b;
          transition: 0.2s ease-out all; }
                  #Achat #Achat_messages .chat_message > a img:hover, #Achat #messages .chat_message > a img {
          border-radius: 30%;
          height: 40px;
          width: 40px;
          border-top: 2px solid #3a8dff;
          border-left: 2px solid #3a8dff;
          border-right: 2px solid #3a8dff;
          border-bottom: 2px solid #3a8dff;
          transition: 0.2s ease-out all;
          }
        #Achat #Achat_messages .chat_message > a span, #Achat #messages .chat_message > a span {
          width: 100%;
          display: block;
          text-align: center;
          color: #8a94a6;
          line-height: 24px;
          font-size: 10px; }
      #Achat #chat_messages .chat_message .message, #Achat #messages .chat_message .message {
        width: calc(100% - 50px);
        float: right;
        word-wrap: break-word;
        position: relative;
        overflow: hidden;
        font-size: 14px;
        /* line-height: 10px; */
        }
        #Achat #Achat_messages .chat_message .message .info, #Achat #messages .chat_message .message .info {
          font-family: "Open Sans";
          line-height: 14px;
          font-size: 13px;
          display: block;
          height: 16px; }
          #Achat #Achat_messages .chat_message .message .info .author, #Achat #messages .chat_message .message .info .author {
            float: left;
            position: relative;
            cursor: pointer; }
        #Achat #Achat_messages .chat_message .message .with_code, #Achat #messages .chat_message .message .with_code {
          background: var(--chat-message-bg);
          border-radius: 4px 15px 15px 15px;
          padding: 15px;
          display: inline-block;
          font-size: 12px;
          color: var(--chat-message-color);
          }
          #Achat #Achat_messages .chat_message .message .with_code img, #Achat #messages .chat_message .message .with_code img {
            max-width: 300px; }
      #Achat #Achat_messages .chat_message .dell_message, #Achat #Achat_messages .chat_message .edit_message, #Achat #messages .chat_message .dell_message, #Achat #messages .chat_message .edit_message {
        color: #a6aebc;
        position: absolute;
        top: 2px;
        font-size: 12px;
        cursor: pointer; }
      #Achat #Achat_messages .chat_message .dell_message, #Achat #messages .chat_message .dell_message {
        right: 0; }
      #Achat #Achat_messages .chat_message .edit_message, #Achat #messages .chat_message .edit_message {
        right: 15px; }
      #Achat #Achat_messages .chat_message textarea, #Achat #messages .chat_message textarea {
        margin: 15px 3px 3px;
        width: calc(100% - 10px); }
  #Achat .auth-to-write {
    height: 48px;
    margin-top: 16px;
    margin-bottom: -25px;
    line-height: 46px; }
    #chat .auth-to-write .btn {
      margin-top: 8px;
      margin-left: 8px;
      float: right; }

#Apassive {
  text-align: center; }

#smile_btn {
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
  width: 20px;
  height: 17px;
  line-height: 15px;
  cursor: pointer; }
  #smile_btn::after {
    color: #ffffff;
    content: "\f118";
    }

.g_smile {
  height: 20px;
  width: 20px;
  display: inline-block; }

.g_sticker {
  height: auto;
  width: auto; }

.popover-body > .smiles_box {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 253px;
  height: 300px; }
  .popover-body > .smiles_box .smile {
    cursor: pointer;
    margin: 7px;
    float: left;
    width: 25px;
    height: 25px; }
  .popover-body > .smiles_box .sticker {
    cursor: pointer;
    margin: 6px;
    float: left;
    width: 65px;
    height: 65px; }

.smiles_panel {
  width: 100%;
  margin-top: 5px;
  padding: 0 15px; }
  .smiles_panel .smilebtn {
    display: block;
    width: 40px;
    height: 40px;
    padding: 5px;
    border: 1px solid #e1e4e8;
    border-radius: 2px; }
    .smiles_panel .smilebtn img {
      width: 100%;
      height: 100%; }
  .smiles_panel > .btn {
    margin: 0; }
    .smiles_panel > .btn:nth-child(1) {
      width: 80px; }
    .smiles_panel > .btn:nth-child(2) {
      width: 174px; }
  .smiles_panel {
    position: relative;
    z-index: 1061; }
  .smiles_panel {
    position: absolute;
    z-index: 1060;
    width: calc(100% + 10px);
    top: 0;
    margin: 0 -20px;
    height: 40px;
    line-height: 1; }
    .smiles_panel button {
      display: block;
      width: 15px;
      background: transparent;
      border: 1px solid #e1e4e8 !important;
      border-radius: 2px;
      height: 40px;
      line-height: 1; }
      .smiles_panel {
        font-size: 25px;
        line-height: 12px; }
      .smiles_panel {
        float: left; }
      .smiles_panel {
        float: right; }

.smiles-buy-panel {
  width: 100%;
  margin-top: 5px; }
  .smiles-buy-panel button {
    margin: 0 !important; }
    .smiles-buy-panel button:nth-child(1) {
      width: 100px; }
    .smiles-buy-panel button:nth-child(2) {
      width: calc(100% - 100px); }

.stickers_img {
  border-radius: 2px;
  width: 236px;
  height: 250px; }

.smile_input_forum .btn {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 0; }

.smile_input_forum #smile_btn {
  position: relative;
  display: inline-block; }
  .smile_input_forum #smile_btn::after {
    position: absolute;
    top: 0; }

#notifications_line {
  padding-bottom: 8px; }

.site-stats {
padding-bottom: 8px;
    position: absolute;
    width: 300px;
    margin-left: 10px; }
  .site-stats strong {
    margin-left: 16px;
    line-height: 24px;
    font-size: 16px; }
    .site-stats strong span {
      background: var(--site-stat-span-bg);
      border-radius: 66px;
      padding: 1px 10px;
      font-size: 12px;
      color: var(--site-stat-span-color);
      }
  .site-stats #site_stats {
    background: var(--site-stat-bg);
    margin: -24px -16px;
    border-bottom: var(--site-stat-bb);
    margin-bottom: 16px;
    box-shadow: var(--site-stat-bs);
    border-radius: 4px;
    }
	 @media (max-width:766.99px){
 		.site-stats #site_stats div.col-lg-4 {
			padding: 16px 47px;
			-ms-flex: 0 0 31.333333%;
			flex: 0 0 31.333333%;
			max-width: 31.333333%;
		}
		.site-stats #site_stats div.col-lg-4 i {
			width: 36px;
			height: 36px;
			display: block;
			float: left;
			text-align: center;
			line-height: 35px;
			border-radius: 50%;
			background: var(--site-stat-i-bg);
			font-size: 12px;
        }
		.site-stats #site_stats div.col-lg-4 div b {
			color: var(--site-stat-b-color);
			font-weight: bold;
			line-height: 23px;
			font-size: 16px;
		}
		.site-stats #site_stats div.col-lg-4 div span {
			color: #8a94a6;
			font-weight: 500;
			line-height: 16px;
			font-size: 8px;
			text-transform: uppercase;
		 }
	}
	@media (min-width:767px){
		.site-stats #site_stats div.col-lg-4 {
			padding: 16px 47px; 
			-ms-flex: 0 0 33.333333%;
			flex: 0 0 33.333333%;
			max-width: 33.333333%;
		}
		.site-stats #site_stats div.col-lg-4 i {
			width: 48px;
			height: 48px;
			display: block;
			float: left;
			text-align: center;
			line-height: 48px;
			border-radius: 50%;
			background: var(--site-stat-i-bg);
			font-size: 18px;
        }
		.site-stats #site_stats div.col-lg-4 div b {
          color: var(--site-stat-b-color);
          font-weight: bold;
          line-height: 23px;
          font-size: 28px;
          }
		   .site-stats #site_stats div.col-lg-4 div span {
			color: #8a94a6;
			font-weight: 500;
			line-height: 16px;
			font-size: 8px;
			text-transform: uppercase;
		 }
	}
      .site-stats #site_stats div.col-lg-4 div {
        width: calc(100% - 68px);
        float: right; }
  .site-stats #online_users a {
    margin-right: 5px; }
  .site-stats #online_users, .site-stats #load_last_online {
    color: #fff0;
    }
    .site-stats #online_users a, .site-stats #load_last_online a {
      display: inline-block;
      width: 32px;
      height: 32px;
      margin-bottom: 5px;
      margin-left: -10px;}
      .site-stats #online_users a img, .site-stats #load_last_online a img {
        width: 32px;
        height: 32px;
        border-radius: 6px; }
  .site-stats #online_users {
margin: -35px -8px;
    border-bottom: 1px solid #f1f2f400;
    margin-bottom: 5px;
    padding: 47px 0px 0px 0px;
    }
  .site-stats #load_last_online {
    padding: 8px 16px 0 16px; }
  .site-stats .empty-element {
    border: 0; }

.servers-online-line {
  border-radius: 3px;
  overflow: visible;
  position: relative;
  height: 30px;
  margin-top: -20px;
  background: whitesmoke;
  border: 1px solid #e1e4e8; }
  .servers-online-line .progress-val {
    position: absolute;
    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 13px; }
  .servers-online-line .progress-bar {
    margin: -1px;
    border-radius: 3px 0 0 3px; }
  .servers-online-line .progress-bar.bg-info {
    background-color: #e1effa !important;
    border: 1px solid #cadded; }
  .servers-online-line .progress-bar.bg-success {
    background-color: #e3f5dc !important;
    border: 1px solid #cde8c3; }
  .servers-online-line .progress-bar.bg-warning {
    background-color: #fff0d2 !important;
    border: 1px solid #e8ddca; }
  .servers-online-line .progress-bar.bg-danger {
    background-color: #fce3e3 !important;
    border: 1px solid #e8caca; }

#companions a {
  border-top: var(--chat-bb);
  display: block;
  height: 70px;
  width: calc(100% + 32px);
  margin: 0 -16px;
  padding: 10px 16px 10px 16px;
  -o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
  }
  #companions a:last-child {
    margin-bottom: -23px; }
  #companions a img {
height: 50px;
    width: 50px;
    border-radius: 25px;
    margin-right: 18px;
    float: left; }
  #companions a div {
    margin: 0;
    display: block;
    float: left;
    margin-top: 5px; }
   #companions a div > span {
      max-width: 100%;
      line-height: 20px;
      font-size: 15px;
      width: auto;
      font-weight: 500;
      color: #367dff;
      }
    #companions a div p {
      color: #b8bac0;
       font-size: 14px;
      line-height: 16px; }
      #companions a div p span {
        display: inline-block;
        width: auto;
        color: #8a94a6;
        font-size: 12px;
        line-height: 16px; }
        #companions a div p span i {
          margin-right: 3px;
          font-size: 11px; }
        #companions a div p span:nth-child(1) i {
          color: #ffcb3a;
          }
        #companions a div p span:nth-child(2) i {
          color: #00c4ff;
          }
		#companions a div p span:nth-child(3) i {
          color: #dc3545;
          }
#last_activity > div, #last_activity > span, #mybans > div, #mybans > span {
  border-top: var(--chat-bb);
  display: block;
  height: 60px;
  width: calc(100% + 32px);
  margin: 0 -16px;
  padding: 10px 16px 10px 16px;
  }
  #last_activity > div:first-child, #last_activity > span:first-child, #mybans > div:first-child, #mybans > span:first-child {
    border-top: 0; }
  #last_activity > div:last-child, #last_activity > span:last-child, #mybans > div:last-child, #mybans > span:last-child {
    margin-bottom: -19px; }
  #last_activity > div > p, #last_activity > span > p, #mybans > div > p, #mybans > span > p {
    display: block;
    width: 100%;
    margin: 0;
    font-style: "Open Sans"; }
    #last_activity > div > p:nth-child(1), #last_activity > span > p:nth-child(1), #mybans > div > p:nth-child(1), #mybans > span > p:nth-child(1) {
      margin-bottom: 2px; }
      #last_activity > div > p:nth-child(1) a, #last_activity > span > p:nth-child(1) a, #mybans > div > p:nth-child(1) a, #mybans > span > p:nth-child(1) a {
        color: var(--color-w-b);
        line-height: 20px;
        font-size: 14px;
        font-weight: 500;
        }
    #last_activity > div > p:nth-child(2), #last_activity > span > p:nth-child(2), #mybans > div > p:nth-child(2), #mybans > span > p:nth-child(2) {
      color: #8a94a6;
      font-size: 12px;
      line-height: 17px; }
      #last_activity > div > p:nth-child(2) a, #last_activity > span > p:nth-child(2) a, #mybans > div > p:nth-child(2) a, #mybans > span > p:nth-child(2) a {
        margin-right: 5px; }
        #last_activity > div > p:nth-child(2) a img, #last_activity > span > p:nth-child(2) a img, #mybans > div > p:nth-child(2) a img, #mybans > span > p:nth-child(2) a img {
          width: 16px;
          height: 16px;
          border-radius: 4px; }

#mybans > div {
  display: none; }
  #mybans > div:nth-child(1), #mybans > div:nth-child(2), #mybans > div:nth-child(3) {
    display: block; }
  #mybans > div:nth-child(3) {
    margin-bottom: -19px; }
  #mybans > div:nth-child(4) {
    margin-top: 19px; }
.footer__partner {
   -ms-flex-negative:0;
   flex-shrink:0;
   padding-left:60px;
}
.footer-links__partner {
   padding:10px 18px;
   margin-left:50px;
   width: 180px;
   text-align: left;
   background-color: #343a45;
   border: 1px solid #343a45;
   border-radius:5px;
   transform:skewX(-10deg);
   transition:.13s ease-in-out;
   cursor:pointer;
}
.footer-links__partner-inner {
   position:relative;
   padding-left:55px;
   transform:skewX(10deg);
}

.footer-links__partner-title {
   margin-bottom:4px;
   font-size:14px;
   line-height:17px;
   font-weight:400;
   color:hsla(0,0%,100%,.6);
}
.footer-links__partner-mail {
   font-size: 12px;
   line-height:15px;
   font-weight:700;
   color:#fff;
   position: relative;
   right: 44px;
}
.footer-links__partner-mail-copy {
   padding:5px 13px 7px;
   position:absolute;
   bottom:-28px;
   left:48%;
   background-color: #3a8dff;
   border: 1px solid #3a8dff;
   border-radius:4px;
   box-shadow:0 0 15px 0 rgba(92,73,159,.3);
   font-size:12px;
   line-height:14px;
   font-weight:500;
   color:#fff;
   font-style:normal;
   transform:translateX(-50%) skewX(-10deg) scale(0);
   transition:.13s ease-in-out;
}
.footer-links__partner-mail-copy span {
   transform:skewX(10deg);
   white-space:nowrap;
}
.footer-links__partner:hover {
   background-color:#383f4d;
   border-color:#383f4d;
  
}
.footer-links__partner:hover .footer-links__partner-mail-copy {
   transform:translateX(-50%) skewX(-10deg) scale(1);
}
.hts-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
    margin-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 10px;
    background: url(../img/back.png) 0 0 no-repeat;
    position: relative;
    padding-left: 96px;
    transition: box-shadow 0.1s ease;
}
.our-service-sass .service-block{background: #24282e;border:1px solid #222229;border-radius:5px;overflow:hidden;position:relative;z-index:5;padding: 160px 30px 20px 30px;-webkit-box-shadow: 0px 2px 10px 0px rgba(12, 0, 46, 0.06);/* box-shadow: 0 1px 4px rgba(0, 0, 0, .3), -23px 0 20px -23px rgba(0, 0, 0, 0), 23px 0 20px -23px rgba(0, 0, 0, 0), 0 0 10px #292931 inset; */border: 1px solid #24282e;margin-top: 10px;}
.our-service-sass .service-block:before{
content:'';
width:190px;
height:190px; 
background:#056eff;
border-radius:100%;
position:absolute;
top:-148px;
left:-83px;
transform:scale(0);
}
.our-service-sass .service-block:hover:before{
transform:scale(1);
transition:all .5s linear;
transition-delay:.1s;
}
.our-service-sass .service-block:hover{
border-color:transparent;
}
.our-service-sass .service-block .icon-s{
position:absolute;
font-size:65px;
left:40px;
top:52px;
}
.our-service-sass .service-block .title a{font-size: 17px;line-height:32px;color:#fff;margin-bottom:30px;font-weight: 600;}
.our-service-sass .service-block p{color: #828ea0;padding-bottom:20px;transition: 0.2s ease-out all;}
.our-service-sass .service-block .detail-button{font-size: 40px;color:#ffc607;}
.our-service-sass .service-block .hover-content{position:absolute;top:0;left:0;right:0;bottom:0;background: #24282e;z-index:-3;opacity:0;transition:all .3s linear;}
.our-service-sass .service-block:hover .hover-content{
opacity:1;
}
.our-service-sass .service-block .hover-content:before{
content:'';
width:353px;
height:353px;
background: #1d65c7 ;
border-radius:100%;
position:absolute;
top:-250px;
left:-180px;
z-index:1;
transform:translate(-50% ,-50%);
opacity:0;
transition:all .1s linear;
}
.our-service-sass .service-block:hover .hover-content:before{
opacity:1;
transform:translate(0 ,0);
transition:all .7s linear;
}
.our-service-sass .service-block .hover-content:after{
content:'';
width:390px;
height:345px;
background: #1d539e;
border-radius:100%;
position:absolute;
top:-196px;
left:-180px;
z-index:-1;
transform:translate(-50% ,-50%);
opacity:0;
transition:all .6s linear;
}
.our-service-sass .service-block:hover .hover-content:after{
opacity:1;
transform:translate(0 ,0);
transition:all 0.6s linear;
}
.our-service-sass .service-block .snow-dot{
position:absolute;
width:15px;
height:15px;
border-radius:50%;
clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
background:rgba(255,255,255,.5);z-index:-1
}
@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}


.our-service-sass .service-block .snow-dot:nth-child(1){top:25px;left:41%;z-index:1;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(2){top:25px;left:78%;animation:scale-upOne 1.1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(3){top:75px;left:61%;animation:scale-upOne .8s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(4){top:136px;left:84%;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(5){bottom:35px;right:12%;animation:scale-upOne 1.2s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(6){bottom:80px;right:31%;animation:scale-upOne .9s alternate infinite ease-in}

.our-service-sass .service-block .snow-dot:nth-child(7){bottom:40px;right:51%;animation:scale-upOne 1s alternate infinite ease-in}

.our-service-sass .service-block:hover .detail-button,.our-service-sass .service-block:hover .icon-s,.our-service-sass .service-block:hover .title a,.our-service-sass .service-block:hover p{color:#fff!important}

.theme-more-feature.our-service-sass .inner-wrapper:after,.theme-more-feature.our-service-sass .inner-wrapper:before,.theme-more-feature.our-service-sass:after,.theme-more-feature.our-service-sass:before{display:none}

.our-service-sass.theme-more-feature{background:0 0;padding:165px 0 180px}

.our-service-app{position:relative;padding:260px 0 200px;border-bottom:1px solid #ededed}

.our-service-app .main-content{max-width:1450px;padding:0 15px;margin:90px auto 0}

.our-service-app .main-content .inner-wrapper{text-align:center;position:relative;margin-top:50px}

.our-service-app .main-content .inner-wrapper .title a{font-size:24px;color:#4e4e4e;margin:45px 0 30px}

.our-service-app .main-content .inner-wrapper:hover .title a{color:#614ef9}

.our-service-app .main-content .inner-wrapper p{line-height:30px;padding:0 50px;color:#8c929d}

.our-service-app .main-content .inner-wrapper .illustration-box{display:inline-block;position:relative;min-height:230px}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .bg-shape,.our-service-app .main-content .single-block:nth-child(3) .illustration-box .bg-shape{animation:rotated 35s infinite linear}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-one{position:absolute;top:42px;left:-16px}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-two{position:absolute;top:42px;right:0}

.our-service-app .main-content .single-block:nth-child(1) .illustration-box .block-shape-three{position:absolute;bottom:24px;right:0}.our-service-app .main-content .single-block:nth-child(1) .illustration-box [class*=block-shape]{transform:scale(1.5)}

.our-service-app .main-content .single-block .illustration-box [class*=block-shape]{opacity:0;transition:all 1.5s ease-in-out}.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-one{position:absolute;top:120px;left:26px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-two{position:absolute;top:0;left:120px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-three{position:absolute;top:66px;right:6px;transform:scale(1.5)}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box .block-shape-four{position:absolute;top:52px;right:63px;transform:translateY(30px)}

.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*=block-shape]{opacity:1;transform:scale(1)}

.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box .block-shape-four{transform:translateY(0)}.our-service-app .main-content .single-block:nth-child(3) .illustration-box .block-shape-one{position:absolute;top:7px;left:45px;transform:scale(1.5)}

.our-service-app .main-content.show-pr .single-block:nth-child(1) .illustration-box [class*=block-shape],.our-service-app .main-content.show-pr .single-block:nth-child(2) .illustration-box [class*=block-shape],.our-service-app .main-content.show-pr .single-block:nth-child(3) .illustration-box [class*=block-shape]{opacity:1;transform:scale(1)}


.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after,.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before{content:'';position:absolute;width:145px;height:1px;border-top:1px dashed #e6e6e6;top:45%}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:before{right:-150px}

.our-service-app .main-content .single-block:nth-child(2) .illustration-box:after{left:-150px}

.our-service-app .main-content .more-button{display:block;width:230px;line-height:51px;border-radius:30px;background:#614ef9;border:2px solid #614ef9;font-size:14px;color:#fff;text-transform:uppercase;margin:100px auto 0;text-align:center}

.our-service-app .main-content .more-button:hover{background:#fff;color:#007bff}

.our-service-app .main-content .down-arrow{display:block;width:60px;height:60px;box-shadow:0 15px 20px 0 rgba(209,218,235,.35);background:#fff;border-radius:50%;margin:0 0 0 -30px;line-height:60px;text-align:center;color:#7494b5;font-size:20px;position:absolute;bottom:-30px;left:50%;z-index:1}

.our-service-app .main-content .down-arrow span{display:block;transform:rotate(-90deg)}

.our-service-app .main-content .down-arrow:hover{color:#fff;background:#614ef9}
.iconblock-5 {
    position: relative;
    transition: transform 300ms ease, box-shadow 300ms ease;
    text-align:center;
    background: #2a2f36;
    box-shadow: 0 3px 4px rgba(28, 29, 30, 0.25), 0 0 1px rgba(10, 31, 68, 0.08);
    padding: 30px 20px 12px 20px;
    margin-bottom: 30px;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
}
.iconblock-5 .icon {
    display: block;
    position: absolute;
    left: 50%;
    width: 80px;
    transform: translate(-50%, 6%); 
}
.iconblock-5 .icon i,
.iconblock-5 .icon img
{
    position: absolute;
    top: 47%;
    left: 50%;
    font-size: 32px;
    transform: translate(-50%, -50%);
    color: #ffffff;
    width: 32px;
    height: 32px;
    font-weight: 100;
}
.iconblock-5 .icon svg path {
    stroke-width: 8px;
    stroke: #3d4554;
    transition: stroke 300ms ease;       
}
.iconblock-5 .icon svg polygon {
    fill: #343a45;  
}      
.iconblock-5 h3 {
    transition: all 0.7s ease 0s;
    color: #ffffff;
    font-size:20px;
    margin:101px 0 10px 0;
}    
.iconblock-5:hover h3 {
    color: #ffffff;
}  
.iconblock-5:hover {
    transform: translateY(-10px);         
}
.iconblock-5:hover .icon svg path {
    stroke: #485366; 
} 

#chat #chat_messages .chat_message .pin_message,
#chat #messages .chat_message .pin_message {
    color: #a6aebc;
    position: absolute;
    top: 2px;
    font-size: 11px;
    cursor: pointer;
}

#chat #chat_messages .chat_message .pin_message,
#chat #messages .chat_message .pin_message {
    right: 34px;
}

.pin_chat_message {
    position: relative;
    overflow: hidden;
    /**margin-bottom: 5px;**/
    padding: 10px;
    /**border-bottom: solid 1px #2F3553;**/
	background: var(--pin-bg);
	border-bottom: var(--chat-bb);
}
.pin_chat_message .user_img {
    float: left;
    border-radius: 50%;
    height: 42px;
    width: 42px;
    padding: 2px;
    background-color: #2F3553;
}
.pin_chat_message .message {
    word-wrap: break-word;
    margin-left: 60px;
    position: relative;
    overflow: hidden;
    font-size: 13px;
    line-height: 18px;
}
.pin_chat_message .message .info {
    display: block;
    margin-bottom: 3px;
    height: 16px;
}
.pin_chat_message .message .info .author {
    font-size: 13px;
    color: #45688E;
    font-weight: normal;
    float: left;
    position: relative;
    cursor: pointer;
}
.pin_chat_message .message .info .date {
    font-size: 14px;
    font-weight: 600;
    position: relative;
    float: right;
	right: -20px;
    height: 18px;
    width: 18px;
	text-align: center;
}
.pin_chat_message textarea {
    margin-top: 15px;
}
.message .info {
    padding: 0 20px 20px 0px !important;
} 
.message .info .author {
    font-family: sans-serif;
}

@keyframes showRight {

from {right:-100%;}

to {right:0;}

}
.inf-one {
	font-weight: 500 !important;
    line-height: 20px !important;
    font-size: 12px !important;
    top: -1px !important;
    position: relative !important;
    color: #a6aebc !important;
}
.p-info {
	line-height: 18px;
    font-size: 14px;
    margin: 9px 0 0;
    color: var(--color-w-b);
    font-weight: 500;
}
#bonus tr td {
	border: none;
}
#bonus tr{
	border-bottom: var(--bonus-bb)
}
#bonus tr:last-child{
	border-bottom: none;
}

.panel__wrapper-icon .panel__head {
    display: flex;
    align-items: center;
    user-select: none;
}

.panel__wrapper-icon .panel__head {
    background: linear-gradient(to right,#6c1a2d, #232d47);
    padding: 24px 40px;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / 12%);
    color: #fff;
    user-select: none;
}

.panel__wrapper-icon .panel__list {
    background: #232d47;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / 12%);
    border-bottom: 1px solid #232d47;
    user-select: none;
}

.panel__list {
    list-style: none;
    margin: 0;
    user-select: none;
}

.panel__head, .panel__list {
    text-align: left;
    user-select: none;
}

.panel__wrapper-icon .panel__list li {
    padding-left: 110px;
    user-select: none;
}

.panel__wrapper-icon .panel__list li {
    color: #fff;
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding: 28px;
    user-select: none;
}

.welcome_block-font-family {
    font-family: 'Montserrat',sans-serif;
    user-select: none;
}

.welcome_block-title-text{
    font-family: 'Montserrat',sans-serif;
    user-select: none;
}

.panel__wrapper-icon .panel__list li .icon {
    position: absolute;
    left: 40px;
    margin-bottom: 0;
    top: 50%;
    transform: translate(0,-50%);
    user-select: none;
}

.panel__wrapper-icon .panel__list li .line {
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    width: 3px;
    height: 40px;
    background: linear-gradient(to bottom,#63adf2,#232d47);
    opacity: 0;
    transition: all .3s ease;
    user-select: none;
}

.panel__wrapper-icon .panel__list {
    background: #000000;
    box-shadow: 0 6px 30px 0 rgb(0 0 0 / 12%);
    border-bottom: 1px solid #af2622;
    user-select: none;
}

.panel__wrapper-icon .panel__list li .icon {
    font-size: 36px;
    color: #c31f1a;
    opacity: .5;
    transition: all .3s ease;
    position: relative;
    margin-bottom: 20px;
    width: auto!important;
    height: auto!important;
    line-height: normal!important;
    margin-left: 0!important;
    user-select: none;
}

.list-inline-4 li>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    background: #1b2236;
    z-index: -1;
    transition: all .4s ease;
    opacity: 0;
    user-select: none;
}

.list-inline-4 li {
    display: block;
    text-align: left;
    border: 1px solid #232d47;
    border-radius: 50px;
    padding: .875em .875em .875em 3.4375em;
    position: relative;
    z-index: 1;
    transition: all .4s ease;
    user-select: none;
}

.list-inline-4 li>.after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50px;
    background: #1b2236;
    z-index: -1;
    transition: all .4s ease;
    opacity: 0;
    user-select: none;
}

.list-inline-3 li>.after, .list-inline-4 li>.before {
    position: absolute;
    transition: all .4s ease;
    user-select: none;
}

.list-inline-4 li+li {
    margin-top: 10px;
    user-select: none;
}

.list-inline-4 li .icon {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    color: #fff;
    z-index: 2;
}

.panel__wrapper-gradient .panel__list li:after, .panel__wrapper-icon .panel__list li:after, .panel__wrapper-table .panel__list li:after {
    content: '';
    position: absolute;
    top: -6px;
    left: -15px;
    right: -15px;
    bottom: -6px;
    background:#1b2236;
    box-shadow: 0 6px 30px 0 rgba(0,0,0,.12);
    opacity: 0;
    transition: all .3s ease;
    transform: scale(.95);
    z-index: -1;
    user-select: none;
}


.panel__wrapper-icon .panel__list li:hover:after, .panel__wrapper-table .panel__list li:hover:after {
    transform: scale(1);
    opacity: 1;
    user-select: none;
}

.panel__wrapper-icon .panel__list li .line {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 0px;
    width: 3px;
    height: 40px;
    background: linear-gradient(rgb(99, 173, 242), rgb(35, 45, 71));
    opacity: 0;
    transition: all 0.3s ease 0s;
    user-select: none;
}

.panel__wrapper-icon .panel__list li:hover .line {
    opacity: 1;
    left: -15px;
    transition-delay: .1s;
    user-select: none;
}

.panel__wrapper-icon .panel__list li .icon {
    position: absolute;
    left: 40px;
    margin-bottom: 0;
    top: 50%;
    transform: translate(0,-50%);
    user-select: none;
}

.panel__wrapper-icon .panel__list li:hover .icon {
    opacity: 1;
    user-select: none;
}

.panel__wrapper-icon .panel__list li {
    padding-left: 110px;
    user-select: none;
}

.font__family-montserrat {
    font-family: 'Montserrat',sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.game-server {
	z-index: 1;
	position: absolute;
	left: 10px;
	top: 10px;
	background: #008cf0;
	border-radius: 3px;
	padding: 1px 3px;
	line-height: 21px;
	font-weight: bold;
	color: white;
}

.card-playground {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #262932;
    background-clip: border-box;
    border: 1px solid #374558;
    border-radius: 0.25rem;
	margin-bottom: 30px;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
    box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
}

.product-box {
    border-radius: 10px;
    overflow: hidden;
}

.product-box .product-img {
    width: 100%;
    height: 200px;
	position: relative;
    background-repeat: round;
    background-size: contain;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-box .product-details {
    padding: 15px 25px;
	border-top: 1px solid #374558;
}

.product-box .product-details h4 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #a8a9ad;
	margin-bottom: 0;
    margin-top: 5px;
    font-size: 20px;
}

.product-price {
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    color: #ff2b2b;
}

.welcome-video {
	height: 382px;
    width: 677px;
    position: absolute;
    left: 209px;
    top: 205px;
    border-radius: 3px;
}

.ribbon-success {
    background: #51bb25;
}

.ribbon-right {
    left: auto;
    right: 0px;
}

.ribbon {
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    clear: left;
    position: absolute;
    top: 12px;
    color: #fff;
    z-index: 2;
}

.balance-playhard {
	background: #262932;
    border: 1px solid #374558;
    border-radius: 15px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff2f2;
}

.playground .frame {
    position: absolute;
}

.playground .frame img {
    transform: scale(1.23);
    background: transparent;
    height: 100%;
}

.dell-topic-chat {
	right: 40px;
    background: #f03d3d;
    z-index: 900;
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
}

.edit-topic-chat {
	right: 18px;
    background: #3a8dff;
    z-index: 900;
    position: absolute;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    color: white;
    text-align: center;
    line-height: 18px;
    font-size: 10px;
}

.p-body-header {
color: #dee0ea;
    background: #1d2848;
    border-radius: 25px;
    padding: 15px;
}

.p-body-header {
    margin-bottom: 10px;
}

.p-title {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin-bottom: -5px;
}

.p-title-value {
    padding: 0;
    margin: 0 0 5px 0;
    font-size: 24px;
    font-weight: 400;
    min-width: 0;
    margin-right: auto;
}

.p-title-pageAction {
    margin-bottom: 5px;
}

.button, a.button {
    display: inline-block;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-transition: background-color .125s ease, border-color .125s ease, color .125s ease;
    transition: background-color .125s ease, border-color .125s ease, color .125s ease;
    font-size: 13px;
    border-radius: 4px;
    padding-top: 8px;
    padding-right: 12px;
    padding-bottom: 8px;
    padding-left: 12px;
    text-align: center;
    color: #f5f6f9;
background: #09132e;
    border-color: #1d2848;
}

.palette, .button {
    position: relative;
    overflow: hidden;
}

#quick-touch-page-content {
    display: flex;
    flex-flow: row wrap;
    border: 0;
    margin: -5px;
    background: none;
    padding-bottom: 10px;
}


#quick-touch-page-content .p-quick-touch-inner {
    display: flex;
    width: 100%;
}

@media (max-width:760px) {
#quick-touch-page-content .p-quick-touch-inner {
    display: grid;
    width: 100%;
}
}

#quick-touch-page-content .quick-touch-block {
    background: #181a22;
    margin: 7px;
    flex: 1;
    flex-direction: column;
    box-shadow: 0 4px 25px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
}

#quick-touch-page-content .quick-touch-block .quick-touch-body {
    padding: 5px;
    width: 100%;
}

#quick-touch-page-content .quick-touch-content {
    padding: 0;
}

#quick-touch-page-content .quick-touch-icon-box-style {
    position: relative;
}

.quick-touch-block .quick-touch-icon-box-style .quick-touch_icon.blue {
    color: #FFF;
    background: #63b2f5;
    border: 1px solid #6db8f9;
}

.quick-touch-block .quick-touch-icon-box-style .quick-touch_icon.green {
    color: #FFF;
    background: #63b265;
    border: 1px solid #daf3d8;
}
.quick-touch-block .quick-touch-icon-box-style .quick-touch_icon {
    padding: 40px;
    border-radius: 3px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    float: left;
}

.quick-touch-block .quick-touch-icon-box-style .quick-touch_icon.red {
    color: #FFF;
    background: #c84448;
    border: 1px solid #c84448;
}

.quick-touch-block .quick-touch-icon-box-style .quick-touch_icon span {
    font-size: 24px;
    color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.quick-touch-block .quick-touch-icon-box-style .quick-touch_icon+.icon-box-body {
    width: calc(100% - 100px);
    padding-left: 15px;
}

.quick-touch-block .quick-touch-icon-box-style .icon-box-body {
    float: left;
    width: 100%;
    text-align: left;
}

.quick-touch-block .quick-touch-icon-box-style .quick-touch_icon.blue+.icon-box-body h4 {
    color: #63b2f5;
}

.quick-touch-block .quick-touch-icon-box-style .quick-touch_icon.green+.icon-box-body h4 {
    color: #63b265;
}

.quick-touch-block .quick-touch-icon-box-style .icon-box-body h4 {
    margin: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: inherit;
}

.quick-touch-block .quick-touch-icon-box-style .icon-box-body p {
    font-size: 13px;
    padding: 0;
	margin-bottom: 20px;
}

#quick-touch-page-content .quick-touch-icon-box-style .icon-box-links .button {
    position: absolute;
    right: 0;
    color: #000;
    top: 0;
    padding: 0;
    border: none;
    width: 30px;
    height: 30px;
    background: none;
}

#quick-touch-page-content .quick-touch-icon-box-style .icon-box-links .button .button-text {
    display: none;
}

.quick-touch-block .quick-touch-icon-box-style .quick-touch_icon.red {
    color: #FFF;
    background: #c84448;
    border: 1px solid #c84448;
}

.quick-touch-block .quick-touch-icon-box-style .quick-touch_icon.red+.icon-box-body h4 {
    color: #c84448;
}

.block-box {
    position: relative;
    display: flex;
    flex-direction: column;
    border: none;
    background: #3b4362 url(styles/xentr/ryzer/_custom/simple-dashed.png);
    border-radius: 5px;
    padding: 8px;
	margin-bottom: 30px;
    box-shadow: inset rgb(255 255 255 / 10%) 0px 0px 0px 1px, inset rgb(255 255 255 / 20%) 0px 1px 0px;
}

.block-container {
    color: #dee0ea;
    background: #313852;
    border-width: 1px;
    border-style: solid;
    border-top-color: #485278;
    border-right-color: #4e5982;
    border-bottom-color: #576492;
    border-left-color: #4e5982;
    border-radius: 4px;
	margin-bottom: 40px;
	animation: zoomIn 1s;
}

.block-box .block-header, .block-minorHeader {
    position: relative;
 background: #1d2848;
    border-radius: 15px;
}

.block-header {
    padding: 10px 10px;
    margin: 0;
    font-weight: 400;
    text-decoration: none;
    font-size: 17px;
    color: #dee0ea;
    font-weight: 700;
}

.block-body.block-body--collapsible.is-active {
    height: auto;
    overflow-y: visible;
}

.block-body.block-body--collapsible.is-active {
    display: block;
    opacity: 1;
}

.block-body.block-body--collapsible {
    display: none;
    opacity: 0;
    -webkit-transition: all .25s ease, -xf-opacity .25s ease;
    transition: all .25s ease, -xf-opacity .25s ease;
    overflow-y: hidden;
    height: 0;
    -webkit-transition-property: all,-xf-height;
    transition-property: all,-xf-height;
}

.block-body {
    list-style: none;
    margin: 0;
    padding: 0;
}

.node-extra-footer {
    display: flex;
    flex-direction: column;
}

.node-extra-footer .node-extra-content {
    position: relative;
    top: 5px;
    padding: 6px;
    font-size: 12px;
}

.block-box .block-body .node, .block .block-body .node {
    background: #292f45;
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 0px 9px rgb(49 56 82 / 15%) inset, rgb(255 255 255 / 5%) 0px 0px 0px 1px, rgb(255 255 255 / 10%) 0px 1px 0px;
}

.node--unread {
    position: relative;
}

.node--unread:before {
    content: '';
    background-color: #63b2f5;
    width: 2px;
    border-radius: 4px;
    height: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -2px;
    margin: auto 0;
}

.node-body {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.node-icon {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 46px;
    padding: 15px 0 15px 15px;
}

.node-body .node-icon i, .node-body .node-icon i.fa-question-circle, .node-body .node-icon i.fa-lightbulb-on, .node-body .node-icon i.fa-file-alt {
    font-family: 'Font Awesome 5 Duotone';
    font-style: normal;
    font-weight: 900;
    position: relative;
}

.node-icon i {
    display: block;
    line-height: 1.125;
    font-size: 32px;
}

.node-main {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.node-stats {
    text-transform: uppercase;
    color: #dee0ea;
}

.node-stats {
    display: table-cell;
    width: 140px;
    vertical-align: middle;
    text-align: center;
    padding: 15px 0;
}

.node-extra {
    display: table-cell;
    vertical-align: middle;
    width: 280px;
    padding: 15px;
    font-size: 13px;
}

.node--unread .node-title {
    font-weight: 700;
}

.node-title {
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 400;
}

.block--category .node .node-description {
    margin-left: 8px;
}

.node-description {
    font-size: 13px;
    color: #b4b9c7;
}

.node-stats>dl.pairs.pairs--rows:first-child {
    padding-left: 0;
}

.node-stats>dl.pairs.pairs--rows {
    border-right: 1px solid #4e5982;
}

.node-stats>dl.pairs.pairs--rows {
    width: 50%;
    float: left;
    margin: 0;
    padding: 0 5px;
}

.node-stats .pairs {
    display: flex;
    flex-direction: column;
}

.pairs.pairs--rows {
    display: inline-table;
    margin-right: 10px;
}

.pairs {
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.node-extra-icon {
    padding-right: 15px;
    float: left;
}

.avatar.avatar--default.avatar--default--dynamic {
    font-family: 'Arial',sans-serif;
    font-weight: normal;
    text-align: center;
    text-decoration: none !important;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.node-extra-icon .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px;
}

.node-extra-row {
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    color: #8b91a4;
}

.avatar-theme-forum {
	border-radius: 10%;
    width: 48px;
    height: 48px;
    float: left;
    margin-right: 16px;
}

.fon-block-forum {
	background: #253053;
    padding: 0 10px;
    border-radius: 10px;
}

.block-minorHeader:before, .block-box .block-header:before {
    background: #7750f8;
}

.block-filterBar {
padding: 10px 10px;
    font-size: 13px;
    color: #fff;
    background: #1d2848;
    border-bottom: 1px solid #253053;
    border-radius: 25px 25px 0 0;
}

.structItemContainer {
    border-collapse: collapse;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.structItem-cell.structItem-cell--icon {
    width: 61px;
    position: relative;
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px;
}

.structItem-iconContainer {
    position: relative;
}

.structItem-iconContainer .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px;
}

.avatar.avatar--s {
    width: 48px;
    height: 48px;
    font-size: 29px;
}

.avatar {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    vertical-align: top;
    overflow: hidden;
}

.avatar img:not(.cropImage) {
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
    border-radius: inherit;
    width: 100%;
    height: 100%;
}

.structItem-iconContainer img {
    display: block;
    width: 100%;
}

.avatar img {
    background-color: #313852;
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px;
}

.is-unread .structItem-title {
    font-weight: 700;
}

.structItem-title {
    font-size: 17px;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.structItem-minor {
    font-size: 12px;
    color: #8b91a4;
}

.structItem-parts {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline;
}

.structItem-parts>li {
    display: inline;
    margin: 0;
    padding: 0;
}

.structItem-minor a {
    color: inherit;
    text-decoration: none;
}

.structItem-parts>li:nth-child(even) {
    color: #b4b9c7;
}

.structItem-cell.structItem-cell--meta {
    width: 135px;
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px;
}

.structItem-minor {
    font-size: 12px;
    color: #8b91a4;
}

.pairs.pairs--justified>dt {
    float: left;
    max-width: 100%;
    margin-right: 10px;
}

.pairs>dt {
    padding: 0;
    margin: 0;
    color: #8b91a4;
}

.pairs.pairs--justified>dd {
    float: right;
    text-align: right;
    max-width: 100%;
}

.pairs>dd {
    padding: 0;
    margin: 0;
}

.structItem-cell.structItem-cell--latest {
    width: 190px;
    text-align: right;
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px;
}

.structItem-minor a {
    color: inherit;
    text-decoration: none;
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd {
    width: 49px;
    padding-left: 6.25px;
}

.structItem-cell.structItem-cell--icon {
    width: 61px;
    position: relative;
}

.structItem-cell {
    display: table-cell;
    vertical-align: top;
    padding: 15px 12.5px;
}

.structItem-cell.structItem-cell--icon.structItem-cell--iconEnd .structItem-iconContainer {
    padding-top: 10px;
}

.structItem-iconContainer {
    position: relative;
}

.structItem-iconContainer .avatar.avatar--xxs {
    width: 24px;
    height: 24px;
    font-size: 14px;
}

.structItem-iconContainer .avatar {
    width: 36px;
    height: 36px;
    font-size: 22px;
}

.fon-new-input {
	background: #3e4766;
    width: 100%;
    height: 50px;
    border-width: 1px;
    border-style: solid;
    border-top-color: #576492;
    border-right-color: #485278;
    border-bottom-color: #485278;
    border-left-color: #576492;
}

.fon-new-input:after {
	background: #3e4766;
}

.visitors-online {
    cursor: help;
    font-size: 16px;
    color: #169815;
    font-weight: bold;
}

.users-number {
	position: relative;
    left: 5px;
	background: var(--users-number-background);
    border-radius: 66px;
    padding: 0 10px;
}

.content-inner {
  color: #fff;
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  margin-bottom: 25px;
}
.fl-wrap {
  float: left;
  position: relative;
  margin-left: 15px;
}
.content-inner .content-front,.content-inner .content-back {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-inner > * {
  backface-visibility: hidden;
  transition: 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cf-inner:before,.cf-inner:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.cf-inner:before {
  top: 20px;
  left: 20px;
  border-left: 1px solid;
  border-top: 1px solid;
}
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-shadow: 0 3px 4px rgb(33 37 41 / 60%), 0 0 1px rgb(10 31 68 / 8%);
  border-radius: 4px;
  background: var(--mini-cards-background);
  background-size: cover;
  background-attachment: scroll;
  background-position: center;
  background-repeat: repeat;
  background-origin: content-box;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  z-index: 3;
}
.content-inner .cf-inner .inner {
  align-items: stretch;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transform: translateZ(95px) scale(0.81);
  text-align: center;
  position: relative;
  z-index: 2;
}
.cf-inner:after {
  bottom: 20px;
  right: 20px;
  border-right: 1px solid;
  border-bottom: 1px solid ;
}
.content-inner .cf-inner .inner h2 {
  position: relative;
  font-size: 22px;
  font-weight: 800;
  padding-bottom: 20px;
}
.content-inner .cf-inner .inner h2:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 20px;
  height: 2px;
  margin-left: -10px;
}
.content-inner .content-front li {
  display: inline-block;
  color: var(--mini-cards-text-color);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 2px;
  margin: 0 4px;
}
.cf-inner:after {
  bottom: 20px;
  right: 20px;
  border-right: 1px solid;
  border-bottom: 1px solid ;
}
.content-inner .content-front,.content-inner .content-back {
  position: relative;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-inner .cf-inner .inner {
  align-items: stretch;
  transform-style: preserve-3d;
  perspective: 1000px;
  backface-visibility: hidden;
  transform: translateZ(95px) scale(0.81);
  text-align: center;
  position: relative;
  z-index: 2;
}
.content-inner:hover .content-front {
  transform: rotateY(-180deg);
}
.content-inner:hover .content-back {
  transform: rotateY(0deg);
}
.content-inner .content-back {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transform: rotateY(180deg);
  background: var(--mini-cards-background);
  border-radius: 4px;
}

.content-inner .content-back p {
  color: var(--mini-cards-text-color-back);
}

.content-inner .cf-inner {
  transform-style: preserve-3d;
  backface-visibility: hidden;
  width: 100%;
  padding: 50px 20px;
  height: 20em;
}
.serv-price-wrap {
  background: #242424 !important;
  padding: 15px 30px;
  margin-top: 14px;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.content-inner .cf-inner .inner h2:before {
  background:#6c757d;
}

.cf-inner:before,.cf-inner:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: var(--mini-cards-after-before);
  z-index: 10;
}
.dec-icon {
  padding-bottom: 10px;
}
.content-back .cf-inner:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: var(--mini-cards-after-before);
  z-index: 10;
}
.content-back .cf-inner:after {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  border-color: var(--mini-cards-after-before);
  z-index: 10;
}

.card-users {
  position: relative;
  background: #333336;
  border-radius: 20px;
  margin: 20px 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card-users::before {
  content: "";
  position: absolute;
  height: 40%;
  width: 100%;
  background: #3a8dff;
  border-radius: 20px 20px 0 0;
}

.card-users .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  position: relative;
  z-index: 100;
}

section .card-users .image {
  height: 140px;
  width: 140px;
  border-radius: 50%;
  padding: 3px;
  background: #7d2ae8;
}

section .card-users .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
}

.card-users .media-icons {
  position: absolute;
  top: 10px;
  right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-users .media-icons ion-icon {
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
  font-size: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.card-users .media-icons ion-icon:hover{
  opacity: 1;
}

.card-users .media-icons-left {
  position: absolute;
  top: 10px;
  left: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.card-users .media-icons-left ion-icon {
  color: #fff;
  opacity: 0.6;
  margin-top: 10px;
  font-size: 20px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.card-users .media-icons-left ion-icon:hover{
  opacity: 1;
}

.card-users .name-profession{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  color: ;
} 

.name-profession .name{
  font-size: 15px;
  font-weight: 600;
}

.name-profession .profession{
  font-size:15px;
  font-weight: 500;
}

.card-users .rating{
  display: flex;
  align-items: center;
  margin-top: 18px;
}

.card-users .rating i{
  font-size: 18px;
  margin: 0 2px;
  color: #7d2ae8;
}

.card-users .button{
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
}

.card-users .buttons button{
  background: #3a8dff;
  outline: none;
  border: none;
  color: #fff;
  padding: 8px 22px;
  border-radius: 20px;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
  width: 100%;
}

.buttons button:hover{
  background: #6616d0;
}

.avatar-users {
    height: 150px;
    width: 150px;
    border-radius: 50%;	
}

.users-group {
    display: inline-block;
    padding: 0 6px;
    line-height: 24px;
    font-size: 12px;
    color: white;
    height: 24px;
    border-radius: 3px;	
}

.product-buy-trading {
    width: 100%;
    
}

#items .card-playground.active {
    border-color: rgba(65, 137, 91, .64);
    background-color: rgb(54 179 97 / 25%);
}

.block-container {
    border: none;
    box-shadow: 0 2px 4px rgb(108 111 115 / 10%);
}

.block-container {
color: #dee0ea;
    background: #253053;
    border-radius: 25px;
    animation: zoomIn 1s;
}

.forum-lock {
	color: white;
    width: 24px;
    height: 24px;
	float: right;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
	background: #f03d3d;
}

.forum-paperclip {
	color: white;
    width: 24px;
    height: 24px;
	float: right;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    margin-right: 6px;
	background: #0bb07b;
}

.pay_area .block img {
    width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
#cote {
  height: 150px;
  width: 150px;
  position: absolute;
  right: -35px;
  cursor: pointer;
  bottom: -45px;
  z-index: 1001; }
  #cote img {
    height: 150px;
    width: 150px; }

@media (max-width: 991.99px) {
  #cote {
    display: none; } }		

.m-icon {
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.33333em;
  /* line-height: 0.75em; */
  vertical-align: -.0667em;
  font-weight: 100;
  }
  .m-icon.icon-trash:before {
    font-weight: 400;
    content: "\f1f8"; }
  .m-icon.icon-remove:before {
    content: "\f00d"; }
  .m-icon.icon-ok:before {
    content: "\f00c"; }
  .m-icon.icon-pencil:before {
    font-weight: 400;
    content: "\f040"; }
  .m-icon.icon-link:before {
    content: "\f0c1"; }
  .m-icon.icon-time:before {
    font-weight: 400;
    content: "\f017"; }
  .m-icon.icon-user:before {
    content: "\f007"; }
  .m-icon.icon-up:before {
    content: "\f077"; }
  .m-icon.icon-down:before {
    content: "\f078"; }
  .m-icon.icon-left:before {
    content: "\f104"; }
  .m-icon.icon-right:before {
    content: "\f105"; }
  .m-icon.icon-plus:before {
    content: "\f067"; }
  .m-icon.icon-minus:before {
    content: "\f068"; }
  .m-icon.icon-bank:before {
    content: "\f19c"; }
  .m-icon.icon-marker:before {
    content: "\f041"; }
  .m-icon.icon-vk:before {
    font-family: 'Font Awesome 5 Brands', serif;
    content: "\f189"; }
  .m-icon.icon-steam:before {
    font-weight: 400;
    font-family: 'Font Awesome 5 Brands', serif;
    content: "\f3f6"; }
  .m-icon.icon-fb:before {
    font-family: 'Font Awesome 5 Brands', serif;
    content: "\f39e"; }
  .m-icon.icon-bars:before {
    content: "\f0c9"; }
  .m-icon.icon-compress:before {
    content: "\f066"; }

.with_code {
  overflow-wrap: break-word; }
  .with_code ol {
    list-style: decimal;
    margin-left: 15px; }
  .with_code ul {
    list-style: disc;
    margin-left: 15px; }
  .with_code em {
    font-style: italic; }
  .with_code video {
    max-width: 100%; }
  .with_code .player {
    height: 40px;
    overflow: hidden; }
    .with_code .player object {
      position: relative;
      margin-top: -22px; }
  .with_code video, .with_code iframe {
    border: 0;
    max-width: 100%; }
  .with_code img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    }
    .with_code img[style="margin-left:auto;margin-right:auto;"] {
      margin: 0 auto;
      display: block; }
  .with_code .m-icon {
    font-size: 11px;
    margin-right: 2px; }
  .with_code::after {
    clear: both;
    display: table;
    content: " "; }
  .with_code table {
    width: auto;
    max-width: 100% !important; }
    .with_code table tr td {
      border: 1px solid #24282e;
      padding: 5px;
      word-break: break-all;
      white-space: pre-wrap;
      word-wrap: break-word;
      }
  .with_code .g_sticker {
    max-width: 250px !important; }

img.thumbnail-img {
  border-radius: 2px;
  height: auto;
  margin: 0;
  width: 100%; }

#imgs .thumbnail {
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 0;
  float: left; }

#imgs::before, #imgs::after {
  display: table;
  content: " "; }

#imgs::after {
  clear: both; }

div.spoiler div.spoiler-title {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 3px;
  border: var(--spoiler-br);
  cursor: pointer;
  line-height: 25px;
  background: var(--spoiler-bg);
  height: 35px; }

div.spoiler div.spoiler-title div.spoiler-toggle {
  display: inline-block;
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 6px;
  cursor: pointer;
  -webkit-user-modify: read-only; }

div.spoiler div.spoiler-title div.hide-icon {
  background: url("../img/minus.png") no-repeat scroll left center transparent; }

div.spoiler div.spoiler-title div.show-icon {
  background: url("../img/plus.png") no-repeat scroll left center transparent; }

div.spoiler div.spoiler-content {
  font-size: 13px;
  border: var(--spoiler-content-br);
  border-top: 0;
  padding: 6px 10px;
  background: var(--spoiler-content-bg); }

div.spoiler div.title-text {
  float: left;
  height: 24px;
  line-height: 20px;
  font-weight: normal; }

.error_message, .success_message {
  height: 0;
  margin: 0;
  font-size: 14px;
  position: relative;
  float: right;
  top: -40px;
  right: 10px; }

.input_error {
  border-color: #e09292 !important;
  background-color: #fce3e3 !important; }

.input_success {
  border-color: #8fc47a !important;
  background-color: #e3f5dc !important; }

.success_message {
  color: #3a8dff !important; }

.error_message {
  color: #FF5D5D !important; }

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid var(--tt-bc);
  }

@media (min-width: 992px) {
  .table-responsive {
    overflow: hidden; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important; } }

.table-responsive > .table {
  margin-bottom: 0; }

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: nowrap; }

.table-responsive > table.table {
  border: 0 !important; }

.table-responsive > table.table > tbody:first-child > tr:first-child > th,
.table-responsive > table.table > tbody:first-child > tr:first-child > td,
.table-responsive > table.table > thead > tr:first-child > th,
.table-responsive > table.table > thead > tr:first-child > td {
  border-top: 0 !important;
  }

.table-responsive > table.table > thead > tr > th:first-child,
.table-responsive > table.table > tbody > tr > th:first-child,
.table-responsive > table.table > tfoot > tr > th:first-child,
.table-responsive > table.table > thead > tr > td:first-child,
.table-responsive > table.table > tbody > tr > td:first-child,
.table-responsive > table.table > tfoot > tr > td:first-child {
  border-left: 0 !important;
  }

.table-responsive > table.table > thead > tr > th:last-child,
.table-responsive > table.table > tbody > tr > th:last-child,
.table-responsive > table.table > tfoot > tr > th:last-child,
.table-responsive > table.table > thead > tr > td:last-child,
.table-responsive > table.table > tbody > tr > td:last-child,
.table-responsive > table.table > tfoot > tr > td:last-child {
  border-right: 0 !important; }

.table-responsive > table.table > tbody > tr:last-child > th,
.table-responsive > table.table > tfoot > tr:last-child > th,
.table-responsive > table.table > tbody > tr:last-child > td,
.table-responsive > table.table > tfoot > tr:last-child > td {
  border-bottom: 0 !important; }

table.table.table-bordered {
  border-color: var(--tt-bc);
  }
  table.table.table-bordered tr {
    border-color: #e1e4e800 !important;
    }
    table.table.table-bordered tr td {
      font-size: 13px;
      border-color: var(--tt-bc);
      }

table.table > thead tr td {
  font-size: 13px; }

table.table > tbody > tr.danger > td {
  border-color: var(--tt-bc);
  color: #fa5959;
  }
  table.table > tbody > tr.danger > td span {
    color: #FF5D5D; }

table.table > tbody > tr.success > td {
  background: #e3f5dc;
  border-color: #cde8c3;
  color: #3a8dff; }
  table.table > tbody > tr.success > td span {
    color: #3a8dff; }

table.table > tbody > tr.warning > td {
  background: #2a2f36;
  border-color: #2a2f36;
  color: #8b97a9;
  }
  table.table > tbody > tr.warning > td span {
    color: #9f7b34; }

table.table > tbody > tr > td {
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  color: var(--tt-color);
  }
  table.table > tbody > tr > td .btn {
    margin: 0; }
  table.table > tbody > tr > td p {
    margin: 0; }
  table.table > tbody > tr > td a {
    color: #3a8dff;
    white-space: nowrap; }
    table.table > tbody > tr > td a[href*="profile"] img, table.table > tbody > tr > td a img[src="../files/avatars/no_avatar.jpg"] {
      height: 18px;
      width: 18px;
      margin-right: 5px;
      border-radius: 4px; }
    table.table > tbody > tr > td a[href*="profile"] i {
      font-style: normal; }

#search_ban_res_min > tr:nth-child(2n) {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }
  #search_ban_res_min > tr:nth-child(2n) > td {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important; }

#bans tr td:nth-child(1):hover,
#tickets tr td:nth-child(2):hover,
#open_tickets tr td:nth-child(2):hover,
#close_tickets tr td:nth-child(2):hover,
#search_ban_res_min tr td:nth-child(2):hover {
  background-color: #2a2f36; }

#bans tr td:nth-child(1) a,
#tickets tr td:nth-child(2) a,
#open_tickets tr td:nth-child(2) a,
#close_tickets tr td:nth-child(2) a,
#search_ban_res_min tr td:nth-child(2) a {
  max-width: 300px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }

#muts td, #banlist td, #stats td {
  vertical-align: middle;
  cursor: pointer; }

td[colspan$="10"] img, td[colspan$="10"] {
  text-align: center;
  padding: 10px !important;
  color: #8f8f8f;
  font-weight: normal;
  font-size: 13px;
  /* background-color: rgba(246, 246, 246, 0.5); */
  margin: 0 auto;
  }

table tr[data-toggle="modal"] > td, table.admins tr > td {
  border-bottom: 0 !important; }

.hidden-tr > td {
  height: 0 !important;
  border: 0 !important;
  padding: 0 !important; }

.mce-tinymce {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .mce-tinymce .mce-btn-small button {
    padding: 7px 6px; }
  .mce-tinymce .mce-path {
    padding: 14px; }
  .mce-tinymce .mce-btn-group:not(:first-child) {
    border-left: 0; }

.mce-fullscreen div[id^="mceu_"].mce-container.mce-fullscreen {
  z-index: 2000; }

.label.label-default {
  color: #dc3545;
  }

.label.label-success {
  color: #3a8dff; }

.label.label-danger {
  color: #FF5D5D; }

.empty-element {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: var(--empty-element-bg);
  color: var(--empty-element-color);
  max-height: 40px;
  border-radius: 5px;
  margin-bottom: -19px;
  }

div[id^="pagination"]::after {
  display: table;
  clear: both;
  content: ' '; }

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

  .pagination > li:first-child > a span, .pagination > li:last-child > a span {
    color: #e1e4e800 !important;
    }

.pagination > li:first-child > a > span, .pagination > li:last-child > a > span {
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
  font-weight: 400;
  color: white;
  }
  .pagination > li:first-child > a > span:before, .pagination > li:last-child > a > span:before {
    color: var(--color-w-b);
    font-size: 11px;
    position: relative;
    left: 4px;
    top: -1px;
    }

.pagination > li:first-child > a > span:before {
  content: "\f060"; }

.pagination > li:last-child > a > span:before {
  content: "\f061"; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  height: 25px;
  width: 25px;
  text-align: center;
  margin: 0 5px;
  border-radius: 4px;
  line-height: 22px;
  color: var(--color-w-b);
  border: var(--pag-li-br);
  background: var(--pag-li-bg);
  }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  opacity: .8; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #3a8dff;
  border-color: #3a8dff;
  }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: not-allowed; }

div[id^="pagination"] {
  display: block;
  text-align: center;
  margin: 0 auto 25px; }
  div[id^="pagination"] ul {
    float: left;
    margin: 0 -5px; }

@media (max-width: 991.99px) {
  .pagination > li:nth-child(4), .pagination > li:nth-child(5), .pagination > li:nth-child(6), .pagination > li:nth-child(7), .pagination > li:nth-child(8), .pagination > li:nth-child(9), .pagination > li:nth-child(10) {
    display: none; }
  .pagination > li:nth-last-child(1), .pagination > li:nth-last-child(2), .pagination > li:nth-last-child(3), .pagination > li:nth-last-child(4) {
    display: inline !important; } }
	

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  background-color: black;
  opacity: 0.75;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1110;
  text-align: center;
  line-height: 0;
  font-weight: normal; }
  .lightbox .lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 2px; }
    .lightbox .lb-outerContainer .lb-container {
      padding: 2px; }
      .lightbox .lb-outerContainer .lb-container > .nav {
        left: 0; }
      .lightbox .lb-outerContainer .lb-container .lb-loader {
        position: absolute;
        top: 43%;
        left: 0;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0; }
        .lightbox .lb-outerContainer .lb-container .lb-loader .lb-cancel {
          display: block;
          width: 32px;
          height: 32px;
          margin: 0 auto;
          background: url("../img/loader.gif") no-repeat; }
      .lightbox .lb-outerContainer .lb-container .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        border-radius: 3px; }
      .lightbox .lb-outerContainer .lb-container .lb-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a {
          outline: none;
          background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }
        .lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev, .lightbox .lb-outerContainer .lb-container .lb-nav .lb-next {
          height: 100%;
          cursor: pointer;
          display: block; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
          opacity: 0;
          -webkit-transition: opacity 0.6s;
          -o-transition: opacity 0.6s;
          transition: opacity 0.6s;
          background: rgba(0, 0, 0, 0.26); }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:after, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:after {
          font-family: Font Awesome\ 5 Pro;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          font-size: 1.33333em;
          line-height: 0.75em;
          vertical-align: -.0667em;
          line-height: 0.75em;
          font-weight: 900;
          font-size: 30px;
          color: #fff;
          position: absolute;
          top: 50%;
          margin-top: -0.325em; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev {
          width: 20%;
          left: 0;
          float: left; }
          .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev::after {
            margin-left: -8px;
            left: 10%;
            content: "\f104"; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
          width: 20%;
          right: 0;
          float: right; }
          .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next::after {
            margin-right: -8px;
            right: 10%;
            content: "\f105"; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover {
          opacity: 0.8; }
  .lightbox .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both; }
  .lightbox a img {
    border: none; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%; }
  .lb-dataContainer::after {
    content: "";
    display: table;
    clear: both; }
  .lb-dataContainer .lb-data {
    padding: 0 4px;
    color: #ccc; }
    .lb-dataContainer .lb-data .lb-details {
      width: 85%;
      float: left;
      text-align: left;
      line-height: 1.1em; }
    .lb-dataContainer .lb-data .lb-caption {
      font-size: 13px;
      font-weight: bold;
      line-height: 1em; }
    .lb-dataContainer .lb-data .lb-number {
      display: block;
      clear: left;
      padding-bottom: 1em;
      font-size: 12px;
      color: #999; }
    .lb-dataContainer .lb-data .lb-close {
      color: #ccc;
      display: block;
      float: right;
      width: 30px;
      height: 30px;
      text-align: right;
      outline: none;
      opacity: 0.7;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .lb-dataContainer .lb-data .lb-close::after {
        font-family: Font Awesome\ 5 Pro;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-size: 1.33333em;
        line-height: 0.75em;
        vertical-align: -.0667em;
        font-weight: 900;
        content: "\f00d"; }
      .lb-dataContainer .lb-data .lb-close:hover {
        cursor: pointer;
        opacity: 1; }

.noty_bar.noty_type_error .noty_message {
  background: #fce3e3;
  color: #FF5D5D;
  border: 1px solid #e8caca; }

.noty_bar.noty_type_error a {
  color: #FF5D5D; }

.noty_bar .noty_message {
  background: #2a2f36;
  color: #5d6c84;
  border: 1px solid #2a2f36;
  -webkit-box-shadow: 0 -1px 0 #d7d8db;
  box-shadow: 0 -1px 0 #d7d8db;
  border-radius: 0px;
  padding: 15px !important;
  }
  .noty_bar .noty_message .noty_text {
    margin: -15px;
    display: block;
    font-weight: 400; }
    .noty_bar .noty_message .noty_text a {
      display: block;
      padding: 15px; }

.animated {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated .infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated .hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

#nprogress {
  z-index: 1200;
  pointer-events: none; }
  #nprogress .bar {
    background: #3a8dff;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px; }
  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px #eee, 0 0 5px #eee;
            box-shadow: 0 0 10px #eee, 0 0 5px #eee;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px); }
  #nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1200;
    top: 15px;
    right: 15px; }
  #nprogress .spinner-icon {
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #3a8dff;
    border-left-color: #3a8dff;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }
  .nprogress-custom-parent .spinner, .nprogress-custom-parent .bar {
    position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.result_ok, .result_ok_b {
  display: block;
  position: fixed;
  z-index: 1200;
  top: 16px;
  right: 18px;
  color: #3a8dff;
  font-size: 16px; }

.result_error, .result_error_b {
  display: block;
  position: fixed;
  z-index: 1200;
  top: 17px;
  right: 18px;
  color: #3a8dff;
  font-size: 16px; }

.wapper .header {
  position: relative; }

.b-page__content {
  height: 50px;
  background-color: var(--main-bg); }

.b-head-decor {
  display: none; }

.b-page_newyear .b-head-decor {
  z-index: 1200;
  position: absolute;
  top: 0;
  margin-top: -35px;
  left: 0;
  display: block;
  height: 105px;
  width: 100%;
  overflow: hidden;
  background: url(../img/balls/b-head-decor_newyear.png) repeat-x 0 0; }

.b-page_newyear .b-head-decor__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 115px;
  display: block;
  width: 373px; }

.b-page_newyear .b-head-decor::before {
  content: '';
  display: block;
  position: absolute;
  top: -115px;
  left: 0;
  z-index: 3;
  height: 115px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75); }

.b-page_newyear .b-head-decor__inner_n2 {
  left: 373px; }

.b-page_newyear .b-head-decor__inner_n3 {
  left: 746px; }

.b-page_newyear .b-head-decor__inner_n4 {
  left: 1119px; }

.b-page_newyear .b-head-decor__inner_n5 {
  left: 1492px; }

.b-page_newyear .b-head-decor__inner_n6 {
  left: 1865px; }

.b-page_newyear .b-head-decor__inner_n7 {
  left: 2238px; }

.b-ball {
  position: absolute; }

.b-ball_n1 {
  top: 0;
  left: 3px;
  width: 59px;
  height: 83px; }

.b-ball_n2 {
  top: -19px;
  left: 51px;
  width: 55px;
  height: 70px; }

.b-ball_n3 {
  top: 9px;
  left: 88px;
  width: 49px;
  height: 67px; }

.b-ball_n4 {
  top: 0;
  left: 133px;
  width: 57px;
  height: 102px; }

.b-ball_n5 {
  top: 0;
  left: 166px;
  width: 49px;
  height: 57px; }

.b-ball_n6 {
  top: 6px;
  left: 200px;
  width: 54px;
  height: 70px; }

.b-ball_n7 {
  top: 0;
  left: 240px;
  width: 56px;
  height: 67px; }

.b-ball_n8 {
  top: 0;
  left: 283px;
  width: 54px;
  height: 53px; }

.b-ball_n9 {
  top: 10px;
  left: 321px;
  width: 49px;
  height: 66px; }

.b-ball_n1 .b-ball__i {
  background: url(../img/balls/b-ball_n1.png) no-repeat; }

.b-ball_n2 .b-ball__i {
  background: url(../img/balls/b-ball_n2.png) no-repeat; }

.b-ball_n3 .b-ball__i {
  background: url(../img/balls/b-ball_n3.png) no-repeat; }

.b-ball_n4 .b-ball__i {
  background: url(../img/balls/b-ball_n4.png) no-repeat; }

.b-ball_n5 .b-ball__i {
  background: url(../img/balls/b-ball_n5.png) no-repeat; }

.b-ball_n6 .b-ball__i {
  background: url(../img/balls/b-ball_n6.png) no-repeat; }

.b-ball_n7 .b-ball__i {
  background: url(../img/balls/b-ball_n7.png) no-repeat; }

.b-ball_n8 .b-ball__i {
  background: url(../img/balls/b-ball_n8.png) no-repeat; }

.b-ball_n9 .b-ball__i {
  background: url(../img/balls/b-ball_n9.png) no-repeat; }

.b-ball_i1 .b-ball__i {
  background: url(../img/balls/b-ball_i1.png) no-repeat; }

.b-ball_i2 .b-ball__i {
  background: url(../img/balls/b-ball_i2.png) no-repeat; }

.b-ball_i3 .b-ball__i {
  background: url(../img/balls/b-ball_i3.png) no-repeat; }

.b-ball_i4 .b-ball__i {
  background: url(../img/balls/b-ball_i4.png) no-repeat; }

.b-ball_i5 .b-ball__i {
  background: url(../img/balls/b-ball_i5.png) no-repeat; }

.b-ball_i6 .b-ball__i {
  background: url(../img/balls/b-ball_i6.png) no-repeat; }

.b-ball_i1 {
  top: 0;
  left: 0;
  width: 25px;
  height: 71px; }

.b-ball_i2 {
  top: 0;
  left: 25px;
  width: 61px;
  height: 27px; }

.b-ball_i3 {
  top: 0;
  left: 176px;
  width: 29px;
  height: 31px; }

.b-ball_i4 {
  top: 0;
  left: 205px;
  width: 50px;
  height: 51px; }

.b-ball_i5 {
  top: 0;
  left: 289px;
  width: 78px;
  height: 28px; }

.b-ball_i6 {
  top: 0;
  left: 367px;
  width: 6px;
  height: 69px; }

.b-ball__i {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none; }

.b-ball_bounce .b-ball__right {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 9; }

.b-ball_bounce:hover .b-ball__right {
  display: none; }

.b-ball_bounce .b-ball__right:hover {
  left: 0;
  display: block !important; }

.b-ball_bounce.bounce > .b-ball__i {
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
      transform: rotate(-9deg); }

.b-ball_bounce .b-ball__right.bounce + .b-ball__i {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
      transform: rotate(9deg); }

.b-ball_bounce.bounce1 > .b-ball__i {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
      transform: rotate(6deg); }

.b-ball_bounce .b-ball__right.bounce1 + .b-ball__i {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
      transform: rotate(-6deg); }

.b-ball_bounce.bounce2 > .b-ball__i {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }

.b-ball_bounce .b-ball__right.bounce2 + .b-ball__i {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
      transform: rotate(3deg); }

.b-ball_bounce.bounce3 > .b-ball__i {
  -webkit-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
      transform: rotate(1.5deg); }

.b-ball_bounce .b-ball__right.bounce3 + .b-ball__i {
  -webkit-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
      transform: rotate(-1.5deg); }

.win_day {
  background: url("../img/balls/win_day.png");
  background-size: 100% 100%;
  height: 80px;
  width: 170px;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 103px; }

@media (max-width: 991.99px) {
    .win_day, .b-page__content {
        display: none; 
    }
}
 
.card-playground {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	border: 1px solid #9aa1ab;
    background-color: #f8f8f8;
    background-clip: border-box;
    border: 1px solid #374558;
    border-radius: 0.25rem;
	margin-bottom: 30px;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
    box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
}

.exit {
	border-top: 1.5px solid #09132e;
}

.admin-center {
	border-bottom: 1.5px solid #09132e;
}

.with_code {
  overflow-wrap: break-word; }
  .with_code ol {
    list-style: decimal;
    margin-left: 15px; }
  .with_code ul {
    list-style: disc;
    margin-left: 15px; }
  .with_code em {
    font-style: italic; }
  .with_code video {
    max-width: 100%; }
  .with_code .player {
    height: 40px;
    overflow: hidden; }
    .with_code .player object {
      position: relative;
      margin-top: -22px; }
  .with_code video, .with_code iframe {
    border: 0;
    max-width: 100%; }
  .with_code img {
    max-width: 100%;
    height: auto;
    border-radius: 2px;
    }
    .with_code img[style="margin-left:auto;margin-right:auto;"] {
      margin: 0 auto;
      display: block; }
  .with_code .m-icon {
    font-size: 11px;
    margin-right: 2px; }
  .with_code::after {
    clear: both;
    display: table;
    content: " "; }
  .with_code table {
    width: auto;
    max-width: 100% !important; }
    .with_code table tr td {
      border: 1px solid #24282e;
      padding: 5px;
      word-break: break-all;
      white-space: pre-wrap;
      word-wrap: break-word;
      }
  .with_code .g_sticker {
    max-width: 250px !important; }

img.thumbnail-img {
  border-radius: 2px;
  height: auto;
  margin: 0;
  width: 100%; }

#imgs .thumbnail {
  max-width: 100px;
  margin-right: 10px;
  margin-bottom: 0;
  float: left; }

#imgs::before, #imgs::after {
  display: table;
  content: " "; }

#imgs::after {
  clear: both; }

div.spoiler div.spoiler-title {
  font-size: 13px;
  font-weight: bold;
  padding: 5px 3px;
  border: var(--spoiler-br);
  cursor: pointer;
  line-height: 25px;
  background: var(--spoiler-bg);
  height: 35px; }

div.spoiler div.spoiler-title div.spoiler-toggle {
  display: inline-block;
  float: left;
  width: 11px;
  height: 11px;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 6px;
  cursor: pointer;
  -webkit-user-modify: read-only; }

div.spoiler div.spoiler-title div.hide-icon {
  background: url("../img/minus.png") no-repeat scroll left center transparent; }

div.spoiler div.spoiler-title div.show-icon {
  background: url("../img/plus.png") no-repeat scroll left center transparent; }

div.spoiler div.spoiler-content {
  font-size: 13px;
  border: var(--spoiler-content-br);
  border-top: 0;
  padding: 6px 10px;
  background: var(--spoiler-content-bg); }

div.spoiler div.title-text {
  float: left;
  height: 24px;
  line-height: 20px;
  font-weight: normal; }

.error_message, .success_message {
  height: 0;
  margin: 0;
  font-size: 14px;
  position: relative;
  float: right;
  top: -40px;
  right: 10px; }

.input_error {
  border-color: #e09292 !important;
  background-color: #fce3e3 !important; }

.input_success {
  border-color: #8fc47a !important;
  background-color: #e3f5dc !important; }

.success_message {
  color: #3a8dff !important; }

.error_message {
  color: #FF5D5D !important; }

.table-responsive {
  width: 100%;
  margin-bottom: 15px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  border: 1px solid #1D2848;
  }

@media (min-width: 992px) {
  .table-responsive {
    overflow: hidden; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important; } }

.table-responsive > .table {
  margin-bottom: 0; }

.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: nowrap; }

.table-responsive > table.table {
  border: 0 !important; }

.table-responsive > table.table > tbody:first-child > tr:first-child > th,
.table-responsive > table.table > tbody:first-child > tr:first-child > td,
.table-responsive > table.table > thead > tr:first-child > th,
.table-responsive > table.table > thead > tr:first-child > td {
  border-top: 0 !important;
  }

.table-responsive > table.table > thead > tr > th:first-child,
.table-responsive > table.table > tbody > tr > th:first-child,
.table-responsive > table.table > tfoot > tr > th:first-child,
.table-responsive > table.table > thead > tr > td:first-child,
.table-responsive > table.table > tbody > tr > td:first-child,
.table-responsive > table.table > tfoot > tr > td:first-child {
  border-left: 0 !important;
  }

.table-responsive > table.table > thead > tr > th:last-child,
.table-responsive > table.table > tbody > tr > th:last-child,
.table-responsive > table.table > tfoot > tr > th:last-child,
.table-responsive > table.table > thead > tr > td:last-child,
.table-responsive > table.table > tbody > tr > td:last-child,
.table-responsive > table.table > tfoot > tr > td:last-child {
  border-right: 0 !important; }

.table-responsive > table.table > tbody > tr:last-child > th,
.table-responsive > table.table > tfoot > tr:last-child > th,
.table-responsive > table.table > tbody > tr:last-child > td,
.table-responsive > table.table > tfoot > tr:last-child > td {
  border-bottom: 0 !important; }

table.table.table-bordered {
  border-color: var(--tt-bc);
  }
  table.table.table-bordered tr {
    border-color: #e1e4e800 !important;
    }
    table.table.table-bordered tr td {
      font-size: 13px;
      border-color: #1D2848;
      }

table.table > thead tr td {
  font-size: 13px; }

table.table > tbody > tr.danger > td {
  border-color: var(--tt-bc);
  color: #fa5959;
  }
  table.table > tbody > tr.danger > td span {
    color: #FF5D5D; }

table.table > tbody > tr.success > td {
  background: #e3f5dc;
  border-color: #cde8c3;
  color: #3a8dff; }
  table.table > tbody > tr.success > td span {
    color: #3a8dff; }

table.table > tbody > tr.warning > td {
  background: #2a2f36;
  border-color: #2a2f36;
  color: #8b97a9;
  }
  table.table > tbody > tr.warning > td span {
    color: #9f7b34; }

table.table > tbody > tr > td {
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  color: var(--tt-color);
  }
  table.table > tbody > tr > td .btn {
    margin: 0; }
  table.table > tbody > tr > td p {
    margin: 0; }
  table.table > tbody > tr > td a {
    color: #3a8dff;
    white-space: nowrap; }
    table.table > tbody > tr > td a[href*="profile"] img, table.table > tbody > tr > td a img[src="../files/avatars/no_avatar.jpg"] {
      height: 18px;
      width: 18px;
      margin-right: 5px;
      border-radius: 4px; }
    table.table > tbody > tr > td a[href*="profile"] i {
      font-style: normal; }

#search_ban_res_min > tr:nth-child(2n) {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }
  #search_ban_res_min > tr:nth-child(2n) > td {
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important; }

#bans tr td:nth-child(1):hover,
#tickets tr td:nth-child(2):hover,
#open_tickets tr td:nth-child(2):hover,
#close_tickets tr td:nth-child(2):hover,
#search_ban_res_min tr td:nth-child(2):hover {
  background-color: #2a2f36; }

#bans tr td:nth-child(1) a,
#tickets tr td:nth-child(2) a,
#open_tickets tr td:nth-child(2) a,
#close_tickets tr td:nth-child(2) a,
#search_ban_res_min tr td:nth-child(2) a {
  max-width: 300px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block; }

#muts td, #banlist td, #stats td {
  vertical-align: middle;
  cursor: pointer; }

td[colspan$="10"] img, td[colspan$="10"] {
  text-align: center;
  padding: 10px !important;
  color: #8f8f8f;
  font-weight: normal;
  font-size: 13px;
  /* background-color: rgba(246, 246, 246, 0.5); */
  margin: 0 auto;
  }

table tr[data-toggle="modal"] > td, table.admins tr > td {
  border-bottom: 0 !important; }

.hidden-tr > td {
  height: 0 !important;
  border: 0 !important;
  padding: 0 !important; }

.mce-tinymce {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .mce-tinymce .mce-btn-small button {
    padding: 7px 6px; }
  .mce-tinymce .mce-path {
    padding: 14px; }
  .mce-tinymce .mce-btn-group:not(:first-child) {
    border-left: 0; }

.mce-fullscreen div[id^="mceu_"].mce-container.mce-fullscreen {
  z-index: 2000; }

.label.label-default {
  color: #dc3545;
  }

.label.label-success {
  color: #3a8dff; }

.label.label-danger {
  color: #FF5D5D; }

.empty-element {
  display: block;
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: var(--empty-element-bg);
  color: var(--empty-element-color);
  max-height: 40px;
  border-radius: 5px;
  margin-bottom: -19px;
  }

div[id^="pagination"]::after {
  display: table;
  clear: both;
  content: ' '; }

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px; }

.pagination > li {
  display: inline; }

  .pagination > li:first-child > a span, .pagination > li:last-child > a span {
    color: #e1e4e800 !important;
    }

.pagination > li:first-child > a > span, .pagination > li:last-child > a > span {
  font-family: Font Awesome\ 5 Pro;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
  font-weight: 400;
  color: white;
  }
  .pagination > li:first-child > a > span:before, .pagination > li:last-child > a > span:before {
    color: var(--color-w-b);
    font-size: 11px;
    position: relative;
    left: 4px;
    top: -1px;
    }

.pagination > li:first-child > a > span:before {
  content: "\f060"; }

.pagination > li:last-child > a > span:before {
  content: "\f061"; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  height: 25px;
  width: 25px;
  text-align: center;
  margin: 0 5px;
  border-radius: 4px;
  line-height: 22px;
  color: var(--color-w-b);
  border: var(--pag-li-br);
  background: var(--pag-li-bg);
  }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  opacity: .8; }

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  cursor: not-allowed; }

div[id^="pagination"] {
  display: block;
  text-align: center;
  margin: 0 auto 25px; }
  div[id^="pagination"] ul {
    float: left;
    margin: 0 -5px; }

@media (max-width: 991.99px) {
  .pagination > li:nth-child(4), .pagination > li:nth-child(5), .pagination > li:nth-child(6), .pagination > li:nth-child(7), .pagination > li:nth-child(8), .pagination > li:nth-child(9), .pagination > li:nth-child(10) {
    display: none; }
  .pagination > li:nth-last-child(1), .pagination > li:nth-last-child(2), .pagination > li:nth-last-child(3), .pagination > li:nth-last-child(4) {
    display: inline !important; } }
	

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1100;
  background-color: black;
  opacity: 0.75;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1110;
  text-align: center;
  line-height: 0;
  font-weight: normal; }
  .lightbox .lb-outerContainer {
    position: relative;
    background-color: white;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 2px; }
    .lightbox .lb-outerContainer .lb-container {
      padding: 2px; }
      .lightbox .lb-outerContainer .lb-container > .nav {
        left: 0; }
      .lightbox .lb-outerContainer .lb-container .lb-loader {
        position: absolute;
        top: 43%;
        left: 0;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0; }
        .lightbox .lb-outerContainer .lb-container .lb-loader .lb-cancel {
          display: block;
          width: 32px;
          height: 32px;
          margin: 0 auto;
          background: url("../img/loader.gif") no-repeat; }
      .lightbox .lb-outerContainer .lb-container .lb-image {
        display: block;
        height: auto;
        max-width: inherit;
        border-radius: 3px; }
      .lightbox .lb-outerContainer .lb-container .lb-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a {
          outline: none;
          background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }
        .lightbox .lb-outerContainer .lb-container .lb-nav .lb-prev, .lightbox .lb-outerContainer .lb-container .lb-nav .lb-next {
          height: 100%;
          cursor: pointer;
          display: block; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
          opacity: 0;
          -webkit-transition: opacity 0.6s;
          -o-transition: opacity 0.6s;
          transition: opacity 0.6s;
          background: rgba(0, 0, 0, 0.26); }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:after, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:after {
          font-family: Font Awesome\ 5 Pro;
          -moz-osx-font-smoothing: grayscale;
          -webkit-font-smoothing: antialiased;
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          font-size: 1.33333em;
          line-height: 0.75em;
          vertical-align: -.0667em;
          line-height: 0.75em;
          font-weight: 900;
          font-size: 30px;
          color: #fff;
          position: absolute;
          top: 50%;
          margin-top: -0.325em; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev {
          width: 20%;
          left: 0;
          float: left; }
          .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev::after {
            margin-left: -8px;
            left: 10%;
            content: "\f104"; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next {
          width: 20%;
          right: 0;
          float: right; }
          .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next::after {
            margin-right: -8px;
            right: 10%;
            content: "\f105"; }
        .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-prev:hover, .lightbox .lb-outerContainer .lb-container .lb-nav a.lb-next:hover {
          opacity: 0.8; }
  .lightbox .lb-outerContainer:after {
    content: "";
    display: table;
    clear: both; }
  .lightbox a img {
    border: none; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%; }
  .lb-dataContainer::after {
    content: "";
    display: table;
    clear: both; }
  .lb-dataContainer .lb-data {
    padding: 0 4px;
    color: #ccc; }
    .lb-dataContainer .lb-data .lb-details {
      width: 85%;
      float: left;
      text-align: left;
      line-height: 1.1em; }
    .lb-dataContainer .lb-data .lb-caption {
      font-size: 13px;
      font-weight: bold;
      line-height: 1em; }
    .lb-dataContainer .lb-data .lb-number {
      display: block;
      clear: left;
      padding-bottom: 1em;
      font-size: 12px;
      color: #999; }
    .lb-dataContainer .lb-data .lb-close {
      color: #ccc;
      display: block;
      float: right;
      width: 30px;
      height: 30px;
      text-align: right;
      outline: none;
      opacity: 0.7;
      -webkit-transition: opacity 0.2s;
      -o-transition: opacity 0.2s;
      transition: opacity 0.2s; }
      .lb-dataContainer .lb-data .lb-close::after {
        font-family: Font Awesome\ 5 Pro;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        font-size: 1.33333em;
        line-height: 0.75em;
        vertical-align: -.0667em;
        font-weight: 900;
        content: "\f00d"; }
      .lb-dataContainer .lb-data .lb-close:hover {
        cursor: pointer;
        opacity: 1; }

.noty_bar.noty_type_error .noty_message {
  background: #fce3e3;
  color: #FF5D5D;
  border: 1px solid #e8caca; }

.noty_bar.noty_type_error a {
  color: #FF5D5D; }

.noty_bar .noty_message {
  background: #2a2f36;
  color: #5d6c84;
  border: 1px solid #2a2f36;
  -webkit-box-shadow: 0 -1px 0 #d7d8db;
  box-shadow: 0 -1px 0 #d7d8db;
  border-radius: 0px;
  padding: 15px !important;
  }
  .noty_bar .noty_message .noty_text {
    margin: -15px;
    display: block;
    font-weight: 400; }
    .noty_bar .noty_message .noty_text a {
      display: block;
      padding: 15px; }

.animated {
  border: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  .animated .infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite; }
  .animated .hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

#nprogress {
  z-index: 1200;
  pointer-events: none; }
  #nprogress .bar {
    background: #3a8dff;
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px; }
  #nprogress .peg {
    display: block;
    position: absolute;
    right: 0;
    width: 100px;
    height: 100%;
    -webkit-box-shadow: 0 0 10px #eee, 0 0 5px #eee;
            box-shadow: 0 0 10px #eee, 0 0 5px #eee;
    opacity: 1.0;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px); }
  #nprogress .spinner {
    display: block;
    position: fixed;
    z-index: 1200;
    top: 15px;
    right: 15px; }
  #nprogress .spinner-icon {
    width: 20px;
    height: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: #3a8dff;
    border-left-color: #3a8dff;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }
  .nprogress-custom-parent .spinner, .nprogress-custom-parent .bar {
    position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.result_ok, .result_ok_b {
  display: block;
  position: fixed;
  z-index: 1200;
  top: 16px;
  right: 18px;
  color: #3a8dff;
  font-size: 16px; }

.result_error, .result_error_b {
  display: block;
  position: fixed;
  z-index: 1200;
  top: 17px;
  right: 18px;
  color: #3a8dff;
  font-size: 16px; }

.b-page__content {
  height: 50px;
  background-color: var(--main-bg); }

.b-head-decor {
  display: none; }

.b-page_newyear .b-head-decor {
  z-index: 1200;
  position: absolute;
  top: 0;
  margin-top: -35px;
  left: 0;
  display: block;
  height: 105px;
  width: 100%;
  overflow: hidden;
  background: url(../img/balls/b-head-decor_newyear.png) repeat-x 0 0; }

.b-page_newyear .b-head-decor__inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 115px;
  display: block;
  width: 373px; }

.b-page_newyear .b-head-decor::before {
  content: '';
  display: block;
  position: absolute;
  top: -115px;
  left: 0;
  z-index: 3;
  height: 115px;
  display: block;
  width: 100%;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.75); }

.b-page_newyear .b-head-decor__inner_n2 {
  left: 373px; }

.b-page_newyear .b-head-decor__inner_n3 {
  left: 746px; }

.b-page_newyear .b-head-decor__inner_n4 {
  left: 1119px; }

.b-page_newyear .b-head-decor__inner_n5 {
  left: 1492px; }

.b-page_newyear .b-head-decor__inner_n6 {
  left: 1865px; }

.b-page_newyear .b-head-decor__inner_n7 {
  left: 2238px; }

.b-ball {
  position: absolute; }

.b-ball_n1 {
  top: 0;
  left: 3px;
  width: 59px;
  height: 83px; }

.b-ball_n2 {
  top: -19px;
  left: 51px;
  width: 55px;
  height: 70px; }

.b-ball_n3 {
  top: 9px;
  left: 88px;
  width: 49px;
  height: 67px; }

.b-ball_n4 {
  top: 0;
  left: 133px;
  width: 57px;
  height: 102px; }

.b-ball_n5 {
  top: 0;
  left: 166px;
  width: 49px;
  height: 57px; }

.b-ball_n6 {
  top: 6px;
  left: 200px;
  width: 54px;
  height: 70px; }

.b-ball_n7 {
  top: 0;
  left: 240px;
  width: 56px;
  height: 67px; }

.b-ball_n8 {
  top: 0;
  left: 283px;
  width: 54px;
  height: 53px; }

.b-ball_n9 {
  top: 10px;
  left: 321px;
  width: 49px;
  height: 66px; }

.b-ball_n1 .b-ball__i {
  background: url(../img/balls/b-ball_n1.png) no-repeat; }

.b-ball_n2 .b-ball__i {
  background: url(../img/balls/b-ball_n2.png) no-repeat; }

.b-ball_n3 .b-ball__i {
  background: url(../img/balls/b-ball_n3.png) no-repeat; }

.b-ball_n4 .b-ball__i {
  background: url(../img/balls/b-ball_n4.png) no-repeat; }

.b-ball_n5 .b-ball__i {
  background: url(../img/balls/b-ball_n5.png) no-repeat; }

.b-ball_n6 .b-ball__i {
  background: url(../img/balls/b-ball_n6.png) no-repeat; }

.b-ball_n7 .b-ball__i {
  background: url(../img/balls/b-ball_n7.png) no-repeat; }

.b-ball_n8 .b-ball__i {
  background: url(../img/balls/b-ball_n8.png) no-repeat; }

.b-ball_n9 .b-ball__i {
  background: url(../img/balls/b-ball_n9.png) no-repeat; }

.b-ball_i1 .b-ball__i {
  background: url(../img/balls/b-ball_i1.png) no-repeat; }

.b-ball_i2 .b-ball__i {
  background: url(../img/balls/b-ball_i2.png) no-repeat; }

.b-ball_i3 .b-ball__i {
  background: url(../img/balls/b-ball_i3.png) no-repeat; }

.b-ball_i4 .b-ball__i {
  background: url(../img/balls/b-ball_i4.png) no-repeat; }

.b-ball_i5 .b-ball__i {
  background: url(../img/balls/b-ball_i5.png) no-repeat; }

.b-ball_i6 .b-ball__i {
  background: url(../img/balls/b-ball_i6.png) no-repeat; }

.b-ball_i1 {
  top: 0;
  left: 0;
  width: 25px;
  height: 71px; }

.b-ball_i2 {
  top: 0;
  left: 25px;
  width: 61px;
  height: 27px; }

.b-ball_i3 {
  top: 0;
  left: 176px;
  width: 29px;
  height: 31px; }

.b-ball_i4 {
  top: 0;
  left: 205px;
  width: 50px;
  height: 51px; }

.b-ball_i5 {
  top: 0;
  left: 289px;
  width: 78px;
  height: 28px; }

.b-ball_i6 {
  top: 0;
  left: 367px;
  width: 6px;
  height: 69px; }

.b-ball__i {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
      transform-origin: 50% 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  pointer-events: none; }

.b-ball_bounce .b-ball__right {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  bottom: 0;
  z-index: 9; }

.b-ball_bounce:hover .b-ball__right {
  display: none; }

.b-ball_bounce .b-ball__right:hover {
  left: 0;
  display: block !important; }

.b-ball_bounce.bounce > .b-ball__i {
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
      transform: rotate(-9deg); }

.b-ball_bounce .b-ball__right.bounce + .b-ball__i {
  -webkit-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
      transform: rotate(9deg); }

.b-ball_bounce.bounce1 > .b-ball__i {
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
      transform: rotate(6deg); }

.b-ball_bounce .b-ball__right.bounce1 + .b-ball__i {
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
      transform: rotate(-6deg); }

.b-ball_bounce.bounce2 > .b-ball__i {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
      transform: rotate(-3deg); }

.b-ball_bounce .b-ball__right.bounce2 + .b-ball__i {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
      transform: rotate(3deg); }

.b-ball_bounce.bounce3 > .b-ball__i {
  -webkit-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
      transform: rotate(1.5deg); }

.b-ball_bounce .b-ball__right.bounce3 + .b-ball__i {
  -webkit-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
      transform: rotate(-1.5deg); }

.win_day {
  background: url("../img/balls/win_day.png");
  background-size: 100% 100%;
  height: 80px;
  width: 170px;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 103px; }

@media (max-width: 991.99px) {
  .win_day, .b-page__content {
    display: none; } }

* {
  margin: 0;
  padding: 0;
  outline: none !important;
  }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

a {
  color: #3a8dff;
  }
  a.small {
    color: #555;
    font-size: 12px;
    border-bottom: 1px solid #3a8dff; }
    a.small:hover, a.small:focus, a.small:visited {
      color: #555; }
  a:hover {
    text-decoration: none;
    color: #006bff; }
  a[onclick] {
    color: #3a8dff;
    cursor: pointer; }

h2 {
line-height: 32px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
  }

.loader {
  z-index: 1009;
  min-height: 32px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  position: relative;
  height: 100%;
  width: 100%; }
  .loader::after {
    content: '';
    display: block;
    height: 32px;
    width: 32px;
    background: url(../img/loader.gif);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }
            .wapper .header ul.user-menu > li.balance {
              color: var(--header-balance-color);
              position: relative;
              padding-left: 10px;
              border-left: 2px solid #00a1ff;
              background: var(--header-balance-bg);
              border: var(--header-balance-br);
              border-radius: 4px;
              }
              .wapper .header ul.user-menu > li.balance span, .wapper .header ul.user-menu > li.balance i, .wapper .header ul.user-menu > li.balance a {
                display: inline-block; }
              .wapper .header ul.user-menu > li.balance span, .wapper .header ul.user-menu > li.balance i {
                font-size: 12px;
                line-height: 30px; }
              .wapper .header ul.user-menu > li.balance span {
                font-weight: 600; }
              .wapper .header ul.user-menu > li.balance i {
                font-weight: 500; }
              .wapper .header ul.user-menu > li.balance a {
                height: 26px;
                width: 26px;
                margin: -1px 2px 2px 10px; }
                .wapper .header ul.user-menu > li.balance a i {
                  color: #fff;
                  top: -4px;
                  left: -3px; }
.logo {
  display: block;
  float: left;
    height: 160px;
    margin: -20px 0px 0px -10px;
    width: 324px;
  background-image: var(--logo-bgi);
  background-size: 100% 100%; }
  .logo h1 {
    line-height: 0;
    margin: 0;
    display: none; }
  .logo span {
    display: none;
    font-weight: 700;
    line-height: 56px;
    font-size: 20px;
    letter-spacing: 2px; }
    .logo span:nth-child(1) {
      color: #0a1f44; }
    .logo span:nth-child(2) {
      color: #3a8dff; }
.wapper {
  font-family: 'Inter';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 0; }
  .wapper > .content {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .wapper > .footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background-color: var(--footer-bg);
    border-top: var(--footer-bb);
    padding-top: 45px;
   /*  padding-bottom: 15px; */
    }
    .wapper > .footer .col-lg-4 .logo {
      display: block; }
      .wapper > .footer .col-lg-4 .logo span {
        font-size: 28px; }
    .wapper > .footer .col-lg-4 p {
      line-height: 20px;
      font-size: 12px;
      margin-top: 20px;
      text-align: justify; }
    .wapper > .footer .col-lg-2 strong {
      font-weight: bold;
      font-size: 16px;
      color: var(--color-w-b);
      margin-bottom: 20px;
      display: block;
      }
    .wapper > .footer .col-lg-2 ul {
      position: relative;
      display: block;
      list-style: none; }
      .wapper > .footer .col-lg-2 ul li {
        margin: 0 0 8px; }
        .wapper > .footer .col-lg-2 ul li a {
          color: #8a8a8a;
          font-size: 14px;
          }
    .wapper > .footer hr {
      border-color: #f1f2f400;
      }
    .wapper > .footer .copyright #copyright {
      display: inline-block;
      margin: 0; }
      .wapper > .footer .copyright #copyright br {
        display: none; }
    .wapper > .footer .copyright a {
      font-weight: 500; }
    .wapper > .footer .copyright p {
      color: var(--color-w-b);
	  text-align: center;
      margin: 0;
      }
      .wapper > .footer .copyright p span {
        position: relative;
        top: 2px;
        margin: 0 5px;
        color: #a6aebc; }
    @media (max-width: 991.99px) {
      .wapper > .footer .copyright p {
        min-height: 40px;
        line-height: 40px;
		padding: 5px;}
      .wapper > .footer #copyright {
        width: 100%;
        display: block;
        height: 30px !important;
        line-height: 30px !important; } }
    @media (min-width: 992px) {
      .wapper > .footer #copyright {
        height: 40px;
        line-height: 40px;
        padding-left: 15px;
        border-left: 1px solid #f1f2f4; }
      .wapper > .footer .copyright p {
        height: 40px;
        line-height: 40px;
		padding: 5px;} }
  @media (max-width: 991.99px) {
    .wapper > .footer {
      padding-top: 10px; }
      .wapper > .footer .col-lg-2 ul {
        margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .wapper .container {
      max-width: 1800px;} }
  .wapper .header {
    background: #09132E;
    height: 75px;
    border-bottom: #09132E;
    position: relative;
    -webkit-box-shadow: 0px 9px 8px 0px rgba(9, 19, 46, 0.54);
-moz-box-shadow: 0px 9px 8px 0px rgba(9, 19, 46, 0.54);
box-shadow: 0px 9px 8px 0px rgba(9, 19, 46, 0.54);
    }
    .wapper .header .auth-in, .wapper .header .reg-in {
      display: block;
      float: right;
      margin-left: 10px;
      margin-top: 12px; }
    .wapper .header .menu-trigger {
      font-family: Font Awesome\ 5 Pro;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-size: 1.33333em;
      line-height: 0.75em;
      vertical-align: -.0667em;
      font-weight: 900;
      text-align: center;
      color: #0a1f44;
      border: 1px solid #e8ebee;
      background-color: #fff;
      float: right;
      margin-left: 10px;
      margin-top: 12px; }
    .wapper .header .menu-trigger.collapsed:before {
      content: "\f0c9"; }
    .wapper .header .menu-trigger:not(.collapsed):before {
      content: "\f066"; }
  @media (min-width: 992px) {
    .wapper .header {
position: fixed;
    z-index: 950;
    right: 0;
    top: 0;
    left: 324px;
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
    flex-direction: row; }
      .wapper .header ul {
        display: block;
        float: left;
        height: 100%;
        list-style: none;
        margin: 0px 0 0 40px; }
        .wapper .header ul > li {
          display: block;
          float: left;
          margin: 0 17px; }
          .wapper .header ul > li > a {
font-size: 16px;
    display: block;
    height: 56px;
    line-height: 75px;
    color: #b8bac0;
            }
              .wapper .header ul > li > a:hover {
font-size: 16px;
    display: block;
    height: 56px;
    line-height: 75px;
    color: white;
            }
        .wapper .header ul.user-menu {
          margin: 10px 60px;
          width: max-content;
          height: 32px;
          float: right; }
          .wapper .header ul.user-menu > li {
            margin: 0 8px; }
            .wapper .header ul.user-menu > li a i.fa-envelope {
              left: 0px; }
            .wapper .header ul.user-menu > li.collapsible {
              position: relative; }
              .wapper .header ul.user-menu > li.collapsible > a {
                width: 42px; }
                .wapper .header ul.user-menu > li.collapsible > a img {
                  width: 50px;
                  height: 50px;
                  border-radius: 25px;
                  display: block;
                  float: left; }
                .wapper .header ul.user-menu > li.collapsible > a i {
                  display: block;
                  float: right;
                  line-height: 30px;
                  font-size: 10px; }
            .wapper .header ul.user-menu > li > a {
              height: 50px;
              width: 50px;
              border-radius: 50px;
              line-height: 31px;
              text-align: center;
              margin: 0; }
              .wapper .header ul.user-menu > li > a i {
                color: var(--head-btn-color);
                margin: 0;
                font-size: 20px;
    line-height: 48px;
                }
            .wapper .header ul.user-menu > li > ul {
              z-index: 1013;
              display: none;
              position: absolute;
              right: calc(100% - 33px);
              width: auto !important;
              height: auto;
              list-style: none;
              top: 44px;
              margin: 0;
              padding: 0;
              background: #253053;
              -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
              box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
              border-radius: 4px;
              overflow: hidden;
              }
              .wapper .header ul.user-menu > li > ul > li {
                display: block;
                width: 100%;
                margin: 0; }
                .wapper .header ul.user-menu > li > ul > li:hover {
                  background: #1D2848;}
                .wapper .header ul.user-menu > li > ul > li > a {
                  font-weight: 500;
                  color: var(--color-w-b);
                  font-size: 14px;
                  display: block;
                  position: relative;
                  height: 40px;
                  line-height: 40px;
                  margin: 0 15px;
                  -o-text-overflow: ellipsis;
                     text-overflow: ellipsis;
                  overflow: hidden;
                  white-space: nowrap;
                  max-width: 200px; }
              .wapper .header ul.user-menu > li > ul > li:last-child > a {
                border-bottom: 0; }
			.wapper .header ul.user-menu > li > ul > li:nth-child(5){
			display: none;}
    .wapper .header-menu {
      background-color: var(--head-menu-bg);
      position: relative;
      }
      .wapper .header-menu.with-border {
        border-bottom: var(--header-bb);
        }
      .wapper .header-menu .collapsible-menu {
        font-size: 14px;
        list-style: none;
        padding: 0;
        margin: 0;
        line-height: 0;
        overflow: hidden;
        height: 48px;
    display: none;}
        .wapper .header-menu .collapsible-menu > li {
          margin: 0;
          padding: 0;
          display: inline-block; }
          .wapper .header-menu .collapsible-menu > li.collapsible::after {
            font-family: Font Awesome\ 5 Pro;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            font-size: 1.33333em;
            line-height: 0.75em;
            vertical-align: -.0667em;
            font-weight: 900;
            content: "\f078";
            color: var(--arrow-up-color);
            position: relative;
            z-index: 1010;
            font-size: 8px;
            display: block;
            float: left;
            margin-top: 20px;
            margin-left: -16px; }
          .wapper .header-menu .collapsible-menu > li > a {
            position: relative;
            display: block;
            height: 48px;
            float: left;
            line-height: 46px;
            font-weight: 600;
            color: var(--head-menu-color);
            font-size: 12px;
            text-transform: uppercase;
            padding: 0 20px;
            transition: 0.2s ease-out all;
            }
          .wapper .header-menu .collapsible-menu > li > a:hover, .wapper .header-menu .collapsible-menu > li > a.open {
              color: #8a94a6;
              transition: 0.2s ease-out all; }
          .wapper .header-menu .collapsible-menu > li:first-child > a {
            padding-left: 0;
    }
          .wapper .header-menu .collapsible-menu > li ul {
            display: none;
            list-style: none;
            margin: 0;
            padding: 0;
            position: absolute;
            z-index: 1011;
            top: 48px;
            background: var(--collapsible-menu-bg);
           -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
                    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
            border-radius: 4px;
            overflow: hidden; }
           .wapper .header-menu .collapsible-menu > li ul > li:hover {
              background: var(--collapsible-menu-bg-hover); }
           .wapper .header-menu .collapsible-menu > li ul > li > a {
              font-weight: 500;
              color: #8a94a6;
              font-size: 12px;
              display: block;
              position: relative;
              height: 40px;
              line-height: 40px;
              margin: 0 15px;
              border-bottom: var(--collapsible-menu-bb); }
            .wapper .header-menu .collapsible-menu > li ul > li:last-child > a {
              border-bottom: 0; } }

@media (max-width: 991.98px) {
    .wapper .header {
position: relative;
      display: block;
      width: 390px;
      max-width: 100%;
    z-index: 950;
    display: flex;  
      white-space: nowrap;
      justify-content: space-between;
      flex-direction: row;
 }
          .wapper .header ul {
          margin: 0;
          padding: 0;
          display: none;
}

.card-playground {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
	border: 1px solid #9aa1ab;
    background-color: #f8f8f8;
    background-clip: border-box;
    border: 1px solid #374558;
    border-radius: 0.25rem;
	margin-bottom: 30px;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border-radius: 15px;
    -webkit-box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
    box-shadow: 1px 1px 2px 1px rgb(29 28 28 / 8%);
}

.bg-btn-header {
	background: var(--bg-btn-header);
}

.new-pos {
	font-size: 16px;
	margin-right: 5px;
}

@media (max-width: 767px) {
  .block-body .structItemContainer .structItem-cell--meta,
  .block-body .structItemContainer .structItem-cell--latest {
    display: none;
  }
  
  .hidden-w767 {
     display: none !important;
  }
}

.new-footer {
    position: relative;
    z-index: 100;
	background-color: var(--footer-bg);
}

.new-footer .main {
	margin: 0 auto;
    max-width: 1200px;
	display: flex;
	justify-content: space-between;
    padding: 20px 15px;
}

.new-footer .main .nav-links {
	display: flex;
	justify-content: space-between;
	flex-grow: 0.6;
}

.new-footer .directory-column {
    display: inline-block;
    vertical-align: top;
    color: #bebebe;
    margin-right: 30px;
}

.new-footer .directory-column .directory-title {
	padding: 12px 12px 12px 12px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--color-w-b);
    font-size: 15px;
	border-bottom: 2px solid #3a8dff;
	margin-bottom: 12px;
}

.new-footer .directory-column .directory-list {
}

.new-footer .directory-column .directory-list a {
    color: #8a8a8a;
	padding: 4px 12px;
    min-height: 24px;
    font-size: 14px;
	display: flex;
    align-items: center;
    justify-content: flex-start;
}

.new-footer .directory-column .directory-list a:hover {
	color: var(--color-w-b);
	background: var(--chat-message-bg);
}

.new-footer .directory-column .directory-list .dot {
    width: 12px;
	height: 12px;
	background: #3a8dff;
	border-radius: 50%;
	margin-right: 10px;
}

.new-footer .footer-block-stats {
	display: flex;
    justify-content: space-around;
    margin: 0 !important;
    flex-basis: unset;
    max-width: unset;
}

.new-footer .copyright {
	text-align: center;
    padding: 15px;
	font-size: 14px;
	background-color: var(--copyright-bg);
	border: none;
	margin: 0;
	color: var(--color-w-b);
}

.online-user-item {
	border-top: var(--chat-bb);
    display: block;
    height: 70px;
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 10px 16px 10px 16px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.online-user-item .user-ava {
	height: 40px;
    width: 40px;
    border-radius: 8px;
    margin-right: 15px;
    float: left;
}

.online-user-item .user-login {
}

.online-user-item .user-gp {
	color: var(--chat-message-color);
}

i.point {
	position: relative;
    right: 5px;
    top: -4px;
	width: 10px;
	height: 10px;
	background: #16d009;
	border-radius: 50%;
}

#progress {
	border: 2px solid #3a8dff;
}

#progress .l_block_head {
	color: var(--h2-color);
	font-size: 16px;
	margin-bottom: 8px;
}

@media (max-width: 767px) {
	.new-footer .main {
		flex-direction: column;
	}
	
	.new-footer .main .links-to-info {
		justify-content: space-around;
	}
	
	.new-footer .main .more-info {
		order: 3;
		justify-content: center;
		margin-top: 16px;
	}
	
	.new-footer .social-networks .directory-title {
		display: none;
	}
	
	.new-footer .social-networks {
		display: flex;
		justify-content: center;
		margin-top: 30px;
	}
	
	.new-footer .social-networks .footer-block-stats {
		display: flex;
		justify-content: center;
		margin-top: 25px;
	}
	
	.ipsWidget__slonecznyd_ministats {
		justify-content: space-around;
	}
	
	.ipsWidget__slonecznyd_ministats_box-description {
		display: none;
	}
	
	.ipsWidget__boxicon {
		margin-right: 15px !important;
	}
	
	.ipsWidget__slonecznyd_ministats .ipsWidget__slonecznyd_ministats_box {
		margin: 0px !important;
		padding: 0px !important;
	}
}

@media (max-width: 639px) {
	.new-footer .main .nav-links {
		flex-direction: column;
	}
	
	.new-footer .directory-column {
		margin-bottom: 10px;
	}
	
	#information {
		flex-direction: column;
	}
}

/* 025ed10651d284275e1c77d5a7da5081 */