

/* Start:/local/templates/tile2025/components/bitrix/system.pagenavigation/catalog/style.css?1765446980178*/
@media (max-width: 1279px) {
    .nav_batch {
        display: block;
    }
}

span.nav_batch_item{
    color:#0663a4 !important;
}

a.nav_batch_item:hover{
    color:#0663a4;
}

/* End */


/* Start:/_/css/old/nav.css?17654501145140*/
.nav {
	position: relative;
	margin-block: 20px;
}
.nav.first {
	z-index: 10;
}
.nav .nav {
	margin-block: 0 !important;
	padding-block: 0 !important;
}

.nav_row{
	background: var(--color-menu);
}


.nav .text {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.nav_sort,
.nav_brand {
	position: relative;
	padding: 0 0 0 100px;
}
.nav_sort .text,
.nav_brand .text {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 40px;
}
.nav_sort .rf_item,
.nav_brand .rf_item {
	margin: 0;
}
.nav_brand.need_move {
	display: none;
}
.nav_pages {
	height: 40px;
}
.nav_pages .text {
	vertical-align: top;
	height: 40px;
	line-height: 40px;
}
.nav_step {
	font-size: 0;
}
.nav_step_prev,
.nav_step_next {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	background: #113a72;
	border-radius: 30px;
}
.nav_step_prev[disabled],
.nav_step_next[disabled] {
	cursor: default;
}
.nav_step_prev::after,
.nav_step_next::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 11px;
	height: 18px;
	transform: translate(-50%, -50%);
	background-image: url(/_/media/old/sprite.png);
	background-repeat: no-repeat;
}
.nav_step_prev[disabled]::after,
.nav_step_next[disabled]::after {
	opacity: .5;
}
.nav_step_prev::after {
	margin: 0 0 0 -1px;
	background-position: -193px -50px;
}
.nav_step_next::after {
	margin: 0 0 0 1px;
	background-position: -204px -50px;
}

.nav.in_news .nav_sort,
.nav.in_news .nav_brand,
.nav.in_news .nav_batch {
	display: none;
}

.nav .filters_submit {
	display: block;
	width: 100%;
	margin: 20px 0 0;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	background: #ea0a0a;
	border: none;
}
.nav .filters_submit:hover {
	background: #265183;
}
.nav .filters_submit {
	font-weight: 600;
}

@media (max-width: 1279px) {
	.nav_batch {
		display: none;
	}
	.nav.second .nav_sort,
	.nav.second .nav_brand {
		display: none;
	}
}

@media (max-width: 1023px) {
	.nav_pages {
		line-height: 40px;
		color: #113a72;
		text-align: center;
	}
	.nav_pages .text {
		font-size: 14px;
	}
	.nav_pages .rf_item {
		display: none;
	}
	.nav_pages b {
		font-size: 18px;
	}
}

@media (max-width: 799px) {
	.nav {
		padding-block: 20px;
		background: var(--color-menu);
	}
	.nav_sort,
	.nav_brand {
		margin: 0 0 20px;
	}
	.nav_pages {
		padding: 0 40px;
	}
	.nav_step_prev,
	.nav_step_next {
		position: absolute;
		bottom: 0;
	}
	.nav_step_prev {
		left: 0;
	}
	.nav_step_next {
		right: 0;
	}
}

@media (min-width: 800px) {
	.nav_row {
		padding: 8px;
		/*background: #f2f1ef;*/
	}
	.nav_sort,
	.nav_brand {
		float: left;
		position: relative;
		width: 50%;
	}
	.nav_brand .text {
		width: 100px;
		padding-right: 10px;
		text-align: right;
	}
	.nav_pages {
		float: right;
		margin: 0 35px 0 0;
	}
	.nav_step {
		float: right;
		height: 40px;
	}
	.nav_step_prev,
	.nav_step_next {
		margin: 0 0 0 20px;
	}
	.nav .filters_submit {
		width: auto;
		float: right;
		padding: 0 20px 0 48px;
	}
	.nav .filters_submit:before {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 18px;
		height: 18px;
		margin: -2px 10px 0 0;
		background: url(/_/media/old/sprite.png) -303px -32px no-repeat;
	}
}

@media (min-width: 1024px) {
	.nav_pages {
		min-width: 200px;
		text-align: right;
	}
	.nav_pages .mob {
		display: none;
	}
	.nav_pages .rf_item {
		display: inline-block;
		margin: 0 5px;
		max-width: 75px;
		text-align: left;
	}
	.nav_pages .rf_values {
		color: #103a71;
		font-weight: 700;
		text-align: center;
	}
	.nav_pages .rf_values::after {
		display: none !important;
	}
	.nav .filters_submit {
		margin: 10px 0 0;
		padding: 0 70px;
	}
}

@media (min-width: 1280px) {
	.nav_sort,
	.nav_brand {
		width: 270px;
		margin: 0;
	}
	.nav_brand {
		width: 250px;
		padding-left: 80px;
	}
	.nav_brand .text {
		width: 80px;
	}
	.nav_batch {
		position: absolute;
		top: 0;
		left: 360px;
		right: 350px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.nav_brand + .nav_batch {
		left: 540px;
	}
	.nav_batch .text {
		margin: 0 12px 0 0;
	}
	.nav_batch_item {
		display: inline-block;
		margin: 0 12px;
		color: var(--color-gray);
		font-weight: 700;
	}
	span.nav_batch_item {
		cursor: default;
		color: #000;
	}
	.nav .filters_submit {
		margin: 0;
	}
	/*.nav_batch label {
		display: inline-block;
		margin: 0 12px;
		font-weight: 700;
	}
	.nav_batch input + div {
		color: #0663a4;
	}
	.nav_batch input:checked + div {
		color: #000;
	}*/
}

@media (min-width: 1440px) {
	.nav_sort,
	.nav_brand {
		width: 300px;
	}
	.nav_brand + .nav_batch {
		left: 600px;
	}
}

@media (min-width: 1600px) {
	.nav_sort,
	.nav_brand {
		width: 350px;
	}
	.nav_brand + .nav_batch {
		left: 700px;
	}
}

.rf_type_select .rf_has_value .rf_value {
	font-size: 14px;
}
/* End */


/* Start:/local/templates/tile2025/components/bitrix/news.list/promo/style.css?17640054481000*/
.promo {
	margin:70px 0 10px;
}
.promo .owl-nav {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.promo .owl-carousel .owl-nav button.owl-prev {
	margin: 0 5px 0 0;
}
.promo .owl-dots {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
}
.promo .owl-dots button.owl-dot {
	margin: 5px 3px;
	border: 1px solid #fff;
}
.promo .owl-dots button.owl-dot.active {}

@media screen and (max-width: 1023px) {
	.promo_image img.pc {
		display: none !important;
	}
}

@media screen and (max-width: 799px) {
	.promo .box {
		padding: 0;
	}
}

@media (min-width: 800px), print {
	.promo {
		margin: 20px 0;
	}
}

@media (min-width: 1024px), print {
	.promo_image img.mob {
		display: none !important;
	}
}

@media (min-width: 1440px) {
	.promo {
		margin: 40px 0;
	}
}

.adv{
	position: absolute;
	background: #fff;
	opacity: 0.7;
	right: 20px;
	top: 20px;
	padding: 6px;
	border-radius: 10px;
	font-size: 11px;
}

.adv span{
	border-radius: 10px;
	color:#fff;
	background:#000;
	padding:3px 10px;
}
/* End */


/* Start:/_/css/old/brand.css?17642285971397*/
.brand_head_count {
	line-height: 24px;
	color: #7d7f82;
	font-size: 14px;
}
.brand_head_count .number {
	display: inline-block;
	vertical-align: bottom;
	height: 24px;
	line-height: 24px;
	color: #000;
	font-size: 16px;
	font-weight: 600;
}
article.brand > header .i_toggle {
	margin: 0 0 0 8px;
}
.brand_head_links {
	display: flex;
	gap: 20px;
}
.brand_head_links a {
	color: #0663a4;
	border-bottom: 1px dashed #0663a4;
}

@media (max-width: 1023px) {
	.brand_head_count,
	.brand_head_count_stor.collections {
		margin-top: 20px;
	}
}

@media (min-width: 1024px) {
	article.brand > header .inner {
		display: flex;
		align-items: baseline;
		justify-content: space-between;
		gap: 20px;
	}
	.brand_head_count {
		display: flex;
		gap: 30px;
	}
	.brand_head_count_coll,
	.brand_head_count_stor {
		position: relative;
	}
	.brand_head_count_stor::before {
		content: '';
		position: absolute;
		top: 50%;
		right: 100%;
		transform: translateY(-50%) rotate(10deg);
		display: block;
		width: 1px;
		height: 30px;
		margin: 0 14px 0 0;
		background: #babbbd;
	}
	.brand_head_links {
		margin-left: auto;
		line-height: 20px;
	}
	.brand_head_links a {
		height: 20px;
	}
}

@media (min-width: 1280px) {
	article.brand > header .inner {
		gap: 40px;
	}
	.brand_head_links a:hover {
		border-bottom-color: transparent;
	}
}
/* End */
/* /local/templates/tile2025/components/bitrix/system.pagenavigation/catalog/style.css?1765446980178 */
/* /_/css/old/nav.css?17654501145140 */
/* /local/templates/tile2025/components/bitrix/news.list/promo/style.css?17640054481000 */
/* /_/css/old/brand.css?17642285971397 */
