

/* Start:/bitrix/templates/furniture_red/components/bitrix/search.title/visual3/style.css?17568529046071*/
.bx-searchtitle {
	margin: 10px 0 0;
	position: relative;
}
.bx-searchtitle .bx-block-title {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
	font-weight: 600;
}
.bx-searchtitle .bx-input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-searchtitle .bx-input-group {}
.bx-searchtitle .bx-input-group .bx-form-control {
	display: table-cell;
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #f8fafc;
	border: 1px solid #d5dadc;
	border-right: none;
	border-radius: 2px 0 0 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-searchtitle .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.bx-searchtitle .bx-input-group-btn {
	position: relative;
	font-size: 0;
	width: 1%;
	white-space: nowrap;
	vertical-align: middle;
	display: table-cell;
}
.bx-searchtitle .bx-input-group-btn button {
	position: relative;
	border: none;
	background: #95a1a8;
	display: inline-block;
	margin-bottom: 0;
	cursor: pointer;
	padding:6px 12px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.42857143;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.bx-searchtitle .bx-input-group-btn button:hover {
	background: #1484CE;
}


div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	min-width: 370px;
	margin-top:-3px;
	background-color: #FFF;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/furniture_red/components/bitrix/search.title/visual3/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/*========================*/
.bx_searche{}
.bx_searche .bx_img_element{
	background: #fafafa;
	float: left;
	width: 67px;
	padding: 5px 10px;
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx_searche .bx_item_block{
	min-height: 65px;
	position: relative
}
.bx_searche .bx_image{
	width: 45px;
	height: 45px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #e8e8e8;
}
.bx_searche .bx_item_element{
	/*float: left;*/
	padding-left: 10px;
	margin-left: 70px;
}
.bx_searche .bx_item_element hr{
	margin: 0;
	border: none;
	border-bottom: 1px solid #e5e5e5;
}
.bx_searche .bx_item_element a{
	margin-top: 10px;
	display: inline-block;
	color: #4788cb;
	font-size: 13px;
	text-decoration: none;
}
.bx_searche .bx_item_element a b{color: #000;font-weight: normal;}
.bx_searche .bx_item_element a:hover,
.bx_searche .bx_item_element a:hover b{text-decoration: underline;}
.bx_searche .bx_price{
	font-weight:bold;
	font-size:13px;
}
.bx_searche .bx_price .old{
	font-weight:normal;
	text-decoration: line-through;
	color: #636363
}
.bx_item_block.all_result{min-height:0}
.bx_item_block.others_result{
	min-height: 0;
	padding: 0 0 12px;
	line-height: 12px;
}
.bx_item_block.all_result .all_result_title{
	display: block;
	font-size: 12px;
	color: #a7a7a7;
	padding-top: 15px;
	padding-bottom: 10px;
}
.bx_item_block.all_result .all_result_title a{color: #a7a7a7}
.bx_item_block.all_result .all_result_title a:hover{color: #4788cb}
.bx_item_block.all_result a{
	margin-top: 0;
}

/* Стили для CSV результатов поиска */
.bx_item_block.csv_result {
	min-height: 65px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
}

.bx_item_block.csv_result .bx_img_element {
	background: #f0f8ff;
}

.bx_item_block.csv_result .bx_image img {
	border: 1px solid #e8e8e8;
	border-radius: 4px;
}

.bx_item_block.csv_result .csv_code {
	font-size: 11px;
	color: #666;
	margin-top: 5px;
	font-style: italic;
}

.bx_item_block.csv_result .bx_item_element a {
	font-weight: 500;
	color: #2c5aa0;
}

.bx_item_block.csv_result .bx_item_element a:hover {
	color: #1e3a5f;
	text-decoration: underline;
}

/* Стили для результатов поиска по маппингу */
.mapping_result {
    background: #f8f9fa;
    border-left: 3px solid #007bff;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.mapping_result .bx_img_element {
    float: left;
    margin-right: 15px;
}

.mapping_result .bx_item_element {
    overflow: hidden;
}

.mapping_result .bx_item_element a {
    color: #007bff;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}

.mapping_result .bx_item_element a:hover {
    text-decoration: underline;
}

.mapping_info {
    color: #6c757d;
    font-size: 12px;
    margin-bottom: 3px;
}

.mapping_description {
    color: #495057;
    font-size: 11px;
    font-style: italic;
}

/* Общие стили для результатов поиска */
.bx_item_block {
    padding: 10px;
    border-bottom: 1px solid #e9ecef;
    transition: background-color 0.2s;
}

.bx_item_block:hover {
    background-color: #f8f9fa;
}

.bx_item_block:last-child {
    border-bottom: none;
}

.bx_img_element {
    float: left;
    margin-right: 15px;
}

.bx_item_element {
    overflow: hidden;
}

.bx_item_element a {
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.bx_item_element a:hover {
    color: #007bff;
    text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/furniture_red/template_styles.css?177781431124169*/
.footer-col .footer__tel .mobt {
    display: block;
}

.footer-col .footer__mail > span, .footer-col .footer__tel .mobt > span {
    text-transform: capitalize;
}

.footer-col .footer__mail > a, .footer-col .footer__tel .mobt > a {
    font-size: 24px;
    margin-bottom: 40px;
}

.main-about .main-about__desc {
    padding: 0 60px 20px;
    position: relative;
}

.catalog-sort__select select {
    border: 0;
    font-weight: 100;
    margin-left: 20px;
    padding-right: 40px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%2308A443%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'); 
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%; 
    outline: none;
}
@media (min-width: 1800px) {
    .\32xl\:tw-w-2\/4 {
        width: 48% !important;
    }
}
.news-section-list {
    margin-bottom: 80px;
    display: flex;
    gap: 60px;
    align-items: center;
    flex-wrap: wrap;
}

.news-section-item {
    color: #212529;
    text-decoration: underline;
    line-height: 18px;
}

.news-section-item:hover, .news-section-item.active {
    font-weight: 500;
    color: #03A543
}

.main-about .main-about__title {
    line-height: 1.4;
}

.categories .categories__item-head {
    position: relative;
}

@media screen and (min-width: 1701px) {

    .categories__item {
        max-width: 120px;
        min-width: 120px;
    }

    .categories__item.active {
        position: relative;
    }
    .categories__item-img {
        position: absolute;
        bottom: 0px;
    }

    .categories .categories__item:not(.active) .categories__item-name {
        position: absolute;
        transform: rotate(270deg);
        text-align: right;
        width: 670px;
        top: 50%;
    }
    
    .categories .categories__item:not(.active) .categories__item-ico {
        margin-top: auto;
    }
}

@media screen and (max-width: 1700px) {
    .categories-list .categories__item-name {
        width: auto;
    }
}

@media (max-width: 1024px) {
    .categories__item-img img {
        width: 100%;
    }

    .portfolio__slider .portfolio__slide {
        max-width: 303px;
        height: 395px;
    }

    .portfolio__slider .portfolio__slide-img {
        height: 395px;
    }

    .portfolio__slider .portfolio__slide-info {
        min-height: 198px;
        left: 10px;
        bottom: 10px;
        top: auto;
        right: 10px;
        width: calc(100% - 20px);
    }

    .portfolio__slider .portfolio__slide-title {
        font-size: 18px;
        line-height: 22px;
    }
}
@media (max-width: 1100px) {
    .footer-col .footer__mail > a, .footer-col .footer__tel .mobt > a {
        font-size: 26px;
    }
}

@media (max-width: 1024px) {
    .header .header-top {
        display: flex;
        height: 60px;
    }
    .loginm-text {
        display: none;
    }

    .header .header__cabinet, .header .header__fav, .header .header__lang  {
        width: 60px;
    }

    .header .header__cabinet svg {
        margin-left: 0;
    }

    .header .header__lang {
        padding: 18px 0;
    }

    .header .header__tel {
        display: flex;
    }

    .header .header__cabinet-mob {
        display: none;
    }

    .header .header__search {
        padding: 12px;
    }

    .header .header__catalog {
        padding: 18px;
    }

    .catalog-panel-mob {
        margin-bottom: -1px;
        border: 1px solid #e6e6e6;
    }

    .user-name {
        display: none;
    }
}

@media screen and (max-width: 910px) {
    .catalog-list .catalog-sort__select select {
        padding-right: 20px;
        margin-left: 0;
    }
    .catalog-list .catalog-sort__item {
        flex-wrap: nowrap;
    }

    .header .header-top {
        height: 50px;
    }

    .header .header__lang {
        padding: 13px 0;
    }
}

@media screen and (max-width: 767px) {

    .footer-col {
        max-width: 195px;
    }

    .footer-col .footer__mail > a, .footer-col .footer__tel .mobt > a {
        font-size: 22px;
        margin-bottom: 30px;
    }

    .footer .footer-bottom .container {
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .dev_name {
        font-size: 14px;
        color: white;
        transform: translateY(-3px);
        display: inline-block;
    }

    .footer .footer__privacy{
        line-height: 1.4;
        width: 60%;
    }
    .footer .footer__developer {
        line-height: 1.4;
        white-space: nowrap;
    }

    .categories-list .categories__item.active {
        min-width: auto;
    }

    .categories-list .categories__item-head {
        padding: 35px;
    }

    .portfolio__slider .portfolio__slide {
        max-width: 315px;
    }
    .catalog-list .catalog-sort__item {
        padding: 22.5px 10px;
    }

    .header-top {
        position: relative;
    }

    .header-top .bx-searchtitle.open {
        position: absolute;
        width: calc(100% - 30px) !important;
        left: 15px;
        right: 15px;
    }
}

@media screen and (max-width: 600px) {

    .header .header__catalog {
        display: none;
    }

    .header .header__tel {
        width: 60px;
        border-right: 1px solid #E6E6E6;
    }

    .header .header__tel svg {
        margin-right: 0;
    }

    .header__tel--text {
        display: none;
    }

}

@media screen and (max-width: 400px) {
    .catalog-list .catalog-sort__select select {
        max-width: 110px;
    }
    .bx_compare .bx_sort_container {
        padding-left: 15px;
        padding-right: 15px;
    }
    .bx_compare .bx_sort_container .sorttext {
        display: block;
    }

    .bx_compare .bx_sort_container .sortbutton {
        margin-bottom: 5px;
    }
}

#contacts-form input.error, .form__input.error {
    border: 1px solid red;
}

.smart-filter-parameters-box-container {
    text-align: center;
}

.smart-filter-parameters-box-container .btn-primary {
    margin-left: 0;
    margin-right: 15px;
}

.bx_compare .bx_filtren_container ul {
    display: flex;
    flex-wrap: wrap;
}

.bx_compare .bx_filtren_container ul li {
    width: auto;
}

.bx_compare .bx_filtren_container ul:not([class]) li + li {
    margin-top: 0;
}

.bx_compare .bx_filtren_container ul li:last-child {
    margin-right: 0;
}

.bx_compare .bx_filtren_container ul li > span {
    display: flex;
    gap: 5px;
}

.bx_compare .bx_sort_container {
    margin-top: 15px;
}

.bx_compare .bx_sort_container .sortbutton.current {
    background: #03A543;
    box-shadow: unset;
}

.footer__developer {
    margin-left: auto;
    margin-right: 5px;
}

.form-success-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 48px 32px;
    border: 3px solid rgba(8, 164, 67, 0.16);
    border-radius: 24px;

    text-align: center;
}

.form-success-card__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #03A543;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.form-success-card__title {
    margin: 0;
    color: #1C1C1C;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.15;
}

.form-success-card__text {
    max-width: 520px;
    margin: 0;
    color: #4F565E;
    font-size: 18px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .form-success-card {
        padding: 32px 20px;
        border-radius: 18px;
    }

    .form-success-card__title {
        font-size: 26px;
    }

    .form-success-card__text {
        font-size: 16px;
    }
}

#musee.btn--border:hover a {
    color: #ffffff;
}

.services__item-title {
    text-transform: capitalize;
}

@media screen and (min-width: 1025px) {
    .product-colors__content {
        height: 650px;
    }
    
    .product-colors__gallery {
        max-height: 100%;
    }
    
    .product-colors__img {
        max-height: 100%;
    }
    
    .product-colors__img img {
        max-height: 100%;
    }
}

@media screen and (max-width: 1025px) {
    .product-colors__gallery {
        position: relative;
        width: 100%;
        padding: 29% 0;
    }

    .product-colors__img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
    }

    .product-colors__img img {
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
.catalog-list__head.js-accordeon svg {
        display: none;
    }
}

#contacts-form #check-personal-data.error + label::before, .checkbox__input.error + label::before {
    border-color: red;
}

.smart-filter-button-box {
    display: none;
}

.catalog-page__head {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 34px;
    align-items: center;
}
.catalog-page__title {
    margin-right: auto;
    align-items: center;
}
.catalog-page__filter-toggle {
    cursor: pointer;
    font-family: 'Stem';
    font-style: normal;
    font-weight: 350;
    font-size: 20px;
    line-height: 100%;
    color: #1C1C1C;
}

.catalog-page__filter-toggle > span {
    margin-top: 15px;
}

.catalog-grig {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 80px;
    border-top: 1px solid #E6E6E6;
    margin-bottom: 40px;
}
.catalog-grig__item {
    width: calc(100% / 3 - 30px);
    background: #F6F6F6;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}
.catalog-grig__item-img {
    height: 300px;
    text-align: center;
    margin-bottom: 73px;
    overflow: hidden;
    background-color: #F6F6F6;
}
.catalog-grig__item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    transition: all .3s;
}
.catalog-grig__item-info {
    padding: 0 50px 60px;
}
.catalog-grig__item-type {
    font-family: 'Stem';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 145%;
    color: #1C1C1C;
    margin-bottom: 10px;
}
.catalog-grig__item-name {
    font-family: 'Stem';
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 100%;
    color: #898989;
}
.catalog-pag {
    margin-top: 120px;
}
.catalog-page__filter {
    display: none;
}
.catalog-section-list .catalog-grig__item:nth-child(5n-1), .catalog-section-list .catalog-grig__item:nth-child(5n) {
    width: calc(100% / 2 - 26px);
}
.catalog-grig__item:hover .catalog-grig__item-img img {
    transform: scale(1.05);
}
.catalog-page__descr {
    max-width: 372px;
    font-size: 16px;
}
@media screen and (max-width: 991px) {
    .catalog-grig {
        gap: 20px;
    }
    .catalog-grig__item {
        width: calc(100% / 2 - 20px);
    }
}
@media screen and (max-width: 767px) {
    h2.catalog-page__title {
        margin-bottom: 0;
    }
    .filter_title {
        padding-top: 0;
        border-top: 0;
        padding: 0 30px;
        margin-bottom: 60px;
    }
    .catalog-page__filter {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        padding: 40px 5px;
        background: white;
        z-index: 1000;
        transition: all .2s;
        display: flex !important;
        flex-direction: column;
        transform: translateX(-100%);
    }
    .catalog-page__filter.open {
        transform: translateX(0);
    }
    .smart-filter-parameters-box {
        padding: 20px 30px;
        border-bottom: 1px solid #E6E6E6;
        margin-bottom: 0 !important;
    }
    .catalog-page__filter .filter-section__head {
        font-weight: 350;
        font-size: 20px;
        line-height: 100%;
    }
    .catalog-page__filter .smart-filter {
        overflow-y: auto;
        flex-grow: 1;
        margin-bottom: 50px !important;
    }
    .filter_title .filter-reset-btn {
        order: 1;
        font-weight: 350;
        font-size: 20px;
    }
    .filter_title h2 {
        order: 2;
        font-weight: 500;
        font-size: 26px;
    }
    .filter_title .js-close-filter {
        order: 3;
    }
    .mobile-filter-checkbox .filter-section__head svg {
        fill: none;
    }
    .mobile-filter-checkbox .filter-section__item{
        text-align: left;
    }
    .filter-result {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translateX(-50%);
        background: #03A543;
        border-radius: 8px;
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        color: white;
        padding: 20px 127px
    }
    .smart-filter-section > form > .row {
        --bs-gutter-x: 0;
    }
    .mobile-filter-checkbox.open .filter-section__head svg{
        transform: rotate(90deg);
    }
    .smart-filter-container-modef {
        display: none;
    }
}
@media screen and (max-width: 560px) {
    .catalog-grig__item {
        width: 100%;
    }
}

@media screen and (max-width: 375px) {
    .filter_title h2 {
        font-size: 20px;
    }
    .filter_title .filter-reset-btn {
        font-size: 16px;
    }
    .filter_title .js-close-filter svg {
        height: 16px;
        width: 16px;
    }
    .catalog-page__filter .filter-section__head {
        font-size: 16px;
    }
    .catalog-page__filter .filter-section__head svg {
        width: 8px;
        height: 16px;
    }
    .filter-result {
        width: calc(100% - 15px);
    }
}

.header__nav {
    height: 70px;
    background: #1C1C1C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header .header__logo {
    margin-left: 0;
    height: 27px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto !important;
}

.header .header__logo img {
    height: 27px;
    margin: 0 auto;
}

.header__nav .header__lang {
    color: white;
    border-right: 0;
}

.header__misc {
    display: flex;
    align-items: center;
}

.header__nav .search-white.bx-searchtitle .bx-input-group-btn button {
    background: transparent;
}

.header__nav .header__search, .header__nav .header__user, .header__nav .header__lang {
    width: 70px;
    padding: 0;
}

.search-white.bx-searchtitle .bx-input-group-btn-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 55px;
}

.bx-input-group-btn-search .btn-search {
    background: transparent;
    border: 0;
}

.header__menu--wrapper {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
}

.header__menu--side {
    background: #1C1C1C;
    position: absolute;
    top: 100%;
    left: 0;
    width: 500px;
    display: flex;
    flex-direction: column;
    z-index: 10000;
    overflow-y: auto;
    transition: all .3s;
    transform: translateX(-100%);
    height: calc(100vh - 70px);
}

.header__menu--side.show {
    transform: translateX(0);
}

.header__menu--side .header__menu--item {
    color: white;
    font-weight: 350;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 40px;
}

.header__menu--side .header__menu--item a {
    color: white;
}

.header__menu--side .header__menu--item a:hover {
    color: white;
    text-decoration: underline;
}

.header__menu--list {
    padding-top: 100px;
    padding-left: 100px;
}

.header__menu--contacts {
    padding-top: 134px;
    padding-left: 100px;
}

.header__menu--contacts-name {
    font-weight: 350;
    font-size: 14px;
    line-height: 100%;
    color: #FFFFFF;
    opacity: 0.4;
    margin-bottom: 15px;
}

.header__menu--contacts-value {
    font-weight: 350;
    font-size: 18px;
    line-height: 100%;
    color: #FFFFFF;
    margin-bottom: 38px;
}

.header__menu--contacts-value a {
    color: white;
    text-transform: uppercase;
}

.header__menu--contacts-value a:hover {
    color: white;
}

.header__menu--download {
    display: block;
    margin-top: auto;
    background: #03A543;
    text-align: center;
    padding: 28px 0;
    color: white;
    width: 100%;
    font-weight: 500;
}

.header__menu--nav .burger {
    padding: 20px 50px 21px 30px;
    cursor: pointer;
    position: relative;
}

.header__menu--nav .burger::before {
    content: '';
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 20px;
    border-color: transparent;
    transition: all .2s;
}

.header__menu--nav .burger svg rect {
    transition: all .2s;
}


.header__menu--nav .burger:hover svg rect{
    fill: #03A543;
}

.header__menu--nav {
    display: flex;
    align-items: center;
}

.header__menu--nav-item {
    color: white;
    margin-right: 40px;
    position: relative;
}

.header__menu--nav-item::after {
    content: '';
    width: 100%;
    height: 2px;
    bottom: -22px;
    left: 0;
    background-color: transparent;
    position: absolute;
    transition: all .2s;
}

.header__menu--nav-item a {
    color: white;
    font-weight: 500;
    transition: all .2s;
}

.header__menu--nav-item:hover::after  {
    background-color: #03A543;
}

.header__menu--nav-item:hover a {
    color: #03A543;
}

.header__menu--nav-item a:hover {
    color: #03A543;
}

.header__menu--head {
    display: flex;
    min-height: 60px;
    height: 60px;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #383838;
}

.header__menu--lang {
    color: white;
    padding-right: 40px;
}

.header__menu--search {
    margin-left: auto;
}

.header__menu--user {
    padding-left: 40px;
    padding-right: 40px;
    border-left: 1px solid #383838;
    display: flex;
    gap: 15px;
    align-items: center;
    height: 100%;
}

.header__menu--close {
    padding-left: 40px;
    padding-right: 55px;
}

.header__menu--user .user-name {
    color: white;
    display: block !important;
}

.header__menu--mobile {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #383838;
    min-height: 65px;
    align-items: center;
    position: relative;
}

.header__menu--mobile-lang {
    color: white;
    border-left: 1px solid #383838;
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__menu--mobile-search {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__menu--mobile-search .search-white.bx-searchtitle .bx-input-group-btn-search {
    padding-right: 0;
}

.modal {
    z-index: 10500;
}

.input-abs {
    position: absolute;
    left: 15px;
    bottom: -40px;
    width: calc(100% - 30px);
}

@media screen and (min-width: 769px) {
    .header__menu--mobile {
        display: none;
    }
}

@media screen and (min-width: 993px) {
    .header__menu--head {
        display: none;
    }

    .header__menu--item.up {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .header__menu--side {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .header__menu--list {
        padding-top: 70px;
        padding-left: 40px;
    }

    .header__menu--side .header__menu--item {
        font-size: 28px;
        line-height: 100%;
        margin-bottom: 30px;
    }
    
    .header__menu--contacts {
        align-self: flex-end;
        padding-top: 0;
        padding-left: 170px;
        padding-bottom: 10px;
    }

    .header__nav .header__search, .header__nav .header__lang, .header__menu--nav-item  {
        display: none;
    }

    .header__menu--nav .burger {
        padding-left: 40px;
    }
}

@media screen and (max-width: 768px) {
    .header__menu--search, .header__menu--lang, .header__menu--user .user-name {
        display: none !important;
    }
    .header__menu--user {
        border-left: 0;
    }
    .header__menu--head {
        justify-content: space-between;
    }

    .header__menu--list {
        width: 100%;
        text-align: center;
        padding-top: 30px;
        padding-left: 0;
    }

    .header__menu--side .header__menu--item {
        font-size: 18px;
    }

    .header__menu--contacts {
        width: 100%;
        text-align: center;
        padding-top: 50px;
        padding-left: 0;
    }

    .header__menu--contacts-value {
        margin-bottom: 30px;
    }

    .header__menu--head {
        min-height: 65px;
    }
    .product__banner-block .product-video__player, .product__banner-block .product-video__player video {
        height: 100%;
    }
}

@media screen and (max-width: 375px) {
    .header__menu--user {
        padding-right: 17px;
    }

    .header__menu--close {
        padding-left: 17px;
    }

    .header__nav .header__user {
        width: auto;
        padding-right: 17px;
    }

    .header__menu--nav .burger {
        padding-left: 17px;
        padding-right: 0;
    }
}


.catalog-grig__item-info--noimg {
    margin-top: 158px;
}

.catalog-grig__item-info--nodescr {
    padding-bottom: 40px;
}

.product-modification__action .product-modification__btn.btn {
    font-weight: 500;
}

.line-item {
    position: relative;
}

.line-item__new {
    position: absolute;
    background: #03A543;
    border-radius: 8px;
    color: white;
    padding: 10px 20px;
    top: 60px;
    left: 50px;
    font-weight: 500;
    font-size: 14px;
}

.product__head-fixed {
	display: flex;
	height: 70px;
	background: #1C1C1C;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	transition: all .3s;
	z-index: 10000;
    align-items: center;
    transform: translateY(-110%);
}

.product__head-fixed.show {
    transform: translateY(0);
}

.product__select-model--selected {
    display: flex;
    align-items: center;
    gap: 10px;
    color: white;
    height: 100%;
    cursor: pointer;
}

.product__select-model--selected svg {
    transition: all .3s;
}

.product__select-model--selected.open svg {
    transform: rotate(180deg);
}

.product__select-model--list {
    background: #1C1C1C;
    display: none;
}

.product__select-model--item a {
    padding: 10px 0;
    display: block;
    color: white;
    font-weight: 500;
}

.product__select-model--item a:hover {
    color: white;
}

.product__select-model {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product__select-model--list {
    position: absolute;
    top: 100%;
    left: -28px;
    padding: 0 28px;
    box-sizing: content-box;
}

.product__select-model--selected-name {
    font-weight: 500;
    font-size: 24px;
    line-height: 115%;
}

.product__head-btn-modif {
    background: #03A543;
    border-radius: 8px;
    color: white;
    font-weight: 500;
    padding: 11px 30px;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .line-item__new {
        padding: 10px 20px;
        top: 30px;
        left: 30px;
    }
}

@media screen and (max-width: 766px) {
    .product__head-btn-modif {
        padding: 14px 24px;
        font-size: 16px;
    }

    .product__select-model--selected-name {
        font-size: 18px;
    }

    .product__head-fixed {
        height: 65px;
    }

    .line-item__new {
        font-size: 12px;
        line-height: 100%;
        padding: 4px 9px;
        top: 20px;
        left: 20px;
        border-radius: 3.86667px;
    }
}

.product__banner-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 28px;
    color: white;
    z-index: 10;
}

.form__btn.btn {
    font-weight: 500;
}

.bx-pagination-container {
    margin-bottom: 40px;
}

.product-docs__item-btn {
    display: flex;
}

.dev_name {
    color: white;
}

.product-details__btn.btn a {
    outline: none;
}

.js-decisions .owl-nav button, .js-line .owl-nav button {
    outline: none;
}

.header__menu--lang, .header__menu--mobile-lang, .header__lang {
    display: none;
}
/* End */


/* Start:/bitrix/templates/furniture_red/components/bitrix/catalog/cataloggrid/bitrix/catalog.element/.default/css/style.css?178152462526660*/
@font-face{font-family:FSEX300;src:url(/bitrix/templates/furniture_red/components/bitrix/catalog/cataloggrid/bitrix/catalog.element/.default/css/../fonts/FSEX300.ttf) format("truetype")}.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{-moz-backface-visibility:hidden;position:relative;-ms-touch-action:pan-Y;touch-action:manipulation}.owl-carousel .owl-stage:after{clear:both;content:".";display:block;height:0;line-height:0;visibility:hidden}.owl-carousel .owl-stage-outer{overflow:hidden;position:relative;-webkit-transform:translateZ(0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0)}.owl-carousel .owl-item{-webkit-touch-callout:none;-webkit-backface-visibility:hidden;float:left;min-height:1px}.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;border:none;color:inherit;font:inherit;padding:0!important}.owl-carousel.owl-loading{display:block;opacity:0}.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}to{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{background:#000;height:100%;position:relative}.owl-carousel .owl-video-play-icon{-webkit-backface-visibility:hidden;background:url(/bitrix/templates/furniture_red/components/bitrix/catalog/cataloggrid/bitrix/catalog.element/.default/css/owl.video.play.png) no-repeat;cursor:pointer;height:80px;left:50%;margin-left:-40px;margin-top:-40px;position:absolute;top:50%;transition:transform .1s ease;width:80px;z-index:1}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3);transform:scale(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{background-position:50%;background-repeat:no-repeat;background-size:contain;height:100%;opacity:0;transition:opacity .4s ease}.owl-carousel .owl-video-frame{height:100%;position:relative;width:100%;z-index:1}:root{--primary-color:#fff;--text-color:var(--primary-color);--accent-color:#495d82;--bg-color:#111}

/* ! tailwindcss v3.2.4 | MIT License | https://tailwindcss.com */*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:Stem,sans-serif;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{line-height:inherit;margin:0}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){text-decoration:underline;-webkit-text-decoration:underline dotted currentColor;text-decoration:underline dotted currentColor}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.tw-container{margin-left:auto;margin-right:auto;padding-left:30px;padding-right:30px;width:100%}@media (min-width:700px){.tw-container{max-width:700px}}@media (min-width:767px){.tw-container{max-width:767px;padding-left:40px;padding-right:40px}}@media (min-width:992px){.tw-container{max-width:992px}}@media (min-width:1440px){.tw-container{max-width:1440px}}@media (min-width:1800px){.tw-container{max-width:1800px}}.tw-absolute{position:absolute}.tw-relative{position:relative}.tw-order-2{order:2}.tw-order-1{order:1}.tw-mx-auto{margin-left:auto;margin-right:auto}.tw-mb-\[60px\]{margin-bottom:60px}.tw-mb-section-md{margin-bottom:50px}.tw-mt-auto{margin-top:auto}.tw-ml-\[407px\]{margin-left:407px}.tw-mb-10{margin-bottom:10px}.tw-mt-0{margin-top:0}.tw-mb-\[4px\]{margin-bottom:4px}.tw-mt-\[1px\]{margin-top:1px}.tw-mb-1{margin-bottom:.25rem}.tw-mb-\[-1px\]{margin-bottom:-1px}.tw-mt-\[50px\]{margin-top:50px}.tw-mb-2{margin-bottom:.5rem}.tw-mb-25{margin-bottom:25px}.tw-mb-5{margin-bottom:1.25rem}.tw-ml-auto{margin-left:auto}.tw-mb-\[50px\]{margin-bottom:50px}.tw-mt-\[-7px\]{margin-top:-7px}.tw-mb-\[40px\]{margin-bottom:40px}.tw-mb-\[25px\]{margin-bottom:25px}.tw-mb-\[20px\]{margin-bottom:20px}.tw-mt-section-lg{margin-top:100px}.tw-mb-section-lg{margin-bottom:100px}.tw-mb-\[56px\]{margin-bottom:56px}.tw-mt-2{margin-top:.5rem}.tw-mb-3{margin-bottom:.75rem}.tw-mt-\[60px\]{margin-top:60px}.tw-mt-5{margin-top:1.25rem}.tw-mb-\[5px\]{margin-bottom:5px}.tw-mt-section{margin-top:90px}.tw-mb-\[42px\]{margin-bottom:42px}.tw-mt-\[80px\]{margin-top:80px}.tw-block{display:block}.tw-inline-block{display:inline-block}.tw-flex{display:flex}.tw-hidden{display:none}.tw-h-\[600px\]{height:600px}.tw-h-full{height:100%}.tw-h-\[480px\]{height:480px}.tw-h-\[242px\]{height:242px}.tw-h-\[380px\]{height:380px}.tw-h-\[360px\]{height:360px}.tw-h-\[500px\]{height:500px}.tw-h-\[250px\]{height:250px}.tw-h-\[150px\]{height:150px}.tw-h-\[calc\(100vh_-_70px\)\]{height:calc(100vh - 70px)}.tw-max-h-full{max-height:100%}.tw-w-full{width:100%}.tw-w-\[169px\]{width:169px}.tw-w-2\/4{width:50%}.tw-w-\[270px\]{width:270px}.tw-w-\[404px\]{width:404px}.tw-w-\[331px\]{width:331px}.tw-max-w-\[1840px\]{max-width:1840px}.tw-max-w-full{max-width:100%}.tw-translate-y-\[140px\]{--tw-translate-y:140px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.tw-flex-col{flex-direction:column}.tw-flex-wrap{flex-wrap:wrap}.tw-items-end{align-items:flex-end}.tw-items-center{align-items:center}.tw-justify-center{justify-content:center}.tw-justify-between{justify-content:space-between}.tw-gap-2{gap:.5rem}.tw-gap-3{gap:.75rem}.tw-gap-7{gap:1.75rem}.tw-gap-\[20px\]{gap:20px}.tw-self-center{align-self:center}.tw-overflow-hidden{overflow:hidden}.tw-rounded-8{border-radius:8px}.tw-rounded-5{border-radius:5px}.tw-border{border-width:1px}.tw-border-\[\#AEAEAE\]{--tw-border-opacity:1;border-color:rgba(174,174,174,var(--tw-border-opacity))}.tw-border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.tw-bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.tw-bg-\[\#F6F6F6\]{--tw-bg-opacity:1;background-color:rgba(246,246,246,var(--tw-bg-opacity))}.tw-bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.tw-bg-\[\#2B2B2B\]{--tw-bg-opacity:1;background-color:rgba(43,43,43,var(--tw-bg-opacity))}.tw-bg-\[\#151515\]{--tw-bg-opacity:1;background-color:rgba(21,21,21,var(--tw-bg-opacity))}.tw-bg-\[\#03A543\]{--tw-bg-opacity:1;background-color:rgba(3,165,67,var(--tw-bg-opacity))}.tw-bg-imd-head{background-image:url(/images/untitled-9.png)}.tw-bg-imd{background-image:url(/images/imd.png)}.tw-bg-right{background-position:100%}.tw-bg-no-repeat{background-repeat:no-repeat}.tw-object-contain{-o-object-fit:contain;object-fit:contain}.tw-object-cover{-o-object-fit:cover;object-fit:cover}.tw-object-center{-o-object-position:center;object-position:center}.tw-py-2{padding-bottom:.5rem;padding-top:.5rem}.tw-px-2{padding-left:.5rem;padding-right:.5rem}.tw-py-1{padding-bottom:.25rem;padding-top:.25rem}.tw-px-\[20px\]{padding-left:20px;padding-right:20px}.tw-py-\[20px\]{padding-bottom:20px;padding-top:20px}.tw-pt-\[50px\]{padding-top:50px}.tw-pb-\[50px\]{padding-bottom:50px}.tw-pb-\[80px\]{padding-bottom:80px}.tw-pl-\[30px\]{padding-left:30px}.tw-pt-\[30px\]{padding-top:30px}.tw-pl-\[50px\]{padding-left:50px}.tw-pt-\[23px\]{padding-top:23px}.tw-pb-\[27px\]{padding-bottom:27px}.tw-pt-\[60px\]{padding-top:60px}.tw-pb-\[60px\]{padding-bottom:60px}.tw-pt-section-lg{padding-top:100px}.tw-text-center{text-align:center}.tw-text-\[28px\]{font-size:28px}.tw-text-\[14px\]{font-size:14px}.tw-text-\[9\.1px\]{font-size:9.1px}.tw-text-\[9\.17px\]{font-size:9.17px}.tw-text-\[16px\]{font-size:16px}.tw-text-\[18px\]{font-size:18px}.tw-text-\[32px\]{font-size:32px}.tw-text-\[9\.16667px\]{font-size:9.16667px}.tw-text-\[20px\]{font-size:20px}.tw-text-\[48px\]{font-size:48px}.tw-text-\[22px\]{font-size:22px}.tw-font-bold{font-weight:700}.tw-font-medium{font-weight:500}.tw-font-\[350\]{font-weight:350}.tw-leading-none{line-height:1}.tw-leading-tight{line-height:1.25}.tw-leading-\[145\%\]{line-height:145%}.tw-text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.tw-text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.tw-text-\[\#2B2B2B\]{--tw-text-opacity:1;color:rgba(43,43,43,var(--tw-text-opacity))}.tw-text-\[\#7D7D7D\]{--tw-text-opacity:1;color:rgba(125,125,125,var(--tw-text-opacity))}.tw-opacity-50{opacity:.5}.tw-header-rounded{--tw-border-opacity:1;--tw-text-opacity:1;align-items:center;border-color:rgba(255,255,255,var(--tw-border-opacity));border-radius:50%;border-width:1px;color:rgba(255,255,255,var(--tw-text-opacity));cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.tw-tech-white{border-color:rgba(255,255,255,var(--tw-border-opacity));color:rgba(255,255,255,var(--tw-text-opacity))}.tw-tech,.tw-tech-white{--tw-border-opacity:1;--tw-text-opacity:1;align-items:center;border-radius:8px;border-width:1.5px;display:flex;height:55px;justify-content:center;line-height:1;text-align:center;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);width:55px}.tw-tech{color:rgba(166,166,166,var(--tw-text-opacity));cursor:pointer}.tw-tech:hover{--tw-border-opacity:1;--tw-text-opacity:1;color:rgba(28,28,28,var(--tw-text-opacity))}.tw-tech>div{width:100%}.tw-tech img,.tw-tech svg path{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tw-tech:hover img{opacity:1}.tw-tech:hover svg path{fill:#1c1c1c!important}.tw-h2-title{--tw-text-opacity:1;color:rgba(28,28,28,var(--tw-text-opacity));font-size:22px;font-weight:500;line-height:100%;margin-bottom:35px}@media (min-width:767px){.tw-h2-title{font-size:28px;line-height:130%}}@media (min-width:992px){.tw-h2-title{font-size:52px;margin-bottom:50px}}.tw-h2,.tw-h2-title-white{font-size:52px;font-weight:500;line-height:130%}.tw-h2-title-white,.tw-h2-title-white-2{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.tw-h2-title-white-2{font-size:22px;font-weight:500;line-height:100%;margin-bottom:30px}@media (min-width:767px){.tw-h2-title-white-2{font-size:28px;line-height:130%}}@media (min-width:992px){.tw-h2-title-white-2{font-size:52px}}.tw-about p{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity));font-size:16px;font-weight:350;line-height:145%}@media (min-width:767px){.tw-about p{font-size:18px}}@media (min-width:992px){.tw-about p{--tw-text-opacity:1;color:rgba(28,28,28,var(--tw-text-opacity))}}.tw-txt{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity));font-size:16px;font-weight:350;line-height:125%}@media (min-width:767px){.tw-txt{font-size:18px}}.tw-txt-l{--tw-text-opacity:1;color:rgba(174,174,174,var(--tw-text-opacity));font-size:16px;font-weight:500;line-height:130%}@media (min-width:767px){.tw-txt-l{font-size:18px}}.decisions-item{border-radius:8px;height:310px;overflow:hidden;width:277px}@media (min-width:767px){.decisions-item{height:400px;width:528px}}@media (min-width:992px){.decisions-item{height:500px;width:840px}}.decisions-item img{height:100%;width:100%}.js-decisions{position:relative}.js-decisions .owl-nav,.js-line .owl-nav{display:none;position:absolute;right:93px;top:-113px}@media (min-width:992px){.js-decisions .owl-nav,.js-line .owl-nav{display:block}}.js-decisions .owl-nav button,.js-line .owl-nav button{--tw-border-opacity:1!important;border-color:rgba(220,220,220,var(--tw-border-opacity))!important;border-radius:50%!important;border-style:solid!important;border-width:1px!important;font-size:20px!important;height:56px!important;width:56px!important}.js-decisions .owl-nav .owl-prev,.js-line .owl-nav .owl-prev{margin-right:16px}.js-decisions .owl-nav button svg,.js-line .owl-nav button svg{margin-left:auto;margin-right:auto}.tw-js-accordion-title{align-items:center;display:flex;justify-content:space-between}.tw-js-accordion-title svg{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.tw-js-accordion-body{display:none}@media (min-width:992px){.tw-js-accordion-body{display:block}}.open .tw-js-accordion-title svg{--tw-rotate:180deg;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@media screen and (max-width:992px){.tw-js-accordion-toggle{--tw-border-opacity:1;border-bottom-width:1px;border-color:rgba(225,225,225,var(--tw-border-opacity));margin-bottom:35px}}p{font-size:16px}@media (min-width:767px){p{font-size:18px}}.tw-list li{color:#1c1c1c;font-size:18px;font-weight:500;line-height:200%;list-style:none;padding-left:25px;position:relative}.tw-list li:before{background:#03a543;border-radius:50%;content:"";height:8px;left:0;position:absolute;top:14px;width:8px}@media (min-width:767px){.sm\:tw-mr-\[20px\]{margin-right:20px}.sm\:tw-mb-\[16px\]{margin-bottom:16px}.sm\:tw-block{display:block}.sm\:tw-inline{display:inline}.sm\:tw-hidden{display:none}.sm\:tw-h-\[830px\]{height:830px}.sm\:tw-h-\[380px\]{height:380px}.sm\:tw-h-\[500px\]{height:500px}.sm\:tw-h-\[350px\]{height:350px}.sm\:tw-w-auto{width:auto}.sm\:tw-w-2\/4{width:50%}.sm\:tw-w-\[558px\]{width:558px}.sm\:tw-justify-start{justify-content:flex-start}.sm\:tw-gap-2{gap:.5rem}.sm\:tw-px-\[30px\]{padding-left:30px;padding-right:30px}.sm\:tw-pb-\[127px\]{padding-bottom:127px}.sm\:tw-pl-40{padding-left:40px}.sm\:tw-pl-\[30px\]{padding-left:30px}.sm\:tw-pt-\[60px\]{padding-top:60px}.sm\:tw-pb-\[50px\]{padding-bottom:50px}.sm\:tw-pl-\[40px\]{padding-left:40px}.sm\:tw-pt-\[100px\]{padding-top:100px}.sm\:tw-pb-\[80px\]{padding-bottom:80px}.sm\:tw-text-\[48px\]{font-size:48px}.sm\:tw-text-\[18px\]{font-size:18px}.sm\:tw-text-\[28px\]{font-size:28px}.sm\:tw-text-\[20px\]{font-size:20px}}@media (min-width:992px){.md\:tw-order-1{order:1}.md\:tw-order-2{order:2}.md\:tw-mb-section{margin-bottom:90px}.md\:tw-mr-\[164px\]{margin-right:164px}.md\:tw-mt-section{margin-top:90px}.md\:tw-mt-0{margin-top:0}.md\:tw-mb-section-md{margin-bottom:50px}.md\:tw-mt-\[90px\]{margin-top:90px}.md\:tw-mb-\[90px\]{margin-bottom:90px}.md\:tw-mb-0{margin-bottom:0}.md\:tw-mt-\[60px\]{margin-top:60px}.md\:tw-block{display:block}.md\:tw-hidden{display:none}.md\:tw-w-\[250px\]{width:250px}.md\:tw-w-2\/4{width:50%}.md\:tw-w-\[calc\(100\%_\/_2_-_1rem\)\]{width:calc(50% - 1rem)}.md\:tw-w-\[840px\]{width:840px}.md\:tw-w-\[637px\]{width:637px}.md\:tw-w-\[430px\]{width:430px}.md\:tw-translate-x-\[60px\]{--tw-translate-x:60px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:tw-border-r{border-right-width:1px}.md\:tw-bg-\[\#F6F6F6\]{--tw-bg-opacity:1;background-color:rgba(246,246,246,var(--tw-bg-opacity))}.md\:tw-bg-transparent{background-color:transparent}.md\:tw-bg-\[\#212121\]{--tw-bg-opacity:1;background-color:rgba(33,33,33,var(--tw-bg-opacity))}.md\:tw-py-section{padding-bottom:90px;padding-top:90px}.md\:tw-px-\[60px\]{padding-left:60px;padding-right:60px}.md\:tw-py-section-lg{padding-bottom:100px;padding-top:100px}.md\:tw-py-\[90px\]{padding-bottom:90px;padding-top:90px}.md\:tw-px-\[50px\]{padding-left:50px;padding-right:50px}.md\:tw-py-\[30px\]{padding-bottom:30px;padding-top:30px}.md\:tw-pt-section{padding-top:90px}.md\:tw-pb-section-xl{padding-bottom:110px}.md\:tw-pr-\[60px\]{padding-right:60px}.md\:tw-pt-section-lg{padding-top:100px}.md\:tw-pb-\[90px\]{padding-bottom:90px}.md\:tw-pl-\[61px\]{padding-left:61px}.md\:tw-pt-0{padding-top:0}.md\:tw-pt-\[40px\]{padding-top:40px}.md\:tw-pb-section{padding-bottom:90px}.md\:tw-pt-\[90px\]{padding-top:90px}.md\:tw-pb-\[60px\]{padding-bottom:60px}.md\:tw-pl-60{padding-left:60px}.md\:tw-pr-\[92px\]{padding-right:92px}.md\:tw-text-\[64px\]{font-size:64px}.md\:tw-text-\[20px\]{font-size:20px}.md\:tw-text-\[48px\]{font-size:48px}.md\:tw-text-\[\#1C1C1C\]{--tw-text-opacity:1;color:rgba(28,28,28,var(--tw-text-opacity))}.md\:tw-text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}}@media (min-width:1440px){@media (min-width:992px){.xl\:md\:tw-pl-60{padding-left:60px}}.xl\:tw-w-\[44\%\]{width:44%}.xl\:tw-w-\[350px\]{width:350px}.xl\:tw-w-\[493px\]{width:493px}.xl\:tw-w-auto{width:auto}.xl\:tw-max-w-\[550px\]{max-width:550px}.xl\:tw-translate-x-\[100px\]{--tw-translate-x:100px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.xl\:tw-pr-\[40px\]{padding-right:40px}}@media (min-width:1800px){.\32xl\:tw-w-\[calc\(100\%_\/_2_-_20px\)\]{width:calc(50% - 20px)}.\32xl\:tw-w-2\/4{width:50%}.\32xl\:tw-w-full{width:100%}.\32xl\:tw-max-w-\[691px\]{max-width:691px}.\32xl\:tw-translate-x-0{--tw-translate-x:0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.\32xl\:tw-pr-\[153px\]{padding-right:153px}.\32xl\:tw-pl-80{padding-left:80px}.\32xl\:tw-pl-\[28px\]{padding-left:28px}.\32xl\:tw-pr-\[130px\]{padding-right:130px}}

.two_pas_head {
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    align-items: center;
}
.name_pas {
    color: #000;
    padding: 0;
    font-size: 26px;
    font-weight: 400;
    text-transform: none;
}
.two_mid_pas p, .two_mid_pas div {
    font-size: 10px;
    line-height: 12px;
    font-weight: 350;
}
.opis_slev_pas h2 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 15px;
    margin-bottom: 4px;
}
.opis_sprav_pas.fullw {
    width: 95%;
}
.two_mid_pas.abpas {
    display: flex;
    align-items: end;
    justify-content: space-between;
}
.logo_pas {
    max-width: 120px;
}
.logo_pas img {
    width: 110px;
}
.EIK img {
    width: 50px;
}
.two_mid_pas {
    display: flex;
    justify-content: space-between;
}
.opis_photo_pas {
    width: 44%;
    text-align: left;
}
.name_mod_pas {
    text-align: center;
    margin-bottom: 80px !important;
}
p.pro_pas {
    color: #898989;
    margin: 30px 0 10px;
}
p.podpis_pas {
    color: #898989;
    max-width: 250px;
    margin: 0 auto;
}
.opis_slev_pas {
    width: 46%;
}
.opis_sprav_pas {
    width: 46%;
}
.two_mid_pas p.bottom_pas {
    font-size: 10px;
    line-height: 12px;
    margin-top: 20px;
}
.opis_photo_pas h2 {
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
    margin-bottom: 4px;
}
.pas_p {
    font-size: 10px;
    line-height: 12px;
    font-weight: 350;
}
.photopas {
    margin-top: 30px;
}
.flex_b {
    display: flex;
    justify-content: space-between;
}
.name_mod_pas {
    font-size: 25px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    max-width: 300px;
    margin: 0 auto;
}
.photopas img {
    margin: 0 auto;
}
.product-details.pastable .product-details__head {
    background: #1C1C1C;
    opacity: 1;
    color: #fff;
    padding: 12px 15px 11px 15px !important;
    font-size: 9px;
}
.product-details.pastable .product-details__name {
    color: #000000;
    background: #F6F6F6;
    padding: 13px 15px 13px 15px !important;
    font-size: 9px;
}

.product-details.pastable table {
    border-radius: 10px;
    overflow: hidden;
}
.alapas {
    display: flex;
}
.alapas h2 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 6px;
}

.alapas p {
    font-size: 10px;
    font-weight: 350;
    line-height: 15px;
    padding-top: 4px;
}.sbgpas {
    margin-right: 10px;
}
#printButton svg {
    margin-right: 10px;
}
#printButton {
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}
#printButton {
    width: 100%;
    max-width: 400px;
    border: 1px solid #1C1C1C;
    border-radius: 8px;
    margin: 70px 0 0;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.product-details__action.newacta {
    display: flex;
    justify-content: space-between;
}
.product-details__action.newacta div#musee2 {
    margin: 70px 0 0;
}
.alapas {
    margin-top: 90px;
}
.hhpas {
    font-size: 14px;
    line-height: 18px;
    margin-top: 30px;
    margin-bottom: 4px;
}
.hhpas.minmart {
    margin-top: 14px;
    margin-bottom: 0;
}
ul.spispas li {
    font-size: 10px;
    font-weight: 350;
    line-height: 15px;
    list-style: disc;
}

.product-details.pastable .product-details__list {
    margin-top: 0;
}
ul.spispas {
    margin-bottom: 40px !important;
    padding-left: 20px;
}
.product-details.pastable {
    padding-bottom: 10px;
    padding-top: 0;
}
.two_mid_pas:nth-child(3) {
    margin-top: 115px;
}
#print_pas {
    position: relative;
}
.passport-page--1 {
    position: relative;
    padding-bottom: 72px;
}
.passport-page--1 > .two_mid_pas.abpas {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.passport-page2-title {
    margin-top: 0 !important;
}
.passport-connection-scheme-img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}
.product-details.pastable table {
    width:100%;
    table-layout: fixed;
    overflow-wrap: break-word;
}
@media print {
    .name_pas {
        background-color: #03A543;
    }
    .sledpage {
        page-break-after: always;
        break-after: page;
    }
    .passport-page--2 {
        page-break-before: always;
        break-before: page;
    }
      .product-details.pastable table {
        width:100%;
   table-layout: fixed;
   overflow-wrap: break-word;
    }
  }

  @media (max-width:768px) {
    .product-details__action.newacta {
        display: grid;
    }
    div#printButton {
        height: 66px;
        font-size: 18px;
        line-height: 66px;
        order: 2;
        margin: 20px 0 0;
    }
    .product-details__action.newacta div#musee2 {
        margin: 20px 0 0;
    }
  }
/* End */


/* Start:/bitrix/templates/furniture_red/components/bitrix/catalog/cataloggrid/bitrix/catalog.element/.default/css/element.css?177076838913390*/
/**
 * Стили для блока карточки товара: светильники, аксессуары, попапы.
 */

/* Общие списки в контенте */
ul:not([class]) li::before {
    display: block !important;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    left: 0;
    top: 8px;
    background-color: #03A543;
}

/* --- Светильники (сетка без слайдера) --- */
section.lighting-accessories {
    padding: 80px 0 40px;
}

.lighting-accessories-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .lighting-accessories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    .lighting-accessories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.lighting-accessory-item {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    min-height: 240px;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}


.lighting-accessory-card__title {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 500;
    margin: 14px auto;
    min-height: 44px;
}

.lighting-accessories__title {
    margin-bottom: 40px;
}

.lighting-accessory-card__props {
    display: none;
}

.btn.lighting-aks {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}

/* --- Аксессуары (сетка без слайдера) --- */
section.accessories {
    padding: 80px 0 40px;
}

.accessories-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    padding-bottom: 20px;
}

@media (min-width: 768px) {
    .accessories-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (min-width: 1024px) {
    .accessories-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.accessory-item {
    position: relative;
    overflow: hidden;
    min-height: 240px;
    cursor: pointer;
    transition: box-shadow 0.2s ease;
}

.accessory-item.hidden {
    display: none !important;
}

.accessory-item[style*="display: none"] {
    display: none !important;
}

.accessory-card__title {
    color: #1c1c1c;
    font-size: 18px;
    font-weight: 500;
    margin: 14px auto;
    min-height: 44px;
}

.accessories__title {
    margin-bottom: 40px;
}

.accessory-card__props {
    display: none;
}

.btn.aks {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
}
.popup.js-catalog-popup.open.Wide {
    width: 90%;
}

/* --- Попап --- */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
}

.popup {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 1200px;
    max-height: 90vh;
    background: #fff;
    z-index: 999;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
    padding: 30px 20px;
    overflow-y: auto;
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
    visibility: hidden;
    border-radius: 12px;
}

.popup.open {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
    display: block !important;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    transition: color 0.3s;
}

.popup-close:hover {
    color: #ff0000;
}

/* Вёрстка попапа: flex — слева изображение, справа блок с названием, описанием, кнопкой «Схема» */
.js-catalog-popup .popup__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 24px;
    margin-top: 10px;
    align-items: flex-start;
}

.js-catalog-popup .popup__left {
    flex: 0 0 auto;
    width: 280px;
    min-width: 200px;
    max-width: 320px;
}

.js-catalog-popup .popup__left .popup-image,
.js-catalog-popup #popup-image {
    display: block !important;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.js-catalog-popup .popup__right {
    flex: 1 1 auto;
    min-width: 0;
}

/* Единый блок: название, описание и кнопка «Схема» в одну строку (flex) */
.js-catalog-popup .popup__head-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 24px;
    margin-bottom: 16px;
}

.js-catalog-popup .popup__head-text {
    flex: 1 1 auto;
    min-width: 0;
}

.js-catalog-popup .popup__head-text .popup-title,
.js-catalog-popup .popup__head-text .popup-name,
.js-catalog-popup .popup__head-text .popup-desk {
    margin-top: 0;
    margin-bottom: 4px;
}

.js-catalog-popup .popup__head-text .popup-desk {
    margin-bottom: 0;
}

.js-catalog-popup .popup__head-row .popup-schema-btn {
    flex: 0 0 auto;
    margin-bottom: 0;
}

.js-catalog-popup .popup__right .popup-title,
.js-catalog-popup .popup__right .popup-name,
.js-catalog-popup #popup-name {
    display: block !important;
    margin-top: 0;
    margin-bottom: 8px;
    visibility: visible;
}

@media (max-width: 639px) {
    .js-catalog-popup .popup__inner {
        flex-wrap: wrap;
    }
    .js-catalog-popup .popup__left {
        width: 100%;
        max-width: 100%;
    }
    .product-tabs-head {
        padding-left: 0;
    }
}

.popup__right .popup-desk {
    margin-top: 0;
    margin-bottom: 12px;
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

.popup-schema-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 8px 16px;
    font-size: 14px;
    color: #333;
    background: #f0f0f0;
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s, border-color 0.2s;
}

.popup-schema-btn__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.popup-schema-btn:hover {
    background: #e5e5e5;
    border-color: #ccc;
}

.popup-schema-fancybox-trigger {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.popup-schema-block,
.js-catalog-popup .shin_schem {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.js-catalog-popup .shin_schem img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
}

.popup-title {
    margin-top: 0;
    color: #333;
    font-weight: 400;
}

.popup-description {
    color: #666;
    line-height: 1.5;
    font-size: 14px;
}

.popup-details {
    margin-top: 20px;
    color: #444;
    font-size: 14px;
}
.popup-detail-description table {
    width: 100%;
}
.popup-detail-description {
    margin-top: 20px;
    padding: 15px;
}
.popup-detail-description tr:first-child {
    border-top: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}
.popup-detail-description tr:first-child td {
    padding: 20px 6px;
    font-weight: 500;
}
.qua-btn.qua-minus, .qua-btn.qua-plus {
    border: 1px solid #DCDCDC;
    padding: 1px 9px 0;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 400;
    color: #898989;
}
input.qua-input {
    pointer-events: none;
    text-align: right;
    max-width: 34px;
    font-size: 14px;
    font-weight: 500;
    color: #898989;
    padding: 0 0 0 5px;
}

.popup-detail-description td {
    padding: 6px;
}

.popup.Wide .shin_schem a img {
    max-height: 320px;
}

.popup.Wide .shin_schem a {
    display: flex;
    justify-content: center;
}

.popup.Wide .shin_schem {
    padding: 20px 0;
}

.popup-detail-description h1,
.popup-detail-description h2,
.popup-detail-description h3,
.popup-detail-description h4,
.popup-detail-description h5,
.popup-detail-description h6 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #1c1c1c;
}

.popup-detail-description p {
    margin-bottom: 10px;
    line-height: 1.5;
}

.popup-detail-description ul,
.popup-detail-description ol {
    margin-bottom: 10px;
    padding-left: 20px;
}

.popup-detail-description li {
    margin-bottom: 5px;
}

.buy_popup_button,
.passport_button {
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
    padding: 5px;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.buy_popup_button {
    border: 1px solid #DCDCDC;
    padding: 7px 13px 7px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 400;
    color: #898989;
    margin-left: 20px;
    margin-top: 8px;
}
button.popup-schema-btn {
    background: #fff;
    color: #898989;
    font-weight: 500;
}
.passport_button {
    border: 1px solid #DCDCDC;
    padding: 4px 7px 1px 11px;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 400;
    color: #898989;
    margin-left: 20px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.buy_popup_button:hover {
    background: #03A543;
}
.buy_popup_button:hover path {
fill: #fff;
}
.passport_button:hover {
    background-color: #f0f0f0;
}

.passport_button svg {
    width: 30px;
    height: 30px;
}

.product-about-model__items {
    display: none;
}

.popup-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 5px;
}

.popup-quantity {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.quantity-minus,
.quantity-plus {
    width: 35px;
    height: 35px;
    background: #f0f0f0;
    border: 1px solid #ddd;
    font-size: 18px;
    cursor: pointer;
}

.quantity-input {
    width: 60px;
    height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 10px;
    font-size: 16px;
}

.popup-add-to-cart {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    width: 100%;
    transition: background 0.3s;
}

.popup-add-to-cart:hover {
    background: #45a049;
}

/* Уведомления */
@keyframes slideIn {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

.notification-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification-close {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
    opacity: 0.7;
}

.notification-close:hover {
    opacity: 1;
}

.mfp-content figure {
    background: #fff;
}

/* Слайдер в попапе (4 товара) */
.popup-related {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.popup-related__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #1c1c1c;
}

/* На мобильных (< 768px): список элементов без слайдера */
.popup-related--list .popup-related-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.popup-related--list .popup-related-item {
    width: 100%;
    flex-shrink: 0;
}

.popup-related--list .popup-related-item .popup-related-card {
    display: block;
    background: transparent;
    border-radius: 12px;
    padding: 15px;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}

.popup-related--list .popup-related-item .popup-related-card:hover {
    background: #f2f2f2;
}

.popup-related--list .popup-related-card__img {
    width: 100%;
    max-width: 120px;
    aspect-ratio: 1;
    object-fit: contain;
    mix-blend-mode: darken;
    border-radius: 8px;
}

.popup-related--list .popup-related-card__title {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    line-height: 1.3;
}

.popup-related-slider {
    overflow: hidden;
    position: relative;
}

.popup-related-slider .swiper-button-prev,
.popup-related-slider .swiper-button-next {
    width: 44px;
    height: 44px;
    margin-top: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.popup-related-slider .swiper-button-prev svg,
.popup-related-slider .swiper-button-next svg {
    opacity: 0;
}

.popup-related-slider .swiper-button-prev {
    left: 0;
    background-image: url(/upload/main/left.svg);
}

.popup-related-slider .swiper-button-next {
    right: 0;
    background-image: url(/upload/main/right.svg);
}

.popup-related-slider .swiper-button-prev::after,
.popup-related-slider .swiper-button-next::after {
    display: none;
}

.popup-related-slider .swiper-wrapper {
    align-items: stretch;
}

.popup-related-slide {
    height: auto;
    padding: 10px 5px;
}

.popup-related-slide .popup-related-card {
    background: transparent;
    border-radius: 12px;
    padding: 15px;
    height: 100%;
    cursor: pointer;
    transition: background 0.2s, box-shadow 0.2s;
}

.popup-related-slide .popup-related-card:hover {
    background: #f2f2f2;
}

.popup-related-card__img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    mix-blend-mode: darken;
    border-radius: 8px;
}

.popup-related-card__title {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
    line-height: 1.3;
}

/* Схема в Fancybox — белый фон контента */
.fancybox-content {
    background: #fff !important;
}

/* End */
/* /bitrix/templates/furniture_red/components/bitrix/search.title/visual3/style.css?17568529046071 */
/* /bitrix/templates/furniture_red/template_styles.css?177781431124169 */
/* /bitrix/templates/furniture_red/components/bitrix/catalog/cataloggrid/bitrix/catalog.element/.default/css/style.css?178152462526660 */
/* /bitrix/templates/furniture_red/components/bitrix/catalog/cataloggrid/bitrix/catalog.element/.default/css/element.css?177076838913390 */
