@charset"utf-8";
/* Глобальные стили */
html {
	background: #fbfbfb url(../images/html.png) repeat center top;
}
html.noscroll {
	overflow: hidden;
}
body {
	float: left;
	position: absolute;
	display: block;
	width: 100%;
	min-height: 100%;
	background: url(../images/body.png) repeat-y top center;
	margin: auto;
	min-width: 1000px;
	padding: 0;
	font-family: 'PT Sans', Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	line-height: 20px;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
	overflow-x: hidden;
}
body.loading {
	overflow: hidden;
	cursor: wait;
}
body.loading:before {
	content: '';
	position: fixed;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(255,255,255,.9) url(../images/preloader.gif) no-repeat center center;
}
body.loading:after {

}
body * {
	line-height: 18px;
}
/* *::selection {
	color: #eee;
	background-color: #666;
}
 */
/* Easing animation */
a {
	transition: all 500ms ease;
}
/* Links */
a {
	color: #00a898;
	text-decoration: underline;
}
a:active, a:hover {
	color: #00ecd6;
}
/* Head & pharagraph */
h1, h2, h3, h4, h5,
.b-header-1, .b-header-2, .b-header-3, .b-header-4, .b-header-5{
	line-height: 32px;
	margin: 0 0 10px;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	color: #00a898;
}
h1,
.b-header-1 {
	font-size: 24px;
}
h2,
.b-header-2 {
	font-size: 22px;
}
h3,
.b-header-3 {
	font-size: 20px;
}
h4,
.b-header-4 {
	font-size: 18px;
}
h5,
.b-header-5 {
	font-size: 16px;
}
p:not([class]),
p.hidden {
	margin: 0 0 15px;
}
blockquote {
	padding: 5px 10px;
	margin: 0 0 15px;
	border-left: 3px solid #ccc;
	background: rgba(255, 255, 255, .75);
}
ol:not([class]), ul:not([class]),
ol.hidden, ul.hidden {
	margin: 0 0 10px 20px;
}
ol:not([class]) li, ul:not([class]) li,
ol.hidden li, ul.hidden li {
	margin: 0 0 7px;
}
article ul:not([class]) > li, aside ul:not([class]) > li,
article ul.hidden > li, aside ul.hidden > li {
	list-style-position: inside;
	margin-bottom: 7px;
	list-style: square;
}
article ul+ul:not([class]) > li, aside ul+ul:not([class]) > li,
article ul+ul.hidden > li, aside ul+ul.hidden > li {
	list-style-image: url(../images/marker.png);
}
/* Content tables */
article table {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 0 20px;
	background: rgba(255, 255, 255, .1);
	color: #666;
}
article table td, article table th {
	padding: 5px 10px;
	border: 1px solid #ccc;
}
article table th {
	background: #f7f7f7;
}
article table tr:nth-child(odd) {
	background: #fafafa;
}
.imagewrapper {
	cursor: pointer;
}
/* Blocks */
.wrapper {
	float: none;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#logo {
	float: left;
	display: block;
	position: absolute;
	top: 40px;
	left: 50%;
	margin: 0 -125px;
	padding: 67px 0 0;
	font-family: 'PT Sans Narrow';
	font-size: 14px;
	background: url(../images/logo.png) no-repeat center top;
	width: 250px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #333;
}
#logo > span {
	display: none;
	visibility: hidden;
}
header, section, footer {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
header {
	background: url(../images/header.jpg) no-repeat top center;
}
section {
	background: url(../images/section.jpg) repeat-y top center;
	min-height: 300px;
}
section > .wrapper {
	z-index: 30;
}
footer {
	margin: -16px 0 0;
	padding: 56px 0 40px;
	position: relative;
	z-index: 20;
	background: url(../images/footer.jpg) no-repeat top center;
}

/* Main menu */
ul.menu-left-side,
ul.menu-right-side {
	float: left;
	margin: 82px 0 0;
	width: 370px;
	height: 60px;
	line-height: 60px;
	text-align: center;
}
ul.menu-right-side {
	float: right;
}
ul.menu-left-side li,
ul.menu-right-side li {
	display: inline-block;
	position: relative;
	list-style: none;
	height: 60px;
	line-height: 60px;
	padding: 0 20px 0 7px;
	background: url(../images/marker.png) no-repeat right 27px;
	font-family: 'PT Sans Narrow';
}
ul.menu-left-side li.last,
ul.menu-right-side li.last {
	background: none;
}
ul.menu-left-side > li > a,
ul.menu-right-side > li > a,
ul.menu-left-side > li > span,
ul.menu-right-side > li > span {
	font-size: 18px;
	border-bottom: 1px dotted #00a898;
	color: #000;
	text-decoration: none;
}
ul.menu-left-side li a:hover,
ul.menu-right-side li a:hover {
	border-bottom: 1px solid #00a898;
}
ul.menu-left-side li > span,
ul.menu-right-side li > span {
	border-bottom-style: solid;
}
ul.menu-left-side li > ul,
ul.menu-right-side li > ul {
	position: absolute;
	left: 0;
	top: 59px;
	background: #f1f1f1 url(../images/noize-bg-pattern.png) repeat top center;
	z-index: 300;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	border-bottom: 2px solid #ccc;
	height: 0;
	padding: 0;
	margin: 0;
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
	transition: all 200ms linear;
}
ul.menu-left-side li:hover > ul,
ul.menu-right-side li:hover > ul {
	opacity: 1;
	height: auto;
	padding: 0 0 5px;
	max-height: 500px;
	z-index: 999;
}
ul.menu-left-side li > ul li,
ul.menu-right-side li > ul li {
	display: block;
	width: 100%;
	margin: 0 10px 2px;
	list-style: none;
	background: none;
	padding: 0;
	margin: 0;
	clear: both;
	white-space: nowrap;
	text-align: left;
	line-height: 30px;
	height: 30px;
}
ul.menu-left-side li > ul li:hover,
ul.menu-right-side li > ul li:hover {
	background: #009786 url(../images/btn-face.png) repeat-x top left;
	text-shadow: 0 1px 0 #00322d;
}
ul.menu-left-side li > ul li a,
ul.menu-right-side li > ul li a,
ul.menu-left-side li > ul li span,
ul.menu-right-side li > ul li span {
	float: left;
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	color: #333;
	padding: 0 10px;
	text-decoration: underline;
	/*border-bottom: 1px dotted #00a898;*/
	font-family: 'PT Sans';
}
ul.menu-left-side li > ul li:hover a,
ul.menu-right-side li > ul li:hover a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
ul.menu-left-side li > ul li.active a,
ul.menu-right-side li > ul li.active a,
ul.menu-left-side li > ul li.active span,
ul.menu-right-side li > ul li.active span {
	font-weight: bold;
	text-decoration: none;
}
ul.menu-left-side li > ul li.active:hover a,
ul.menu-right-side li > ul li.active:hover a,
ul.menu-left-side li > ul li.active:hover span,
ul.menu-right-side li > ul li.active:hover span {
	color: #fff;
}
/* Header Blocks */
#contacts-place-wrapper {
	float: left;
	width: 100%;
	position: relative;
	padding: 10px 20px;
	box-sizing: border-box;
	background: rgba(20,20,20,.05);
	border-bottom: 1px solid #e4e4e4;
}
#contacts-place-wrapper > a {
	color: #333;
}
#contacts-place-wrapper .current-heading {
	float: left;
	display: block;
	padding: 7px 0 0;
	margin: 0 10px 0 0;
	font-size: 18px;
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #00a898;
	line-height: 20px;
	font-weight: bold;
	cursor: pointer;
	font-family: 'PT Sans Narrow';
}
#contacts-place-wrapper .current-heading > span {
	color: #00a890;
    font-size: 9px;
    line-height: 14px;
    margin: 1px 2px 1px;
    position: relative;
    display: block;
    float: left;
    width: 14px;
    text-align: center;
    border: 1px solid #00a890;
    border-radius: 2px;	
}
#contacts-place-wrapper .current-heading:hover {
	border-bottom-style: solid;
}
#contacts-place-wrapper .selector {
	float: left;
	font-size: 16px;
	font-family: 'PT Sans Narrow';
	margin: 0 20px 0 0;
	max-width: 150px;
	background: #fdfdfd;
}
#contacts-place-wrapper .selector:after {
	top: 5px;
	right: 3px;
	height: 33px;
	padding: 0 0 0 10px;
	border-left: 1px solid #aaa;
}
#switcher-placeholder {
	float: left;
	font-size: 16px;
	font-family: 'PT Sans Narrow';
}
#switcher-placeholder > div {
	float: left;
	width: 100%;
	font-size: 18px;
}
#switcher-placeholder > div > span {
	float: left;
	display: block;
	margin: 0 20px 0 0;
	height: 34px;
	line-height: 34px;
}
#switcher-placeholder > div span:last-child {
	margin: 0;
}
#switcher-placeholder > div > span > i,
#other-places span > i {
	float: left;
	display: block;
	height: 34px;
	width: 17px;
	margin: 0 5px 0 0;
}
span.place > i {
	background: url(../images/top-contacts-sprite.png) no-repeat left center;
}
span.phone > i {
	background: url(../images/top-contacts-sprite.png) no-repeat center center;
}
span.time > i {
	background: url(../images/top-contacts-sprite.png) no-repeat right center;
}
.callback-caller {
	float: right;
}
#contacts-place-wrapper .callback-caller.button,
.button.green {
	background: #009786 url(../images/btn-face.png) repeat-x top left;
	color: #fff;
	text-shadow: 0 1px 0 #00322d;
	border-color: #00a898;
	font-weight: bold;
}
/* Other places */
#other-places {
	position: absolute;
	display: none;
	left: 0;
	top: 54px;
	width: 1000px;
	min-width: 1000px;
	padding: 0;
	margin: 0;
	border-top: 1px solid #ccc;
	background: #f1f1f1 url(../images/noize-bg-pattern.png) repeat top center;
	z-index: 200;
	border-bottom: 3px solid #cfcfcf;
}
#other-places > .place-line {
	float: left;
	display: block;
	width: 960px;
	margin: 0;
	color: #333;
	padding: 5px 20px;
	border-bottom: 1px dotted #ccc;
}
#other-places > .place-line > span {
	float: left;
	margin: 0 20px 0 0;
	width: 250px;
	height: 34px;
	line-height: 34px;
}
#other-places > .place-line > span.phone {
	margin: 0;
	width: 220px;
}
#other-places > .place-line > span.time {
	margin: 0;
	width: 240px;
}
#other-places > .place-line > .region-name {
	float: left;
	font-size: 18px;
	font-family: 'PT Sans Narrow';
	margin: 0 20px 0 0;
	width: 200px;
	height: 34px;
	line-height: 34px;
	font-weight: bold;
}
#other-places > .place-line:hover {
	background: rgba(0,0,0,.02);
	color: #000;
}
/* Content Bloks */
#infographica {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 20px 30px;
	background: #f6f6f6;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box;
	text-align: center;
}
#infographica > .item {
	display: inline-block;
	margin: 0;
	padding: 0;
	position: relative;
}
#infographica > .item:nth-child(2) {
	margin: 0 40px;
}
#infographica > .item .iconset {
	display: table-cell;
	padding: 0 15px 0 0;
	width: 72px;
	height: 72px;
}
#infographica > .item .textplace {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	font-weight: normal;
	width: 72px;
	min-width: 190px;
}
#infographica > .item .textplace > span {
	font-weight: bold;
	font-size: 20px;
	font-family: 'PT Sans Narrow';
	/*color: #00a898;*/
	color: #000;
}
#infographica > .item .textplace > .button {
	margin: 7px 0 0;
	white-space: nowrap;
	font-size: 15px;
}
.textplace sup {
	font-size: 60%;
}
#infographica > .item .iconset .bg,
#infographica > .item .iconset .icon {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 72px;
	height: 72px;
}
#infographica > .item .iconset .bg {
	transition: all 0ms ease;
	background: url(../images/iconset-bg.png) no-repeat center center;
	transform: rotate(0);
}
#infographica > .item .iconset .icon {
	font-size: 30px;
	line-height: 72px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #00b1a2;
	margin: 0;
	position: relative;
	background-size: cover;
	font-family: 'PT Sans Narrow';
	transition: all 300ms ease;
}
.item.key .icon {
	background: url(../images/key-icon.png) no-repeat center center;
}
.item.square .icon {
	background: url(../images/liner-icon.png) no-repeat center center;
}
#infographica > .item:hover .bg {
	transform: rotate(180deg);
	transition: all 1200ms ease;
}
#infographica > .item:hover .icon {
	font-size: 28px;
	width: 64px;
	height: 64px;
	line-height: 64px;
	margin: 4px;
}
#infographica .full-view-aftertext {
	float: left;
    width: 100%;
    padding: 15px 0 0;
    margin: 20px 0 0;
    border-top: 1px dotted #ccc;
    font-size: 20px;
    font-family: 'PT Sans Narrow';
}
article#main-content-placeholder {
	float: left;
	width: 100%;
	clear: both;
	padding: 20px 30px;
	box-sizing: border-box;
}
/* Footer Blocks */
footer {
	color: #bbb;
}
.copyright-placeholder {
	float: left;
	margin: 0 60px 0 20px;
}
.contacts-list-footer {
	float: left;
	margin: 0;
	color: #2f2f2f;
}
.contacts-list-footer b {
	color: #bbb;
}
.contacts-list-footer ul li {
	list-style: none;
}
footer a {
	color: #2f2f2f;
	text-decoration: none;
	border-bottom: 1px dotted #00a898;
}
footer a:hover {
	color: #000;
	border-bottom: 1px solid #000;
}
a.sitemap {
	font-size: 10px;
	border: none;
	padding: 0 0 0 20px;
	text-decoration: underline;
	background: url(../images/sitemap-icon.png) no-repeat left center;
}
a.sitemap:hover {
	border: none;
}
/* Arrows */
.right-arrow, .left-arrow {
	float: left;
	width: 30px;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(../images/arrows.png) no-repeat right center;
	cursor: pointer;
	opacity: 1;
}
.left-arrow {
	background-position: left center;
}
.right-arrow:hover, .left-arrow:hover {
	opacity: .8;
}
.right-arrow:active, .left-arrow:active {
	opacity: .5;
}
/* Paging */
.paging {
	float: left;
	width: 100%;
	clear: both;
	margin: 15px 0;
}
.paging > span {
	display: inline-block;
	line-height: 18px;
	padding: 7px 10px;
	background: linear-gradient(to top, #f1f1f1, #eaeaea);
	border-radius: 3px;
	border: 1px solid #aaa;
}
.paging > a {
	display: inline-block;
	padding: 7px 10px;
	margin: 0 3px;
	text-decoration: none;
	line-height: 18px;
	color: #888;
	background: #efefef;
	border-radius: 3px;
	border: 1px solid #ccc;
	text-shadow: 0 1px 0 #fff;
	outline: none;
	box-shadow: 0 1px 0 #fff;
}
.paging > a:hover {
	color: #2378d7;
	border-color: #2378d7;
	box-shadow: 0 0 5px #2378d7;
}
/* Blog */
.date {
	float: left;
	width: 30px;
	border-top: 1px solid #aaa;
	padding: 4px 7px;
	margin: 5px 14px 4px 0;
	background: #efefef;
	text-align: left;
}
.date > strong {
	float: left;
	color: #444;
	margin-bottom: 4px;
	display: block;
	font-size: 20px;
	width: 100%;
}
.author {
	font-size: 11px;
	font-weight: bold;
	color: #888;
	margin: 0 0 10px;
}
.author:after {
	content: ' \00a9';
}
/* Allerts */
.errors, .complete {
	float: left;
	margin: 0 0 20px;
	padding: 7px 24px 7px 14px;
	font-size: 11px;
	width: auto;
	line-height: 14px;
	cursor: pointer;
	border-radius: 0;
	background: #fe8d73 url("data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAYAAABHLFpgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIFdpbmRvd3MiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MTQ5MUJBMDc3NEI3MTFFMjhCMjk5QUU4QjQwMkFGRkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MTQ5MUJBMDg3NEI3MTFFMjhCMjk5QUU4QjQwMkFGRkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoxNDkxQkEwNTc0QjcxMUUyOEIyOTlBRThCNDAyQUZGQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoxNDkxQkEwNjc0QjcxMUUyOEIyOTlBRThCNDAyQUZGQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGHXnkAAAAsSURBVHjaYvj//z8DEwMQDE4CBBhRxXByKWYRK0GENpL04lRCiVtwexUgwACpMAPoD1ikoAAAAABJRU5ErkJggg==") repeat-x bottom left;
	border: 1px solid #83210b;
	color: #83210b;
	box-shadow: inset 0 1px 0 0 #ffd5cb;
	text-shadow: 0 1px 0 #f2b9ac;
}
.complete {
	background-color: #6ad26c;
	border: 1px solid #115913;
	color: #115913;
	box-shadow: inset 0 1px 0 0 #d1ffd3;
	text-shadow: 0 1px 0 #b8f5ba;
}
/* Window */
.no-overlay-window {
	display: none;
	position: fixed;
	width: 890px;
	background: #fafafa;
	background: linear-gradient(to bottom, #fafafa, #eee);
	border: 1px solid #ccc;
	padding: 40px 15px 15px;
	border-radius: 3px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .2), 0 0 0 1000px rgba(0, 0, 0, 0.7);
	margin: 0 -460px;
	height: 70%;
	top: 10%;
	left: 50%;
	z-index: 1000;
	overflow: hidden;
}
.no-overlay-window .closethis {
	z-index: 10000;
	top: 5px;
	right: 15px;
}
.no-overlay-window .inner-scroller {
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 920px;
	height: 100%;
	clear: both;
	overflow-x: hidden;
	overflow-y: scroll;
}
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100000;
	overflow: hidden;
	display: none;
}
.popup {
	position: absolute;
	padding: 10px 15px;
	width: 400px;
	top: 0;
	right: 0;
}
.window {
	float: left;
	display: none;
	color: #777;
	position: fixed;
	width: 300px;
	top: 10%;
	left: 50%;
	background: #fafafa;
	background: linear-gradient(to bottom, #fafafa, #eee);
	border: 1px solid #ccc;
	padding: 40px 15px 15px;
	margin: 0 -165px;
	border-radius: 3px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .2);
}
.closethis {
	float: right;
	width: 20px;
	height: 20px;
	margin: 15px 15px 0 0;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	overflow: hidden;
	text-indent: -9999px;
	background: url('data:image/png; base64, iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZJJREFUeNqslDFLw0AUx3OJXLFkEqeMHdotozROhYAfQCEi+BH6CVqyZuvW7yAGdFfMaqKQJZuZ7SaCpS30II33JAfJ9aUG7YNHcvm//Lh7/5eQPM+VfYaq7DlQoOM4hzy1updA46k3AgJMVdUnQsgtBoVnoGma9ohBVQy22WxOeW8vZKiAgZZlmYVBiTAFBA57AFilgJA7XnNZ3P/AyjqHhhx+5vv+ogIMw/AoCIK3JEmO5WMAFK4yDMI0zQ/btnuWZX1WgDwoY+xmOp2eR1HUyNF+v68Mh8N7SukVXzK5hwwEKIDCv8AwlxtB62B1c8jiOL6ez+fvdUDQoEaGyT3cGo1dRxbuc3ezXXPYCCYcx4ZfbQKDnmE9xaAH4qbT6ejr9Xowm81QA4rl1kgZhjFotVrwtXzJPdRXq1Xged5JmqaYm4o8p91uVxmNRq/tdtvmy4XYdjn15XL54rpuPplMcr5jaDwt6RSegTYej3OohXfKDBkooM8IrALFYJCk5o+tFzPGakymRS5+ncP/xrcAAwAhPUnORhN7JQAAAABJRU5ErkJggg==') no-repeat center center;
}
/* Back to header */
.go-top {
	position: fixed;
	font-size: 20px;
	background: #00a898 url(../images/top.png) no-repeat center 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 2px;
	color: #000;
	right: 20px;
	bottom: 20px;
	z-index: 1000;
	text-align: center;
	overflow: hidden;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
	transition: all 200ms linear;
	border: 4px solid transparent;
}
.go-top:hover {
	bottom: 22px;
	border-color: #03d6cf;
	box-shadow: 0 2px 17px rgba(0,0,0,.1);
	background-position: center -2px;
}
/* Breadcrumbs */
#breadcrumbs {
	float: left;
	padding: 7px 15px;
	width: 100%;
	background: #fcfcfc;
	font-size: 14px;
	box-sizing: border-box;
	border-bottom: 1px solid #eee;
	color: #777;
}
.B_currentCrumb {
	font-weight: bold;
}
#breadcrumbs a {
	text-decoration: none;
	border-bottom: 1px dotted #00a898;
}
#breadcrumbs .separator {
	color: 11px;
	font-weight: normal;
	color: #ccc;
	margin: 0 3px;
}
/* HTML Sitemap */
ul.html-sitemap {
	float: left;
	width: 100%;
	box-sizing: border-box;
	clear: both;
	border-top: 1px dashed #ccc;
	margin: 20px 0 0;
	padding: 20px 0 20px 20px;
}
ul.html-sitemap > li {
	float: left;
	width: 960px;
	list-style: square;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px;
}
ul.html-sitemap > li > a {
	text-decoration: none;
	border-bottom: 1px dotted #000;
}
ul.html-sitemap > li ul {
	margin: 20px 0 0 10px;
}
ul.html-sitemap > li ul > li {
	float: left;
	width: 220px;
	list-style-image: url(../images/marker.png);
	font-size: 12px;
}
/* 404 */
.errorpage-heading {
	font-size: 70px;
	line-height: 80px;
	color: #000;
}
/* Slider */
#slider-placeholder {
	float: left;
	position: relative;
	width: 1000px;
	height: 220px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #000 url(../images/loading.gif) no-repeat center center;
	border-top: 1px solid #fff;
}
#slider-placeholder:after {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/slider-overlay.png) no-repeat center bottom;
	width: 1000px;
	height: 22px;
	overflow: hidden;
	left: 0;
	bottom: 0;
	z-index: 99;
}
#slider-placeholder .slides {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 1000px;
	height: 220px;
	overflow: hidden;
}
#slider-placeholder .slides > .slide {
	float: left;
	display: block;
	width: 1000px;
	height: 220px;
	position: relative;
}
.slide .slide-content {
	float: left;
	position: absolute;
	left: 0;
	top: 90px;
	height: 80px;
	padding: 25px 30px;
	z-index: 50;
	width: 380px;
	background: url(../images/slide-content-bg.png) no-repeat left top;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
.slide-content .heading {
	margin: 0 0 10px;
	font-size: 20px;
	font-family: 'PT Sans Narrow';
	color: #00322d;
	text-shadow: none;
}
#slider-placeholder .pager {
	position: absolute;
	right: 20px;
	bottom: 40px;
	z-index: 90;
}
#slider-placeholder .pager > span {
	display: block;
	float: left;
	margin: 0 4px;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	text-indent: -999px;
	overflow: hidden;
	background: rgba(255,255,255,.7);
	cursor: pointer;
	transition: all 200ms linear;
}
#slider-placeholder .pager > span:hover,
#slider-placeholder .pager > span.active {
	border-radius: 10px;
	background: #00a898;
}
#slider-placeholder .pager > span:hover {
	box-shadow: 0 0 4px rgba(0,0,0,.7);
}
#slider-placeholder .arrow {
	position: absolute;
	z-index: 100;
	width: 30px;
	height: 220px;
	left: 0;
	top: 0;
	background: url(../images/arrows.png) no-repeat left center;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0;
	transition: all 200ms linear;
}
#slider-placeholder .arrow#next {
	left: auto;
	right: 0;
	background-position: right center;
}
#slider-placeholder:hover .arrow {
	opacity: .5;
}
#slider-placeholder .arrow:hover {
	opacity: 1;
}
/* SMB Block */
#smb {
	float: right;
	margin: 10px 0;
	padding: 0;
}
#smb .heading {
	float: left;
	display: block;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin: 0 15px 0 0;
}
#smb > a {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin: 0 2px;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	background: #fff url(../images/sm-iconset.png) no-repeat left top;
	border-radius: 2px;
	opacity: .7;
}
#smb > a.tw {
	background-position: -40px top;
}
#smb > a.yt {
	background-position: -80px top;
}
#smb > a.vk {
	background-position: -120px top;
}
#smb > a.fb {
	background-position: -160px top;
}
#smb > a:hover {
	border-radius: 32px;
	opacity: 1;
}
/* Catalog grid */
#catalog-grid {
	float: left;
	width: 660px;
	margin: 20px 0 0 20px;
	height: auto;
}
#catalog-grid > .catalog-item {
	float: left;
	margin: 0 20px 20px 0;
	width: 200px;
	background: #efefef url(../images/preloader.gif) no-repeat center center;
	height: 160px;
	position: relative;
	overflow: hidden;
}
.catalog-item > img {
	position: absolute;
	width: 200px;
	left: 0;
	top: 0;
	z-index: 5;
}
.catalog-item > .heading {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-shadow: none;
	background: rgba(0,168,152,.8);
	z-index: 10;
	transition: all 200ms linear;
}
.catalog-item:hover {
	box-shadow: 0 0 0 5px #00a898;
}
.catalog-item:hover > .heading {
	background: #00a898;	
}
/* Right block aside */
#infoblock-placeholder {
	float: left;
	width: 300px;
	margin: 20px 20px 20px 0;
	padding: 0;
	min-height: 100px;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	background: #f1f1f1 url(../images/noize-bg-pattern.png) repeat top center;
	border-bottom: 3px solid #dfdfdf;
}
a.configurator {
	float: left;
	display: block;
	background: #00a898 url(../images/3d-constructor-bg.png) no-repeat left top;
	width: 170px;
	height: 50px;
	border-bottom: 1px solid #00342d;
	font-size: 26px;
	font-family: 'PT Sans Narrow';
	color: #e2fffd;
	line-height: 24px;
	text-decoration: none;
	padding: 25px 30px 25px 100px;
}
a.configurator:hover {
	color: #fff;
}
a.sketches {
	float: left;
	display: block;
	position: relative;
	background: url(../images/sketches-bg.png) no-repeat left top;
	width: 300px;
	height: 60px;
}
a.sketches > span {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #fff;
	text-shadow: none;
	background: rgba(0,168,152,.8);
	height: 40px;
	line-height: 40px;
	padding: 0 12px;
	font-weight: bold;
	font-size: 18px;
	transition: all 200ms linear;
}
a.sketches:hover {
	box-shadow: 0 0 0 5px #00a898;
}
a.sketches:hover > span {
	background: #00a898;
}
article a.sketches {
	float: right;
	margin: 0 0 20px 10px;
	border: 1px solid #00a898;
}
ul.phones-list {
	float: left;
	padding: 0;
	margin: 0;
	width: 260px;
}
ul.phones-list li {
	float: left;
	cursor: pointer;
	display: block;
	width: 100%;
	margin: 0;
	padding: 14px 20px;
	list-style: none;
	border-bottom: 1px solid #f1f1f1;
	transition: all 200ms linear;
}
ul.phones-list li:hover {
	background: #00a898;
	color: #fff;
	font-weight: bold;
	text-shadow: none;
	text-shadow: 0 1px 0 #00322d;
}
ul.phones-list li > img {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
ul.phones-list li .textplace-wrapper {
	float: left;
	width: 190px;
	margin: 8px 0 0;
}
.textplace-wrapper > .region-name {
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	font-size: 16px;
	color: #000;
	border-bottom: 1px dotted #00a898;
	white-space: nowrap;
	margin: 0 0 4px;
	text-decoration: none;
}
.textplace-wrapper:hover > .region-name,
.textplace-wrapper > .region-name:hover {
	color: #fff;
}
.textplace-wrapper > .phone {
	font-size: 22px;
	font-family: 'PT Sans Narrow';
	line-height: 30px;
	margin: 4px 0 0;
}
/* Map */
#map-place {
	float: left;
	width: 100%;
	min-height: 400px;
	background: #f1f1f1 url(../images/preloader.gif) no-repeat center center;
	margin: 0;
	padding: 0;
	border-top: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	overflow: hidden;
	position: relative;
	z-index: 190;
}
/* Filiters style */
#use-filters {
	float: left;
	margin: 0 0 20px;
	width: 100%;
	padding: 0 0 20px;
	border-bottom: 1px dotted #ccc;
}
#use-filters ul.use-filter-list {
	float: left;
	width: 100%;
	margin: 0 0 -5px;
	padding: 0;
}
#use-filters ul.use-filter-list.epitaphy {
	margin: 20px 20px 0;
}
#use-filters ul.use-filter-list li {
	float: left;
	display: block;
	list-style: none;
	width: 210px;
	padding: 0;
	margin: 0 10px 5px;
	text-align: left;
}
#use-filters ul.use-filter-list li a,
#use-filters ul.use-filter-list li span {
	display: inline-block;
	margin: 0;
	font-size: 16px;
	padding: 4px 10px;
}
#use-filters ul.use-filter-list li a {
}
#use-filters ul.use-filter-list li a:hover {
	background: #009786 url(../images/btn-face.png) repeat-x top left;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
	text-shadow: 0 1px 0 #00322d;
}
#use-filters ul.use-filter-list li span {
	color: #000;
	font-weight: bold;
}

#specification-filters {
	float: left;
	display: block;
	margin: 0 20px 20px 0;
	width: 170px;
	padding: 0;
}
#specification-filters ul.specification-filter-list {
	float: left;
	display: block;
	width: 100%;
	border-bottom: 3px solid #dfdfdf;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	background: #f1f1f1 url(../images/noize-bg-pattern.png) repeat top center;
	margin: 0 0 20px;
	padding: 0;
}
#specification-filters ul.specification-filter-list li {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
#specification-filters ul.specification-filter-list li:nth-child(2n) {
	background: rgba(0,0,0,.02);
}
#specification-filters ul.specification-filter-list li a,
#specification-filters ul.specification-filter-list li span {
	display: block;
	font-size: 18px;
	padding: 10px 15px 10px 20px;
	background: url(../images/marker.png) no-repeat 5px 16px;
}
#specification-filters ul.specification-filter-list li a:hover {
	background: #009786 url(../images/btn-face.png) repeat-x top left;
	color: #fff;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow: 0 1px 0 #00322d;
}
#specification-filters ul.specification-filter-list li span {
	font-weight: bold;
}

#precontent-placeholder,
#aftercontent-placeholder {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}
/* Video */
.video-js {
	background: #000;
	text-shadow: 0 1px 0 #000;
	color: #fff;
}
/* Manager contacts */
#manager-contact {
	float: right;
	margin: 10px 10px 20px;
	padding: 15px;
	width: 140px;
	box-shadow: 0 2px 7px rgba(0,0,0,.2);
	text-align: center;
	background: #f1f1f1 url(../images/noize-bg-pattern.png) repeat top center;
	border-bottom: 2px solid #ccc;
}
#manager-contact > .heading {
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	width: 100%;
	border-bottom: 1px dotted #eee;
	margin: 0 0 10px;
	padding: 0;
	height: auto;
	line-height: 20px;
	color: #999;
	padding: 0 0 10px;
	font-family: 'PT Sans Narrow';
}
#manager-contact > .phone {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 20px;
	padding: 0;
	font-size: 18px;
	line-height: 30px;
	font-family: 'PT Sans Narrow';
}
#manager-contact > .phone b {
	font-size: 30px;
}
#manager-contact .other-all {
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0;
}
.button.big.green {
	padding: 13px 20px !important;
}
/* Product */
.product-element {
	float: left;
	display: block;
	position: relative;
	width: 240px;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 1px solid #ccc;
	background: #fefefe;
	text-decoration: none;
	box-shadow: 0 1px 4px rgba(0,0,0,.07);
}
.product-element.mini {
	width: 300px;
}
.product-element:hover {
	box-shadow: 0 1px 5px #00a898;
	border-color: #00a898;
}
.product-element .product-image-wrapper {
	float: left;
	background: #fff url(../images/preloader.gif) no-repeat center center;
	margin: 0;
	width: 100%;
	min-height: 100px;
	overflow: hidden;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.product-element.mini .product-image-wrapper {
	width: 300px;
	border: none;
}
.product-element .product-image {
	float: left;
	position: relative;
	right: 280px;
}
.product-element.mini .product-image {
	right: auto;
}
.product-element .heading {
	float: left;
	display: block;
	position: relative;
	text-align: left;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	font-family: 'PT Sans Narrow';
	color: #000;
	padding: 20px;
}
.product-element.mini .heading {
	padding: 20px 20px 7px;
}
.product-element .price-wrapper {
	float: left;
	position: relative;
	margin: 0;
	width: 220px;
	text-align: center;
	padding: 10px;
	background: rgba(0,0,0,.5);
	color: #fff;
	text-shadow: 0 1px 0 #000;
	transition: all 200ms linear;
}
.product-element.mini .price-wrapper {
	width: 280px;
}
.product-element:hover .price-wrapper {
	background: rgba(0,0,0,.8);
}
.product-element.mini .description-placeholder {
	float: left;
	width: 300px;
}
.product-element.mini .description-placeholder span.articul {
	white-space: nowrap;
}
.product-element.mini .description-placeholder span.intor-wrapper {
	padding: 0 20px 25px;
	float: left;
	display: block;
	color: #777;
}
/* Product page */
.articul {
	font-size: 12px;
	color: #bbb;
}
.product-params-wrapper,
.product-color-variants {
	float: left;
	clear: left;
	width: 300px;
	padding: 0 20px 0 0;
	border-right: 1px solid #eee;
	margin: 10px 20px 10px 0;
}
.product-params-wrapper .heading,
.product-color-variants .heading {
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
	color: #999;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	margin: 0 0 10px;
}
.product-color-variants span.other-show {
	float: left;
	margin: 5px 0 7px;
	line-height: 26px;
	font-size: 18px;
	color: #f00;
	text-decoration: none;
	border-bottom: 1px dotted #009786;
	cursor: pointer;
	font-weight: normal;
}
.product-color-variants span.other-show:hover {
	color: #000;
	border-color: #009786;
}
table.product-params-table {
	margin: 0;
}
table.product-params-table th {
	background: #009786 url(../images/btn-face.png) repeat-x top left;
	text-shadow: 0 1px 0 #00322d;
	border-color: #00a898;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
ul.product-var-color {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	clear: both;
}
ul.product-var-color > li {
	float: left;
	list-style: none;
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 12px 5px 0;
	padding: 0;
	border: 3px solid #ccc;
}
ul.product-var-color > li.var-item:nth-child(4n) {
	margin: 0 0 5px 0;
}
ul.product-var-color > li:hover {
	border-color: #00a898;
}
ul.product-var-color > li > span {
	overflow: hidden;
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
}
ul.product-var-color > li.var-item > span > img {
	position: absolute;
	left: 0;
	top: 0;
}
ul.product-var-color > li.var-item .zoomed {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background: #f1f1f1 url(../images/preloader.gif) no-repeat center center;
	border: 2px solid #ccc;
	opacity: 0;
	margin: 0;
	z-index: 300;
	transition: all 300ms linear;
}
ul.product-var-color > li.var-item .zoomed .title-t {
	position: absolute;
	top: 15px;
	left: 50%;
	width: 200px;
	font-size: 18px;
	padding: 10px 20px;
	margin: 0 -120px;
	color: #fff;
	font-weight: normal;
	text-shadow: none;
	text-align: center;
}
ul.product-var-color > li.var-item .zoomed .subheading {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #777;
	background: rgba(0,0,0,.7);
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	padding: 7px 15px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}
ul.product-var-color > li.var-item > span:hover {
	overflow: visible;
}
ul.product-var-color > li.var-item > span:hover .zoomed {
	opacity: 1;
	width: 300px;
	height: 300px;
	margin: -120px;
	overflow: hidden;
}
#additional-products-placeholder {
	float: left;
	width: 940px;
	margin: 0;
	padding: 0 30px;
	border-top: 1px solid #eee;
}
#additional-products-placeholder #relative-placeholder,
#additional-products-placeholder #inscription-placeholder,
#additional-products-placeholder #proposal-placeholder {
	float: left;
	width: 300px;
	padding: 20px 0;
	margin: 0;
}
#additional-products-placeholder #inscription-placeholder {
	margin: 0 19px;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#relative-placeholder .b-header-3,
#inscription-placeholder .b-header-3,
#proposal-placeholder .b-header-3{
	float: left;
	clear: both;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	width: 260px;
	border-bottom: 1px dotted #eee;
	margin: 0 20px 10px;
	padding: 0;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #999;
	font-family: 'PT Sans Narrow';
}
/* Callback popup */
.popup#callback {
	display: none;
	z-index: 301;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	border-bottom: 2px solid #ccc;
	width: 200px;
	top: 195px;
	padding: 50px 15px 0;
	background: #f1f1f1 url(../images/noize-bg-pattern.png) repeat top center;
}
.popup#callback input[type="text"] {
	width: 180px;
	font-size: 16px;
}
.popup#callback input[type="submit"] {
	width: 200px;
}
/* Sell buttons */
ul.sell-buttons-list,
.sell-button {
	float: left;
	display: block;
	position: relative;
	width: 970px;
	height: 40px;
	margin: 10px 0 0;
	padding: 10px 15px;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	border-bottom: 2px solid #ccc;
	text-align: center;
	background: #f1f1f1 url(../images/noize-bg-pattern.png) repeat top center;
}
ul.sell-buttons-list {
	border-top: 1px solid #ccc;
}
.sell-button {
	width: auto;
	margin: 0 20px 20px 0;
}
.sell-button:hover {
	border-bottom-color: #00796b;
	background: #009786 url(../images/btn-face.png) repeat-x top left;
	text-decoration: none;
	overflow: hidden;
}
.sell-button:hover a {
	text-shadow: 0 1px 0 #00322d;
	color: #fff;
}
.sell-button:hover a img {
	font-weight: bold;
	opacity: 0;
	margin-left: -42px;
}
ul.sell-buttons-list > li {
	float: left;
	display: block;
	padding: 0 15px 0;
	margin: 0;
}
ul.sell-buttons-list > li:first-child {
	text-align: left;
}
ul.sell-buttons-list > li:nth-child(2) {
	position: absolute;
	left: 485px;
	width: 400px;
	margin: 0 -200px;
	text-align: center;
}
ul.sell-buttons-list > li:last-child {
	float: right;
	text-align: right;
}
ul.sell-buttons-list > li a,
ul.sell-buttons-list > li span,
.sell-button > a,
.sell-button > span {
	display: inline-block;
	border-radius: 2px;
	padding: 2px 10px;
	text-decoration: none;
	text-align: left;
	cursor: pointer;
	color: #00a898;
	font-size: 24px;
	white-space: nowrap;
	font-family: 'PT Sans Narrow';
	transition: all 200ms linear;
	height: 33px;
	line-height: 33px;
}
ul.sell-buttons-list > li a:hover,
ul.sell-buttons-list > li span:hover {
	color: #fff;
	background: #009786 url(../images/btn-face.png) repeat-x top left;
	text-decoration: none;
	overflow: hidden;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #00322d;
}
ul.sell-buttons-list > li img,
.sell-button img {
	transition: all 200ms linear;
	position: relative;
	margin: 0 10px -7px 0;
}
ul.sell-buttons-list > li a:hover img,
ul.sell-buttons-list > li span:hover img {
	opacity: 0;
	margin-left: -42px;
}
/* gallery */
.gallery {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	background: none;
	padding: 0;
}
.gallery .gallery-item {
	float: left;
	margin: 10px;
	width: 200px;
	height: 150px;
	overflow: hidden;
	background: #fff;
	position: relative;
	border: 7px solid #ccc;
	transition: border-color 200ms linear;
}
.gallery .gallery-item:hover {
	border-color: #00a898;
}
/*.gallery .gallery-item img,
.gallery .gallery-item span {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}*/
.gallery .gallery-item > span {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.gallery .gallery-item .floater {
	display: none;
}
.gallery .gallery-item > span img {
	display:inline-block;
	vertical-align:middle;
}
/* Player */
.video-frame-wrapper {
	float: left;
	position: relative;
	margin: 5px;
	background: #ccc;
	padding: 5px;
}
.video-frame-wrapper .heading {
	position: absolute;
	z-index: 101;
	background: #ccc;
	color: #000;
	top: 0;
	right: 0;
	text-shadow: 0 1px 0 #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'PT Sans Narrow';
	padding: 7px 20px;
}
/*article .video-frame-wrapper:nth-child(2n) {
	clear: left;
}*/
.vjs-default-skin .vjs-play-progress,
.vjs-default-skin .vjs-volume-level { 
	background-color: #00a898 !important;
}
.vjs-error .vjs-error-display:before {
	content: '\00D7' !important;
	text-shadow: none !important;
	font-size: 560px !important;
	font-weight: normal !important;
	opacity: .2 !important;
}
.vjs-big-play-button {
	margin: -1.3em -2em !important;
	top: 50% !important;
	left: 50% !important; 
}
/* Our works */
#our-works-link {
	float: left;
	width: 260px;
	background: #f1f1f1 url(../images/noize-bg-pattern.png) repeat top center;
	padding: 10px 20px;
	font-family: 'PT Sans Narrow';
	font-size: 24px;
	font-weight: bold;
	color: #333;
	height: 40px;
	line-height: 40px;
	border-bottom: 3px solid #dfdfdf;
	text-decoration: none;
	box-shadow: 0 2px 15px rgba(0,0,0,.1);
	text-align: left;
}
#our-works-link:hover {
	color: #00a898;
	background: #fff;
	box-shadow: 0 2px 15px rgba(0,0,0,.2);
}
#our-works-link img {
	float: left;
	position: relative;
	margin: 5px 15px -5px 0;
}
/* Cover */
#cover {
	position: relative;
	background-color: #eee;
	background-position: top center;
	background-repeat: no-repeat;
	width: 960px;
	padding: 20px;
	height: 250px;
	float: left;
}
#cover:after {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/cover-overlay.png) no-repeat center bottom;
  width: 1000px;
  height: 22px;
  overflow: hidden;
  left: 0;
  bottom: 0;
  z-index: 99;
}
#cover .pageheader {
	font-family: 'PT Sans Narrow';
	color: #222;
	text-shadow: 0 1px 0 #fff;
	font-weight: bold;
	font-size: 30px;
	line-height: 30px;
	margin: 10px 0 0 20px;
	max-width: 430px;
}
#cover .articul {
	margin: 5px 0 30px 20px;
	display: block;
	width: 200px;
	clear: both;
	color: #333;
}
#cover .price-wrapper,
.small-product-image-placeholder .price-wrapper {
	clear: both;
	position: absolute;
	bottom: 50px;
	margin: 0 0 0 20px;
	padding: 10px 15px;
	background: #777;
	background: rgba(0,0,0,.5);
	border-radius: 2px;
	color: #fff;
	text-shadow: 0 1px 0 #000;
}
#cover .price-wrapper > span,
.small-product-image-placeholder .price-wrapper > span {
	float: left;
	padding: 10px 15px;
	margin: -10px 20px -10px -15px;
	position: relative;
	border-radius: 2px 0 0 2px;
	display: block;
	background: #009786 url(../images/btn-face.png) repeat-x top left;
	color: #fff;
	text-shadow: 0 1px 0 #00322d;
}
/* product */
#catalog-out-placeholder {
	float: right;
	width: 750px;
}
#catalog-out-placeholder-full {
	float: left;
	width: 940px;
}
#catalog-out-placeholder .product-element:nth-child(3n) {
	margin: 0 0 10px 0;
}
/* inner small product */
.product-small.heading-wrapper,
.product-small.heading-wrapper .articul {
	float: left;
	width: 100%;
	clear: both;
}
.small-product-image-placeholder {
	position: relative;
	float: left;
	clear: left;
	width: 300px;
	padding: 0 20px 0 0;
	border-right: 1px solid #eee;
	margin: 10px 20px 10px 0;
}
.small-product-image-placeholder img {
	float: left;
}
.small-product-image-placeholder .price-wrapper {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 270px;
}
/* other elements */
ul.elements-list {
	float: left;
	width: 880px;
	margin: 40px 20px 20px;
}
ul.elements-list li {
	float: left;
	display: block;
	position: relative;
	background: #fff url(../images/preloader.gif) no-repeat center center;
	margin: 9px;
	list-style: none;
	width: 200px;
	height: auto;
	overflow: hidden;
	border: 1px solid #eee;
}
ul.elements-list li:hover {
	border-color: #ccc;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.other-var-element .subheading {
	position: relative;
	float: left;
	clear: both;
	height: 20px;
	line-height: 20px;
	padding: 10px;
	width: 180px;
	background: #777;
	background: rgba(0,0,0,.7);
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
/* Work Gallery */
#main-content-placeholder .gallery-menu-item {
	float: left;
	display: block;
	position: relative;
	width: 450px;
	padding: 0;
	height: 300px;
	line-height: 140px;
	margin: 0 9px 20px;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #efefef url(../images/preloader.gif) no-repeat center center;
}
.gallery-menu-item:first-child {
	clear: left;
}
#main-content-placeholder .gallery-menu-item:hover {
	box-shadow: 0 0 0 5px #00a898;
	border-color: #00a898;
}
#main-content-placeholder .gallery-menu-item img {
	margin: 0;
}
#main-content-placeholder .gallery-menu-item .heading {
	position: absolute;
	float: left;
	clear: both;
	height: 20px;
	left: 0;
	bottom: 0;
	line-height: 20px;
	padding: 7px 15px;
	width: 420px;
	white-space: nowrap;
	background: #777;
	background: rgba(0,0,0,.7);
	color: #fff;
	text-shadow: 0 1px 0 #000;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
/* Article IMG */
article img.justifyleft {
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}
article img.justifyright {
	float: right;
	margin: 0 0 20px 20px;
	padding: 0;
}
/* Counters */
a.metrika-informer {
	float: right;
	margin: 0;
	padding: 0;
	text-decoration: none;
	border: none;
}
/* Alert message */
#alert-message {
	float: left;
	padding: 20px;
	width: 958px;
	font-size: 22px;
	font-family: 'PT Sans Narrow';
	font-weight: bold;
	text-align: center;
	background: #009786 url(../images/btn-face.png) repeat-x top left;
	color: #c2fff8;
	text-shadow: 0 1px 0 #00322d;
	border: 1px solid #00a898;
}
/* callback */
#callback-form input[type="text"] {
	width: 280px;
}
#cbksubmit {
	float: right;
}
/* epitaphy-out-item */
.epitaphy-out-item {
	float: left;
	width: 370px;
	height: 190px;
	padding: 50px;
	margin: -5px 0;
	background: url(../images/epitaphy-bg.png) no-repeat center top;
	background-size: 100%;
}
#inscription-placeholder .epitaphy-out-item {
	width: 200px;
	height: 100px;
}
.epitaphy-out-item .heading {
	float: left;
	width: 100%;
	clear: both;
	text-align: center;
	font-weight: bold;
	font-family: 'PT Sans Narrow';
	font-size: 24px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 25px;
	margin: 0 0 5px;
}
#inscription-placeholder .epitaphy-out-item .heading {
	white-space: nowrap;
	padding: 0 0 10px;
	font-size: 20px;
	margin: 0 0 7px;
}
.epitaphy-out-item .epitaphy-text {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.epitaphy-out-item .epitaphy-text pre {
	font-family: 'PT Sans';
	line-height: 24px;
	font-size: 18px;
	text-align: left;
	margin: 0;
	padding: 0;
}
#inscription-placeholder .epitaphy-out-item .epitaphy-text pre {
	font-size: 14px;
	line-height: 16px;
}
/* Relative */
#relative-placeholder .product-element {
	margin: 0 30px 15px;
}
#relative-placeholder .product-element:last-child {
	margin: 0 30px;
}
/* aftercontent */
aside#our-production,
aside#our-stones,
aside#our-works,
aside#our-sketches,
aside#our-fences {
	float: left;
	width: 100%;
	clear: both;
	padding: 20px 32px;
	margin: 0;
	box-sizing: border-box;
}
aside#our-stones,
aside#our-sketches {
	background: rgba(0,0,0,0.05);
}
aside#our-production > .header-placeholder,
aside#our-stones > .header-placeholder,
aside#our-works > .header-placeholder,
aside#our-sketches > .header-placeholder,
aside#our-fences > .header-placeholder {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 20px;
}
aside#our-production > .header-placeholder .heading,
aside#our-stones > .header-placeholder .heading,
aside#our-works > .header-placeholder .heading,
aside#our-sketches > .header-placeholder .heading,
aside#our-fences > .header-placeholder .heading {
	font-weight: bold;
    font-size: 24px;
    font-family: 'PT Sans Narrow';
    color: #000;
    text-decoration: none;
    border-bottom: 1px dotted #00a898;
}
aside#our-production > .header-placeholder .heading:hover,
aside#our-stones > .header-placeholder .heading:hover,
aside#our-works > .header-placeholder .heading:hover,
aside#our-sketches > .header-placeholder .heading:hover,
aside#our-fences > .header-placeholder .heading:hover {
	border-bottom-style: solid;
}
aside#our-works .gallery-menu-item {
	float: left;
    margin: 10px;
    width: 430px;
    height: 280px;
    overflow: hidden;
    background: #fff;
    position: relative;
    border: 7px solid #ccc;
    transition: border-color 200ms
}
aside#our-works .gallery-menu-item:hover {
	border-color: #00a898;
}
aside#our-works .gallery-menu-item {
	
}
aside#our-stones .product-image-wrapper > img {
	min-height: 300px;
    width: 1000px;
    left: -460px;
}