

/* 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/components/bitrix/news.list/portfolio/style.css?1772110724150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/bitrix/templates/furniture_red/components/bitrix/news.list/news/style.css?17721107251814*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}
.main-news__item:nth-child(1), .main-news__item:nth-child(3) {
    display: grid;
}
.main-news__item:nth-child(1) .main-news__item-img, .main-news__item:nth-child(3) .main-news__item-img {
    order: 2;
}
.main-news__item:nth-child(1) .main-news_desc, .main-news__item:nth-child(3) .main-news_desc {
    order: 1;
}
.main-news_desc, .main-news__item-img {
    border-top: 1px solid #e6e6e6;
    padding-top: 24px;
    margin-top: 24px;
}
.main-news__item-img, .main-news_desc {
    min-height: 327px;
}
.main-news__item-date {
    float: right;
	text-align: center;
}
.main-news__item-date span {
    font-size: 24px;
    color: #1C1C1C;
    display: block;
	font-weight: 500;
	margin-bottom: 4px;
}

.main-news__item-date {
	font-size: 18px;
	color:#253745;
}

.main-news__item {
    padding-bottom: 0 !important;
}
.main-news_desc {
	display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: start;
		height: fit-content;
		flex-direction: column;
		padding-bottom: 12px;
}
.main-news_desc div {
    width: 100%;
    height: fit-content;
}
.main-news__item {
    max-width: 32%;
}
@media(max-width:768px) {
	.main-news__item:nth-child(1) .main-news_desc, .main-news__item:nth-child(3) .main-news_desc {
		order: 3;
	}
	.main-news__item-img img {
		border-radius: 8px;
	}
	.main-news__item {
		max-width: 315px;
	}
	.main-news__item-img {
		min-height: auto;
	}
	.main-news__item-img {
		margin-bottom: 0px !important;
	}
	.main-news__item-title {
		font-size: 16px !important;
		padding-right: 50px;
	}
	.main-news__item-date span {
		font-size: 18px;
	}
	.main-news_desc {
		min-height: 180px;
	}
	.main-news {
		overflow: hidden;
	}

}
/* 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 */
/* /bitrix/templates/furniture_red/components/bitrix/search.title/visual3/style.css?17568529046071 */
/* /bitrix/templates/furniture_red/components/bitrix/news.list/portfolio/style.css?1772110724150 */
/* /bitrix/templates/furniture_red/components/bitrix/news.list/news/style.css?17721107251814 */
/* /bitrix/templates/furniture_red/template_styles.css?177781431124169 */
