

/* Start:/_/css/old/nav.css?17682271135209*/
.nav {
	position: relative;
	margin-block: 20px;
}
.nav .inner {
  padding: 8px;
  background: var(--color-menu);
}
.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/favorite.css?17655320846119*/
.favorite_head {
	padding-top: 40px;
}
.favorite_head h1 {
	margin: 0;
}
.favorite_head .title_main {
	display: inline-block;
}
.favorite_send_to_email {
	margin: 0 0 30px;
	color: #103a71;
	font-size: 12px;
	font-weight: 600;
	background: none;
	border: none;
}
.favorite_head_count {
	display: inline-block;
	margin: 0 0 0 25px;
	font-size: 16px;
}

.favorite {}
.favorite_cell {
	position: relative;
}
.favorite_del_trigger {
	position: absolute;
	top: 10px;
	right: 10px;
	display: block;
	height: 13px;
	line-height: 13px;
	color: #7d7f82;
	font-size: 12px;
	transition: none;
}
.favorite_del_trigger::after {
	content: '';
	display: block;
	float: right;
	width: 13px;
	height: 13px;
	margin: 0 0 0 5px;
	background: url(/_/common/img/sprite.png) -291px -70px no-repeat;
}
.favorite_del_trigger:hover {
	color: #1a3a73;
}
.favorite_del_trigger:hover::after {
	background-position: -278px -70px;
}
.favorite_cell {
	margin: 38px 0 30px;
	padding: 38px 0 0;
	border-bottom: 1px solid #d1d6dc;
}
.favorite_item {
	margin: 0 0 30px;
}
.favorite_item_image a {
	display: block;
}
.favorite_item_image img {
	margin: 0 auto;
}
.favorite_item_title {
	line-height: 20px;
	margin: 15px 0;
	color: #103a71;
	font-size: 16px;
	font-weight: 700;
}
.favorite_item_size {
	margin: 15px 0;
	font-size: 16px;
	font-weight: 600;
}
.favorite_item_price {
	margin: 20px 0;
}
.favorite_item_cost {
	display: inline-block;
	vertical-align: baseline;
}
.favorite_item_cost.act .number {
	line-height: 26px;

	font-size: 24px;
	font-weight: 600;
}
.favorite_item_cost.old {
	position: relative;
	margin: 0 0 0 10px;
	padding: 0 2px;
	line-height: 16px;
	color: #7d7f82;
	font-size: 16px;
}
.favorite_item_cost.old::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #7d7f82;
}
.favorite_item_labels {
	margin: 15px 0;
}
.favorite_item_label {
	line-height: 20px;
	color: #ceb196;
	font-size: 15px;
	font-weight: 700;
}
.favorite_item_buttons {
	margin: 15px 0;
}
.favorite_item_buttons .btn_main {
	padding: 0 12px;
	font-size: 14px;
}
.favorite_item_buttons button {
	margin: 0 0 0 5px;
	padding: 0 10px;
}
.favorite_item_buttons button.already div:nth-child(1),
.favorite_item_buttons button div:nth-child(2) {
	display: none;
}
.favorite_item_buttons button div:nth-child(1),
.favorite_item_buttons button.already div:nth-child(2) {
	display: block;
}
.favorite_item_parent {
	margin: 10px 0;
	color: #103a71;
}
.favorite_item_parent_name {
	line-height: 20px;
	font-size: 12px;
}
.favorite_item_parent_title {
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}
.favorite_item_interiors {
	position: relative;
}
.favorite_item_interiors .owl-carousel .owl-nav button.owl-prev,
.favorite_item_interiors .owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	margin: -18px 0 0;
	border-radius: 20px;
}
.favorite_item_interiors .owl-carousel .owl-nav button.owl-prev {
	left: 5px;
}
.favorite_item_interiors .owl-carousel .owl-nav button.owl-next {
	right: 5px;
}

.favorite_clear_trigger {
	display: block;
	margin: 20px 0;
	color: #7d7f82;
	font-size: 15px;
	transition: none;
}
.favorite_clear_trigger::after {
	content: '';
	display: block;
	float: left;
	width: 13px;
	height: 13px;
	margin: 1px 5px 1px 0;
	background: url(/_/common/img/sprite.png) -291px -70px no-repeat;
}
.favorite_clear_trigger:hover {
	color: #1a3a73;
}
.favorite_clear_trigger:hover::after {
	background-position: -278px -70px;
}

@media (min-width: 667px) {
	.favorite_grid {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: stretch;
		align-items: stretch;
		padding: 1px 0 0 1px;
	}
	/*.favorite_del_trigger {
		right: 15px;
	}*/
	.favorite_cell {
		width: 50%;
		margin: -1px 0 0 -1px;
		padding: 38px 15px 15px;
		border: 1px solid #d1d6dc;
	}
	.favorite_item {
		margin: 0;
	}
	.favorite_item_image {
		height: 200px;
	}
}

@media (min-width: 800px), print {
	.favorite_clear_trigger {
		float: right;
		margin: 27px 0 0;
	}
}

@media (min-width: 1024px) {
	.favorite_cell {
		width: 33.33%;
	}
	.favorite_item_labels {
		height: 40px;
		overflow: hidden;
	}
	.favorite_item_parents {
		display: inline-block;
		margin: 10px 0 0;
	}
	.favorite_item_parent {
		display: table-cell;
		padding: 0 35px 10px 0;
	}
	.favorite_clear_trigger {
		margin: 15px 0 0;
	}
	.favorite_send_to_email {
		margin-top: 20px;
	}
}

@media (min-width: 1280px) {
	/*.favorite_del_trigger {
		right: 20px;
	}*/
	.favorite_cell {
		padding: 38px 20px 20px;
	}
	.favorite_item_title {
		height: 40px;
		overflow: hidden;
	}
	.favorite_clear_trigger {
		margin: 17px 0 0;
	}
}

@media (min-width: 1400px) {
	/*.favorite_del_trigger {
		right: 25px;
	}*/
	.favorite_cell {
		padding: 38px 25px 25px;
	}
}

@media (min-width: 1600px) {
	.favorite_cell {
		padding-inline: 20px 7px;
	}
	.favorite_item_grid {
		display: table;
		width: 100%;
	}
	.favorite_item_cell {
		display: table-cell;
		vertical-align: top;
	}
	.favorite_item_cell + .favorite_item_cell {
		padding: 0;
	}
	.favorite_item_image {
		width: 190px;
	}
	.favorite_item_title {
		height: 60px;
		margin: 0 0 20px;
	}
	.favorite_item_size {
		margin: 20px 0;
	}
	.favorite_item_label {
		line-height: 20px;
		font-size: 16px;
	}
	.favorite_item_buttons {
		margin: 20px 0;
	}
	.favorite_item_buttons .btn_main {
		font-size: 13px;
	}
	.favorite_item_parents {
		display: table;
		margin: 10px 0 0;
	}
	.favorite_item_parent {
		display: table-cell;
		padding: 0 35px 10px 0;
	}
	.favorite_item_parents._autlet {
		display: block;
	}
	._autlet .favorite_item_parent {
		display: block;
	}
}

/* ? кажется это не надо */
.favorite_item_cost .info{
    float: right;
    margin-left: 10px;
    font-size: 14px;
    font-weight: bold;
}
/* End */
/* /_/css/old/nav.css?17682271135209 */
/* /local/templates/tile2025/components/bitrix/news.list/promo/style.css?17640054481000 */
/* /_/css/old/favorite.css?17655320846119 */
