

/* Start:/local/templates/rukodi_redesign/components/bitrix/news.list/top_shops/style.css?17696076251201*/
.top_shops{
	display: flex;
	flex-wrap: wrap;
	margin-left: -8px;
	margin-right: -9px;
	margin-bottom: 30px;
}
.top_shops > div {
	width: calc(100% / 6 - 17px);
	margin-bottom: 19px;
	margin-left: 8px;
	margin-right: 9px;
}

.top_shops > div a{
	display: flex;
	flex-direction: column;
	background: #fff;
	align-items: center;
	justify-content: center;
	color: #666666;
	font-size: 16px;
	padding: 18px;
	text-align: center;
	height: 100%;
}
.top_shops > div .img-wrap{
	display: flex;
	margin-bottom: 15px;
	height: 40px;
}
.top_shops > div .img-wrap img{
	max-height: 40px;
	max-width: 100%;
	object-fit: contain;
}

@media (max-width: 768px) {
	.top_shops{
		margin-left: -5px;
		margin-right: -5px;
	}
	.top_shops > div {
		width: calc(100% / 4 - 10px);
		margin-bottom: 15px;
		margin-left: 5px;
		margin-right: 5px;
	}
}
@media (max-width: 570px) {
	.top_shops{
	}
	.top_shops > div {
		width: calc(100% / 3 - 10px);
		margin-bottom: 10px;
	}
}
@media (max-width: 460px) {
	.top_shops{
	}
	.top_shops > div {
		width: calc(100% / 2 - 10px);

	}
}
@media (max-width: 375px) {
	.top_shops{
	}
	.top_shops > div {
	}
}





/* End */


/* Start:/local/templates/rukodi_redesign/components/bitrix/news/shops/bitrix/search.form/letters/style.css?17696076251973*/
.search-form{

}

.letters-wrap ul{
	padding: 0;
	margin: 0;
	font-size: 0;
}
.letters-wrap ul li:first-child{
	text-align: left;
}
.letters-wrap ul li:last-child{
	text-align: right;
}
.letters-wrap ul li{
	display: inline-block;
	font-size: 16px;
	color: #0d0d0d;
	text-align: center;
}
.letters-wrap ul li a{
	font-size: 16px;
	color: #888888;
	text-decoration: none;
	display: inline-block;
	/*width: 100%;*/
	text-align: center;
	font-family: 'PT Sans Caption', sans-serif;
	position: relative;
}
.letters-wrap ul li a.active,
.letters-wrap ul li a:hover{
	text-decoration: none;
	color: #010101;
}
.letters-wrap ul li a.active:after,
.letters-wrap ul li a:hover:after{
	content: "";
	position: absolute;
	bottom: -3px;
	left: 50%;
	transform: translateX(-50%);
	height: 3px;
	width: 19px;
	border-radius: 500px;
	background: #FE0E0F;
}
.letters-wrap ul li:first-child a{
	text-align: left;
}
.letters-wrap ul li:last-child a{
	text-align: right;
}



.letters-wrap ul.eng {

}
.letters-wrap ul.eng + ul.rus{
	margin-top: 17px;
}

@media (min-width: 768px) {
	.search-form .letters-wrap{
		padding-top: 16px;
		padding-bottom: 30px;
	}
	.letters-wrap ul {
		white-space: nowrap;
	}
	.letters-wrap ul.eng li:first-child {
		width: 2.8%;
	}

	.letters-wrap ul.eng li:last-child {
		width: 4%;
	}

	.letters-wrap ul.eng li {
		width: 4.05%;
	}

	.letters-wrap ul.eng li + li + li {
		/*border-left: 1px solid #d9dee0;*/
	}

	.letters-wrap ul.eng li a {

	}

	.letters-wrap ul.rus li:first-child {
		width: 2.8%;
	}

	.letters-wrap ul.rus li:last-child {
		width: 2.8%;
	}

	.letters-wrap ul.rus li {
		width: 4.105%;
	}

	.letters-wrap ul.rus li + li {
		/*border-left: 1px solid #d9dee0;*/
	}
}
@media (max-width: 767px) {
	.search-form .letters-wrap{
		padding-top: 0;
		padding-bottom: 20px;
	}
	.letters-wrap ul li a {
		padding: 0 5px;
	}
}





/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1679673540675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/rukodi_redesign/components/bitrix/news/shops/bitrix/news.list/letter_shops/style.css?1581418564687*/
div.list_category_shop{

}
div.list_category_shop ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	width: 100%;
}
div.list_category_shop ul li{
	width: calc(100% / 6 - 10px);
	margin-left: 5px;
	margin-right: 5px;
}
@media (max-width: 768px) {
	div.list_category_shop ul{

	}
	div.list_category_shop ul li{
		width: calc(100% / 4 - 10px);
	}
}
@media (max-width: 670px) {
	div.list_category_shop ul li{
		width: calc(100% / 3 - 10px);
	}
}
@media (max-width: 570px) {
	div.list_category_shop ul li{
		width: calc(100% / 2 - 10px);
	}
}
@media (max-width: 460px) {
	div.list_category_shop ul li{
		width: 100%;
	}
}


/* End */
/* /local/templates/rukodi_redesign/components/bitrix/news.list/top_shops/style.css?17696076251201 */
/* /local/templates/rukodi_redesign/components/bitrix/news/shops/bitrix/search.form/letters/style.css?17696076251973 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1679673540675 */
/* /local/templates/rukodi_redesign/components/bitrix/news/shops/bitrix/news.list/letter_shops/style.css?1581418564687 */
