/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 13px/20px Verdana, Geneva, sans-serif;
	/*color: #878f89;*/
	color: #525252;
	width: 100%;
	/*background-image: url("/image/bg.png");*/
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.wrapper {
	width: 1250px;
	margin: 0 auto;
}

b, strong {
	font-weight: bold;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 169px;
	/*border-top: 4px solid #0da427;*/
	border-bottom: 4px solid #0da427;
	position: relative;
}

.logo{
	position: absolute;
	left: 0px;
	top: 30px;
}

.phone-top{
	position: absolute;	
	left: 419px;
	top: 30px;
	font: 32px/48px 'Roboto Condensed', 'Play', Tahoma, Geneva, sans-serif;
	padding-top: 5px;
	color: black;
}

.phone-top span{
	color: #878f89;
}

/*For iPad*/
.phone-top a
{
	color: black;
	text-decoration: none;
}

.work-time{
	position: absolute;
	left: 420px;
	top:  78px;
	font: 16px Helvetica, sans-serif;
	line-height: 21px;
	/*color: #acacac;*/
}

.hello{
	position: absolute;
	right: 2px;
	top: 26px;
	font: 12px "Trebuchet MS", Helvetica, sans-serif;	
	color: #999999;
}

.cart-top{
	position: absolute;
	left: 838px;
	top: 51px;	
}

.cart-col1{
	float: left;
	width: 162px;
	text-align: right;
	font: 15px/23px "Trebuchet MS", Helvetica, sans-serif;
	color: #312911;
}

.cart-col1 b a{
	color: #312911;
	text-decoration: none;
}

.cart-col2{
	float: left;
	width: 36px;
	padding: 7px 10px 0px 10px;
	position: relative; /*for span*/
}
/*Количество товаров в корзине для мобильных*/
.cart-col2 span {
	display: none; /*set block in style_mobile.css*/
	position: absolute;
	top: -9px;
	right: -6px;
	min-width: 12px;
	background-color: #f7f7f7;
	color: black;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 1px 2px 1px 2px;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	font-weight: bold;
}

.cart-col3{
	float: left;
	width: 194px;
	padding: 7px 0px 0px 0px;
}

.make-order{
	display: block;
	background-color: #404040;
	color: white;
	border-radius: 2px;
	text-decoration: none;
	font: 15px/36px "Trebuchet MS", Helvetica, sans-serif;
	text-align: center;
}
.make-order:hover {
	color: white;
	text-decoration: underline;
}

.top-menu{
	position: absolute;
	left: 0px;
	top: 127px;
	width: 1080px;
	font: 18px/40px 'Roboto Condensed', Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	/*font-weight: bold;*/
	/*font: 14px/40px Arial, Helvetica, sans-serif;*/
}

.top-menu div{
	/*display: inline-block;*/
	float: left;
	margin-right: 2px;
	background-position: 7px 8px;
	background-repeat: no-repeat;	
}

/*
.top-menu .tm-icon-1{
	background-image: url("/image/tm-icon-1.png");
}
.top-menu .tm-icon-1.active, .top-menu .tm-icon-1:hover{
	background-image: url("/image/tm-active-icon-1.png");
}

.top-menu .tm-icon-2{
	background-image: url("/image/tm-icon-2.png");
}
.top-menu .tm-icon-2.active, .top-menu .tm-icon-2:hover{
	background-image: url("/image/tm-active-icon-2.png");
}

.top-menu .tm-icon-3{
	background-image: url("/image/tm-icon-3.png");
}
.top-menu .tm-icon-3.active, .top-menu .tm-icon-3:hover{
	background-image: url("/image/tm-active-icon-3.png");
}

.top-menu .tm-icon-4{
	background-image: url("/image/tm-icon-4.png");
}
.top-menu .tm-icon-4.active, .top-menu .tm-icon-4:hover{
	background-image: url("/image/tm-active-icon-4.png");
}

.top-menu .tm-icon-5{
	background-image: url("/image/tm-icon-5.png");
	background-position: 7px 5px;
}
.top-menu .tm-icon-5.active, .top-menu .tm-icon-5:hover{
	background-image: url("/image/tm-active-icon-5.png");
}

.top-menu .tm-icon-6{
	background-image: url("/image/tm-icon-6.png");
}
.top-menu .tm-icon-6.active, .top-menu .tm-icon-6:hover{
	background-image: url("/image/tm-active-icon-6.png");
}

.top-menu .tm-icon-7{
	background-image: url("/image/tm-icon-7.png");
}
.top-menu .tm-icon-7.active, .top-menu .tm-icon-7:hover{
	background-image: url("/image/tm-active-icon-7.png");
}
*/

.top-menu a, .top-menu span
{
	color: #4b4b4b;
	text-decoration: none;
	display: block;
	padding: 0px 20px 0px 20px;	/*0px 14px 0px 34px;*/
}

.top-menu div.active, .top-menu div:hover{
	background-color: #0da427;
	color: white;
}

.top-menu div.active a, .top-menu div.active span,
.top-menu div:hover a, .top-menu div:hover span
{
	color: white;
}

.search-top{
	position: absolute;
	left: 1093px;
	top: 133px;
	border: 1px solid #d3d3d3;
	width: 154px;
	height: 26px;
}

.search-text
{
	float: left;
	width: 116px;
	margin: 0px;
	padding: 0px 0px 0px 5px;
	height: 25px;
	line-height: 25px;
	border: none;
}

.search-button
{
	float: left;
	padding: 0px;
	border: none;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 25px 0px 10px 210px;
	min-height: 380px;
}

.content.main {
	padding: 1px 0px 10px 0px;
}

.breadcrumbs {
	font: 11px/16px Arial, Helvetica, sans-serif;
	color: #4b4b4b;
}

.breadcrumbs span {
	padding: 0px 3px 0px 3px;
}

.content p {
	margin-bottom: 20px;
	text-size-adjust: none;
	-webkit-text-size-adjust: none; /*fix safari text size*/
}

.content p table tr td {
	border: 1px solid #d3d3d3;
	padding: 3px;
	display: table-cell;
	vertical-align: inherit;
}

.content table.no-border tr td{
	border: none;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 195px;
	margin-left: -100%;
	position: relative;
	padding: 22px 10px 20px 0px;
	font: 14px/16px Arial, Helvetica, sans-serif;
}

.left-sidebar a, .left-sidebar span{
	display: block;
}

.lm-level-1{	
	margin-top: 0px;
	display: none;
}
.lm-level-1.active{
	display: block;
}
.lm-level-1 a, .lm-level-1 span{
	padding-left: 18px;
	font-size: 20px;
	line-height: 20px;
	color: black;
	margin-bottom: 15px;
	text-decoration: underline;
}
.lm-level-1 a:hover{
	color: #404040;
}
.lm-level-1 .lm-level-2{
	display: none;
}
.lm-level-1.active .lm-level-2{
	display: block;
}


.lm-level-2{	
	background-image: url("/image/lm-level-1.png");
	background-position: 0px 4px;
	background-repeat: no-repeat;
}
.lm-level-2 a, .lm-level-2 span{
	padding-left: 18px;
	line-height: 18px;
	margin-bottom: 6px;
	color: #0da427;
	font-size: 14px;
}
.lm-level-2 a:hover{
	color: #007800;
}
.lm-level-2 .lm-level-3{
	display: none;
}
.lm-level-2.active .lm-level-3{
	display: block;
}
.lm-level-2.active a, .lm-level-2.active span{
	font-weight: bold;
	text-decoration: none;
}


.lm-level-3{
	padding-left: 18px;
}
.lm-level-2 .lm-level-3 a, .lm-level-2 .lm-level-3 span{
	padding-left: 10px;	
	line-height: 14px;
	margin-bottom: 10px;	
	background-image: url("/image/lm-level-2.png");
	background-position: 0px 2px;
	background-repeat: no-repeat;
	font-size: 12px;	
	color: #747474;
	font-weight: normal;
	text-decoration: underline;	
}
.lm-level-2 .lm-level-3 a:hover{
	color: #464646;
}
.lm-level-2  .lm-level-3.active a, .lm-level-3.active span{
	font-weight: bold;
	text-decoration: none;
	color: #4b4b4b;
}
.lm-level-3 .lm-level-4{
	display: none;
}
.lm-level-3.active .lm-level-4{
	display: block;
}


.lm-level-4{
	padding-left: 18px;
}
.lm-level-2  .lm-level-3 .lm-level-4 a{
	font-weight: normal;
	text-decoration: underline;
}
.lm-level-2 .lm-level-3 .lm-level-4.active a{
	text-decoration: none;
	font-weight: bold;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	color: #525252;
}

.bottom-menu {	
	background: #f4f4f4;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	font: 13px "Trebuchet MS", Helvetica, sans-serif;
}
.bottom-menu a {
	color: #111111;
	text-decoration: none;
	padding: 0px 14px 0px 14px;
	text-size-adjust: none;
	-webkit-text-size-adjust: none; /*fix safari text size*/
}
.bottom-menu a:hover {
	color: #111111;
	text-decoration: underline;
}

.bottom-blocks-top {
	clear: both;
	height: 33px;
}
.bottom-icon-18 {
	float: left;
	width: 100px;
	height: 80px;
}

.bottom-icon-18 img {
	margin-left: 30px;
}

.bottom-copyright {
	float: left;
	width: 308px;
	height: 80px;
	font: 12px/18px Verdana, Geneva, sans-serif;
	padding-top: 5px;
}
.bottom-phone {
	font: 18px/27px Verdana, Geneva, sans-serif;
}

/*For iPad*/
.bottom-phone a{
	color: #525252;
	text-decoration: none;
}

.bottom-text {
	float: left;
	width: 760px;
	height: 80px;
	font: 11px/17px Verdana, Geneva, sans-serif;
	padding-top: 5px;
}

.bottom-counter {
	float: left;
	width:  75px;
	height: 80px;
	padding-top: 5px;
}
.bottom-blocks-bottom {
	clear: both;
	height: 14px;
}


/* Other styles
----------------------------------------------------------------------------*/
a{
	color: #0da427;
}
a:hover {
	color: #007800;
}

.hello a{
	color: black;
}

h1, .like-h1{
	font: 26px/39px Verdana, Geneva, sans-serif;
	color: #404040;
	margin: 10px 0px 15px 0px;
}

h2 {
	font: bold 16px/29px Verdana, Geneva, sans-serif;
	color: #404040;
	margin: 0px 0px 10px 0px;
}

h3 {
	font: bold 14px/24px Verdana, Geneva, sans-serif;
	color: #404040;
	margin: 0px 0px 0px 0px;
}

select, input, textarea {
	border: 1px solid #dbdbdb;
	padding: 3px;
	overflow: hidden;
	margin-top: 0px;
}

.delimiter {
	background-image: url('/image/delimiter-line.png');
	background-repeat: repeat-x;
	height: 36px;
	margin-bottom: 17px;
	clear: both;
}
.delimiter div{
	float: right;
	width: 185px;
	font: 18px/36px Verdana, Geneva, sans-serif;
	background-color: #404040;
	color: white;
	text-transform: uppercase;
	text-align: center;
}
.delimiter div a {
	color: white;
	text-decoration: none;
}
.delimiter div a:hover {
	text-decoration: underline;
}

.delimiter-bottom {
	background-image: url('/image/delimiter-line.png');
	background-repeat: repeat-x;
	height: 28px;
	clear: both;
}

/* Categories */
.catalog-category {
	float: left;
	width: 188px;
	height: 240px;
	text-align: center;
	margin: 0px 10px 15px 10px;
}

.catalog-category  img {
	margin-bottom: 10px;
}

.catalog-category span a{
	display: inline-block;
	background-color: #0da427;
	color: white;
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 12px 5px 12px;
	text-decoration: none;
}
.catalog-category  span a:hover {
	text-decoration: underline;
}
/* /Categories */

.catalog-bottom {
	height: 32px;
	clear: both;
}

/* Elements */
.catalog-element {
	position: relative;
	float: left;
	width: 188px;
	height: 370px; /*386px*/
	text-align: center;
	margin: 10px 10px 24px 10px;
	/*background-image: url('/image/catalog-element-bottom.png');*/
	background-position: bottom center;
	background-repeat: no-repeat;
}

.element-sale
{
	position: absolute;
	left: 4px;
	top:  10px;
	width: 53px;
	height: 36px;
	background-image: url('/image/element-sale.png');
	background-position: top left;
	background-repeat: no-repeat;
	color: white;
	font: 23px/23px 'Roboto Condensed', Tahoma, Geneva, sans-serif;
	padding: 8px 0px 8px 0px;
	text-align: center;
}

.element-new
{
	position: absolute;
	left: 4px;
	top:  10px;
	width: 47px;
	height: 36px;
	background-image: url('/image/element-new-notext.png');
	background-position: top left;
	background-repeat: no-repeat;
	color: #007013;
	font: 14px/14px 'Roboto Condensed', Tahoma, Geneva, sans-serif;
	padding: 13px 0px 8px 0px;
	text-align: center;
}

.catalog-element  img {
	margin-bottom: 8px;
}

.catalog-element  .element-image{
	width: 188px; 
	height: 188px; 
	background-position: center center; 
	background-repeat: no-repeat;
	margin-bottom: 13px;
}

.catalog-element span a{
	display: inline-block;
	background-color: #fff;
	color: black;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px 12px 0px 12px;
	text-decoration: none;
}
.catalog-element span a:hover {
	text-decoration: underline;
}

.catalog-element span.element-title {
	display: inline-block;
	height: 50px;
	overflow: hidden;
}

.catalog-element span.element-price
{
	display: inline-block;
	color: #0da427;
	font: 18px/27px Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

.catalog-element span.element-price span
{
	font: 16px/27px Verdana, Geneva, sans-serif;
	font-weight: normal;
}

.catalog-element span.element-price-old
{
	display: inline-block;
	padding: 0px 3px 10px 0px;
	text-decoration: line-through;
}

.catalog-element span.element-color-size
{
	display: inline-block;	
	padding: 0px 0px 10px 0px;
}

.catalog-element span.element-color-size select
{
	width: 124px;
	font: 11px/15px Verdana, Geneva, sans-serif;
}

.catalog-element span.element-absent {
	display: inline-block;
	font: 14px/38px 'Roboto Condensed', Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: black;
	text-transform: uppercase;
}

span.element-add2card a {
	display: inline-block;
	width: 132px; /*126px;*/
	height: 44px; /*38px;*/
	/*background-image: url('/image/add2card-notext.png');*/
	background-image: url('/image/add2card-notext-active.png');
	background-repeat: no-repeat;		
	padding: 0px;
	text-align: left;
}
span.element-add2card a:hover {
	background-image: url('/image/add2card-notext-active.png');
}

span.element-add2card a span, 
span.element-add2card a h2 {
    display: inline-block;
    padding: 15px 0px 0px 44px;
    font: 15px/14px 'Roboto Condensed', Tahoma, Geneva, sans-serif;
    color: black;
}
span.element-add2card a:hover span {
	color: #0da427;
}

.element-delivery-link{
	display: inline-block;
	padding: 5px 0px 0px 0px;
}

.catalog-element span.element-detail a {
	color: #0da427;
	font: 12px/26px "Trebuchet MS", Helvetica, sans-serif;
	text-decoration: underline;
	display: inline-block;
	width: 130px;
}
.catalog-element span.element-detail a:hover {
	color: #007800;
}

.detail-quantity-left{
	float: left;
	width: 300px;
}
.detail-quantity-right{
	float: right;
	width: 150px;
	text-align: right;
}
/* /Elements */

.catalog-sort {
	background-color: #e7e7e7;
	color: #747474;
	height: 43px;
	font: 12px/24px Arial, Helvetica, sans-serif;
	margin-bottom: 20px;
}

.catalog-sort select {
	color: #9f9f9f;
	border: none;	
	font: 12px/17px Arial, Helvetica, sans-serif;
	margin-left: 5px;
	padding: 2px;
	background-color: #f9f9f9;
}

/* 3 blocks */
.catalog-sort .sort {
	float: left;
	width: 290px;
	padding: 10px 0px 0px 10px;	
}

.catalog-sort .paging {
	float: left;
	width: 210px;
	padding: 10px 0px 0px 0px;
}

.pages{
	float: right;
	width: 400px;
	padding: 10px 2px 0px 0px;	
	text-align: right;
}
/* /3 blocks */

.pages a, .pages span{
	display: inline-block;
	padding: 0px 8px 0px 8px;
	margin-right: 8px;
	background-color: #f7f7f7;
	color: #4b4b4b;
	font: 14px/24px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.pages span.active, .pages a:hover{
	background-color: #0da427;
	color: white;
}

.pages-first {
	background-image: url('/image/pages-first.png');
	background-position: -2px 0px;
}
.pages-first:hover {
	background-image: url('/image/pages-first-active.png');
	background-position: -2px 0px;
}
.pages-prev {
	background-image: url('/image/pages-prev.png');
	background-position: 0px 0px;
}
.pages-prev:hover {
	background-image: url('/image/pages-prev-active.png');
	background-position: 0px 0px;
}
.pages-next {
	background-image: url('/image/pages-next.png');
	background-position: 0px 0px;
}
.pages-next:hover{
	background-image: url('/image/pages-next-active.png');
	background-position: 0px 0px;
}
.pages-last {
	background-image: url('/image/pages-last.png');
	background-position: 2px 0px;
}
.pages-last:hover {
	background-image: url('/image/pages-last-active.png');
	background-position: 2px 0px;
}

.detail-title-left{
	float: left;
	width: 920px;
}
.detail-title-right{
	float: right;
	width: 100px;
	padding-top: 15px;
}
.detail-title-left h1 {
	color: #0da427;
}

.detail-before {
	margin-top: 22px;
	clear: both;
}

.detail-left-col {
	float: left;
	width: 420px;
	/*height: 500px;*/
	margin-right: 10px;
}

.detail-right-col {
	width: 600px;
	float: left;
	padding-top: 10px;
	font: 13px/26px Verdana, Geneva, sans-serif;
}

.detail-right-col  strong {
	color: black;
	font-weight: bold;
}

.detail-price {
	font: bold 30px/45px Verdana, Geneva, sans-serif;
	color: #0da427;
}

.detail-price .old {
	font: normal 18px/27px Verdana, Geneva, sans-serif;
	color: #878f89;
	text-decoration: line-through;
}

.detail-price .title {
	font-size: 20px;
	font-weight: normal;
	color: #878f89;
}
.detail-price .currency {
	font-size: 23px;
	font-weight: normal;
	color: black;
}

.dashed {
	margin: 8px 0px 10px 0px;
	height: 1px;
	border-top: 1px dashed #bfbfbf; 
}
.dashed.bottom{
	margin: 20px 0px 3px 0px;
}

.detail-right-col select, .detail-right-col input {
	margin-left: 6px;
}
.detail-right-col .quantity {
	width: 26px;
	text-align: center;
	margin-right: 30px;
}

.detail-size  { 
	margin-top: 10px;
}

.detail-quantity .title {
	padding-right: 18px;
}

.detail-text {
	margin-top: 32px;
	line-height: 20px;
}

.detail-after {
	margin-bottom: 16px;
	clear: both;
}

.recommended-title {
	font: 26px/39px Verdana, Geneva, sans-serif;
	color: black;
}

/* Change heigt and color blocks */
.detail-recommended .catalog-element{
	height: 320px;
}
.detail-recommended .catalog-element span.element-price{
	color: black;
}
.detail-recommended-after {
	height: 1px;
	margin-bottom: 20px;
	clear: both;
}

.contacts-left-col {
	float: left;
	width: 440px;
	min-height: 590px;
	margin-right: 25px;
}

.contacts-right-col {
	float: left;
	width: 440px;
	min-height: 590px;
	margin-right: 25px;
}

.contacts-right-col input,
.contacts-right-col textarea {
	width: 268px;
}

.field-caption span {
	color: #0da427;
	font-weight: bold;
}
.contacts-right-col .field-caption {
	margin: 0px 0px 5px 0px;
}
.contacts-right-col .field-edit {
	margin: 0px 0px 15px 0px;
}
.contacts-right-col .field-edit input {
	padding: 4px;
}
.contacts-right-col .field-edit textarea {
	padding: 4px;
	height: 82px
}
.contacts-right-col .field-captcha input {
	width: 121px;
	margin: 0px 0px 20px 0px;
	padding: 4px;
}

.contacts-right-col .field-submit input
{
	width: 133px;
	height: 38px;
	border: none;
	position: relative;
	left: -4px;
}

.contacts-captcha-wrapper {
	clear: both;
}
.contacts-captcha-left-col {
	float: left;
	width: 158px;
	height: 70px;
}
.contacts-captcha-right-col {
	float: left;
	width: 166px;
	height: 70px;
}
.contacts-captcha-right-col img {
	margin-top: 15px;
}

.question-item {
	font: 14px/21px Verdana, Geneva, sans-serif;
	padding: 18px 33px 20px 44px;
	background-image: url('/image/question-item-bg.png');
	background-position: 17px 21px;
	background-repeat: no-repeat;	
}
.question-item.even {
	background-color: #f8f8f8;
}

.question-add
{
	margin: 22px 0px 14px 0px;
}
.question-author {
	color: black
}
.question-date {
	color: #878f89;
	float: right;
}
.question-text {
	color: #0da427;
	font-weight: bold;
	margin: 1px 0px 9px 0px;
}
.answer-author {
	color: black;
}
.answer-text {
	font-size: 13px;
	margin: 3px 0px 0px 0px;
}

.delimiter-bottom.question {
	margin-top: 13px;
}

#question-form .like-h1 {
	margin-top: 0px;
}

#question-form .field-caption {
	margin: 0px 0px 5px 0px;
}
#question-form .field-edit {
	margin: 0px 0px 15px 0px;
	line-height: 10px;
}

#question-form input {
	width: 275px;
	padding: 4px;
	margin: 0px;
}

#question-form textarea {
	width: 275px;
	height: 160px;
}

#question-form .field-captcha input {
	width: 124px;
}

#question-form .field-submit input {
	width: 133px;
	height: 38px;
	padding: 0px;
	border: none;
}

.question-captcha-wrapper {
	clear: both;
}
.question-captcha-left-col {
	float: left;
	width: 152px;
	height: 60px;
}
.question-captcha-right-col {
	float: left;
	width: 130px;
	height: 60px;
	text-align: right;
}
.question-captcha-right-col img {
	margin-top: 14px;
}

#question-form .field-submit {
	clear: both;
	padding-top: 10px;
}



.sm-level-0 {
	padding-left: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	background-image: url("/image/sm-level-0-1.png");
	background-position: 1px 6px;
	background-repeat: no-repeat;	
	list-style: none;
}

.sm-level-0 a{
	font-size: 13px;
	color: #404040;
	text-transform: uppercase;
	font-weight: bold;
}
.sm-level-0 a:hover{
	color: black;
}

.sm-level-0 .sm-level-1{
	margin: 9px 0px 12px 0px;
	padding-left: 11px;
	background-image: url("/image/sm-level-0-1.png");
	background-position: 0px 7px;
	background-repeat: no-repeat;
}
.sm-level-0 .sm-level-1 a {
	font-size: 14px;
	line-height: 21px;
	font-weight: bold;	
	color: #0da427;
	text-transform: none;
}
.sm-level-0 .sm-level-1 a:hover { 
	color: #007800;
}

.sm-level-1 .sm-level-2 {
	/*margin: 8px 0px 15px 0px;*/
	margin: 5px 0px 5px 0px;
	padding-left: 19px;
	background-image: url("/image/sm-level-2.png");
	background-position: 9px 7px;
	background-repeat: no-repeat;		
}

.sm-level-1 .sm-level-2 li{	
	padding-left: 19px;
	background-image: url("/image/sm-level-2.png");
	background-position: 9px 7px;
	background-repeat: no-repeat;	
}

.sm-level-1 .sm-level-2 a{
	color: #747474;
	font-weight: normal;
	text-decoration: underline;
	font-size: 12px;
	line-height: 22px;
}
.sm-level-1 .sm-level-2 a:hover{
	color: #464646;
}

/* Slider */
#slides {
	position: relative;
	margin-bottom: 32px;
	width:1250px;
	height:410px;
	overflow: hidden;
}

#slides .slides {
	padding: 0px;
}

.slides_container {
	width:1250px;
	height:410px;
}
.slides_container div {
	  width:1250px;      
	  height:410px;      
	  display:block;    
}  

.slidesjs-previous  {
	position: absolute;
	left: 0px;
	top: 138px;	
	width: 61px;
	height: 61px;
	z-index: 10;	
}
.slidesjs-next  {
	position: absolute;
	right: 0px;
	top: 138px;	
	width: 61px;
	height: 61px;
	z-index: 10;
}
/*3 blocks*/
#slides .slides-31, 
#slides .slides-32 {
	display: inline-block; 
	width: 417px;
}
#slides .slides-33{
	display: inline-block;
	width: 416px; /*Last element with right margin*/
}
#slides .slides-31 img, 
#slides .slides-32 img, 
#slides .slides-33 img{
	width: 415px;
}
/*1 block*/
#slides .slides-11 {
	display: inline-block; 
	width: 1250px;
}
#slides .slides-11 img{
	width: 1250px;
}
/* /Slider */

/* Slider Pagination */
.slidesjs-pagination {
  position: absolute;
  right: 8px;
  bottom: 8px;
  list-style: none;
  z-index: 10
}
.slidesjs-pagination li {
  float: left;
  margin: 0 2px;
}
.slidesjs-pagination li a {
  display: block;
  width: 15px;
  height: 0;
  padding-top: 15px;
  background-image: url('/image/pagination.png');
  background-position: 0 0;
  float: left;
  overflow: hidden;
}
.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -15px
}
.slidesjs-pagination li a:hover {
  background-position: 0 -30px
}
/* /Slider Pagination */

.slider-part {
	border-right: 2px solid white;
}

.main-hits {
	color: #0da427;
	font: normal 30px/50px 'Roboto Condensed', 'Play', Tahoma, Geneva, sans-serif;
	/*padding-left: 51px;*/
	/*background-image: url('/image/main-hits-icon.png');*/
	background-repeat: no-repeat;
	background-position: -4px 1px;
	margin-bottom: 13px;
	margin: 10px 0px 13px 0px;
	float:left;
	width: 500px;
}

.main-premium {
	color: #0da427;
	font: normal 30px/50px 'Roboto Condensed', 'Play', Tahoma, Geneva, sans-serif;
	/*padding-left: 51px;*/
	/*background-image: url('/image/main-premium-icon.png');*/
	background-repeat: no-repeat;
	background-position: -2px 5px;
	margin-bottom: 13px;
	margin: 10px 0px 13px 0px;
	float:left;
	width: 500px;
}

.main-hits a, .main-hits a:hover, 
.main-premium a, .main-premium a:hover{
	color: black; /*#0da427;*/
	text-decoration: none;
}

.main-hits-premium-all{
	margin: 10px 0px 0px 0px;
	padding-top: 21px;
	float: right; 
	width: 200px;
	text-align: right;
	font: bold 14px/21px Verdana, Geneva, sans-serif;
}

.delimiter-main {
	background-image: url('/image/delimiter-line.png');
	background-repeat: repeat-x;
	background-position: 0px -17px;
	height: 5px;
	clear: both;
}

.clear {
	clear: both;
}

.main-text {
	margin: 20px 0px 22px 0px;
	padding: 0px 0px 0px 30px;
}

.main-text h1 {
	font: bold 27px Verdana;
}

.why-we {
	background-color: #f4f4f4;
	height: 110px;
	margin: 15px 0px 35px 0px;
}

.why-we div {
	float: left;
	font-size: 12px;
	line-height: 15px;
	color: #696969;
}

.why-we .why-col-1 {
	width: 198px;
	font: 29px/42px 'Roboto Condensed', 'Play', Tahoma, Geneva, sans-serif;
	text-transform: uppercase;
	color: black;
	padding: 31px 0px 0px 30px;	
}

.why-col-2, .why-col-4, .why-col-6 {
	width: 92px;
	padding: 15px 0px 0px 0px;	
}

.why-col-4 {
	padding-top: 12px;
}

.why-we .why-title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: black;
	line-height: 24px;
	margin-bottom: 3px;
}

.why-col-3, .why-col-5, .why-col-7 {
	width: 245px;
	padding: 20px 0px 0px 0px;	
}

.element-slider{
	margin-top: 7px;
}

.element-slider div{
	display: inline;
	padding-right: 4px;
	line-height: 26px;
	cursor: pointer;
}

.element-icons img{
	border: 1px solid #d0cfd0;
	padding: 2px 2px 2px 2px;
}

.element-icons img.act{
	border: 3px solid #a5efa6;
	padding: 0px;
}

.popup_message{
	position: fixed; 
	z-index: 10; 
	top: 45%; 
	left: 45%; 
	background-color: #0da427; 
	color: white;
	width: 240px; 
	height: 40px; 
	border-radius: 10px;
	padding-top: 17px;
	text-align: center;
	font-weight: bold;
}

/*Button for forms*/
.bt_green{
	display:inline-block;
	border-radius:2px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	border: none;
	background-color: #0da427;
	color: white;	
	padding:0 13px;
	height:30px;
	font-weight:bold;
	line-height:28px;
	margin-bottom: 10px;
}

font.tablebodytext{
	display: none;
}

/*Arrows Recommended*/
.arrow_l_rec
{
	width: 19px;
	height: 32px;
	background: url('/image/def_arrows.png') no-repeat left top;
	display: block;
	position: absolute;
	left: 0;
	top: 90px;
	z-index: 2;
	cursor: pointer;
}

.arrow_r_rec {
	width: 19px;
	height: 32px;
	background: url('/image/def_arrows.png') no-repeat right top;
	display: block;
	position: absolute;
	right: 0;
	top: 90px;
	cursor: pointer;
	z-index: 2;
}

.errortext{
	color: red;
}

.content ul {
	list-style: disc outside none;
	padding-left: 10px;
	margin-bottom: 1.5em;
}

.content ul li {
	/*margin-bottom: 1.3em;*/
}

.delivery_cities {
	display: none;
}

.emty-spacer-city {
	display: none;
}

/*Maps*/
#YMapsID, #GMapsID {
	width: 800px;
	height: 400px;
}
.map-address{
	font-family: Verdana, Geneva, sans-serif;
	color: black;
}

.city-column{
float:left; 
width: 170px; 
padding-right: 10px;
}

.first-letter{
   font-size: 16px;
   color: #0DA427;
   font-weight: bold;
   margin-top: 10px;
}

.city-region{
	padding-left: 10px; 
	display: none;
	max-height: 200px;
	overflow: auto;
}

.common-text{
	margin-top: 10px;
}

.common-text .ch{
	margin-bottom: 10px;
}

.common-text img{
	position: relative;
}

.common-text span{
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;;
	text-transform: uppercase;
	position: relative;
	top: -22px;
	padding-left: 5px;
}

.common-text p
{
	margin-left: 10px;
}


.common-text-col1{
	display: block;
	width: 222px;
	margin-right: 33px;
	float: left;
	min-height: 100px;
}
.common-text-col2{
	display: block;
	width: 303px;
	margin-right: 33px;
	float: left;
	min-height: 100px;	
}
.common-text-col3{
	display: block;
	width: 430px;
	float: left;
	min-height: 100px;	
}

.bm-level-1>a{
	font-weight: bold;
}

/*Кнопка Наверх*/
#top-button{
	width: 54px;
	height: 54px;
	position: fixed;
	bottom: 8%;
	right: 7%;
	background: url("/image/top_button.png") center center no-repeat;
	cursor: pointer;
}

.logo a {
	text-decoration: none;
}

/*Иконка для показа главного меню на мобильном*/
.tm-icon-mobile {
    width: 31px;
    height: 31px;
    background: url("/image/tm-icon-mobile.png") 0px 0px no-repeat;
    position: absolute;
    display: none;
}
.tm-icon-mobile.open{
	background: url("/image/tm-icon-mobile-close.png") 0px 0px no-repeat;
}

ul.detail-properties {
	padding-left: 0px;
}
ul.detail-properties li {
	list-style: none;
}

.content .cart-explanation {
	margin-top: 5px;
	margin-bottom: 15px;
	line-height: 1.2em;
	font-size: 11px;
}

/*Detail Tabs*/
.detail-tabs-head span {
	display: inline-block;
	/*background-color: #0da427;*/ /*#878f89;*/
	color: #0da427; /*white;*/
	padding: 5px 15px 4px 15px;
	border-radius: 4px;
	margin-right: 10px;
	cursor: pointer;
	border: 1px solid #0da427;
	font-weight: normal;
}
.detail-tabs-head span.selected {
	border: 2px solid #0da427;
	font-weight: bold;
}

.detail-tabs-body>div{
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
}
.detail-tabs-body .detail-tab1 {display: block;}

.cityname-top {
	border-bottom: 1px dashed #0da427;
	color: #0da427;
	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
}
.popup-city {
	padding: 20px;
	min-width: 180px;
}

.confirm-paylink {
	background-color: #0DA427; 
}