

/* Start:/bitrix/templates/1c-kato_main_new/components/bitrix/news/kato_courses_list/bitrix/news.list/.default/style.css?17580144951625*/
.course-list{
	margin-bottom: 26px;
    margin-top: 26px;
}

.course-list .row>div {
    margin-bottom: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.course-block{
	box-shadow: 0 1px 3px 0 rgba(42,48,60,.5);
	background-color: #fff;
	border-radius: 2px;
	min-height: 249px;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-ms-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}

.course-block:hover{
	box-shadow: 0 9px 19px 0 rgba(110,127,134,.44);
	-moz-transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transform: translateY(-1px);
}

.course-header {
    padding: 0.4em 0;
    background-color: #ee870a;
    border-bottom: 1px dashed #bd5900;
    box-shadow: 0 2px 0 #ee870a;
    text-align: center;
}

.course-header a{
    color: #fff;
    font-weight: bold;
    font-size: 21px;
}

.course-cont {
    display: block;
    text-decoration: none;
    min-height: 214px;
    padding: 10px;
}

.course-bottom {
	height: 36px;
    padding: 0.4em 0;
    color: #fff;
    background-color: #dedede;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
}

.course-price, .course-order {
	width: 50%;
	position: absolute;
}

.course-price {
    padding-top: 12px;
	text-align: center;
    padding-left: 4px;
}

.course-order {
	display: inline-block;
}

.course-price span {
	color: black;
	font-weight: bold;
}

.course-order span {
	color: black;
	font-weight: bold;
}
/* End */
/* /bitrix/templates/1c-kato_main_new/components/bitrix/news/kato_courses_list/bitrix/news.list/.default/style.css?17580144951625 */
