.eduNav {
	margin-top: 10px;
	position: relative
}

.eduNav:after{
	content: '';
	position: absolute;
	border-bottom: 1px solid #f0f0f0;
	left: 0;
	bottom: -15px;
	width: 100%;
	height: 1px;
}

.eduNav+h1 {
	margin-top: 15px;
}

.eduNav>.items>.item>a {
	display: block;
	padding: 15px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: var(--s2);
}

.eduNav>.items>.item.active>a {
	color: #fff;
	background: var(--color-pink);
}


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

.elements.EduCenter>.items {
	margin-top: 30px;
}

.elements.EduCenter>.items .item .item2 {
	background: #000000;
}

.elements.EduCenter>.items .item .item2>a {
	text-decoration: none;
	position: relative;
	display: block;
}

.elements.EduCenter>.items .item .item2>a:hover {
	opacity: inherit;
}

.elements.EduCenter>.items .item .item2>a .img {
	position: relative;
	z-index: 1;
	opacity: 0.6;
}

.elements.EduCenter>.items .item .item2>a .title {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	background: transparent;
	min-height: 90px;
	padding: 15px 20px;
	color: #fff;
	line-height: 140%;
	z-index: 2;
}

.elements.EduCenter>.items .item .item2>a .title>div {
	/*
	align-items: center;
	align-content: center;
	*/
	
	width: auto;
}
 
.elements.EduCenter>.items .item .item2>a .title>div:first-child {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 120%;
	text-align: center;
}
.elements.EduCenter>.items .item .item2>a .title>div.summary {
	opacity: 1;
	margin-top: 5px;
}

.elements.EduCenter>.items .item .item2>a .title>div.diploma {
	opacity: 1;
	margin-top: 5px;
}

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

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

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

#galleryCarousel {
	margin-top: 25px;
	
}

div.carousel .slick-prev {
    left: 15px !important;
}

div.carousel .slick-next {
    right: 15px !important;
}

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

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

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

.prices {
	padding-top: 10px;
}

.prices.pricesBottom {
	padding-top: 0px;
}

.prices>.item {
	background: linear-gradient(#f9f9f9,#f0f0f0);
	margin-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: var(--s2);
}

.prices>.item>.title {
	font-weight: 600;
	padding-top: 15px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

.prices>.item>.prices2>.price {
	font-size: 26px;
	color: var(--color-pink);
}

.prices>.item>.prices2>.priceOld {
	font-size: 16px;
}

.prices>.item>.btn {
	margin-top: 20px;
}

.prices>.item>.btn>label.pps.pps_button {
	width: 100%;
	margin-bottom: 15px;
	text-align: right;
}

.prices.item>.btn>label.pps.pps_button>input {
	width: 100%;
}

.prices>.item>.includes {
	font-size: 12px;
}

.prices>.item>.includes>.title {
	font-weight: 700;
}

.prices>.item>.includes>ul {
	padding-bottom: 15px;
}

.prices>.item>.includes>ul>li:before {
	content: '\f017';
	font-family: 'FontAwesome';
	margin-right: 10px;
}

.prices>.item>.includes>ul>li:nth-child(1):before {
	content: '\f12e';
}

.prices>.item>.includes>ul>li:last-child:before {
	content: '\f19d';
}


@media screen and (max-width: 810px) {
	.elements.EduCenter>.items .item .item2>a .title>div:first-child {
		font-size: 18px;
	}
}


@media screen and (max-width: 480px) {

}


