@charset "UTF-8";

/** {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}
*/


ul li {
  list-style: none;
}






html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}



/*--------------------*/


.check_ipsBadge_green {
    background: #7ba60d;
}

.check_ipsBadge {
	font-size: 10px;
    padding: 0 1em;
    line-height: 2;
    border-radius: 100px;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    text-shadow: none;
    letter-spacing: 0;
   /* background: var(--badge--background, currentColor linear-gradient(rgba( var(--theme-area_background_reset), 0.9 ), rgba( var(--theme-area_background_reset), 0.9 )));*/
}

.ip_left {
    font-weight: bold;
    float: left;
}
.ip_right {
    font-weight: bold;
    float: right;
}
.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}
*/
.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}

._more-link span {
  font-style: normal;
}

._more-link span:first-child {
  display: block;
}

._more-link span:last-child {
  display: none;
}

._more-link._active span {
  font-style: normal;
}

._more-link._active span:first-child {
  display: none;
}

._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.player-card {
 /* font-family: Roboto;*/
 /* background: #eeeeee;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
 /* padding: 6px;
  border: 1px solid #d2d2d2;*/
  max-width: 1310px;
  margin: 0 auto;
}

.player-card__row {
  width: 100%;
  height: 100%;
  /*border: 1px solid #eaeaea;*/
 /* background: #fafafa;*/
}

.band {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #1265A1;
  width: 100%;
  border: 1px solid #1265A1;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 12px 0px 12px;
  line-height: 16px;
  height: 40px;
}

.band__player-name {
  font-size: 16px;
 color: rgb( var(--theme-section_title_font) );
 /* font-family: Roboto;*/
  margin-right: 10px;
}

.band__player-id span {
  margin-left: 5px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
}

.fa.fa-steam-square {
  font-size: 16px;
}

.main-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 9px;
  /*background: #fff;
  border: 1px solid #eaeaea;
  margin: 9px 0px 0px 0px;*/
}

.header-card {
	overflow:hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 0px 10px 10px;
}

.header-card__wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 /* margin: 20px 0px 20px 0px;*/
	align-items: center;
}

.header-card__image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
	height: 160px;
	border: 1px solid #232323;
	-webkit-box-shadow: 0 0 0 1px #232323;
	box-shadow: 0 0 0 1px #232323;
	padding: 3px 3px;
	background: #303030;
	border-radius: 5px;
}

.header-card_ingame {
	background: #a3cf06;
}
.header-card_online {
	background: #57cbde;
}
.header-card_offline {
	background: #303030;
}

.header-card__image img {
  display: block;
  font-size: 0;
  border-radius: 50%;
  max-width: 100%;
}

.header-card.info {
  font-size: 16px;
  display: block;
  margin-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
background: #00000073;
padding: 10px;
border-radius: 5px;

-webkit-box-shadow: 0 0 0 1px #232323;
box-shadow: 0 0 0 1px #232323;
border-radius: 5px;
}

.info__country {
  font-size: 18px;
  margin-left: -10px;
}

.info__player-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0px 0px 0px 10px;
  align-items: end;
}

.info__player-name a {
  margin-left: 10px;
  font-size: 26px;
	color: rgb( var(--theme-section_title_font) );
}

.info__player-name a:hover {
  /*color: black;*/
}

.info__check-in {
  margin: 25px 0px 0px 0px;
  font-size: 16px;
  color: #89898a;
  white-space: nowrap;
}

.info__check-in span {


color: rgb( var(--theme-section_title_font) );
    height: 65px;
   
    font-size: 14.0px;
    font-weight: 500;
   
}

.info__status {
  margin: 7px 0px 0px 0px;
  white-space: nowrap;
color: #89898a;
}

.info__status span {

color: rgb( var(--theme-section_title_font) );
    height: 65px;
   
    font-size: 14.0px;
    font-weight: 500;
}

.info__activity {
	
  margin: 7px 0px 0px 0px;
color: #89898a;
  font-size: 16px;
  white-space: nowrap;
}

.info__activity span {


color: rgb( var(--theme-section_title_font) );
    height: 65px;
   
    font-size: 14.0px;
    font-weight: 500;
}

.infobox {
  display: block;
  width: 100%;
}



.line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 100%;
  background-color: #1265A1;
  border: 1px solid #1265A1;
  border-radius: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 0px 0px 16px;
  font-size: 16px;
  color: #fff;
}

.box-player {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.box-player__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
    padding: 0px;
  margin: 0px;
  border: 0px;
}

.box-player__cell {
	
  padding: 1px;
  color: #807f80;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;  
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  width: 100%;
  color: rgb( var(--theme-widget_title_font) );
  font-size: 16px;
  font-weight: 500;
  padding: 5px;
  line-height: 28px;
*/
}
/*
.box-player__cell:hover {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #3a3a3a;
}
*/
/*
.box-player__cell p {
  margin: 0px 0px 0px 5px;
}

.box-player__cell a {
  margin: 0px 0px 0px 5px;
}

.box-player__cell span {
  margin: 0px 5px 0px 5px;
}
*/
.confidence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  width: 100%;
  border-top: none;
  border: 1px solid #eaeaea;
}

.confidence__text {
  font-weight: bold;
  font-size: 16px;
}

.confidence__number {
  margin: 0px 0px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  border: 2px solid green;
  border-radius: 50%;
  height: 38px;
  width: 38px;
}

.links-and-search {
  /*border: 1px solid #eaeaea;
  border-bottom: none;
 margin: 20px 0px 0px 0px;*/
}

.links-and-search span {
  color: #ffffff;
}

.box-player__block {
  padding: 1px;
  width: 28px;
  height: 28px;
  /*background: #1265A1;*/
  color: #807f80;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}





.block_status_clear {
  background: green;
  color: white;
  font-size: 18px;
}

.block_status_banned {
  background: #cc0000;
  color: white;
  font-size: 22px;
}

.box-player__p {
  font-weight: bold;
}

.box-player__p span {
  font-weight: 500;
  color: black;
  text-align: center;
  margin: 0px 0px 0px 5px;
}

.statistics-RG {
  border: 1px solid #eaeaea;
  margin: 20px 0px 0px 0px;
  border-bottom: none;
}

.banner {
	background: #1f1e1e;
  /*margin: 20px 0px 0px 0px;
  border: 1px solid #eaeaea;*/
}

.banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 25px;
}

.banner__img {
  text-align: center;
}

.banner__img img {
  max-width: 100%;
}

.banner__text {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: 300;
}

.banner__text a {
  margin: 0px 5px;
  color: #bfbfbf;
}

.banner__text a:hover {
opacity: .7;
}

.banner__textarea {
  border: 1px solid #000;
  width: 100%;
  height: 40px;
  resize: none;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: regular;
  color: #fff !important;
  margin: -1px 0px 0px -1px;
}

.banner__textarea:focus {
  border: 2px solid #000;
}

.banner__stat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 28px;
  margin-top: 10px;
}

.banner__stat:hover {
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #DCDDE1;
}



.banner__label a {
  letter-spacing: 1px;
  color: black;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
}

.banner__label a:hover {
  color: #1265A1;
}

.line_small {
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.middle-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.right-middle-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}

.left-middle-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
}

.stat__mix {
  width: 100%;
}





.box-player__column_span-bold span {
  font-weight: bold;
}





.box_status_clear span {
  color: green;
}

.box_status_banned span {
  color: #cc0000;
}

.line_frags {
  margin: 20px 0px 0px 0px;
}

.header-steamid {
  margin: 10px 10px 0px 0px;
}

.header-steamid__row {
    font-size: 16px;
    display: block;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #00000073;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px #232323;
    box-shadow: 0 0 0 1px #232323;
    border-radius: 5px;
}

.header-steamid__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  
  font-size: 16px;
  margin: 6px 0px 6px 0px;
}

.header-steamid__label {
  font-weight: bold;
  margin-right: 10px;
  color: #807f80;
}

.header-steamid__ID {
	color: #fff;
  margin-right: 10px;
  opacity: 0.6;
}

.header-steamid__link {
  color: black;
  opacity: 0.6;
}





@media (min-width: 899.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (max-width: 1352px) {
  ._container {
    max-width: 900px;
  }
}



@media (max-width: 799.98px) {
  ._container {
    max-width: none;
    padding: 0 10px;
  }

  .header-card {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    height: 150px;
  }

  .info__player-name a {
    font-size: 22px;
  }

  .info__check-in {
    font-size: 14px;
  }

  .line {
    font-size: 14px;
  }

  .box-player__cell {
    font-size: 14px;
  }


  .banner__stat:hover {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: none;
  }

  .banner__label a {
    font-size: 14px;
  }


}

@media (max-width: 545px) {
	.box-player {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
	.pSteamStatus {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
	}

}


@media (max-width: 475px) {
  .header-card__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    height: 120px;
      border: 1px solid #d0d0d;
  /*border-radius: 50%;*/
  }

  .info__check-in {
    font-size: 12px;
  }

  .info__status {
    font-size: 12px;
  }

  .info__activity {
    font-size: 12px;
  }
}


.tabh {
    margin-bottom: 10px;
    width: 98% !important;
    padding: 5px;
    border-radius: 3px;
    background-color: rgb(23 126 201);
}
.mapm {
    font-size: 12px;
    color: #e9e9e9;
    margin-top: 3px;
    float: left;
    margin-left: 5px;
}

.scrm {
    box-shadow: 1px 1px 1px rgb(255 255 255 / 42%);
    font-size: 12px;
    color: #ffffff;
    float: right;
    margin-left: 10px;
    padding: 2px 6px;
    background-color: #22202c;
    border-radius: 5px;
}
.session_Online {
    color: #fff;
    float: left;
    width: 45px;
    background-color: #009500;
    padding: 3px 0px;
    font-size: 12px;
    border-radius: 4px;
}
.session_Offline {
    color: #fff;
    float: left;
    width: 45px;
    background-color: #9a9a9a;
    padding: 3px 0px;
    font-size: 12px;
    border-radius: 4px;
}
.session_date {
    font-size: 12px;
    color: #e9e9e9;
    margin-top: 3px;
    float: left;
    margin-left: 5px;
}
.session_time {
    box-shadow: 1px 1px 1px rgb(255 255 255 / 42%);
    font-size: 12px;
    color: #ffffff;
    float: right;
    margin-left: 10px;
    padding: 2px 6px;
    background-color: #22202c;
    border-radius: 5px;
}
.info_block_1 {
    font-size: 12px;
    color: #e9e9e9;
    margin-top: 3px;
    float: left;
    margin-left: 5px;
}
.info_block_2 {
    box-shadow: 1px 1px 1px rgb(255 255 255 / 42%);
    font-size: 12px;
    color: #ffffff;
    float: right;
    margin-left: 10px;
    padding: 2px 6px;
    background-color: #22202c;
    border-radius: 5px;
}

.ipsBadge_green {
    background: #7ba60d;
}
.ipsBadge_lightgrey {
    background: #b3b3b3;
}
.ipsBadge_red {
    background: #bf1d00;
}

.tblb {
    border-right: 1px solid #ddd;
}
.tbl_ac {
    padding: 0;
}

.steam_link,.steam_link:active, .steam_link:focus, .steam_link:hover  {
	color: white;
}

.list_path ol li.ipsStreamItem_contentBlock {
	height:auto !important;
}

.ac_ul_list {
	padding: 0;
	margin: 0;
}
.ac_ul_list li {
	list-style:none;
	display:flex;
	padding: 5px;
	border-bottom: 1px solid black;
}
.ac_ul_list li .proc_name {
	width:75%;
	word-break: break-word;
	/*list-style:none;
	display:flex;
	padding: 5px;
	border-bottom: 1px solid black;*/
}
.ac_ul_list li .proc_time {
	width:25%;
	border-left:1px solid red;
	padding-left: 5px;
	/*list-style:none;
	display:flex;
	
	border-bottom: 1px solid black;*/
}
.ac_ul_list li:last-child {
	border:0;
	
}

.proc_title {
	display:flex;
	padding: 5px;
	background:#d8d8d8;
}

.proc_title p {
	width:75%;
	margin:0;
}
.proc_title p:last-child {
	width:25%;
	padding-left:5px;
}
.pSteamStatus {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(170px, 1fr) );
    grid-column-gap: var(--sp-2);
    grid-row-gap: var(--sp-7);
}

@media (max-width: 768px){
	.list_path ol li {
		width:100% !important;
	}
	.list_path h2,.list_path h2>div,.list_path h2>div>div {
		text-align:center  !important;
	}
}


.ipsList_data li {
	padding: 6px; 
	line-height: 1.3; 
	border-bottom: 1px solid var(--box--border-color);
	/*border-top: 1px solid var(--box--border-color);*/

}
.ipsList_data li:last-of-type
{
	border-bottom: 0;
}
.ipsList_data .row_data { display: inline-block; }
.ipsList_data .row_title, .ipsList_data .ft {
	display: inline-block;
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
}

.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
	width: 80px;
}
.ipsList_data {
	padding: 0;
    margin: 0;
    border: 0;
}

.status_box 
{
    font-size: 16px;
    display: block;
    margin-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: #00000073;
    padding: 10px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px #232323;
    box-shadow: 0 0 0 1px #232323;
    border-radius: 5px;
	word-wrap: break-word;
	
}

.guard_ico {
  background-image:
    url(/scripts/steamchecker/new/styles/imgs/guard_logo_16.svg);
}