	ol.grey-ol li:before {
		margin-top: 0;
	}
	.classic-table {
		text-align: center;
	}
	.classic-table tr:nth-child(n+2):hover td {
		background: #fbfbfb;
	}
	.classic-table td:first-child {
		background: #fbfbfb;
		font-weight: bold;
		}
	.classic-table tr:nth-child(n+2) td:first-child {
		background: #fbfbfb;
		font-weight: bold;
		text-align: left;
		padding-left: 30px;
	}
	#scroll-to-radius .title {
		float: left;
		padding: 18px 20px 18px 0;
	}
	#scroll-to-radius .radiuses span {
		cursor: pointer;
	}
	#standart-page h2 {
		margin-top: 25px;
		padding-top: 25px;
	}
	#scroll-to-radius .radiuses a {
		color: #353536;
		font-size: 13px;
	}
	.classic-table tr:first-child {
		height: 44px;
	}
	.classic-table tr td:first-child a {
		color: #353536;
	}
	.classic-table tr td:first-child a:hover {
	    color: #ed1c24;
	}
	@media all and (min-width: 768px) and (max-width: 1199px) {
		#scroll-to-radius .title {
			float: none;
		}
	}
	@media all and (max-width: 767px) {
		#scroll-to-radius .title {
			float: none;
		}
		#scroll-to-radius .radiuses a {
			float: none;
			display: inline-block;
			border: 1px solid #e4e4e4;
			margin: 0 2px 5px 0;
		}
		.classic-table tr:nth-child(n+2) td:first-child {
			padding-left: 15px;
		}
	}