.bx_pagination_bottom *{vertical-align: baseline; box-sizing: border-box;}
.bx_pagination_bottom{
	--grad-btn: linear-gradient(90deg, #1C4FD6 0%, #17B96B 100%);
	--grad-btn-hover: linear-gradient(90deg, #1745BE 0%, #14A25E 100%);

	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 32px;
	padding-top: 20px;
	border-top: 1px solid #E7EAF0;
	color: #8992A3;
	font-size: 13px;
	font-family: inherit;
}

.bx_pagination_bottom .bx_pagination_section_one{ order: 2; }
.bx_pagination_bottom .bx_pagination_section_two{
	order: 1;
	float: none;
	text-align: left;
}
.bx_pagination_bottom  .-list-flag- li:before, ul:not([class]) li:before{
background:none!important;
}
.bx_pagination_bottom  .-list-flag- li:last-child, ul:not([class]) li:last-child {
    margin: 0 0 20px!important;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-flex;
	align-items: center;
	height: auto;
	vertical-align: top;
	line-height: 1;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
	position: relative;
	margin: 0 12px 0 8px;
	padding: 6px 26px 6px 10px;
	height: 32px;
	outline: none;
	border: 1px solid #E1E5EE;
	border-radius: 8px;
	background: #fff url(images/select_arrow.png) no-repeat right 8px center;
	color: #2A3242;
	font-size: 13px;
	line-height: 20px;
	resize: none;
	-webkit-appearance: none;
	cursor: pointer;
}
.bx_pagination_bottom .bx_pagination_select_container select:hover{
	border-color: #1C4FD6;
}
@-moz-document url-prefix(){
	.bx_pagination_bottom .bx_pagination_select_container select{
		background: #fff !important;
		padding-right: 10px;
	}
}


.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 14px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: flex;
	align-items: center;
	gap: 6px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	padding: 0 4px;
	border-radius: 10px;
	color: #2A3242;
	font-weight: 500;
	text-align: center;
	line-height: 1;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 36px;
	height: 36px;
	width: 100%;
	border-radius: 10px;
	color: #2A3242;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	transition: background .15s ease, color .15s ease;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{
	background: var(--grad-btn);
	color: #fff;
}
.bx_pagination_bottom .bx_pagination_page li a:active{
	background: var(--grad-btn-hover);
	color: #fff;
}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 10px;
	background: var(--grad-btn);
	color: #fff;
	box-shadow: none;
}

/* Стрелки prev/next — это li без ссылки внутри <li>, либо <li><a>&#8592;</a></li> */
.bx_pagination_bottom .bx_pagination_page li:first-child,
.bx_pagination_bottom .bx_pagination_page li:last-child{
	color: #C7CCDA;
	border: 1px solid #E1E5EE;
}
.bx_pagination_bottom .bx_pagination_page li:first-child a,
.bx_pagination_bottom .bx_pagination_page li:last-child a{
	color: #2A3242;
}
.bx_pagination_bottom .bx_pagination_page li:first-child a:hover,
.bx_pagination_bottom .bx_pagination_page li:last-child a:hover{
	background: var(--grad-btn);
	color: #fff;
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}

.bx_pagination_bottom .bx_pg_text{ color: #8992A3; }

.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom{
		justify-content: center;
		text-align: center;
	}
	.bx_pagination_bottom .bx_pagination_section_one{ order: 1; width: 100%; }
	.bx_pagination_bottom .bx_pagination_section_two{
		order: 2;
		float: none;
		text-align: center;
		width: 100%;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		width: 100%;
		justify-content: center;
		text-align: center;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}
	.bx_pagination_bottom .bx_pagination_page li{
		min-width: 32px;
		height: 32px;
		font-size: 13px;
	}
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

.bx_pagination_bottom .bx_pagination_section_one,
.bx_pagination_bottom .bx_pagination_section_two,
.bx_pagination_bottom .bx_pagination_select_container,
.bx_pagination_bottom .bx_pagination_select_container select,
.bx_pagination_bottom .bx_pg_section,
.bx_pagination_bottom .bx_pagination_page,
.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
.bx_pagination_bottom .bx_pg_text,
.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
	transition: all 0.3s ease;
}
