﻿html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, tt, var, b, u, i, center, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	text-align: left;
	vertical-align: baseline;
	background: transparent;
}
header, nav, section, article, aside, footer {
	display: block
}
table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	border-spacing: 0;
	border-width: 0;
}
ul, ol {
	margin: 0.5em 0 0.5em 3em;
	padding: 0;
	list-style-position: inside;
}
ul li,
ol li {
	line-height: 24px;
	margin: 0.5em 0 0.5em 0;
	padding: 0;
}
li {
	color: #343434;
}
li span {
	color: #343434;
}
p {
	margin: 0.65em 0 0.65em 0;
}
small {
	font-size: 80%;
}
sup, sub {
	vertical-align: baseline;
	position: relative;
	line-height: 1;
	text-decoration:none !important;
	font-size: 0.75em !important;
}
sup {
	bottom: 1.5ex;
}
sub {
	top: 0.5ex;
}
input, select, button, textarea {
	font-family: 'Open Sans', Arial, sans-serif;
	outline: none;
	padding: 0;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}
textarea {
	resize: vertical;
}
input[type="text"], input[type="textfield"], select {
	display: inline-block;
	*display: inline;
	zoom: 1;
	height: 34px;
	margin-bottom: 11px;
	padding: 0 20px;
	//line-height: 34px;
	line-height: 34px\0/;
}
select {
	padding: 0 24px 0 14px;
}
input[type="text"], input[type="textfield"], textarea, select {
	border-color: #fff;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: inset 0 2px 5px #e6e6e6, 0 0 0 #e54028;
	-moz-box-shadow: inset 0 2px 5px #e6e6e6, 0 0 0 #e54028;
	-ms-box-shadow: inset 0 2px 5px #e6e6e6, 0 0 0 #e54028;
	-o-box-shadow: inset 0 2px 5px #e6e6e6, 0 0 0 #e54028;
	box-shadow: inset 0 2px 5px #e6e6e6, 0 0 0 #e54028;
	font-size: 1em;
	-webkit-transition: box-shadow 200ms ease 0s, border 200ms ease 0s;
	-moz-transition: box-shadow 200ms ease 0s, border 200ms ease 0s;
	-ms-transition: box-shadow 200ms ease 0s, border 200ms ease 0s;
	-o-transition: box-shadow 200ms ease 0s, border 200ms ease 0s;
	transition: box-shadow 200ms ease 0s, border 200ms ease 0s;
}
textarea {
	margin-bottom: 11px;
	min-width: 250px;
	padding: 20px;
}
input[type="text"]:hover, input[type="textfield"]:hover, textarea:hover, select:hover {
	border: 1px solid #e54028;
}
input[type="text"]:focus, input[type="textfield"]:focus, textarea:focus, select:focus {
	border: 1px solid #e54028;
	-webkit-box-shadow: inset 0 0 0 #e6e6e6, 0 0 6px #e54028;
	-moz-box-shadow: inset 0 0 0 #e6e6e6, 0 0 6px #e54028;
	-ms-box-shadow: inset 0 0 0 #e6e6e6, 0 0 6px #e54028;
	-o-box-shadow: inset 0 0 0 #e6e6e6, 0 0 6px #e54028;
	box-shadow: inset 0 0 0 #e6e6e6, 0 0 6px #e54028;
}
select {
	background-image: url('/files/img/select_show.png');
	background-image: -webkit-image-set(url('/files/img/select_show.png') 1x, url('/files/img/select_show_2x.png') 2x);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none !important;
}
select::-ms-expand {
	display: none;
}
input[type="submit"], button {
	cursor: pointer;
	cursor: hand;
	font-size: 0.938em;
}
button {
	font-size: 1.067em;
}
input[disabled],
button[disabled] {
	cursor: default !important;
	opacity: 0.5;
}
input[type="text"].error, input[type="textfield"].error, textarea.error {
	border: 1px solid #d00;
	-webkit-box-shadow: 0 0 6px #d00;
	-moz-box-shadow: 0 0 6px #d00;
	-ms-box-shadow: 0 0 6px #d00;
	-o-box-shadow: 0 0 6px #d00;
	box-shadow: 0 0 6px #d00;
}
a {
	color: #e54028;
	outline: none;
}
a:hover {
	color: #343434;
}
select,
label[for],
a[data-href] {
	cursor: pointer;
	cursor: hand;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	margin: 0 0 0.65em 0;
	color: #343434;
	line-height: 1.25em;
}
.h2, .h3, .h4, .h5, .h6 {
	margin-top: 25px;
	font-weight: bold;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: bold;
}
h1,
.h1 {
	font-size: 1.667em;
}
h2,
.h2 {
	font-size: 1.556em;
}
h3,
.h3 {
	font-size: 1.444em;
}
h4,
.h4 {
	font-size: 1.333em;
}
h5,
.h5 {
	font-size: 1.222em;
}
h6,
.h6 {
	font-size: 1.111em;
}
html {
	height: 100%;
	overflow-x: hidden;
}
body {
	position: relative;
	background: #f8f8f8;
	color: #181818;
	font: normal 16px/22px 'Open Sans', Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	height: 100%;
}
/* Placeholder */
::-webkit-input-placeholder {
	color: #c1c1c1;
}
::-moz-placeholder {
	color: #c1c1c1;
}
:-moz-placeholder {
	color: #c1c1c1;
}
:-ms-input-placeholder {
	color: #c1c1c1;
}
/* Fonts */
@font-face {
	font-family: 'Open Sans';
	src: url('/files/fonts/OpenSans-Light.eot');
	src: local('Open Sans Light'), local('OpenSans-Light'),
	     url('/files/fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'),
	     url('/files/fonts/OpenSans-Light.ttf') format('truetype'),
	     url('/files/fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('/files/fonts/OpenSans-Semibold.eot');
	src: local('Open Sans Semibold'), local('OpenSans-Semibold'),
	     url('/files/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
	     url('/files/fonts/OpenSans-Semibold.ttf') format('truetype'),
	     url('/files/fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('/files/fonts/OpenSans.eot');
	src: local('Open Sans'), local('OpenSans'),
	     url('/files/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
	     url('/files/fonts/OpenSans.ttf') format('truetype'),
	     url('/files/fonts/OpenSans.svg#OpenSans') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Open Sans';
	src: url('/files/fonts/OpenSans-Bold.eot');
	src: local('Open Sans Bold'), local('OpenSans-Bold'),
	     url('/files/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
	     url('/files/fonts/OpenSans-Bold.ttf') format('truetype'),
	     url('/files/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "Flaticon";
	src: url("/files/fonts/Flaticon.eot");
	src: url("/files/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
	     url("/files/fonts/Flaticon.ttf") format("truetype"),
	     url("/files/fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 20px;
	font-style: normal;
	margin-left: 20px;
}
/* Flaticon: mail_386605, order_1671123, whatsapp_1384023, viber_2111757 */
.flaticon-viber:before { content: "\f100"; }
.flaticon-whatsapp:before { content: "\f101"; }
.flaticon-mail:before { content: "\f102"; }
.flaticon-order:before { content: "\f103"; }
.flaticon-viber:before {
	color: #7b58e8;
	margin-left: 2px;
}
.flaticon-whatsapp:before {
	color: #16ad34;
	margin-left: 2px;
}
/* Custom input and checkbox */
.checkbox-custom-input,
.radio-custom-input {
	display: none;
}
.checkbox-custom,
.radio-custom {
	width: 18px;
	height: 18px;
	position: relative;
	top: -1px;
}
.checkbox-custom,
.radio-custom,
.label {
	display: inline-block;
	vertical-align: middle;
}
.label {
	line-height: 18px;
	cursor: pointer;
	cursor: hand;
}
.checkbox-custom,
.radio-custom {
	width: 18px;
	height: 18px;
}
.radio-custom {
	background: url('/files/img/radio.png') no-repeat;
	background-image: -webkit-image-set(url('/files/img/radio.png') 1x, url('/files/img/radio_2x.png') 2x);
}
.checkbox-custom {
	background: url('/files/img/checkbox.png') no-repeat;
	background-image: -webkit-image-set(url('/files/img/checkbox.png') 1x, url('/files/img/checkbox_2x.png') 2x);
}
.checkbox-custom-input:checked + .checkbox-custom,
.radio-custom-input:checked + .radio-custom {
	background-position: -18px 0;
}
/* Additional */
.no-js,
.hide {
	display: none !important;
}
.nobr {
	white-space: nowrap;
}
.clear {
	height: 0;
	display: block;
	clear: both;
}
.line {
	height: 1px;
	background: #e6e6e6;
	margin-bottom: 20px;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.margin-top20 {
	margin-top: 20px;
}
.margin-bottom20 {
	margin-bottom: 20px;
}
/* Colums */
div[class^="col"] {
	float: left;
}
.col10 {
	width: 10%;
}
.col15 {
	width: 15%;
}
.col16 {
	width: 16.666%;
}
.col20 {
	width: 20%;
}
.col25 {
	width: 25%;
}
.col30 {
	width: 30%;
}
.col33 {
	width: 33.333%;
	//width: 33%;
}
.col35 {
	width: 35%;
}
.col40 {
	width: 40%;
}
.col50 {
	width: 50%;
}
.col60 {
	width: 60%;
}
.col65 {
	width: 65%;
}
.col70 {
	width: 70%;
}
.col80 {
	width: 80%;
}
.col85 {
	width: 85%;
}
.col90 {
	width: 90%;
}
.col75 {
	width: 75%;
}
.col100 {
	width: 100%;
}
/* Blocks */
.position-relative {
	position: relative;
}
.outer-block {
	min-width: 1024px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.inner-block {
	min-width: 1024px;
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}
.outer-block.fluid {
	min-width: 0;
}
.outer-block.fluid .inner-block {
	min-width: 0;
	max-width: 100%;
}
.outer-block.block-divider {
	border-bottom: 2px solid #eaeaea;
}
.inner-block.fluid {
	min-width: 0;
}
.inner-block.padding-bigest {
	padding: 40px 0 40px;
}
.inner-block.padding-smaller {
	padding: 20px 0 20px;
}
.inner-block.padding-bottom {
	padding: 0 0 20px;
}
/* Headings */
.heading {
	text-align: center;
}
.heading.align-left {
	text-align: left;
}
.heading.align-right {
	text-align: right;
}
.heading span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0;
	text-align: center;
}
.heading span a {
	color: #343434;
	text-decoration: none;
}
/* Main wrap */
.wrapper {
	background: #fff;
	position: relative;
	min-width: 1024px;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow: hidden;
	border-left: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.125);
	-moz-box-shadow: 0 0 10px rgba(0,0,0, 0.125);
	-ms-box-shadow: 0 0 10px rgba(0,0,0, 0.125);
	-o-box-shadow: 0 0 10px rgba(0,0,0, 0.125);
	box-shadow: 0 0 10px rgba(0,0,0, 0.125);
}
.wrapper-inner {
	position: relative;
	left: 0;
	overflow: hidden;
	transition: left 275ms ease;
	-webkit-transition: left 275ms ease;
	-moz-transition: left 275ms ease;
	-ms-transition: left 275ms ease;
	-o-transition: left 275ms ease;
}
/* Pre header */
.pre-header {
	background: #f6f6f6;
	border-bottom: 1px solid #e2e2e2;
	-webkit-transition: box-shadow ease 400ms;
	-moz-transition: box-shadow ease 400ms;
	-ms-transition: box-shadow ease 400ms;
	-o-transition: box-shadow ease 400ms;
	transition: box-shadow ease 400ms;
}
.pre-header.unfastened {
	box-shadow: 0 0 8px rgba(0,0,0,0.33);
}
.pre-header .logo-duplicate {
	display: none;
}
.pre-header.unfastened .logo-duplicate {
	float: left;
	display: block;
}
.pre-header.unfastened .logo-duplicate {
	width: 10%;
}
.pre-header.unfastened .col30 {
	width: 25%;
}
.pre-header .client-info li,
.pre-header .search,
.pre-header .shop-mini-cart {
	transition: padding ease 400ms;
}
.pre-header.unfastened .client-info li {
	padding: 14px 12px 14px 0;
}
.pre-header.unfastened .search {
	padding: 11px 0;
}
.pre-header.unfastened .shop-mini-cart {
	padding: 8px 0;
}
.pre-header .logo-duplicate img {
	margin-top: 0;
}
.client-info {
	margin: 0;
	padding: 0;
}
.descriptor-block {
	margin-left: -88px;
	margin-right: 20px;
	padding-left: 88px;
	background: #fcef02;
	background: -moz-linear-gradient(left,  #fcef02 0%, #fefbbe 100%);
	background: -webkit-linear-gradient(left,  #fcef02 0%,#fefbbe 100%);
	background: linear-gradient(to right,  #fcef02 0%,#fefbbe 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcef02', endColorstr='#fefbbe',GradientType=1 );
	min-height: 58px;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	-ms-border-radius: 0 20px 20px 0;
	-o-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	-webkit-box-shadow: inset -5px 0 12px rgba(0,0,0, 0.125);
	-moz-box-shadow: inset -5px 0 12px rgba(0,0,0, 0.125);
	-ms-box-shadow: inset -5px 0 12px rgba(0,0,0, 0.125);
	-o-box-shadow: inset -5px 0 12px rgba(0,0,0, 0.125);
	box-shadow: inset -5px 0 12px rgba(0,0,0, 0.125);
}
.descriptor-block span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-weight: bold;
	padding: 18px 0;
	font-size: 1.125em;
}
.selection-table {
	width: 100%;
}
.selection-table tr td:first-child + td {
	text-align: right;
}
.selection-button {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.selection-button a {
	color: #fff;
	font-size: 0.938em;
	text-decoration: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 10px 16px;
	margin: 6px 0;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: background 250ms ease;
	-moz-transition: background 250ms ease;
	-ms-transition: background 250ms ease;
	-o-transition: background 250ms ease;
	transition: background 250ms ease;
}
.selection-button a.selection-myself {
	background: #22449d;
	border: 1px solid #182f6b;
}
.selection-button a.selection-myself:hover {
	background: #182f6b;
}
.selection-button a.selection-manager {
	background: #e54028;
	border: 1px solid #b3321e;
}
.selection-button a.selection-manager:hover {
	background: #b3321e;
}
/* Header */
.header {
	background: #f8f8f8;
}
.header .inner-block {
	padding: 10px 0 30px;
}
.logo {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.logo .slogan {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	font-size: 0.75em;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.logo.link {
	display: inline-block;
	*display: inline;
	zoom: 1;
	-webkit-transition: opacity 175ms ease;
	-moz-transition: opacity 175ms ease;
	-ms-transition: opacity 175ms ease;
	-o-transition: opacity 175ms ease;
	transition: opacity 175ms ease;
}
.logo.link img {
	display: block;
}
.logo > a,
.logo > img,
.logo > p {
	display: block;
	vertical-align: top;
}
.logo img {
	margin-top: 16px;
}
.logo p.title {
	margin: 28px 0 0 18px;
}
.logo.link:hover {
	opacity: 0.8;
}
.logo a {
	color: #343434;
}
.header .phone,
.footer .phone,
.header .adress,
.header .worktime {
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: left;
	margin-top: 30px;
}
.header .phone {
	display: flex;
}
.header .phone a {
	white-space: nowrap;
}
.header .adress,
.header .worktime {
	margin: 0;
	font-size: 0.938em;
	font-weight: bold;
	line-height: 28px;
}
.header .adress {
	margin-top: 24px;
}
.header .worktime {
	margin-top: 18px;
}
.header .phone {
	font-weight: bold;
	font-size: 1em;
	line-height: 28px;
}
.header .phone,
.footer .phone {
	color: #343434;
	margin-top: 10px;
}
.header .phone a,
.footer .phone a {
	color: #282828;
	text-decoration: none;
}
.header .phone {
	margin-top: 24px;
	margin-bottom: 0;
}
.header .phone + .phone {
	margin-top: 18px;
}
.footer .phone {
	text-align: right;
}
.header .phone,
.footer .phone {
	background: url('/files/img/icon_phone.png') no-repeat 0 50%;
	background-image: -webkit-image-set(url('/files/img/icon_phone.png') 1x, url('/files/img/icon_phone_2x.png') 2x);
	padding-left: 22px;
}
.header .adress {
	background: url('/files/img/icon_adress.png') no-repeat 0 4px;
	background-image: -webkit-image-set(url('/files/img/icon_adress.png') 1x, url('/files/img/icon_adress_2x.png') 2x);
	padding-left: 22px;
}
.header .worktime {
	background: url('/files/img/icon_worktime.png') no-repeat 0 4px;
	background-image: -webkit-image-set(url('/files/img/icon_worktime.png') 1x, url('/files/img/icon_worktime_2x.png') 2x);
	padding-left: 22px;
}
.footer .phone {
	margin-top: 20px;
}
.header .phone span,
.footer .phone span {
	font-size: 1.333em;
	font-weight: bold;
}
.header .main-button-wrap,
.footer .main-button-wrap {
	text-align: right;
}
.logo .title {
	color: #343434;
	font-size: 2.000em;
	line-height: 0.75em;
	font-weight: bold;
}
.logo .title span {
	font-size: 0.425em;
	font-weight: normal;
}
.logo .title a {
	text-decoration: none;
}
/* Menu */
.navigation-menu {
	background: #fefbbe;
	background: -moz-linear-gradient(top,  #fefbbe 0%, #fcef02 100%);
	background: -webkit-linear-gradient(top,  #fefbbe 0%,#fcef02 100%);
	background: linear-gradient(to bottom,  #fefbbe 0%,#fcef02 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefbbe', endColorstr='#fcef02',GradientType=0 );
}
.navigation-menu .search-block {
	position: absolute;
	top: 8px;
	right: 0;
}
.navigation-menu .search-block input[type=text] {
	width: 210px;
	height: 36px;
}
.navigation-wrap {
	padding-right: 260px;
}
.menu-wrap {
	position: relative;
	min-height: 52px;
}
.menu-wrap .left-part {
	position: absolute;
	top: 0;
	left: -5px;
	width: 0;
	height: 42px;
}
.menu-wrap .right-part {
	position: absolute;
	top: 0;
	right: -5px;
	width: 0;
	height: 42px;
}
.menu-wrap .menu-table tr td {
	position: relative;
	text-align: center;
	width: 1000px;
}
.menu-wrap .menu-table tr td a,
.menu-wrap .menu-table tr td span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	font-size: 1em;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}
.menu-wrap .menu-table tr td ul li a {
	white-space: normal;
}
.menu-wrap .menu-table tr td > a,
.menu-wrap .menu-table tr td > span {
	position: relative;
	color: #080808;
	display: block;
	text-align: center;
	padding: 14px 0;
	border-bottom: 2px solid transparent;
	-webkit-transition: color 250ms ease, border 250ms ease;
	-moz-transition: color 250ms ease, border 250ms ease;
	-ms-transition: color 250ms ease, border 250ms ease;
	-o-transition: color 250ms ease, border 250ms ease;
	transition: color 250ms ease, border 250ms ease;
}
.menu-wrap .menu-table tr td > a .action-num,
.menu-wrap .menu-table tr td > span .action-num {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #d00;
	color: #fff;
	text-align: center;
	line-height: 24px;
}
.menu-wrap .menu-table tr td:hover > a .action-num,
.menu-wrap .menu-table tr td:hover > span .action-num,
.menu-wrap .menu-table tr td.active > a .action-num {
	color: #fff;
}
#sidebar .action-num {
	display: none;
}
.menu-wrap .menu-table tr td:hover,
.menu-wrap .menu-table tr td.active {
	/*background: #fff;*/
}
.menu-wrap .menu-table tr td:hover > a,
.menu-wrap .menu-table tr td.active > a,
.menu-wrap .menu-table tr td:hover > span,
.menu-wrap .menu-table tr td.active > span {
	border-bottom: 2px solid #e54028;
}
.menu-wrap .menu-table tr td:hover a,
.menu-wrap .menu-table tr td.active a,
.menu-wrap .menu-table tr td:hover span,
.menu-wrap .menu-table tr td.active span {
	color: #e54028;
}
.menu-wrap .menu-table tr td > ul {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	margin: 0;
	padding: 0 0 8px;
	list-style: none;
	background: rgba(252, 239, 0, 0.75);
	min-width: 250px;
	max-width: 325px;
	z-index: 100;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-ms-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	-ms-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
	-o-box-shadow: 0 2px 3px rgba(0,0,0,0.25);
}
.menu-wrap .menu-table tr td > ul li {
	text-align: left;
	padding: 2px 15px;
}
.menu-wrap .menu-table tr td:hover ul {
	display: block;
}
.menu-wrap .menu-table tr td ul li a:hover {
	text-decoration: underline;
}
.menu-wrap .menu-table tr td.active > ul li.active a {
	text-decoration: underline;
}
/* Hidden */
.menu-wrap .menu-table tr td#novosti:hover > ul,
.menu-wrap .menu-table tr td#akczii:hover > ul,
.menu-wrap .menu-table tr td#portfolio:hover > ul,
.menu-wrap .menu-table tr td#stati:hover > ul {
	display: none !important;
}
/* Lead form #1 */
.lead-form {
	background: #f4f4f4;
	min-height: 375px;
}
.lead-form .descriptor {
	margin-top: 132px;
}
.lead-form .descriptor {
	font-size: 1.625em;
	font-weight: bold;
}
.lead-form .description {
	line-height: 1.375em;
	margin-top: 55px;
}
.lead-form .main-button input[type="submit"] {
	width: 226px;
} 
.form-request-block {
	position: relative;
	width: 281px;
	min-height: 281px;
	background: #ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 7px #c9c9c9;
	-moz-box-shadow: 0 0 7px #c9c9c9;
	-ms-box-shadow: 0 0 7px #c9c9c9;
	-o-box-shadow: 0 0 7px #c9c9c9;
	box-shadow: 0 0 7px #c9c9c9;
	margin: 25px 0 25px auto;
}
.form-request-block .form-inner {
	padding: 15px 0;
}
.form-request-block form {
	text-align: center;
}
.form-request-block form input[type="text"] {
	width: 184px;
	height: 33px;
	margin-bottom: 10px;
}
.form-request-block form textarea {
	width: 184px;
	min-width: 184px;
	height: 24px;
	min-height: 24px;
	margin-bottom: 10px;
}
.form-request-block form p.info {
	max-width: 226px;
	margin: 0 auto;
	text-align: center;
	font-size: 0.875em;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.form-request-block form .form-title {
	max-width: 226px;
	text-align: center;
	font-size: 1.375em;
	line-height: 1em;
	margin: 0 auto 10px;
}
.form-request-block form .main-button .main-button-center input,
.form-request-block form .main-button .main-button-center button {
	min-width: 228px;
}
.form-request-block form .main-button {
	margin-bottom: 10px;
}
.form-request-block .success {
	padding-top: 92px;
}
.form-request-block .form-error {
	max-width: 226px;
	margin: 22px auto 10px;
}
/* Lead form horizontal */
.lead-form-horizontal,
.lead-form-horizontal2 {
	background: #f4f4f4;
}
.request-price-bottom {
	background: #f4f4f4;
}
.lead-form-horizontal .details,
.lead-form-horizontal .description {
	text-align: center;
}
.form-request-horizontal-block {
	padding: 20px 0 10px;
}
.request-price-bottom .form-request-horizontal-block {
	border-color: #67afb8;
}
.form-request-horizontal-block form {
	text-align: center;
}
.form-request-horizontal-block input[type="text"],
.form-request-horizontal-block textarea,
.shop-order .shop-order-form input[type="text"],
.shop-order .shop-order-form textarea {
	width: 100%;
	min-width: auto;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	//width: auto;
}

.form-request-horizontal-block input[type="text"],
.form-request-horizontal-block textarea {
	font-size: 0.875em;
}
.form-request-horizontal-block textarea + input[type="text"] {
	margin-right: 0;
}
.form-request-horizontal-block textarea,
.shop-order .shop-order-form .shop-order-credentials textarea {
	height: 34px;
	min-height: 34px;
	padding: 5px 20px;
	//height: 34px;
}
.form-request-horizontal-block .main-button {
	margin-top: 15px;
}
.lead-form-horizontal {
	color: #fff;
	background: #24272e url('/files/img/bg_form2.jpg') no-repeat 50% 50%;
}
.lead-form-horizontal .heading {
	color: #fcef00;
}
.lead-form-horizontal2 .title {
	color: #cad614;
	font-size: 1.25em;
	line-height: 1.25em;
	padding-right: 8px;
}
.lead-form-horizontal2 .description {
	color: #fff;
	font-size: 0.75em;
}
.lead-form-horizontal2 input[type="text"] {
	width: 120px;
	margin-right: 10px;
	margin-bottom: 0;
	font-size: 0.813em;
}
.lead-form-horizontal2 input[type="text"][name^="protect"] {
	width: 155px;
}
.lead-form-horizontal2 input[type="text"],
.lead-form-horizontal2 .main-button {
	vertical-align: middle;
}
.lead-form-horizontal .form-error {
	width: auto;
	max-width: 100%;
	text-align: center;
}
/* Form horizontal */
.form-horizontal-wrap {
	padding: 30px 20px;
	background: #e54028 url('/files/img/gradient_bg.png') repeat-x;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.form-horizontal-inner {
	padding-top: 36px;
}
.form-horizontal-wrap .success {
	padding-top: 0;
	padding-bottom: 0;
}
.form-horizontal-wrap .success,
.form-horizontal-wrap .success a {
	color: #fff;
}
/* Form items */
.form-items-wrap {
	position: relative;
	left: 4px;
	margin: 0 -10px 0;
	//margin-left: 0;
	//margin-right: 0;
}
.form-items-wrap .form-item {
	width: 25%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 0 10px;
	margin-left: -4px;
	box-sizing: border-box;
	//width: 24%;
	//padding-left: 0.5%;
	//padding-right: 0.5%;
}
.form-items-wrap.five .form-item {
	width: 20%;
	//width: 19%;
}
.shop-order-address .form-items-wrap .form-item {
	width: 20%;
	//width: 19%;
	//padding-left: 0.5%;
	//padding-right: 0.5%;
}
.lead-form-horizontal .form-items-wrap .form-item.last {
	display: block;
	margin: 0 auto;
	position: relative;
	left: -4px;
}
/* Benefits */
.benefits-wrap {
	overflow: hidden;
}
.benefits-wrap .icon {
	padding: 0 5px;
	margin-bottom: 10px;
	text-align: center;
}
.benefits-wrap .icon {
	text-align: center;
	height: 93px;
}
.benefits-wrap .icon img,
.benefits-wrap .icon > i {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
.benefits-wrap .icon > i {
	width: 0;
	min-height: 93px;
}
/* Benefits 2c */
.benefits2c-wrap {
	position: relative;
	left: 4px;
	padding: 0 100px;
}
.benefits2c-wrap .col50 {
	float: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin-left: -4px;
	position: relative;
	margin-bottom: 30px;
}
.benefits2c-wrap .icon {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	font-size: 2.000em;
	line-height: 35px;
	text-align: center;
	width: 80px;
	height: 80px;
}
.benefits2c-wrap .icon img,
.benefits2c-wrap .icon > i {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
.benefits2c-wrap .icon > i {
	width: 0;
	min-height: 80px;
}
.benefits2c-wrap .details {
	padding-left: 100px;
}
.benefits-wrap .title,
.benefits2c-wrap .details .title {
	padding: 0 5px;
	margin-bottom: 10px;
	font-size: 1.125em;
	font-weight: 600;
	text-align: center;
}
.benefits-wrap .description,
.benefits2c-wrap .details .description {
	font-size: 0.875em;
	padding: 0 5px;
	text-align: center;
}
.benefits2c-wrap .details .title,
.benefits2c-wrap .details .description {
	text-align: left;
}
/* Rotator */
.rotator-wrap {
	border: 2px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 0 0 30px;
}
.rotator-wrap .h1 {
	margin-top: 25px;
}
.rotator-wrap .rotator-item img {
	margin: 0 auto;
}
/* Goods */
.goods-block {
	background: #f4f4f4;
}
/* Review */
.review-wrap {
	padding: 30px 60px;
	background: #f4f4f4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.review-item {
	margin-bottom: 20px;
	border-bottom: 1px solid #f4f4f4;
}
.review-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
.review-item.slick-slide {
	margin-bottom: 0;
}
.review-item .review-item-inner {
	position: relative;
	min-height: 110px;
	padding-left: 130px;
}
.review-item .review-item-inner .photo {
	position: absolute;
	top: 0;
	left: 0;
}
.review-item .review-item-inner .fio {
	font-size: 1.176em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 10px;
}
.review-item .review-item-inner .fio,
.review-item .review-item-inner .date {
	display: inline-block;
	*display: inline;
	z-index: 1;
}
.review-item .review-item-inner .date {
	color: #666;
	font-style: italic;
}
.review-item .review-item-inner .review-text {
	padding-right: 20px;
}
.review-item.smaller {
	padding-bottom: 20px;
}
.review-item.smaller:last-child {
	background: none;
	padding-bottom: 0;
}
.review-item.smaller .review-item-inner {
	min-height: 110px;
	padding-left: 130px;
}
.review-item.smaller .review-item-inner .photo img {
	width: 110px;
	height: 110px;
}
.review-page-button {
	padding-top: 20px;
}
.buttons-block .col50.align-right .main-button {
	min-width: 175px;
	margin-right: 20px;
}
.buttons-block .col50.align-left .main-button {
	min-width: 175px;
	margin-left: 20px;
}
/* How we work */
.how-we-work {
	background: #f4f4f4;
}
.how-we-work .col20 {
	float: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	margin-left: -4px;
}
.how-we-work .icon {
	position: relative;
	text-align: center;
	line-height: 143px;
	width: 143px;
	height: 143px;
	margin: 0 auto;
	background: url('/files/img/ellipse.png') no-repeat;
	background-image: -webkit-image-set(url('/files/img/ellipse.png') 1x, url('/files/img/ellipse_2x.png') 2x);
}
.how-we-work .icon img,
.how-we-work .icon > i {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
.how-we-work .icon > i {
	width: 0;
	min-height: 143px;
}
.how-we-work .title p {
	text-align: center;
	padding: 0 5px;
}
.how-we-work .title .step {
	display: none;
}
.how-we-work .description p {
	font-size: 0.875em;
	text-align: center;
	padding: 0 5px;
}
.how-we-work .next-step {
	position: absolute;
	top: 50%;
	left: -38px;
	margin-top: -17px;
	width: 19px;
	height: 34px;
	background: url('/files/img/icon_arrow.png') no-repeat;
	background-image: -webkit-image-set(url('/files/img/icon_arrow.png') 1x, url('/files/img/icon_arrow_2x.png') 2x);
}
/* Path */
.path-wrap {
	color: #aeaeae;
	background: #f4f4f4;
	font-size: 0.889em;
	margin-bottom: 20px;
	padding: 4px 10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.path-wrap.no-background {
	background: none;
	padding: 0;
}
.path-wrap a {
	color: #aeaeae;
	text-decoration: underline;
}
.path-wrap a:hover {
	text-decoration: none;
}
.path-wrap .home img {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	top: 2px;
	margin: 0 6px 0 2px;
}
/* Content */
.middle {
	width: 100%;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.container > .content {
	padding: 0 0 0 270px;
}
.left-sidebar {
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
}
.left-sidebar .sidebar-item {
	padding: 15px 20px;
	background: #f4f4f4;
	border: 1px solid #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 1px 1px 7px rgba(202, 202, 202, 0.75);
	-moz-box-shadow: 1px 1px 7px rgba(202, 202, 202, 0.75);
	-ms-box-shadow: 1px 1px 7px rgba(202, 202, 202, 0.75);
	-o-box-shadow: 1px 1px 7px rgba(202, 202, 202, 0.75);
	box-shadow: 1px 1px 7px rgba(202, 202, 202, 0.75);
	margin-top: 20px;
}
.left-sidebar .sidebar-item:first-child {
	margin-top: 0;
}
.left-sidebar .h1,
.left-sidebar .h2,
.left-sidebar .h3 {
	margin-top: 0;
}
.content {
	overflow: hidden;
}
.content ul, ol {
	list-style: none;
	margin: 0.5em 0 0.5em 0;
	padding: 0 0 0 2em;
}
.content ul li,
.content ol li {
	list-style-type: none;
	background: transparent url('/files/img/list_style.png') no-repeat 0 9px;
	background-image: -webkit-image-set(url('/files/img/list_style.png') 1x, url('/files/img/list_style_2x.png') 2x);
	padding: 0 0 0 15px;
	line-height: 24px;
	margin: 0.5em 0 0.5em 0;
}
/* Services list */
.content .services-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.content .services-list li {
	margin: 0;
	padding: 10px 0;
	border-top: 1px solid #e4e4e4;
	background: none;
}
.content .services-list > li:first-child {
	background: none;
	border-top: none;
}
.services-list li > a,
.services-list li > span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
.services-list li.active > a,
.services-list li.active > span {
	color: #544956;
	text-decoration: none;
}
/* Empty */
.empty {
	padding: 0 0 110px;
}
/* Footer */
.footer {
	max-width: 1200px;
	margin: -110px auto 0;
	height: 111px;
	position: relative;
	background: #f4f4f4;
}
/* S icons */
.s-icons {
	text-align: center;
	padding-top: 44px;
}
.s-icons .s-icon {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.s-icons .s-icon a {
	width: 26px;
	height: 24px;
	display: block;
	margin-right: 2px;
	text-decoration: none;
	opacity: 1;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
}
.s-icons .s-icon a:hover {
	opacity: 0.8;
}
.s-icons .s-icon01 a {
	background: url('/files/img/s_icons.png') no-repeat;
}
.s-icons .s-icon02 a {
	background: url('/files/img/s_icons.png') no-repeat -26px 0;
}
.s-icons .s-icon03 a {
	background: url('/files/img/s_icons.png') no-repeat -52px 0;
}
.s-icons .s-icon04 a {
	background: url('/files/img/s_icons.png') no-repeat -78px 0;
}
.s-icons .s-icon05 a {
	background: url('/files/img/s_icons.png') no-repeat -104px 0;
}
.s-icons .s-icon06 a {
	background: url('/files/img/s_icons.png') no-repeat -130px 0;
}
.s-icons .s-icon01 a,
.s-icons .s-icon02 a,
.s-icons .s-icon03 a,
.s-icons .s-icon04 a,
.s-icons .s-icon05 a,
.s-icons .s-icon06 a {
	background-image: -webkit-image-set(url('/files/img/s_icons.png') 1x, url('/files/img/s_icons_2x.png') 2x);
}
/* SS */
.ss {
	font-size: 0.889em;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.ss img {
	position: relative;
	top: 3px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-right: 5px;
}
.ss	a {
	color: #218ce7;
}
.ss	a:hover {
	text-decoration: none;
}
.pulse {
	position: fixed;
	bottom: 70px;
	right: 40px;
	transform: translate(-50%, -50%);
	background: #7b58e8 url('/files/img/viber_chat.png') no-repeat 50% 50%;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	color: #fff;
	text-align: center;
	line-height: 100px;
	font-size: 60px;
}
.pulse:before,
.pulse:after {
	content: " ";
	display: block;
	position: absolute;
	border: 50%;
	border: 1px solid #7b58e8;
	left: -20px;
	right: -20px;
	top: -20px;
	bottom: -20px;
	border-radius: 50%;
	animation: animate 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden; 
}
.pulse:after{
	animation-delay: .5s;
}
.pulse.red {
	transform: none;
	bottom: auto;
}
.pulse.red:before,
.pulse.red:after {
	border: 1px solid #d00;
}
@media screen and (max-width: 640px) {
	.pulse {transform: scale(0.75); bottom: 25px; right: 25px;}
}
@keyframes animate {
0% {transform: scale(0.5); opacity: 0;}
50% {opacity: 1;}
100% {transform: scale(1.2); opacity: 0;}
}
/* Categoryes */
.categoryes {
	background: #f4f4f4;
}
/* Review */
.review-wrap .col50.review:first-child p {
	margin-right: 10px;
}
.col50.review .fio {
	padding: 0 0 0 45px;
	font-weight: bold;
}
.col50.review .fio span {
	font-weight: normal;
	color: #343434;
}
.col50.review .review-text {
	padding: 0 0 0 45px;
	background: url('/files/img/quote.png') no-repeat;
	background-image: -webkit-image-set(url('/files/img/quote.png') 1x, url('/files/img/quote_2x.png') 2x);
}
/* Question */
.question-wrap .question-item-wrap {
	margin-bottom: 2px;
}
.question-wrap .question-item {
	position: relative;
	margin: 0;
	padding: 14px 40px;
	background: #d1d1d1 url('/files/img/icon_question.png') no-repeat 10px 48%;
	background-image: -webkit-image-set(url('/files/img/icon_question.png') 1x, url('/files/img/icon_question_2x.png') 2x);
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-ms-border-radius: 12px 12px 12px 12px;
	-o-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	-webkit-transition: background-color 200ms ease;
	-moz-transition: background-color 200ms ease;
	-ms-transition: background-color 200ms ease;
	-o-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	cursor: pointer;
	cursor: hand;
}
.question-wrap .question-item.active {
	background-color: #adc10b;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.question-wrap .question-item .question-item-status {
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -18px;
	display: block;
	width: 36px;
	height: 36px;
	background: url('/files/img/open_close.png') no-repat;
	background-image: -webkit-image-set(url('/files/img/open_close.png') 1x, url('/files/img/open_close_2x.png') 2x);
}
.question-wrap .question-item.active .question-item-status {
	background-position: 0 -36px;
}
.question-wrap .question-item a {
	color: #343434;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.question-wrap .answer {
	color: #d1d1d1;
	background: #343434;
	margin: 0;
	padding: 10px 20px;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	-ms-border-radius: 0 0 6px 6px;
	-o-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.question-button {
	padding-top: 20px;
}
/* Table price */
.table-price-wrap table {
	width: 100%;
}
.table-price-wrap table tr td {
	padding: 14px 18px;
	border: 1px solid #e6e6e6;
}
.table-price-wrap table tr td + td {
	width: 20%;
	text-align: center;
}
.table-price-wrap table thead tr td {
	background: #f4f4f4;
	font-size: 1.125em;
	font-weight: bold;
}
/* Mobile table swipe */
.mobile-table-wrap {
	width: 100%;
	overflow-y: auto;
	_overflow: auto;
}
.mobile-table-wrap.table-indent table {
	margin-bottom: 10px;
}
.mobile-table-wrap::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
}
.mobile-table-wrap::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #e54028;
  background-color: rgba(225, 225, 225, 0.3);
}
/* Show all */
.show-all {
	text-align: center;
	padding-top: 15px;
}
/* Button */
.main-button {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	transition: opacity 200ms ease;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
}
.main-button a {
	display: block;
	text-align: center;
	color: #171717;
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	height: 33px;
	line-height: 31px;
	padding: 0 14px;
	position: relative;
	z-index: 10;
	background: #fcef00;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.main-button input,
.main-button button {
	background: none;
	border: none;
	display: block;
	text-align: center;
	color: #171717;
	font-size: 0.875em;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	height: 33px;
	line-height: 31px;
	//padding: 0;
	padding: 0 14px;
	margin: 0 -4px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	cursor: hand;
	background: #fcef00;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}
.main-button input[disabled] {
	opacity: 0.5;
	cursor: default;
}
.main-button:hover {
	opacity: 0.75;
}
/* Green */
.main-button.green a,
.main-button.green input,
.main-button.green button {
	color: #343434;
	background-color: transparent;
}
/* Gray */
.main-button.gray a,
.main-button.gray input,
.main-button.gray button {
	color: #343434;
	background: #d9d9d9;
}
/* Transparent with border */
.main-button.transparent-border a,
.main-button.transparent-border input,
.main-button.transparent-border button {
	color: #343434;
	background: transparent;
	border: 2px solid #dadada;
	height: 29px;
	line-height: 27px;
}
/* Red with icon */
.main-button.red a,
.main-button.red input,
.main-button.red button {
	color: #fff;
	background: #e54028;
}
/* Smaller button */
.main-button.smaller a {
	height: 27px;
	line-height: 25px;
}
.main-button.smaller input,
.main-button.smaller button {
	height: 27px;
	line-height: 25px;
}
/* Smaller green button */
.main-button.green.smaller a {
	height: 27px;
	line-height: 25px;
}
/* Smaller gray button */
.main-button.gray.smaller a {
	height: 27px;
	line-height: 25px;
}
.main-button.smaller input,
.main-button.smaller button {
	height: 27px;
	line-height: 25px;
}
/* Portfiolio */
.col50.portfolio-item {
	position: relative;
	min-height: 150px;
}
.col50.portfolio-item .pic {
	width: 150px;
	height: 150px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.col50.portfolio-item .details {
	padding-left: 170px;
}
.col50.portfolio-item .title {
	margin-top: 0;
}
/* All data */
.data-list {
	padding-top: 10px;
}
.data-list .data-list-item:first-child {
	padding: 0 0 0 175px;
	margin-top: 0;
	border-top: none;
}
.data-list .data-list-item {
	position: relative;
	padding: 15px 0 0 175px;
	margin-top: 15px;
	border-top: 1px solid #f4f4f4;
	min-height: 150px;
}
.data-list .data-list-item .pic {
	position: absolute;
	top: 18px;
	left: 0;
	max-width: 150px;
	max-height: 150px;
	overflow: hidden;
	border: 1px solid #e2e2e2;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
}
.data-list .data-list-item:first-child .pic {
	top: 0;
}
.data-list .data-list-item .pic img {
	display: block;
	width: 100%;
}
/* News */
.data-list.news .data-list-item .pic {
	max-height: 175px;
}
/* Review */
.data-list.review {
	padding-top: 0;
}
.data-list.review .data-list-item:first-child {
	padding: 0 0 0 0;
}
.data-list.review .data-list-item {
	padding: 15px 0 0 0;
	min-height: 0;
}
.data-list.review .fio {
	margin-top: 10px;
}
.data-list.review .fio span {
	font-weight: normal;
	color: #444;
}
/* Services */
.data-list.services {
	position: relative;
	left: 3px;
	padding-top: 10px;
}
.data-list.services .data-list-item:first-child {
	padding: 15px 0 0;
}
.data-list.services .data-list-item {
	width: 33%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	text-align: center;
	position: relative;
	padding: 15px 0 0;
	margin: 15px 0 0 -3px;
	border-top: none;
	min-height: 0;
}
.data-list.services .data-list-item .pic {
	text-align: center;
	position: relative;
	top: auto;
	left: auto;
	max-width: 100%;
	max-height: auto;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	margin-bottom: 20px;
}
.data-list.services .data-list-item .pic img {
	width: auto;
}
.data-list.services .data-list-item h2 {
	font-size: 1em;
	font-weight: normal;
}
/* Question */
.data-list.question {
	padding-top: 0;
}
.data-list.question .data-list-item:first-child {
	padding: 0 0 0 0;
}
.data-list.question .data-list-item {
	padding: 15px 0 0 0;
	min-height: 0;
}
.data-list.question .fio {
	margin-top: 10px;
}
/* Responsive */
@media screen and (max-width: 640px) {
.data-list .data-list-item:first-child,
.data-list .data-list-item {padding: 15px 0 0 0;}
.data-list .data-list-item .pic {position: relative; top: auto; left: auto; margin: 0 auto 20px; max-width: 170px;}
.data-list-item h2 {text-align: center;}
/*.data-list-item p:last-child {text-align: center;}*/
/* Review */
.data-list.review p.review-text {text-align: left;}
/* Services */
.data-list.services .data-list-item {width: 50%;}
}
@media screen and (max-width: 480px) {
/* Services */
.data-list.services .data-list-item {width: 100%;}
}
/* Link archive */
.archive-link {
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url('/files/img/archive.png') no-repeat 0 3px;
	background-image: -webkit-image-set(url('/files/img/archive.png') 1x, url('/files/img/archive_2x.png') 2x);
	padding-left: 25px;
}
/* Copyright */
.copy {
	padding-top: 15px;
	font-size: 0.750em;
}
/* Pagination */
.pagination {
	text-align: center;
}
.pagination ul,
.pagination ul li {
	list-style: none;
	background: none;
	margin: 0;
	padding: 0;
}
.pagination ul.pagination {
	display: block;
}
.pagination ul.pagination li,
.pagination ul.pagination li a,
.pagination ul.pagination li span {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.pagination ul.pagination li a,
.pagination ul.pagination li span {
	padding: 3px 8px;
	margin: 0 2px;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	text-decoration: none;
}
.pagination ul.pagination li a:hover {
	border: 1px solid #e54028;
}
.pagination ul.pagination li.active a {
	color: #fff;
	background: #e54028;
	border: 1px solid #e54028;
}
/* Form Wrap */
.form-wrap {
	margin: 15px 0 0;
	padding-bottom: 10px;
	overflow: hidden;
	background: #f4f4f4;
	border: 1px solid #f8f8f8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
/* Slider - fix */
.slider-wrap {
	position: relative;
	height: 352px;
	overflow: hidden;
}
.slide-item {
	position: relative;
	min-height: 352px !important;
}
/* Slider details */
.slide-item .title {
	position: absolute;
	bottom: 120px;
	left: 50%;
	margin-left: -320px;
	width: 640px;
	height: auto;
}
.slide-item .title .title-inner {
	padding: 24px 36px;
}
.slide-item .title .slide-heading {
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1.875em;
	line-height: 1.25em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 10px;
}
.slide-item .title .slide-description {
	color: #fff;
	font-size: 1.875em;
	text-align: center;
	margin: 0;
}
.slide-item a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
/* Request button */
.request-button {
	background: #e54028;
	display: inline-block;
	*display: inline;
	zoom: 1;
	text-align: center;
	color: #fff;
	line-height: 45px;
	text-decoration: none;
	text-transform: uppercase;
	height: 45px;
	padding: 0 25px;
	position: relative;
	z-index: 10;
	cursor: pointer;
	cursor: hand;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	transition: opacity 175ms ease, color 175ms ease;
	-webkit-transition: opacity 175ms ease, color 175ms ease;
	-moz-transition: opacity 175ms ease, color 175ms ease;
	-ms-transition: opacity 175ms ease, color 175ms ease;
	-o-transition: opacity 175ms ease, color 175ms ease;
	border-bottom: 2px solid #d76000;
}
.request-button:hover {
	color: #000;
	opacity: 0.9;
}
/* Back top */
#back-top {
	width: 40px;
	height: 37px;
	position: fixed;
	right: 100px;
	bottom: 50px;
	display: block;
	background: url('/files/img/to_top.png') no-repeat;
	background-image: -webkit-image-set(url('/files/img/to_top.png') 1x, url('/files/img/to_top_2x.png') 2x);
	cursor: pointer;
	cursor: hand;
}
/* Forms */
.form-error {
	color: #d00;
	max-width: 318px;
	margin: 0 auto 15px;
}
.form-error.full-width {
	max-width: 100%;
}
.request-form .padding-top15 {
	padding: 15px 0 10px;
}
.request-form .padding-bottom20 {
	padding-bottom: 20px;
}
.request-form .pre-heading {
	text-align: center;
	padding-bottom: 11px;
}
/* Table */
.request-form {
	width: 100%;
	margin: 0 auto;
}
.request-form.width {
	width: 318px;
}
.request-form tr td {
	width: 100%;
	vertical-align: top;
}
/* Fields */
.request-form textarea {
	resize: vertical;
	font-size: 1em;
	font-family: 'Open Sans', Arial, sans-serif;
	outline:none;
}
.request-form input, select {
	font-size: 1em;
	font-family: 'Open Sans', Arial, sans-serif;
	outline: none;
}
.request-form input[disabled] {
	opacity: 0.5;
	cursor: default;
}
.request-form textarea {
	resize: vertical;
}
.request-form input,
.request-form textarea {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: auto;
	padding: 0 15px;
	margin-bottom: 11px;
}
.request-form input[type="text"] {
	width: 286px;
}
.request-form textarea {
	width: 286px;
	min-height: 75px;
}
.request-form textarea {
	padding-top: 15px;
	padding-bottom: 15px;
}
.request-form input[name="protect"] {
	text-indent: 0;
	text-align: center;
	margin: 0 !important;
	width: 50px;
}
.request-form textarea.message {
	height: 48px;
}
/* Basic */
.request-form tr td.width {
	width: 280px !important;
}
.request-form tr td.width + td.align-right {
	width: 100px;
}
.request-form p.security {
	margin: 0;
	line-height: 34px;
	vertical-align: middle;
}
.request-form p.security strong {
	position: relative;
	top: -2px;
	font-size: 24px;
	vertical-align: middle;
	margin: 0 4px;
}
.request-form input.security-field {
	float: right;
	width: 80px;
	text-align: center;
}
.request-form .big {
	font-size: 1.25em;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.request-form .error {
	text-align: center;
	color: #d00;
	padding-bottom: 12px;
}
.form-wrap .sucsess,
.request-form .sucsess,
.success {
	font-size: 1.114em;
	text-align: center;
	padding: 20px 40px 25px;
}
@media screen and (max-width: 400px) {
	.form-wrap {padding-left: 10px; padding-right: 10px;}
	.request-form.width {width: 100%;}
	.request-form input[type=text],
	.request-form textarea {width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box;}
	.request-form .big {font-size: 20px;}
}
/* yandex share */
.yashare-auto-init {
	margin-top: 20px;
}
/* Pic */
.picmedium {
	float: right;
	margin: 0 0 15px 15px;
	max-width: 320px;
}
.picmedium img {
	width: 100%;
}
/* Zooming images */
.zooming-wrap {
	display: block;
	position: relative;
}
.zooming-wrap .zooming {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	background: url('/files/img/zooming.png') 50% 50% no-repeat;
	background-image: -webkit-image-set(url('/files/img/zooming.png') 1x, url('/files/img/zooming_2x.png') 2x);
	opacity: 0;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-ms-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
	z-index: 1;
}
.zooming-wrap:hover .zooming {
	display: block;
	opacity: 1;
	width: 100%;
	height: 100%;
}
.zooming-wrap img {
	-webkit-transition: opacity 350ms ease-in-out;
	-moz-transition: opacity 350ms ease-in-out;
	-ms-transition: opacity 350ms ease-in-out;
	-o-transition: opacity 350ms ease-in-out;
	transition: opacity 350ms ease-in-out;
}
.zooming-wrap:hover img {
	opacity: 0.75;
}
/* Gallery */
.gal-item {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 4px 8px;
}
.gal-item img {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 0 5px #eee;
	-moz-box-shadow: 0 0 5px #eee;
	-ms-box-shadow: 0 0 5px #eee;
	-o-box-shadow: 0 0 5px #eee;
	box-shadow: 0 0 5px #eee;
}
/* Albums */
.albumPreview {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	width: 33.333%;
	margin: 0 0 30px -3px;
	text-align: center;
}
.albumPreview .thumb {
	text-align: center;
}
@media screen and (max-width: 900px) {
.albumPreview {width: 50%;}
}
@media screen and (max-width: 600px) {
.albumPreview {width: 100%;}
}
/* Albums navigation */
.content .albums-nav {
	margin: 0 0 30px;
	padding: 0 ;
	list-style: none;
	overflow: hidden;
}
.content .albums-nav li {
	padding: 0;
	background: none;
	width: 33.333%;
	float: left;
}
.content .albums-nav li:first-child {
	text-align: left;
}
.content .albums-nav li:first-child + li {
	text-align: center;
}
.content .albums-nav li:first-child + li + li {
	text-align: right;
}
.albums-nav .next-album a {
	width: 190px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url('/files/img/albums_nav.png') no-repeat 0 -30px;
	background-image: -webkit-image-set(url('/files/img/albums_nav.png') 1x, url('/files/img/albums_nav_2x.png') 2x);
}
.albums-nav .next-album span {
	width: 190px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url('/files/img/albums_nav.png') no-repeat 0 -90px;
	background-image: -webkit-image-set(url('/files/img/albums_nav.png') 1x, url('/files/img/albums_nav_2x.png') 2x);
}
.albums-nav .prev-album a {
	width: 190px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url('/files/img/albums_nav.png') no-repeat 0 0;
	background-image: -webkit-image-set(url('/files/img/albums_nav.png') 1x, url('/files/img/albums_nav_2x.png') 2x);
}
.albums-nav .prev-album span {
	width: 190px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	*display: inline;
	zoom: 1;
	background: url('/files/img/albums_nav.png') no-repeat 0 -60px;
	background-image: -webkit-image-set(url('/files/img/albums_nav.png') 1x, url('/files/img/albums_nav_2x.png') 2x);
}
@media screen and (max-width: 640px) {
.content .albums-nav li {width: 100%; float: none; text-align: center !important;}
}
/* Contacts */
.contacts-table {
	width: 100%;
	margin-bottom: 20px;
}
.contacts-table tr td {
	text-align: center;
}
@media screen and (max-width: 640px) {
.contacts-table tbody,
.contacts-table tr {display: inline;}
.contacts-table tr td {display: inline-block; width: 100%;}
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* Slider - theme */
.slick-loading .slick-list {
	background: #fff url('/files/img/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	padding: 0;
	cursor: pointer;
	cursor: hand;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before,
.slick-next:before {
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
.slick-prev:before {
content: '-';
}
.slick-next {
	right: -25px;
}
.slick-next:before {
	content: '-';
}
/* Dots */
.slick-dots {
	opacity: 0;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 100%;
	margin: 0 !important;
	padding: 16px 0 !important;
	list-style: none;
	text-align: center;
	z-index: 100;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-ms-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}
.slider-wrap:hover .slick-dots {
	opacity: 1;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 17px;
	height: 17px;
	margin: 0 5px !important;
	padding: 0 !important;
	cursor: pointer;
	cursor: hand;
	background: none !important;
}
.slick-dots li button {
	color: #fff;
	font-size: 0;
	line-height: 17px;
	display: block;
	width: 17px;
	height: 17px;
	cursor: pointer;
	border: 0;
	outline: none;
	background: transparent;
	background: url('/files/img/slider_dots.png') no-repeat -17px 0;
	background-image: -webkit-image-set(url('/files/img/slider_dots.png') 1x, url('/files/img/slider_dots_2x.png') 2x);
}
.slick-dots li.slick-active button {
	background: url('/files/img/slider_dots.png') no-repeat 0 0;
	background-image: -webkit-image-set(url('/files/img/slider_dots.png') 1x, url('/files/img/slider_dots_2x.png') 2x);
	opacity: 1;
}
/* Arrows */
.slider .slick-prev,
.slider .slick-next,
.review-wrap .slick-prev,
.review-wrap .slick-next,
.rotator-wrap .slick-prev,
.rotator-wrap .slick-next {
	opacity: 0;
	z-index: 10;
	width: 40px;
	height: 37px;
	margin-top: -20px;
	-webkit-transition: opacity 250ms ease;
	-moz-transition: opacity 250ms ease;
	-ms-transition: opacity 250ms ease;
	-o-transition: opacity 250ms ease;
	transition: opacity 250ms ease;
}
.review-wrap .slick-prev,
.review-wrap .slick-next,
.rotator-wrap .slick-prev,
.rotator-wrap .slick-next {
	opacity: 1;
}
.slider-wrap:hover .slick-prev,
.slider-wrap:hover .slick-next,
.rotator-wrap:hover .slick-prev,
.rotator-wrap:hover .slick-next {
	opacity: 1;
}
.slider .slick-prev,
.review-wrap .slick-prev,
.rotator-wrap .slick-prev {
	left: 88px;
	background: url('/files/img/slider_arrow.png') no-repeat 0 0;
	background-image: -webkit-image-set(url('/files/img/slider_arrow.png') 1x, url('/files/img/slider_arrow_2x.png') 2x);
}
.review-wrap .slick-prev,
.rotator-wrap .slick-prev {
	background-position: 0 -74px;
}
.rotator-wrap .slick-prev {
	left: -30px;
}
.slider .slick-prev:hover,
.review-wrap .slick-prev:hover,
.rotator-wrap .slick-prev:hover {
	background-position: 0 -37px;
}
.review-wrap .slick-prev,
.review-wrap .slick-prev:hover,
.rotator-wrap .slick-prev,
.rotator-wrap .slick-prev:hover {
	left: -27px;
}
.slider .slick-next,
.review-wrap .slick-next,
.rotator-wrap .slick-next {
	right: 88px;
	background: url('/files/img/slider_arrow.png') no-repeat -40px 0;
	background-image: -webkit-image-set(url('/files/img/slider_arrow.png') 1x, url('/files/img/slider_arrow_2x.png') 2x);
}
.review-wrap .slick-next,
.rotator-wrap .slick-next {
	background-position: -40px -74px;
}
.slider .slick-next:hover,
.review-wrap .slick-next:hover,
.rotator-wrap .slick-next:hover {
	background-position: -40px -37px;
}
.review-wrap .slick-next,
.review-wrap .slick-next:hover,
.rotator-wrap .slick-next,
.rotator-wrap .slick-next:hover {
	right: -27px;
}
.slider .slick-next:before,
.slider .slick-prev:before,
.review-wrap .slick-next:before,
.review-wrap .slick-prev:before,
.rotator-wrap .slick-next:before,
.rotator-wrap .slick-prev:before {
	content: '';
}
/* Vilidation form */
.formError {
	z-index: 990;
}
.formError .formErrorContent {
	z-index: 991;
}
.formError .formErrorArrow {
	z-index: 996;
}
.ui-dialog .formError {
	z-index: 5000;
}
.ui-dialog .formError .formErrorContent {
	z-index: 5001;
}
.ui-dialog .formError .formErrorArrow {
	z-index: 5006;
}
.inputContainer {
	position: relative;
	float: left;
}
.formError {
	position: absolute;
	top: 300px;
	left: 300px;
	display: block;
	cursor: pointer;
	text-align: left;
}
.formError.inline {
	position: relative;
	top: 0;
	left: 0;
	display: inline-block;
}
.ajaxSubmit {
	padding: 20px;
	background: #e54028;
	border: 1px solid #999;
	display: none;
}
.formError .formErrorContent {
	width: 100%;
	background: #e54028;
	position: relative;
	color: #fff;
	min-width: 80px;
	font-size: 0.875em;
	line-height: 24px;
	padding: 2px 5px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}
.bottom_form_conteiner .formError .formErrorContent {
	background: #e54028;
}
.bottom_form_conteiner .formError .formErrorArrow div {
	background: #e54028;
}
.formErrorContent {
	margin-left: 0;
}
.formError.inline .formErrorContent {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	font-weight: bold;
}
.greenPopup .formErrorContent {
	background: #e54028;
}
.blackPopup .formErrorContent {
	background: #393939;
	color: #fff;
}
.formError .formErrorArrow {
	width: 15px;
	margin: -2px 0 0 13px;
	position: relative;
}
body[dir="rtl"] .formError .formErrorArrow,
body.rtl .formError .formErrorArrow {
	margin: -2px 13px 0 0;
}
.formError .formErrorArrowBottom {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	margin: 0 0 0 12px;
	top: 2px;
}
.formError .formErrorArrow div {
	font-size: 0;
	height: 1px;
	background: #e54028;
	margin: 0 auto;
	line-height: 0;
	font-size: 0;
	display: block;
}
.formError .formErrorArrowBottom div {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
}
.greenPopup .formErrorArrow div {
	background: #e54028;
}
.blackPopup .formErrorArrow div {
	background: #393939;
	color: #fff;
}
.formError .formErrorArrow .line10 {
	width: 15px;
	border: none;
}
.formError .formErrorArrow .line9 {
	width: 13px;
	border: none;
}
.formError .formErrorArrow .line8 {
	width: 11px;
}
.formError .formErrorArrow .line7 {
	width: 9px;
}
.formError .formErrorArrow .line6 {
	width: 7px;
}
.formError .formErrorArrow .line5 {
	width: 5px;
}
.formError .formErrorArrow .line4 {
	width: 3px;
}
.formError .formErrorArrow .line3 {
	width: 1px;
}
.formError .formErrorArrow .line2 {
	width: 3px;
	border: none;
	background: #ddd;
	display: none;
}
.formError .formErrorArrow .line1 {
	width: 1px;
	border: none;
	background: #ddd;
	display: none;
}
/* Attention */
.attention {
	border: 1px dotted #d00;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 25px;
}
.margin-top0 {
	margin-top: 0;
}
/* Map */
#yandex-map {
	width: 100%;
	height: 500px;
	background: url('/files/img/map.jpg') no-repeat 50% 50%;
}
.map-baloon {
	display: none;
}
/* Responsive */
.hundred-percent {
	width: 100% !important;
	height: auto !important;
}
/* Sidebar menu */
#sidebar,
.wrapper.open-sidebar {
	min-height: 5000px;
}
.wrapper.open-sidebar .wrapper-inner {
	left: 300px;
}
.wrapper.open-sidebar + .footer {
	display: none;
	left: 300px;
}
#sidebar {
	position: absolute;
	left: -300px;
	background: #fff url('/files/img/sidebar_shadow.png') repeat-y right top;
	width: 300px;
	height: 100%;
	top: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	z-index: 100;
	top: 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	margin: 0;
}
#sidebar ul li a,
#sidebar ul li span {
	padding: 15px 40px 15px 20px;
	color: #524c3f;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #e6e6e6;
	-webkit-transition: background 225ms ease-in-out, color 225ms ease-in-out;
	-moz-transition: background 225ms ease-in-out, color 225ms ease-in-out;
	-ms-transition: background 225ms ease-in-out, color 225ms ease-in-out;
	-o-transition: background 225ms ease-in-out, color 225ms ease-in-out;
	transition: background 225ms ease-in-out, color 225ms ease-in-out;
}
#sidebar ul li li a,
#sidebar ul li li span {
	padding-left: 28px;
}
#sidebar ul li li li a,
#sidebar ul li li li span {
	padding-left: 36px;
}
#sidebar ul li span {
	opacity: 0.75;
}
#sidebar ul li a:hover,
#sidebar ul li a.active {
	color: #fff;
	background: #e54028;
}
#sidebar-toggle {
	display: none;
	position: absolute;
	background: url('/files/img/menu_top_l.png') 0 0 no-repeat;
	background-image: -webkit-image-set(url('/files/img/menu_top_l.png') 1x, url('/files/img/menu_top_l_2x.png') 2x);
	width: 22px;
	height: 21px;
	top: 58px;
	left: 18px;
	z-index: 20;
}
/* v1.1 */
/* Sidebar categories - js additionals */
#sidebar .level {
	padding: 0;
	border-bottom: none;
}
#sidebar li.parent {
	position: relative;
}
#sidebar li.parent > ul {
	display: none;
}
#sidebar > li.parent.active > ul {
	display: block;
}
#sidebar > li.parent.active li.parent.active > ul {
	display: block;
}
#sidebar li.parent .level {
	display: block;
	position: absolute;
	top: 12px;
	right: 10px;
	z-index: 2;
	cursor: pointer;
	cursor: hand;
	width: 26px;
	height: 26px;
	background: url('/files/img/icon_open.png') no-repeat 0 50%;
	background-image: -webkit-image-set(url('/files/img/icon_open.png') 1x, url('/files/img/icon_open_2x.png') 2x);
}
#sidebar li.parent .level.open {
	background: url('/files/img/icon_close.png') no-repeat 0 50%;
	background-image: -webkit-image-set(url('/files/img/icon_close.png') 1x, url('/files/img/icon_close_2x.png') 2x);
}
.swipe-area {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 10;
	display: none;
}
.open-sidebar .swipe-area {
	width: 100%;
}
/* Layout */
/*.home .wrapper-inner {
	position: relative;
	padding-top: 491px;
}
.second .wrapper-inner {
	position: relative;
	padding-top: 181px;
}
.header.positioning {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.slider.positioning {
	position: absolute;
	top: 181px;
	left: 0;
	width: 100%;
}*/
/* Search & Subscribe */
.search,
.subscribe {
	text-align: right;
}
.subscribe {
	text-align: center;
}
.search form,
.subscribe form {
	position: relative;
	display: inline-block;
	*display: inline;
	zoom: 1;
	min-width: 208px;
}
.subscribe form {
	text-align: center;
	min-width: 208px;
}
.subscribe .fields-wrap {
	display: inline-block;
	*display: inline;
	zoom: 1;
	min-width: 308px;
}
.search input[type=text],
.subscribe input[type=textfield] {
	display: block;
	height: 28px;
	-webkit-border-radius: 12px 12px 12px 12px;
	-moz-border-radius: 12px 12px 12px 12px;
	-ms-border-radius: 12px 12px 12px 12px;
	-o-border-radius: 12px 12px 12px 12px;
	border-radius: 12px 12px 12px 12px;
	vertical-align: middle;
	margin-bottom: 0;
	padding: 0 25px;
}
.search button,
.subscribe button {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 34px;
	height: 36px;
	border: none;
	background: url('/files/img/icon_search.png') no-repeat 50% 50%;
	background-image: -webkit-image-set(url('/files/img/icon_search.png') 1x, url('/files/img/icon_search_2x.png') 2x);
}
.subscribe button {
	width: auto;
	background: #f3f3f3;
	padding: 0 10px;
}
ul.ui-widget {
	overflow: auto !important;
	min-height: 120px !important;
}
/* Shop */
.shop-mini-cart {
	font-size: 1em !important;
}
.shop-mini-cart,
.shop-mini-cart a {
	color: #333434;
	text-decoration: none;
}
.shop-mini-cart a:hover span {
	text-decoration: underline;
}
.shop-mini-cart .empty {
	padding: 0;
}
.shop-mini-cart > div {
	text-align: right;
}
.shop-mini-cart > div img,
.shop-mini-cart > div a,
.shop-mini-cart > div span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
.shop-mini-cart > div img {
	margin-right: 5px;
}
.ms2_product .product-inner {
	overflow: hidden;
	border: 1px solid #ccc;
}
/* Products */
.cat-items-wrap + .show-all {
	margin-top: 0;
	padding-top: 0;
}
.cat-items-wrap {
	position: relative;
	left: 4px;
	margin: 0 -10px 0;
	//margin-left: 0;
	//margin-right: 0;
}
.cat-items-wrap .cat-item {
	width: 25%;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
	padding: 0 10px;
	margin-left: -4px;
	margin-bottom: 30px;
	box-sizing: border-box;
	//width: 24%;
	//padding-left: 0.5%;
	//padding-right: 0.5%;
}
.cat-item.product .shop-button {
	font-size: 0.9em;
	line-height: 30px;
	height: 30px;
	padding: 0 12px;
}
.product .product-inner {
	padding: 0 18px 20px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.product .product-inner form {
	display: block;
	width: 100%;
}
.product .product-inner .pic {
	position: relative;
	text-align: center;
	margin: 15px 0;
}
.product .product-inner .pic img {
	display: block;
	width: 100%;
	height: auto;
}
.product .product-inner .product-title {
	margin-bottom: 5px;
}
.product .product-inner .product-title a {
	color: #343434;
	text-decoration: underline;
}
.product .product-inner .product-title a:hover {
	text-decoration: none;
}
.product .product-inner .price,
.shop-product .shop-product-price,
.shop-cart table tr td.price {
	color: #e54028;
	font-size: 1.250em;
	font-weight: bold;
	margin-top: 0;
}
.product .product-inner .main-button {
	display: block;
}
.product .product-inner .main-button a,
.product .product-inner .main-button input,
.product .product-inner .main-button button {
	width: 100%;
	padding: 0;
	height: 32px;
	line-height: 32px;
}
.product .product-inner .price .old-price,
.shop-product .shop-product-price .old-price,
.shop-cart table tr td.price .old-price {
	color: #aeaeae;
	font-size: 0.800em;
	font-style: normal;
	font-weight: normal;
	text-decoration: line-through;
}
.shop-product .shop-product-price .old-price {
	color: #fff;
}
.goods-block .cat-items-wrap .cat-item {
	width: 25%;
}
/* Product list */
.cat-items-wrap .cat-item.list {
	width: 100%;
}
.product.list .product-inner {
	padding-bottom: 0;
}
.product.list .product-inner .pic {
	max-width: 200px;
	float: left;
	border-right: 1px solid #e6e6e6;
	padding: 15px 0;
	margin: 0 15px 0 0;
}
.product.list .product-list-table {
	width: 100%;
}
.product.list .product-list-table td.product-pic {
	width: 215px;
}
.product.list .product-list-table td.product-count {
	width: 100px;
}
.product.list .product-list-table td.product-action {
	width: 200px;
	text-align: center;
}
/* Badges */
.icon-new,
.icon-popular,
.icon-favorite,
.icon-available,
.icon-preorder,
.product-article {
	position: absolute;
	color: #fff;
	font-size: 0.875em;
	font-style: normal;
	display: block;
	line-height: 20px;
	padding: 0 12px;
}
.product-article {
	position: relative;
}
.icon-new,
.icon-popular,
.icon-favorite,
.product-article {
	top: 0;
	left: -18px;
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	-ms-border-radius: 0 3px 3px 0;
	-o-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.icon-new {
	color: #181818;
	background: #fcef00;
}
.icon-popular {
	background: #22449d;
}
.icon-favorite {
	background: #f04f00;
}
.icon + .icon {
	top: 24px;
}
.icon + .icon + .icon {
	top: 48px;
}
.icon-available,
.icon-preorder {
	bottom: 0;
	right: -18px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-ms-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.icon-available {
	color: #65970d;
	background: transparent;
}
.icon-preorder {
	color: #5c5c5c;
	background: transparent;
}
.product-article {
	display: inline-block;
	*display: inline;
	zoom: 1;
	left: 0;
	background: #b95002;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.list .icon-available,
.list .icon-preorder {
	bottom: 20px;
	right: 0;
}
.list .icon-new,
.list .icon-popular,
.list .icon-favorite,
.list .product-article {
	top: 20px;
}
.list .icon + .icon {
	top: 44px;
}
.list .icon + .icon + .icon {
	top: 68px;
}
/* Brands */
.cat-items-wrap .cat-item.brands {
	position: relative;
	width: 50%;
	margin-bottom: 20px;
}
.cat-items-wrap .cat-item.brands .product-inner {
	padding: 40px 5px 20px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.cat-items-wrap .cat-item.brands .product-inner .pic {
	text-align: center;
	margin-bottom: 10px;
}
.cat-items-wrap .cat-item.brands .product-inner .pic img {
	max-width: 100%;
}
.cat-items-wrap .cat-item.brands .hyundai {
	background: #004a92;
}
.cat-items-wrap .cat-item.brands .kia {
	background: #e21d24;
}
.cat-items-wrap .cat-item.brands .product-inner select {
	width: 268px;
	font-size: 0.875em;
}
/* Category */
.cat-items-wrap .cat-item.category {
	position: relative;
	width: 25%;
	margin-bottom: 20px;
}
.cat-items-wrap .cat-item.brand {
	position: relative;
	width: 16.666%;
	margin-bottom: 20px;
}
.cat-items-wrap .cat-item.category .pic {
	position: relative;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: filter 250ms ease;
	-moz-transition: filter 250ms ease;
	-ms-transition: filter 250ms ease;
	-o-transition: filter 250ms ease;
	transition: filter 250ms ease;
}
.cat-items-wrap .cat-item.category:hover .pic {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}
.cat-items-wrap .cat-item.category .pic img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 7px #c9c9c9;
	-moz-box-shadow: 0 0 7px #c9c9c9;
	-ms-box-shadow: 0 0 7px #c9c9c9;
	-o-box-shadow: 0 0 7px #c9c9c9;
	box-shadow: 0 0 7px #c9c9c9;
	-webkit-transition: box-shadow 250ms ease;
	-moz-transition: box-shadow 250ms ease;
	-ms-transition: box-shadow 250ms ease;
	-o-transition: box-shadow 250ms ease;
	transition: box-shadow 250ms ease;
}
.cat-items-wrap .cat-item.category:hover .pic img {
	-webkit-box-shadow: 0 7px 9px #c9c9c9;
	-moz-box-shadow: 0 7px 9px #c9c9c9;
	-ms-box-shadow: 0 7px 9px #c9c9c9;
	-o-box-shadow: 0 7px 9px #c9c9c9;
	box-shadow: 0 7px 9px #c9c9c9;
}
.cat-items-wrap .cat-item.category .category-title {
	text-align: center;
}
.cat-items-wrap .cat-item.category .category-title a {
	text-transform: uppercase;
	color: #343434;
	font-weight: bold;
	font-size: 0.938em;
	text-decoration: none;
	-webkit-transition: color 250ms ease;
	-moz-transition: color 250ms ease;
	-ms-transition: color 250ms ease;
	-o-transition: color 250ms ease;
	transition: color 250ms ease;
}
.cat-items-wrap .cat-item.category .pic:hover + .category-title a,
.cat-items-wrap .cat-item.category .category-title a:hover {
	color: #e54028;
}
/* Categories */
.categories .col33:first-child {
	text-align: left;
}
.categories .col33:first-child + .col33 {
	text-align: center;
}
.categories .col33:first-child + .col33 + .col33 {
	text-align: right;
}
.categories .cat-frame {
	display: inline-block;
	*display: inline;
	zoom: 1;
	position: relative;
	border: 2px solid #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 0 5px rgba(1, 2, 2, 0.1);
	-moz-box-shadow: 1px 0 5px rgba(1, 2, 2, 0.1);
	-ms-box-shadow: 1px 0 5px rgba(1, 2, 2, 0.1);
	-o-box-shadow: 1px 0 5px rgba(1, 2, 2, 0.1);
	box-shadow: 1px 0 5px rgba(1, 2, 2, 0.1);
}
.categories .cat-frame .cat-frame-inner {
	position: relative;
}
.categories .cat-image {
	position: relative;
	display: block;
	max-width: 320px;
}
.categories .cat-image > img {
	display: block;
	width: 100%;
	height: auto;
}
.categories .cat-link {
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.categories .cat-title-wrap {
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	min-height: 78px;
	-webkit-transition: min-height 500ms ease;
	-moz-transition: min-height 500ms ease;
	-ms-transition: min-height 500ms ease;
	-o-transition: min-height 500ms ease;
	transition: min-height 500ms ease;
	background: url('/files/img/black_transparent.png');
}
.categories .cat-frame:hover .cat-title-wrap {
	min-height: 100%;
}
.categories .cat-title-wrap .divider {
	height: 2px;
	background: #777777;
	margin: 0 50px 20px;
}
.categories .cat-title-wrap .cat-details .description {
	padding: 0 25px;
	color: #fff;
	text-align: center;
}
.categories .cat-title-wrap .cat-details {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -1000%;
	opacity: 0;
	-webkit-transition: opacity 500ms ease;
	-moz-transition: opacity 500ms ease;
	-ms-transition: opacity 500ms ease;
	-o-transition: opacity 500ms ease;
	transition: opacity 500ms ease;
	-webkit-transition-delay: 550ms;
	-moz-transition-delay: 550ms;
	-ms-transition-delay: 550ms;
	-o-transition-delay: 550ms;
	transition-delay: 550ms;
}
.categories .cat-frame:hover .cat-title-wrap .cat-details {
	bottom: auto;
	opacity: 1;
}
.categories .cat-title {
	min-height: 100% !important;
	z-index: 100;
	display: block;
	line-height: 1.25em;
	font-size: 1.375em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	color: #fff;
	-webkit-transition: color 350ms ease, font-size 350ms ease, height 350ms ease;
	-moz-transition: color 350ms ease, font-size 350ms ease, height 350ms ease;
	-ms-transition: color 350ms ease, font-size 350ms ease, height 350ms ease;
	-o-transition: color 350ms ease, font-size 350ms ease, height 350ms ease;
	transition: color 350ms ease, font-size 350ms ease, height 350ms ease;
	-webkit-transition-delay: 150ms;
	-moz-transition-delay: 150ms;
	-ms-transition-delay: 150ms;
	-o-transition-delay: 150ms;
	transition-delay: 150ms;
}
.categories .cat-frame:hover .cat-title {
	color: #e1f440;
	font-size: 1.875em;
}
.categories .cat-title .cat-title-inner {
	display: block;
	padding: 15px 50px;
	text-align: center;
}
.categories .cat-frame .cat-image-bg {
	display: block;
	opacity: 0;
	height: 0;
	-webkit-transition: opacity 325ms ease;
	-moz-transition: opacity 325ms ease;
	-ms-transition: opacity 325ms ease;
	-o-transition: opacity 325ms ease;
	transition: opacity 325ms ease;
}
/* Viewed products */
.viewed-products .cat-items-wrap .cat-item {
	width: 20%;
	//width: 19%;
	//padding-left: 0.5%;
	//padding-right: 0.5%;
}
.viewed-products .product .product-inner .product-title {
	font-size: 0.875em;
}
.viewed-products .product .product-inner .price {
	font-size: 1em;
}
.viewed-products .cat-items-wrap .cat-item .main-button a,
.viewed-products .cat-items-wrap .cat-item .main-button button {
	font-size: 0.65em;
}
/* Product gallery */
.col50.product-gallery {
	width: 47.5%;
	padding-right: 2.5%;
}
.shop-gallery {
	position: relative;
	text-align: center;
}
.shop-gallery .icon-new,
.shop-gallery .icon-popular,
.shop-gallery .icon-favorite {
	top: 20px;
	left: 0;
}
.shop-gallery .icon + .icon {
	top: 44px;
}
.shop-gallery .icon + .icon + .icon {
	top: 68px;
}
.shop-gallery .icon-available,
.shop-gallery .icon-preorder {
	top: 326px;
	bottom: auto;
	right: 0;
}
/* Product details */
.product-details .product-details-inner {
	padding: 20px;
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.shop-product .shop-product-option {
	margin-bottom: 10px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.form-group-wrap .form-group {
	width: 50%;
	margin-bottom: 10px;
	margin-left: -3px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.form-group-wrap .form-group select {
	margin-bottom: 0;
}
.shop-product-option-group {
	padding: 20px;
	background: #aeaeae;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.shop-product .shop-product-option-group .shop-product-option {
	margin-bottom: 0;
}
.shop-product-option-group table {
	width: 100%;
}
.shop-product-option-group table tr td {
	text-align: center;
}
.shop-product-option-group table tr td:first-child {
	text-align: left;
}
.shop-product-option-group table tr td:first-child + td + td {
	text-align: right;
}
.shop-product-option-group .shop-product-action {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
/* Fotorama */
.shop-gallery .fotorama-empty,
.shop-gallery .fotorama.no-js {
	min-height: 360px;
	text-align: center;
	border: 1px solid #e6e6e6;
}
.shop-gallery .fotorama-empty img,
.shop-gallery .fotorama-empty > i {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}
.shop-gallery .fotorama-empty > i {
	width: 0;
	min-height: 360px;
}
.shop-gallery .fotorama__stage {
	width: auto !important;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	margin-bottom: 5px;
}
.shop-gallery .fotorama__nav-wrap {
	background: #aeaeae;
	padding: 12px 0;
}
.shop-gallery .fotorama-empty,
.shop-gallery .fotorama__stage,
.shop-gallery .fotorama__nav-wrap,
.shop-gallery .fotorama.no-js {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.shop-gallery .fotorama__thumb,
.shop-gallery .fotorama__thumb-border {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.fotorama__thumb-border {
	border-color: #e54028 !important;
}
/* No js */
.fotorama.no-js {
	overflow: hidden;
	display: block !important;
}
.fotorama.no-js > a {
	display: inline-block;
	width: 33.333%;
	margin-left: -3px;
	vertical-align: middle;
}
.fotorama.no-js > a:first-child {
	width: 100%;
	margin-bottom: 10px;
}
.fotorama.no-js > a img {
	width: 100%;
	height: auto;
}
.fotorama div img {
	width: 100%;
	height: auto;
}
.fotorama__html div,
.fotorama__html a {
	display: block;
	height: 100%;
	background: url('/files/img/x.gif');
}
.fotorama__html a > img {
	display: none;
}
.product .shop-button {
	display: block;
	margin: 0 auto 15px;
}
/* Selection */
.shop-selection {
	margin-bottom: 20px;
}
.shop-selection .col33:first-child {
	text-align: left;
}
.shop-selection .col33:first-child + .col33 {
	text-align: center;
}
.shop-selection .col33:first-child + .col33 + .col33 {
	text-align: right;
}
.shop-selection select {
	color: #7f7f7f;
	margin-bottom: 0;
	height: 28px;
	vertical-align: middle;
}
/* Filters */
.home-filters {
	background: #910daf;
}
.filters-wrap {
	margin-bottom: 20px;
}
.home-filters .filters-wrap {
	margin-bottom: 0;
}
.filter-block {
	position: relative;
	background: #fff;
	border: 1px solid #e8e8e8;
	width: auto;
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 15px 0 0;
	vertical-align: middle;
	text-align: left;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: inset 0 2px 5px #e6e6e6, 0 0 0 #e54028;
	-moz-box-shadow: inset 0 2px 5px #e6e6e6, 0 0 0 #e54028;
	-ms-box-shadow: inset 0 2px 5px #e6e6e6, 0 0 0 #e54028;
	-o-box-shadow: inset 0 2px 5px #e6e6e6, 0 0 0 #e54028;
	box-shadow: inset 0 2px 5px #e6e6e6, 0 0 0 #e54028;
}
.filter-block .filter-title {
	position: relative;
	background-image: url('/files/img/select_show.png');
	background-image: -webkit-image-set(url('/files/img/select_show.png') 1x, url('/files/img/select_show_2x.png') 2x);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	color: #7f7f7f;
	margin: 0;
	height: 20px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	padding: 5px 24px 5px 14px;
	user-select: none;
	cursor: pointer;
	cursor: hand;
}
.filter-block.filter-hover:hover .filter-title,
.filter-block.active .filter-title {
	color: #e54028;
}
.filter-block .filter-params {
	display: none;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin-top: 15px;
	margin-left: -115px;
	left: 50%;
	position: absolute;
	top: 100%;
	width: 228px;
	z-index: 12;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 3px #e8e8e8;
	-moz-box-shadow: 0 3px 3px #e8e8e8;
	-ms-box-shadow: 0 3px 3px #e8e8e8;
	-o-box-shadow: 0 3px 3px #e8e8e8;
	box-shadow: 0 3px 3px #e8e8e8;
}
.filter-block.filter-hover:hover .filter-params {
	display: block;
}
.filter-block .filter-triangle {
	background: url('/files/img/top_triangle.png') no-repeat center top;
	background-image: -webkit-image-set(url('/files/img/top_triangle.png') 1x, url('/files/img/top_triangle_2x.png') 2x);
	height: 16px;
	left: 0;
	margin-top: -16px;
	position: absolute;
	top: 0;
	width: 100%;
}
.filter-block .filter-params-inner {
	padding: 10px 10px;
}
.filter-block .filter-params-inner .filter-params-inner-block {
	padding: 5px 0;
	max-height: 220px;
	overflow-y: auto;
}
.filter-block .filter-params-inner .filter-params-inner-block > label {
	position: relative;
	display: block;
	font-size: 0.938em;
	padding-left: 30px;
}
.filter-block .filter-params-inner .filter-params-inner-block > label > .checkbox-custom {
	position: absolute;
	top: 3px;
	left: 0px;
}
.filter-block .filter-params-inner input {
	margin-bottom: 0;
}
.filter-block .filter-params-inner sup {
	color: #cecece;
}
.filter-buttons {
	position: relative;
	top: 1px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin: 0;
	z-index: 1;
}
.home .filter-buttons {
	top: -1px;
}
.shop-select-title {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-right: 5px;
}
.home .shop-select-title {
	color: #fff;
	font-size: 1em;
	width: 100%;
	margin: 5px 0;
}
.shop-select-title-wrap a {
	color: #fff;
}
.filter-block-wrap {
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.home .filter-block-wrap {
	position: relative;
	z-index: 2;
	display: block;
	float: left;
	width: 33.333%;
}
.home .filter-block {
	display: block;
	margin-bottom: 10px;
}
.home .filter-blocks-wrap {
	margin-bottom: -10px;
}
.home .filter-buttons {
	display: block;
}
/* Selected filters */
.content #mse2_selected_wrapper {
	min-height: 0;
	position: relative;
	top: -10px;
}
.content #mse2_selected_wrapper #mse2_selected a {
	text-decoration: none;
}
.content #mse2_selected_wrapper #mse2_selected a:hover {
	opacity: 0.75;
}
.content #mse2_selected_wrapper #mse2_selected sup {
	display: inline-block;
	margin-left: 3px;
}
/* Filters additional */
.no-result {
	position: relative;
	left: 4px;
}
.no-filters {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-right: 15px;
}
.filter_title {
	font-weight: bold;
}
.mse2_number_inputs > div {
	display: inline-block;
	width: 50%;
}
.mse2_number_inputs input[name*="price"] {
	max-width: 60px;
	padding: 2px 10px;
}
/* UI Slider */
.ui-widget-content {
	border: 1px solid #e54028 !important;
	border-radius: 3px;
	height: 5px !important;
}
.ui-widget-header {
	background: #e54028 none repeat scroll 0 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #e54028 none repeat scroll 0 0 !important;
	border: 1px solid #b3321e !important;
	border-radius: 10px;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -5px !important;
}
.ui-slider .ui-slider-handle {
	height: 14px !important;
	width: 14px !important;
}
.ui-slider-horizontal .ui-slider-handle + .ui-slider-handle {
	margin-left: -8px !important;
}
/* Sort */
div.sort {
	font-size: 0.889em;
	background: #f4f4f4;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 30px;
	padding: 8px 10px;
}
a.sort {
	display: inline-block;
	margin-right: 5px;
}
a.sort span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin-left: 3px;
}
#mse2_sort a.active,
#mse2_tpl a.active,
a.show-goods.active,
a.show-content.active{
	color: #000 !important;
	text-decoration: none;
}
.show-buttons span {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0 2px;
}
/* Cart page */
.shop-order {
	margin-top: 20px;
	padding: 20px 18px;
	background: #f6f6f6;
	border: 1px solid #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 5px #e8e8e8;
	-moz-box-shadow: 0 0 5px #e8e8e8;
	-ms-box-shadow: 0 0 5px #e8e8e8;
	-o-box-shadow: 0 0 5px #e8e8e8;
	box-shadow: 0 0 5px #e8e8e8;
}
.shop-order .shop-order-form {
	margin: 0 !important;
}
.shop-order .shop-block-order {
	margin-bottom: 20px;
}
.shop-order .shop-block-order .h4 {
	color: #a4b517;
	font-size: 1.125em;
	font-weight: bold;
	margin-top: 0;
}
.checkout-heading {
	color: #181818;
	line-height: 1.625em;
	font-weight: bold;
}
.shop-order .well h3 {
	float: left;
	margin-bottom: 0;
}
.shop-order .well .main-button {
	float: right;
	margin-top: -1px;
}
.shop-order .well .main-button button {
	text-transform: uppercase;
}
.shop-order-deliveries .checkbox {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-right: 10px;
}
.shop-cart {
	margin-bottom: 20px;
}
.shop-cart table {
	border: 1px solid #e6e6e6;
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}
.shop-cart table th,
.shop-cart table td {
	text-align: center;
}
.shop-cart table th.title,
.shop-cart table td.title,
.shop-cart table th.total {
	text-align: left;
}
.shop-cart table th {
	padding: 15px 10px;
	font-size: 1.125em;
}
.shop-cart table td {
	padding: 8px 10px;
	border: 1px solid #e6e6e6;
}
.shop-cart table td.price {
	font-size: 1.125em;
	font-weight: bold;
}
.shop-cart table td.image {
	border-left: none;
	border-right: none;
}
.shop-cart table td.image + td {
	border-left: none;
}
.shop-cart table td.image img {
	display: block;
	border: 1px solid #e6e6e6;
}
.shop-cart table td a {
	color: #181818;
	text-decoration: none;
}
.shop-cart table td a:hover {
	text-decoration: underline;
}
.shop-cart table .table-header,
.shop-cart table .table-footer {
	background: #eee none repeat scroll 0 0;
}
.shop-cart table .goods-row td {
	padding: 10px 0;
}
.shop-cart table .remove form {
	text-align: center;
}
.shop-cart table .remove button {
	background: transparent none repeat scroll 0 0;
	border: medium none;
}
.shop-cart table .remove button:hover {
	opacity: 0.85;
}
.shop-cart table .count .number,
.shop-product .number {
	border-radius: 3px;
	max-width: 55px;
	min-height: 32px;
	text-align: center;
}
.shop-cart-buttons {
	display: none;
}
/* Count */
.count-wrap {
	position: relative;
	display: inline-block;
	*display: inline;
	z-index: 1;
	margin-right: 5px;
}
.count-wrap .minus,
.count-wrap .plus {
	position: absolute;
	top: 0;
	font-size: 24px;
	line-height: 32px;
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.count-wrap .minus {
	left: 10px;
}
.count-wrap .plus {
	right: 6px;
}
.count-wrap input {
	margin-bottom: 0 !important;
	margin-left: 5px;
	max-width: 38px !important;
	height: 28px;
}
.shop-cart table .number,
.shop-product .number,
.product .number {
	min-height: 32px;
	max-width: 55px;
	text-align: center;
}
.shop-mini-cart .empty {
	display: block;
}
.shop-mini-cart .not_empty {
	display: none;
}
.shop-mini-cart.full .empty {
	display: none;
}
.shop-mini-cart.full .not_empty {
	display: block;
}
@media screen and (max-width: 800px) {
	.shop-product .col50 {width: 100%;}
}
/* mSearch2 */
#mse2_sort a.active,
#mse2_tpl a.active {
	color: black;
	text-decoration: none;
	cursor: default;
}
#mse2_filters .disabled {
	color: #aaa;
}
#mse2_filters .mse2_number_slider {
	font-size: .7em;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 10px;
}
#mse2_filters .mse2_number_inputs label {
	display: inline-block;
}
#mse2_selected_wrapper {
	min-height: 2em;
	margin: 10px 0;
}
#mse2_selected {
	display: none;
	background: #f9f9f9;
	padding: 5px 0 5px 5px;
	border-radius: 3px;
}
#mse2_selected .mse2_selected_link em {
	color: #000;
}
.msProductsLog, .msGalleryLog, .msCartLog, .msOrderLog, .msGetOrderLog, .mSearchLog, .mFilterLog {
	width: 100%;
	overflow: auto;
	word-wrap: normal;
	white-space: pre;
}
#mse2_sort .sort span {
	color: #000000;
}
#mse2_mfilter .btn_more {
	width: 150px;
	display: block;
	margin: auto;
}
#mse2_mfilter .pagination {
	margin: 0;
	padding: 0;
}
#mse2_mfilter .spinner {
	display: none;
	width: 32px;
	height: 32px;
	background: url('spinner.gif') no-repeat;
	background-size: 32px;
}
#mse2_mfilter.loading .spinner {
	display: block;
	margin: 20px auto 10px auto;
}
.form-group .input-sm {
	width: 50%; display: inline-block;
}
.mse2-ac-item:hover {
	cursor: pointer;
}
.mse2-ac-item .mse2-ac-weight {
	display: inline-block; float: right;
}
.ui-autocomplete-loading {
	background: white url('jquery-ui/images/ui-anim_basic_16x16.gif') right center no-repeat;
}
/* fancyBox v2.0.6 fancyapps.com */
.fancybox-tmp iframe,
.fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 10px;
}
.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
	background-image: url('/files/img/fancybox_sprite.png');
	background-image: -webkit-image-set(url('/files/img/fancybox_sprite.png') 1x, url('/files/img/fancybox_sprite_2x.png') 2x);
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}
#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/files/img/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	background: transparent url('/files/img/x.gif');
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}
.fancybox-prev {
	left: 0;
}
.fancybox-next {
	right: 0;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}
.fancybox-prev span {
	left: 20px;
	background-position: 0 -36px;
}
.fancybox-next span {
	right: 20px;
	background-position: 0 -72px;
}
.fancybox-nav:hover span {
	visibility: visible;
}
.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #2F2F2F;
}
#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
/* Title helper */
.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}
.fancybox-opened .fancybox-title {
	visibility: visible;
}
.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}
.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}
.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}
.fancybox-title-inside-wrap {
	margin-top: 10px;
}
.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
}
/* jGrowl */
div.jGrowl {
	z-index: 9999;
	color: #343434;
	font-size: 16px;
}
/** Special IE6 Style Positioning **/
div.ie6 {
	position: absolute;
}
div.ie6.top-right {
	right: auto;
	bottom: auto;
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div.ie6.top-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div.ie6.bottom-right {
	left: expression( ( 0 - jGrowl.offsetWidth + ( document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.clientWidth ) + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div.ie6.bottom-left {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 - jGrowl.offsetHeight + ( document.documentElement.clientHeight ? document.documentElement.clientHeight : document.body.clientHeight ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}
div.ie6.center {
	left: expression( ( 0 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
	top: expression( ( 0 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
	width: 100%;
}
/** Normal Style Positions **/
div.jGrowl {
	position: absolute;
}
body > div.jGrowl {
	position: fixed;
}
div.jGrowl.top-left {
	left: 0px;
	top: 0px;
}
div.jGrowl.top-right {
	right: 0px;
	top: 0px;
}
div.jGrowl.bottom-left {
	left: 0px;
	bottom: 0px;
}
div.jGrowl.bottom-right {
	right: 0px;
	bottom: 0px;
}
div.jGrowl.center {
	top: 0px;
	width: 50%;
	left: 25%;
}
/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left: auto;
	margin-right: auto;
}
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	border: 3px solid #000;
	background-color: #fff;
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
	zoom: 1;
	width: 235px;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	text-align: left;
	display: none;
	-webkit-border-radius:	5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
div.jGrowl div.jGrowl-notification {
	min-height: 40px;
}
div.jGrowl div.jGrowl-notification,
div.jGrowl div.jGrowl-closer {
	margin: 10px;
}
div.jGrowl div.jGrowl-notification div.jGrowl-header {
	font-weight: bold;
	font-size: 0.875em;
}
div.jGrowl div.jGrowl-notification div.jGrowl-close {
	z-index: 99;
	float: right;
	font-weight: bold;
	font-size: 1em;
	cursor: pointer;
}
div.jGrowl div.jGrowl-closer {
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	font-size: .9em;
	font-weight: bold;
	text-align: center;
}
.jGrowl-close {
	float: right;
	background: none !important;
	border: none !important;
}
/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {
		display: none;
	}
}
/* jGrowl - redisign */
div.jGrowl > .ui-state-highlight {
	background: inherit;
	color: inherit;
	border: inherit;
}
.ms2-message-success {
	border-color: green !important;
	background-color: #fff !important;
}
.ms2-message-error {
	border-color: red !important;
	background-color: #fff !important;
}
.ms2-message-info {
	border-color: yellow;
	background-color: #fff !important;
}
/* Protect */
.big-protect {
	display: none;
}
/* Other */
.rotator-item {
	text-align: center;
}
/* Hide part */
.hide-part {
	position: relative;
}
.hide-detais {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 25px;
	background: url('/files/img/hide_details.png') repeat-x;
}
#show {
	text-align: center;
}
#show a {
	text-decoration: none;
}
#show a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 650px) {

	.hide-part img {
		width: 100%;
		height: auto !important;
		float:  none !important;
		margin: 0 0 15px !important;
	}

}

/* 980px + 30px padding + 18px scrollbar */

@media screen and (max-width: 1248px) {

	/* Slider */
	.slider-wrap {
		height: auto;
		overflow: visible;
		margin-left: -15px;
		margin-right: -15px;
	}
	.slide-item {
		min-height: 1px !important;
	}
	.slider-wrap .slider .slick-slide img {
		width: 100%;
	}

}

@media screen and (max-width: 1028px) {

	/* Layout */
	.wrapper {
		min-width: 0;
	}
	.outer-block {
		min-width: 0;
	}
	.inner-block {
		min-width: 0;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	#back-top {
		display: none !important;
	}
	.empty {
		padding-bottom: 0;
	}
	.footer {
		margin-top: 0;
		min-height: 100px;
		height: auto;
	}
	.wrapper-inner {
		padding-top: 0 !important;
	}
	.header .col-logo {
		width: 40%;
	}
	.header .col-contacts {
		width: 60%;
	}
	/* Pre header */
	.pre-header {
		position: relative !important;
	}
	.pre-header .client-info {
		font-size: 0.875em;
	}
	.selection-button a {
		text-align: center;
	}
	.navigation-menu .search-block {
		right: 15px;
	}
	/* Lead form */
	.form-items-wrap .form-item,
	.form-items-wrap.five .form-item,
	.shop-order-address .form-items-wrap .form-item {
		width: 50%;
	}
	/* Benefits */
	.benefits2c-wrap {
		padding: 0;
	}
	/* Hide rotator arrow */
	.review-wrap .slick-arrow,
	.rotator-wrap .slick-arrow {
		display: none !important;
	}
	/* Cat items */
	.goods-block .cat-items-wrap .cat-item {
		width: 33%;
	}
	/* Lead form horizontal 2 */
	.lead-form-horizontal2 .from-title {
		padding-top: 28px;
	}
	.lead-form-horizontal2 .form-horizontal-inner {
		padding-top: 0;
	}
	.lead-form-horizontal2 .col25,
	.lead-form-horizontal2 .col75 {
		width: 50%;
	}
	.lead-form-horizontal2 form {
		text-align: center;
	}
	.lead-form-horizontal2 input[type="text"],
	.lead-form-horizontal2 input[type="text"][name^="protect"] {
		width: 100%;
		margin-bottom: 11px;
		box-sizing: border-box;
	}
	/* How we work */
	.how-we-work .next-step {
		display: none;
	}
	.how-we-work .title .step {
		display: inline;
	}
	/* Viewed products */
	.cat-items-wrap .cat-item .main-button a,
	.cat-items-wrap .cat-item .main-button button,
	.viewed-products .cat-items-wrap .cat-item .main-button a,
	.viewed-products .cat-items-wrap .cat-item .main-button button {
		font-size: 0.9em;
	}
	.viewed-products .cat-items-wrap .cat-item {
		width: 25%;
	}
	/* Categories */
	.categories > .inner-block .col33:first-child {
		width: 31.833%;
		padding-right: 1.5%;
	}
	.categories > .inner-block .col33:first-child + .col33 {
		width: 31.333%;
		padding-right: 1%;
		padding-left: 1%;
	}
	.categories > .inner-block .col33:first-child + .col33 + .col33 {
		width: 31.833%;
		padding-left: 1.5%;
	}
	.selection-button a {
		font-size: 0.875em;
	}

}

@media screen and (max-width: 980px) {

	/* Path */
	.sort .col70,
	.sort .col30,
	.path .col70,
	.path .col30 {
		text-align: center;
		width: 100%;
	}
	.sort .col70,
	.path .col70 {
		padding-bottom: 8px;
	}
	.sort .col30,
	.path .col30 {
		padding-top: 8px;
		border-top: 1px solid #ddd;
	}
	/* Cat items */
	.cat-items-wrap .cat-item,
	.viewed-products .cat-items-wrap .cat-item {
		width: 33.333%;
	}
	/* Product details */
	.shop-product-option-group table tr {
		display: inline;
	}
	.shop-product-option-group table td {
		display: block;
		text-align: center !important;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 960px) {

	.col-descriptor,
	.col-selection {
		width: 100%;
		float: none;
	}
	.descriptor-block {
		margin-left: -15px;
		margin-right: -15px;
		padding-left: 15px;
		padding-right: 15px;
		border-radius: 0;
		text-align: center;
	}
	.descriptor-block span {
		text-align: center;
	}
	.selection-button {
		display: block;
	}
	.selection-button a {
		box-sizing: border-box;
		width: 100%;
	}

}

@media screen and (max-width: 925px) {

	/* Header and footer */
	.header .col40,
	.header .col20 {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: -4px;
		width: 50%;
		text-align: center;
	}
	.header .main-button-wrap,
	.footer .main-button-wrap {
		text-align: center;
	}
	/* Pre header */
	.pre-header .col40 {
		width: 45%;
	}
	.pre-header .col30 {
		width: 27.5%;
	}
	.search {
		text-align: center;
	}
	.search form,
	.subscribe form {
		min-width: 170px;
	}
	.search form input,
	.subscribe form input {
		width: 130px;
	}
	.shop-mini-cart > div {
		font-size: 0.875em;
	}

}

@media screen and (max-width: 900px) {

	.shop-selection .col33 {
		width: 100%;
		text-align: center !important;
	}
	.shop-selection .col33:first-child,
	.shop-selection .col33:first-child + .col33 {
		margin-bottom: 10px;
	}
	.menu-wrap .menu-table tr td a,
	.menu-wrap .menu-table tr td span {
		font-size: 0.938em;
	}

}

@media screen and (max-width: 850px) {

	/* Layout */
	.container {
		float: none;
	}
	.container > .content {
		padding: 0;
	}
	.left-sidebar {
		float: none;
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
	}
	.header .col-logo,
	.header .col-contacts {
		width: 100%;
		float: none;
	}
	.header .col-logo {
		text-align: center;
	}
	.site-contacts tr td {
		text-align: center !important;
	}
	/* Pre header */
	.pre-header .col40,
	.pre-header .col30 {
		width: 100%;
		text-align: center;
	}
	.pre-header .col30 {
		padding-top: 10px;
	}
	.search,
	.subscribe,
	.shop-mini-cart > div {
		text-align: center;
	}
	.client-info li {
		background: none;
	}
	/* Cat items */
	.cat-items-wrap .cat-item.category
	.second .cat-items-wrap .cat-item {
		width: 33.333%;
	}

}

@media screen and (max-width: 800px) {

	/* Review and portfolio */
	.review-wrap .col50,
	.portfolio-wrap .col50 {
		width: 100%;
	}
	.review-wrap .col50 {
		width: 100%;
	}
	/* Portfolio */
	.portfolio-wrap .col50 {
		margin-bottom: 15px;
	}
	/* Header */
	.shop-mini-cart,
	.search {
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
		margin-right: 5px;
	}
	/* Cat items */
	.goods-block .cat-items-wrap .cat-item {
		width: 50%;
	}
	/* Shop gallery */
	.shop-gallery {
		margin-bottom: 20px;
	}
	/* How we work */
	.how-we-work .col20 {
		width: 33%;
	}
	.shop-order .well h3,
	.shop-order .well .main-button {
		float: none;
	}
	.shop-order .well h3 {
		margin-bottom: 15px;
	}
	/* Product details */
	.shop-product-option-group table tr {
		display: table-row;
	}
	.shop-product-option-group table td {
		display: table-cell;
		margin-bottom: 0;
	}
	.shop-gallery .icon-available,
	.shop-gallery .icon-preorder {
		bottom: auto;
		top: 44px;
	}
	.home .filter-block-wrap .filter-block {
		width: auto;
		margin-left: 10px;
	}
	.home .filter-block-wrap {
		width: 50%;
	}

}

@media screen and (max-width: 750px) {
	/* Cat items */
	.cat-items-wrap .cat-item,
	.viewed-products .cat-items-wrap .cat-item {
		width: 50%;
	}
}

@media screen and (max-width: 700px) {

	/* Main */
	.wrapper-inner {
		overflow: visible;
	}
	/* Header and footer */
	.logo {
		margin-bottom: 10px;
	}
	.menu .menu-wrap {
		visibility: hidden;
	}
	.navigation-menu .search-block {
		width: 100%;
		right: 0;
	}
	.search {
		display: block;
		width: 100%;
		margin-right: 0;
		margin-left: 0;
	}
	.search form {
		display: block;
		padding-left: 15px;
		padding-right: 15px;
	}
	.search button {
		right: 15px;
	}
	.navigation-menu .search-block input[type=text] {
		width: 100%;
		box-sizing: border-box;
	}
	#sidebar-toggle {
		display: block;
	}
	.header .col40,
	.header .col20,
	.footer .col50,
	.footer .col25 {
		width: 100%;
		text-align: center;
	}
	.header .phone,
	.footer .phone,
	.header .adress,
	.header .worktime {
		margin-top: 15px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.header .phone + .phone {
		margin-top: 10px;
	}
	.footer .s-icons {
		padding-top: 15px;
	}
	/* Cat items */
	.cat-items-wrap .cat-item.category,
	.cat-items-wrap .cat-item {
		width: 50%;
	}
	/* Product list */
	.cat-items-wrap .cat-item.list {
		width: 50%;
	}
	.product.list .product-inner {
		padding-bottom: 20px;
	}
	.product.list .product-inner .pic {
		max-width: 100%;
		float: none;
		border-right: none;
		padding: 15px 0;
		margin: 0;
	}
	.product.list .product-list-table {
		width: 100%;
	}
	.product.list .product-list-table tr {
		display: inline;
	}
	.product.list .product-list-table td {
		display: block;
	}
	.product.list .product-list-table td.product-pic {
		width: 100%;
	}
	.product.list .product-list-table td.product-count {
		display: none;
	}
	.product.list .product-list-table td.product-action {
		width: 100%;
		text-align: center;
	}
	.list .icon-new,
	.list .icon-popular,
	.list .icon-favorite,
	.list .product-article {
		left: -20px;
	}
	.list .icon-available,
	.list .icon-preorder {
		right: -20px;
	}
	/* Slider */
	.slide-item .title .slide-heading {
		font-size: 1.125em;
	}
	/* Lead form */
	.lead-form .col60,
	.lead-form .col40 {
		width: 100%;
	}
	.lead-form .descriptor {
		margin-top: 25px;
	}
	.lead-form .descriptor {
		text-align: center;
	}
	.lead-form .description {
		margin-top: 25px;
		text-align: center;
	}
	.form-request-block {
		margin-left: auto;
		margin-right: auto;
	}
	/* Main picture */
	.main-picture {
		width: 100%;
		height: auto;
	}
	/* Categories */
	.categories > .inner-block .col33 {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.categories > .inner-block .col33:first-child,
	.categories > .inner-block .col33:first-child + .col33 {
		margin-bottom: 12px;
	}
	.categories .cat-frame {
		display: block;
	}
	.categories .cat-image {
		max-width: 100%;
	}
	.path-wrap .col70,
	.path-wrap .col30 {
		width: 100%;
		text-align: center;
	}
	.path-wrap .path {
		text-align: center;
		margin-bottom: 10px;
	}
	.cat-items-wrap .cat-item.brands {
		width: 100%;
	}

}

@media screen and (max-width: 600px) {

	/* Benefits */
	.benefits-wrap {
		margin-left: 5px;
	}
	.benefits-wrap .col20 {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-left: -5px;
		width: 50%;
	}
	.benefits2c-wrap .col50 {
		width: 100%;
	}
	/* Lead form horizontal 2 */
	.lead-form-horizontal2 .from-title {
		padding-top: 0;
	}
	.lead-form-horizontal2 .from-title .title {
		margin-top: 0;
	}
	.lead-form-horizontal2 .title,
	.lead-form-horizontal2 .description {
		text-align: center;
	}
	.lead-form-horizontal2 .col25,
	.lead-form-horizontal2 .col75 {
		width: 100%;
	}
	/* Filter blocks */
	.shop-select-goodstype {
		display: none;
	}
	.shop-title-filters {
		display: none;
	}
	.home .shop-title-filters {
		display: block;
	}
	.filter-block {
		width: 48%;
		margin-left: -5px;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.filter-block-wrap {
		display: block;
	}
	.filter-block {
		width: 100%;
		margin-left: 0;
	}
	.filter-buttons {
		display: block;
		text-align: center;
	}

}

@media screen and (max-width: 550px) {

	/* Header */
	.header .col40,
	.header .col40 + .col30 {
		width: 100%;
	}
	.header .col40,
	.header .col40 + .col30 {
		text-align: center;
	}
	.header .logo {
		left: auto;
	}
	/* Slider */
	.slide-item .title .slide-heading {
		font-size: 1em;
	}
	.slide-item .title {
		width: 360px;
		margin-left: -180px;
	}
	.slide-item .title .title-inner {
		padding: 10px;
	}
	.form-items-wrap .form-item,
	.form-items-wrap.five .form-item,
	.shop-order-address .form-items-wrap .form-item {
		width: 100%;
	}
	/* Review */
	.review .review-wrap  {
		padding: 30px;
	}
	.review-item.slick-slide .review-item-inner {
		padding-left: 0;
	}
	.review-item.slick-slide .review-item-inner .photo {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		margin-bottom: 15px;
	}
	.review-item.slick-slide .review-item-inner .photo img {
		margin: 0 auto;
	}
	.review-item.slick-slide .review-item-inner .fio {
		display: block;
		text-align: center;
	}
	/* Review smaller */
	.review-item.smaller .review-item-inner {
		min-height: 80px;
		padding-left: 100px;
	}
	.review-item.smaller .review-item-inner .photo img {
		width: 80px;
		height: 80px;
	}
	/* Review buttons */
	.buttons-block .col50 {
		text-align: center !important;
		width: 100%;
	}
	.buttons-block .col50 .main-button {
		min-width: auto !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.buttons-block .col50 + .col50 {
		padding-top: 20px;
	}
	/* Cat items */
	.goods-block .cat-items-wrap .cat-item {
		width: 100%;
	}
	/* Product list */
	.cat-items-wrap .cat-item.list {
		width: 100%;
	}
	/* How we work */
	.how-we-work .col20 {
		width: 50%;
	}
	/* Product details */
	.shop-product-option-group table tr {
		display: inline;
	}
	.shop-product-option-group table td {
		display: block;
		margin-bottom: 10px;
	}

}

@media screen and (max-width: 500px) {

	ul, ol {
		margin-left: 0em;
	}
	.logo img {
		max-width: 100%;
	}
	.site-contacts,
	.site-contacts tbody,
	.site-contacts tr,
	.site-contacts td {
		display: block;
		width: 100%;
	}
	/* Cat items */
	.cat-items-wrap .cat-item,
	.viewed-products .cat-items-wrap .cat-item {
		width: 100%;
	}
	.title-blocks-wrap {
		padding-bottom: 10px;
	}
	.title-blocks-wrap,
	.filter-blocks-wrap {
		width: 100%;
	}
	.home .shop-select-title-wrap,
	.home .shop-title-filters {
		text-align: center;
	}
	.home .filter-block-wrap .filter-block {
		margin-left: 0;
	}
	.home .filter-block-wrap {
		width: 100%;
	}
	.selection-table,
	.selection-table tbody,
	.selection-table tr,
	.selection-table td {
		width: 100%;
		display: block;
	}

}

@media screen and (max-width: 450px) {

	/* Header */
	.logo {
		margin-left: 40px;
	}
	/* Slider */
	.slide-item .title {
		width: 300px;
		margin-left: -150px;
		bottom: 45px;
	}
	.slide-item .title .title-inner {
		padding: 6px;
	}
	.slide-item .title .slide-heading,
	.slide-item .title .slide-description {
		font-size: 0.875em;
	}
	/* Cat items */
	.cat-items-wrap .cat-item.category {
		width: 100%;
	}

}

@media screen and (max-width: 400px) {

	/* How we work */
	.how-we-work .col20 {
		width: 100%;
	}
	/* Filter blocks */
	.filter-block {
		width: 98%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

}

@media screen and (max-width: 380px) {

	/* Header */
	#sidebar-toggle {
		top: 52px;
	}
	.slide-item .title {
		display: none;
	}

}

@media screen and (max-width: 350px) {

	/* Header */
	#sidebar-toggle {
		top: 36px;
	}
	.slide-item .title {
		display: none;
	}

}

/* Tiny MCE */
body#tinymce {
	padding: 10px;
	background: #fff !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
body#tinymce p {
	white-space: normal;
}