

/* 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:/local/templates/tile2025/components/bitrix/catalog.element/collection/style.css?1765281911138*/
.collection_offers {
    background: #fff;
}

@media(min-width: 1024px){
    .collection_offers {
        padding: 20px 0;
    }
}
/* End */


/* Start:/_/css/old/interiors.css?17646014181443*/
.interiors {
	margin: 0 0 20px;
}
.interiors .owl-item a {
	position: relative;
	display: block;
}
.interiors .owl-item img {
	width: auto;
}
.interiors_label {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 5px;
	color: #fff;
	text-transform: uppercase;
	background: #103a71;
}
.interiors .owl-nav {
	position: absolute;
	right: 20px;
	bottom: 20px;
}
.interiors .owl-item {
	position: relative;
	overflow: hidden;
}
.interiors.archive .owl-item::after {
	content: "АРХИВНАЯ КОЛЛЕКЦИЯ";
	position: absolute;
	top: 15px;
	left: 15px;
	line-height: 22px;
	color: rgb(255, 255, 255);
	font-size: 14px;
	font-weight: 700;
	transform: rotate(-45deg) translate(-32.5%, -100%);
	padding: 0px 50px;
	background: rgb(110, 171, 218);
}
.interiors .owl-nav button.owl-prev,
.interiors .owl-nav button.owl-next {
	border: none;
}
.interiors .owl-nav button.owl-prev {
	margin-right: 2px;
}
.owl-carousel .owl-nav button.owl-prev::after {
	background-position: -86px -50px !important;
}
.owl-carousel .owl-nav button.owl-next::after {
	background-position: -97px -50px !important;
}

@media (min-width: 667px) {
	.interiors,
	.interiors .owl-item a {
		height: 350px;
	}
}

@media (min-width: 1024px) {
	.interiors {
		margin: 0 0 60px;
	}
}

@media (min-width: 1500px) {
	.interiors .owl-nav {
		width: 78px;
		right: 50%;
		margin-right: -700px;
	}
}
/* End */


/* Start:/_/css/old/collection.css?17649545957808*/
.collection_sort {
	margin-block: 20px;
	padding-block: 20px;
	line-height: 20px;
	font-size: 15px;
}

.collection_sort_list_mob {
	margin: 10px 0 0;
}
.collection_sort_list_mob label {
	position: relative;
	padding: 0 0 0 15px;
}
.collection_sort_list_mob label::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 8px;
	left: 0;
	border: 5px solid transparent;
	border-top-color: #0663a4;
}
.collection_sort_list_mob select {
	color: #0663a4;
	font-weight: 600;
}

.collection_sort_search input {
	width: 100%;
	height: 40px;
	padding: 0 30px 0 10px;
	border: 1px solid #d1d6dc;
}
.collection_sort_search button {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 30px;
	height: 38px;
	padding: 0;
	border: none;
	background: none !important;
}
.collection_sort_search button::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 17px;
	height: 17px;
	margin: -8px 0 0 -8px;
	background: url(/_/media/old/sprite.png) -441px -50px no-repeat;
}

@media (max-width: 1023px) {
	.collection_sort {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.collection_sort_list {
		display: none;
	}
	.collection_sort_search {
		margin: 20px 0 0;
	}
}

@media (min-width: 1024px) {
	.collection_sort form {
		display: table;
		width: calc(100% - 300px);
	}
	.collection_sort_title {
		display: table-cell;
		vertical-align: top;
		width: 170px;
	}

	.collection_sort_list_mob {
		display: none;
	}

	.collection_sort_list {
		display: table-cell;
		vertical-align: top;
	}
	.collection_sort_list label {
		float: left;
	}
	.collection_sort_list label input[type="radio"] {
		display: none;
	}
	.collection_sort_list label input + div {
		display: inline-block;
		margin: 0 10px 5px;
		color: #0663a4;
		border-bottom: 1px dashed #0663a4;
		transition: all 200ms linear;
	}
	.collection_sort_list label:hover input + div {
		border-bottom-color: #fff;
	}
	.collection_sort_list label input:checked + div {
		font-weight: 700;
		border-bottom-color: #fff;
	}
	.collection_sort_row form:first-child {
		padding-top: 7px;
	}
	.collection_sort_row {
		display: flex;
	}
	.collection_sort_search {
		width: 300px !important;
		flex: 0 0 300px;
	}
}

/*
*******************************************************************************/

.collection_offers {
	position: relative;
	margin: 20px 0;
}
.collection_offers hr {
	margin: 15px 0;
	background: #d1d6dc;
}
.collection_offers_cell {
	position: relative;
	padding: 0 0 70px;
}
.collection_offer {
	position: relative;
	width: 100%;
	background: #fff;
}
.collection_offer_image {
	position: relative;
	margin: 0 0 15px;
	overflow: hidden;
}
.collection_offer_image img {
	margin: auto;
}
.collection_offer.archive .collection_offer_image::after {
	content: 'АРХИВНАЯ КОЛЛЕКЦИЯ';
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0 50px;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	background: #6eabda;
	transform: rotate(-45deg) translate(-32.5%, -162%);
}
.collection_offer_image a {
	position: relative;
	display: block;
	height: 180px;
	background-position: 50% 50%;
	background-size: cover;
}
.collection_offer_title {
	overflow: hidden;
	line-height: 20px;
	color: #103a71;
	font-size: 15px;
	font-weight: 600;
}
.collection_offer_size {
	margin: 10px 0;
	line-height: 20px;
	color: #1d1f22;
	font-size: 14px;
}


div.collection_offer_prices
{
	display:flex;
	line-height:1.5;
}
div.collection_offer_price-item
{
	width:50%;
}
.collection_offer_price-item div.item-name
{
}
.collection_offer_price-item div.item-price span
{
	font-size:26px;
	font-weight:bold;
}
div.collection_offer_stores
{
	display:flex;
	flex-direction:column;
}
div.collection_offer_store-item
{
	display:flex;
	margin-top:10px;
	justify-content:space-between;
	max-width:320px;
}
.collection_offer_store-item div.item-name
{
	padding-right:20px;
	width:50%;
}


.collection_offer_price {
	margin: 15px 0;
}
.collection_offer_cost.act {
	float: left;
}
.collection_offer_cost.act .number {
	line-height: 26px;

	font-size: 24px;
	font-weight: 600;
}
.collection_offer_benefit {
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px;
	line-height: 26px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	background: #ffe86d;
}
.collection_offer_cost.old {
	float: left;
	position: relative;
	line-height: 20px;
	color: #7d7f82;
	font-size: 15px;
}
.collection_offer_cost.old::after {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #7d7f82;
}
.collection_offer_labels {
	margin: 15px 0;
}
.collection_offer_label {
	line-height: 20px;
	color: #ceb196;
	font-size: 15px;
	font-weight: 700;
	white-space: nowrap;
}
.collection_offer_buttons {
	margin: 15px 0;
}
.collection_offer_buttons button {
	font-size: 15px;
	padding: 0 12px;
	font-size: 13px;
}
.collection_offer_buttons button.already div:nth-child(1),
.collection_offer_buttons button div:nth-child(2) {
	display: none;
}
.collection_offer_buttons button div:nth-child(1),
.collection_offer_buttons button.already div:nth-child(2) {
	display: block;
}
.collection_offer_buttons button.fav {
	margin: 0 5px 0 0;
}
.collection_offer_call {
	margin: 15px 0;
}
.collection_offer_call a {
	display: inline-block;
	height: 20px;
	line-height: 19px;
	color: #0663a4;
	font-size: 15px;
	background: none;
	border: none;
	background: none;
	border-bottom: 1px dashed;
}
.collection_offer_call a:hover {
	border-bottom-color: #fff;
}
.collection_offer_footnote {
	height: 60px;
	margin: 15px 0 0;
	line-height: 18px;
	color: #7e7e7e;
	font-size: 13px;
}

@media (max-width: 666px) {
	.collection_offers hr {
		position: absolute;
		left: 0;
		bottom: -30px;
	}
}

@media (min-width: 667px), print {
	.collection_offer_title {
		height: 40px;
	}
	.collection_offers_grid {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: -o-flex !important;
		display: flex !important;
		flex-wrap: wrap;
		margin: 0 -15px;
	}
	.panes .collection_offers_grid {}
	.collection_offers_cell {
		width: 50%;
		padding: 0 15px 50px;
	}
	.collection_offer_image {
		position: relative;
		width: 100%;
		height: 200px;
		overflow: hidden;
	}
}

@media (min-width: 1024px), print {
	.collection_offers_cell {
		width: 33.33%;
	}
	.collection_offer:hover .collection_offer_title {
		height: auto;
	}
}

@media (min-width: 1280px) {
	.collection_offers_cell {
		width: 25%;
		min-height: 570px; /* нужно т.к. .collection_offer:hover = absolute  */
	}
	.collection_offer:hover {
		position: absolute;
		top: 0;
		left: 15px;
		margin: -10px -15px 0;
		padding: 9px 14px;
		border: 1px solid #d1d6dc;
		z-index: 9;
		box-shadow: 1px 1px 5px rgba(0,0,0,.15);
	}
	.collection_offer_buttons,
	.collection_offer_call,
	.collection_offer_footnote {
		display: none;
	}
	.collection_offer_image a {
		height: 200px;
	}
	.collection_offer:hover .collection_offer_buttons,
	.collection_offer:hover .collection_offer_call,
	.collection_offer:hover .collection_offer_footnote {
		display: block;
	}
	.collection_offer.archive:hover .collection_offer_image {
		width: auto;
		height: 209px;
		margin: -9px -14px 15px;
		padding: 9px 14px 0;
	}
	.collection_offer.archive:hover .collection_offer_image::after {
		margin: 9px 0 0 14px;
	}
}

@media (min-width: 1600px) {
	.collection_offers_cell {
		width: 20%;
	}
}
/* 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 */
/* /local/templates/tile2025/components/bitrix/catalog.element/collection/style.css?1765281911138 */
/* /_/css/old/interiors.css?17646014181443 */
/* /_/css/old/collection.css?17649545957808 */
