.item {
	display: block;
	width: 100%;
	position: relative;
}
.item-block {
	display: flex;
	width: 100%;
	position: relative;
}
.item .item-image-block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 60%;
	padding: 0 30px 0 0;
	box-sizing: border-box;
}
.item .item-information-block {
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 40%;
	background: #ffffff;
	padding: 0;
	box-sizing: border-box;
}
.item .item-tabs-block {
	display: block;
	width: 100%;
	margin-top: 20px;
}
.item .item-image-wrapper {
	display: block;
	width: 100%;
	margin: 0;
	position: relative;
}
.item .item-image {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: nowrap;
	margin: 0 auto;
	vertical-align: top;
	padding: 0;
	box-sizing: border-box;
}
.item .item-image a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s;
}
.item .item-image a:hover {
	opacity: 0.8;
}
.item .item-image img {
	display: block;
    max-width: 100%;
    max-height: 600px;
	width: auto;
	height: auto;
	margin: 0 auto;
}
.other-images-wrapper {
	display: block;
    position: relative;
    width: 100%;
    height: 100px;
    padding: 0;
	margin-top: 15px;
    box-sizing: border-box;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	cursor: grab;
}
.other-images-block {
	display: block;
	width: 100%;
	white-space: nowrap;
}
.other-images {
	display: inline-block;
	vertical-align: top;
	width: 100px;
    height: 90px;
	margin: 0 5px 5px 0;
	padding: 0;
	position: relative;
}
.other-images:last-child {
	margin-right: 0;
}
.other_models {
	position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
	overflow: hidden;
    overflow-y: auto;
    padding: 0;
    box-sizing: border-box;
}
.other_models a {
	display: block;
    vertical-align: middle;
    width: 100px;
    margin-bottom: 10px;
    box-sizing: border-box;
    text-align: center;
}
.other_models a:last-child {
	margin-bottom: 0;
}
.other_models img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	padding: 0;
	box-sizing: border-box;
	display: block;
}
.item .other-images a {	
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	opacity: 1;
	transition: opacity 0.3s;
}
.item .other-images a:hover {
	opacity: 0.8;
}
.item .other-images img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.item .price {
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	color: #000000;
	margin: 0;
}
.item .price strong {
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}
.item .price .current {
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	font-size: 36px;
	line-height: 1.2;
}
.item .price .old_price {
	display: block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1;
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-weight: bold;
	padding: 0;
	margin: 5px 0 10px 0;
}
.item .price .old_price span {
	font-size: 16px;
	margin: 5px 0 0 0;
	padding: 0;
	color: #f74802;
	text-decoration: line-through;
}
.products_small_harakt {
	font-family: Tahoma, Arial, Sans-Serif;
	font-size: 14px;
	line-height: 1.2;
	text-align: left;
	overflow: hidden;
	border: 1px solid #ececec;
}
.products_small_harakt_row {
    display: table;
    width: 100%;
    padding: 0;
	background: #f1f1f1;
}
.products_small_harakt_row:nth-child(2n) {
    background: #ffffff;
}
.products_small_harakt_title {
    display: table-cell;
    width: 40%;
	font-weight: bold;
    padding: 10px 10px;
}
.products_small_harakt_desc {
    display: table-cell;
    width: 60%;
    padding: 5px 10px;
	border-left: 1px solid #ececec;
}
.products_small_harakt_desc strong {
	font-weight: bold;
}
.products_small_harakt_desc a {
    font-size: 14px;
    color: #000000;
    padding: 0;
    border-bottom: 1px dashed #000000;
    text-decoration: none;
	transition: opacity 0.3s;
}
.products_small_harakt_all {
	text-align: right;
    margin: 0 10px 0 10px;
}
.products_small_harakt_all a {
	font-size: 14px;
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #ffffff;
	text-decoration: none;
	background: #f74802;
	padding: 5px 10px;
	border-radius: 0 0 5px 5px;
}
.products_small_harakt_all a:hover {
	color: #ffffff;
}
.item .description {
	color: #000000;
	margin: 0;
	box-sizing: border-box;
}
.item .description span {
	text-transform: lowercase;
}
.item-information-block .order {
	margin: 15px 0;
	display: block;
}
.in-stock {
	font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
    color: #17a200;
	margin-top: 10px;
}
.rassrochka-text {
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: normal;
	font-size: 12px;
	margin-top: 5px;
}
.rassrochka-text span {
	font-weight: bold;
}
.item-tabs-block {
	position: relative;
    font-size: 14px;
}
.item-tabs {
    display: block;
    padding: 0;
    margin: 0;
}
.item-tabs li {
    font-family: 'dinpro', Tahoma, Arial, Sans-Serif;
	font-weight: normal;
    background-color: #ffffff;
    background-repeat: no-repeat;
    color: #000000;
    display: inline-block;
    font-size: 18px;
    cursor: pointer;
	margin: 0 50px 0 0;
    padding: 0 0 3px 0;
    background-size: 18px 18px;
    background-position: 0 50%;
}
.item-tabs li:last-child {
	margin: 0 0 0 0;
}
.item-tabs li.current, 
.item-tabs li.ui-state-hover, 
.item-tabs li.ui-state-active {
	font-weight: normal;
}
.item-tabs li:after {
	display: block;
	content: "";
	height: 3px;
	width: 0%;
	margin: 0 0 -6px 0;
	background-color: #f74802;
	transition: width 0.4s ease-in-out;
}
.item-tabs li:hover:after,
.item-tabs li:focus:after {
	width: 100%;
}
.item-tabs li.current:after, 
.item-tabs li.ui-state-hover:after, 
.item-tabs li.ui-state-active:after {
	width: 100%;
}
.item-tabs li a {
    color: #ffffff;
    display: block;
    color: inherit;
    font-size: inherit;
	font-weight: bold;
    text-decoration: none;
    padding: 5px 0 5px 25px;
	line-height: 100%;
    font-size: 18px;
	text-decoration: none;
}
.tab_description_block {
	padding: 0;
	background: #ffffff;
}
.tab_description {
	font-size: 14px;
    border-radius: 0;
    padding: 20px 0 0 0;
    margin: 0;
    background: #ffffff;
    box-sizing: border-box;
}
.item-tabs .tabs_properties {
    background-image: url(/images/icons/properties.svg);
}
.item-tabs .tabs_other {
    background-image: url(/images/icons/other_furniture.svg);
}
.item-tabs .tabs_dostavka {
    background-image: url(/images/icons/delivery_black.svg);
}
.item-tabs .tabs_vozvrat {
    background-image: url(/images/icons/refund.svg);
}
.not_available_font {
	color: #ff0030;
	font-size: 30px;
}
.kuhni_banner_item {
	font-family: Tahoma, Arial, Sans-Serif;
	font-weight: normal;
    font-size: 14px;
	line-height: 1.4;
    padding: 0 0 10px 0;
}
.kuhni_banner_item strong {
	font-weight: bold;
}
.uni_right {
	text-align: right;
}
.kitchen_kompl_warning {
	position: relative;
    display: block;
    width: 100%;
    padding-left: 32px;
	font-size: 14px;
    color: #818181;
    margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	text-align: left;
}
.kitchen_kompl_warning a {
    color: #818181;
}
.kitchen_kompl_warning::before {
	background: url(/images/icons/warning.svg) no-repeat center center;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    position: absolute;
    content: "";
    margin: 0;
    top: 2px;
    left: 0;
    opacity: 0.4;
}
.article {
    font-size: 12px;
    margin: 5px 0 10px 0;
}
.workarea_wrap h1 {
	margin-bottom: 0;
}
.description_text ul {
	list-style: disc;
}