

/* Start:/local/templates/main/components/bitrix/news/interiors/style.css?16251353541946*/
.b-interiors-video{
	position: relative;
	width: 100%;
	height: auto;
}
.b-interiors-video__wrapper{
	position: relative;
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background-size: cover;
	background-repeat: no-repeat;
}
.b-interiors-video__block{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50%;
}
.b-interiors-video__title{
	max-width: 850px;
  padding-left: 25%;
	font-weight: 900;
	font-size: 5vw;
	line-height:1;
	color: transparent;
	text-transform: uppercase;
	-webkit-text-stroke:1px #ffffff;
}

.b-interiors-video__block button {
  -webkit-animation: pulse 1300ms infinite;
  animation: pulse 1300ms infinite;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/*
.b-interiors-video__block button:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
*/


@media(max-width: 800px) {
  .b-interiors-video__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .b-interiors-video__block {
    width: 100%;
  }


  .b-interiors-video__block svg {
    width: 100px;
    height: 100px;
  }

  .b-interiors-video__wrapper {
    height: auto;
    padding: 20px 0;
  }

  .b-interiors-video__title {
    margin-bottom: 22px;
    padding-left: 0;
}
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
   -webkit-transform: scale(1);
   transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  50% {
   -webkit-transform: scale(1);
   transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news/interiors/bitrix/news.detail/.default/style.css?16251353545051*/
.interiors-detail__wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
}
.interiors-detail__content {
	position: relative;
}
.interiors-detail__aside {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
	width: 420px;
}
/*

.interiors-detail-aside {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
*/
.interiors-detail-aside__properties{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	color: #ffffff;
}
.interiors-detail-aside__property{
	margin-bottom: 10px;
  padding: 15px 0px;
  padding-bottom: 25px;
	border-bottom: 1px solid rgba(173, 160, 144, 0.17);
}
.interiors-detail-property__name{
	margin-bottom: 10px;
	font-size: 14px;
}
.interiors-detail-property__value{
	font-size: 18px;
}
.interiors-detail__content{
	width: calc(100% - 420px);
	padding-left: 5%;
}
.interiors-detail-content{
	width: 100%;
	margin-top: 50px;
}
.interiors-detail-content__description{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px;
	color: #ffffff;
}
.interiors-detail-content__description_short{
	position: relative;
	width: 55%;
	padding-left: 10%;
}
.interiors-detail-content__description_short:before{
	content: '';
	position: absolute;
	top: 10px;
	left: 0px;
	width: 54px;
	height: 1px;
	background-color: #ffffff;
}
.interiors-detail-content__slider-panel{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
	width: 45%;
}
.interiors-detail-content__detail-text{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 60px;
	color: #ffffff;
}
.interiors-detail-content__detail-text .description{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.interiors-detail-content__detail-text .description__block{
	width: 50%;
}
.interiors-detail-products__wrapper{
    position: relative;
    width: 87.5%;
    max-width: 1600px;
    height: auto;
    min-height: 1px;
    margin: 0px auto;
}

.interiors-detail-products__panel{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 60px;
}

.interiors-detail-products__title{
	font-size: 36px;
	text-transform: uppercase;
	color: #1E1A1B;
}
.interiors-detail-products__arrows{
	width: 50%;
	max-width: 610px;
}
.interiors-detail-products__arrows .b-slider-arrows__container:before,
.interiors-detail-products__arrows .b-slider-arrows__container:after{
	background-color: #ADA090;
}
.interiors-detail-products__arrows .b-slider-arrows__item{
	border: 1px solid #ADA090;
}
.interiors-detail-products__arrows .b-slider-arrows__item svg{
	fill: #ADA090;
}
.interiors-detail-products__arrows .b-slider-arrows__item:hover svg{
	fill: #ffffff;
}
.interiors-detail-products__list .product-item-container{
	padding: 0px 10px;
}

@media(max-width: 1200px) {

  .interiors-detail-products__panel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

    .interiors-detail-products__title {
    margin-bottom: 20px;
    text-align: center;
}

  .interiors-detail-products__arrows {
    width: 100%;
}

}

@media(max-width: 1000px) {
  .interiors-detail__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .interiors-detail__aside {
    width: 100%;
    margin-bottom: 20px;
  }

  .interiors-detail__content {
    width: 100%;
  }

  .interiors-detail-content__description {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .interiors-detail-content__description_short {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }

  .interiors-detail-content__slider-panel {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 40px;
  }


  .interiors-detail-content__detail-text .description {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .interiors-detail-content__detail-text .description__block {
    width: 100%;
    margin-bottom: 20px;
  }
}


@media(max-width: 800px) {

  .interiors-detail__content {
    padding-left: 0;
}

  .interiors-detail-content__description_short:before {
    content: none;
  }

.interiors-detail-content__description_short{
	padding-left: 0;
}

  .interiors-detail-content__slider-panel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .interiors-detail-content__slider-panel .b-slider-arrows {
    width: 100%;
}

  .interiors-detail-products__list .product-item-container {
    padding: 0;
}


}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/products/style.css?16251353542451*/
.b-catalog-section__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.b-catalog-section__container.slick-initialized .slick-list{
	width: 100%;
}

@media (max-width: 600px) {
 .b-catalog__section .b-catalog-section__container {
  margin-left: 0;
}
}

.b-section-lazyLoad{
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.b-section-lazyLoad__container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 2% 0px;
	border: 1px solid #ADA090;
	font-size: 16px;
	text-transform: uppercase;
	color: #1E1A1B;
	cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.b-section-lazyLoad__container:hover {
  color: #ffffff;
  background-color: #ADA090;
}

.b-section-pagination{
	display: block;
	width: 100%;
	height: auto;
}

.b-section-description{
	display: block;
	margin-bottom: 60px;
}

@media (max-width: 1000px) {
  .b-catalog__section .b-catalog-section__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
}



.b-popular__panel{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	margin-bottom: 60px;
}
.b-popular__title{
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	font-size: 36px;
	text-align: center;
	text-transform: uppercase;
	color: #1E1A1B;
}
.b-popular__filter{
	position: absolute;
	right: 0px;
	z-index: 10;
}
.b-popular__select{
	border-bottom: 1px solid #1E1A1B;
	background-color: transparent;
}


@media(max-width: 1000px) {
  .b-popular__panel {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .b-popular__title {
    margin-bottom: 20px;
    font-size: 25px;
  }

  .b-popular__filter {
   position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
  }


  .b-popular__list .product-item {
    margin: 0 auto;
  }
}

@media (max-width: 400px) {
.b-popular__list .product-item__picture {
    width: 100%;

}
}
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.item/.default/style.css?162513535414944*/
.product-item-container {
	position: relative;
	margin-bottom: 25px;
}
.b-catalog__section .b-catalog-section__container .card {
	width: 32%;
	margin-right: 15px;
	margin-bottom: 26px;
	/*
	width: calc( (100% - 35px) / 3);
	margin-right: 15px;
*/
}

@media (max-width: 1750px) {
	.b-catalog__section .b-catalog-section__container .card {
		width: 30%;
	}
}

@media (max-width: 1600px) {
	.b-catalog__section .b-catalog-section__container .card {
		width: 47%;
	}
}

@media (max-width: 600px) {
	.b-catalog__section .b-catalog-section__container .card {
		width: 100%;
		margin-right: 0;
	}
}

/*
@media (max-width: 1200px) {
.b-catalog__section .b-catalog-section__container .card {
    -ms-flex-preferred-size: calc(50% - 26px);
    flex-basis: calc(50% - 26px);
}
}


@media (max-width: 767px) {
.b-catalog__section .b-catalog-section__container .card {
    -ms-flex-preferred-size: calc(100% - 26px);
    flex-basis: calc(100% - 26px);
}
}
*/

.b-popular__list .card {
	width: calc((100% - 35px) / 3);
}

/*
.b-popular__list .card:nth-child(3n){
	margin-right: 0px;
}
*/

.line {
	width: 100%;
}

.product-item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	max-width: 377px;
	height: 100%;
	background-color: #ffffff;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0px 30px 35px 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.product-item:hover {
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.01);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.01);
}

.line .product-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	max-width: none;
	padding: 40px;
}

.line .product-item .product-item__picture {
	width: 279px;
}

.product-item-info__container {
	/* position: relative; */
	display: block;
	margin-bottom: 25px;
}
.product-item-info__container:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-item-info__container:nth-child(3) {
	margin-bottom: 0;
}

.product-item-info__wrapper_col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}
.product-item-info__wrapper_col:nth-child(1) {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.product-item-info__container:nth-child(3) .product-item-info__wrapper_col {
	margin-bottom: 0;
}

@media (max-width: 1700px) {
	.product-item-info__wrapper_col {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.product-item-info__wrapper_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-item__header {
	/* position: relative; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	height: 90px;
}
.product-item-label {
	position: absolute;
	top: 0px;
	left: 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	z-index: 1;
}
.product-item-label__point,
.product-item-label__marks {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 35px;
	height: 90px;
	margin-right: 10px;
}
.product-item-label__point {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 10px;
}
.product-item-label__marks {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzUiIGhlaWdodD0iODgiIHZpZXdCb3g9IjAgMCAzNSA4OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCjxwYXRoIGQ9Ik0wIDBIMzVWODIuMTk3OEw3LjUgODhMMCA4Mi4xOTc4VjBaIiBmaWxsPSIjQURBMDkwIi8+DQo8L3N2Zz4NCg==");
	background-position: top center;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #ffffff;
}
.product-item-label__marks span {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.product-item__size {
	font-size: 14px;
	color: #ada090;
	word-spacing: -3px;
}
.product-item__size span {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 20px;
}
.product-item__size span:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 17px;
	height: 7px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNSIgdmlld0JveD0iMCAwIDEwIDUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBkPSJNOC43MTA5NCA0LjE0MDYzVjAuODU5Mzc1SDkuMjU3ODFWNC4xNDA2M0g4LjcxMDk0Wk0xLjY1NjI1IDIuNzkzOTVDMS45MjA1NyAzLjEwMzg0IDIuMTkxNzMgMy41NTI3MyAyLjQ2OTczIDQuMTQwNjJIMS45Nzc1NEMxLjM5ODc2IDMuNDU3MDMgMC43ODM1MjkgMi45NTExNyAwLjEzMTgzNiAyLjYyMzA1VjIuMzc2OTVDMC43ODM1MjkgMi4wNDg4MyAxLjM5ODc2IDEuNTQyOTcgMS45Nzc1NCAwLjg1OTM3NUwyLjQ2OTczIDAuODU5Mzc1QzIuMTkxNzMgMS40NDcyNyAxLjkyMDU3IDEuODk2MTYgMS42NTYyNSAyLjIwNjA1TDYuODkyNTggMi4yMDYwNUM2LjYzMjgxIDEuODk2MTYgNi4zNjE2NSAxLjQ0NzI3IDYuMDc5MSAwLjg1OTM3NUg2LjU3MTI5QzcuMTUwMDcgMS41NDI5NyA3Ljc2NTMgMi4wNDg4MyA4LjQxNjk5IDIuMzc2OTVWMi42MjMwNUM3Ljc2NTMgMi45NTExNyA3LjE1MDA3IDMuNDU3MDMgNi41NzEyOSA0LjE0MDYzSDYuMDc5MUM2LjM2MTY1IDMuNTUyNzMgNi42MzI4MSAzLjEwMzg0IDYuODkyNTggMi43OTM5NUwxLjY1NjI1IDIuNzkzOTVaIiBmaWxsPSIjQURBMDkwIi8+DQo8L3N2Zz4NCg==");
	background-position: center;
	background-repeat: no-repeat;
}
.product-item__size span:nth-child(2):before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.product-item__size span:nth-child(3):before {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-item__image-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.product-item__picture {
	display: block;
	max-width: 279px;
	width: 100%;
	height: 274px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

@media (max-width: 400px) {
	.product-item__picture {
		width: 200px;
		margin: 0 auto;
	}
}

.product-item__name {
	display: block;
	width: 100%;
	max-width: 210px;
	font-size: 18px;
	color: #1e1a1b;
	width: 65%;
	overflow-wrap: break-word;
}
.product-item__name:hover {
	color: #ada090;
	text-decoration: none;
}
[class^="product-item__availability_"] {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 5px;
	padding-left: 16px;
	font-size: 14px;
}
[class^="product-item__availability_"]:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
}
.product-item__availability_y {
	line-height: 18px;
	color: #1e1a1b;
}
.product-item__availability_y:before {
	background-color: #ada090;
}
.product-item__availability_n {
	line-height: 18px;
	color: #959595;
}

.product-item__availability_n:before {
	content: "";
	position: absolute;
	left: 0px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #ada090;
}
.product-item__collection a {
	text-decoration: none;
	font-size: 14px;
	color: #ada090;
}
.product-item-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
}
.product-item-amount-field-container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	max-width: 100px;
}
input.product-item-amount-field {
	max-width: 100%;
	height: 35px;
	padding: 5px 25px;
	border: 1px solid #d6d3d0;
	text-align: center;
	-moz-appearance: textfield;
	font-size: 14px;
}
.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input.product-item-amount-field::-webkit-outer-spin-button,
input.product-item-amount-field::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
.product-item-amount-field-btn-minus,
.product-item-amount-field-btn-plus {
	position: absolute;
	width: 25px;
	height: 100%;
	background-size: auto 12px;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: background 300ms ease, opacity 300ms ease;
	transition: background 300ms ease, opacity 300ms ease;
}
/* .product-item-amount-field-btn-minus {
	left: 0px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.product-item-amount-field-btn-plus {
	right: 0px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==);
} */

.product-item-amount-field-btn-minus {
	left: 5px;
}

.product-item-amount-field-btn-minus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1px;
	width: 12px;
	background: #000;
}

.product-item-amount-field-btn-plus {
	right: 5px;
}

.product-item-amount-field-btn-plus::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 1px;
	width: 12px;
	background: #000;
}

.product-item-amount-field-btn-plus::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 12px;
	width: 1px;
	background: #000;
}

.product-item-amount-field-btn-minus:hover,
.product-item-amount-field-btn-plus:hover {
	opacity: 0.6;
}

.product-item-price-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.product-item-price-container span + span {
	margin-left: 17px;
}

@media (max-width: 1500px) {
	.product-item-price-container span {
		width: 100%;
	}
}

.product-item-price-current {
	font-size: 24px;
	color: #1e1a1b;
}
.product-item-price-old {
	font-size: 16px;
	color: #959595;
	text-decoration: line-through;
}

.card .product-item-amount-description-container {
	display: none;
}

/*b-popular__list*/
.b-popular__list .product-item-container {
	width: calc((100% - 90px) / 4);
	margin: 0 10px;
	margin-bottom: 15px;
}
/*
.b-popular__list .product-item-container:nth-child(3n){
	margin-right: 25px;
}
*/
/*
.b-popular__list .product-item-container:nth-child(4n){
	margin-right: 0px;
}
*/

@media (max-width: 1300px) {
	.b-popular__list .product-item-container {
		width: calc((100% - 75px) / 3);
	}
}
@media (max-width: 800px) {
	.b-popular__list .product-item-container {
		width: calc((100% - 75px) / 2);
	}
}

@media (max-width: 600px) {
	/*
  .b-popular__list .card {
    margin-right: 0;
  }

  .b-popular__list .product-item-container:nth-child(3n) {
    margin-right: 0;
}
*/

	.b-popular__list .product-item-container {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
}

.product-item-line__image-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 279px;
	height: 274px;
	margin-right: 20px;
}

.product-item-line-info {
	position: relative;
}

.product-item-line-info:nth-child(1) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 300px;
	flex: 0 0 300px;
}
.product-item-line-info:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: calc(100% - 300px);
}

.product-item-line-info-container:nth-child(1) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: calc(100% - 320px);
}
.product-item-line-info-container:nth-child(2) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 320px;
}

.product-item-line__picture {
	display: block;
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.product-item-line-label {
	position: absolute;
	top: 0px;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.product-item-line__name {
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
	color: #1e1a1b;
}
.product-item-line__name:hover {
	text-decoration: none;
}

.product-item-line__collection {
	margin-bottom: 30px;
}
.product-item-line__collection a {
	font-size: 14px;
	color: #ada090;
}

.product-item-line__collection a:hover {
	color: #1e1a1b;
	text-decoration: none;
}
.product-item-line-price-container {
	margin-bottom: 20px;
}
.product-item-line-property {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
}
.product-item-line-property__name {
	margin-right: 10px;
	font-size: 14px;
	color: #000000;
}
.product-item-line-property .product-item__size {
	font-size: 14px;
}
.product-item-line-info .product-item-quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.product-item-line-info .product-item-buttons-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.product-item-line-info .product-item-amount-description-value {
	font-size: 14px;
	color: #000000;
}
.product-item-line-info .product-item-amount-description-value span {
	margin-left: 15px;
	font-size: 24px;
	color: #1e1a1b;
}

/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/products/themes/blue/style.css?1625135354825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */
/* /local/templates/main/components/bitrix/news/interiors/style.css?16251353541946 */
/* /local/templates/main/components/bitrix/news/interiors/bitrix/news.detail/.default/style.css?16251353545051 */
/* /local/templates/main/components/bitrix/catalog.section/products/style.css?16251353542451 */
/* /local/templates/main/components/bitrix/catalog.item/.default/style.css?162513535414944 */
/* /local/templates/main/components/bitrix/catalog.section/products/themes/blue/style.css?1625135354825 */
