.fighter-detail {

}





.fighter-detail .item-bg {
	background: #272727;
}




.fighter-detail .prop-block {}

.fighter-detail .prop-block .item {}
.fighter-detail .prop-block .item .name {
	font-weight: 300;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #FFFFFF;
}
.fighter-detail .prop-block .item .value {
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.2;
	color: #F2B123;
}




.fighter-detail .title {
	font-family: "Uni Sans";
	font-weight: 900;
	font-size: 1.5rem;
	line-height: 1.2;
	color: #F2B123;
}
.fighter-detail .text {
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.2;
	color: #969696;
}





.fighter-detail .fighter-picture-block {
    background: url(images/dots.png) 160px bottom no-repeat;
    background-size: 146px 100%;
}

.fighter-detail .fighter-picture-block .picture {
	width: 100%;
	object-fit: contain;
    object-position: bottom;
}


.fighter-detail .pokazateli-block {
	top: 8rem;
	right: 1rem;
}

.fighter-detail .pokazateli-block .item {

}
.fighter-detail .pokazateli-block .item .name {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	color: #969696;
}
.fighter-detail .pokazateli-block .item .value {
	font-family: "MODERNIZ";
	font-weight: 900;
	font-size: 96px;
	line-height: 1;
	text-align: center;
	color: #969696;
}

.fighter-detail .pokazateli-block .item.item-1 .name {
	color: #53AD3A;
}
.fighter-detail .pokazateli-block .item.item-1 .value {
	color: #53AD3A;
}

.fighter-detail .pokazateli-block .item.item-3 .name {
	color: #9F1414;
}
.fighter-detail .pokazateli-block .item.item-3 .value {
	color: #9F1414;
}




.fighter-detail .related-news-block {
	max-height: 930px;
	overflow-x: hidden;
	overflow-y: auto;
}
.fighter-detail .related-news-block::-webkit-scrollbar {
  width: 6px;               /* ширина scrollbar */
  height: 6px;               /* ширина scrollbar */
}
.fighter-detail .related-news-block::-webkit-scrollbar-track {
  background: #1E1E1E;        /* цвет дорожки */
}
.fighter-detail .related-news-block::-webkit-scrollbar-thumb {
  background-color: #272727;    /* цвет плашки */
  border-radius: 2px;       /* закругления плашки */
}






.fighter-detail .props-block {
	position: relative;
	right: 0;
}

.fighter-detail .bx-animate-item.active .props-block {
  animation: showPropsBlock .5s;
}

@keyframes showPropsBlock {
  0% {
    filter: blur(40px);
    right: -100%;
  }
  100% {
    filter: blur(0);
    right: 0;
  }
}


.fighter-detail .picture {
	position: relative;
}

.fighter-detail .bx-animate-item.active .picture {
  animation: showPicture .5s;
}

@keyframes showPicture {
  0% {
    width: 80%;
	margin-left: 20%;
  }
  100% {
    width: 100%;
	margin-left: 0%;
  }
}


.fighter-detail .pokazateli-block {
	position: relative;
}

.fighter-detail .bx-animate-item.active .pokazateli-block {
  animation: showPokazateliBlock .5s;
}

@keyframes showPokazateliBlock {
  0% {
    filter: blur(40px);
    right: -4rem;
  }
  100% {
    filter: blur(0);
    right: 1rem;
  }
}


.fighter-detail .related-news-block {
	position: relative;
	left: 0;
}

.fighter-detail .bx-animate-item.active .related-news-block {
  animation: showRelatedNewsBlock .5s;
}

@keyframes showRelatedNewsBlock {
  0% {
    filter: blur(40px);
    left: -100%;
  }
  100% {
    filter: blur(0);
    left: 0;
  }
}





@media screen and (max-width: 1599px) {



}
@media screen and (max-width: 1399px) {

	.fighter-detail .prop-block .item .name {
		font-size: 1.125rem;
	}
	.fighter-detail .prop-block .item .value {
		font-size: 1.125rem;
	}

}
@media screen and (max-width: 1199px) {

	.fighter-detail .pokazateli-block {
		top: 1rem;
	}

}
@media screen and (max-width: 991px) {

	.fighter-detail .fighter-picture-block {
		background-position: 92px bottom;
		background-size: 96px 100%;
	}

}
@media screen and (max-width: 767px) {



}
@media screen and (max-width: 575px) {



}