

/* Start:/bitrix/templates/hplinen/components/bitrix/catalog/catalog/style.css?169779760913356*/
#modal-filter {
    display: block!important;
    width: 100%;
    max-width: 425px;
    position: fixed!important;
    top: 0!important;
    left: -425px!important;
    bottom: 0!important;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
body.modal-filter-open #modal-filter {
    left: 0!important;
    -webkit-box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
    box-shadow: 0 7px 21px rgb(83 92 105 / 12%), 0 -1px 6px 0 rgb(83 92 105 / 6%);
}
.catalog-header {
    position: relative;
    margin: 18px 0 36px;
}
.catalog h1 {
    margin: 0;
    text-align: center;
}
.catalog .catalog-filter-container {
    position: absolute;
    top: 1px;
    right: 0;
}
.catalog .catalog-filter-button {
    padding: 9px 12px 9px 36px;
    border: 0;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(255 255 255 / 75%);
    background-image: url(/bitrix/templates/hplinen/icons/filter.svg);
    background-repeat: no-repeat;
    background-position: left 6px top 50%;
    background-size: 27px 27px;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}
.catalog .filter-num {
    display: none;
    width: 16px;
    height: 16px;
    background-color: #C68870;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 11px;
    margin: 0 0 0 6px;
}
.catalog .catalog-filter-button.filtered .filter-num {
    display: inline-block;
}
.catalog .catalog-sort-select { 
    display: inline-block;
    position: relative;
    padding: 9px 12px 9px 36px;
    margin-left: 6px;
    border: 0;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(255 255 255 / 75%);
    background-image: url(/bitrix/templates/hplinen/icons/sort.svg);
    background-repeat: no-repeat;
    background-position: left 6px top 50%;
    background-size: 27px 27px;
    cursor: pointer;
    font-size: 16px;
}
.catalog .catalog-sort-select:hover,
.catalog .catalog-sort-select:focus {
    box-shadow: none;
}
.catalog .catalog-sort-select:focus {
    border: 0;
}
.catalog .catalog-sort-select::-ms-expand { display: none; } 
.catalog .catalog-sort-select option { font-weight:normal; } 

.popup-window.basket-popup {
    padding: 24px;
    border-radius: 0;
    width: 450px;
}
.popup-window.basket-popup .popup-window-content {
    display: flex;
    align-items: center;
}
.basket-popup img {
    width: 150px;
    height: auto;
}
.basket-popup .popup-right {
    padding-left: 18px;
}
.basket-popup .title {
    font-size: 18px;
    font-family: "DIN Pro", "Open sans";
}
.basket-popup p {
    margin: 3px 0 0;
    padding: 0;
    font-size: 14px;
    font-family: "DIN Pro", "Open sans";
    color: #6c6864;
}
.basket-popup .popup-window-buttons {
    text-align: center;
    padding: 0;
    margin: 18px 0 0;
    position: relative;
}
.basket-popup .popup-button:first-child {
    display: inline-block;
    font-size: 14px;
    font-family: "DIN Pro", "Open sans";
    border-radius: 0;
    border: 1px solid #66435a;
    padding: 9px 24px;
    background: #66435a;
    color: #fff;
    cursor: pointer;
}
.basket-popup .popup-button:nth-child(2) {
    display: inline-block;
    font-size: 14px;
    font-family: "DIN Pro", "Open sans";
    border-radius: 0;
    border: 1px solid #66435a;
    padding: 9px 24px;
    background: #fff;
    color: #66435a;
    cursor: pointer;
}
.basket-popup .popup-window-close-icon {
    cursor: pointer;
    height: 21px;
    outline: 0;
    opacity: .6;
    position: absolute;
    right: 21px;
    top: 21px;
    width: 21px;
    transition: none;
}
.basket-popup .popup-window-close-icon:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
    width: 21px;
    height: 21px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.787 1L5 3.787 2.213 1 1 2.213 3.787 5 1 7.787 2.213 9 5 6.213 7.787 9 9 7.787 6.213 5 9 2.213' fill='%23999' fill-rule='evenodd'/%3E%3C/svg%3E");    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
}
.basket-popup .popup-window-close-icon:hover {
    opacity: 1;
}
.catalog-viewed-header,
.catalog-popular-header {
    text-align: center;
    font-family: "Wien", "Open sans";
    color: #66435a;
    font-size: 33px;
    margin: 90px 0 15px 0;
}
.products-catalog {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.products-catalog .products-catalog-item-container {
    display: flex;
    width: 25%;
    padding: 9px;
    margin: 0;
    position: relative;
}
.products-catalog .product-item {
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 24px;
    background: #fff;
    position: relative;
    text-decoration: none;
}
.products-catalog .product-item a,
.products-catalog .product-item a:hover,
.products-catalog .product-item a:focus {
    text-decoration: none;
    outline: 0;
}
.products-catalog .product-item-image-slider-control-container {
	position: absolute;
	right: 0;
	bottom: -30px;
	left: 0;
	z-index: 15;
	padding: 0;
	text-align: center;
	opacity: 1;
}
.products-catalog .product-item-image-slider-control,
.products-catalog .product-item-image-slider-control.active,
.products-catalog .product-item-image-slider-control:hover {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 9px;
	border-radius: 50%;
    background: #d9d9d9;
	cursor: pointer;
	transition: none;
	opacity: 1;
    transition: .2s;
}
.products-catalog .product-item-image-slider-control:last-child {
    margin: 0;
}
.products-catalog .product-item-image-slider-control.active,
.products-catalog .product-item-image-slider-control.active:hover {
    background: #000;
}
.products-catalog .product-item-image-wrapper {
	position: relative;
	display: block;
	padding-top: 100%;
	width: 100%;
	margin: 0;
	transition: none;
}
.products-catalog .product-item-image-slider-slide-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: none;
}
.products-catalog .product-item-image-original {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: none;
}
.products-catalog .product-item-image-slide {
    display: none;
	position: relative;
	height: 100%;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	transition: none;
}
.products-catalog .product-item-image-slide.active { display: block; }

.products-catalog .product-item-label-new {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    background: #47b39d;
    font-size: 13px;
    padding: 3px 12px;
}
.products-catalog .product-item-label-discount {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    background: #e24b33;
    font-size: 13px;
    padding: 3px 12px;
}
.products-catalog .product-item-title {
    text-align: left;
    color: #000;
}
.products-catalog .product-item-title a {
    display: block;
    width: 100%;
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.products-catalog .product-item-price-container {
    padding: 39px 0 3px;
    text-align: left;
    text-decoration: none;
}
.products-catalog .product-item-price-current {
	color: #000;
	white-space: nowrap;
	font-size: 18px;
}
.products-catalog .product-item-price-old {
	color: #BCBCBC;
	text-decoration: line-through;
	white-space: nowrap;
	font-size: 16px;
	margin: 0 0 0 3px;
}
.products-catalog .product-item-hidden {
    padding: 3px 0 0;
}
.bx-no-touch .products-catalog .product-item-hidden {
    display: none;
    position: absolute;
    padding: 3px 24px 24px;
    left: 0;
    width: 100%;
    background: #fff;
}
.bx-no-touch .products-catalog .product-item:hover .product-item-hidden {
    display: block;
    z-index: 990;
    box-shadow: 0 12px 6px -6px rgb(83 92 105 / 12%);
}
.products-catalog .product-item-properties {
    color: #6c6864;
    font-family: "DIN Pro Light", "Open sans";
}
.products-catalog .btn-detail {
    border: 0;
    margin: 18px auto 0;
    padding: 12px 9px;
    font-size: 13px;
    font-family: "DIN Pro medium", "Open sans";
    letter-spacing: 0.25px;
    line-height: 1;
    background: #66435a;
    opacity: 1;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    max-width: 180px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.products-catalog .btn-detail:hover {
    opacity: 0.85;
}
.catalog-products-viewed {
    margin: 120px 0 0;
}
@media (min-width: 1001px) {
    .products-catalog .products-catalog-item-container {
        width: 25%;
        padding: 0 15px 30px 0;
    }
}
@media (max-width: 1000px) {
    .catalog h1 {
        text-align: center;
        margin: 12px 0 24px;
    }
    .catalog-header {
        display: block;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .catalog .catalog-filter-container {
        position: unset;
        margin: 24px 0 6px;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .products-catalog .products-catalog-item-container {
        width: 33.3%;
        padding: 6px;
    }
    .products-catalog .product-item {
        padding: 12px;
    }
    .products-catalog .product-item-image-slider-control-container {
        bottom: 6px;
    }
    .products-catalog .product-item-image-slider-control,
    .products-catalog .product-item-image-slider-control.active,
    .products-catalog .product-item-image-slider-control:hover {
        width: 9px;
        height: 9px;
        margin-right: 6px;
        opacity: 0.7;
    }
    .products-catalog .product-item-price-container {
        padding: 18px 0 0;
    }
    .products-catalog .product-item-scu-item-color {
        width: 18px;
        height: 18px;
        margin: 2px;
    }
    .products-catalog .selected-ul-select.active,
    .products-catalog ul.ul-select li.active {
        padding: 3px 9px;
        font-size: 12px;
    }
    .products-catalog ul.ul-select.active li.active,
    .products-catalog ul.ul-select li {
        padding: 6px 9px;
        font-size: 12px;
    }
    .products-catalog ul.ul-select.active {
        top: 26px;
    }
    .products-catalog ul.ul-select li.active:before,
    .products-catalog .selected-ul-select.active:before {
        right: 9px;
        top: 5px;
    }
    .catalog .catalog-filter-button,
    .catalog .catalog-sort-select {
        flex: 1 1 auto;
        margin: 0 6px;
        text-align: left;
        font-size: 14px;
        border: 1px solid #e9e9e9;
        background-color: #fff;
    }
    .products-catalog .btn-buy {
        font-family: "DIN Pro Medium", "Open sans";
    }
    .popup-window.basket-popup {
        width: calc(100% - 48px);
    }
    .popup-window.basket-popup .popup-window-content {
        flex-flow: column;
    }
    .popup-window .popup-left {
        width: 100%;
        text-align: center;
    }
    .basket-popup img {
        width: 250px;
        max-width: 75%;
    }
    .basket-popup .popup-right {
        width: 100%;
        padding: 18px 0 0;
        text-align: center;
    }
    .basket-popup .popup-button:nth-child(1),
    .basket-popup .popup-button:nth-child(2) {
        width: 100%;
        font-family: "DIN Pro Medium", "Open sans";
        font-size: 13px;
        text-transform: uppercase;
    }
    .basket-popup .popup-button:nth-child(2) {
        margin: 9px 0 0!important;
    }
    .products-catalog .product-item-hidden {
        display: none;
    }
}
@media (max-width: 600px) {
    .products-catalog .products-catalog-item-container {
        width: 50%;
        padding: 6px;
    }
    .products-catalog .product-item-title {
        padding: 3px 0 0;
        line-height: 1.3;
        overflow: hidden;
    }
    .products-catalog .product-item-properties {
        padding: 3px 0 0;
        font-size: 12px;
        line-height: 1.3;
    }
    .products-catalog .product-item-price-container {
        padding: 12px 0 0;
    }
    .bx-no-touch .products-catalog .product-item-hidden {
        padding: 3px 12px 12px;
    }
    .products-catalog .btn-detail {
        padding: 9px;
        margin-top: 12px;
        font-size: 12px;
    }
    .catalog-products-viewed {
        margin: 60px 0 0;
    }
    .catalog .catalog-filter-container {
        position: unset;
        margin: 12px 0 6px;
        display: flex;
        flex-flow: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
}
/* End */


/* Start:/bitrix/templates/hplinen/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog/style.css?174067403623577*/
.bx-catalog-element-first {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
}
.bx-catalog-element-first-left {
    width: 55%;
    padding-right: 15px;
}
.bx-catalog-element-first-right {
    width: 45%;
    padding-left: 15px;
}
.bx-catalog-element-first-left-bottom {
    padding: 30px;
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    background: #fff;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.bx-catalog-element-first-right-top {
    font-size: 14px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}
.bx-catalog-element-first-right-bottom {
    background: #fff;
    padding: 30px;
}
.bx-catalog-element-first-right-bottom-2 {
    display: none;
}
.bx-catalog-element-first-right-top-2 {
    display: flex;
}
.bx-catalog-element-first-right-top-2,
.bx-catalog-element-first-right-top-3 {
    width: 100%;
}
.bx-catalog-element-first-right-top-3 {
    margin: 15px 0;
}
.bx-catalog-element-first-right-top-4 {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 36px 0 0;
}
.product-item-detail-info-container[data-entity="sku-line-block"] {
    width: 100%;
    margin: 15px 0;
}
.product-item-detail-info-container[data-entity="quantity-block"] {
    width: 120px;
    margin: 0 15px 0 0;
}
.product-item-detail-info-container[data-entity="quantity-block"] .product-item-detail-info-container-title {
    display: none;
}
.bx-catalog-element .item_economy_price {
    display: none;
}
.bx-catalog-element .product-item-detail-price-current {
    display: inline-block;
    white-space: nowrap;
    font-size: 24px;
    line-height: 1.05;
    color: #000;
}
.bx-catalog-element .product-item-detail-price-old {
    display: inline-block;
    color: #BCBCBC;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.05;
    margin: 0 0 0 3px;
}
.bx-catalog-element h1 {
    font-family: "DIN Pro", "Open sans";
    margin: 0 0 24px;
    padding: 0;
    font-size: 24px;
    line-height: 1.05;
    color: #000;
    text-align: left;
}
.bx-catalog-element .product-item-price-container {
    margin: 24px 0;
}
.bx-catalog-element .product-item-detail-pay-block {
	position: relative;
}
.bx-catalog-element .product-item-amount {
	text-align: left;
}
.bx-catalog-element .product-item-amount-field-container {
    position: relative;
}
.bx-catalog-element .product-item-amount-field {
    padding: 9px 30px;
    width: 120px;
    height: 48px;
    outline: none;
    border: 1px solid #66435a;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 1;
}
.bx-catalog-element .product-item-amount-field-btn-plus,
.bx-catalog-element .product-item-amount-field-btn-minus {
	position: absolute;
	top: 0;
	width: 30px;
	height: 48px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.bx-catalog-element .product-item-amount-field-btn-plus {
    left: 90px;
}
.bx-catalog-element .product-item-amount-field-btn-minus {
    left: 0;
}
.bx-catalog-element .product-item-amount-field-btn-plus:after,
.bx-catalog-element .product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
}
.bx-catalog-element .product-item-amount-field-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}
.bx-catalog-element .product-item-amount-field-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}
.bx-catalog-element .product-item-amount-field-btn-plus:hover:after,
.bx-catalog-element .product-item-amount-field-btn-minus:hover:after { opacity: 1; }

.bx-catalog-element .product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: flex-start;
}
.bx-catalog-element .product-item-detail-slider-controls-block {
    width: 70px;
    order: 1;
    margin: 0 30px 0px 0;
}
.bx-catalog-element .product-item-detail-slider-block {
    position: relative;
    padding-top: calc(100% - 100px);
    width: calc(100% - 100px);
}
.bx-catalog-element .product-item-detail-slider-more-photo {
    padding-top: calc(100% - 100px);
    width: calc(100% - 100px);
    order: 2;
}
.bx-catalog-element .product-item-detail-slider-controls-image {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 70px;
	height: 70px;
	cursor: pointer;
	margin: 0 0 3px;
}
.bx-catalog-element .product-item-detail-slider-controls-image img {
	position: absolute;
	width: 70px;
	height: 70px;
	opacity: 0.5;
	-webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bx-catalog-element .product-item-detail-slider-controls-image.active img {
    opacity: 1;
}
.bx-catalog-element .product-item-detail-slider-images-container {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.bx-catalog-element .product-item-detail-slider-image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	opacity: 0;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; 
}
.bx-catalog-element .product-item-detail-slider-image.active {
	z-index: 10;
	opacity: 1;
}
.bx-catalog-element .product-item-detail-slider-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	outline: 1px solid transparent;
	background-position: center;
	background-repeat: no-repeat;
	transform: translateY(-50%) translateX(-50%);
}
.bx-catalog-element .product-item-scu-item-list {
    padding: 0;
    list-style: none;
}
.product-item-offer-preview {
    display: inline-block;
}
.bx-catalog-element .on_request_alert {
    display: inline-block;
    color: #A94442;
    background-color: #F2DEDE;
    border-color: #EBCCD1;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    padding: 3px 6px;
}
.bx-catalog-element .product-item-scu-item-text-container:hover {
    cursor: pointer;
}
.bx-catalog-element .product-item-scu-item-text-container {
    padding: 2px 0;
    position: relative;
}
.bx-catalog-element .product-item-scu-item-text {
    padding: 0 0 0 30px;
}
.bx-catalog-element .product-item-scu-item-text:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #66435a;
}
.bx-catalog-element .product-item-scu-item-text-container.selected .product-item-scu-item-text:after{
    content: '';
    display: block;
    position: absolute;
    left: 4px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #66435a;
}
.bx-catalog-element .product-item-scu-item-images-list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}
.product-item-scu-item-color-container {
    margin: 0 4px 4px 0;
	width: 60px;
	height: 60px;
}
.product-item-scu-item-color-block {
	position: relative;
	padding-top: 100%;
	cursor: pointer;
	border: 1px solid #d9d9d9;
}
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
	border: 1px solid #66435a;
}
.bx-catalog-element .product-item-scu-item-color {
	position: absolute;
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.bx-catalog-element div[data-entity="main-button-container"] {
    width: 100%;
}
.bx-catalog-element .product-item-detail-buy-button {
    border: 0;
    padding: 14px 9px;
    font-size: 16px;
    line-height: 20px;
    font-family: "DIN Pro medium", "Open sans";
    letter-spacing: 0.5px;
    outline: 0;
    text-transform: uppercase;
    background: #66435a;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bx-catalog-element .product-item-detail-buy-button:hover,
.bx-catalog-element .product-item-detail-buy-button:focus {
    outline: 0;
    opacity: 0.85;
    color: #fff;
    text-decoration: none;
}
.bx-catalog-element .product-item-labels {
    display: flex;
    align-items: center;
}
.bx-catalog-element .product-item-label-brand {
    height: 48px;
    margin: 0 24px 0 0;
}
.bx-catalog-element .product-item-label-brand img {
    height: 42px;
}
.bx-catalog-element .product-item-label-new {
    color: #fff;
    background: #47b39d;
    font-size: 14px;
    padding: 4px 13px;
    margin: 0 6px 0 0;
}
.bx-catalog-element .product-item-label-discount {
    color: #fff;
    background: #e24b33;
    font-size: 14px;
    padding: 4px 13px;
    margin: 0 6px 0 0;
}
.bx-catalog-element .product-item-offer-description {
    margin: 15px 0;
}
.bx-catalog-element .product-item-detail-info-container-title,
.bx-catalog-element-detail-text .title,
.bx-catalog-element .product-item-offer-description .title {
    font-size: 16px;
    display: block;
    font-family: "DIN Pro Medium", "Open sans";
    margin: 0 0 3px;
}
.bx-catalog-element .product-item-detail {
    font-size: 14px;
    margin-bottom: 6px;
}
.bx-catalog-element .bx-catalog-element-detail-text {
    font-size: 14px;
}
.product-item-offer-description p {
    margin: 0 0 9px;
}
.bx-catalog-element .bx-catalog-element-detail-text p {
    margin: 0 0 9px;
    text-align: justify;
}
.product-item-offer-description .separator,
.bx-catalog-element .bx-catalog-element-detail-text .separator {
    padding: 0 0 6px;
}
.bx-catalog-element .product-item-detail-property-row {
    display: flex;
    margin-bottom: 6px;
    column-gap: 6px;
    align-items: flex-start;
}
.bx-catalog-element .product-item-detail-properties .product-item-detail-property-row:last-child {
    margin: 0;
}    
.bx-catalog-element .product-item-detail-property-name {
    min-width: -moz-fit-content;
    min-width: fit-content;
    color: #6c6864;
}
.bx-catalog-element .product-item-detail-property-dots {
    height: 16px;
    flex-grow: 2;
    border-bottom: 1px dashed #d9d9d9;
}
.bx-catalog-element .product-item-detail-property-vals {
    max-width: 83%;
    text-align: justify;
}
.bx-catalog-element .products-in-series {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.bx-catalog-element .products-in-series_item {
    width: 100px;
    margin: 12px 12px 12px 0;
    overflow: hidden;
}
.bx-catalog-element .products-in-series_item-image {
    position: relative;
    display: block;
    padding-top: 100%;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.bx-catalog-element .products-in-series-title {
    text-align: left;
    font-family: "DIN Pro", "Open sans";
    color: #000;
    font-size: 21px;
    padding: 0 15px 0 0;
}
.bx-catalog-element .product-item-detail-slider-left,
.bx-catalog-element .product-item-detail-slider-right {
    z-index: 111;
    position: absolute;
    top: 50%;
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
    padding: 16px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bx-catalog-element .product-item-detail-slider-left:hover,
.bx-catalog-element .product-item-detail-slider-right:hover {
    opacity: 0.75;
}
.bx-catalog-element .product-item-detail-slider-left:before,
.bx-catalog-element .product-item-detail-slider-right:before {
    display: block;
    content: ' ';
    width: 18px;
    height: 18px;
    background-image: url(/bitrix/templates/hplinen/icons/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
}
.bx-catalog-element .product-item-detail-slider-left:before {
    transform: scale(-1, 1);
}
.bx-catalog-element .product-item-detail-slider-left {
    left: 30px;
}
.bx-catalog-element .product-item-detail-slider-right {
	right: 30px;
}
.bx-catalog-element-info-block {
    padding: 30px;
    margin: 0 auto;
    margin-top: 90px;
    width: 100%;
    background: #fff;
}
.tabbed {
	overflow-x: hidden;
}
.tabbed [type="radio"] {
	display: none;
}
.tabs {
	display: flex;
	align-items: stretch;
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}
.tab > label {
    display: block;
    padding: 0 0 3px;
    margin: 0 30px 0 0;
    color: #c1c1c1;
    font-family: "DIN Pro Medium", "Open sans";
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.tab:hover label {
	color: #333;
}
.tab-content {
	display: none;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label {
    border-bottom-color: #333;    
    color: #333;
}
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
	display: block;
}
.ac-container{
	width: 600px;
	max-width: 100%;
    margin: 0 auto 6px auto;
	text-align: left;
}
.ac-container .ac-question {
    margin-bottom: 9px;
}
.ac-container label{
    font-size: 16px;
    font-weight: normal;
    padding: 12px 18px;
    margin: 0;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    background: #fafafa;
}
.ac-container label:hover{
	background: #d9d9d9;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
/*     background: #fff; */
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(/bitrix/templates/hplinen/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog/../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(/bitrix/templates/hplinen/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog/../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
    border: 1px solid #d9d9d9;
    border-top: 0;
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.ac-container article p {
	font-style: italic;
	color: #000;
	font-size: 14px;
	padding: 18px;
	margin: 0;
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 230px;
}


.bx-catalog-element-info-block .pay-info-ul,
.bx-catalog-element-info-block .delivery-info-ul,
.bx-catalog-element-info-block .return-info-ul {
    list-style: none;
    padding: 0;
}
.bx-catalog-element-info-block .pay-info-ul li {
    padding: 0 0 0 42px;
    margin: 0 0 24px;
    position: relative;
}
.bx-catalog-element-info-block .delivery-info-ul li,
.bx-catalog-element-info-block .return-info-ul li{
    padding: 0;
    margin: 0 0 24px;
    position: relative;
}
.bx-catalog-element-info-block .pay-info-ul li.card:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-image: url(/bitrix/templates/hplinen/icons/card.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bx-catalog-element-info-block .pay-info-ul li.wallet:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-image: url(/bitrix/templates/hplinen/icons/wallet.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bx-catalog-element-info-block .pay-info-ul li.sbp:before {
    display: block;
    content: ' ';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 25px;
    height: 25px;
    background-image: url(/bitrix/templates/hplinen/icons/sbp.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.bx-catalog-element-info-block .delivery-info-ul .title,
.bx-catalog-element-info-block .pay-info-ul .title {
    display: block;
    font-family: "DIN Pro Medium", "Open sans";
    font-size: 16px;
    margin: 0 0 3px;
}
.bx-catalog-element-info-block .delivery-info-ul .text,
.bx-catalog-element-info-block .pay-info-ul .text {
    color: #6c6864;
}

@media (max-width: 1000px) {
    .bx-catalog-element-first {
        flex-direction: column;
        margin: 0;
    }
    .bx-catalog-element-first-left,
    .bx-catalog-element-first-right {
        width: 100%;
        padding: 0;
    }
    .bx-catalog-element-first-left {
        margin: 0 0 24px;
    }
    .bx-catalog-element-first-left-bottom {
        display: none;
    }
    .bx-catalog-element-first-right-top {
        padding: 24px;
        margin-bottom: 24px;
    }
    .bx-catalog-element-first-right-bottom {
        padding: 24px;
    }
    .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }
    .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 100%;
    }
    .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        display: none;
    }
    .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        display: none!important;
    }
    .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-left,
    .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    	position: absolute;
    	top: 0;
    	bottom: 0;
    	z-index: 111;
    	display: block;
    	width: 15%;
    	background: rgba(255, 255, 255, 0) url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E') no-repeat center;
    	opacity: .6;
    }
    .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-left { left: 0; }
    .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-right {
    	right: 0;
    	transform: rotate(180deg);
    }
    .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-height: 100vh;
    }
    .bx-catalog-element-first-right-bottom-2 {
        display: block;
        background: #fff;
        padding: 24px;
        margin-top: 24px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    .bx-catalog-element .products-in-series-title {
        padding: 0 9px 0 0;
    }
    .bx-catalog-element .products-in-series_item {
        width: 100px;
        margin: 9px 9px 9px 0;
    }
    .bx-catalog-element .product-item-detail-slider-left {
        left: 24px;
    }
    .bx-catalog-element .product-item-detail-slider-right {
    	right: 24px;
    }
    .bx-catalog-element-info-block {
        padding: 24px;
        margin-top: 24px;
    }
    .tabs {
        margin: 0 0 24px;
        flex-wrap: wrap;
    }
    .tab > label {
        margin: 0 24px 0 0;
    }
    .product-item-detail-info-container[data-entity="sku-line-block"],
    .bx-catalog-element .product-item-offer-description {
        margin: 15px 0;
    }
    .bx-catalog-element-first-right-top-4 {
        margin: 24px 0 0;
    }
}
@media (max-width: 600px) {
    .bx-catalog-element .product-item-detail-slider-container {
        flex-direction: column;
    }
    .bx-catalog-element .product-item-detail-slider-block {
        padding-top: 100%;
        width: 100%;
    }
    .bx-catalog-element .product-item-detail-slider-controls-block {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 0 24px;
        display: none!important;
    }
    .bx-catalog-element .product-item-detail-slider-controls-image {
        margin: 3px;
    }
    .bx-catalog-element-first-right-top {
        padding: 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }
    .bx-catalog-element-first-right-bottom {
        padding: 15px;
    }
    .bx-catalog-element .product-item-detail-slider-left {
        left: 15px;
    }
    .bx-catalog-element .product-item-detail-slider-right {
    	right: 15px;
    }
    .bx-catalog-element .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-height: 100vh;
    }
    .bx-catalog-element-first-right-bottom-2 {
        padding: 15px;
        margin-top: 15px;
        display: block;
    }
    .bx-catalog-element .products-in-series-title {
        padding: 0 0 9px 0;
        font-size: 18px;
    }
    .bx-catalog-element .products-in-series_item {
        width: 80px;
        margin: 6px 6px 6px 0;
    }
    .bx-catalog-element .product-item-detail-buy-button {
        font-size: 15px;
    }
    .bx-catalog-element .product-item-amount-field {
        width: 90px;
        font-size: 15px;
    }
    .bx-catalog-element .product-item-amount-field-btn-plus {
        left: 60px;
    }
    .bx-catalog-element-info-block {
        padding: 15px;
        margin-top: 15px;
    }
    .tabs {
        margin: 0 0 15px;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tab > label {
        margin: 0 0 9px 0;
        font-size: 14px;
        letter-spacing: 0.25px;
        
    }
    .bx-catalog-element-info-block .delivery-info-ul .title,
    .bx-catalog-element-info-block .pay-info-ul .title {
        font-size: 14px;
    }
}
/* End */


/* Start:/bitrix/templates/hplinen/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog/themes/blue/style.min.css?1697797609902*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-selected-scu,.bx-blue .product-item-detail-slider-controls-image:hover,.bx-blue .product-item-detail-slider-controls-image.active{outline-color:#006cc0}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .product-item-detail-slider-progress-bar{background-color:#006cc0}
/* End */


/* Start:/bitrix/templates/hplinen/components/bitrix/catalog/catalog/bitrix/catalog.section/catalog/themes/blue/style.min.css?1697797609706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /bitrix/templates/hplinen/components/bitrix/catalog/catalog/style.css?169779760913356 */
/* /bitrix/templates/hplinen/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog/style.css?174067403623577 */
/* /bitrix/templates/hplinen/components/bitrix/catalog/catalog/bitrix/catalog.element/catalog/themes/blue/style.min.css?1697797609902 */
/* /bitrix/templates/hplinen/components/bitrix/catalog/catalog/bitrix/catalog.section/catalog/themes/blue/style.min.css?1697797609706 */
