@import url(//fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin-ext,cyrillic-ext);

body {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #777;
	text-align: center;
}
input,
textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	padding: 6px 12px;
	resize: none;
}
a {
	outline: none!important;
	color: #333;
	text-decoration: none;
}
a:hover,
a:focus {
	text-decoration: none;
	color: #3bb614;
}
input::-ms-clear {
   display: none;
}
::-ms-clear {
	width : 0;
	height: 0;
}
button {
	outline: none;
	border: 0;
	background: transparent;
}
ul,
ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
.strong,
strong {
	font-weight: bold;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.price {
	white-space: nowrap!important;
}
label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}
input.input-text,
textarea {
	padding: 6px 12px;
	resize: none;
	-webkit-appearance: none;
	border-radius: 0;
}
p {
	margin: 0;
}
.rotate-90,
.rotate-180 {
	filter: none;
}
.rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slick-initialized .slick-slide {
	outline: none;
}
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-initialized {
	display: block!important;
}
.slick-arrow:before {
	display: none!important;
}
.hidden_checker {
	display: none;
}
.hidden,
.hidden-area {
	display: none;
}
.vis_hidden {
	visibility: hidden;
	display: none!important;
}
.vis_visible {
	visibility: visible;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-0 {
	margin-top: 0;
}
.mt-20 {
	margin-top: 20px;
}
.va-top {
	vertical-align: top!important;
}
.va-middle {
	vertical-align: middle!important;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	margin-top: 2em;
}
.text p {
	margin-top: 1em;
	margin-bottom: 0;
	line-height: 20px;
}
.text ul,
.text ol {
	margin-top: 1em;
	margin-left: 1.5em;
}
.text ul li,
.text ol li {
	position: relative;
	margin-top: 0.25em;
	padding-left: 2em;
}
.text ul li:first-child,
.text ol li:first-child {
	margin-top: 0;
}
.text ol {
	counter-reset: li;
	list-style: none;
}
.text ul li {
	display: list-item;
	list-style: disc outside;
	padding-left: 0;
	margin-left: 1em;
	padding-left: 1em;
}
.text ol > li:before {
	content: counter(li)'.';
	counter-increment: li;
	position: absolute;
	top: 0;
	left: 0;
}
.text hr {
	display: block;
	height: 1px;
	margin: 1em 0;
	background: #ccc;
}
.text img {
	display: inline-block;
	height: auto!important;
	max-width: 100%;
	margin: 0;
}
.text img.align-left {
	margin: 0 10px 5px 0;
}
.text img.align-right {
	margin: 0 0 5px 10px;
}
.text h1:first-child,
.text h2:first-child,
.text h3:first-child,
.text h4:first-child,
.text h5:first-child,
.text h6:first-child,
.text p:first-child,
.text ul:first-child,
.text ol:first-child {
	margin-top: 0;
}
.text blockquote {
	font-style:italic;
}
.text table td {
	padding: 8px;
}
button.button-submit {
	float: right;
}
.button.button-reset > span,
.button.button-back > span {
	background-position: center -77px;
	background-color: #e8e8e8;
	border: 1px solid #e6e6e6;
	border-bottom-color: #949494;
	border-top-color: #f6f6f6;
	color: #333;
}
.button.button-podbor {
	float: right;
}
.page {
	margin: 0 auto;
	padding: 0 0 0;
	text-align: left;
}
.header-container {
	padding: 14px 0 17px;
	background: #fff;
}
.header {
	padding: 0;
	position: relative;
}
.header .header-border {
	border-bottom: 1px solid #d6d5d5;
	padding-bottom: 13px;
	margin-bottom: 27px;
}
.header .header-info {
	font-size: 14px;
}
.header .header-info .strong {
	font-size: 15px;
	color: #3bb614;
}
.header .header-info .strong + .strong {
	margin-left: 5px;
}
.header .welcome-msg {
	float: right;
	font-size: 14px;
	color: #3bb614;
	padding: 0 0 9px;
	text-align: left;
	width: 100%;
}
.header .welcome-msg a {
	color: #3bb614;
	text-decoration: underline;
}
.header .welcome-msg a:hover {
	text-decoration: none;
}
.quick-access {
	float: right;
	clear: right;
	width: 100%;
}
.quick-access_logged {
	width: auto;
}
.quick-access .links {
	float: right;
	width: 100%;
}
.quick-access_logged .links {
	width: auto;
}
.quick-access .links li {
	float: none;
	padding: 0;
	width: auto;
	display: inline-block;
	margin-right: 18px;
}
.quick-access_logged .links li {
	float: left;
	display: block;
	padding: 0;
	width: 100%;
	margin-right: 0;
}
.header .links li a {
	display: inline-block;
	font-size: 14px;
	color: #777;
	position: relative;
	padding-left: 12px;
}
.header .links li.a_active a,
.header .links li a:hover {
	color: #3bb614;
}
.header .links li a:before {
	content: '';
	background: url(img/li.png) no-repeat;
	width: 5px;
	height: 8px;
	display: block;
	position: absolute;
	left: 0;
	top: 4px;
}
.header .logo {
	margin: 0;
	text-decoration: none!important;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.15;
}
.header .logo span {
	display: block;
	font-size: 13px;
	font-weight: 300;
}
.header .logo span.hidden {
	display: none;
}
.header .logo .logo-text {
	font-weight: 700;
	font-size: 36px;
	display: block;
	color: #777;
}
.header .logo a.logo-text:hover {
	color: #52bd30;
}
.header .logo img {
	max-width: 100%;
	height: auto;
	display: block;
}
.header .slogan {
	font-size: 16px;
	line-height: 1.2;
	color: #777;
}
.header .block-cart-header {
	font-size: 12px;
	background: url(img/block-cart-header.gif) repeat-x center bottom #5dc535;
	border-right: 1px solid #50b62f;
	border-left: 1px solid #50b62f;
	position: relative;
	border-radius: 5px;
	line-height: 34px;
	display: block;
	width: 100%;
	padding: 0 18px;
	font-weight: normal;
	color: #fff;
	font-size: 14px;
}
.header .block-cart-header .block-content {
	white-space: nowrap;
}
.header .form-search {
	position: relative;
	height: 34px;
}
.header .form-search label {
	float: left;
	margin-left: 17px;
	display: none;
}
.header .form-search .input-text {
	float: left;
	padding: 6px 63px 6px 6px;
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #777;
	background: #fff;
	border: 1px solid #d6d5d5;
	box-shadow: inset 0 5px 5px rgba(0,0,0,0.06);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.03);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.03);
	border-radius: 5px 0 0 5px;
}
.catalog-search__window {
	display: none;
	position: absolute;
	top: 100%!important;
	z-index: 93;
	left: 0!important;
	margin-top: -1px;
	background: #fff;
	right: 0;
	border: 1px solid #d6d5d5;
	border-radius: 5px;
}
.catalog-search__items {
	max-height: 300px;
	outline: none;
	width: 100%!important;
}
.catalog-search__bottom-block {
	border-top: 1px solid #d6d5d5;
	text-align: center;
	padding: 15px 10px;
	font-size: 0;
}
.catalog-search__bottom-block .button > span {
	float: none;
	display: block;
}
.catalog-search__show-all {
	display: inline-block!important;
	float: none;
}
.catalog-search__show-all > span {
	padding: 0 22px!important;
}
.search-item {
	padding: 5px 10px 0 5px;
	text-align: left;
}
.search-item:last-child {
	padding-bottom: 5px;
}
.search-item__inner {
	position: relative;
	min-height: 80px;
	padding: 5px 5px 5px 75px;
	display: block;
	text-decoration: none;
	color: #3bb614;
	border-radius: 5px;
}
.search-item__inner:hover {
	background: #f1f1f1;
	text-decoration: none;
	color: #363636;
	color: #3bb614;
}
.search-item__image-block {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 5px;
	top: 10px;
}
.search-item__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.search-item__table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.search-item__table-cell {
	height: 70px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.search-item__title {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
}
.search-item__title span {
	font-weight: 700;
	color: #ff342a;
}
.search-item__price-block {
	font-size: 0;
	margin-top: 5px;
}
.search-item__price {
	line-height: 18px;
	font-size: 17px;
	font-weight: normal;
	color: #333;
	margin-right: 10px;
	display: inline-block;
}
.search-item__old-price {
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #333;
	display: inline-block;
	text-decoration: line-through;
}
.jspScrollable {
	outline: none;
}
.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
}
.jspHorizontalBar {
	position: absolute;
	bottom: -26px;
	left: 0;
	width: 100%;
	height: 11px;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	position: relative;
}
.jspVerticalBar .jspTrack {
	width: 2px;
	margin: 0 7px;
	background-color: #f5f5f5;
}
.jspHorizontalBar .jspTrack {
	height: 2px;
	margin: 7px 0;
	background-color: #f5f5f5;
}
.jspDrag {
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.jspVerticalBar .jspDrag {
	width: 4px;
	height: 10px;
	background: #d1d1d1;
	margin-left: -1px;
	border-radius: 2px;
}
.jspVerticalBar:hover .jspDrag {
	background: #57c132;
}
.jspHorizontalBar .jspDrag {
	top: -6px;
	width: 11px;
	height: 14px;
	background: transparent;
	border-radius: 2px;
}
.jspHorizontalBar .jspDrag:after {
	content: '';
	display: block;
	height: 4px;
	left: 0;
	top: 5px;
	position: absolute;
	background: #d1d1d1;
	right: 0;
	border-radius: 2px;
}
.jspHorizontalBar:hover .jspDrag:after {
	background: #57c132;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	float: left;
	width: 10px;
	height: 17px;
	position: relative;
}
.jspHorizontalBar .jspArrowLeft {
	background-position: 0px -17px;
	left: -1px
}
.jspHorizontalBar .jspArrowRight {
	background-position: 10px -17px;
	right: -1px
}
.jspHorizontalBar .jspArrowLeft.jspDisabled {
	cursor: default;
	background-position: 0px 0px;
}
.jspHorizontalBar .jspArrowRight.jspDisabled {
	cursor: default;
	background-position: 10px 0px;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}
* html .jspCorner {
	margin: 0 -3px 0 0;
}
button.button {
	background: transparent;
	border: 0;
	overflow: visible;
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: auto;
	display: block;
}
button.button > span {
	float: left;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Roboto', sans-serif;
	background: url(img/btn-button.gif) repeat-x center top #4cb82c;
	color: #fff;
	font-size: 14px;
	line-height: 32px;
	height: 34px;
	border: 1px solid #5dc535;
	border-bottom-color: #30761c;
	border-radius: 5px;
}
button.product__button_fast > span {
	padding: 0 10px;
}
button.button > span > span {
	padding: 0 10px;
	display: block;
	float: left;
}
div.button {
	overflow: visible;
	cursor: pointer;
	padding: 0;
	margin: 0;
	width: auto;
	display: block;
}
div.button > span {
	float: left;
	text-align: center;
	white-space: nowrap;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	background: url(img/btn-button.gif) repeat-x center top #4cb82c;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 34px;
	border: 1px solid #5dc535;
	border-bottom-color: #30761c;
	border-radius: 5px;
}
div.button > span > span {
	padding: 0 18px;
	display: block;
	float: left;
}
button.button.button-help > span,
button.button.button-zakaz > span {
	background: #5ba0d0;
	border: 1px solid #e6e6e6;
	border-bottom-color: #417294;
	border-top-color: #f6f6f6;
	color: #fff;
	padding: 0;
}
button.button.button-help > span > span {
	padding: 0;
	width: 32px;
}
button.button.button-help {
	margin-left: 5px;
}
button.button.button-large {
	float: right;
}
button.button.button-large > span {
	font-size: 18px;
	line-height: 38px;
	height: 40px;
}
button.button.button-large > span > span {
	padding: 0 22px
}
div.button.button-disabled {
	cursor: default;
}
div.button.button-disabled > span {
	background-position: center -77px;
	background-color: #e8e8e8;
	border: 1px solid #e6e6e6;
	border-bottom-color: #949494;
	border-top-color: #f6f6f6;
	color: #333;
}
.header .form-search button.button:not(.catalog-search__show-all) span {
	width: 53px;
	height: 34px;
	border: 0;
	border-radius: 0 5px 5px 0;
	background: url(img/form-search-btn.gif) repeat-x center bottom;
	position: absolute;
	right: 0;
	top: 0;
}
.header .form-search button.button:not(.catalog-search__show-all) span:before {
	content: '';
	background: url(img/search.png) no-repeat;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	left: 17px;
	top: 7px;
}
.header .form-search button.button:not(.catalog-search__show-all):hover span:before {
	opacity: .7;
}
.header .form-search button.button span span {
	display: none;
}
button.button:hover > span {
	background: #363636;
	border-color: #373737;
	border-bottom-color: #070707;
	color: #fff;
}
.header .block-cart-header .summary,
.header .block-cart-header .empty,
.header .block-cart-header .summary strong {
	font-weight: normal;
	color: #fff;
	font-size: 14px;
}
.header .block-content-text {
	text-transform: lowercase;
}
.main-menu {
	float: right;
}
.main-menu > ul > li {
	float: left;
	position: relative;
	margin-left: 15px;
}
.main-menu > ul > li > .link {
	text-decoration: none;
	font-size: 14px;
	color: #777;
	line-height: 20px;
}
.main-menu > ul > li:hover > .link {
	color: #52bd30;
}
.main-menu > ul > li > .link.a_active {
	color: #52bd30;
	cursor: default;
}
.main-menu > ul > li > .link > i {
	margin: 0 0 0 5px;
	display: none;
	background: url(img/main-menu-has-submenu.png) 0px -6px;
	width: 9px;
	height: 6px;
	vertical-align: 1px;
}
.main-menu > ul > li:hover > .link > i,
.main-menu > ul > li > .link.a_active > i{
	background: url(img/main-menu-has-submenu.png) 0px 0px;
}
.main-menu > ul > li.drop > .link > i {
	display: inline-block;
}
.main-menu > ul > li > ul {
	width: 250px;
	position: absolute;
	top: 100%;
	left: 50%;
	display: none;
	z-index: 3;
	margin-left: -125px;
	padding: 13px 0 0;
	background: #fff;
}
.main-menu > ul > li:hover > ul {
	display: block;
}
.main-menu > ul > li > ul > li {
	display: block;
	padding: 5px 15px 5px 15px;
	border-left: 1px solid #d6d5d5;
	border-right: 1px solid #d6d5d5;
}
.main-menu > ul > li > ul > li:first-child {
	border-top: 1px solid #d6d5d5;
	padding: 10px 15px 5px 15px;
}
.main-menu > ul > li > ul > li:last-child {
	border-bottom: 1px solid #d6d5d5;
	padding: 5px 15px 10px 15px;
}
.main-menu > ul > li > ul > li > .link {
	text-decoration: none;
	line-height: 18px;
	font-size: 14px;
	color: #777;
}
.main-menu > ul > li > ul > li > .link:hover {
	color: #52bd30;
}
.main-menu > ul > li > ul > li > .link.a_active {
	color: #52bd30;
	cursor: default;
}
.main-menu-opener {
	float: left;
	border-right: 1px solid #232323;
	height: 50px;
	cursor: pointer;
	position: relative;
	width: 60px;
}
.main-menu-opener span {
	display: block;
	width: 25px;
	position: absolute;
	background: #fff;
	height: 4px;
	left: 17px;
	top: 50%;
	margin-top: -2px;
}
.main-menu-opener span:before {
	content: '';
	display: block;
	width: 25px;
	position: absolute;
	background: #fff;
	height: 4px;
	left: 0;
	top: -8px;
}
.main-menu-opener span:after {
	content: '';
	display: block;
	width: 25px;
	position: absolute;
	background: #fff;
	height: 4px;
	left: 0;
	top: 8px;
}
.main-menu-opener.active span,
.main-menu-opener.active span:before,
.main-menu-opener.active span:after,
.main-menu-opener:hover span,
.main-menu-opener:hover span:before,
.main-menu-opener:hover span:after {
	background: #52bd30;
}
.main-main {
	padding: 0 0 30px;
	position: relative;
	z-index: 1;
	background: url(img/main-container.gif) repeat-x center top #fff;
}
.main-container {
	background: #fff;
	padding-top: 30px;
}
.side-content .catalog-nav {
	margin-top: -81px;
	margin-bottom: 25px;
}

.main-content .catalog-nav {
	top: -81px;
	position: relative;
	margin-bottom: -56px;
}
.catalog-nav > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background: #f2f2f2;
	padding-bottom: 4px;
	border-radius: 0 0 5px 5px;
}
.catalog-nav .menu-header {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: url(img/menu-icon-style.gif) repeat-x center bottom #5dc535;
	border-radius: 5px 5px 0 0;
	height: 51px;
	line-height: 48px;
	padding: 0 18px;
}
.catalog-nav > ul > li.menu-item {
	position: relative;
	border: 1px solid #d6d5d5;
	border-top: 0;
	background: #fff;
	line-height: 20px;
}
.catalog-nav > ul > li.menu-item > i.submenu-opener {
	display: none;
	width: 39px;
	height: 39px;
	position: absolute;
	right: 2px;
	top: 2px;
	cursor: pointer;
}
.catalog-nav > ul > li.menu-item.drop > i.submenu-opener {
	display: block;
}
.catalog-nav > ul > li.menu-item.drop > i.submenu-opener:before {
	content: '';
	background: #777;
	display: block;
	position: absolute;
	height: 16px;
	width: 4px;
	top: 11px;
	left: 18px;
}
.catalog-nav > ul > li.menu-item.drop > i.submenu-opener:after {
	content: '';
	background: #777;
	display: block;
	position: absolute;
	height: 4px;
	width: 16px;
	top: 17px;
	left: 12px;
}
.catalog-nav > ul > li.menu-item.drop > i.submenu-opener:hover:before,
.catalog-nav > ul > li.menu-item.drop > i.submenu-opener:hover:after {
	background: #5dc535;
}
.catalog-nav > ul > li.menu-item.drop > i.submenu-opener.temp_active:before {
	opacity: 0;
}
.catalog-nav > ul > li.menu-item.drop > i.submenu-opener.active:before {
	display: none;
}
.catalog-nav > ul > li > a {
	padding: 10px 20px 13px;
	font-size: 17px;
	display: block;
	color: #333;
	font-weight: bold;
}
.catalog-nav > ul > li.drop > a {
	padding: 10px 41px 13px 20px;
}
.catalog-nav > ul > li > a:hover,
.catalog-nav > ul > li > a.a_active {
	color: #3bb614;
}
.catalog-nav > ul > li > a > i {
	display: none;
}
.catalog-nav > ul > li > ul {
	width: auto;
	padding: 25px;
	background: #fafafa;
	display: none;
}
.catalog-nav > ul > li.item_active > ul {
	display: block;
}
.catalog-nav > ul > li > ul li {
	font-size: 14px;
	padding: 4px 0;
	line-height: 16px;
}
.catalog-nav > ul > li > ul > li a {
	display: inline-block;
	color: #777;
	position: relative;
	padding-left: 14px;
}
.catalog-nav > ul > li > ul > li a:hover,
.catalog-nav > ul > li > ul > li a.a_active {
	color: #3bb614;
	text-decoration: none;
}
.catalog-nav > ul > li > ul > li a i {
	width: 6px;
	height: 9px;
	display: block;
	background: url(img/catalog-sub.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 3px;
}
.catalog-nav > ul > li > ul > li > ul {
	list-style: none;
	display: none;
	position: absolute;
	left: 100%;
	background: #fff;
	border: 1px solid #EAE9E9;
	width: 190px;
	padding: 0;
	top: -1px;
	z-index: 10;
}
.catalog-nav > ul > li > ul > li:hover > ul {
	display: block;
}
.catalog-nav > ul > li:last-child > ul > li > ul {
	left: auto;
	right: 100%;
}
.main-slider-wrapper {
	position: relative;
	margin-bottom: 10px;
}
.main-slider-wrapper .slick-slide img {
	max-width: 100%;
	width: auto!important;
	height: auto!important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.main-slider-wrapper .slick-list {
	overflow: hidden;
	border-radius: 5px;
	border: 1px solid #d6d5d5;
}
.main-slider-wrapper .slick-arrow {
	width: 12px;
	height: 17px;
	z-index: 2;
}
.main-slider-wrapper .slick-prev:focus,
.main-slider-wrapper .slick-prev:hover,
.main-slider-wrapper .slick-prev {
	background: url(img/main-slider-arrow.png) no-repeat 0px 0px;
	left: 15px;
}
.main-slider-wrapper .slick-next:focus,
.main-slider-wrapper .slick-next:hover,
.main-slider-wrapper .slick-next {
	background: url(img/main-slider-arrow.png) no-repeat -12px 0px;
	right: 15px;
}
.main-slider-wrapper .slick-arrow:hover {
	opacity: .6;
}
.edges {
	margin-bottom: 40px;
}
.edges-table {
	display: table;
	width: 100%;
}
.edges p {
	margin: 0;
}
.edges > div > div {
	display: table-cell;
	position: relative;
	padding-left: 70px;
	padding-right: 10px;
	vertical-align: middle;
	height: 44px;
	width: 25%;
	font-size: 13px;
	color: #555;
	line-height: 18px;
}
.edges div img {
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -20px;
	max-height: 50px;
	max-width: 50px;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
hr.hr {
	background: transparent;
	margin-top: 20px;
	margin-bottom: 20px;
}
.page-title {
	margin: 0 0 25px;
	padding: 15px 20px;
	background: url(img/page-title.gif) repeat-x center bottom #f3f3f3;
	border-radius: 5px 5px 0 0;
}
.block.block-sidebar .block-header {
	background: url(img/block-title.gif) repeat-x center bottom #434343;
	padding: 15px 18px 14px;
	margin-bottom: 28px;
	position: relative;
	border-radius: 5px 5px 0 0;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.block.block-sidebar .block-footer {
	margin: 10px 0;
	text-align: center;
}
.block.block-sidebar .all {
	text-decoration: underline;
	color: #3bb614;
}
.block.block-sidebar .all:hover {
	text-decoration: none;
}
.page-title .h1,
.page-title h1 {
	font-size: 20px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
}
.block:not(.block-sidebar) .block-header .title {
	font-size: 20px;
	line-height: 22px;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
}
.block:not(.block-sidebar) .block-header {
	margin: 0 0 30px;
	padding: 15px 20px;
	background: url(img/page-title.gif) repeat-x center bottom #f3f3f3;
	border-radius: 5px 5px 0 0;
}
.block .block-header .all {
	text-decoration: none;
	float: right;
	color: #3bb614;
	font-size: 14px;
	border-bottom: 1px dashed #3bb614;
	line-height: 19px;
}
.block .block-header .all:hover {
	border-bottom: 1px dashed transparent;
}
.block-sidebar {
	margin-bottom: 25px;
}
.banner-block {
	overflow: hidden;
	margin-left: -1%;
	margin-bottom: 19px;
}
.banner-block li {
	float: left;
	border: 1px solid #d6d5d5;
	border-radius: 5px;
	width: 49%;
	margin-left: 1%;
	margin-bottom: 1.2%;
	position: relative;
	overflow: hidden;
	background: #fafafa;
	padding: 15px 17px;
}
.banner-block img {
	max-height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
}
.banner-block span.title {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
	margin-bottom: 7px;
	display: block;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	max-height: 26px;
	overflow: hidden;
}
.banner-block li .summary {
	width: 70%;
	line-height: 15px;
	margin-bottom: 13px;
	position: relative;
	z-index: 2;
	height: 30px;
	overflow: hidden;
}
.banner-block button.button {
	z-index: 2;
	position: relative;
}
.banner-block button.button > span {
	font-size: 16px;
}
.banner-block button.button span span {
	padding: 0 22px;
}
#up {
	cursor: pointer;
	background: url(img/up.png) 0px 0px;
	position: fixed;
	right: 20px;
	bottom: 25px;
	outline: 0;
	width: 40px;
	height: 40px;
	z-index: 50;
	display: none;
}
#up:hover {
	background: url(img/up.png) 0px -40px;
}
.catalog_specials .block-content {
	background: #fafafa;
	border: 1px solid #d6d5d5;
	padding-bottom: 42px;
	border-radius: 0 0 5px 5px;
	overflow: hidden;
	border-top: 0;
}
.block.block-sidebar.catalog_specials .block-header {
	margin-bottom: 0;
}
.catalog_specials > div .item {
	padding: 38px;
	text-align: center;
	display: block;
}
.catalog_specials > div .item .picture {
	margin-bottom: 15px;
	width: 100%;
	height: 187px;
	position: relative;
}
.catalog_specials > div .item .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.catalog_specials > div .item .title {
	font-size: 21px;
	font-weight: 700;
	line-height: 26px;
	color: #333;
	margin-bottom: 10px;
}
.catalog_specials > div .item:hover .title {
	color: #3bb614;
}
.catalog_specials > div .item .price_block .price {
	font-size: 22px;
	font-weight: normal;
	color: #333;
	margin: 0;
	display: inline-block;
	width: 100%;
}
.catalog_specials > div .item .price_block .old_price {
	font-size: 18px;
	font-weight: normal;
	color: #333;
	margin: 0;
	display: inline-block;
	text-decoration: line-through;
	width: 100%;
}
.catalog_specials > div .item .price_block .old_price:not(.vis_hidden) + .price {
	font-size: 22px;
	font-weight: normal;
	color: #ff342a;
	margin-top: 5px;
}
.catalog_specials > div .item .button {
	margin: 0 auto;
}
.catalog_specials > div .item .button span {
	font-size: 17px;
}
.catalog_specials > div .item .button span span {
	padding: 0 23px;
}
.catalog_specials .slick-dots {
	bottom: 0px;
	text-align: center;
	font-size: 0;
	border-top: 1px solid #d6d5d5;
	padding-top: 14px;
	height: 42px;
}
.catalog_specials .slick-dots li {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #777;
	margin: 0 4px;
}
.catalog_specials .slick-dots li.slick-active,
.catalog_specials .slick-dots li:hover {
	background: #333;
}
.catalog_specials .slick-dots li button {
	display: none;
}
.block.block-sidebar.catalog-recent .block-header {
	margin-bottom: 0;
}
.catalog-recent .product-item {
	position: relative;
	padding: 20px 10px 20px 100px;
	min-height: 130px;
	border-bottom: 1px solid #ececec;
}
.catalog-recent .product-item .picture {
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0;
	top: 20px;
	border: 0;
}
.catalog-recent .product-item .picture img {
	max-width: 90px;
	max-height: 90px;
}
.catalog-recent .product-item .cont {
	height: 90px;
	display: table-cell;
	vertical-align: middle;
}
.catalog-recent .product-item .cont .price {
	font-size: 17px;
	font-weight: normal;
	color: #ff342a;
	margin-right: 0;
}
.catalog-recent .product-item .cont .old_price {
	font-size: 17px;
	font-weight: normal;
	color: #333;
	margin-right: 5px;
	display: inline-block;
	text-decoration: line-through;
}
.catalog-recent .product-item .title {
	max-height: 38px;
	overflow: hidden;
	margin: 0 0 5px 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
.catalog-recent .product-item .title a {
	color: #3bb614;
}
.catalog-recent .product-item .title a:hover {
	color: #000;
	text-decoration: none;
}
.catalog-recent .product-item .block-footer {
	margin: 15px 0 0 0;
}
.banners {
	margin: 0 0 25px 0;
}
.banners p {
	margin: 0;
}
.banners > div + div {
	margin-top: 25px;
}
.banners img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.block.block-sidebar.proizvod-block .block-header {
	margin-bottom: 0;
}
.proizvod-block ul {
	padding: 15px 25px;
	background: #fafafa;
}
.proizvod-block ul li {
	padding: 7px 0;
	position: relative;
}
.proizvod-block ul li a {
	font-size: 14px;
	color: #777;
	display: inline-block;
	padding: 0 0 0 14px;
	position: relative;
}
.proizvod-block ul li a:hover {
	text-decoration: none;
	color: #3bb614;
}
.proizvod-block ul li a:before {
	width: 6px;
	height: 9px;
	display: block;
	background: url(img/catalog-sub.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
}
.block-sidebar.block-actions .block-header {
	margin-bottom: 0;
}
.block-actions ul {
	padding: 15px 25px;
	background: #fafafa;
}
.block-actions ul li {
	padding: 7px 0;
	position: relative;
}
.block-actions ul li a {
	font-size: 14px;
	color: #777;
	display: inline-block;
	padding: 0 0 0 14px;
	position: relative;
}
.block-actions ul li a:hover {
	text-decoration: none;
	color: #3bb614;
}
.block-actions ul li a:before {
	width: 6px;
	height: 9px;
	display: block;
	background: url(img/catalog-sub.png) no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 4px;
	content: '';
}
.text {
	color: #363636;
	font-weight: 300;
	font-size: 15px;
}
.text a {
	text-decoration: underline;
}
.text a:hover {
	text-decoration: none;
}
.mainpage-text p:first-child {
	margin-top: 0;
}
.mainpage-text {
	margin: 0 0 25px 0;
	border: 1px solid #ededed;
	padding: 25px 20px;
	background: #fbfbfb;
	overflow: hidden;
	position: relative
}
.mainpage-text h1 {
	font-weight: 500;
	font-size: 24px;
	color: #363636;
	margin-bottom: 25px;
	line-height: 26px;
}
.page-text {
	margin: 0 0 25px 0;
}
.seo-text {
	margin: 0;
	border: 1px solid #ededed;
	padding: 15px 20px;
	background: #fbfbfb;
	overflow: hidden;
	position: relative;
	font-size: 13px;
}
.seo-text p {
	margin-top: 0.5em;
}
.seo-text p:first-child {
	margin-top: 0;
}
.fixed-link {
	position: fixed;
	color: #fff;
	text-transform: uppercase;
	display: block;
	z-index: 10;
	font-weight: 300;
	border-left: 0;
	padding: 0 20px 0 0;
	text-decoration: none;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	opacity: .7;
	right: -156px;
	border-radius: 5px 0 0 5px;
	cursor: pointer;
}
.fixed-link:focus,
.fixed-link:hover {
	text-decoration: none;
	color: #fff;
	transform: translate(-156px,0);
	-webkit-transform: translate(-156px,0);
	-moz-transform: translate(-156px,0);
	opacity: 1;
}
.fixed-link span {
	height: 48px;
	display: table-cell;
	vertical-align: middle;
	width: 136px;
	font-size: 14px;
}
.fixed-link i {
	width: 60px;
	display: table-cell;
	height: 48px;
	vertical-align: middle;
	text-align: center;
}
.sendmail-link {
	background: #3bb614;
	top: 30%;
}
.callback-link {
	background: #000;
	bottom: 30%;
}
.fixed-link i:after {
	content: '';
	width: 28px;
	height: 48px;
	display: block;
	margin: 0 0px 0 16px;
}
.sendmail-link i:after {
	background: url(img/fixed-links.png) no-repeat 0px 0px;
}
.callback-link i:after {
	background: url(img/fixed-links.png) no-repeat 0px -50px;
}
.popup-links {
	margin-bottom: 20px;
}
.popup-links .popup-link {
	float: left;
	display: block;
	cursor: pointer;
	text-align: center;
	color: #fff;
	background: #363636;
	color: #fff;
	height: 30px;
	text-decoration: none;
	padding: 7px 9px;
	text-transform: uppercase;
}
.popup-links .popup-link i {
	margin: 0 5px 0 0;
}
.popup-links .popup-link + .popup-link {
	 float: right;
}
.popup-links .popup-link:hover {
	background: #bb2c26;
}
.last-news-wrapper {
	background: #fff;
	padding-bottom: 30px;
	padding-top: 30px;
}
.last-news .last-news-cont {
	background: #fff;
}
.last-news .last-news-item .title {
	position: relative;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	margin-bottom: 8px;
}
.last-news .last-news-item .title a {
	color: #333;
	text-decoration: none;
}
.last-news .last-news-item .title a:hover {
	color: #3bb614;
	text-decoration: none;
}
.last-news .last-news-item .date {
	color: #3bb614;
	font-weight: 700;
	margin: 0 0 8px 0;
	font-size: 13px;
}
.last-news .last-news-item .summary {
	margin: 0;
	font-weight: 300;
	line-height: 18px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
}
.news-list .news-list-item {
	margin-bottom: 20px;
	border: 1px solid #DBDBDB;
	background: #fbfbfb;
	padding: 25px 25px 15px;
}
.news-list .news-list-item .title {
	position: relative;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	margin-bottom: 8px;
}
.news-list .news-list-item .title:last-child {
	margin-bottom: 10px;
}
.news-list .news-list-item .title a {
	color: #333;
	text-decoration: none;
}
.news-list .news-list-item .title a:hover {
	color: #3bb614;
	text-decoration: none;
}
.news-list .news-list-item .date {
	color: #3bb614;
	font-weight: 700;
	font-size: 13px;
}
.news-list .news-list-item .date:last-child {
	margin-bottom: 10px;
}
.news-list .news-list-item .text {
	margin-top: 8px;
}
.news-list .news-list-item .text:last-child {
	margin-bottom: 10px;
}
.news-list-content {
	
}
.news-list-image-block {
	width: 200px;
	position: relative;
	float: left;
	margin: 0 15px 10px 0;
}
.news-list-image-link {
	
}
.news-list-image {
	max-width: 100%;
	max-height: 100%;
	display: block;
}
.news-item .date {
	color: #3bb614;
	font-weight: 700;
	font-size: 13px;
}
.sourse {
	font-weight: 500;
	margin-top: 20px;
}
.controls {
	margin-top: 20px;
}
.controls a {
	color: #3bb614;
}
.secondary-menu {
	padding-bottom: 15px;
}
ul.footer-menu,
ul.footer-contacts:not(.footer-socials) {
	list-style: none;
	padding: 0 0 0 0;
	margin: 0 0 30px 0;
}
ul.footer-menu li,
ul.footer-contacts li {
	display: block;
	padding: 0 0 7px;
	font-size: 14px;
}
ul.footer-menu li:last-child,
ul.footer-contacts li:last-child {
	margin: 0;
}
ul.footer-menu li.footer-menu-title,
ul.footer-contacts li.footer-menu-title {
	margin: 0 0 20px 0;
	padding: 0;
}
ul.footer-menu li .a {
	display: inline-block;
	color: #777;
	text-decoration: none;
	position: relative;
	padding: 0 0 0 16px;
	word-wrap: break-word;
}
ul.footer-menu li .a:before {
	width: 5px;
	height: 8px;
	content: '';
	display: block;
	background: url(img/footer-menu.png);
	position: absolute;
	left: 0;
	top: 4px;
}
ul.footer-menu li.footer-menu-title,
ul.footer-menu li.footer-menu-title .a,
ul.footer-contacts li.footer-menu-title,
ul.footer-contacts li.footer-menu-title .a {
	position: relative;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	margin-bottom: 13px;
}
ul.footer-contacts li .a:hover,
ul.footer-menu li .a:hover,
ul.footer-menu li .a_active {
	text-decoration: none;
	color: #79a542;
}
ul.footer-contacts li {
	color: #949494;
	position: relative;
	display: block;
	padding: 0 0 0 33px;
}
ul.footer-contacts li {
	display: block;
	padding: 0;
	position: relative;
	line-height: 18px;
	color: #777;
	margin-bottom: 13px;
}
ul.footer-contacts li.contacts-phone {
	margin-top: 22px;
}
ul.footer-contacts li.contacts-phone span {
	margin: 0 0 5px;
	position: relative;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	margin-bottom: 13px;
	display: block;
}
ul.footer-contacts li.contacts-phone em {
	display: block;
	font-size: 22px;
	line-height: 22px;
	color: #3bb614;
	font-weight: bold;
	margin: 0;
	font-style: normal;
}
ul.footer-contacts li.contacts-phone a {
	color: #3bb614;
	text-decoration: none;
}
ul.footer-contacts li.contacts-address {
	display: block;
	padding: 0;
	position: relative;
	line-height: 18px;
	color: #777;
}
ul.footer-contacts li a {
	color: #79a542;
	text-decoration: underline;
}
ul.footer-contacts li a:hover {
	text-decoration: none;
}
.footer {
	padding: 38px 0 0;
	overflow: hidden;
	background: #f7f7f7;
}
.page-footer {
	border-top: 1px solid #d6d5d5;
	padding-top: 30px;
	padding-bottom: 30px;
}
.socials a {
	width: 42px;
	height: 42px;
	float: left;
	margin-right: 5px;
	margin-bottom: 4px;
}
.socials a:first-child {
	margin-left: 0;
}
.socials a.vk {
	background: url(img/soc.png) no-repeat -161px -54px;
}
.socials a.vk:hover {
	background: url(img/soc.png) no-repeat -161px 0;
}
.socials a.facebook {
	background: url(img/soc.png) no-repeat 0 -54px;
}
.socials a.facebook:hover {
	background: url(img/soc.png) no-repeat 0 0;
}
.socials a.twitter {
	background: url(img/soc.png) no-repeat -54px -54px;
}
.socials a.twitter:hover {
	background: url(img/soc.png) no-repeat -54px 0;
}
.socials a.ok {
	background: url(img/soc.png) no-repeat -215px -54px;
}
.socials a.ok:hover {
	background: url(img/soc.png) no-repeat -215px 0;
}
.socials a.instagram {
	background: url(img/soc.png) no-repeat -321px -54px;
}
.socials a.instagram:hover {
	background: url(img/soc.png) no-repeat -321px 0;
}
.socials a.youtube {
	background: url(img/soc.png) no-repeat -267px -54px;
}
.socials a.youtube:hover {
	background: url(img/soc.png) no-repeat -267px 0;
}
.socials a.moimir {
	background: url(img/soc.png) no-repeat -430px -54px;
}
.socials a.moimir:hover {
	background: url(img/soc.png) no-repeat -430px 0;
}
.socials a.gplus {
	background: url(img/soc.png) no-repeat -108px -54px;
}
.socials a.gplus:hover {
	background: url(img/soc.png) no-repeat -108px 0;
}
.socials a.lj {
	background: url(img/soc.png) no-repeat -376px -54px;
}
.socials a.lj:hover {
	background: url(img/soc.png) no-repeat -376px 0;
}
.page-footer .footer-block {
	height: 70px;
	display: table-cell;
	vertical-align: middle;
}
.copyright {
	display: block;
	line-height: 16px;
	color: #777;
	font-size: 12px;
}
.copyright a {
	color: #79a542;
	text-decoration: underline;
}
.copyright a:hover {
	text-decoration: none;
}
.counters a {
	display: block;
	float: left;
	margin: 2px;
}
.counters img {
	opacity: 0.3;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}
.counters img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
}
.dev {
	line-height: 16px;
	color: #777;
	font-size: 12px;
	padding: 0 0 0 95px;
	position: relative;
}
.dev img {
	display: block;
	width: 80px;
	height: 44px;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -22px 0 0 0;
}
.dev a {
	line-height: 16px;
	font-size: 12px;
	color: #79a542;
	text-decoration: underline;
}
.dev a:hover {
	text-decoration: none;
}
.rating{
	display:none;
	height:15px;
}
.rating .star-rating-control{
	display: block;
	width: 70px;
	height: 15px;
}
.rating-add {
	height: 15px;
}
.rating-add form {
	float: left;
}
.rating-add input,
.rating .rating_interval,
.rating .rating_show input,
.rating .rating_vote input {
	display: none;
}
.rating-add .star-rating-control {
	float: left;
	display: block;
	width: 90px;
	height: 15px;
}
.rating .rating_text {
	font-size: 11px;
	margin-right: 5px;
}
.rating .rating_vote,
.rating .rating_show {
	float: left;
}
span.rating_votes_count {
	margin: 0 0 0 10px;
	float: left;
}
.rating_your_vote {
	float: left;
	padding-right: 7px;
}
div.rating-cancel,
div.star-rating,
div.rating-loader {
	float: left;
	width: 14px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden;
}
div.rating-cancel,
div.rating-cancel a {
	background: url(img/rating_delete.gif) no-repeat 0 -16px
}
div.rating-loader,
div.rating-cancel {
	margin: 1px 0 0 5px;
	float: right;
}
div.star-rating,
div.star-rating a {
	background: url(img/rating_star.png) no-repeat 0 0px
}
div.rating-loader {
	background: url(img/rating_loader.gif) no-repeat 0 0;
}
div.rating-cancel a,
div.star-rating a {
	display: block;
	width: 14px;
	height: 100%;
	background-position: 0 0px;
	border: 0
}
div.star-rating-on a {
	background-position: 0 -16px!important;
}
div.star-rating-hover a {
	background-position: 0 -33px;
}
div.star-rating-readonly a {
	cursor: default!important
}
div.star-rating {
	background: transparent!important;
	overflow: hidden!important
}
.opacity {
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
	opacity: 1;
}
.opacity:hover {
	transition: 0.8s;
	opacity: .6;
}
.action_ico {
	position: absolute;
	top: 23px;
	left: 19px;
	display: block;
	width: 70px;
	height: 22px;
	z-index: 5;
}
.action_ico_spec {
	background: url(img/ico_sale.png) no-repeat;
}
.action_ico_hit {
	background: url(img/ico_hits.png) no-repeat;
}
.action_ico_new {
	background: url(img/ico_news.png) no-repeat;
}
.product-item .picture {
	position: relative;
	overflow: hidden;
}
.product-item .picture img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.product-item .zoom {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: block;
	width: 30px;
	height: 30px;
	z-index: 5;
	background: url(img/zoom.png);
}
.product-item .rating {
	margin: 0 0 15px 0;
}
.product-item .title {
	margin: 0 0 2px;
	font-size: 14px;
	font-weight: normal;
}
.product-item .title a {
	font-size: 14px;
	line-height: 17px;
	font-weight: normal;
	text-decoration: none;
	color: #3bb614;
}
.product-item .title a:hover {
	color: #000;
	text-decoration: none;
}
.product-item .opisanie_small {
	font-size: 12px;
	line-height: 18px;
	color: #777;
	margin-bottom: 5px;
}
.product-item .proizvod_description {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
.product-item .proizvod_description a {
	color: #000;
	text-decoration: underline;
}
.product-item .proizvod_description a:hover {
	text-decoration: none;
}
.product-item .price_block .price {
	font-size: 17px;
	font-weight: normal;
	color: #333;
	margin-right: 5px;
	display: inline-block;
}
.product-item .price_block .old_price {
	font-size: 17px;
	font-weight: normal;
	color: #333;
	margin-right: 5px;
	display: inline-block;
	text-decoration: line-through;
}
.product-item .price_block .old_price:not(.vis_hidden) + .price {
	font-size: 17px;
	font-weight: normal;
	color: #ff342a;
	margin-right: 0;
}
.product-item .bying_blok .buttons button {
	float: left;
}
.product-item .bying_blok .input-select {
	display: block;
	width: 100%;
	height: 34px;
	padding: 0 32px 0 12px;
	font-size: 14px;
	color: #555;
	vertical-align: middle;
	background-color: #fff;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	border: 1px solid #5dc535;
	border-radius: 0;
}
.product-item .bying_blok .input-select i {
	top: 1px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: url(img/select.png) no-repeat;
}
.products-list .product-item .product-item-inner {
	position: relative;
	margin-bottom: 20px;
	min-height: 250px;
	background: #fff;
	border-radius: 5px;
	padding: 20px 20px 20px 260px;
}
.products-list .product-item .action_ico {
	top: 20px;
	left: 20px;
}
.products-list .product-item .picture {
	position: absolute;
	left: 20px;
	width: 210px;
	top: 20px;
	bottom: 0;
	overflow: hidden;
	height: 210px;
}
.products-list .product-item .zoom {
	bottom: 10px;
	left: auto;
	right: 10px;
	top: auto;
}
.products-list .product-item .proizvod_description {
	margin-top: 10px;
}
.products-list .product-item .params {
	font-size: 12px;
	line-height: 18px;
	color: #777;
	margin-top: 10px;
}
.products-list .product-item .params .params-item span {
	color: #333;
}
.products-list .product-item .params .params-item + .params-title {
	margin-top: 10px;
}
.products-list .product-item .params .params-title {
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0px;
}
.products-list .product-item .params ul li {
	position: relative;
	padding-left: 20px;
}
.products-list .product-item .params ul li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	display: block;
	border-radius: 50%;
	background: #777;
	left: 7px;
	top: 7px;
}
.products-list .rating {
	margin: 10px 0 0 0;
}
.products-list .bying_blok .price_block {
	margin-top: 10px;
}
.products-list .bying_blok .amount {
	display: none!important;
}
.products-list .bying_blok .input-select {
	margin-top: 10px;
	width: 50%;
}
.products-list .product-item .bying_blok .buttons {
	position: relative;
	margin-top: 12px;
}
.products-grid .product-item {
	font-size: 12px;
	margin-bottom: 30px;
}
.products-grid .product-item .amount {
	display: none!important;
}
.products-grid .product-item .product-item-inner {
	border-radius: 5px;
	padding: 10px 0 54px;
	background: #fff;
	position: relative;
	height: 100%;
}
.products-grid .product-item .title {
	margin: 0 0 5px;
}
.products-grid .product-item .product-item-inner .picture {
	margin: 0 10px 15px 10px;
	height: 270px;
	border-bottom: 1px solid #d6d5d5;
}
.products-grid .product-item .product-item-inner .rating-wrapper {
	height: 25px;
	width: 100%;
}
.products-grid .product-item .product-item-inner .rating {
	margin: 0 auto 10px auto;
	width: 70px;
}
.products-grid .product-item .bying_blok .price_block {
	margin-bottom: 10px;
}
.products-grid .product-item .product-item-inner .more-info {
	margin: -2px -1px 0 -1px;
	display: none;
	font-size: 13px;
	position: absolute;
	top: 100%;
	background: #fff;
	z-index: 7;
	padding: 0 20px 20px;
	left: 0;
	right: 0;
	border: 1px solid #d6d5d5;
	box-shadow: 0 0px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.1);
	border-top: 0;
	border-radius: 0 0 5px 5px;
}
.products-grid .product-item .product-item-inner .more-info:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 8px;
	background: #fff;
	top: -4px;
}
.products-grid .product-item .product-item-inner:hover .more-info {
	display: block;
}
.products-grid .product-item .product-item-inner .more-info .params {
	font-size: 12px;
	line-height: 18px;
	color: #777;
}
.products-grid .product-item .product-item-inner .proizvod_description + .params {
	margin-top: 15px;
}
.products-grid .product-item .product-item-inner .more-info .params .params-item span {
	color: #333;
}
.products-grid .product-item .product-item-inner .more-info .params .params-item + .params-title {
	margin-top: 10px;
}
.products-grid .product-item .product-item-inner .more-info .params .params-title {
	font-weight: 500;
	text-transform: uppercase;
	color: #3bb614;
	margin-bottom: 0px;
}
.products-grid .product-item .product-item-inner .more-info .params ul li {
	position: relative;
	padding-left: 20px;
}
.products-grid .product-item .product-item-inner .more-info .params ul li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	display: block;
	border-radius: 50%;
	background: #777;
	left: 7px;
	top: 7px;
}
.products-grid .product-item .product-item-inner .more-info .opisanie_small + .params {
	margin-top: 20px;
	border-top: 1px solid #f2f2f2;
	padding-top: 20px;
}
.products-grid .product-item .product-item-inner .bying_blok .buttons {
	padding: 0 20px 0;
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 100%;
}
.products-grid .product-item .product-item-inner .bying_blok .input-select {
	margin: 6px 0 10px 0;
}
.products-grid .product-item .product-item-inner .grid-bottom {
	padding: 0 20px;
}
.contrast-border {
	border: 1px solid #d6d5d5;
}
.contrast-border:hover {
	box-shadow: 0 0px 8px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0px 8px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0px 8px rgba(0,0,0,0.1);
}
.content-nav,
.categories-nav {
	margin: 0;
}
.categories-nav {
	margin: 0 -6px;
}
.catalog-podmenu-item {
	position: relative;
	float: left;
}
.catalog-podmenu-item_type_full {
	line-height: 20px;
	font-size: 12px;
	padding: 6px;
	width: 50%;
}
.catalog-podmenu-item_type_compact {
	line-height: 20px;
	font-size: 12px;
	padding: 6px;
	width: 25%;
	text-align: center;
}
.catalog-podmenu-item_type_minimal {
	padding: 8px 6px;
	width: 100%;
}
.catalog-podmenu-item-inner {
	height: 100%;
	position: relative;
	border-radius : 5px;
}
.catalog-podmenu-item_type_full .catalog-podmenu-item-inner {
	padding: 20px;
	background: #fff;
}
.catalog-podmenu-item_type_compact .catalog-podmenu-item-inner {
	padding: 10px;
}
.catalog-podmenu-item-inner.has-picture {
	min-height: 180px;
}
.catalog-podmenu-item_type_full .catalog-podmenu-image-block {
	width: 120px;
	height: 120px;
	float: left;
	left: 20px;
	top: 24px;
	position: absolute;
}
.catalog-podmenu-item_type_compact .catalog-podmenu-image-block {
	width: 120px;
	height: 120px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
}
.catalog-podmenu-image {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.catalog-podmenu-item_type_compact .catalog-podmenu-image {
	bottom: 0;
}
.catalog-podmenu-item_type_full .catalog-podmenu-wrapper {
	padding-left: 140px;
	float: left;
}
.catalog-podmenu-title {
	width: 100%;
	float: left;
}
.catalog-podmenu-item_type_compact .catalog-podmenu-title {
	margin-top: 10px;
	float: none;
}
.catalog-podmenu-title-link {
	font-size: 15px;
	line-height: 18px;
	text-decoration: none;
}
.catalog-podmenu-description {
	margin: 5px 0 0;
	color: #888;
	font-size: 13px;
	width: 100%;
	float: left;
	font-weight : 300;
}
.content-nav.block-list ul > li,
.categories-nav.block-list ul > li {
	margin-bottom: 10px;
}
.content-nav.block-list ul > li a,
.categories-nav.block-list ul > li a {
	text-decoration: underline;
}
.block-list ul > li a.a_active {
	color: #3bb614;
}
.form-horizontal {
	margin-bottom: 25px;
}
.input-text,
.input-select,
.input-textarea,
.input-multiselect {
	font-size: 13px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	display: block;
	width: 100%;
	height: 34px;
	font-size: 14px;
	color: #555;
	border: 1px solid #ccc;
	vertical-align: middle;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-text:focus,
.input-select:focus,
.input-textarea:focus,
.input-multiselect:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
html input.input-text[disabled],
html textarea.input-textarea[disabled] {
	background: #eee;
}
.input-select {
	position: relative;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 32px 0 12px;
	line-height: 32px;
}
.input-select i {
	position: absolute;
	top: 1px;
	right: 0px;
	width: 30px;
	height: 30px;
	background: url(img/select.png) no-repeat;
}
.input-select > div {
	display: none;
}
.input-select > div + span {
	display: none;
}
.input-select select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.input-textarea {
	height: 90px;
	resize: none;
	line-height: 20px;
	padding: 4px 10px;
}
.input-multiselect {
	height: auto;
	outline: none;
}
.input-radio,
.input-checkbox {
	padding-left: 21px;
	line-height: 16px;
	float: left;
	color: #000;
	font-weight: bold;
	position: relative;
	z-index: 0;
	display: inline-block;
	margin-bottom: 0;
}
.check-wrapper {
	position: relative;
	margin-bottom: 5px;
}
.input-checkbox-small input,
.input-radio input,
.input-checkbox input {
	display: none;
}
.input-checkbox-small i,
.input-radio i,
.input-checkbox i {
	position: absolute;
	top: 0px;
	background-color: #fff;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #ccc;
}
.input-radio i {
	border-radius: 50%;
}
.input-radio input:checked + i:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	background: #57c032;
}
.input-checkbox input+ i:after {
	content: '';
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	display: block;
	background: transparent;
}
.input-checkbox input:checked + i:after {
	background: #58c233;
}
.input-radio input:checked + i:after {
	border-radius: 50%;
}
.label {
	float: left;
	color: #000;
	font-weight: bold;
	position: relative;
	z-index: 0;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 18px;
}
.form-vertical .input-textarea,
.form-vertical .input-text {
	margin-bottom: 7px;
}
.form-vertical .title {
	font-weight: 500;
	font-size: 12px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 8px;
	color: #3bb614;
}
.form-horizontal .form-block {
	margin-bottom: 20px;
}
.form-horizontal .links a + a {
	margin: 0 0 0 20px;
}
.required {
	color: #3bb614;
}
.captcha img {
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
}
.captcha .label {
	width: 100%;
}
.captcha .input-text {
	float: left;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 29px;
	margin-bottom: 10px;
}
.footnote {
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 0 15px;
	font-size: 12px;
	color: #3bb614;
}
.footnote i {
	display: none;
}
.bread-crumbs {
	background: #FBFBFB;
	border: 1px solid #DDD;
	padding: 8px 19px;
	margin: -15px 0 30px;
	overflow: hidden;
}
.bread-crumbs a {
	color: #333;
	text-decoration: none;
}
.bread-crumbs a:hover {
	color: #3bb614;
}
.bread-crumbs .mark {
	margin: 0 7px 0 7px;
}
.popup {
	position: fixed;
	z-index: 1000;
	top: 50%;
	left: 50%;
	display: none;
	width: 420px;
	margin-left: -210px;
	padding: 0;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.popup > header {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	background: url(img/menu-icon-style.gif) repeat-x center bottom #5dc535;
	border-radius: 5px 5px 0 0;
	height: 51px;
	line-height: 48px;
	padding: 0 18px;
	margin-top: -5px;
}
.popup > section {
	padding: 20px;
	color: #363636;
	font-weight: 300;
	font-size: 15px;
}
.popup .page-text {
	margin: 0 0 20px 0;
}
.popup > footer {
	padding: 15px 0 20px;
	border-top: 1px solid #eee;
	text-align: center;
	margin: 0 20px;
}
.popup > footer .button {
	display: inline-block;
	float: none;
	min-width: 100px;
}
.popup > footer .button.closer {
	text-align: center;
	white-space: nowrap;
	padding: 0 18px;
	font-family: 'Roboto', sans-serif;
	background: url(img/btn-button.gif) repeat-x center top #4cb82c;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	height: 34px;
	border: 1px solid #5dc535;
	border-bottom-color: #30761c;
	border-radius: 5px;
}
.popup > footer .button.closer:hover {
	background: #363636;
	border-color: #373737;
	border-bottom-color: #070707;
	color: #fff;
}
.popup > footer .button + .button {
	margin: 0 0 0 10px;
}
.popup .close {
	position: absolute;
	right: 15px;
	top: 8px;
	width: 22px;
	height: 22px;
	cursor: pointer;
	background: url(img/close.png);
}
.popup .close:hover {
	opacity: .8;
}
.popup-static {
	position: absolute;
}
.popup .captcha {
	width: 100%;
	display: block;
	float: left;
}
.overlay {
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0,0,0,0.7);
}
ul.errors {
	margin-bottom: 25px;
	background: url(img/i_msg-note.png) left -3px no-repeat #fde4e1;
	color: #df0505;
	border-style: solid!important;
	border-width: 1px!important;
	background-position: 17px center!important;
	background-repeat: no-repeat!important;
	min-height: 24px!important;
	padding: 7px 8px 10px 62px!important;
	font-size: 12px!important;
	font-weight: 500!important;
}
ul.message {
	margin-bottom: 25px;
	background-color: #f7fde1;
	background-image: url(img/i_msg-success.gif);
	color: #95bc01;
	border-style: solid!important;
	border-width: 1px!important;
	background-position: 17px center!important;
	background-repeat: no-repeat!important;
	min-height: 24px!important;
	padding: 7px 8px 10px 56px!important;
	font-size: 12px!important;
	font-weight: 500!important;
}
ul.errors p,
ul.message p {
	margin: 0;
	margin-top: 1em;
}
ul.errors p:first-child,
ul.message p:first-child {
	margin: 0;
}
ul.message li,
ul.errors li {
	position: relative;
	margin: 4px 0 3px;
}
ul.errors li.title {
	display: none;
}
ul.errors li.title:before {
	display: none;
}
.content-sitemap.block-list ul > li {
	margin-bottom: 10px;
}
.content-sitemap.block-list ul > li a {
	text-decoration: underline;
}
.catalog-filter + .toolbar-top,
.content-nav + .page-text,
.categories-nav + .page-text,
.page-text + .toolbar-top,
.categories-nav + .toolbar-top {
	margin-top: 30px;
}
#tooltip {
	text-align: center;
	color: #fff;
	background: #333;
	position: absolute;
	z-index: 95;
	padding: 4px 10px;
	font-size: 12px;
	font-weight: 300;
}
#tooltip:after {
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #333;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -6px;
	margin-left: -6px;
}
.toolbar {
	margin: 0 0 25px 0;
}
.toolbar .line {
	border-bottom: 1px solid #ececec;
	padding: 0 0 10px;
}
.toolbar .toolbar-title {
	display: block;
	float: left;
	margin: 0 8px 0 0;
	height: 20px;
	line-height: 22px;
}
.toolbar span.a,
.toolbar a {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	height: 20px;
	padding: 0 5px;
	color: #000;
	line-height: 20px;
	text-decoration: underline;
}
.toolbar a:last-child {
	margin: 0;
}
.toolbar span.active,
.toolbar a.active {
	color: #3bb614;
	cursor: default;
}
.toolbar a:hover {
	color: #3bb614;
}
.toolbar a.active.active-up,
.toolbar a.active.active-down {
	position: relative;
	padding-right: 20px;
}
.toolbar a.active-up:after,
.toolbar a.active-down:after {
	content: '';
	width: 7px;
	height: 4px;
	background: url(img/sort.png) no-repeat 0 0;
	right: 6px;
	top: 50%;
	margin-top: -2px;
	display: block;
	position: absolute;
}
.toolbar a.active-up:after {
	background: url(img/sort.png) no-repeat 0 -4px;
}
.catalog-view,
.catalog-amount {
	float: right;
}
.catalog-sort,
.page-numbers {
	float: left;
}
.catalog-amount,
.page-numbers {
	margin: 0;
}
.catalog-view,
.catalog-sort {
	margin-top: 10px;
}
.toolbar .catalog-view a + a {
	margin-left: 10px;
}
.toolbar .catalog-view a.list,
.toolbar .catalog-view a.grid {
	display: block;
	float: left;
	background: url(img/grid-list.gif) no-repeat left top;
	width: 17px;
	height: 16px;
}
.toolbar .catalog-view a.grid.active,
.toolbar .catalog-view a.grid:hover {
	background-position: left bottom;
}
.toolbar .catalog-view a.list {
	background-position: right top;
}
.toolbar .catalog-view a.list.active,
.toolbar .catalog-view a.list:hover {
	background-position: right bottom;
}
.product-full.product-item .full-left {
	float: left;
	text-align: center;
	width: 310px;
}
.product__big-image {
	cursor: pointer;
}
.product-full.product-item .full-right {
	float: right;
	width: 61%;
	position: relative;
}
.product-full.product-item .picture {
	height: 310px;
	width: 310px;
	border: 1px solid #ececec;
	background: #fff;
}
.product-full.product-item .product-name {
	margin-bottom: 12px;
}
.product-full.product-item .product-name h1 {
	margin: 0;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.product-full.product-item .price_block {
	width: 100%;
	margin-bottom: 15px;
}
.product-full.product-item .price_block .price {
	float: left;
	margin-right: 15px;
}
.product-full.product-item .price_block .old_price {
	float: left;
}
.product-full.product-item .input-select {
	float: left;
	width: 260px;
	margin-right: 10px;
	margin-top: 25px;
}
.product-full.product-item .amount {
	float: left;
	width: 34px;
	margin-right: 10px;
	margin-top: 25px;
}
.product-full.product-item .amount .input-text {
	text-align: center;
	padding: 0;
	border: 1px solid #5dc535;
}
.product-full.product-item .buttons {
	float: left;
	margin-right: 10px;
	margin-top: 25px;
}
.product-full__block-1 {
	position: relative;
	min-height: 63px;
}
.product-full__block-1-left {
	padding-right: 105px;
}
.product-full__block-1-right {
	position: absolute;
	right: 0;
	top: 0;
}
.product-full.product-item .articul {
	float: left;
	width: 100%;
	font-weight: 700;
}
.product-full.product-item .stars {
	float: left;
	width: 100%;
	margin-bottom: 15px;
	overflow: hidden;
}
.product-full.product-item .stars .rating {
	float: left;
	margin: 0 20px 0 0;
}
.product-full.product-item .stars .rating-add {
	float: left;
	margin: 0;
}
.product-full.product-item .proizvod_description {
	width: 63px;
	height: 63px;
	position: relative;
}
.product-full.product-item .proizvod_description img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.product-full.product-item .opisanie_sered {
	margin-bottom: 15px;
}
.product-full.product-item .bying_blok {
	margin: 0;
	border: 1px solid #DBDBDB;
	background: #fbfbfb;
	padding: 0 25px 25px 25px;
	margin-bottom: 15px;
}
.product-full.product-item .bying_blok .price_block {
	display: none;
}
.product-full.product-item .bying_blok:last-child {
	margin-bottom: 0;
}
.product-full.product-item .bying_blok .buttons .button-buy {
	width: 100%;
}
.product-full.product-item .slider-block {
	margin-left: -4px;
	margin-right: -4px;
}
.product-full .main-block {
	margin-bottom: 25px;
}
.product-full.product-item .params table {
	width: 100%;
}
.product-full.product-item .params table tr {
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.product-full.product-item .params table tr:first-child {
	border-top: 0;
}
.product-full.product-item .params table tr td {
	width: 50%;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding: 5px 8px 5px 0;
}
.product-full.product-item .params table tr td:first-child {
	color: #777;
}
.product-full.product-item .params table tr th {
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	padding: 10px 0 10px 0;
	text-align: left;
}
.product-full.product-item .params table tr:first-child th {
	padding: 0 0 10px 0;
}
.product-full.product-item .params ul {
	margin-left: 0;
}
.product-full.product-item .params ul li {
	padding-left: 0;
}
.full_catalog_dop_fields-short {
	margin-top: 15px;
}
.product-full.product-item .full_catalog_dop_fields-short .params table {
	width: 100%;
	}
.product-full.product-item .full_catalog_dop_fields-short .params table tr {
	border: 0;
}
.product-full.product-item .full_catalog_dop_fields-short .params table tr:first-child {
	border-top: 0;
}
.product-full.product-item .full_catalog_dop_fields-short .params table tr td {
	padding: 5px 8px 5px 8px;
	border: 1px solid #f2f2f2;
}
.product-full.product-item .full_catalog_dop_fields-short .params table tr td:first-child {
	color: #777;
}
.full_catalog_dop_fields_short__block {
	text-align: right;
	margin-top: 5px;
}
.full_catalog_dop_fields_short__link {
	cursor: pointer;
	border-bottom: 1px dashed #fc7868;
	color: #fc7868;
}
.full_catalog_dop_fields_short__link:hover {
	border-bottom: 1px dashed transparent;
}
.product-full__info-banner-item {
	margin-top: 15px;
}
.product-full.product-item .share {
	float: left;
	margin-top: 15px;
}
.thumbs {
	font-size:0;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.thumbs .product-thumbs {
	margin: 5px 0px 0 0px;
}
.thumbs .product-thumbs .product-thumb {
	margin: 0 4px;
	min-height: 97px;
	position: relative;
	display: block;
	border: 1px solid #ECECEC;
}
.thumbs .product-thumbs .product-thumb img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.thumbs .product-thumbs .slick-arrow {
	width: 28px;
	height: 28px;
	z-index: 2;
}
.thumbs .product-thumbs .slick-prev {
	background: url(img/products-category-arrows.png) 0 0 no-repeat;
	left: -10px;
}
.thumbs .product-thumbs .slick-prev.slick-disabled,
.thumbs .product-thumbs .slick-prev:hover {
	background-position: 0 -28px;
}
.thumbs .product-thumbs .slick-next {
	background: url(img/products-category-arrows.png) -28px 0 no-repeat;
	right: -10px;
}
.thumbs .product-thumbs .slick-next.slick-disabled,
.thumbs .product-thumbs .slick-next:hover {
	background-position: -28px -28px;
}
ul.tabs {
	display: block;
	width: 100%;
	margin: 6px 0 -1px 0;
}
ul.tabs li {
	display: block;
	float: left;
	cursor: pointer;
	border-bottom: 0;
	background: url(img/block-title.gif) repeat-x center bottom #434343;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	padding: 12px 15px;
	position: relative;
	border-radius: 5px 5px 0 0;
	margin: 0;
}
ul.tabs li.active {
	cursor: default;
	background: url(img/menu-icon-style.gif) repeat-x center top #5dc535;
	padding: 15px 15px;
	margin-top: -6px;
}
ul.tabs li.active:first-child,
ul.tabs li:first-child {
	margin-left: 0;
}
div.tab-cont {
	padding: 20px;
	border: 1px solid #434343;
	border-radius: 0 5px 5px 5px;
}
.product-item.product-full + .catalog_dop {
	margin-top: 25px;
}
.links a {
	text-decoration: underline;
}
.links a:hover {
	text-decoration: none;
}
#catalog_podbor_ajax_content #catalog_filter {
	display: none;
}
.catalog-filter {
	margin: 0 0 20px 0;
}
.block.block-sidebar.catalog-filter .block-header {
	background: url(img/menu-icon-style.gif) repeat-x center bottom #5dc535;
}
.catalog-filter .col-md-4,
.catalog-filter .col-sm-6 {
	width: 100%!important;
}
.catalog-filter .filter-buttons {
	margin-top: 10px;
}
.catalog-filter .input-text,
.catalog-filter .check-wrapper:last-child {
	margin-bottom: 0;
}
.catalog-filter .podbor_item {
	border-bottom: 1px solid #ececec;
	padding-bottom: 0px;
	color: #000;
	margin-bottom: 5px;
}
.catalog-filter .podbor_item:before,
.catalog-filter .podbor_item:after {
	content: '';
	clear: both;
	display: table;
}
.catalog-filter .podbor_opener {
	margin-bottom: 0!important;
	padding-left: 15px;
	position: relative;
	color: #000;
	font-weight: bold;
	width: 100%;
	clear: both;
}
.catalog-filter .podbor_opener span i {
	position: absolute;
	left: 0;
	display: block;
	width: 5px;
	top: 4px;
	height: 9px;
	background: url(img/podbor-opener.png) no-repeat;
}
.catalog-filter .podbor_opener span {
	cursor: pointer;
}
.catalog-filter .podbor_opener span:hover,
.catalog-filter .podbor_opener.podbor_open span {
	color: #3bb614;
}
.catalog-filter .podbor_elements {
	display: none;
	padding: 5px 0 10px 19px;
	margin-bottom: 15px;
	width: 100%;
	clear: both;
}
.switcher {
	cursor: pointer;
	position: relative;
}
.switcher .switcher-icon {
	height: 43px;
	width: 43px;
	position: absolute;
	right: 7px;
	top: 4px;
}
.switcher .switcher-icon i {
	height: 43px;
	width: 43px;
	display: block;
	float: left;
}
#cart_login_switcher .switcher-icon i {
	background: url(img/switcher-icon-cart.png) no-repeat center center;
}
.printing a {
	color: #3bb614;
	text-decoration: underline;
}
.printing a:hover {
	color: #3bb614;
	text-decoration: none;
}
.table td {
	padding: 4px 8px 4px 8px;
	border: 1px solid #ddd;
	vertical-align: middle;
}
.table th {
	padding: 4px 8px 4px 8px;
	font-weight: 500;
	font-size: 13px;
	border: 1px solid #ddd;
	background: #eee;
	vertical-align: middle;
}
.orders-archive table,
.order-info table {
	width: 100%;
}
.orders-archive a,
.order-info a {
	text-decoration: underline;
	color: #3bb614;
}
.orders-archive a:hover,
.order-info a:hover {
	text-decoration: none;
}
.order-info {
	margin-bottom: 25px;
}
.orders-archive table,
.order-info table {
	background: #fff;
}
.order-info table td {
	padding: 4px 8px 4px 8px;
	border: 1px solid #cacaca;
	vertical-align: middle;
}
.data-table {
	margin-bottom: 25px;
	width: 100%;
}
.data-table .remove {
	width: 18px;
	height: 21px;
	display: inline-block;
	background: url(img/remove.png) no-repeat 0 -21px;
}
.data-table .remove:hover {
	background: url(img/remove.png) no-repeat 0 0;
}
.data-table th {
	padding: 10px;
	border: 1px solid #ececec;
	font-weight: bold;
	white-space: nowrap;
	color: #000;
}
.data-table .product-name {
	font-size: 14px;
}
.data-table .product-name a {
	color: #3bb614;
}
.data-table .product-name a:hover {
	color: #333;
}
.data-table td {
	padding: 10px;
	border: 1px solid #ececec;
	vertical-align: top;
}
.data-table .product-image img {
	display: inline-block;
	max-width: 75px;
	max-height: 75px;
}
.data-table .variants {
	margin-top: 7px;
}
.helping {
	margin-top: 7px;
}
.helping a {
	color: #3bb614;
}
.data-table .amount {
	width: 90px;
	position: relative;
	margin: 0 auto;
}
.data-table .amount .minus {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	left: 0px;
	top: 9px;
}
.data-table .amount .plus {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0px;
	top: 9px;
}
.data-table .amount .plus:before,
.data-table .amount .minus:before {
	content: '';
	background: #3bb614;
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	top: 7px;
	left: 0;
}
.data-table .amount .plus:after,
.data-table .amount .minus:after {
	content: '';
	background: #3bb614;
	display: block;
	position: absolute;
	height: 100%;
	width: 2px;
	top: 0;
	left: 7px;
}
.data-table .amount .plus:hover:after,
.data-table .amount .minus:hover:after,
.data-table .amount .plus:hover:before,
.data-table .amount .minus:hover:before {
	background: #333;
}
.data-table .amount .minus:after {
	opacity: 0;
}
.data-table .amount .input-text {
	text-align: center;
	padding: 0;
	border: 1px solid #ececec;
	width: 37px;
	margin: 0 auto;
}
.cart-block .page-text {
	padding-bottom: 25px;
	border-bottom: 0;
	margin: 0;
}
.cart-block .cart-payment {
	margin-bottom: 25px;
}
.cart-block .cart-delivery {
	margin-bottom: 25px;
}
.cart-block .cart-datetime {
	margin-bottom: 25px;
}
.cart-block .description {
	padding-left: 21px;
	float: left;
	width: 100%;
	padding-top: 3px;
}
.cart-block .description p {
	margin: 0;
}
.cart-payment .check-wrapper,
.cart-delivery .check-wrapper {
	margin-bottom: 20px;
}
.cart-payment .check-wrapper:last-child,
.cart-delivery .check-wrapper:last-child {
	margin-bottom: 0;
}
.cart-block .comment-textarea {
	margin-bottom: 0;
}
.cart-block .cart-datetime input[disabled],
.cart-block .cart-delivery input[disabled],
.cart-block .cart-payment input[disabled] {
	margin-bottom: 0;
}
.cart-block .cart-block-result {
	margin-bottom: 25px;
}
.cart-block .customer-info {
	margin-bottom: 25px;
}
.cart-block .cart-block-result .price-text .order_skidka_procent_text {
	font-size: 17px;
	font-weight: normal;
	color: #3bb614;
}
.cart-block .cart-block-result .price {
	text-align: right;
}
.cart-block .cart-block-result .price .result-text {
	color: #3bb614;
	font-weight: 300;
	font-size: 15px;
}
.cart-block .cart-block-result .price .result-price {
	font-size: 17px;
	font-weight: normal;
	color: #3bb614;
}
.cart-block .cart-block-footer {
	font-size: 14px;
	line-height: 17px;
	color: #777;
	text-transform: none;
	margin-bottom: 25px;
	padding: 10px;
	border: 1px solid #3bb614;
}
.cart-block .cart-block-footer .price-text {
	font-weight: 500;
	text-transform: uppercase;
	color: #3bb614;
	margin-bottom: 0px;
}
.cart-block .cart-block-footer .price {
	text-align: right;
	font-size: 17px;
	font-weight: normal;
	color: #333;
}
.cart-block .cart-block-footer.final {
	margin-bottom: 30px;
	border: 1px solid #ff342a;
}
.cart-block .cart-block-footer.final .price-text {
	color: #ff342a;
}
.printing {
	text-align: right;
}
.footnote-final {
	margin-bottom: 15px;
}
.footnote-final .footnote {
	margin: 0;
}
.number-order {
	display: block;
	font-weight: 500;
	font-size: 17px;
	color: #3bb614;
	text-transform: uppercase;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}
.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
.form-horizontal .label {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 0;
	margin-bottom: 0;
}
.privacy-footer {
	margin-top: 5px;
}
.privacy-footer p {
	margin: 0;
}
.privacy-disclaimer {
	background: #f7f7f7;
	line-height: 18px;
	color: #000;
	font-size: 13px;
	font-weight: 300;
	text-align: left;
}
.privacy-disclaimer p {
	margin: 0;
}
.privacy-disclaimer a {
	color: #bb2c26;
	text-decoration: underline;
	font-weight: 300;
}
.privacy-disclaimer a:hover {
	text-decoration: none;
}
.privacy-disclaimer__content {
	position: relative;
	padding-right: 29px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.privacy-disclaimer__close {
	position: absolute;
	right: 0;
	top: 14px;
	cursor: pointer;
	display: block;
	border-radius: 0;
	width: 14px;
	height: 14px;
	opacity: 1;
	background: url(img/close_icons.png) -1px -46px no-repeat;
}
.privacy-disclaimer__close:hover {
	opacity: .8;
}
.privacy-forms {
	display: table;
	width: 100%;
	padding-bottom: 20px;
}
.privacy-forms__text {
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-weight: 400;
}
.privacy-forms__text p {
	margin: 0;
}
.privacy-forms__text a {
	color: #79a542;
	text-decoration: underline;
}
.privacy-forms__text a:hover {
	text-decoration: none;
}
.privacy-forms_button_right .privacy-forms__text {
	padding-right: 15px;
}
.privacy-forms_button_left .privacy-forms__text {
	padding-left: 15px;
}
.privacy-forms__button-block {
	display: table-cell;
	vertical-align: top;
}
.privacy-forms_button_right .privacy-forms__button-block {
	text-align: right;
}
.privacy-forms__button-block .button {
	white-space: nowrap;
}
.share {
	margin-top: 20px;
	line-height: 0;
}
.share42-item {
	margin-bottom: 0!important;
}
.products-order .params {
	font-size: 12px;
	line-height: 18px;
	color: #777;
	margin-top: 10px;
}
.products-order .params-title {
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0px;
}
.products-order .params-item span {
	color: #333;
}
.products-order .params-item + .params-title {
	margin-top: 10px;
}
.products-order ul li {
	position: relative;
	padding-left: 20px;
}
.products-order ul li:before {
	content: '';
	position: absolute;
	width: 3px;
	height: 3px;
	display: block;
	border-radius: 50%;
	background: #777;
	left: 7px;
	top: 7px;
}
.payment-icons {
	margin-top: 1px;
}
.payment-icons img {
	display: inline-block;
	vertical-align: top;
	margin: 4px 4px 0 0;
}
.catalog-proizvod-slider {
	margin-bottom : 30px;
	padding: 0 5px;
}
.catalog-proizvod-slider.slick-initialized {
	display: block!important;
}
.catalog-proizvod-slider .catalog-proizvod-slider-item {
	overflow: hidden;
	outline: none;
}
.catalog-proizvod-slider .catalog-proizvod-slider-item .pic {
	min-height: 124px;
	position: relative;
	display: block;
	margin: 0 10px;
	background: #fff;
}
.catalog-proizvod-slider .catalog-proizvod-slider-item img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.catalog-proizvod-slider .slick-arrow {
	width: 28px;
	height: 28px;
	z-index: 2;
}
.catalog-proizvod-slider .slick-prev {
	background: url(img/products-category-arrows.png) 0 0 no-repeat;
	left: 0;
}
.catalog-proizvod-slider .slick-prev.slick-disabled,
.catalog-proizvod-slider .slick-prev:hover {
	background-position: 0 -28px;
}
.catalog-proizvod-slider .slick-next {
	background: url(img/products-category-arrows.png) -28px 0 no-repeat;
	right: 0;
}
.catalog-proizvod-slider .slick-next.slick-disabled,
.catalog-proizvod-slider .slick-next:hover {
	background-position: -28px -28px;
}
.line {
	margin-left: -15px;
	margin-right: -15px;
	font-size: 0;
}
.line_1 {
	margin-bottom: 27px;
}
.line > div {
	float: none;
	display: inline-block;
}
.line_1 > div {
	vertical-align: middle;
}
.line_2 > div {
	vertical-align: top;
}
.last-actions {
	margin-top: 30px;
}
.last-actions__list {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -30px;
}
.last-actions__list + .toolbar {
	margin-top: 30px;
}
.last-actions .last-actions__list {
	margin-top: 0;
}
.action-list__item {
	float: left;
	width: 33.33333333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
}
.last-actions .action-list__item {
	margin-top: 0;
}
.action-list__item-inner {
	height: 100%;
	border-radius: 5px;
}
.action-list__content-wrapper {
	padding: 0 7px 7px;
}
.action-list__summary {
	margin: 0;
	font-weight: 300;
	line-height: 18px;
	overflow: hidden;
	position: relative;
	font-size: 13px;
	margin-top: 8px;
}
.action-list__date {
	color: #3bb614;
	font-weight: 700;
	font-size: 13px;
	margin-top: 8px;
}
.action-list__title {
	position: relative;
	font-weight: 700;
	font-size: 17px;
	color: #333;
	margin-top: 8px;
}
.action-list__title-link {
	color: #333;
	text-decoration: none;
}
.action-list__title-link:hover {
	color: #3bb614;
	text-decoration: none;
}
.action-list__image-block {
	width: 100%;
	margin: 3px auto 0;
	position: relative;
	height: 208px;
	overflow: hidden;
}
.action-list__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}
.last-articles-block {
	margin-top: 30px;
}
[data-fancybox] {
	cursor: pointer;
}
.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto!important;
	width: auto!important;
	height: auto!important;
	min-width: auto;
	min-height: auto;
	display: block;
}
.site-full {
	display: none;
	line-height: 16px;
	color: #777;
	font-size: 12px;
	margin-top: 5px;
}
.site-full__link {
	color: #777;
	cursor: pointer;
	text-decoration: underline;
}
.site-full__link:hover {
	text-decoration: none;
}
.head-link {
	cursor: pointer;
	text-decoration: underline;
	}
	.sendmail-img i {
	    	background: url(img/mail-links.png) no-repeat 0px 0px;
	    	background-color:#3bb614;
	width: 21px;
    height: 17px;
    border-radius: 3px;
    vertical-align: middle;
    display: inline-block;
	}
		.tel-img i {
	    	background: url(img/tel-links.png) no-repeat 0px 0px;
	    	background-color:#3bb614;
	width: 18px;
    height: 17px;
    vertical-align: middle;
    border-radius: 3px;
    display: inline-block;
	}
