.elements.School {
	margin-top: 15px;
	margin-bottom: 15px;
}

.elements.School>.items {
}

.elements.School>.items>.item {
}

.elements.School>.items>.item>.item2 {
	background: #f9f9f9;;
}

.elements.School>.items>.item>.item2>.title {
	background: #000;
	min-height: 90px;
	padding: 15px 20px;
	color: #fff;
	line-height: 140%;
}

.elements.School>.items>.item>.item2>.title>div:first-child {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 16px;
}
.elements.School>.items>.item>.item2>.title>div.summary {
	opacity: 0.7;
	margin-top: 5px;
}

.elements.School>.items>.item>.item2>.title>div.diploma {
	opacity: 0.7;
	margin-top: 5px;
}

.elements.School>.items>.item>.item2>.title>div.price {
	opacity: 0.7;
	margin-top: 5px;
}
.elements.School>.items>.item>.item2>.title>div.price span {
	font-size: 16px;
	font-weight: 600;
}
.elements.School>.items>.item>.item2>.title>div.price span:after {
	content: ' \f158';
	font-family: 'FontAwesome';
	font-weight: normal;
	font-size: 15px;
}

.elements.School>.items>.item>.item2>.title .fa:before {
	display: inline-block;
	width: 20px;
	text-align: center;
}

.fa.fam-clock:before {
	content:'';
	height: 20px;
	background: url(files/clock.svg) bottom center no-repeat;
	background-size: 16px auto;
}

.fa.fam-edu:before {
	content:'';
	height: 20px;
	background: url(files/graduation-hat.svg) bottom center no-repeat;
	background-size: 20px auto;
}

.fa.fam-price:before {
	content:'';
	height: 20px;
	background: url(files/wallet.svg) bottom center no-repeat;
	background-size: 16px auto;
}



.elements.School>.items>.item>.item2>.title>div.price span.old {
	text-decoration: line-through;
}

.elements.School>.items>.item>.item2>.descr {
	padding: 20px;
}

.elements.School>.items>.item>.item2>.descr>.item {
	margin: 20px 0;
	color: #989898;
	font-size: 16px;
}

.elements.School>.items>.item>.item2>.descr>.item a {
	color: #676767;
	font-weight: 600;
	text-decoration: none;
}