.stats {
	color: #fff;
	padding-bottom: 16px;
}
	.stats .stats__bg {
		background-image: url('/rr_images/decorations/bg__stats.png');
		background-position: center center;
		background-repeat: no-repeat;
	}
	.stats__header {
		text-align: center;
		padding: 0;
	}
		.stats .like-h1 {
			padding: 60px 0 20px;
		}
	.stats__numbers {
		width: 100%;
		justify-content: center;
		align-items: center;
	}
		.stats__number-column {
			flex-grow: 1;
			font-weight: 800;
			font-size: 16px;
			line-height: 2;
			text-transform: uppercase;
		}
			.stats__number-column:first-child {
				text-align: right;
			}
		.stats__number--big {
			font-family: Open Sans;
			font-style: normal;
			font-weight: 800;
			font-size: 237px;
			line-height: 1;
			padding: 0 40px 20px;
		}
		
	.stats__items {
		padding: 40px 0 60px;
		flex-wrap: wrap;
		justify-content: space-evenly;
		flex-flow: nowrap;
	}
		.stats__bigger {
			font-weight: 900;
			letter-spacing: -5px;
			font-size: 82px;
			line-height: 60px;
			font-family: 'Open Sans', sans-serif;
		}
		.stats__item {
			justify-content: space-between;
			text-align: center;
			margin-top: 0;
			margin-bottom: 0;
			width: unset!important;
		}
		.stats__text {
			font-weight: normal;
			font-size: 14px;
			line-height: 18px;								
			text-align: left;
			margin-left: 5px;
			margin-right: 0;
			padding-top: 5px;
		}
		.stats__short-info {
			display: flex;
		}
			.stats__short-info.thin {
			}
			.stats__adding {
				position: relative;
				width: 40px;
			}
			.stats__turned {
				left: 0;
				bottom: 0;
				position: absolute;
			}
				.stats__rotate {
					height: 56px;
					width: 56px;
					text-align: center;
					position: relative;
					font-size: 32px;
					-webkit-transform: rotate(-90deg);
					-moz-transform: rotate(-90deg);
					-ms-transform: rotate(-90deg);
					-o-transform: rotate(-90deg);
					font-family: 'Open Sans', sans-serif;
				}
	.stats__item:nth-of-type(3) {
		position: relative;
	}
	.stats__item:nth-of-type(3) .stats__bigger {
		margin-right: 40px;
		width: 140px;
	}
	.stats__item:nth-of-type(3) .stats__text {
		position: absolute;
		font-weight: 800;
		font-size: 14px;
		line-height: 17px;
		top: -45px;
		left: 75px;
		display: block;
		margin: 0;
		width: 100px;
	}
	.stats__item:nth-of-type(3) .stats__text br {
		display: none;
	}
	.stats__item:nth-of-type(4) .stats__text {
		margin-left: 15px;
		margin-right: 10px;
		padding: 0;
	}
@media only screen and (min-width:1222px) {
	.stats__bigger {
		font-weight: 800;
		font-size: 87px;
	}
		.stats__rotate {
			font-weight: 800;
			font-size: 31px;
			line-height: 43px;
		}
		.stats__text {
			margin-left: 10px;
			margin-right: 15px;
			font-size: 16px;
		}
	.stats__item {
		width: 26%!important;
		margin-bottom: 24px;
		align-items: stretch;
	}
	.stats__item:nth-of-type(4) {
		width: 22%!important;
	}
	.stats__item {
		justify-content: center;
	}
	.stats__item:nth-of-type(3) {
		position: relative;
	}
	.stats__item:nth-of-type(3) .stats__text {
		position: absolute;
		top: -25px;
		left: 135px;
		display: block;
		margin: 0;
		width: 140px;
	}
	.stats__item:nth-of-type(3) .stats__text br {
		display: none;
	}
	.stats__item:nth-of-type(3) .stats__bigger {
		margin-right: 40px;
		width: 160px;
	}
	.stats__turned {
		height: 70px;
	}
}