

/* Start:/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/style.css?172962801115306*/
.catalog_element {

}

	.catalog_element h1 {
		color: #000;
		float: left;
		margin-top: 0;
		font-weight: normal;
	}

	.catalog_element h2 {
		color: #000;
		font-weight: normal;
		/*margin-bottom: 0;*/
	}

	.catalog_element .box {
		padding: 20px;
		margin-bottom: 20px;
		border: 1px solid #9d9d9d;
		border-radius: 3px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
	}

		.catalog_element .box .line:last-child {
			border-bottom: none;
		}

		.catalog_element .line:first-child {
			border: 0;
		}
		.catalog_element .line {
			/*border-bottom: 1px solid #9d9d9d;*/
			border-top: 1px solid #9d9d9d;
			padding-bottom: 20px;
		}
		.catalog_element .elem_box {

		}
			.catalog_element .elem_box .img_box {
				float: left;
				max-width: 400px;
    			overflow: hidden;
			}
			.catalog_element .elem_box .img {
				width: 400px;
				max-height: 400px;
				text-align: center;

				vertical-align: middle;
				display: table-cell;
			}
				.catalog_element .elem_box .img img {
					max-width: 400px;
					max-height: 400px;
					margin: auto;
				}
			.catalog_element .elem_box .action {
				float: left;
				padding-left: 30px;
				width: 425px;
			}
				.catalog_element .elem_box .action .code {
					font-size: 18px;
					padding-bottom: 12px;
				}
				.catalog_element .elem_box .action .available {
					float: left;
					color: #9b7474;
				}
				.catalog_element .elem_box .action .available.black {
					float: left;
					color: #000;
				}
				.catalog_element .elem_box .action .compare {
					/*float: right;*/
					padding-left: 300px;
					margin-top: -24px;
				}
				.catalog_element .elem_box .action .set_aside {
					/*float: right;*/
					padding-left: 300px;
					margin-top: -24px;
				}
				.catalog_element .elem_box .cart {
					padding-top: 40px;
				}

					.catalog_element .elem_box .cart.cart--with-old-price {padding-top: 20px;}
					.catalog_element .elem_box .cart.cart--with-old-price .usefull { float: left; }


					.catalog_element .elem_box .cart.cart--with-old-price .price {
						padding-bottom: 0px;
						float: none;
					}

					.catalog_element .elem_box .cart.cart--with-old-price .price__profit {
						display: inline-block;
						font-size: 20px;
						width: 87px;
						height: 31px;
						line-height: 31px;
						background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/discount2.svg) no-repeat;
						background-size: contain;
						text-align: center;
						color: #fff;
					}

					.catalog_element .elem_box .cart.cart--with-old-price .price__old {
						display: inline-block;
						color: #6a6a6a;
						font-size: 20px;
						font-weight: normal;
						text-decoration: line-through;
					}

					.catalog_element .elem_box .cart.cart--with-old-price .bonus {
						padding-top: 7px;
						font-size: 13px;
						color: #73be4a;
					}

					.catalog_element .elem_box .cart.cart--with-old-price .count_box {
						padding-top: 24px;
					}

					.catalog_element .elem_box .cart .discount {
						color: #b9bdcb;
						text-decoration: line-through;
						position: relative;
						margin-right: 15px;
						height: 32px;
						min-width: 28px;
						float: left;
						line-height: 50px;
					}
						.catalog_element .elem_box .cart .discount_pic {
							position: absolute;
							width: 45px;
							height: 31px;
							top: -15px;
							left: -10px;
							background: url(/images/discount.png) no-repeat 0 0;
							color: #fff;
						}
							.catalog_element .elem_box .cart .discount_text {
								transform: rotate(-15deg);
								-webkit-transform: rotate(-15deg);
								-moz-transform: rotate(-15deg);
								line-height: 28px;
								text-align: center;
								width: 38px;
								font-size: 11px;
								font-weight: bold;
							}
					.catalog_element .elem_box .cart .price {
						color: #ad0101;
						font-size: 36px;
						font-weight: bold;
						margin-top: -6px;
						float: left;
					}
					.catalog_element .elem_box .cart .count_box {
						float: right;
						width: 125px;
					}
						.catalog_element .elem_box .cart .count {
							width: 48px;
							height: 25px;
							float: left;
							background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/add_count_bg.jpg) no-repeat 0 0;
						}
							.catalog_element .elem_box .cart .count .count_inp {
								border: 0;
								background: transparent;
								width: 38px;
								height: 25px;
								padding: 0 5px;
								text-align: center;
							}
						.catalog_element .elem_box .cart .action_count {
							height: 25px;
							float: left;
							width: 50px;
						}
							.catalog_element .elem_box .cart .action_count a {
								width: 31px;
								height: 13px;
								display: block;
							}
							.catalog_element .elem_box .cart .action_count a.add {
								background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/add_count_up.png) no-repeat 0 -2px;
							}
							.catalog_element .elem_box .cart .action_count a.add:hover {
								background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/add_count_up_hover.png) no-repeat 0 -2px;
							}
							.catalog_element .elem_box .cart .action_count a.delete {
								background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/add_count_down.png) no-repeat 0 -1px;
							}
							.catalog_element .elem_box .cart .action_count a.delete:hover {
								background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/add_count_down_hover.png) no-repeat 0 -1px;
							}
					.catalog_element .elem_box .cart .item_add {
						margin-top: 24px;
						position: relative;
					}
						.catalog_element .elem_box .cart .item_add span {
							padding-left: 60px;
							text-align: left;
							width: 280px;
						}
						.catalog_element .elem_box .cart .cart_img {
							position: absolute;
							width: 54px;
							height: 47px;
							right: 65px;
							top: 20px;
							background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/cart_big.png) no-repeat 0 0;
						}

					.catalog_element .action_prop {
						margin-top: 25px;
						font-size: 11px;
						width: 380px;
					}
						.catalog_element .detail {
							color: #2793e6;
							float: left;
						}
		.catalog_element .prop_box {

		}
		.catalog_element .desc_box {

		}
.catalog_element .text_shop {
	margin: 34px 0;
}


.catalog_element .box .none {
	display: none;
}
/*============================= �������� � e96.ru ===========================*/
.feature.features {
	padding-bottom: 20px;
	/*padding-top: 12px;*/
}
.line .col1 {
	width: 45%;
	display: inline-block;
	vertical-align: top;
	margin-right: 5%;
}
.line h5 {
	margin: 0;
	padding: 15px 0;
	font-size: 14px;
	line-height: 16.8px;
	font-weight: normal;
	color: #717171;
}
.line .feature_item {
	display: block;
	line-height: 22px;
}
/*.prop_box.line > div > .feature_item:nth-child(2n) {
	background: rgb(227, 227, 227);
}*/
.line .param {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	width: 63%;
}
.line .param .txt {
	position: relative;
	z-index: 2;
	margin-bottom: -1px;
	/*padding-right: 5px;
	border-bottom: 1px solid white;
	background: white;*/
	white-space: nowrap;
	padding-left: 15px;
}
.line .param .txt s, .line .param .txt i {
	white-space: normal;
	font-style: normal;
	text-decoration: none;
}
.line .value {
	display: inline-block;
	vertical-align: top;
	margin-bottom: -1px;
	margin-left: 4px;
	width: 32%;
	/*border-bottom: 1px solid white;*/
}
.line .param:after {
	position: absolute;
	width: 100%;
	overflow: hidden;
	bottom: 1px;
	left: 0;
	/*content: "..............................................................................................................................................";*/
	letter-spacing: 1px;
	z-index: -1;
}
.line .col2 {
	width: 49%;
	display: inline-block;
	/*width: 45%;*/
	vertical-align: top;
}
/*.wrap_features {
	float: left;
	width: 45%;
	margin-right: 5%;
}*/

/*===========================================================================*/
/*================================== RELATED =============================================*/
.related_box ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.related_box .box_line {
		/*border-bottom: 1px solid #9d9d9d;*/
		/*background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/catalog_line_bg.jpg) no-repeat 0 0;
		background-size: 825px 1px;*/
		padding: 10px 0;
		height: 100px;
		border-bottom: 1px solid #9d9d9d;
	}

		.related_box .box_line .line_left {
			float: left;
			padding-right: 40px;
		}
			.related_box .box_line .line_left .img {
				display: table-cell;
				vertical-align: middle;
				text-align: center;
				height: 100px;
				width: 100px;
			}
			.related_box .box_line .line_left img {
				max-width: 90px;
				max-height: 90px;
			}

		.related_box .box_line .line_center {
			/*float: left;*/
			width: 420px;
			height: 100px;
			display: table-cell;
			vertical-align: bottom;
		}

			.related_box .box_line .line_center .name {
				color: #2793e6;
				font-size: 18px;
				padding: 10px 0;
				text-decoration: underline;
				display: block;
				line-height: 1.2;
			}

			.related_box .box_line .line_center .code {
				color: #040000;
			}

			.related_box .box_line .line_center .top {
				height: 76px;
				display: table-cell;
				vertical-align: top;
			}

			.related_box .box_line .line_center .bottom {
				height: 19px;
				position: relative;
				padding-top: 5px;
			}

				.related_box .box_line .line_center .url {
					margin-left: 150px;
				}
				.related_box .box_line .line_center .url a {
					text-decoration: underline;
				}
				.related_box .box_line .line_center .available,
				.related_box .box_line .line_center .compare,
				.related_box .box_line .line_center .set_aside {
					position: absolute;
				}

				.related_box .box_line .line_center .available {
					color: #898989;
				}

				.related_box .box_line .line_center .compare {
					left: 140px;
				}

				.related_box .box_line .line_center .set_aside {
					left: 240px;
				}

				.related_box .box_line .line_center .available.black {
					color: #000;
				}

					.related_box .box_line .line_center .bottom  img {
						position: relative;
						bottom: -1px;
					}

		.related_box .box_line .line_right {
			float: right;
		}

			.related_box .box_line .line_right .cart {
				height: 100px;
				/*width: 270px;*/
				width: 340px;
				display: table-cell;
				vertical-align: middle;
			}

				.related_box .box_line .line_right .cart .price {
					margin: 0;
					float: right;
					height: 32px;
					line-height: 32px;
					margin-left: 12px;
					margin-right: 70px;
					color: #ad0101;
					font-size: 24px;
					font-weight: bold;
				}

				.related_box .box_line .line_right .cart .list_add {
					display: block;
					width: 105px;
					height: 29px;
					float: right;
					background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/btn_catalog_left.png) no-repeat left top;
					line-height: 28px;
					color: #000;
					padding-left: 10px;
					position: relative;
					margin-right: -2px;
					/*margin-left: 37px;
					margin-right: 10px;*/
				}

				.related_box .box_line .line_right .cart .list_add.active:hover {
					background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/btn_catalog_left_hover.png) no-repeat left top;
				}

					.related_box .box_line .line_right .cart .list_add span {
						padding-right: 10px;
						display: block;
						height: 29px;
						background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/btn_catalog_right.png) no-repeat right top;
						color: #fff;
						padding-left: 10px;
					}

					.related_box .box_line .line_right .cart .list_add.active:hover span {
						background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/btn_catalog_right_hover.png) no-repeat right top;
					}

					.related_box .box_line .line_right .cart .list_add .cart_img {
						background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/btn_catalog_cart.png) no-repeat left top;
						width: 23px;
						height: 21px;
						position: absolute;
						right: 15px;
						top: 5px;
					}

				.related_box .cart .discount {
					color: #b9bdcb;
					text-decoration: line-through;
					position: relative;
					float: right;
					margin-right: 5px;
					height: 32px;
					line-height: 40px;
					min-width: 28px;
				}

					.related_box .cart .discount_pic {
						position: absolute;
						width: 45px;
						height: 31px;
						top: -15px;
						left: -10px;
						background: url(/bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/images/discount.png) no-repeat 0 0;
						color: #fff;
					}

						.related_box .discount_pic .discount_text {
							transform: rotate(-15deg);
							-webkit-transform: rotate(-15deg);
							-moz-transform: rotate(-15deg);
							line-height: 28px;
							text-align: center;
							width: 38px;
							font-size: 11px;
							font-weight: bold;
						}
.price__cur__special{font-size: 14px;}
.price__cur__old_price {
	color: #6a6a6a;
    font-size: 14px;
    text-decoration: line-through;
    vertical-align: middle;
}
/*=================================== STORE ======================================*/

.elem_box .store {
	padding-top: 10px;
	font-weight: bold;
}
.elem_box .store_name {
	/*color: green;*/
}
.elem_box .store_address {
	font-weight: normal;
}
.elem_box .store_phone {
	font-weight: normal;
}



a.list_one_click{
	background-image: -webkit-linear-gradient( 90deg, rgb(217,217,217) 0%, rgb(217,217,217) 0%, rgb(255,255,255) 100%);
    background-image: -moz-linear-gradient( 90deg, rgb(217,217,217) 0%, rgb(217,217,217) 0%, rgb(173,174,174) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(217,217,217) 0%, rgb(217,217,217) 0%, rgb(173,174,174) 100%);
	box-shadow: inset 0px 2px 4px 0px rgba(137, 142, 149, 0.65);
	border-radius: 10px;
	display: block;
    width: 376px;
    height: 44px;
    float: left;
	color: #000;
	font-size: 20px;
	line-height: 44px;
	text-align: center;
    position: relative;
	margin-top: 10px;
    position: relative;
	margin-left: 2px;
}
a.list_one_click:hover {
	color: #fff;
	 box-shadow: inset 0px 2px 4px 0px rgba(70, 0, 5, 0.65);
	background-image: -webkit-linear-gradient( 90deg, rgb(163,0,4) 0%, rgb(163,0,4) 0%, rgb(200,0,6) 100%);
    background-image: -moz-linear-gradient( 90deg, rgb(163,0,4) 0%, rgb(163,0,4) 0%, rgb(200,0,6) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(163,0,4) 0%, rgb(163,0,4) 0%, rgb(200,0,6) 100%);
}
.slider-nav .img-nav{
	width: 50px;
	height: 50px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.slider-nav .img-nav.slick-current{
	border: 1px dotted;
    border-color: #555555;
    border-radius: 5px;
	box-sizing: border-box;
}
.slider-nav .img-nav img{
	max-width: 50px;
	max-height: 50px;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}
.slick-prev, .slick-next {
	display: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:before {
    content: '←';
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-next:before {
    content: '→';
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-list.draggable {
    height: auto !important;
}

/* End */
/* /bitrix/templates/sovdom/components/bitrix/catalog.element/element.detail/style.css?172962801115306 */
