

/* Start:/bitrix/templates/cryptostore_2022/components/bitrix/system.pagenavigation/.default/style.css?16689344792181*/
div.modern-page-navigation { 

	background: #fff; 
    margin-top: 56px;
	padding-bottom:120px;
}
.modern-page-current{
	background: #fff;
	color: #cc0000;
}
.modern-page-all{
	color: #999 !important;
	text-decoration: underline !important;
}
.modern-page-all:hover{	
	text-decoration: none !important;
}
div.modern-page-navigation a{
    transition: color 0.1s ease;

}
div.modern-page-navigation .inner-page-navigation * { 


	display: block;
	float: left;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	
	/* identical to box height, or 150% */
	
	/* black */
	color: var(--gray-1);
	border: none;
    min-width: 40px;
    text-align: center;
}
.modern-page-title{
	color: #999;	
}
div.modern-page-navigation a, 
span.modern-page-current, 
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous { 
	border-left: none; 
    color: var(--red);
	display: flex;
	padding: 0;
    margin: 0;
    margin-right: 22px;
}

div.modern-page-navigation a:hover{
	color:var(--red);
}

div.modern-page-navigation a.modern-page-previous::before { 
	background-image: url(/bitrix/templates/cryptostore_2022/components/bitrix/system.pagenavigation/.default/chevron-left-red.svg);
    content: '';
    width: 18px;
    height: 24px;
    background-position: center;
    display: block;
    margin-right: 4px;
margin-top: 7px;
}

div.modern-page-navigation .inner-page-navigation a.modern-page-next {
	border-left: none; 
    color: var(--red);
	display: flex;
	padding: 0;
    margin: 0;
    margin-left: 22px;
    position: relative;
}

div.modern-page-navigation .inner-page-navigation a.modern-page-next::after { 
	background-image: url(/bitrix/templates/cryptostore_2022/components/bitrix/system.pagenavigation/.default/chevron-left-red.svg);
    content: '';
    width: 18px;
    height: 24px;
    background-position: center;
    display: block;
    margin-left: 4px;
	transform:scaleX(-1);
margin-top: 7px; 
    top: 0;
    bottom: 0;
    margin: auto 4px;
}

div.modern-page-navigation a.modern-page-first, 
div.modern-page-navigation span.modern-page-first { 
	border-left: none; }
span.modern-page-current { 

}


span.modern-page-current {
    color: var(--black) !important;
    background: #F1F2F4;
    border-radius: 4px;
}
/* End */
/* /bitrix/templates/cryptostore_2022/components/bitrix/system.pagenavigation/.default/style.css?16689344792181 */
