

/* Start:/local/templates/main/components/bitrix/news.list/kitchens/style.css?17010955126965*/
/* EVENTS.HTML */
.superprices-section {
  background-color: #000;
}

@media all and (max-width: 1024px) {
  .superprice {
    margin-bottom: 16px;
  }
}

.superprice:before {
  background-color: rgba(0, 0, 0, 0.6);
}

@media all and (max-width: 767px) {
  .superprices-wrapper {
    padding-right: 16px;
  }
}

.superprices {
	position: relative;
	width: 100%;
	min-height: 500px;
	display: flex;
	flex-flow: row wrap;
}

.superprices:before {
	top: -15px;
	left: -50%;
	width: 85.5%;
	height: 15px;
	background-color: #e40c2e;
}

.superprices:after,.superprices:before {
	content: "";
	display: block;
	position: absolute;
}

.superprices:after {
	left: 0;
	bottom: 75px;
	width: 211px;
	height: 152px;
	background: url("/images/furniture.svg");
	background-repeat: no-repeat;
}

@media only screen and (max-width:1270px) {
	.superprices:after {
		bottom: -2px;
	}
}

.superprices__items {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 49.95%;
	max-width: 49.95%;
	width: 49.95%;
	background: #404952;
}

.superprices__items:nth-child(1n) {
	margin-right: 0;
	margin-left: 0;
}

.superprices__items:last-child {
	margin-right: 0;
}

.superprices__bg {
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 49.95%;
	max-width: 49.95%;
	width: 49.95%;
	background: url("/images/superprices.jpg");
	background-size: cover;
}

.superprices__bg:nth-child(1n) {
	margin-right: 0;
	margin-left: 0;
}

.superprices__bg:last-child {
	margin-right: 0;
}

.superprices-wrapper {
	position: relative;
	width: 535px;
	margin-left: auto;
	padding-right: 70px;
}

@media only screen and (max-width:1270px) {
	.superprices-wrapper {
		width: 470px;
	}
}

@media only screen and (max-width:1023px) {
	.superprices-wrapper {
		width: 75%;
	}
}

@media only screen and (max-width:767px) {
	.superprices-wrapper {
		width: 90%;
	}
}

.superprices-block__subtitle {
	font-weight: 700;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: .21em;
	text-transform: uppercase;
	color: #fff;
	opacity: .8;
}

.superprices-block__title {
	font-weight: 700;
	font-size: 32px;
	line-height: 44px;
	color: #fff;
}

.superprices-block__description {
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	opacity: .8;
}

.superprices-slider {
	overflow: inherit;
}

.superprices-slider .swiper-button-prev {
	left: 0;
	margin-top: -15px;
	background-color: transparent;
	background-image: url("/images/sprite.svg#arrow-prev");
}

.superprices-slider .swiper-button-prev:hover {
	background-color: #e40c2e;
	-webkit-transform: none;
	transform: none;
}

.superprices-slider .swiper-button-next {
	right: 0;
	margin-top: -15px;
	background-color: transparent;
	background-image: url("/images/sprite.svg#arrow-prev");
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.superprices-slider .swiper-button-next:hover {
	background-color: #e40c2e;
}

.superprices-nav {
	position: relative;
	width: 35%;
	float: right;
}

.superprices-section {
	width: 100%;
	height: 320px;
	/*background: url("/images/bg-superprices.jpg");*/
	background-size: cover;
}

@media only screen and (max-width:767px) {
	.superprices-section {
		height: 260px;
	}
}

@media only screen and (max-width:1023px) {
	.superprices__items {
		height: 470px;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/1 - 0px);
		max-width: calc(99.9% * 1/1 - 0px);
		width: calc(99.9% * 1/1 - 0px);
	}

	.superprices__items:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}

	.superprices__items:last-child {
		margin-right: 0;
	}

	.superprices__items:nth-child(1n) {
		margin-right: 0;
		margin-left: auto;
	}

	.superprices__bg {
		height: 350px;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(99.9% * 1/1 - 0px);
		max-width: calc(99.9% * 1/1 - 0px);
		width: calc(99.9% * 1/1 - 0px);
	}

	.superprices__bg:nth-child(1n) {
		margin-right: 30px;
		margin-left: 0;
	}

	.superprices__bg:last-child {
		margin-right: 0;
	}

	.superprices__bg:nth-child(1n) {
		margin-right: 0;
		margin-left: auto;
	}
}

@media only screen and (max-width:767px) {
	.superprices-block__title {
		font-size: 28px;
		line-height: 38px;
	}

	.superprices-nav {
		display: none;
	}

	.superprices .swiper-pagination {
		left: 50%;
		-webkit-transform: translate(-50%);
		transform: translate(-50%);
	}
}

.superprice {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 31.5%;
	height: 285px;
	margin-bottom: 30px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-size: cover;
	background-color: #343434;
}

@media only screen and (max-width:1023px) {
	.superprice {
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	.superprice {
		height: 235px;
	}
}

.superprice:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	z-index: 0;
}

.superprice__block {
	padding: 30px 25px;
	color: #fff;
	z-index: 1;
}

.superprice__title {
	font-weight: 700;
	font-size: 20px;
	line-height: 27px;
}

.superprice__text {
	margin: 10px 0;
	font-size: 16px;
	line-height: 26px;
	opacity: .8;
}

.superprice__date {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
}

.superprice__date svg {
	width: 22px;
	height: 22px;
	margin-right: 10px;
	fill: transparent;
	stroke: #a4aab1;
	stroke-width: 2px;
	vertical-align: middle;
}

.superprice--col2 {
	width: 66%;
	height: 285px;
}

.superprice--col2 .superprice__block {
	padding: 30px 50px;
	color: #fff;
}

.superprice--col2 .superprice__title {
	font-size: 32px;
	line-height: 44px;
}

.superprice--col2 .superprice__text {
	margin: 20px 0;
	font-size: 19px;
	line-height: 32px;
}

@media only screen and (max-width:1023px) {
	.superprice--col2 {
		width: 100%;
	}
}

@media only screen and (max-width:767px) {
	.superprice--col2 {
		height: 235px;
	}

	.superprice--col2 .superprice__title {
		font-size: 20px;
		line-height: 27px;
	}

	.superprice--col2 .superprice__block {
		padding: 30px 25px;
	}
}

.superprice--row2 {
	height: 600px;
}

@media only screen and (max-width:1023px) {
	.superprice--row2 {
		height: 400px;
	}
}

@media only screen and (max-width:767px) {
	.superprice--row2 {
		height: 235px;
	}
}

.superprice--red {
	background-color: #e40c2e;
}

.superprice--red:before {
	display: none;
}

.superprice--red .superprice__title {
	font-size: 32px;
	line-height: 44px;
}


/* END EVENTS.HTML */
/* End */
/* /local/templates/main/components/bitrix/news.list/kitchens/style.css?17010955126965 */
