

/* Start:/bitrix/templates/hplinen/components/bitrix/catalog.element/constructor/style.css?174369515312176*/
.bx-catalog-element {
    width: 100%;
    padding: 0 15px;
}
.bx-catalog-element-top {
    width: 100%;
    background: #fff;
}
.bx-catalog-element-bottom {
    width: 100%;
    padding: 30px;
    background: #fff;
    font-size: 14px;
}
.bx-catalog-element-bottom-3 {
}
.bx-catalog-element-bottom-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: 6px 0 0;
}
.product-item-detail-info-container[data-entity="quantity-block"] {
    width: 120px;
}
.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: 21px;
    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 .element-title {
    font-family: "DIN Pro", "Open sans";
    margin: 0;
    padding: 0;
    font-size: 21px;
    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: 110px;
    height: 44px;
    outline: none;
    border: 1px solid #66435a;
    border-radius: 0;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
    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: 44px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.bx-catalog-element .product-item-amount-field-btn-plus {
    left: 80px;
}
.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: 250px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: flex-start;
}
.bx-catalog-element .product-item-detail-slider-controls-block {
    display: none!important;
}
.bx-catalog-element .product-item-detail-slider-block {
    position: relative;
    padding-top: 100%;
    width: 100%;
}
.bx-catalog-element .product-item-detail-slider-more-photo {
    margin-top: 30px;
    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;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: start;
}
.bx-catalog-element .product-item-scu-item-text-container:hover {
    cursor: pointer;
}
.bx-catalog-element .product-item-scu-item-text-container {
    margin: 0 4px 4px 0;
    border: 1px solid #d9d9d9;
}
.bx-catalog-element .product-item-scu-item-text {
    padding: 2px 6px;
}
.bx-catalog-element .product-item-scu-item-text-container.selected {
    border: 1px solid #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: 33px;
	height: 33px;
}
.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%;
    margin: 0 0 0 15px;
}
.bx-catalog-element .product-item-detail-buy-button {
    border: 0;
    padding: 12px 9px;
    font-size: 14px;
    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;
}
.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: 18px 0;
}
.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;
}
.size-hint {
    cursor: pointer;
    color: #6c6864;
    border-bottom: 1px dotted #6c6864;
}
#modal-size-table {
    padding: 30px;
    max-width: 100%;
}
.size-table-container {
    overflow-x: overlay;
}
.size-table-title {
    font-family: "DIN Pro Medium", "Open sans";
    margin: 0 0 15px;
    padding: 0;
    font-size: 21px;
    line-height: 1.05;
    color: #000;
    text-align: left;
}
.size-table {
    border: 1px solid #000;
}
.size-table tr td {
    border: 1px solid #000;
    padding: 4px 6px;
    text-align: center;
}
.size-table tr td:first-child {
    text-align: left;
}
.size-table tr.title {
    font-weight: bold;
}

.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% - 17px);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
    padding: 9px;
    -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: 16px;
    height: 16px;
    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: 6px;
}
.bx-catalog-element .product-item-detail-slider-right {
	right: 6px;
}

@media (max-width: 1000px) {

}
/* End */


/* Start:/bitrix/templates/hplinen/components/bitrix/catalog.element/constructor/themes/blue/style.min.css?1697797610902*/
.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 */
/* /bitrix/templates/hplinen/components/bitrix/catalog.element/constructor/style.css?174369515312176 */
/* /bitrix/templates/hplinen/components/bitrix/catalog.element/constructor/themes/blue/style.min.css?1697797610902 */
