

/* 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:/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 */
/* /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 */
