.fresh-content .game-bench .col-md-3 {
	padding: 0px !important;
}
.fresh-content .game-bench {
    font-family: 'Nunito', sans-serif!important;
	display: inline-block;
	margin-top: 10px;
}
.fresh-content .game-bench .card {
    position: relative;
    margin-bottom: 20px;
}
.fresh-content .game-bench .card img.logo {
    display: block;
    max-width: 150px;
    margin: 0px auto 10px auto;
}
.fresh-content .game-bench .card img {
    width: 100%;
    height: auto;
	margin-top: 0;
}
.fresh-content .game-bench .card .benchmark {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    align-items: center;
    justify-items: center;
}
.fresh-content .game-bench .card .benchmark img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
    grid-row-start: 1;
    grid-column-start: 1;
	margin-bottom: 0px !important;
}
.fresh-content .game-bench .card .benchmark:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.3s ease-in-out;
}
.fresh-content .game-bench .card .benchmark .fps {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-row-start: 1;
    grid-row-end: 1;
    grid-column-start: 1;
    grid-column-end: 1;
    z-index: 1;
	margin-top: 30px;
}
.benchmark a {
	grid-row-start: 1;
	grid-column-start: 1;
}
.fresh-content .game-bench .card .benchmark .fps h3 {
    display: inline-block;
    padding: 10px 10px;
    margin: 0px;
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    background: rgba(104, 47, 238, 0.9);
	display: block;
}
.fresh-content .game-bench .card .benchmark .fps h4 {
    display: inline-block;
    margin: 0px 0px 10px 0px;
    padding: 10px 10px;
    font-size: 16px;
    font-weight: 700;
    color: rgb(8, 8, 8);
    background: rgba(255, 255, 255, 0.9);
}
.fresh-content .game-bench .col-md-4 {
    padding: 0px !important;
}
.product-page .product-description .fresh-content img.logo {
    border-radius: 0 !important;
}
.product-page .product-description .fresh-content .benchmark img {
    border-radius: 0 !important;
}
.fresh-content .game-bench .card .fps div:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.3s ease-in-out;
}
.fresh-content .game-bench .card .fps div {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.3s ease-in-out;
	cursor: pointer;
}
.fresh-content .game-bench .card .fps h3 a {
	text-decoration: none;
	color: #fff !important;
}
.fresh-content .game-bench .card .fps h4 a {
	text-decoration: none;
	color: rgb(8, 8, 8) !important;
}
.bar {
  fill: rgba(104, 47, 238, 0.9);
  height: 30px;
  transition: fill .3s ease;
  cursor: pointer;
  font-family: Nunito, sans-serif;
}
.chart g.bar text {
    fill: white;
}
.chart g.bar text.fps {
    fill: white;
	font-weight: bold;
}
.chart:hover,
.chart:focus {
  .bar {
    fill: 
  }
}
.bar:hover,
.bar:focus {
  fill: #5D5D5D;
}
.test-bench {
	background-image: url("https://allegro.stati.pl/AllegroIMG/benchmark-quadro/bench-bg.jpg");
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	width: 98%;
	display:inline-block;
	margin: 10px 0 20px 0;
}
.game-bench  a, .test-bench a {
	text-decoration: none;
}
.game-bench h3, .test-bench h3 {
	font-weight: bold;
	color:white;
}
.game-bench .col-md-8, .test-bench .col-md-8 {
	padding-right:0px;
}
.game-bench .col-md-9, .test-bench .col-md-9 {
	padding-right:0px;
}
.game-bench .col-md-12:first-of-type, .test-bench .col-md-12:first-of-type {
	padding: 15px 0px 0px 0px;
}
.game-bench .col-md-12, .test-bench .col-md-12 {
	padding: 15px 0px 0px 0px;
}
.game-bench .col-md-12:last-of-type, .test-bench .col-md-12:last-of-type {
	padding: 15px 0px 0px 0px;
}
.game-bench .col-md-3, .test-bench .col-md-3 {
	text-align: center;
	padding:0px 15px 25px 0px;
}
.game-bench .col-md-3 img, .test-bench .col-md-3 img {
	width:100%;
	margin-top: 5px !important;
	margin-bottom: 0px !important;
	border-radius: 0px !important;
}
@media (max-width: 991px) {
	.game-bench, .test-bench {
		background-image: none;
	}
	.test-bench .col-md-3 img {
		max-width: 250px !important;
	}
}