@media screen and (min-width: 768px) {
	.recaptcha {min-height: 38px;}
	.recaptcha #captcha_word {width: 50%;float: left;}
	#reloadCaptcha {margin-left: 50px;float: left;}
	.recaptcha .img {margin-left: 50px;float: left;}
}
@media screen and (max-width: 768px) {
	.all_documents .download {
		display: block;
		/*position: absolute;*/
		bottom: 24px;
		right: 36px;
	}
	.all_documents .item {
		position: relative;
	}
}
.recaptcha .img {
	height: 38px;
	width: 178px;
	border-radius: 5px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
.recaptcha .img img {
	object-fit: cover;
	width: 180px;
	height: 40px;
	margin-top: -1px;
}
#reloadCaptcha {
	cursor: pointer;
	border: 1px solid #e5e5e5;
	background: #483698;
	color: #fff;
	border-radius: 5px;
	padding: 7px 14px;
}
.mt-0 {margin-top: 0 !important;}
script.slick-slide {display: none !important;}
#page_detail .pagination .acc_head > li {list-style: none}


.management_row .item img {
	min-height: 287px;
}

.pedagog_row .item .img {
    height: 310px;
}

.pedagog_row .item .img img {
	max-height: 310px;
}

/* Заголовоки 1 */
h1 {
    color: #000000 !important;
}

/* Меняет цвет текста и ссылок в навигационной цепочке на черный */
.breadcrumb-nav, 
.breadcrumbs, 
.bx-breadcrumb,
.bx-breadcrumb-item,
.bx-breadcrumb-item a,
.bx-breadcrumb-item span {
    color: #000000 !important;
}

/* Меняет цвет стрелочек-разделителей (если они есть) */
.bx-breadcrumb-item-separator {
    color: #000000 !important;
}
/* Заголовок 2 */
h2,
.page-title,
.page-header-title {
    color: #000000 !important; /* Черный цвет */
}