.course_index {
	/*background: #001a33;*/
}
.course__item {
	position: relative;
	height: 200px;
	background-color: #fff;
	/*box-shadow: 0 5px 10px #000c14;*/
}
.course__item-head {
	line-height: 104px;
	height: 104px;
	padding: 0 23px 0 80px;
}
.course__item-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71429;
	display: inline-block;
	vertical-align: middle;
	color: #001a33;
}
.course__price {
	font-size: 14px;
	font-weight: 400;
	padding: 7px 26px 22px;
	color: #5b6f7e;
	background-color: #f3f7fa;
}
.course__price-item {
	position: relative;
	margin-bottom: 22px;
}
.course__price-item:after {
	display: table;
	clear: both;
	content: '';
}
.course__price-item:last-child {
	margin-bottom: 0;
}
.course__price-item:before {
	position: absolute;
	top: 13px;
	right: 81px;
	left: 48px;
	content: '';
	border-top: 1px dashed #cadce3;
}
.course__price-kind {
	float: left;
}
.course__price-value {
	float: right;
}
.course__item-popup {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
	padding: 20px;
	color: #fff;
	/*border: 4px solid #ffea00;*/
    background-color: #343434;
    opacity: 0.9;
}
.course__item:hover:not(.no-hover) .course__item-popup {
	display: block;
}
.course__item-popup-name {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.71429;
	margin-top: -6px;
	text-transform: uppercase;
	color: #fff;
}
.course__item-popup-action {
	position: absolute;
	right: 20px;
	bottom: 20px;
	left: 20px;
}
.course__item-popup-action .btn {
	margin-right: 6px;
}
.course__item-popup-period {
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.course__slider {
	overflow: hidden;
	margin: 64px -15px 76px;
	padding-right: 15px;
	padding-left: 15px;
}
.course__slider-item {
	position: relative;
	padding: 50px 0;
}
.course__slider-item:after {
	display: table;
	clear: both;
	content: '';
}
.course__slider-item-before {
	position: absolute;
	top: 0;
	bottom: 0;
	display: none;
	background-position: 50%;
	background-size: cover;
}
.course__card {
	position: relative;
}
.course__card:before {
	position: absolute;
	z-index: 0;
	top: -20px;
	bottom: -20px;
	display: none;
	content: '';
	border: 4px solid #ffea00;
}
.course__filter {
	text-align: center;
}
.course__filter.course__filter {
	font-size: 11px;
	margin-bottom: 0;
}
.course__icon-child,
.course__icon-comment,
.course__icon-guard,
.course__icon-logo,
.course__icon-police,
.course__icon-road {
	position: absolute;
	fill: #ffea00;
}
.course__icon-guard {
	top: 27px;
	left: 22px;
	width: 42px;
	height: 52px;
}
.course__icon-road {
	top: 29px;
	left: 20px;
	width: 48px;
	height: 48px;
}
.course__icon-logo {
	top: 29px;
	left: 19px;
	width: 48px;
	height: 48px;
}
.course__icon-child {
	top: 31px;
	left: 20px;
	width: 46px;
	height: 46px;
}
.course__icon-comment {
	top: 77px;
	left: 53px;
	width: 46px;
	height: 52px;
}
.course__icon-police {
	top: 69px;
	left: 49px;
	width: 53px;
	height: 52px;
}
@media (min-width:992px) {
	.course {
		padding: 70px 0;
	}	
}
.data-form,
#coormap {
	display: none;
}
.course__list{
	list-style: none;
	padding-left: 0px;
}