.header-bar {
    background: #f5f5f5;
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    padding: 6px 12px;
    text-align: center;
}

.header-bar__inner {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: inherit;
}

.header-bar__icon img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.header-bar__text {
    font-weight: 500;
}

/*слайдер*/
.interiors-detail__wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
}
.interiors-detail__content {
    position: relative;
}
.interiors-detail__aside {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 420px;
}
/*

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


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

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

@media(max-width: 1200px) {

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

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

.interiors-detail-products__title {
    margin-bottom: 20px;
    text-align: center;
    font-size: 36px;
}
.interiors-detail-products__title h2{
    font-weight: 400;
}
@media(max-width: 1000px) {
    .interiors-detail__wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

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

    .interiors-detail__content {
        width: 100%;
    }

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

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

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


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

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


@media(max-width: 800px) {

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

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

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

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

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

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


}
