

/* Start:/_/plg/owl/dist/assets/owl.carousel.min.css?17623390643351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/_/plg/owl/dist/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/_/css/old/collection.css?17695096077914*/
.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%;
}
.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 {
	padding: 0 12px;
	font-size: 13px;
	text-transform: none;
}
.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 (max-width: 1023px) {
	.collection_offers_cell{
		padding-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;
	}
	.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  */
	}
	.ib_type-doors .collection_offers_cell, .ib_type-kitchen  .collection_offers_cell{
		min-height: 400px;
	}
	.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);
		background: #fff;
	}
	.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;
	}
}
/* End */


/* Start:/_/css/old/interiors.css?17688183091374*/
/*.interiors {
	margin-block: 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: 1500px) {
	.interiors .owl-nav {
		width: 78px;
		right: 50%;
		margin-right: -700px;
	}
}
/* End */
/* /_/plg/owl/dist/assets/owl.carousel.min.css?17623390643351 */
/* /_/css/old/collection.css?17695096077914 */
/* /_/css/old/interiors.css?17688183091374 */
