h1 {
	padding-left: 0px;
	text-align: center;
	color: #000;
	font-size: 72px;
	font-weight: 600;
	width: 450px;
	font-family: 'Open Sans', sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}
  
h1:before {
	display: none;
}

h1 span {
	display: block;
	border-top: 2px solid #000;
	font-size: 22px;
	text-transform: none;
	font-weight: 600; 
	line-height: 150%;
	
}

h2 {
	font-size: 44px;
}
h2:before {
	top: 20px;
}

.price {
	color: #868786;
	border-top: 1px solid #868786;
	margin: 20px 0px;
	font-size: 18px;
}
.price th {
	padding: 8px 30px 8px 30px;
	border-bottom: 1px solid #868786;
	border-right: 1px solid #868786;
	font-weight: 600;
}
.price td {
	text-align: right;
	padding: 8px 30px 8px 30px;
	border-bottom: 1px solid #868786;
	font-weight: 600;
	vertical-align: top;
	white-space: nowrap;
}
.sparta-worktime {
	color: #868786;
	font-size: 25px;
	font-weight: 600;
	line-height: 120%;
}

.trainer {
	color: #868786;
	font-weight: 600;
	margin-bottom: 80px;
}
.trainer h3 {
	font-weight: bold;
}
.trainer .phone {
	font-size: 26px;
	font-weight: bold;
	padding-left: 50px;
	background: url(../img/icon-tphone.png) left center no-repeat;
	line-height: 33px;
}
.trainer strong {
	display: block;
	margin-bottom: 10px;
	font-size: 18px;
}
.trainer p + p {
	margin-top: 20px;
}
.trainer .spec {
	border: 2px solid #868786;
	padding: 15px 10px 15px 15px;
	position: relative;
	min-height: 310px;
}
.trainer .spec:after {
	content: "";
	position: absolute;
	top: 25px;
	right: 25px;
	width: 36px;
	height: 37px;
	background: url(../img/icon-trainer.png);
}
.trainer .spec ul {
	padding-left: 20px;
	font-size: 18px;
	
}

.address {
	font-size: 18px;
	color: #868786;
	font-weight: 600;
}
.vk, .in {
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}
.vk a, .in a {
	color: #868786;
	display: inline-block;
	padding-left: 40px;
	height: 25px;
	line-height: 25px;
}
.vk a {
	background: url(../img/icon-tvk.png) 0px 0px no-repeat;
}
.in a {
	background: url(../img/icon-tin.png) 0px 0px no-repeat;
}



@media (max-width: 575.98px) {
	h1 {
		width: 280px;
		font-size: 44px;
	}
	h2 {
		padding-left: 70px;
		position: relative;
		font-family: 'PF Din Text Comp Pro';
		font-weight: 500;
		font-size: 32px;
		line-height: 130%;
		text-transform: uppercase;
		color: #767874;
	}
	h2:before {
		content: "";
		position: absolute;
		background: #19B425;
		left: 0px;
		top: 11px;
		width: 55px;
		height: 15px;
	}
	.price {
		font-size: 16px;
	}
	.price th, .price td {
		padding: 8px 10px;
	}
	.sparta-worktime {
		margin-bottom: 30px;
	}
	.sparta-worktime br {
		display: none;
	}
	.trainer .phone {
		margin-bottom: 30px;
	}
	.trainer .spec {
		min-height: auto;
		margin-top: 10px;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
	.price {
		width: 100%;
	}
	.sparta-worktime {
		margin-bottom: 30px;
	}
	.sparta-worktime br {
		display: none;
	}
	.trainer .phone {
		background: none;
		padding-left: 0px;
		font-size: 22px;
	}
	.trainer .spec {
		min-height: auto;
		margin-top: 10px;
	}
}


@media (min-width: 768px) and (max-width: 991.98px) {
	.price {
		margin: 20px 20%;
		width: 60%;
	}
	.sparta-worktime {
		margin-bottom: 30px;
	}
	.sparta-worktime br {
		display: none;
	}
	.trainer .spec {
		min-height: auto;
		margin-top: 10px;
	}
}