

/* 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/system.pagenavigation/all/style.css?1734504716104*/
.all-page-navigation {text-align: center; margin: 10px 0 40px;}
.all-page-navigation .btn {margin: auto}
/* End */


/* Start:/bitrix/templates/furniture_gray/components/bitrix/system.pagenavigation/all/style.css?1734504716104*/
.all-page-navigation {text-align: center; margin: 10px 0 40px;}
.all-page-navigation .btn {margin: auto}
/* End */


/* Start:/bitrix/templates/furniture_gray/components/bitrix/catalog.section/new/style.css?17725163663246*/
.p_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 35px;
  margin-bottom: 60px;
}

.p_cards.all_visible .p_card {
  display: block !important;
}

.p_card {
  border-radius: 20px;
  overflow: hidden;
  filter: drop-shadow(6px 6px 16px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(2px 2px 4px #EEEDED);
}

.p_card:nth-child(n+10) {
  display: none;
}

.pc_img {
  display: block;
  position: relative;
  height: 270px;
  overflow: hidden;
  background: #fff;
}

.pc_img a {
	display: block;
	width: 100%;
	height: 100%;
}

.pc_img:hover img {
  scale: 1.1;
}

.pc_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
  transition: 0.5s;
}

.pc_icon {
	position: absolute;
	z-index: 1;
	top: 10px;
    right: 10px;
	display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 80%;
}

.pc_icon_value {
	display: block;
	padding: 4px 10px;
	background: #D72225;
    border-radius: 10px;
    font-size: 14px;
    color: #F8F8F8;
    font-weight: 600;
	box-shadow: 0 1px 3px 0px #747474;
}

.pc_icon_value.gift {
	position: relative;
	padding: 4px 5px 4px 30px;
}
.pc_icon_value.gift:before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	background-image: url('/bitrix/templates/furniture_gray/images/gift.png');
	background-size: cover;
	left: 7px;
	top: 5px;
}

.pc_icon_value.spec {
	background: #22d74a;
}

.pc_icon_value.new {
	background: #22a6d7;
}

.pc_icon_value.vip {
	background: #D72225;
}

.pc_content {
  background: #fff;
  padding: 10px;
}

.pc_name {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 5px;
	height: 40px;
	overflow: hidden;
}

.pc_name>span {
  display: block;
  font-size: 16px;
  font-weight: 800;
  text-decoration: underline;
}

.pci_line {
  display: flex;
  justify-content: space-between;
}

.pci_line>div {
  font-size: 14px;
}

.pci_line>div:nth-child(2) {
  font-weight: 600;
  text-decoration: underline;
}

.pci_line>div:last-child {
  margin-bottom: 0;
}

.pc_info {
  margin-bottom: 15px;
}

.pc_bot {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.pcb_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pcb_left>div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.pcb_left>div>span {
  display: block;
  width: 30px;
  text-align: center;
}

.pcb_left>div>span>img {
  display: inline-block;
}

.pcb_left>div>div {
  font-size: 14px;
  color: #000;
}

.pcb_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}

.pc_price {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 15px;
}

.pc_socials_2 {
  justify-content: center;
  display: flex;
  gap: 5px;
  align-items: center;
}

.pc_socials_2 > a {
	display: block;
	height: 30px;
	width: 30px;
}

.pc_socials_2 > a > img {
	height: 100%;
	width: 100%;
}

.pc_btn {
  display: block;
  width: 100px;
  height: 46px;
  background: #D72225;
  border-radius: 10px;
  font-size: 14px;
  line-height: 46px;
  color: #F8F8F8;
  font-weight: 600;
  text-align: center;
  transition: 0.3s;
}

.pc_btn:hover {
  opacity: 0.7;
}
/* End */


/* Start:/bitrix/templates/furniture_gray/components/bitrix/catalog.section/new/themes/red/style.css?1732257169823*/
/* 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;}

/* 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;}


.bx-red .catalog-section-header{border-color:#da3737;}
/* 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/faq/style.css?1732618944989*/
div.faq-list {
	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 45px;
}
div.faq-list .faq-item {
	margin: 0 0 5px;
	padding: 10px 0;
	border-bottom: 1px solid #000;
}
div.faq-list .faq-item:last-child {
	border-bottom: none
}
div.faq-list .faq-text {
	display: none;
	padding: 20px;
    color: #696969;
}
div.faq-list .faq-name {
	color: #000;
	font-size: 18px;
	position: relative;
	padding: 0 30px 0 0;
}
div.faq-list .faq-button-open {
	display: block;
	position: absolute;
	cursor: pointer;
	z-index: 1;
	top: 0;
	right: 0;
	width:26px;
	height:26px;
	background:linear-gradient(#000,#000), linear-gradient(#000,#000);
	background-position:center;
	background-size: 70% 2px, 2px 70%;
	background-repeat:no-repeat;
}
div.faq-list .faq-item.active .faq-text {
	display: block;
}
div.faq-list .faq-item.active .faq-button-open {
	background-size: 70% 2px,0px 00%;
}

/* End */


/* Start:/bitrix/templates/furniture_gray/components/bitrix/form.result.new/form2/style.css?17494461351316*/
.director_form .f_body .f_input {
	width: 100%;
	margin: 0 0 20px;
}
.director_form .f_body .f_input .f_title {
	display: block;
	margin-bottom: 10px;
}
.director_form .f_body .f_input input[type="text"] {
  display: block;
  width: 100%;
  height: 50px;
  background: #EAEAEA;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 20px;
}
.director_form .f_body .f_input textarea {
  display: block;
  width: 100%;
  height: 50px;
  background: #EAEAEA;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 20px;
}
.director_form .f_body .f_input span {
	display: inline-block;
	vertical-align: middle;
	line-height: 22px;
}
.director_form .f_foot .f_submit {
  max-width: 100%;
  cursor: pointer;
  padding: 0px 10px;
  text-align: center;
  margin: 20px 0;
}
.director_form .f_foot .f_polit {
	display: block;
	font-size: 12px;
	color: #5C5C5C;
}

.director_form .f_foot .f_polit a {
	font-size: inherit;
}

.director_form .f_foot .f_required_sign {
	display: block;
	font-size: 14px;
}
@media only screen and (min-width: 1024px) {
	.director_form .f_body {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	.director_form .f_body .f_input {
		width: calc(50% - 10px);
		margin: 0;
	}
	.director_form .f_body .f_textarea {
		width: 100%;
	}
	.director_form .f_body .f_input textarea {
		height: 80px
	}
}
/* End */
/* /bitrix/templates/furniture_gray/components/bitrix/breadcrumb/.default/style.css?1734084625660 */
/* /bitrix/templates/furniture_gray/components//bitrix/system.pagenavigation/all/style.css?1734504716104 */
/* /bitrix/templates/furniture_gray/components/bitrix/system.pagenavigation/all/style.css?1734504716104 */
/* /bitrix/templates/furniture_gray/components/bitrix/catalog.section/new/style.css?17725163663246 */
/* /bitrix/templates/furniture_gray/components/bitrix/catalog.section/new/themes/red/style.css?1732257169823 */
/* /bitrix/templates/furniture_gray/components//bitrix/system.pagenavigation/.default/style.css?1734348457234 */
/* /bitrix/templates/furniture_gray/components/bitrix/news.list/faq/style.css?1732618944989 */
/* /bitrix/templates/furniture_gray/components/bitrix/form.result.new/form2/style.css?17494461351316 */
