

/* Start:/local/templates/vstu/components/bitrix/system.pagenavigation/vstu/style.css?15900625942511*/
.bx-pagination {
	margin: 10px 0;
    display: flex;
    justify-content: center;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/* End */


/* Start:/local/templates/vstu/components/bitrix/news.list/programms-dpo/style.css?17568990011273*/
.kurs-container{
display: flex;
}

.kurs-card{
background: #f5f5f5;
    padding: 1rem 1.3rem;
    margin: 0;
height: max-content;
margin-bottom: 20px;
}

.kurs-card p{
font-size: 13px;
}

.kurs-name{
font-size: 16px;
letter-spacing: 1.1px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 7px;
    line-height: 25px;
}

.kurs-name:hover{
    color: #B99F6E;
}


.kurs-info{
    display: flex;
    justify-content: center;
    text-align: center;
}

.kurs-info div{
padding: 0 10px;
min-width: 90px;
max-width: 250px;
}

.detail-kurs{
display: flex;
    justify-content: flex-end;
}

.detail-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #263145;
    background: #263145;
    color: #fff;
    min-height: 30px;
    line-height: 30px;
    padding: 5px 14px;
    transition: all 0.3s ease;
    text-decoration: none;
    text-transform: none;
    font-weight: 100;
    font-size: 13px;
    position: relative;
}

.detail-arrow {
    transition: transform 0.3s ease;
    margin-left: 4px;
}

.detail-link:hover .detail-arrow {
    transform: translateX(4px);
}

.detail-link:active .detail-arrow {
    transform: translateX(8px);
    transition: transform 0.1s ease;
}
/* End */
/* /local/templates/vstu/components/bitrix/system.pagenavigation/vstu/style.css?15900625942511 */
/* /local/templates/vstu/components/bitrix/news.list/programms-dpo/style.css?17568990011273 */
