﻿@font-face {
	font-family: Roboto;
	src: url(https://cdn.web.money/fonts/Roboto-Regular.ttf)
}
@font-face {
	font-family: Roboto_bold;
	src: url(https://cdn.web.money/fonts/Roboto-Bold.ttf)
}
@font-face {
	font-family: Roboto_medium;
	src: url(https://cdn.web.money/fonts/Roboto-Medium.ttf)
}
@font-face {
	font-family: Roboto_light;
	src: url(https://cdn.web.money/fonts/Roboto-Light.ttf)
}
.values_wr .value_b{
  margin-right: 0;
}
.values_wr.clearfix::after {
	display: none;
}
.values_wr .value_b:last-child{
	margin-right: 0;	
}	
.value_b{
  font-family: 'Roboto_light', sans-serif;
  font-size: 50px!important;
  text-align: center;
  color: #5d6973;
  position: relative;
  display: inline-block;
  line-height: normal;
}
.values_wr{
	text-align: center;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin: 13px 0 13px;
}
.value_b .plus{
  font-size: 16px;
  text-align: center;
  color: #23b14d;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
	float: right;
  position: static;
	white-space: nowrap;
  cursor:help;
}
.value_b .hint{
  display: block;
  opacity: 0.54;
  font-size: 14px;
  text-align: center;
  color: #5d6973;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  cursor:auto;
}
.value_b__text{
  float: left;
  cursor:help;
}
