.kab-main-col h1,h2,h3{
	color: #004284;
}

.main-article{
	padding-top: 35px;
	padding-bottom: 25px;
}
.main-article{
	color: #646669;
	font-size: 20px;
}
.kab-main__zayavka{
	background: #fff;
	margin: 20px 0;

	
}
.icon-block{
	margin-left: -15px;
	position: relative;
	padding-top: 10px;
	text-align: center;
	height: 175px;
	
	background: #004284;
}
.icon-block span{
	position: absolute;
	bottom: 20px;
	color: #0284cb;
	font-size: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.icon-block span:before{
	content: '';
	position: absolute;
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	left: 50%;
	transform: translateX(-50%);
	top: -25px;
}
.zayavka-title{
	margin-top: 20px;
	font-size: 20px;
	color: #004284;
	text-transform: uppercase;
	display: block;
	padding-bottom: 25px;
	border-bottom: 1px solid #004284;
}
.zayavka-shadow{
	height: 100%;
-webkit-box-shadow: 1px 1px 10px 2px #f1f1f1;
box-shadow: 1px 1px 10px 2px #f1f1f1;
}
.tab-zayavka-time{
	margin-top: 15px;
	font-size: 1em;
}
.tab-zayavka-time tr td:nth-child(2){
	text-align: right;	
	
}
.tab-zayavka-time tr td:nth-child(1){
	width: 180px;
}
.timetable{
	margin-top: 30px;
	font-size: 20px;
	margin-right: -15px;
}
.timetable tr td{
	padding-bottom: 3px;
}
.timetable tr td:nth-child(2){
	padding-left: 10px;
}

.kab-main-breadcrumb a{
	 color: #2cc0ff;

}
.kab-main-breadcrumb {
  background-color: initial;
  padding: 0;
}
ul.breadcrumb.kab-main-breadcrumb  > li + li:before{
  color: #2cc0ff;
}
.table-blu-line{
	border-top: 1px solid #0288d1;
}
/*____________________rating______________*/
.rating{
	
}
.rating{
	font-size:25px;
	cursor: pointer;
	color: #0288d1;
}
.rate{
	color: #0288d1; 
	font-size: 30px;
}


@media only screen and (max-width : 768px) {
	.icon-block{
		margin-right: -15px;
	}
}