

/* Start:/local/templates/testspb/components/bitrix/system.pagenavigation/main/style.css?1722868104843*/
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 80px;
}

.pagination-container li {
    width: 48px;
    height: 48px;
    background: transparent;
    border-radius: 3px;
}

.pagination-container li a {
    color: #29292B;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}


.pagination-container li.pagination-prev {
    background: #EAECF3;
}

.pagination-container li.pagination-next {
    background: #EAECF3;
}

.pagination-container li:hover {
    background: #ABB3D1;
}

.pagination-container li.active {
    background: var(--color-primary);
}

.pagination-container li.active a {
    color: var(--color-white);
}

/* End */


/* Start:/local/templates/testspb/components/bitrix/form.result.new/wide/style.css?1753865985666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/testspb/components/bitrix/form.result.new/wide/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/testspb/components/bitrix/form.result.new/wide/images/icon_warn.gif);
}
/* End */
/* /local/templates/testspb/components/bitrix/system.pagenavigation/main/style.css?1722868104843 */
/* /local/templates/testspb/components/bitrix/form.result.new/wide/style.css?1753865985666 */
