/* start new styles */
.pricetools p {
	display:none;
}
.minTable {
	float: right;
	/*margin-left: 20px;*/
	max-width: 1180px !important;
}
.years_bl {
	position:absolute;
	content: '';
	/*background: url(/bitrix/templates/green-redisign-v3/components/pt/catalog.element/electro/img/10_years.jpg) no-repeat;*/
	display:block;
	width: 57px;
	height: 80px;
	right: 0;
	bottom: 2px;
}


.scollimages-right, .scollimages-left {
	display: none;
}

.blockButtonsOnlines{
	display: none;
}

.vkpage.incardVk{
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0;
}

.incardVk img{
	max-width: 50px;
	float: left;
}

.incardVk span{
	display: block;
	float: left;
	text-decoration: underline;
	position: relative;
	top: 13px;
	left: 10px;
}

.deliver.Miele{
	visibility: hidden;
}

.rrcDisplay{
	margin-bottom: 12px;
	font-size: 18px;
}

.rrcDisplay span{
	text-decoration: line-through;
}

.descOnline{
	font-size: 16px;
	font-weight: bold;
	color: #2b8f43;
}

.pricetools-add2basket a img {
	/*width: 149px;*/
}
/*
.buttonOnline.listOpen{
	border: 0;
	background: #009944;
	color: #fff;
	width: auto;
	height: 40px;
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
	cursor: pointer;
}
*/
.blockButtonsOnlines{
	margin-bottom: 20px;
	max-width: 530px;
}

.buttonOnlineMag{
	display: inline-block;
	width: 48.5%;
	cursor: pointer;
	margin-right: 2.3%;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
	overflow: hidden;
	vertical-align: top;
	line-height: 22px;
}

.buttonOnlineMag:nth-child(2n){
	margin-right: 0px;
	right: -3px;
}


.PhonesMiele{
	border: 1px dashed #2e9546;
	padding: 1.1% 1.5%;
	display: inline-block;
	font-size: 16px;
	line-height: 25px;
}


.buttonOnlineMag p{
	border: 0;
	background: #ffb950;
	color: #fff;
	width: auto;
	padding-left: 2%;
	padding-right: 2%;
	box-sizing: border-box;
	font-size: 16px;
	cursor: pointer;
	margin-bottom: 5px;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-top: 0px;
}

.blockLiveButton{
	background: #f5f5f6;
	padding: 10px 20px;
	position: relative;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
	cursor: pointer;
	overflow: hidden;
}

.blockLiveButton:hover span{
	display: none;
}


.blockLiveButton span{
		position: absolute;
		display: block;
}
.blockLiveButton span:nth-child(1){
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(90deg,transparent,#2b8f43);
		animation: animate1 1s linear infinite;
}
@keyframes animate1{
		0%{
				left: -100%;
		}
		50%,100%{
				left: 100%;
		}
}
.blockLiveButton span:nth-child(2){
		top: -100%;
		right: 0;
		width: 2px;
		height: 100%;
		background: linear-gradient(180deg,transparent,#2b8f43);
		animation: animate2 1s linear infinite;
		animation-delay: 0.25s;
}
@keyframes animate2{
		0%{
				top: -100%;
		}
		50%,100%{
				top: 100%;
		}
}
.blockLiveButton span:nth-child(3){
		bottom: 0;
		right: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(270deg,transparent,#2b8f43);
		animation: animate3 1s linear infinite;
		animation-delay: 0.50s;
}
@keyframes animate3{
		0%{
				right: -100%;
		}
		50%,100%{
				right: 100%;
		}
}


.blockLiveButton span:nth-child(4){
		bottom: -100%;
		left: 0;
		width: 2px;
		height: 100%;
		background: linear-gradient(360deg,transparent,#2b8f43);
		animation: animate4 1s linear infinite;
		animation-delay: 0.75s;
}
@keyframes animate4{
		0%{
				bottom: -100%;
		}
		50%,100%{
				bottom: 100%;
		}
}


.blockLiveButton::after{
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	right: 3%;
	top: 50%;
	margin-top: -25px;
	background: url(/img/str.png) 0px 0px no-repeat;
	background-size: 50px 50px;
}

.blockLiveButton p{
	margin: 0;
}


@media only screen and (max-width: 700px) {
	.buttonOnlineMag{
		width: 100%;
		margin-right: 0;
	}
	.buttonOnlineMag:nth-child(2n){
		margin-right: 0px;
		right: 0px;
	}

	.blockLiveButton p{
		max-width: 85%
	}

	.pricetools_discount{
		width: 100% !important;
	}


}

.tabs_content-tab.tab_1 img[width='600']{
  width: 840px;
}

.magImg{
		display: block;
}

/*@media only screen and (max-width: 749px) {
.site_name .region-change {
  display: none;
}
.topLinkMob ul li:last-child a {
  display: none !important;
}
}*/
/*

.buttonOnline.listOpen {
  min-width: 250px;
  min-height: 25px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #fff;
  background: #2b8f43;
	background: linear-gradient(90deg, rgba(43,143,67,1) 0%, rgba(44,214,85,1) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(43,143,67,.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px 20px;
	z-index: 10;
	margin-top: 30px;
	margin-bottom: 30px;
  }

.buttonOnline.listOpen::before {
	content: '';
  border-radius: 100px;
  min-width: calc(290px + 12px);
  min-height: calc(40px + 12px);
  border: 6px solid #2b8f43;
  box-shadow: 0 0 60px rgba(43,143,67,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.buttonOnline.listOpen:hover, .button.listOpen:focus {
  color: #fff;
  transform: translateY(-6px);
}

.buttonOnline.listOpen:hover::before, .buttonOnline.listOpen:focus::before {
  opacity: 1;
}

.buttonOnline.listOpen::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #2b8f43;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.buttonOnline.listOpen:hover::after, .buttonOnline.listOpen:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}
*/

a.newButn{
		position: relative;
		display: inline-block;
		padding: 15px 10px;
		padding-top: 17px;
		margin: 20px 0;
		color: #2b8f43;
		text-decoration: none;
		text-transform: uppercase;
		transition: 0.5s;
		font-weight: bold;
		overflow: hidden;
		display: none;
}
a.newButn:hover{
		background: #2b8f43;
		color: #fff;
		box-shadow: 0 0 5px #2b8f43,
								0 0 25px #2b8f43,
								0 0 50px #2b8f43,
								0 0 200px #2b8f43;
		 -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}



a.newButn span{
		position: absolute;
		display: block;
}
a.newButn span:nth-child(1){
		top: 0;
		left: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(90deg,transparent,#2b8f43);
		animation: animate1 1s linear infinite;
}
@keyframes animate1{
		0%{
				left: -100%;
		}
		50%,100%{
				left: 100%;
		}
}
a.newButn span:nth-child(2){
		top: -100%;
		right: 0;
		width: 2px;
		height: 100%;
		background: linear-gradient(180deg,transparent,#2b8f43);
		animation: animate2 1s linear infinite;
		animation-delay: 0.25s;
}
@keyframes animate2{
		0%{
				top: -100%;
		}
		50%,100%{
				top: 100%;
		}
}
a.newButn span:nth-child(3){
		bottom: 0;
		right: 0;
		width: 100%;
		height: 2px;
		background: linear-gradient(270deg,transparent,#2b8f43);
		animation: animate3 1s linear infinite;
		animation-delay: 0.50s;
}
@keyframes animate3{
		0%{
				right: -100%;
		}
		50%,100%{
				right: 100%;
		}
}


a.newButn span:nth-child(4){
		bottom: -100%;
		left: 0;
		width: 2px;
		height: 100%;
		background: linear-gradient(360deg,transparent,#2b8f43);
		animation: animate4 1s linear infinite;
		animation-delay: 0.75s;
}
@keyframes animate4{
		0%{
				bottom: -100%;
		}
		50%,100%{
				bottom: 100%;
		}
}

.compare-cnt{
	display: none;
}

.goToCompare{
	display: block;
	padding-bottom: 10px;
}

.Table{
	border: 0px;
	padding: 0;
}

.Table td{
	width: 50%;
	padding-bottom: 1%;
	padding-top: 1%;
	vertical-align: top;
	border: 0px;
}

.Table td img{
	max-width: 100%;
	height: auto;
}

.Table td:first-child{
	padding-right: 3%;
}

.clear{
	clear: both;
}

#toggler{
	cursor: pointer;
	color: #64c66d;
	font-size: 16px;
	text-decoration: underline;
}

.buyInCredIt{
	background: url(/img/btn_sb2.jpg) center center no-repeat;
	color: #fff;
	padding: 9px 0px 7px 0px;
	font-size: 18px;
	text-decoration:none;
	width: 150px;
	display: none;
	height: 36px;
	box-sizing: border-box;
	text-align: center;
}

.addCompare {
	background: url(/bitrix/templates/green-redisign/img/plus.png) no-repeat 0px 3px;
	padding-left: 20px;
	margin: 10px 0 5px;
}

.addCompare a {
	/*border-bottom: 1px solid #c7c7c7;*/
	font-size: 14px;
	text-decoration: none;
}

.goToCompare{
	display: none;
	color: #2b8f43;
	font-weight: bold;
}

.blockAttention {
	float: left;
	margin: 102px 30px 0;
	width: 210px;
}
.attentionTitle {
	font-size: 14px;
	font-weight: bold;
}
.attentionPred a {
	background: url("/bitrix/templates/green-redisign/img/vigodno.png") no-repeat scroll 0 0 #000000;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	margin: 3px 0;
	text-align: center;
	width: 208px;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.attentionPred a:hover {
	color: #000;
}

.discountPrices {
	background: url("/bitrix/templates/green-redisign/img/skidka.png") no-repeat scroll 0 0 #000000;
	height: 35px;
	line-height: 15px;
	margin-top: 5px;
	padding-left: 45px;
	padding-top: 3px;
	width: 168px;
}
.discountPrices a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}

/*.deliver {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #2e9546;
    border-radius: 3px;
    font-size: 13px;
    padding: 0 8px 6px;
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 285px;
    float: left;
}*/
.deliver a {
	text-decoration: none;
}
.deliver b {
	color: #4ebe58;
}
.deliver > p {
    margin: 7px 0;
}

.deliver p:before {
    vertical-align: middle;
    width: 52px;
    height: 27px;
    display: inline-block;
    margin-right: 8px;
}

.deliver p.deliver-price-i:before {
    content: '';
    background: url(/bitrix/templates/green-redisign-v3/components/pt/catalog.element/electro/img/deliv_car.png) no-repeat;
}

.deliver p.deliver-get-i:before {
    content: '';
    background: url(/bitrix/templates/green-redisign-v3/components/pt/catalog.element/electro/img/deliv_telega.png) no-repeat;
}

.deliver p.clock:before {
    content: '';
    background: url(/bitrix/templates/green-redisign-v3/components/pt/catalog.element/electro/img/clock.png) no-repeat;
}

.deliver p.deliver-util-i:before {
    content: '';
    background: url(/bitrix/templates/green-redisign-v3/components/pt/catalog.element/electro/img/deliv_util.png) no-repeat;
}

.deliver p.deliver-free-i:before {
    content: '';
    background: url(/bitrix/templates/green-redisign-v3/components/pt/catalog.element/electro/img/deliv_free.png) no-repeat;
}
.deliver p.description {
	margin: -18px 0 0 59px;
	font-size: 11px;
}
.deliver p.description span {
	background-color: #fff200;
}
.delTitle {
	color: #000;
	font-weight: bold;
	font-size: 16px;
}

.alLeft {
	text-align: left;
	padding-left: 15px;
}
.bigImage {
	background: url(/bitrix/templates/green-redisign/img/loupe-37.png);
	width: 37px;
	height: 37px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 15px 0 0 250px;
	position:absolute;
	top:600px;
}
.bigImage a {
	color: #fff;
	text-decoration: none;
	line-height: 37px;
	text-align: center;
	display: block;
	text-indent: 22px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}
.bigImage a:hover {
	color: #000;
}

.ourShops {
	background: url(/bitrix/templates/green-redisign/img/ourShops.png);
	width: 149px;
	height: 37px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin: 5px 0;
}
.ourShops a {
	color: #fff;
	text-decoration: none;
	line-height: 37px;
	text-align: center;
	display: block;
	text-indent: 22px;
}
.ourShops a:hover {
	color: #000;
}

.pricetools .pricetools-buy1click {
	/*background: url(/bitrix/templates/green-redisign/img/buyOneClick.png);*/
	/*width: 149px;
	height: 37px;*/
	color: #fff;
	/*font-weight: bold;*/
	font-size: 14px;
	margin: 10px 0 0 0;
	/*padding-left: 14px;*/
}
.pricetools .caption{
	font-size: 16px;
    /*font-weight: bold;*/
    margin-bottom: 15px;
}
.pricetools .pricetools-buy1click a {
	color: #000;
	text-decoration: underline;
	line-height: 25px;
	/*text-align: center;*/
	display: block;
}
.pricetools .pricetools-buy1click a:hover {
	color: #000;
	text-decoration: none;
}

.pricetools .pricetools-old_price_text {
	color: grey;
	float: right;
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 1.0;
	width: 100px;
	margin-right: 25px;
}

.videoblock {
	margin: 0 0 20px 0;
	width: 100%;
}

.rateName {
	color: #64c66d;
}
.detDesc {
    float: left;
    margin-left: 25px;
    width: 280px;
}
.minTable {
	width: 100%;
}

/* end new styles */
/* tabs */
.tabs_content .tab_1{
	font-size: 16px;
	line-height:24px;
}
@media only screen and (min-width: 959px) {
.deliver {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #2e9546;
    border-radius: 3px;
    font-size: 13px;
    padding: 0 4px 6px;
    margin-top: 0px;
    margin-bottom: 20px;
    max-width: 285px;
    float: left;
	font-size: 14px;
}
}
@media only screen and (max-width: 749px) {
.accordion_element_info {
	font-size: 16px;
	line-height: 26px;
}
.catalog_elelment_slider_img_item {
	border: 0px solid #c5c5c5 !important;
}
.blockFilterAdd {
	right: 0% !important;
}
}
.tabs_content-tab {
	padding: 20px 10px;
}

.tabs_content-tab img{
	margin: 1%;
}

form.re
views-form {
	background: #fff !important;
}

.tab_5 .item_name a {
	font-size: 13px;
}
.tabs_names a{
	background: #188a0717;
	display: block;
	float: left;
	margin: 5px 5px -1px;
	padding: 10px 15px;
	text-decoration: none;
	color: #000;
	border-radius: 3px 3px 0 0;
	font-size: 16px;
	/*font-weight: bold;*/
	/*border-color: #c7c7c7;
	border-style: solid;
	border-width: 1px;*/
	/*border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-bottom: 1px solid #039c42;*/
}
#tabs_aa .tabs_names a {
	padding: 10px 13px;
}
.tabs_names a:hover {
	color: #000 !important;
}
.tabs_names a.first_tab{
	margin-left:0px;
}
.tabs_names{

}
.tabs_content {
	background: #fff;
	/*border: 1px solid #c7c7c7;*/
	border-top: 1px solid #c7c7c7;
	margin-bottom: 5px;
}
#tabs_aa .tabs_content {
	border: 0px solid #c7c7c7 !important;
	border-top: 1px solid #c7c7c7 !important;
}
.tabs_names a.tabs_name-active{
	background: #188a0717 !important;
	color: #000 !important;
	font-weight: bold;
	/*border-top: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;*/
	border-bottom: 1px solid #039c42;
}
.tabs_names span{
	display:block;
	float:left;
	padding:5px 10px;
}

.elem_table{
	width:100%;
	margin-bottom:20px;
	border-radius:0px 0px 4px 4px;
	-moz-border-radius:0px 0px 4px 4px;
	-khtml-border-radius:0px 0px 4px 4px;
}

.general_image_a{
	text-align:center;
}
.general_image{
	max-width:310px;
	max-height:400px;
	cursor: zoom-in;
}


/* scroll images */
.catalog-element-scollimages{
	padding-bottom: 5px;
	padding-top: 5px;
	/*position: absolute;tin*/
	/*top:660px;tin*/
	width: 320px;
}
.scollimages-lr{
	position:absolute;
}
.scollimages-left{
	width:20px;
	height:13px;
	top:0px;
	left:35px;
	background:url('img/sc_l.png') 0 0 no-repeat;
}
.scollimages-left:hover{
	background:url('img/sc_l_a.png') 0 0 no-repeat;
	cursor:pointer;
}
.scollimages-right{
	width:20px;
	height:13px;
	bottom:0px;
	left:35px;
	background:url('img/sc_r.png') 0 0 no-repeat;
}
.scollimages-right:hover{
	background:url('img/sc_r_a.png') 0 0 no-repeat;
	cursor:pointer;
}
.scollimages-body{
	overflow:hidden;
}
.scollimages-a:nth-child(3n) {
	margin-right: 0 !important;
}
.zoomPad {
	border: 1px solid #c7c7c7;
	background: #fff;
}
#zoom_images {
	display: block;
}

.fancybox-content{
	background: #fff !important;
}

.button-prev,
.button-next,
.button-close {
 position: absolute;
 background: rgba(0, 0, 0, 0.3);
 width: 40px;
 height: 40px;
 color: #fff;
 z-index: 9999;
 display: flex;
 justify-content: center;
 align-items: center;
 text-decoration: none;
}
.button-prev:hover,
.button-next:hover,
.button-close:hover {
 background: rgba(0, 0, 0, 0.8);
 color: #2b8f43;
}
.button-next {
 right: -50px;
 top: 50%;
 margin-top: calc(-40px/2);
}
.button-next.active,  .button-next:hover {
 opacity: 0.4;
 background: rgba(0, 0, 0, 0.3);
}
.button-prev {
 left: -50px;
 top: 50%;
 margin-top: calc(-40px/2);
}
.button-prev.active,  .button-prev:hover {
 opacity: 0.4;
 background: rgba(0, 0, 0, 0.3);
}
.button-close {
 position: absolute;
 right: -50px;
 top: -50px;
}

.scollimages-a{
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #c7c7c7;
	float: left;
	height: 85px;
	margin: 0 21px 21px 0;
	overflow: hidden;
	padding: 2.5px;
	text-align: center;
	vertical-align: middle;
	width: 85px;
}
.scollimages-a a{
	margin:0;
	padding:0;
	display: block;
	height: 100%;
	width: 100%;
}
.max-width-height{
	max-width:85px;
	max-height:85px;
}
.zoomThumbActive_parent img{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity:0.3;
	-khtml-opacity:0.3;
	opacity:0.3;
}

/* rating and other block */
.other_block{
	margin-bottom: 25px;
}
.rating_block{
	float:left;
}
.rating_name{
	float:left;
	margin-right:5px;
}
.soc_seti_like{
	margin-top:13px;
	margin-left:-3px;
	margin-bottom:10px;
}

/* pricetools */
.catalog-element-image{
	float:left;
}
.catalog-element-pricetools{
	float:right;
}
.pricetools{
	float:left;
	width:250px;
}
.pricetools .pricetools-price,
.pricetools .pricetools-new_price{
	width:250px;
	padding:7px 0px;
}
.pricetools-skladi{
	float: left;
	font-size: 11px;
	margin-left: -160px;
	margin-top: 10px;
	position: absolute;
}
.pricetools-skladi a:hover{
	text-decoration:none;
}
.pricetools-analog{
	margin-top:10px;
	font-size:11px;
	float:left;
}
.pricetools-analog a:hover{
	text-decoration:none;
}
.pricetools .pricetools-price{
	padding-top:20px;
	font-size:15px;
}
.pricetools .pricetools-new_price{
	font-size:40px;
	color:#000;
	margin-bottom:25px;
}
.pricetools .pricetools_discount{
	width:250px;
	padding:0px;
	font-size:20px;
	color:#000;
	margin-bottom:15px;
}

.pricetools .pricetools_discount span{
	background: #fff200 none repeat scroll 0 0 !important;
}

/* not popup - sstore */
.open_store{
	width:150px;
}
.open_store td.f{
	text-align:left;
}
.open_store td.s{
	text-align:right;
}

/* popup - store */
.store_popup_title{
	font-size:23px;
	font-weight:normal;
	margin-top:5px;
}
.store_quantity{
	width:23px;
	height:10px;
	overflow:hidden;
	background:url('img/store.gif') 0 0 no-repeat;
}
.store_quantity_active{
	height:10px;
	overflow:hidden;
	background:url('img/store.gif') 0 -10px no-repeat;
}
.fancy_store{
	display:block;
	float:left;
	border-bottom:1px dashed black;
	text-decoration:none;
}

/* grouped properties */
.prp-goupped{
	width:340px;
}

/* little opisanie */
.ce-prev_text{
	/*max-width: 295px;tin*/
	max-width:510px;
	min-width: 230px;
}
.ce-prev_text-title{
	padding:15px 16px 6px 0px;
	font-size:23px;
}
.ce-prev_text-body{
	margin:9px 15px 9px 0px;
	line-height: 20px;
	box-shadow: 0 0 27px -6px rgba(0,0,0,.2);
	border-radius: 6px;
}

/* properties -&gt; small */
.prp_goupped_small{
	width:340px;
	margin-top:20px;
	margin-bottom:20px;
}
.prp_goupped_small-title{
	padding:7px 16px 6px 0px;
	font-size:23px;
}
.prp_goupped_small_body{
	margin:9px 15px 9px 0px;
}
.prp_goupped_small_table{
	width:100%;
}
.prp_goupped_small_table .prop2{
	background-color:#F4F4F4;
}
.prp_goupped_small_table td{
	padding:5px 0px;
}

/* properties -&gt; big */
.prp_goupped_big{
	width:100%;
}
.prp_goupped_big-title{
	padding:0px 16px 6px 0px;
	background-color:white;
	font-size:14px;
	font-weight:bold;
}
.prp_goupped_big_table{
	width:100%;
}
.prp_goupped_big_table .prop2{
	background-color:#F4F4F4;
}
.prp_goupped_big_table td{
	padding:5px 0px;
}

/* extensions */
.gradient_line{
	width:240px;
	height:1px;
	background:url('img/scr_gr_l.png') 0 0 no-repeat;
}

/* instructions */
.sam_element{
	padding: 4px 10px 4px 43px;
}
.sam_element-icon_doc{
	background: url('img/icon_doc.png') 14px 5px no-repeat;
}
.sam_element-icon_excel{
	background: url('img/icon_excel.png') 14px 5px no-repeat;
}
.sam_element-icon_pdf{
	background: url('img/icon_pdf.png') 14px 5px no-repeat;
}

/* quickbuy */
.catalog_list-item-quickbuy{
	width:221px;
	height:26px;
	background:url('img/bg_quickbuy.png') 0 0 no-repeat;
	color:white;
	margin-bottom:10px;
	padding:9px 5px 2px 14px;
	font-size:11px;
	font-weight:bold;
}
.quickbuy-title{
	margin-right:42px;
	width:74px;
	height:14px;
}

/* accessories-small */
.access_small-title{
	padding:7px 16px 6px 0px;
	font-size:23px;
}
.access_small-body{
	margin:9px 15px 9px 0px;
}
.access_small-item{
	width:228px;
	float:left;
	padding:10px;
	margin-right:20px;
	margin-bottom:20px;
}
.access_small-item-pic{
	text-align:center;
	height:130px;
}
.access_small-item-name{
	height:36px;
	overflow:hidden;
}
.access_small-item-name a{
	display:block;
	text-decoration:none;
	font-weight:bold;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:220px;
	overflow:hidden;
}

.yesAvail, .notAvail {
	font-size: 14px;
	clear: both;
}
.yesAvail img {
	margin-right: 7px;
}
.yesAvail span, .notAvail span {
	/*border-bottom: 1px solid #c7c7c7;*/
}
.yesAvail .availText, .notAvail .availText {
	/*border-bottom: 1px solid #c7c7c7;*/
	float:left;
	font-weight: bold;
	margin-top: 10px;
}
.yesAvail .availImg, .notAvail .availImg {
	float:left;
	margin-top: 10px;
}
.notAvail {
}
div.stories, div.sk{
	float:left;
}
div.avail{
	width:5px;
	background:#64c66d;
	height:7px;
	margin: 8px 1px;
	float:left;
}
div.na{
	background:#bbbbbb;
}
.wd_reviews {
	float: left;
	margin-left: 30px;
}
.wd_reviews a {
	color: #64c66d;
	font-weight: bold;
}
.element_kod {
  margin-left: 120px;
}
.video {
	background-color: #4ebe58;
	padding: 7px 30px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	font-size: 18px;
}

.video:hover {
	color: #fff;
	background-color: #009944;
}

#video {
	padding: 10px;
}

button.butt, a.butt {
	background: url("/bitrix/templates/green/img/btn/bg_butt.png") repeat-x scroll 0 0 #3B92C6;
	border: 0 solid #3289CE;
	border-radius: 5px 5px 5px 5px;
	color: #FFFFFF;
	cursor: default;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 32px;
	line-height: 18px;
	padding: 6px 18px 8px 8px;
	text-align: center;
	transition: background-color 0.2s ease 0s, box-shadow 0.2s ease 0s;
	cursor: pointer;
	/*margin-left: 20px;*/
}

button.butt span, a.butt span {
	background: url("/images/icon_big.png") no-repeat scroll 0 5px transparent;
	height: 20px;
	margin-top: 4px !important;
	padding-bottom: 3px;
	padding-left: 25px;
	padding-top: 7px;
}
.podarok {
	/*background: none repeat scroll 0 0 #fff;
	border: 1px solid #2e9546;
	border-radius: 3px;
	padding: 5px 10px;;*/
	margin-bottom: 10px;
	margin-left: 350px;
	/*width: 355px;*/
}
.podarok {
	/*background: none repeat scroll 0 0 #fff;
	border: 1px solid #2e9546;
	border-radius: 3px;
	padding: 5px 10px;;*/
	margin-bottom: 10px;
	/*width: 355px;*/
}

/*tin*/
.wrapBigImg {
	position:relative;
}

.wrapBigImg .bigImage{
	bottom:20px;
	right:20px;
	top:auto;
	background: url("/bitrix/templates/green-redisign/img/loupe-371.png") no-repeat scroll 0 0 ;
	height:40px;
	width:40px;
}
/*END tin*/

.mini {
	font-size: 12px;
	margin-top: -10px;
}

.deliv_new {
	text-decoration: underline;
	cursor:pointer;
}
.matrica {
	border: 5px solid red;
	color: red;
	float: right;
	font-weight: bold;
	padding: 5px;
}
.matrica  .alert {
	float: left;
	font-size: 65px;
	padding: 25px 5px 0 0;
}

.matrica  .message {
	float: right;
	width: 140px;
}

.matrica  .message a{
	color: red;
}
.prevDesc {
	float: left;
}
.help {
	margin-bottom: 25px;
}
.help div{
	background:#2b8f43;
	float:left;
	width:3px;
	margin-right:4px;
}

.alert_props{
	margin-top:3px;
	padding: 6px 0 0 0;
	height:20px;
	/*background: url("/bitrix/templates/green-redisign/img/mark_icons/star.png") no-repeat scroll 0 0 ;*/
	border: 2px solid #2e9647;
	border-radius: 20px;
	width: 70%;
	text-align: center;
	font-size: 14px;	
	height: 22px;
}

}
.pricetools-skladi .sec-blocks-main {
	margin-left: -65px;
}

.pricetools-add2basket a {
    background: url("/bitrix/templates/green-redisign/img/addToCart2.png") no-repeat 0 0  #ffb950;
    padding: 9px 0px 7px 0px;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-decoration:none;
		width: 150px;
		display: block;
		height: 36px;
		box-sizing: border-box;
		text-align: center;
}
.pricetools-add2basket a:hover {
    color: #fff;
    text-decoration:none;

}
.club-discount {height: 45px;;font-size: 20px;color:#FFA631}
.club-discount a {border-bottom: 1px dashed;text-decoration: none;color: #000000;}

.dn-lg {
	display: none;
}

.club_discount{
	cursor: default;
	border-bottom: 1px solid #000 !important;
}
@media (max-width: 1199px) {
	.dn-lg {
		display: block;
	}
}

.product_icons ul{
	    float: left;
	    width: 48%;
	    margin: 0;
}

}
.product_icons ul li{
	color: #4e4e52;
	font-size: 12px;
	line-height: 14px;
	padding-left: 50px;
	position: relative;
	margin: 0 0 2px;
	height: 35px;
}
@media only screen and (max-width: 749px) {
.js-subscribe {
	margin: 0 0 0 15px;
}
#footer {
	margin: 0 0 0 0 !important;
}
.pagetitle, .pagetitle_catalog {
	font-size: 25px !important;
}
.detDesc {
width: 100% !important;
margin-left: 12px !important;
}
.prevDesc {
min-width: 97%;
min-height: 100%;
position: relative;
}
.ce-prev_text {
max-width: 100%;
min-width: 100%;
}
.catalog_elelment_slider_img_item, .catalog_elelment_slider_img_item a {
height: auto !important;	
}
.pricetools-buy1click {
display: block !important;
visibility: visible !important;
}
.pricetools-buy1click img {
	float:right;
}
}
.ce-prev_text-body-up {
	padding: 4px 10px 4px 17px;
}
@media only screen and (max-width: 959px) {
.elem_table .catalog-element-image {
	width: 100%
}
.detDesc .yesAvail {
 display: none;
}
.yesAvail.top {
  float: none !important;
  margin: 0px 0 0px !important;
}
.pricetools-add2basket {
  margin: -35px 0px 0px 0px !important;
}
.accordion_element_title_block {
border-bottom: 1px solid #039c42 !important;
background: #188a0717 !important;
font-size: 23px !important;
height: 48px;
padding-top: 8px !important;
}
.accordion_element {
	border-top: 0px solid #a9a9a9 !important;
}
.pricetools .pricetools-new_price {
  font-size: 26px !important;
  font-weight: bold !important;
}
.catalog-element-pricetools .deliver {
	margin: 9px 12px 9px 12px;
	line-height: 20px;
	box-shadow: 0 0 27px -6px rgba(0,0,0,.2);
	border-radius: 6px;
	padding: 4px 10px 4px 17px;
	font-size: 15px;
}
.ce-prev_text-body {
font-size: 15px;
}
.catalog-element-pricetools .pricetools {
	width: 95%;
	margin-top: 12px;
	margin-bottom: -12px;
	
}
.vkpage.incardVk {
	display:none;
}
}
@media only screen and (min-width: 749px) and (max-width: 959px) {
.accordion_element {
margin: 0 -15px 20px !important;
width: auto !important;
float: none !important;
}
}
#tabs_aa {
  width: 280px !important;
}
#tabs {
  width: 880px !important;
}
@media only screen and (max-width: 1199px) {
#tabs {
  width: 640px !important;
}
}
@media only screen and (max-width: 959px) {
.minTable {
display: block !important;
visibility: visible !important;
}
#tabs {
	display: none !important;
	visibility: hidden !important;
}
#tabs_aa {
width: auto !important;
float: none !important;
margin: 0 -15px 20px !important;
}.tabs_names a {
width: 100%;
height: 28px;
line-height: 28px;
font-size: 20px;
}
.element_kod {
	margin-left: 0px;
}
}
@media only screen and (max-width: 355px) {
	.wd_reviews {
	display: none;
	}
}

.brands_prod img {
	max-width: 175px;
	display: block;
	margin-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
}
.brands_prod a {
	text-decoration: none;
}
.title_brands_prod {
	margin-left: 15px;
}

	
