@charset "utf-8";
/* CSS Document */

/* 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {
 border-collapse: separate;
    border-spacing: 0;

}

td {
    border: 1px solid lightgray;
  margin-bottom: 7px;
   padding-left: 0%;
}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
strong {font-weight: bold;}
em {font-style: italic;}
.clear {clear: both;}
html {height: 100%;}  
body {  
 height: auto !important;  
 height: 100%;  
 min-height: 100%;  
 position: relative;
}  
/* RESET - end */

html {
  overflow-y: scroll;
}

@media screen and (max-device-width: 480px) {
	body {
		min-width: 1176px;
	}
}
@media screen and (max-device-width: 960px) {
	body {
		min-width: 1176px;
	}
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
}
input, 
label, 
textarea {
	font-family: 'Open Sans', sans-serif;
}
.field {display:none!important}
/* <POPUP> */
#box-callback,
#box-reviews,
#box-order,
.ui-widget-header {
	display: none;
}
.ui-widget-overlay {
	background: url('../images/bg.png') repeat;
}
.popup-styled {
	background: #f4f4f4;
	border: 2px solid #616161;
	border-radius: 8px;
	padding: 30px 40px;
	position: relative;
}
.popup-styled .title {
	font-size: 18px;
	color: #636363;
	line-height: 20px;
	text-align: center;
	margin: 0 0 30px 0;
}
.popup-styled input[type="text"] {
	display: block;
	height: 44px;
	line-height: 44px;
	padding: 0 23px;
	background: #d8d8d8;
	border: 0;
	border-radius: 8px;
	margin: 0 0 17px 0;
	width: 310px;
	font-size: 16px;
	color: #636363;
}
.popup-styled.reviews input[name="name"] {
	width: 207px;
}
.popup-styled.reviews input[name="sphera"] {
	width: 270px;
}
.popup-styled textarea {
	display: block;
	height: 105px;
	line-height: 18px;
	padding: 15px 23px;
	background: #d8d8d8;
	border: 0;
	border-radius: 8px;
	margin: 0 0 35px 0;
	width: 310px;
	font-size: 16px;
	color: #636363;
	resize: none;
}
.popup-styled.reviews textarea {
	width: 422px;
	height: 57px;
	margin: 0 0 17px 0;
}
.popup-styled.order textarea[name="address"] {
	margin: 0 0 17px 0;
}
.popup-styled.order textarea {
	height:  65px;
}
.popup-styled p.center {
	text-align: center;
}
.popup-styled input[type="submit"] {
	display: inline-block;
	border: 0;
	height: 32px;
	line-height: 32px;
	padding: 0 20px 0 45px;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	border-radius: 8px;
}
.popup-styled input[type="submit"].callback {
	background-color: #dd6e26;
	background-image: url('../images/callback.png');
	background-repeat: no-repeat;
	background-position: 14px center;
}
.popup-styled input[type="submit"].callback:hover {
	background-color: #a34006;
}
.popup-styled input[type="submit"].reviews {
	background-color: #9bc4ed;
	background-image: url('../images/reviews.png');
	background-repeat: no-repeat;
	background-position: 14px center;
}
.popup-styled input[type="submit"].reviews:hover {
	background-color: #82b1ff;
}
.popup-styled input[type="submit"].order {
	background-color: #87d37c;
	background-image: url('../images/order.png');
	background-repeat: no-repeat;
	background-position: 14px center;
}
.popup-styled input[type="submit"].order:hover {
	background-color: #00c853;
}
.popup-styled input[type="text"].error,
.popup-styled textarea.error {
	background: #FFD8D8;
}
.popup-styled label.error {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
.popup-styled.reviews .rating {
	position: absolute;
	right: 40px;
	top: 95px;
}
.popup-styled.reviews .rating span {
	display: block;
	text-align: center;
	font-size: 18px;
	color: #636363;
	margin: 0 0 33px 0;
}
/* </POPUP> */

.open-callback {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 20px 0 42px;
	background-color: #dd6e26;
	border-radius: 8px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	background-image: url('../images/callback.png');
	background-repeat: no-repeat;
	background-position: 15px center;
}
.open-callback:hover {
	background-color: #a34006;
}
.open-reviews {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 20px 0 42px;
	background-color: #9bc4ed;
	border-radius: 8px;
	color: #f4f4f4;
	text-decoration: none;
	font-size: 14px;
	background-image: url('../images/reviews.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}
.open-reviews:hover {
	background-color: #82b1ff;
}
.open-order {
	display: inline-block;
	height: 33px;
	line-height: 33px;
	padding: 0 20px 0 42px;
	background-color: #87d37c;
	border-radius: 8px;
	color: #f4f4f4;
	text-decoration: none;
	font-size: 14px;
	background-image: url('../images/order.png');
	background-repeat: no-repeat;
	background-position: 10px center;
}
.open-order:hover {
	background-color: #00c853;
}

#wrapper {
	padding: 0 0 174px 0;
}
#wrapper-header {
	width: 100%;
	height: 79px;
	position: relative;
	border-bottom: 1px solid #888888;
	margin: 0 0 20px 0;
}
#header {
	width: 980px;
	height: 79px;
	position: relative;
	margin: 0 auto;
}
#header .logo {
	float: left;
	font-size: 46px;
	text-decoration: none;
	line-height: 86px;
	font-weight: bold;
	color: #8e8f8e;
}
#header .logo span {
	color: #dd6e26;
}
#header .right {
	float: right;
}
#header .right ul {
	float: left;
	margin: 0 10px 0 0;
}
#header .right ul li {
	float: left;
	margin: 0 25px 0 0;
}
#header .right ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #636363;
	font-weight: 700;
	padding: 33px 0 0 0;
	display: block;
	border-top: 7px solid #fff;
}
#header .right ul li a:hover {
	border-top: 7px solid #d8d8d8;
}
#header .right ul li.active a {
	border-top: 7px solid #d36a1d;
}
#header .right .contacts {
	float: left;
}
#header .right .contacts .phone {
	font-size: 22px;
	color: #d06520;
	line-height: 22px;
	font-weight: 600;
	margin: 5px 0 6px 0;
	display: block;
	text-align: right;
}
#header .right .contacts .search {
	display: block;
}
#header .right .contacts .search .input {
	display: block;
	float: left;
	width: 117px;
	height: 24px;
	background: #d8d8d8;
	border: 0;
	border-radius: 10px 0 0 10px;
	line-height: 24px;
	color: #636363;
	padding: 0 5px;
	font-size: 12px;
}
#header .right .contacts .search .submit {
	display: block;
	float: left;
	border: 0;
	cursor: pointer;
	border-radius: 0 10px 10px 0;
	background-color: #d8d8d8;
	height: 24px;
	width: 41px;
	background-image: url('../images/search.png');
	background-repeat: no-repeat;
	background-position: left top;
}
#header .right .contacts .search .submit:hover {
	background-position: left bottom;
}

#wrapper-content {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#left-column {
	width: 265px;
	float: left;
	margin: 0 15px 0 -6px;
}
#left-column li {
	margin: 0 0 8px 0;
}
#left-column li a {
	display: block;
	line-height: 30px;
	padding: 0 8px;
	text-decoration: none;
	font-size: 16px;
	color: #8d8d8d;
	border-radius: 8px;
}
#left-column li a:hover,
#left-column li a.back,
#left-column li.active a,
#left-column li.active li a.active {
	background: #d8d8d8;
}
#left-column ul ul {
	margin-left: 10px;
	margin-top: 5px;
	display: none;
}
#left-column li.active ul {
	display: block;
}
#left-column li.active li a {
	background: none;
}
#center-column {
	width: 583px;
	float: right;
	padding: 0 59px 0 0;
}
#center-column h1 {
	width: 640px;
	font-size: 31px;
	color: #575757;
	font-weight: 600;
	line-height: 35px;
	margin: 0 0 25px 0;
}
#wrapper-slider {
	position: relative;
	width: 620px;
	margin-left: -15px;
	margin-bottom: 40px;
}
#wrapper-slider img {
	width: 616px !important;
	height: 161px !important;
}
#wrapper-slider .arrows {
	position: absolute;
	display: block;
	width: 25px;
	height: 32px;
	background-image: url('../images/2013-MCF-002.jpg');
	background-repeat: no-repeat;
	top: 50%;
	margin-top: -16px;
	z-index: 10;
}
#wrapper-slider .arrows.prev {
	background-position: left top;
	left: -30px;
}
#wrapper-slider .arrows.prev:hover {
	background-position: left bottom;
}
#wrapper-slider .arrows.next {
	background-position: right top;
	right: -30px;
}
#wrapper-slider .arrows.next:hover {
	background-position: right bottom;
}
#pager {
	text-align: right;
	right: 0 !important;
	bottom: -20px !important;
	z-index: 50 !important;
	top: auto !important;
	left: auto !important;
	display: block !important;
	background: none !important;
	opacity: 1 !important;
}
#pager a {
	display: inline-block;
	height: 14px;
	width: 14px;
	background: #d8d8d8;
	margin: 0 3px;
	border-radius: 7px;
	font-size: 0;
	text-indent: -9999px;
}
#pager a.activeSlide {
	background: #afafaf;
}
div.hr {
	width: 540px;
	background: #888888;
	margin: 20px auto !important;
	height: 1px;
}

#main-text {
	font-size: 16px;
	color: #636363;
	line-height: 24px;
}
#main-text * {
	margin: 0 0 25px 0;
}
#main-text .center {
	text-align: center;
}
#main-text .center a {
	margin-bottom: 0;
}
#main-text h2 {
	font-size: 32px;
	color: #575757;
	font-weight: 600;
	line-height: 35px;
}
#main-text ul {
	list-style: none;
}
#main-text ul li {
	line-height: 18px;
	padding: 6px 0 0 35px;
	background: url('../images/main-text-ul3.png') no-repeat left top;
	min-height: 36px;
	margin: 0 0 10px 0;
}
#main-text iframe {
	margin: 0 0 20px !important;
}

/* <reviews> */
#reviews {
	color: #606060;
	margin-top: 35px;
	margin-bottom: 55px;
}
#reviews .title {
	font-size: 32px;
	font-weight: 600;
	line-height: 35px;
	margin: 0 0 30px 0;
}
#reviews .box {
	margin: 0 0 40px;
	display: block;
}
#reviews .box .img {
	width: 80px;
	float: left;
}
#reviews .box .img span {
	display: block;
	width: 51px;
	height: 51px;
	background-image: url('../images/reviews-img.png');
	background-repeat: no-repeat;
}
#reviews .box .img span.woman {
	background-position: left top;
}
#reviews .box .img span.man {
	background-position: left bottom;
}
#reviews .box .txt {
	float: left;
	width: 503px;
	position: relative;
}
#reviews .box .txt .rating {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	height: 22px;
	background: url('../images/star.png') repeat-x left bottom;
}
#reviews .box .txt .rating1 {
	width: 23px;
}
#reviews .box .txt .rating2 {
	width: 46px;
}
#reviews .box .txt .rating3 {
	width: 69px;
}
#reviews .box .txt .rating4 {
	width: 92px;
}
#reviews .box .txt .rating5 {
	width: 115px;
}
#reviews .box .txt p {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 15px 0;
}
#reviews .box .txt p strong {
	font-weight: 600;
}
#reviews .box + .box + .box {
	display: none;
}
#reviews .buttons p {
	margin: 0 0 15px;
}
#reviews .buttons .center {
	text-align: center;
}
#reviews .buttons .more {
	display: inline-block;
	font-size: 16px;
	color: #606060;
	text-decoration: none;
	font-weight: 600;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 6px 0;
}
#reviews .buttons .more:hover {
	color: #858585;
}
/* </reviews> */

/* <question> */
#question .title {
	font-size: 18px;
	color: #636363;
	line-height: 20px;
	margin: 0 0 30px 0;
	font-weight: 600;
}
#question input[type="text"] {
	display: block;
	width: 170px;
	height: 28px;
	line-height: 28px;
	background: #d8d8d8;
	border-radius: 8px;
	border: 0;
	padding: 0 10px;
	font-size: 16px;
	color: #636363;
	margin: 0 0 10px 0;
}
#question textarea {
	display: block;
	width: 300px;
	height: 74px;
	line-height: 18px;
	background: #d8d8d8;
	border-radius: 8px;
	border: 0;
	padding: 5px 10px;
	font-size: 16px;
	color: #636363;
	margin: 0 0 25px 0;
	resize: none;
}
#question input[type="submit"] {
	display: inline-block;
	border: 0;
	height: 32px;
	line-height: 32px;
	padding: 0 20px 0 45px;
	cursor: pointer;
	font-size: 14px;
	color: #f4f4f4;
	border-radius: 8px;
	background-color: #aedede;
	background-image: url('../images/question.png');
	background-repeat: no-repeat;
	background-position: 14px center;
	margin-left: 208px;
}
#question input[type="submit"]:hover {
	background-color: #b2ebf2;
}
#question input.error,
#question textarea.error {
	background: #FFD8D8;
}
#question label.error {
	position: absolute;
	left: -9999px;
	top: -9999px;
}
/* </question> */

/* <footer> */
#wrapper-footer {
	position: absolute;
	width: 100%;
	height: 123px;
	border-top: 1px solid #888888;
	bottom: 0;
}
#footer {
	width: 770px;
	margin: 0 auto;
	height: 123px;
	position: relative;
}
#footer ul {
	margin: 0 0 15px 0;
	text-align: center;
}
#footer ul li {
	display: inline-block;
	margin: 0 10px 0 10px;
}
#footer ul li a {
	display: block;
	padding: 25px 0 0 0;
	border-top: 7px solid #fff;
	font-size: 16px;
	color: #636363;
	font-weight: 700;
	text-decoration: none;
}
#footer ul li a:hover {
	border-top: 7px solid #d8d8d8;
}
#footer ul li.active a {
	border-top: 7px solid #d36a1d;
}
#footer ul li.last {
}
#footer .copyright {
	border-top: 1px solid #888888;
	padding: 12px 0 0 65px;
	font-size: 14px;
	color: #636363;
	line-height: 17px;
}
/* </footer> */

/* <product> */
#product .img {
	width: 295px;
	float: left;
	height: 385px;
}
#product .img.big {
	float: none;
	margin: 0 auto;
	width: 583px;
}
#product .img table {
	width: 100%;
	border-collapse: collapse;
}
#product .img table td {
	vertical-align: middle;
	text-align: center;
	width: 295px;
	height: 385px;
	border:0
}
#product .img.big table td {
	width: 583px;
	height: 385px;
}
#product .small-img {
	float: right;
}
#product .small-img .box {
	width: 166px;
	height: 166px;
	margin: 0 0 32px 0;
	border: 2px solid #b84a4a;
	border-radius: 3px;
}
#product .small-img .box table {
	width: 100%;
	border-collapse: collapse;
}
#product .small-img .box table td {
	width: 166px;
	height: 166px;
	vertical-align: middle;
	text-align: center;
}
#product .small-img .box img{width:163px;}
#product .prices {
	margin-top: 20px;
	margin-bottom: 20px;
}
#product .oldprice {
	text-align: center;
	font-size: 22px;
	line-height: 24px;
	color: #808080;
	text-decoration: line-through;
	margin: 0 0 5px 0;
}
#product .price {
	text-align: center;
	font-size: 34px;
	line-height: 36px;
	color: #d12020;
	font-weight: 600;
}
#product .buttons {
	margin: 30px 0 30px 0;
	text-align: center;
}
#product .buttons a {
	margin: 0 30px;
}
#product .text {
	color: #636363;
	line-height: 19px;
	font-size: 16px;
	margin-bottom: 30px;
}
#product .text * {
	margin: 0 0 20px 0;
}
#product .text h2 {
	font-size: 28px;
	line-height: 31px;
	font-weight: 600;
}
#product .text ul {
	margin-left: 10px;
}
#product .text ul li {
	margin-bottom: 4px;
	padding: 0 0 0 30px;
	background: url('../images/product-li.png') no-repeat left top;
}
/* </product> */

#category {
	overflow: hidden;
}
#category .hidden {
	width: 640px;
}
#category .box {
	width: 155px;
	border: 1px solid #888888;
	float: left;
	padding: 10px;
	margin: 0 20px 20px 0;
	text-align: center;
	border-radius: 5px;
}
#category .box:hover {
	border: 1px solid red;
}
#category .box table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 10px 0;
}
#category .box table td {
	width: 155px;
	height: 155px;
	vertical-align: middle;
	text-align: center;
}
#category .box .name a {
	color: #888888;
	line-height: 18px;
}
#category .box .name a:hover {
	text-decoration: none;
}

#breadcrumbs {
	margin: 0 0 8px 0;
	font-size: 16px;
	line-height: 19px;
	color: #888888;
}
#breadcrumbs li {
	display: inline-block;
}
#breadcrumbs a {
	color: #888888;
}
#breadcrumbs a:hover {
	text-decoration: none;
}
.sisea-paging {
	display: none;
}
.sisea-result h3 {
	margin-bottom: 2px !important;
}
.sisea-result a {
	color: red;
}

	
.har