

/* Start:/bitrix/templates/kancprice/components/bitrix/system.pagenavigation/.default/style.css?17683079891474*/
.module-pagination{
	margin-top: 50px;
	display: flex;
	justify-content: center;
	position: relative;
	
	z-index: 2;
}
.nums{
	display: flex;
	justify-content: center;
	gap: 7px;
	position: relative;
	
	z-index: 2;
}
.nums a{
	color: #777;
	background: #e5e5e5;
	width: 33px;
  height: 33px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
}
.nums span.cur{
	color: #FFF;
  background: #d9002a;
  width: 33px;
  height: 33px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  border-radius: 2px;
}
.nums .point_sep{
	color: #777;
	  width: 33px;
  height: 33px;
text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.points{
	line-height: 0;
	margin-top: -5px;
	cursor: default;
}
.flex-direction-nav li:before{
	display: none !important;
}
.nums .arrNav{
	opacity: 0.6;
	position: absolute;
	top: 0;

}
.nums .arrNav:hover{
	opacity: 1;
}
.nums .flex-prev{
	left: -35px;
	background: url(/images/icons/prevNav.svg) no-repeat center;
}
.nums .flex-next{
	right: -35px;
	background: url(/images/icons/nextNav.svg) no-repeat center;
}
.nums .flex-direction-nav{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}
.nums ul li{
	margin:0 !important;
	padding:0 !important;
}
/* End */


/* Start:/bitrix/templates/kancprice/components/bitrix/news/brands/bitrix/news.list/.default/style.css?1768307990940*/
.brandsList {
    margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2px;
    padding-top: 30px;
    border-top: 1px solid #E5E5E5;
}

.nucBrand {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 120px;
    transition: all 0.2s;
}

.nucBrand:hover {
    box-shadow: 0px 0px 1px 1px #eaebec;
}

@media screen and (max-width:1240px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {
    .brandsList {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width:675px) {
    .brandsList {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:485px) {}

@media screen and (max-width:425px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}
/* End */
/* /bitrix/templates/kancprice/components/bitrix/system.pagenavigation/.default/style.css?17683079891474 */
/* /bitrix/templates/kancprice/components/bitrix/news/brands/bitrix/news.list/.default/style.css?1768307990940 */
