@import url('style.catalog.css?1');

.product_wrap .title {
	position: relative;
}
.product_wrap .status {
	position: relative;
	padding: 0 6px;
	margin-left: 5px;
	height: 18px;
	line-height: 18px;
	background-color: #12C4E2;
	margin-top: -12px;
	font-style: normal;
	font-size: 12px;
	color: #fff;
}
.product_wrap .status:after {
	position: absolute;
	display: block;
	content: '';
	top: 100%;
	left: 0px;
	border-left: 5px solid #12C4E2;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
}


.product_info {
	position: relative;
}
.product_info .date {
	margin: 0 0 15px 0;
	color: #C0C0C0;
}
.product_info .link {
	margin: 5px 0 0 12px;
}
.product_info .attributes {
	margin: 10px 0;
	/*text-align: right;*/
}
.product_info .attributes div {
	margin: 10px 0 0 0;
	line-height: 26px;
}
.product_info .attributes div:first-child {
	margin: 0;
}
.product_info .attributes .values {
	list-style: none;
	margin: 0 0 0 5px;
}
.product_info .attributes .values label {
	float: left;
	line-height: 18px;
	margin: 0 5px 0 0;
	padding: 3px 6px;
	border: 1px solid #2a2320;
	background: #3d3532;
	cursor: pointer;
		 -o-transition:all 100ms linear;
	   -moz-transition:all 100ms linear;
	-webkit-transition:all 100ms linear;
			transition:all 100ms linear;
			border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.product_info .attributes .values label.active {
	/*border-color: #C93D00;*/
	background-color: #FF4D00;
	color: #fff;
}


.product_info .price_wrap {
	margin: 3px 0 0 0;
	padding: 3px 0 0 0;
}
.product_info .price {
	vertical-align: top;
	color: #00DAFF;
	font-size: 120%;
	line-height: inherit;
}
.product_info .price b {
	font-size: 140%;
	font-weight: normal;
}
.product_info .price s {
	position: relative;
	display: inline;
	color: #DFDED0;
	font-size: 13px;
	margin: -5px 0 0 0;
}
.product_info .price_wrap small {
	margin: 2px 0 0 10px;
	color: #cccccc;
}

.product_info .versions {
	padding: 8px 0 4px;
}
.product_info .versions table td {
	padding-left: 10px;
}
.product_info .versions table td:first-child {
	padding: 4px 0 0 0;
	color: #ddd;
}
.product_info .versions li {
	margin: 0 5px 6px 0;
}
.product_info .versions li a {
	display: block;
	border: 1px solid #1E1E1E;
	background-color: #494949;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-size: cover;
	color: #F2F2F2;
	text-decoration: none;
	padding: 0 6px;
	height: 22px;
	line-height: 22px;
		 -o-transition:all 80ms linear;
	   -moz-transition:all 80ms linear;
	-webkit-transition:all 80ms linear;
			transition:all 80ms linear;
			border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.product_info .versions li a:hover {
	border-color: #FFA914;
}
.product_info .versions li a.image {
	height: 42px;
	width: 30px;
}
.product_info .versions li a.image span {
	display: none;
}
.product_info .versions li.select a {
	border-color: #FF8F0F;
	background-color: #FFA914;
	color: #000;
}



.product_desc {
	padding: 20px;
	background: #342d2a;
}
.product_desc p {
	padding-top: 20px;
	font-size: 14px;
	color: #545454;
	line-height: 1.3em;
}

.product_opinions {
	margin: 20px 0 0 0;
	font-family: 'trebuchet MS', arial, tahoma, sans-serif;
}
.product_opinions td:first-child {
	padding: 20px 30px 0 0;
}
.product_opinions .wi {
	margin: 2px 0 8px;
}
.product_opinions .form {
	background: #342d2a;
	padding: 20px;
}
.product_opinions p {
	margin: 0 0 2px 0;
}
.product_opinions article {
	margin: 0 0 12px 0;
}
.product_opinions article div {
	font-size: 12px;
	color: #828282;
}

/* ========== галерея фотографий ========= */
.im_preview {
	position: relative;
	font-size: 0;
	cursor: move;
}
.im_preview img {
	width: 311px;
	height: auto;
	display: block;
}
.im_preview > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(pic/pix_pattern.png);
	z-index: 2;
}
.im_preview > div span {
	position: absolute;
	display: block;
	overflow: hidden;
	top: 50px;
	left: 72px;
	width: 145px;
	height: 100px;
	margin: -50px 0 0 -72px;
			box-shadow: 0px 0px 5px #2D2D2D;
	   -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}
.im_preview > div img {
	margin-top: 0px;
	margin-left: 0px;
}


.im_increased {
	position: absolute;
	font-size: 0;
	width: 100%;
	height: 400px;
	z-index: 100;
	overflow: hidden;
			box-shadow: 0px 2px 7px #4d4d4d;
	   -moz-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 2px 7px rgba(0,0,0,0.3);
}
.im_preview > div,
.im_increased {
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
		 -o-transition:all 300ms ease;
	   -moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
			transition:all 300ms ease;
}
.im_preview.show > div,
.im_increased.show {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.im_increased img {
	position: absolute;
	display: block;
	height: auto;
}

.im_container {
	width: 311px;
}
.im_container .scroller {
	margin: 10px 0 0 0;
}
.im_container .scroller .bar {
	height: 4px;
	margin: 5px 0 0 0;
}
.im_container .scroller .bar > div,
.im_container .scroller .bar > div > div {
			border-radius: 2px;
	   -moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
.im_container .scroller .bar > div > div {
			box-shadow: 0px 1px 2px #2D2D2D;
	   -moz-box-shadow: 0px 1px 2px #2D2D2D;
	-webkit-box-shadow: 0px 1px 2px #2D2D2D;
}
.im_container .scroller ul {
	white-space: nowrap;
	font-size: 0;
	zoom: 1;
}
.im_container .scroller ul li {
	position: relative;
	border: 2px solid #606060;
	margin-left: 5px;
	width: 70px;
	height: 80px;
	overflow: hidden;
	text-align: center;
	font-size: 0;
}
.im_container .scroller ul li.select {
	border-color: #12C4E2;
}
.im_container .scroller ul li:first-child {
	margin: 0;
}
.im_container .scroller ul li img {
	display: block;
}
.im_container .scroller span {
	display: block;
	position: absolute;
	background: no-repeat url(pic/size.png) 0px 0px;
	width: 32px;
	height: 32px;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	opacity: 0;
	filter: alpha(opacity=0);
		 -o-transition:opacity 300ms ease;
	   -moz-transition:opacity 300ms ease;
	-webkit-transition:opacity 300ms ease;
			transition:opacity 300ms ease;
}
.im_container .scroller a:hover span {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.im_container .viewport {
	height: 84px;
}


.product_info .content {
	font-size: 12px;
	line-height: 17px;
}
.product_info .content * {
	color: #DFDED0;
	background: none !important;
	font: normal 12px/16px Arial, Helvetica, sans-serif !important;
}

/* append 17 jan 2016 */
.product_info .rewiew {
	position: relative;
}
.product_info .rewiew .title {
	font-size: 14px;
	margin-bottom: 10px;
	color: #ddd;
}
.product_info .rewiew .pic {
	display: block;
	float: left;
	width: 60px;
}
.product_info .rewiew .pic a {
	display: block;
}
.product_info .rewiew .pic img {
	display: block;
	width: 100%;
}
.product_info .rewiew .content {
	display: block;
	margin-left: 70px;
	padding: 13px;
	min-height: 34px;
	_height: 34px;
	line-height: 17px;
	background-color: #2A2A2A;
	background-color: rgba(0,0,0,0.15);
}
.product_info .rewiew .content::after {
	content: '';
	display: block;
	position: absolute;
	top: 40px;
	left: 64px;
	border-right: 6px solid #2A2A2A;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
}


.product_info .wrap_cart {}
.product_info .cart {
	padding: 6px 6px 5px 6px;
	line-height: normal;
	white-space: nowrap;
	background-color: #A4DD0A;
	color: black;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 2px solid #5F8007;
		 -o-transition:background 100ms linear;
	   -moz-transition:background 100ms linear;
	-webkit-transition:background 100ms linear;
			transition:background 100ms linear;
}
.product_info .cart:hover {
	background-color: #BFF729;
}
.product_info .cart * {
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0 6px;
}
.product_info .cart i {
	margin: 0 4px;
	padding: 0;
	border-left: 1px solid #7DA906;
}


/* рейтинг товара */
.rating {
	position: relative;
	height: 22px;
	background: #c9cccf;
	overflow: hidden;
	width: 110px;
}
.rating div {
	position: absolute;
	z-index: 9;
	left: 0; top: 0;
	height: 22px;
	width: 0%;
		 -o-transition:all 300ms linear;
	   -moz-transition:all 300ms linear;
	-webkit-transition:all 300ms linear;
			transition:all 300ms linear;
	background: #4687c4;
}
.rating div.hover { background-color: #76ad0e; }
.rating span {
	position: relative;
	display: block;
	z-index: 10;
	float: left;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(pic/kit3.png) -162px 0px no-repeat;
}


/* вид, артикул, производитель */
.item_disc {
	margin: 10px 0;
}
.item_disc p {
	padding: 2px 5px;
	line-height: 12px;
	border-bottom: 1px dotted #858585;
	margin-bottom: 8px;
	text-align: right;
}
.item_disc span {
	float: left;
}
.item_disc span,
.item_disc i {
	padding: 2px 5px;
	font-style: normal;
	background: #313131;
}

table.product_props {
	width: auto;
}
table.product_props td {
	padding: 2px 6px;
	border-top: 1px solid #595959;
	border-bottom: 1px solid #595959;
}
table.product_props tr td:first-child {
	white-space: nowrap;
	padding-right: 10px;
}
table.product_props tr:nth-child(odd) {
	background: #2A2A2A;
}



/* отзывы */
.reviews {
	margin: 50px 0 0 0;
}
.reviews .item {
	/*border: 1px solid #3C3C3C;*/
	border-bottom: 1px solid #3C3C3C;
	padding: 10px 0;
}
.reviews .item .author {
	width: 84px;
}
.reviews .item .image {
	font-size: 0;
	line-height: 0;
}
.reviews .item .image img {
	display: block;
	width: 84px;
	height: auto;
}
.reviews .item .body {
	margin-left: 100px;
}
.reviews .item .body p {
	margin: 4px 0 8px;
}
.reviews .item .body p span.lik {
	display: block;
	font-size: 95%;
	margin: 0 8px 0 0;
	color: #A4DD0A;
}
.reviews .item .date,
.reviews .item .name,
.reviews .item .evaluation * {
	color: #C0C0C0;
	font-size: 90%;
}
.reviews .item .evaluation {
    -ms-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
	zoom: 0.9;
}
.reviews .item .evaluation button {
	background: none;
	border: 0;
	height: auto;
	padding: 3px 1px;
	margin: 0 4px 0 0;
	text-shadow: none;
}
.reviews .item .evaluation button span {
	background: no-repeat url(pic/kit7.png) 0 -19px;
	margin: -3px 4px 0 0;
	width: 17px;
	height: 19px;
}
.reviews .item .evaluation button:hover span {
	background-position: 0px 0px;
}
.reviews .item .evaluation button.dislike span {
	margin-top: 0;
	background-position: -17px -19px;
}
.reviews .item .evaluation button.dislike:hover span {
	background-position: -17px 0px;
}
.reviews .rating,
.reviews .rating div {
	width: 100px;
	height: 20px;
}
.reviews .rating span {
	width: 20px;
	height: 20px;
}

/* оставить свой отзыв о товаре */
.reviews > form {
	border-bottom: 1px solid #3C3C3C;
	padding-bottom: 10px;
}
.reviews > form img {
	display: block;
	width: 84px;
}
.reviews > form .wi {
	margin-bottom: 8px;
}
.reviews > form .notice {
	padding: 6px 0 0 15px;
}
.reviews > form .arrow {
	position: absolute;
	content: '';
	left: -7px;
	top: 15px;
	border-right:	8px solid #FFF;
	border-top:		8px solid transparent;
	border-bottom:	8px solid transparent;
	z-index: 1;
}
.reviews > form .progress {
	margin: 10px auto 0;
}
.reviews > form .stars_text {
	padding-top: 1px;
}
/* стиль для быстрого просмотра товара */
.product_compact .reviews .thumb,
.product_compact .reviews .item .image {
	width: 84px;
	overflow: hidden;
			border-radius: 42px;
	   -moz-border-radius: 42px;
	-webkit-border-radius: 42px;
}
.product_compact .reviews .item .wrap_date {
	display: none;
}

@media screen and (max-width: 980px) {
.reviews .item .evaluation {
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	zoom: 1;
}
}
@media screen and (max-width: 980px) {
.reviews .thumb,
.reviews .item .image {
	width: 84px;
	overflow: hidden;
			border-radius: 42px;
	   -moz-border-radius: 42px;
	-webkit-border-radius: 42px;
}
.reviews .item .wrap_date {
	display: none;
}
}