.second-content {
    background: white;
    border-radius: 5px;
    min-height: 800px;
    box-shadow: 0 1px 15px -3px rgb(217 231 245);
    padding: 30px;
}

.table-head-dark {
	background: #185087;
	color: white;
	text-align: center;
	vertical-align: middle !important;
}

.table-name-category {
	text-align: center;
	background: #b7d0e65c !important;
	font-weight: 700;
}

/* Таблица курсов */
.table-courses {
	vertical-align: middle !important;
}



.table-courses tr td.name-course-mobile{
	display: none;
	cursor:pointer;
}

.table-courses tr td span{
	display: none;
}

.table-courses .category-course {
	display: none;
}

.table-courses tr td button span.name-button{
	display: none;
}

/* Таблица курсов (мобильная версия) */
@media (max-width: 768px){
	.table-courses thead{
		display: none;
	}

	.table-courses .number-course{
		display: none;
	}

	.table-courses .name-course-mobile{
		font-size: 1.2em;
		font-weight: 600;
		padding-right:2em;
	}

	.table-courses tr{
		display: block;
		margin-top: 2em;
	}

	.table-courses tr:first-child{
		margin-top: 0em;
	}

	.table-courses tr td span{
		display: block;
		font-size: 0.8em;
	}

	.table-courses tr td.table-name-category{
		text-align: center !important;
	}

	.table-courses td{
		display: none;
		text-align: left !important;
		font-size: 1.2em;
	}

	.table-courses td.name-course{
		display: block;
	}

	.table-courses td:last-child{
		border-bottom:0px;
		text-align: right !important;
	}
	.table-courses tr td button {
		width:100%;
	}

	.table-courses tr td.name-course{
		display: none;
	}

	.table-courses tr td.close-block:after {
		content: '\f054';
		 position: absolute;
		right: 0;
		top: calc(50% - 15px);
		font-family: "FontAwesome";
		font-weight: 400;
		margin-right: 10px;
		font-size: 1.2em;
		color: #4b4b4b;
	}

	.table-courses tr td.open-block:after {
		content: '\f078';
		position: absolute;
		right: 0;
		top: calc(50% - 15px);
		font-family: "FontAwesome";
		font-weight: 400;
		margin-right: 10px;
		font-size: 1.2em;
		color: #4b4b4b;
	}

	.table-courses tr td.name-course-mobile{
		display: block;
		position: relative;
	}

	.table-courses tr td button span.name-button{
		display: inline-block;
	}
}


.table-courses {
	vertical-align: middle !important;
}

.table-courses a{
/*	text-decoration: underline;*/
	font-weight: 500; 
}



.btn-register-on-programm {
	background: #ffe289;
	border-radius: 4px;
	font-weight: 500;
	padding: 0.375rem 0.6rem !important;
	border: 0px;
	color: #0073e6 !important;
	font-size: 1.1em; 
	font-size:700; 
}

.btn-register-on-programm i {
	font-style: normal;
}


.resetSearch {
	color: #185087;
}
/*.table-courses tr td:first-child {*/
/*	vertical-align: top !important;*/
/*}*/






#resetSearch{
	margin-left: 10px;
	text-decoration: underline;
}

#order_result_search {
	margin-top: 10px;
	margin-left: 5px;
}



.block-right {
	border-radius:5px;
	box-shadow: 0 1px 15px -3px rgb(217 231 245);
	/* min-width: 216px; */
}

body{
	background: #f7f8ff;
}

.modal{
	margin: 0px 0px;
}





/*.marked-direction{*/
/*	!*background-color: #fe9a2f30;*!*/
/*	!*border-left: 3px solid var(--color-light-orange);*!*/
/*	background-color: #e5eef6;*/
/*	border-left: 3px solid #185087;*/
/*}*/

.block-menu-right a{
	color: black;
	font-weight: 500;
}

.bg-purple{
	background-color: var(--color-purple);
}


.bg-light-orange{
	background-color: var(--color-light-orange);
}


.detail-course-category .current-direction{
	font-size: 120%;
	color: #516ca9;
}

.detail-course-category  .course-annotation{
	margin: 15px 0px;
}

.detail-course-category  .course-img img{
	border-radius: 8px;
}

.detail-course-category  .course-time-notice, .detail-course-category  .course-start-notice{
	color: #2E3D47;
}

.detail-course-category  .course-time, .detail-course-category  .course-start{
	font-size: 120%;
	font-weight: 600;
}

.detail-course-category  .course-content h3{
	font-size: 200%;
}

.detail-course-category  .course-content h3 + p {
	margin-top: 10px;
	margin-bottom: 22px;
}

.detail-course-category  .course-content h3 + ul {
	margin-top: 10px;
	margin-bottom: 22px;
} 

.detail-course-category  .course-content ul li {
	display: flex;
}

.detail-course-category  .course-content ul li::before  {
	content: '\f14a ';
	/*position: absolute;*/
	left: 0;
	top: 0;
	display: flex;
	font-family: "FontAwesome";
	font-weight: 400; 
	margin-right:10px; 
	font-size:1.4em; 
	color:#28aa00; 
} 

.detail-course-category .course-direction, .card-course .course-direction  { padding: 0.575rem 1.2rem; border-radius:4px; transition:0.3s; display:block; margin-top:10px;} 
.detail-course-category .course-direction:first-child, .card-course .course-direction:first-child {margin-right:10px;} 
.card-course .course-direction  { padding: 0.275rem 0.9rem;}

.detail-course-category .direction-training, .card-course .direction-training { background: #80d87b59; color:green;  }
.detail-course-category .direction-training:hover, .card-course .direction-training:hover { background: #80d87b99; transition:0.3s;}
.detail-course-category .direction-retraining, .card-course .direction-retraining { background:#0087ff2e ; color:#0a5da8 ;}
.detail-course-category .direction-retraining:hover, .card-course .direction-retraining:hover { background:#0064bc38 ; transition:0.3s;}
.detail-course-category .direction-retrainingadditional, .card-course  .direction-retrainingadditional { background: #5bac062e ; color:#436223;}
.detail-course-category .direction-retrainingadditional:hover, .card-course  .direction-retrainingadditional:hover { background: #4f98032e ; transition:0.3s;}
.detail-course-category .direction-qualifications, .card-course .direction-qualifications { background: #ffb47247; color:#726922; }
.detail-course-category .direction-qualifications:hover, .card-course .direction-qualifications:hover { background: #ffb47287; transition:0.3s; }
.detail-course-category .direction-common, .card-course .direction-common { background: #ff002124; color:#760404e0; }
.detail-course-category .direction-common:hover, .card-course .direction-common:hover { background: #ff00212e; transition:0.3s; }



.detail-course-category  .course-cost{
	font-size: 200%;
}

.detail-course-category  .course-cost .course-cost-value{
	color: #28aa00;
}