.jGrowl-message {
	color:white !important;
}
/*пейджинг*/
.pagination {display: inline-block;padding-left: 0;margin: 20px 0 !important;border-radius: 4px;}
.pagination>li {display: inline;}
.pagination>li>a, .pagination>li>span {position: relative;float: left;padding: 6px 12px;margin-left: -1px;line-height: 1.42857143;text-decoration: none;background-color: #fff;border: 1px solid #ddd;}
.page-link {
	color: #f7631b;
}
.page-item.active .page-link {
	background-color: #f7631b;
    border-color: #f7631b;
}
/*Картинки на внутренних*/
.main-image {
	text-align:center;
}
/*Кнопка записаться на курс*/
.right-contents {
	position: sticky;
    top: 125px;
    align-self: flex-start;
    z-index: 29;
}
.zapis_mob {
    display: none;
}
@media only screen and (max-width: 768px) {
    
    .about-content h1 {
        font-size: 30px;
    }
    
    #mobile-nav-toggle {
            top: 25px;
    }
    
	.zapis_mob {
		display: block;
		display: flex;
		justify-content: center;
		align-items: center;
		padding: 7px 0px;
		position: fixed;
		right: 0;
		bottom: 0;
		z-index: 999999;
		background-color: #fff!important;
		width: 100%;
		margin-bottom: 0;
		text-align: center;
		font-weight: bold;
	}
	.zapis_mob a {
		/*max-width: 30px;*/
		max-height: 30px;
		margin: 5px;
		color:white;
		background-color: #ee8208;
		padding: 4px 8px;
	    font-weight: normal;
	}
}