<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.item-block {
	display: table;
	width: 100%;
	position: relative;
	box-sizing: border-box;
}
.image-other {
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 40%;
	padding: 20px;
	box-sizing: border-box;
	border: 1px solid #ececec;
}
.image-box-other {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	box-sizing: border-box;
}
.image-box-other img {
	max-width: 100%;
	max-height: 500px;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.item .information {
	display: table-cell;
	vertical-align: top;
	position: relative;
	width: 60%;
	padding: 20px;
	background: #ececec;
}
.item .information .order .buy {
	display: block;
	width: 100%;
	margin: 10px 0;
}
.item .prices {
	width: 100%;
}
.item .prices .image {
	display: inline-block;
	width: 60px;
	height: 60px;
	overflow: hidden;
	font-size: 0px;
	white-space: nowrap;
}
.item .prices .image .valign {
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.item .prices .image img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.item .information .article {
    display: block;
    margin: 0;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 10px 0;
}
.item .prices .state {
	display: inline-block;
	float: none;
}
.item .information .price {
	position: relative;
	font-size: 14px;
	color: #212121;
}
.item .information .price .current {
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	font-size: 32px;
	line-height: normal;
	border-bottom: 3px solid #fed625;
	color: #212121;
	line-height: 1.2;
}
.price_left {
	text-align: left;
}
.price_right {
	text-align: right;
}
.item .description {
	color: #212121;
	margin: 0 0 20px 0;
	box-sizing: border-box;
}
.item .description span {
	text-transform: lowercase;
}
.button_block {
	display: inline-block;
}
.button_block_v {
	margin: 0 2px;
	display: inline-block;
}
.button_block a {
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	display: inline-block;
	height: 38px;
	line-height: 37px;
	color: #212121;
	margin: 0;
	display: inline-block;
	position: relative;
	text-decoration: none;
	transition: background-color 0.3s;
	box-sizing: border-box;
	border-radius: 7px;
}</pre></body></html>