

/* Start:/local/templates/eshop_new/components/bitrix/system.pagenavigation/pagenavigation/style.css?17205868321420*/
.bx-pagination{
    gap: 20px;
    padding: 20px 0 30px;
    border-top: 2px solid var(--theme-light-gray);
}

.pagination_number{
    list-style: none;
    gap: 8px;
    width: 100%;
}
.pagination_number-item{
    display: block;
    padding: 9px 25px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
}
.pagination_number-item.active{
    color: white;
    background-color: black;
}
.pagination_arrows{
    gap: 8px;
}
.pagination_arrow{
    padding: 10px 20px;
    background-color: var(--theme-bg);
}
.pagination_arrow:before{
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background-color: #DFDFE0;
    mask-image: url("/local/templates/eshop_new/picture/svg/slider-arrow.svg");
}
.pagination_arrow.active:before{
    background-color: black;
}
.pagination_arrow.pagination_arrow_next:before{
    transform: rotate(-180deg);
}
.pagination_perpage{
    list-style: none;
    margin-left: 10px;
    gap: 10px;
}
.pagination_perpage-item{
    padding: 3px 0;
    border-bottom: 1px solid #DFDFE0;
}
.pagination_perpage-item.active{
    border-bottom-color: transparent;
}

@media (min-width: 768px) {
    .bx-pagination {
        gap: 10px;
    }
}
@media (min-width: 1324px) {
    .bx-pagination{
        gap: 8px;
    }
    .pagination_number{
        padding-right: 40px;
        flex: 1;
    }
}

/* End */


/* Start:/local/templates/eshop_new/components/bitrix/form.result.new/modal/style.css?1719552240666*/
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/eshop_new/components/bitrix/form.result.new/modal/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/eshop_new/components/bitrix/form.result.new/modal/images/icon_warn.gif);
}
/* End */
/* /local/templates/eshop_new/components/bitrix/system.pagenavigation/pagenavigation/style.css?17205868321420 */
/* /local/templates/eshop_new/components/bitrix/form.result.new/modal/style.css?1719552240666 */
