

/* Start:/local/templates/silvercity_v20/css/list-shops.css?172614977614125*/
/* list-shops */

.shop-search-btn {
	display: none;
}

.page-sidebar {
	padding-right: 30px;
}

.sidebar-search {
	position: relative;
	/*width: 270px;*/
	margin-bottom: 20px;
}

.sidebar-search .search-input {
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	height: 40px;
	font-size: 13px;
}

.sidebar-search .search {
    opacity: 1;
    visibility: visible;
    right: 10px;
    top: 10px;
}

.sale-link {
	display: block;
	text-decoration: none;
	color: #00b4ff;
	font-size: 13px;
	line-height: 19px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}

.sale-link--red {
	color: #ef1212;
}

.sale-link .svg {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
}

.sidebar-menu {
	margin-bottom: 25px;
}

.sidebar-menu > li > a {
	position: relative;
	display: block;
	color: #00b4ff;
	font-size: 15px;
	line-height: 26px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: 500;
	margin-bottom: 7px;
	padding-right: 35px;
}

.sidebar-menu > li > a:after, .sidebar-menu__second > li > a:after {
	content: '(';
	font-family: 'icon';
	display: block;
	font-size: 15px;
	line-height: 26px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 13px;
}

.sidebar-menu__second > li > a i{
	position: absolute;
	top: 0;
	right: 6px;
	width: 25px;
	height: 25px;
	display: block;
	z-index: 10;
}

.sidebar-menu > li.show > a:after, .sidebar-menu__second > li.show > a:after {
	content: '\'';
}

.sidebar-menu__second {
	display: none;
}

.sidebar-menu__second > li > a {
	position: relative;
	display: block;
	color: #00b4ff;
	font-size: 14px;
	line-height: 26px;
	text-decoration: none;
	margin-bottom: 7px;
	padding-right: 35px;
}

.sidebar-menu__second > li.show > a {
	font-weight: bold;
}

.sidebar-menu__second > li > a span {
	font-weight: normal;
}

.submenu_level_2 {
	margin-bottom: 15px;
}

.submenu_level_2 > li > a {
	position: relative;
	display: inline-block;
	color: #0a3054;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
	margin-bottom: 15px;
}

.submenu_level_2 > li > a,
.submenu_level_3 > li > a{
	border-bottom: 1px solid transparent;
}

.submenu_level_2 > li.active > a,
.submenu_level_3 > li.active > a,
.submenu_level_2 > li > a:hover,
.submenu_level_3 > li > a:hover{
	/*border-bottom: 1px solid #7999b8;*/
	text-decoration: underline;
}

.dw-map {
	text-decoration: none;
	font-size: 15px;
	line-height: 26px;
	display: block;
}

.dw-map .svg {
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	margin-right: 5px;
}

.alph-wrap {
	display: none;
}

.alph {
	display: block;
	position: relative;
	width: 240px;
	/*border-bottom: 1px solid #beecff;*/
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.alph:after {
	content: '';
	display: block;
	width: 230px;
	height: 1px;
	background-color: #beecff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -115px;
}

.alph li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 30px;
	height: 30px;
}

.alph li a, .alph li span {
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	width: 30px;
	height: 30px;
}

.alph li.active a {
	background-color: #00b4ff;
	border-radius: 3px;
	color: #fff;
}

.num {
	margin-bottom: 20px;
	border-bottom: 0;
}

.num:after {
	display: none;
}

.num li {
	width: 50px;
	height: 20px;
}

.num li a {
	width: 50px;
	height: 20px;
}

.shops-banner {
	display: block;
	margin-bottom: 15px;
}

.shop-list {
	margin-right: -15px;
}

.shop-list__col {
	width: 33.33%;
	float: left;
	padding-right: 15px;
}

.shop-card {
	position: relative;
	display: block;
	height: 330px;
	border-radius: 2px;
	border: 1px solid #dcdcdc;
	padding: 10px 23px;
	margin-bottom: 16px;
	text-decoration: none;
	top: 0;
  transition: all 0.2s ease;
}

.shop-card:hover {
	top: -5px;
	box-shadow: 0 5px 15px rgba(0,0,0,.3), 0 20px 30px -5px rgba(0,0,0,.3);
}

.shop-card__img {
	text-align: center;
	height: 190px;
}

.shop-card__img img {
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.shop-card__img:before {
	content: '';
	height: 100%;
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	overflow: hidden;
}

.shop-card__title {
	margin-top: 15px;
	font-size: 16px;
	color: #1a1a1a;
}

.shop-card__level, .shop-card__cats {
	color: #808080;
	font-size: 13px;
	line-height: 18px;
	margin: 10px 0;
	padding-right: 20px;
}

.shop-card__cats {
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.shop-card__label {
	position: absolute;
	top: 11px;
	left: 11px;
	white-space: nowrap;
	width: 77%;
}

.shop-card__label span {
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	color: #999999;
	white-space: normal;
	font-size: 15px;
	line-height: 16px;
}

.shop-card__label:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 40px;
	background-size: 40px;
}

.shop-card__label--open:before {
	background-image: url(/local/templates/silvercity_v20/css/../img/shops/label-open.svg);
}

.shop-card__label--new:before {
	background-image: url(/local/templates/silvercity_v20/css/../img/shops/label-new.svg);
}

.shop-card__label--gift:before {
	background-image: url(/local/templates/silvercity_v20/css/../img/shops/label-gift.svg);
}

.tablet-shop-option {
	display: none;
}

@media (max-width: 1240px) {
	.shops .page-sidebar {
	  display: block;
	}

	.shops .page-main {
    width: calc(100% - 300px);
    float: right;
	}

	.shop-card {
		height: 280px;
	}

	.shop-card__img {
    height: 140px;
	}

	.shop-card__level, .shop-card__cats {
		padding-right: 0;
	}

	.shop-card__label span {
		font-size: 13px;
	}
}

@media (max-width: 1023px) {
	.shops .page-main {
    width: auto;
    float: none;
	}

	.shops .page-sidebar {
		width: auto;
		max-width: 900px;
		float: none;
		padding-right: 0;
		position: relative;
		margin: 0 auto 20px;
	}

	.shop-list-banners,
	.shop-list-wrap {
		max-width: 900px;
		margin-left: auto;
		margin-right: auto;
	}

	.page-sidebar-wrap {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: center;
		align-content: center;
	}

	.sidebar-menu {
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		margin-bottom: 0;
	}

	.sidebar-menu > li {
		position: relative;
	}

	.alph.num {
		margin-bottom: 0;
	}

	.alph.num:after {
		display: none;
	}

	.sidebar-menu > li > ul, .sidebar-menu .alph-wrap {
		width: 260px;
		position: absolute;
		top: 30px;
		left: -10px;
		background-color: #fff;
		z-index: 1;
		box-shadow: 0px 0px 10px 0px rgba(0, 180, 255, 0.35);
		padding: 10px;
		border-radius: 2px;
		border-width: 1px;
	  border-color: rgb(190, 236, 255);
	  border-style: solid;
	}

	.sale-link {
		order: 1;
		margin-bottom: 0;
		line-height: 28px;
	}

	.shop-search-btn {
		order: 2;
	}

	.sidebar-menu {
		order: 3;
	}

	.dw-map {
		order: 4;
	}

	.sidebar-menu > li > a {
		margin-right: 20px;
		margin-bottom: 0;
	}

	.sidebar-search {
		position: absolute;
		width: 100%;
		top: -3px;
		right: 0;
		opacity: 0;
		visibility: hidden;
		transition: all 0.2s ease;
	}

	.sidebar-search.show {
		opacity: 1;
		visibility: visible;
		z-index: 2;
	}

	.shop-search-btn {
		display: block;
		position: relative;
		width: 40px;
		height: 40px;
		top: -3px;
		text-align: center;
	}

	.shop-search-btn .svg {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
	}

	.tablet-shop-option {
		display: block;
    text-decoration: none;
    color: #00b4ff;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 35px;
    position: relative;
	}

	.tablet-shop-option:after {
		content: '(';
	  font-family: 'icon';
	  display: block;
	  font-size: 15px;
	  line-height: 26px;
	  font-weight: normal;
	  position: absolute;
	  top: 0;
	  right: 13px;
	}

	.tablet-shop-option.active:after {
		content: '\'';
	}

	.page-sidebar-wrap--dop {
		height: 0;
		overflow: hidden;
		transition: all .2s linear;
	}

	.page-sidebar-wrap--dop.active {
		height: 30px;
		overflow: visible;
		margin-bottom: 10px;
	}

}

@media (max-width: 767px) {
	.shop-list-wrap {
		/*max-width: 650px;*/
		margin-left: auto;
		margin-right: auto;
	}

	.shop-list-wrap .shop-list__col {
		width: 50%;
	}
}

@media (max-width: 550px) {
	.shop-list-wrap, .shop-list-banners {
		margin-left: auto;
		margin-right: auto;
	}

}

#loadingbar .cssload-loader *,
#loadingbar .cssload-loader *:before,
#loadingbar .cssload-loader *:after {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#loadingbar .cssload-loader {
	background: white;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	margin-top: -10px;
	width: 100px;
	border: 5px solid rgb(10,48,84);
	border-radius: 8px;
	padding: 3px;
	zoom: 1;
	animation: cssload-loader-border 4.7s ease-in infinite;
	-o-animation: cssload-loader-border 4.7s ease-in infinite;
	-webkit-animation: cssload-loader-border 4.7s ease-in infinite;
	-moz-animation: cssload-loader-border 4.7s ease-in infinite;
}
#loadingbar .cssload-loader > span {
	display: block;
	width: 0;
	height: 10px;
	background: rgb(10,48,84);
	position: relative;
	animation: cssload-loader-slide 4.7s ease-in infinite;
	-o-animation: cssload-loader-slide 4.7s ease-in infinite;
	-webkit-animation: cssload-loader-slide 4.7s ease-in infinite;
	-moz-animation: cssload-loader-slide 4.7s ease-in infinite;
}
#loadingbar .cssload-loader:before,
#loadingbar .cssload-loader:after {
	content: '';
	display: block;
	background: white;
	height: 10px;
	width: 3px;
	position: absolute;
	z-index: 10;
}
#loadingbar .cssload-loader:before {
	left: 33%;
}
#loadingbar .cssload-loader:after {
	top: 3px;
	left: 66%;
}
#loadingbar .cssload-loader:before {
	content: '';
	display: block;
}
#loadingbar .cssload-loader:after {
	content: '';
	display: table;
	clear: both;
}


#loadingbar .cssload-loader-border 0% {
	border-color: white;
	width: 100px;
	margin-left: -50px;
}
#loadingbar .cssload-loader-border 50% {
	border-color: rgb(10,48,84);
	width: 100px;
	margin-left: -50px;
}
#loadingbar .cssload-loader-border 100% {
	border-color: white;
	width: 100px;
	margin-left: -50px;
}


@keyframes cssload-loader-slide {
	0% {
		width: 0;
		margin-left: 0;
		opacity: 0;
	}
	0% {
		width: 0;
		margin-left: 0;
		opacity: 1;
	}
	50% {
		width: 0;
		margin-left: 0;
	}
	75% {
		width: 100%;
		margin-left: 0;
	}
	90% {
		width: 0;
		margin-left: 100%;
		opacity: 1;
	}
	100% {
		width: 0;
		margin-left: 100%;
		opacity: 0;
	}
}

@-o-keyframes cssload-loader-slide {
	0% {
		width: 0;
		margin-left: 0;
		opacity: 0;
	}
	0% {
		width: 0;
		margin-left: 0;
		opacity: 1;
	}
	50% {
		width: 0;
		margin-left: 0;
	}
	75% {
		width: 100%;
		margin-left: 0;
	}
	90% {
		width: 0;
		margin-left: 100%;
		opacity: 1;
	}
	100% {
		width: 0;
		margin-left: 100%;
		opacity: 0;
	}
}

@-webkit-keyframes cssload-loader-slide {
	0% {
		width: 0;
		margin-left: 0;
		opacity: 0;
	}
	0% {
		width: 0;
		margin-left: 0;
		opacity: 1;
	}
	50% {
		width: 0;
		margin-left: 0;
	}
	75% {
		width: 100%;
		margin-left: 0;
	}
	90% {
		width: 0;
		margin-left: 100%;
		opacity: 1;
	}
	100% {
		width: 0;
		margin-left: 100%;
		opacity: 0;
	}
}

@-moz-keyframes cssload-loader-slide {
	0% {
		width: 0;
		margin-left: 0;
		opacity: 0;
	}
	0% {
		width: 0;
		margin-left: 0;
		opacity: 1;
	}
	50% {
		width: 0;
		margin-left: 0;
	}
	75% {
		width: 100%;
		margin-left: 0;
	}
	90% {
		width: 0;
		margin-left: 100%;
		opacity: 1;
	}
	100% {
		width: 0;
		margin-left: 100%;
		opacity: 0;
	}
}

@keyframes cssload-loader-border {
	0% {
		border-color: white;
		width: 100px;
		margin-left: -50px;
	}
	50% {
		border-color: rgb(10,48,84);
		width: 100px;
		margin-left: -50px;
	}
	100% {
		border-color: white;
		width: 100px;
		margin-left: -50px;
	}
}

@-o-keyframes cssload-loader-border {
	0% {
		border-color: white;
		width: 100px;
		margin-left: -50px;
	}
	50% {
		border-color: rgb(10,48,84);
		width: 100px;
		margin-left: -50px;
	}
	100% {
		border-color: white;
		width: 100px;
		margin-left: -50px;
	}
}

@-webkit-keyframes cssload-loader-border {
	0% {
		border-color: white;
		width: 100px;
		margin-left: -50px;
	}
	50% {
		border-color: rgb(10,48,84);
		width: 100px;
		margin-left: -50px;
	}
	100% {
		border-color: white;
		width: 100px;
		margin-left: -50px;
	}
}

@-moz-keyframes cssload-loader-border {
	0% {
		border-color: white;
		width: 100px;
		margin-left: -50px;
	}
	50% {
		border-color: rgb(10,48,84);
		width: 100px;
		margin-left: -50px;
	}
	100% {
		border-color: white;
		width: 100px;
		margin-left: -50px;
	}
}

#loadingbar{
	display: none;
	position : relative;
}

.submenu_level_2 {
	display: none;
}

.sidebar-menu__second.active{
	display: block;
}

.sidebar-menu__second .active .submenu_level_2{
	display: block;
}

.submenu_level_3{
	margin : -7px 0 15px 15px;
}
.submenu_level_3 a {
	color : #0a3054;
	text-decoration: none;
}

@media (max-width: 767px) {
	.sidebar-menu__second.active{
		display: none;
	}
}
/*
.sidebar-menu__second .active ul,
.sidebar-menu__second .show ul{
	display: block;
}*/
/* End */


/* Start:/local/templates/silvercity_v20/css/shop.css?17261497761885*/
/*магазин*/

.shop-label__title {
	color: #4c4c4c;
	font-size: 17px;
}

.shop-label__title .svg {
	display: inline-block;
  vertical-align: middle;
  width: 20px;
  margin-right: 5px;
}

.shop-label__desc {
	font-size: 14px;
	color: #999;
}

.shops .gallery-slider {
	margin-bottom: 30px;
}

.shop-text {
	/*margin-top: 20px;*/
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

.shops-cat {
	padding: 30px 0;
	border-top: 1px solid #dcdcdc;
	font-size: 14px;
	line-height: 22px;
}

.shops-cat__title {
	color: #808080;
}

.shops-cat a {
	color: #00b4ff;
}

.shop-page-slider {
	position: relative;
	margin: 0 -10px;
}

.shop-page-slider .event-slide__item {
	padding: 10px 10px 25px;
}

.shop-page-slider .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.shop-page-slider .owl-controls {
    margin-top: 0;
}

.shop-page-slider .shop-card {
	margin-bottom: 0;
}

.unit-info + h3 {
	margin-top: 30px;
}

.shop-page-slider + .pluso_text {
	margin-top: 20px;
}


@media (max-width: 1240px) {
	.grey-block__main {
		padding: 40px 20px 60px;
	}
}

@media (max-width: 730px) {
	.page-sidebar-wrap, .sidebar-menu {
		display: block;
	}

	.sidebar-menu, .sale-link, .dw-map {
		max-width: 280px;
	}

	.shop-search-btn {
		display: none;
	}

	.sidebar-search {
		position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
	}

	.sidebar-menu > li > a {
		margin-bottom: 7px;
	}

	.shop-label__title {
		font-size: 16px;
	}

	.tablet-shop-option {
		display: none;
	}

	.page-sidebar-wrap--dop {
		height: auto;
    overflow: visible;
	}

	.sale-link {
		margin-bottom: 10px;
	}

	.shops .page-sidebar {
		margin-bottom: 20px;
	}

	.sidebar-menu > li > a {
		margin-right: 0;
	}

}

/* End */


/* Start:/bitrix/components/bitrix/catalog.section.list/templates/.default/style.css?17261490047151*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */


/* Start:/local/templates/silvercity_v20/components/bitrix/news/rest_v2.1/bitrix/news.list/.default/style.css?1726149776150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/silvercity_v20/css/list-shops.css?172614977614125 */
/* /local/templates/silvercity_v20/css/shop.css?17261497761885 */
/* /bitrix/components/bitrix/catalog.section.list/templates/.default/style.css?17261490047151 */
/* /local/templates/silvercity_v20/components/bitrix/news/rest_v2.1/bitrix/news.list/.default/style.css?1726149776150 */
