

/* Start:/bitrix/templates/furniture_gray/components/bitrix/breadcrumb/.default/style.css?1734084625660*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.bx-breadcrumb i:before {content: '/'; display: inline-block;}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a, .bx-breadcrumb .bx-breadcrumb-item div {display: inline-block; border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/furniture_gray/components/bitrix/catalog.element/new/style.css?177095943012670*/
.bx-catalog-element {}
.bx-catalog-element .bx-title {}
.bx-catalog-element .product-item-detail-title {font-size: 18px; line-height: 24px; margin: 0 0 30px; font-weight: 900; text-transform: uppercase;}
.bx-catalog-element .product-items-top {margin: 0 0 40px;}
.bx-catalog-element .product-item-detail-left {width: 100%}
.bx-catalog-element .product-item-detail-right {width: 100%; background: #F5F5F5; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px; padding: 24px;}
@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-item-detail-right {
		display: flex; flex-wrap: wrap; gap: 50px;
	}
}
.bx-catalog-element .product-item-detail-slider-images-container {display: flex}


/* Slider */
.bx-catalog-element .product-item-detail-slider-container{
	max-width: 100%;
	position: relative;
	background:transparent;
	-webkit-transition: background 800ms ease;
	   -moz-transition: background 800ms ease;
		-ms-transition: background 800ms ease;
		 -o-transition: background 800ms ease;
			transition: background 800ms ease;
}
.bx-catalog-element .product-item-detail-slider-block{
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	padding-top: 95%;
	height: 0;
}
.bx-catalog-element .product-item-detail-slider-block.product-item-detail-slider-block-square{
	padding-top: 100%;
}
.bx-catalog-element .product-item-detail-slider-images-container{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bx-catalog-element .product-item-detail-slider-image{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 250ms linear;
	   -moz-transition: opacity 250ms linear;
		-ms-transition: opacity 250ms linear;
		 -o-transition: opacity 250ms linear;
			transition: opacity 250ms linear;
}
.bx-catalog-element .product-item-detail-slider-image.active{
	opacity: 1;
	z-index:10;
}
.bx-catalog-element .product-item-detail-slider-image img{
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);

	-webkit-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	   -moz-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
		-ms-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
		 -o-transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
			transition: background-size 450ms ease, width 450ms ease, height 450ms ease, outline 450ms ease;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	position: absolute;
	z-index: 1;
	top:  50%;
	left: 50%;
	height:auto;
	width:auto;
	max-height: 100%;
	max-width:100%;
	outline: 1px solid transparent;
}
.bx-catalog-element .product-item-detail-slider-progress-bar{
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:180;
}

/*Slider Controls*/
.bx-catalog-element .product-item-detail-slider-controls-block{
	padding: 10px 0;
	text-align: center;
}
.bx-catalog-element .product-item-detail-slider-controls-image{
	width: 65px;
	height:65px;
	background-color: #fff;
	position: relative;
	text-align: center;
	display: inline-block;
	outline: 1px solid #c0cfda;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
}
.bx-catalog-element .bx-retina .product-item-detail-slider-controls-image{outline-width: .5px;}
.bx-catalog-element .bx-no-retina .product-item-detail-slider-controls-image.active{outline-width:2px;}
.bx-catalog-element .bx-retina .product-item-detail-slider-controls-image.active{outline-width:1px;}
.bx-catalog-element .product-item-detail-slider-controls-image img{
	max-width: 65px;
	max-height:65px;
	height: auto;
	width: auto;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
	position: absolute;
	top:  50%;
	left: 50%;
}
.bx-catalog-element .product-item-detail-slider-left,
.bx-catalog-element .product-item-detail-slider-right{
	display: block;
	position: absolute;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	opacity: .57;
	background: rgba(255,255,255,0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	z-index:111;
	top: 0;
	bottom: 0;
	width:25%;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-left, .product-item-detail-slider-container.popup .product-item-detail-slider-right {width: 10%}
.bx-catalog-element .product-item-detail-slider-left{left:0;}
.bx-catalog-element .product-item-detail-slider-right{
	right:0;
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
		 -o-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
			transform: rotate(180deg);
}
.bx-catalog-element .product-item-detail-slider-left:hover,
.bx-catalog-element .product-item-detail-slider-right:hover{ 
	opacity:.8;
	background-color: rgba(255,255,255,.4);
}
.bx-catalog-element .product-item-detail-slider-close{ display: none;}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close{
	width:50px;
	height: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	top: 4px;
	opacity: .27;
	background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
	-webkit-transition: all 300ms ease;
	   -moz-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		 -o-transition: all 300ms ease;
			transition: all 300ms ease;
	bottom: 0;
	display: block;
	position: absolute;
	cursor: pointer;
	z-index:150;
}
.bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close:hover{ opacity:1;}

/*magnified*/
.product-item-detail-slider-container.magnified .product-item-detail-slider-image{ z-index:100;}
.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {outline-color:#ddd;}
.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right{z-index:50;}
.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring{opacity: 0;}


/*	>>>	popup*/
.product-item-detail-slider-container.popup{
	position: fixed;
	top:   0;
	left:  0;
	right: 0;
	bottom:0;
	background: #fff;
	z-index: 999999;
	animation-name: imgPopupShow;
	animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block{
	height:100vh;
	padding-top:0;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-image{
	max-height: 100vh;
	position: absolute;
	top: 50%;
	width:calc(100% - 100px);
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
		-ms-transform: translateY(-50%) translateX(-50%);
		 -o-transform: translateY(-50%) translateX(-50%);
			transform: translateY(-50%) translateX(-50%);
}
@keyframes imgPopupShow {
	from { opacity: 0;}
	to   { opacity: 1;}
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img{
	width:auto;
	max-width: 100%;
	cursor: default;
	max-height: 90vh
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block{
	border-left:1px solid #d3d3d3;
	background-color: #fff;
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	right: 0;
	padding:20px;
	overflow-y: auto;
	display: flex;
    gap: 10px;
    justify-content: center;
}
.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image{
	display: block;
	margin-bottom:20px;
}

.bx-catalog-element .product-item-detail-info {width: 100%; font-size: 12px; line-height: 18px;font-weight: 700;}
.bx-catalog-element .product-item-detail-info-container {position: relative; padding: 0 0 70px;}
@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-item-detail-info-container {width: calc(50% - 50px)}
}
.bx-catalog-element .product-item-detail-properties {}
.bx-catalog-element .product-item-detail-properties dl {display: flex; gap: 5px; margin: 0 0 10px; flex-wrap: wrap; line-height: 18px; font-size: 14px;}
.bx-catalog-element .product-item-detail-properties dt {text-align: left; line-height: inherit; font-size: inherit; width: calc(40% - 5px);}
.bx-catalog-element .product-item-detail-properties dd {text-align: right; line-height: inherit; font-size: inherit; overflow: hidden; text-overflow: ellipsis;  width: 60%;}

.bx-catalog-element .product-item-detail-form {margin: 30px 0 0}
@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-item-detail-form {width: 50%; margin: 0}
}
.bx-catalog-element .product-item-social {margin: 40px 0 0; justify-content: flex-start;}

.bx-catalog-element .product-item-price {display: flex; flex-wrap: wrap; align-items: flex-end; gap: 5px; position: absolute; bottom: 0; z-index: 1;}
.bx-catalog-element .product-item-price .product-item-detail-price {font-size: 18px; line-height: 24px; font-weight: 900; text-transform: uppercase;}
.bx-catalog-element .product-item-price .product-item-detail-price-old {font-size: 18px; line-height: 24px; text-decoration: line-through;}
.bx-catalog-element .product-item-price .product-item-detail-price-current {font-size: 26px; line-height: 28px; color: #D72225; font-weight: 900; min-width: 190px;}

.bx-catalog-element .product-items-middle {margin: 0 0 30px;}
.bx-catalog-element .product-item-detail-tabs-list {text-align: center;  margin: 0 0 30px}
@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-item-detail-tabs-list {display: flex; gap: 20px;}
}
.bx-catalog-element .product-item-detail-tabs-list .product-item-detail-tab {border-bottom: 5px solid #d9d9d9;}
.bx-catalog-element .product-item-detail-tabs-list .product-item-detail-tab.active {border-color: #D72225;}
.bx-catalog-element .product-item-detail-tabs-list .product-item-detail-tab-link {font-size: 18px; line-height: 24px; text-transform: uppercase; font-weight: 700;}
.bx-catalog-element .product-item-detail-tab-content {display: none; background: #F5F5F5; color: #000; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px; padding: 48px;}
.bx-catalog-element .product-item-detail-tab-content.active {display: block}
.bx-catalog-element .product-item-detail-description-container .product-item-detail-description {
	margin: 0 0 20px;
}
@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-item-detail-description-container {display: flex; gap: 20px;}
	.bx-catalog-element .product-item-detail-description-container .product-item-detail-description {width: 70%; text-align: justify;}
	.bx-catalog-element .product-item-detail-description-container .product-item-detail-preim {width: calc(30% - 20px)}
}

.bx-catalog-element .product-item-detail-description-container .product-item-detail-preim ul {list-style: disc; padding: 0 0 0 20px;}
.bx-catalog-element .product-item-detail-description-container .product-item-detail-preim li {margin: 0 0 10px;}

@media only screen and (min-width: 1024px) {
	.bx-catalog-element .product-items-top {display: flex; gap: 20px; margin: 0 0 30px;}
	.bx-catalog-element .product-item-detail-left {width: 40%;}
	.bx-catalog-element .product-item-detail-right {width: 60%;}
}
/* End */


/* Start:/bitrix/templates/furniture_gray/components/bitrix/form.result.new/form3/style.css?17494461992372*/
.f_order .f_body .f_buttons {
	display: flex;
	justify-content: space-between;
	background: #EAEAEA;
	border-radius: 20px;
	margin: 15px 0;
}
.f_order input[type="text"] {
	display: block;
	background: transparent;
	padding: 10px 20px;
	width: 60%
}
.f_order .f_polit {
	font-size: 12px;
	display: block;
	color: #5C5C5C;
}
.f_order .f_polit a {
	font-size: inherit;
}
.f_order .f_submit {
	display: block;
	border-radius: 20px;
	height: auto;
    width: 40%;
    line-height: normal;
    font-size: 18px;
    padding: 15px 10px;
    box-shadow: none;
	cursor: pointer;
}
.f_order .f_body .checkbox {
	display: flex;
    margin: 0 0 10px;
	cursor: pointer;
	user-select: none;
	position: relative;
}
.f_order .f_body .checkbox input[type=checkbox] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.f_order .f_body .checkbox label {
	display: inline-block;
	position: relative;
	padding: 0 0 0 25px;
	line-height: 18px;
	font-size: 14px;
	font-weight: 700;
}
.f_order .f_body .checkbox label:before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 0;
	border: 2px solid #000;
	cursor: pointer;
}
.f_order .f_body .checkbox input[type=checkbox]:checked + label:after {
	content: "";
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    background-color: #000;
    display: block;
    position: absolute;
	z-index: 1;
}
.f_order .f_body .radio {
	display: flex;
    margin: 0 0 10px;
	cursor: pointer;
	user-select: none;
	position: relative;
	gap: 10px;
}
.f_order .f_body .radio input[type=radio] {
	position: absolute;
	z-index: -1;
	opacity: 0;
	display: block;
	width: 0;
	height: 0;
}
.f_order .f_body .radio label {
	line-height: 18px;
	font-size: 14px;
}
.f_order .f_body .radio label:nth-child(odd) {
	display: inline-block;
	position: relative; 
	padding: 0 0 0 20px; 
	line-height: 18px;
}
.f_order .f_body .radio label:nth-child(odd):before {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	border: 2px solid #000;
	cursor: pointer;
	border-radius: 50%;
}
.f_order .f_body .radio label.active:after {
	content: "";
    left: 4px;
    top: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    display: block;
    position: absolute;
	z-index: 1;
}
/* End */


/* Start:/bitrix/templates/furniture_gray/components//bitrix/system.pagenavigation/.default/style.css?1734348457234*/
.p_pagenavigation {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 35px;
	margin-bottom: 60px;
	width: 100%;
}

.p_pagenavigation .text {
	display: flex;
	gap: 5px;
}

.p_pagenavigation .text b {
	color: #D72225;
}
/* End */


/* Start:/bitrix/templates/furniture_gray/components/bitrix/news.list/documents-item/style.css?1739425854840*/
.section-docs .item {margin: 0 0 20px;}
.section-docs .item a {display: block; text-decoration: underline;}
.section-docs .item .di_img {display: block; border-radius: 20px; overflow: hidden; max-width: 350px; height: 350px; width: 100%; margin: 0 auto 10px;}
.section-docs .item .di_img > img {display: block; object-fit: cover; max-width: 100%; width: auto; margin: auto; max-height: 100%; border-radius: 20px; filter: blur(2px);}
.section-docs .item .di_name {display: inline-block; font-size: 20px;color: #000; font-family: "Inter"; text-decoration: underline; transition: 0.3s;}
.section-docs .item .di_name:hover {text-decoration: none;}
@media only screen and (min-width: 1024px) {
	.section-docs {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 20px;}
	.section-docs .item {margin: 0; width: calc(33% - 15px)}
}
/* End */


/* Start:/bitrix/templates/furniture_gray/components/bitrix/catalog.element/new/themes/red/style.css?17321015131503*/
/*******************************************************************************
 * Project:------------modules
 * Component---------catalog.element
 * File Path-----------/iblock/install/components/bitrix/catalog.element/templates/.default/themes/blue/style.css
 * Bootstrap:----------
 * Color-------------red
 * Last Modified:------17.11.16 13:33
 *
 * @version:---------16.11.17
 ******************************************************************************/

/* catalog.section */

/*
#651c0d
#a9331c
#772c1c
#bd4b35
*/

/* Slider */
.bx-red .product-item-image-slider-progress-bar { background-color: #F42C2C;}
.bx-red .product-item-image-slider-control:hover{ background-color: rgba(244,44,44,.8);}
.bx-red .product-item-image-slider-control.active,
.bx-red .product-item-image-slider-control:hover{ background-color: #F42C2C;}
.bx-red .product-item-selected-scu,
.bx-red .product-item-detail-slider-controls-image:hover,
.bx-red .product-item-detail-slider-controls-image.active{outline-color: #da3737;}

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

/* Amount */
.bx-red .product-item-amount-field:focus{border-color: #da3737;}

/*Proress Bar*/
.bx-red .product-item-detail-slider-progress-bar{ background-color: #da3737;}
/* End */


/* Start:/bitrix/templates/furniture_gray/components/bitrix/news.list/sliders-3/style.css?1742794551702*/
.thx_slider-3 {overflow: hidden; display: flex; max-width: 100%;}
.thx_slider-3 .owl-next {right: 0;}
.thx_slider-3 .owl-prev {left: 0;}
.thx_slider-3 .owl-prev {left: 0;}
.thx_slider-3  a {display: block; width: 100%; height: 100%;}
.thx_slider-3 img {display: block; margin: auto; width: auto; max-width: 100%; height: 270px; border-radius: 10px; border-style: solid; -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);}
.thx_slider-3 .name {display: block; text-align: center; margin: 10px 0 0; max-width: 100%; overflow: hidden;}
/* End */
/* /bitrix/templates/furniture_gray/components/bitrix/breadcrumb/.default/style.css?1734084625660 */
/* /bitrix/templates/furniture_gray/components/bitrix/catalog.element/new/style.css?177095943012670 */
/* /bitrix/templates/furniture_gray/components/bitrix/form.result.new/form3/style.css?17494461992372 */
/* /bitrix/templates/furniture_gray/components//bitrix/system.pagenavigation/.default/style.css?1734348457234 */
/* /bitrix/templates/furniture_gray/components/bitrix/news.list/documents-item/style.css?1739425854840 */
/* /bitrix/templates/furniture_gray/components/bitrix/catalog.element/new/themes/red/style.css?17321015131503 */
/* /bitrix/templates/furniture_gray/components/bitrix/news.list/sliders-3/style.css?1742794551702 */
