@charset"utf-8";
/* Глобальные стили */
html {
	background: #fff;
}
body {
	float: left;
	display: block;
	width: 100%;
	background: none;
	margin: auto;
	min-width: 1000px;
	padding: 0;
	font-family: 'PT Sans', Tahoma, Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #444;
	line-height: 18px;
	text-shadow: 0 1px 0 #fff;
	text-align: left;
	overflow-x: hidden;
}
body * {
	line-height: 18px;
}
*::selection {
	color: #fff;
	text-shadow: 0 1px 0 #5a0002;
	background: #d12024;
}
/* Easing animation */
a {
	transition: all 500ms ease;
}
/* Links */
a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted #d12024;
}
a.imagewrapper {
	border: none;
}
a:active, a:hover {
	color: #d12024;
	border-color: #000;
}
/* 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-weight: bold;
	color: #000;
}
h1,
.b-header-1 {
	font-size: 24px;
}
h2,
.b-header-2 {
	font-size: 22px;
	line-height: 26px;
}
h3,
.b-header-3 {
	font-size: 20px;
	line-height: 24px;
}
h4,
.b-header-4 {
	font-size: 18px;
	line-height: 22px;
}
h5,
.b-header-5 {
	font-size: 16px;
	line-height: 20px;
}
p:not([class]) {
	margin: 0 0 15px;
}
blockquote {
	clear: both;
	padding: 5px 10px;
	margin: 5px 0 15px;
	border-left: 3px solid #ccc;
	background: #f1f1f1;
}
ol:not([class]), ul:not([class]) {
	margin: 0 0 10px;
}
ol:not([class]) li, ul:not([class]) li {
	margin: 0 0 7px;
	list-style-position: inside;
}
article ul:not([class]) > li, aside ul:not([class]) > li {
	list-style-position: inside;
	list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUeNpi+P//P8M+EQkJIDYGsUGYEciJYmBkXADksTIwMJwFYgcmJja26VABEDBm4edLZGLh4+NhQAIinh5mTEo1lZ8ZmZnBArz6egxKlRWnQAbH/nj2/M+nCxf///v9+yyQz8MAtVEaiEG2M4P4AAEGAGypOYntcInHAAAAAElFTkSuQmCC');
	margin-bottom: 7px;
}
article ol:not([class]) > li, aside ol:not([class]) > li {
	list-style-position: inside;
}
article ul+ul:not([class]) > li, aside ul+ul:not([class]) > li {
	list-style-type: square;
}
/* Content tables */
article table {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	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: rgba(255, 255, 255, .6);
}
article table.noborder {
	background: none;
	color: inherit;
}
article table.noborder td, article table.noborder th {
	border: none;
	background: none;
}
article table.noborder tr:nth-child(odd) {
	background: none;
}
/* Blocks */
.wrapper {
	float: none;
	width: 1070px;/*1000px;*/
	height: auto;
	margin: 0 auto;
	padding: 0;
}
#logo {
	float: left;
	display: block;
	margin: 20px 0 30px 0;
	padding: 0;
	font-size: 14px;
	height: 70px;
	width: 260px;
	text-indent: -999px;
	overflow: hidden;
	border: none;
	background: url(../images/ui-sprite.png) no-repeat -23px -10px;
}
header, section, footer {
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}
header {
	background: #f2f2f2 url(../images/body-top-x.png) repeat-x top left;
	padding: 3px 0 0;
}
section {
}
footer {
	border-top: 1px solid #e0dfde;
	background: #fff url(../images/preloader.gif) no-repeat center center;
}

/* Main menu */
ul.main-menu {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
}
ul.main-menu > li {
	display: inline-block;
	margin: 0;
	position: relative;
}
ul.main-menu > li a,
ul.main-menu > li span {
	display: block;
	float: left;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 15px;
	padding: 0 20px;
	border-bottom: 4px solid transparent;
}
ul.main-menu > li.active span, ul.main-menu > li a:hover, ul.main-menu > li span.nolink:hover {
	background: #ddd;
	border-color: #d12024;
	color: #000;
}
ul.main-menu > li > ul {
	display: block;
	position: absolute;
	left: 0;
	top: 55px;
	background: #efefef;
	border-bottom: 2px solid #aaa;
	box-shadow: 0 2px 5px rgba(0,0,0,.25);
	transition: all 200ms linear;
	max-height: 0px;
	opacity: 0;
	overflow: hidden;
}
ul.main-menu > li:hover > ul {
	opacity: 1;
	max-height: 500px;
	z-index: 100;
}
ul.main-menu > li > ul li {
	display: block;
	width: 100%;
}
ul.main-menu > li > ul li a,
ul.main-menu > li > ul li span {
	float: left;
	white-space: nowrap;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-size: 13px;
	display: block;
	line-height: 20px;
	height: auto;
	margin: 3px 0;
	padding: 7px 15px;
	border-bottom: none;
}
ul.service-menu {
	float: left;
	width: 100%;
	text-align: center;
}
ul.service-menu > li {
	display: inline-block;
	height: 37px;
	margin: 0 10px;
}
ul.service-menu > li > a,
ul.service-menu > li > span {
	line-height: 37px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	border-bottom: none;
}
ul.service-menu > li:hover a,
ul.service-menu > li.active span {
	border-bottom: 1px solid #d12024;
}
ul.service-menu > li > i {
	float: left;
	display: block;
	width: 20px;
	height: 37px;
	margin: 0 5px 0 0;
	background: url(../images/ui-sprite.png) no-repeat -15px -156px;
}
ul.service-menu > li#pg-type-35 > i {
	background-position: -15px -156px;
}
ul.service-menu > li#pg-type-36 > i {
	background-position: -56px -156px;
}
ul.service-menu > li#pg-type-37 > i {
	background-position: -102px -156px;
}
ul.service-menu > li#pg-type-38 > i {
	background-position: -142px -156px;
}
ul.service-menu > li#pg-type-39 > i {
	background-position: -182px -156px;
}
/* Header Blocks */
.header-top-line-wrapper {
	float: left;
	width: 100%;
	background: url(../images/header-level-one-bg.png) repeat-x top left;
	height: 120px;
}
.header-line-first-menu-wrapper {
	float: left;
	width: 100%;
	background: url(../images/header-level-two-bg.png) repeat-x top left;
	height: 50px;
	border-bottom: 3px solid #cfcfcf;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
.header-line-second-menu-wrapper {
	float: left;
	width: 100%;
	background: url(../images/header-level-three-bg.png) repeat-x top left;
	height: 35px;
	border-bottom: 2px solid #e1e1e1;
	box-shadow: 0 2px 3px rgba(0,0,0,.1);
}
header span.hr {
	float: left;
	display: block;
	margin: 0 20px;
	width: 2px;
	height: 120px;
	background: url(../images/hr.png) no-repeat left top;
}
.header-phones {
	float: left;
	padding: 0 20px 0 30px;
	margin: 15px 20px 0 0;
}
.header-time {
	float: left;
	padding: 0 0 0 20px;
	margin: 15px 0 0;
}
.header-phones > .heading,
.header-time > .heading,
.footer-phones > .heading,
.footer-time > .heading,
.quck-order-form-wrapper > .heading {
	position: relative;
	color: #343434;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 5px;
}
.header-phones > .heading > i,
.header-time > .heading > i {
	display: block;
	position: absolute;
	left: -30px;
	width: 30px;
	height: 22px;
	background: url(../images/ui-sprite.png) no-repeat -21px -123px;
}
.header-time > .heading > i {
	background-position: -166px -123px;
}
.footer-phones > .heading > i,
.footer-time > .heading > i,
.quck-order-form-wrapper > .heading > i {
	display: block;
	position: absolute;
	left: -30px;
	width: 30px;
	height: 22px;
	background: url(../images/ui-sprite.png) no-repeat -409px -72px;
}
.footer-phones > .heading > i {
	background-position: -451px -72px;
}
.footer-time > .heading > i {
	background-position: -490px -72px;
}
.header-phones > .phone,
.footer-phones > .phone {
	color: #000;
	margin: 0 0 2px;
}
.header-phones > .phone span,
.footer-phones > .phone span {
	color: #595959;
}
.header-phones > .phone span.place,
.header-time > .annotation.small,
.footer-phones > .phone span.place,
.footer-time > .annotation.small {
	font-size: 11px;
	color: #595959;
}
.header-phones > .phone.big,
.header-time > .time,
.footer-phones > .phone.big,
.footer-time > .time {
	font-size: 20px;
	margin: 0 0 4px;
}
.right-header-block {
	float: right;
	position: relative;
}
.enter-for-clients {
	margin: 20px 20px 10px;
	height: 32px;
	float: left;
	width: 230px;
	background: #dfdfdf url(../images/btn-face-gray.png) repeat-x top left;
	border-radius: 3px;
	border-bottom: 3px solid #9f9f9f;
}
.enter-for-clients > a {
	float: left;
	display: block;
	position: relative;
	margin: 0;
	padding: 0 10px 0 40px;
	height: 32px;
	line-height: 32px;
	border: none;
	border-right: 1px solid #ebebeb;
}
.enter-for-clients > a:hover {
	background-color: #fefefe;
}
.enter-for-clients > a i {
	display: block;
	position: absolute;
	left: 10px;
	top: 6px;
	width: 30px;
	height: 22px;
	margin: 0;
	background: url(../images/ui-sprite.png) no-repeat -121px -123px;
}
#button-eject,
#button-info {
	cursor: pointer;
	float: left;
	display: block;
	height: 32px;
	text-indent: -999px;
	overflow: hidden;
	width: 29px;
	background: url(../images/ui-sprite.png) no-repeat -53px -117px;
	border-left: 1px solid #d9d9d9;
	border-right: 1px solid #ebebeb;
	transition: all 200ms linear;
}
#button-info {
	border-right: none;
	background-position: -82px -117px;
	border-radius: 0 3px 3px 0;
}
#button-eject:hover,
#button-info:hover {
	background-color: #fefefe;
}
.user-buttons-wrapper {
	float: left;
	clear: both;
	width: 230px;
	margin: 0 20px 0;
}
.user-buttons-wrapper > span {
	float: left;
	padding: 3px 10px !important;
	font-size: 12px;
	width: 95px;
	text-align: center;
	border: none;
	border-bottom: 3px solid #9f9f9f;
}
.user-buttons-wrapper > span.mkqst {
	border-radius: 3px 0 0 3px;
	margin-right: -1px;
	background: #a40307 url(../images/btn-face.png) repeat-x left top;
	color: #fff;
	text-shadow: 0 1px 0 #200;
	border-color: #5a0002;
}
.user-buttons-wrapper > span.mkqst:hover {
	background-position: left bottom;
}
.user-buttons-wrapper > span.mkclbk {
	background: #dfdfdf url(../images/btn-face-gray.png) repeat-x top left;
 	color: #333;
 	text-shadow: 0 1px 0 #fff;
	border-radius: 0 3px 3px 0;
}
.user-buttons-wrapper > span.mkclbk:hover {
	border-color: #aaa;
}
aside#fixed-navi {
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	min-width: 100%;
	white-space: nowrap;
	background: #efefef url(../images/header-level-two-bg.png) repeat-x top left;
	height: 50px;
	border-top: 2px solid #a40307;
	border-bottom: 3px solid #cfcfcf;
	box-shadow: 0 2px 3px rgba(0,0,0,.2);
}
aside#fixed-navi .to-top {
	float: right;
	display: block;
	width: 30px;
	height: 20px;
	padding: 15px 0;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	background: #a40307 url(../images/btn-face.png) repeat-x left top;
	color: #fff;
	border-bottom: 5px solid #5a0002;
	text-shadow: 0 1px 0 #5a0002;
	cursor: pointer;
}
#fixed-navi ul.main-menu {
	float: left;
	width: auto;
}
#fixed-navi ul.main-menu li a,
#fixed-navi ul.main-menu li span {
	padding: 0 15px;
}
#fixed-navi #logo {
	margin: 0 5px 0 0;
	width: 144px;
	height: 50px;
	background: url(../images/logo-mini.png) no-repeat left -5px;
}
#fixed-navi #logo:hover {
	background-color: #ddd;
	border-bottom: 4px solid #d12024;
}
/* Content Bloks */
#main-slider-wrapper {
	float: left;
	width: 100%;
	clear: both;
	background: #fcfcfc url(../images/preloader.gif) no-repeat center center;
	height: 375px;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f3;
}
#main-slider-wrapper > .arrow {
	display: block;
	position: absolute;
	left: 30px;
	top: 50%;
	width: 32px;
	height: 202px;
	margin: -101px 0;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/ui-sprite.png) no-repeat -569px 0px;
	opacity: 0;
	z-index: 100;
	transition: all 200ms linear;
}
#main-slider-wrapper:hover > .arrow {
	opacity: .6;
}
#main-slider-wrapper > .arrow#main-slider-next {
	left: auto;
	right: 30px;
	background-position: -798px 0px;
}
#main-slider-wrapper > .arrow:hover {
	opacity: 1;
}
#slides, .slide {
	float: left;
	width: 100%;
	height: 375px;
}
.slide {
	background-position: center top;
}
.slide > .text {
	position: absolute;
	left: 50%;
	width: 460px;
	margin: 0 0 0 40px;
}
.slide-heading,
.slide-content {
	position: relative;
	float: left;
	width: 460px;
	padding: 40px 0;
}
.slide-heading {
	color: #d12024;
	font-size: 54px;
	line-height: 48px;
}
.slide-heading > u {
	text-decoration: none;
	border-bottom: 4px dotted #d12024;
}
.slide-content {
	bottom: 40px;
	color: #acacac;
	font-size: 20px;
	line-height: 24px;
}
.slide-content > p {
	margin-bottom: 30px;
}
.slider-pager {
	position: absolute;
	left: 50%;
	width: 500px;
	height: 20px;
	margin: 0 -250px;
	bottom: 20px;
	text-align: center;
	z-index: 10;
}
.slider-pager > a {
	display: inline-block;
	border: none;
	text-indent: -999px;
	overflow: hidden;
	width: 8px;
	height: 8px;
	border: 6px solid #bfbfbf;
	margin: 0 4px 0;
	box-shadow: 0 1px 0 #fff;
	border-radius: 20px;
	background-color: #bfbfbf;
	/*background: url(../images/ui-sprite.png) no-repeat -237px -123px;*/
}
.slider-pager > a.activeSlide {
	background: transparent;
	border-color: #d12024;
	/*background-position: -207px -123px;*/
}
#after-slider-info {
	float: left;
	position: relative;
	background: #e2e2e2 url(../images/after-slider-bg-x.png) repeat-x left top;
	border-bottom: 4px solid #c3c3c3;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
	padding: 0 0 5px;
	z-index: 10;
}
#after-slider-info ul.features {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
}
#after-slider-info ul.features > li {
	display: inline-table;
	padding: 20px 5px 0 70px;
	margin: 5px 10px;
	font-size: 18px;
	min-height: 60px;
	text-align: left;
	background: url(../images/line-icons.png) no-repeat left top;
}
#after-slider-info ul.features > li:nth-child(2) {
	background-position: -410px -30px;
}
#after-slider-info ul.features > li:nth-child(3) {
	background-position: -710px -30px;
}
#after-slider-info ul.features > li:nth-child(4) {
	background-position: -930px -30px;
}
#after-slider-info ul.features > li:nth-child(5) {
	background-position: -1197px -30px;
}
#after-slider-info ul.features > li:nth-child(6) {
	background-position: -1427px -30px;
}
#after-slider-info ul.features > li span.red {
	color: #d12024;
}
#after-slider-info ul.features > li span.small {
	font-size: 10px;
	white-space: nowrap;
	line-height: 12px;
}
#after-slider-info ul.features > li span.big {
	white-space: nowrap;
}
#after-slider-info ul.features > li.first {
	width: 240px;
	min-height: 90px;
	padding: 35px 10px 0 120px;
	margin: -30px 10px -40px;
}
#after-slider-info ul.features > li.first strong {
	font-size: 22px;
	line-height: 28px;
}
#content-composition {
	padding: 10px 0;
}
#content-composition .wrapper > .left-column {
	float: left;
	width: 640px;
	margin: 0 40px 0 0;
}
#content-composition .wrapper > .right-column {
	float: left;
	width: 320px;
}
.benefits {
	float: left;
	background: #f4f4f4;
	border-radius: 4px;
	border-bottom: 4px solid #cacaca;
}
.benefits > .heading {
	padding: 10px 20px;
	font-size: 20px;
	line-height: 22px;
	border-bottom: 1px solid #dadada;
	box-shadow: 0 1px 0 #fff;
	margin: 0;
	color: #2c2c2c;
}
.benefits-item {
	float: left;
	padding: 20px 20px 20px 80px;
	border-bottom: 1px solid #dadada;
	box-shadow: 0 1px 0 #fff;
	background: url(../images/benefits-icons.png) no-repeat left top;
}
.benefits-item:nth-child(3) {
	background-position: 0px -120px;
}
.benefits-item:nth-child(4) {
	background-position: 0px -280px;
}
.benefits-item:nth-child(5) {
	background-position: 0px -465px;
}
.benefits-item:last-child {
	border-bottom: none;
	box-shadow: none;
}
.benefits-item p.heading {
	color: #d12024;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 10px;
}
.benefits-item p {
	margin: 0;
}
#infographic {
	float: left;
	width: 640px;
	height: 870px;
	margin: 0 0 20px;
	border-bottom: 4px solid #cacaca;
	background: #e8e8e8 url(../images/infographic-main-bg.jpg) no-repeat left top;
}
#infographic > .step {
	float: left;
	width: 100%;
	height: 147px;
}
.step .red {
	color: #d12024;
	font-weight: bold;
}
.step.i6 .step-content {
	font-size: 23px;
	padding: 50px 0 0 40px;
	width: 330px;
}
.step.i5 .step-content {
	float: right;
	width: 330px;
	font-size: 18px;
	padding: 40px 40px 0;
}
.step.i4 .step-content {
	float: left;
	padding: 20px 0 0 40px;
	font-size: 16px;
	width: 300px;
}
.step.i3 .step-content {
	float: right;
	width: 360px;
	margin: 40px 40px 0 0;
}
.step.i2 .step-content {
	float: left;
	width: 230px;
	margin: 10px 0 0 20px;
}
.step.i2 .step-content p {
	margin-bottom: 10px;
}
.step.i2 .step-content p:last-child {
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
}
.step.i2 .step-content span.yandex b {
	color: #fd0000;
}
.step.i2 .step-content span.google {
	color: #ffbf10;
}
.step.i2 .step-content span.google .g {
	color: #1a70ef;
}
.step.i2 .step-content span.google .e {
	color: #d74833;
}
.step.i2 .step-content span.google .l {
	color: #009b58;
}
.step.i1 .step-content {
	float: right;
	width: 320px;
	margin: 25px 40px 0 0;
}
.step.i1 .step-content p {
	margin: 0 0 35px;
	width: 220px;
}
.step.i1 .step-content p:last-child {
	font-size: 22px;
	white-space: nowrap;
}
.step.i1 .step-content .red {
	font-weight: normal;
}
#results, #reviews {
	float: left;
	background: #f1f1f1;
	border-bottom: 4px solid #cacaca;
	height: 390px;
}
#results {
	width: 390px;
	margin: 0 20px 0 0;
}
#reviews {
	width: 230px;
}
#results > .heading,
#reviews > .heading {
	font-weight: bold;
	font-size: 20px;
	padding: 15px 20px;
	border-bottom: 1px solid #e1e1e1;
	box-shadow: 0 1px 0 #fff;
}
.controls-wrapper {
	float: right;
	font-size: 12px;
	font-weight: normal;
}
.controls-wrapper #results-next {
	border-bottom: 1px dotted #d12024;
	cursor: pointer;
	margin: 0 20px 0 0;
	position: relative;
	cursor: pointer;
}
.controls-wrapper #results-next:after {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -30px;
	top: 0;
	background: url(../images/ui-sprite.png) no-repeat -375px -70px;
}
#reviews .controls-wrapper .control {
	display: inline-block;
	width: 10px;
	height: 20px;
	cursor: pointer;
	background: url(../images/ui-sprite.png) no-repeat -375px -70px;
	text-indent: -999px;
	overflow: hidden;
	margin: -7px 2px;
}
#reviews .controls-wrapper .control#review-prev {
	background-position: -335px -70px;
}
#results .content, #reviews .content {
	float: left;
	width: 100%;
	margin: 0;
}
#results .content > p, #reviews .content > p {
	text-align: center;
	margin: 20px 0;
}
#reviews .review-item-wrapper {
	float: left;
	padding: 10px 20px 0;
}
#reviews .review-item-wrapper > .review-content {
	float: left;
	width: 100%;
	height: 290px;
	margin: 0 0 10px;
	overflow: hidden;
	position: relative;
}
#reviews .review-content:after {
	content: '';
	display: block;
	width: 100%;
	height: 50px;
	z-index: 100;
	position: absolute;
	left: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent, #f1f1f1);
}
#reviews .review-item-wrapper > .bottom-info {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
#reviews .review-item-wrapper > .bottom-info a.name {
	border: none;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}
#reviews .review-item-wrapper > .bottom-info a:last-child {
	float: right;
}
#after-content-place {
	float: left;
	width: 100%;
	background: #eee;
	box-shadow: 0 2px 5px rgba(0,0,0,.1);
}
#after-content-place > .decision {
	float: left;
	width: 100%;
	background: #dfdfdf url(../images/s-x-bg.png) repeat-x top left;
	border-bottom: 1px solid #fff;
}
#after-content-place > .faq {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #dfdfdf url(../images/s-x-bg.png) repeat-x top left;
	border-bottom: 4px solid #bdbdbd;
}
.decision > .heading {
	float: left;
	width: 100%;
	line-height: 48px;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 18px;
	border-bottom: 1px solid #d4d4d4;
	box-shadow: 0 1px 0 #f0f0f0;
	margin: 0 0 5px;
}
.decision ul {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	text-align: center;
}
.decision ul li.problem-list {
	display: inline-block;
	text-align: left;
	color: #230d0d;
	font-size: 14px;
	margin: 0 10px 25px 10px;
	padding: 10px 0 0 35px;
	line-height: 16px;
	background: url(../images/ui-sprite.png) no-repeat -5px -200px;
}
.decision ul li.problem-list p {
	margin: 0;
}
.decision ul li.problem-list .button {
	margin-top: 15px;
}
.decision ul li.problem-list.element-1 {
	margin-left: 0;
	background-position: -5px -200px;
}
.decision ul li.problem-list.element-2 {
	background-position: -217px -200px;
}
.decision ul li.problem-list.element-3 {
	background-position: -427px -200px;
}
.decision ul li.problem-list.element-4 {
	background-position: -619px -200px;
}
.decision ul li.problem-list.element-5 {
	margin-right: 0;
	background-position: -806px -200px;
}
#after-content-place > .faq .line {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 15px;
}
#after-content-place > .faq .line:last-child {
	margin-bottom: 0;
}
#after-content-place > .faq .line .qstn {
	float: left;
	width: 100%;
	clear: both;
	font-weight: bold;
	font-size: 16px;
}
#after-content-place > .faq .line .qstn:before {
	float: left;
	content: '';
	display: block;
	margin: 0 7px 0 0;
	width: 20px;
	height: 20px;
	background: url(../images/ui-sprite.png) no-repeat -270px -123px;
}
#after-content-place > .faq .line .answr {
	float: left;
	width: 100%;
	font-size: 16px;
	clear: both;
	margin: 0 0 0 28px;
}
#after-content-place > .faq .line .answr:before {
	content: '\2014';
	float: left;
	margin: 0 4px 0 0;
	color: #aaa;
}
#how-we-work-wrapper {
	float: left;
	width: 100%;
	background: #f0f0f0 url(../images/hww-x-bg.png) repeat-x top left;
	border-bottom: 5px solid #e2e2e2;
	box-shadow: 0 2px 6px rgba(0,0,0,.2);
}
#how-we-work-wrapper .wrapper {
	position: relative;
	min-height: 513px;
	background: url(../images/hww-bg.jpg) no-repeat center top;
}
#how-we-work-wrapper .type-info-place {
	font-size: 16px;
	color: #000;
	width: 220px;
	position: absolute;
}
#how-we-work-wrapper .type-info-place.item-central {
	width: 180px;
	height: 200px;
	margin: -90px;
	position: absolute;
	left: 50%;
	top: 280px;
	text-align: center;
}
#how-we-work-wrapper .result {
	position: absolute;
	font-weight: bold;
	color: #850e10;
	font-size: 18px;
	top: 440px;
	right: 120px;
	text-align: center;
}
#how-we-work-wrapper .type-info-place.item-8 {
	top: 295px;
	right: 130px;
	text-align: right;
}
#how-we-work-wrapper .type-info-place.item-7 {
	top: 155px;
	right: 130px;
	text-align: right;
}
#how-we-work-wrapper .type-info-place.item-6 {
	top: 46px;
	right: 130px;
	text-align: right;
}
#how-we-work-wrapper .type-info-place.item-5 {
	top: 366px;
	right: 388px;
	text-align: center;
}
#how-we-work-wrapper .type-info-place.item-4 {
	top: 76px;
	right: 388px;
	text-align: center;
}
#how-we-work-wrapper .type-info-place.item-3 {
	top: 296px;
	left: 142px;
	text-align: left;
}
#how-we-work-wrapper .type-info-place.item-2 {
	top: 156px;
	left: 142px;
	text-align: left;
}
#how-we-work-wrapper .type-info-place.item-1 {
	top: 46px;
	left: 142px;
	text-align: left;
}
#clietns {
	float: left;
	width: 100%;
	padding: 20px 0;
	text-align: center;
}
aside#order-form {
	float: left;
	margin: 20px 0 0;
	background: #f8f8f8;
	border-bottom: 5px solid #e0e0e0;
}
aside#order-form .heading {
	line-height: 45px;
	height: 45px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ececec;
	box-shadow: 0 1px 0 #fff;
	margin: 0 0 10px;
}
aside#order-form form,
aside#order-form .thanks-message-wrapper {
	margin: 0 20px;
}
aside#order-form input {
	width: 258px;
}
aside#order-form input#order-submit {
	width: auto;
	text-align: left;
	font-weight: bold;
}
#main-content-wrapper {
	margin: 20px 0 0;
	padding: 20px 0;
	border-top: 1px solid #dedede;
	background: #f7f7f7;
}
#content-wrapper {
	padding: 20px 0;
}
#cases {
	float: left;
	padding: 20px 0;
	background: #f8f8f8;
	border-bottom: 4px solid #f1f1f1;
}
/* Footer Blocks */
.footer-map-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10;
}
.footer-map-overlay {
	z-index: 11;
	padding: 20px 0 0;
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	min-width: 100%;
	height: 460px;
	background: rgba(220,220,220,.8);
}
.footer-menu-main-wrapper {
	float: left;
	width: 100%;
	border-bottom: 1px solid #cacaca;
	padding: 0 0 20px;
}
a.htmlsitemap {
	float: right;
	font-size: 12px;
	position: relative;
}
a.htmlsitemap > i {
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	left: -23px;
	background: url(../images/ui-sprite.png) no-repeat -440px -25px;
}
ul.footer-menu {
	float: left;
	display: block;
	width: 100%;
	margin: 0;
}
ul.footer-menu > li {
	float: left;
	display: block;
	width: 100px;
	margin: 0 25px 0 0;
}
ul.footer-menu > li > a,
ul.footer-menu > li > span {
	font-size: 15px;
	text-decoration: none;
	border-bottom: none;
}
ul.footer-menu > li.active > span {
	font-weight: bold;
}
ul.footer-menu > li > a:hover {
	text-decoration: underline;
}
ul.footer-menu > li > ul {
	display: block;
	float: left;
	margin: 7px 0 0;
}
ul.footer-menu > li > ul > li {
	display: block;
	width: 100%;
	clear: both;
	margin: 0 0 5px;
}
ul.footer-menu > li > ul > li a,
ul.footer-menu > li > ul > li span {
	font-size: 12px;
	border: none;
	text-decoration: underline;
	line-height: 12px;
}
ul.footer-menu > li > ul > li.active span {
	font-weight: bold;
	text-decoration: none;
}
.footer-content-wrapper {
	float: left;
	width: 100%;
	padding: 20px 0 0;
	clear: both;
	border-top: 1px solid #ebebeb;
}
.copyright {
	float: left;
	width: 230px;
	font-size: 15px;
	margin: 0 20px 0 0;
}
.show-map-button {
	display: block;
	width: 124px;
	height: 33px;
	background: url(../images/ui-sprite.png) no-repeat -328px -116px;
	padding: 0 0 0 57px;
	line-height: 33px;
	font-weight: bold;
	color: #e0dfde;
	border: none;
	font-size: 14px;
	text-shadow: none;
	opacity: .6;
	margin: 15px 0 0 0;
}
.show-map-button:hover {
	opacity: 1;
	color: #e0dfde;
}
.show-footer-map-overlay {
	display: none;
	z-index: 200;
	position: absolute;
	width: 100%;
	clear: both;
	border-bottom: 5px solid #ccc;
	text-align: center;
	bottom: 0;
	left: 0;
}
.show-footer-map-overlay > span {
	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px 5px 0 0;
	background: #ccc;
	text-shadow: 0 1px 0 #aaa;
}
.quck-order-form-wrapper,
.footer-phones,
.footer-time {
	float: left;
	width: 200px;
	margin: 0 25px;
}
.quck-order-form-wrapper label {
	margin: 0 0 2px;
	padding: 0;
}
.quck-order-form-wrapper input[type="text"] {
	background: rgba(255,255,255,.4);
	width: 160px;
}
.quck-order-form-wrapper input#order-submit {
	width: 182px;
}
/* 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;
	text-align: center;
}
.paging > span {
	display: inline-block;
	line-height: 18px;
	margin: 2px;
	padding: 4px 8px;
	color: #fff;
	background: #a40307 url(../images/btn-face.png) repeat-x left top;
	border-radius: 3px;
	border: 1px solid #a40307;
	text-shadow: 0 1px 0 #5a0002;
}
.paging > a {
	display: inline-block;
	padding: 4px 8px;
	margin: 2px;
	text-decoration: none;
	line-height: 18px;
	color: #888;
	background: transparent;
	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: #cf1e22;
	border-color: #cf1e22;
	box-shadow: 0 0 5px #cf1e22;
}
img.prev-article-image {
	float: left;
	border: 5px solid #fff;
	box-shadow: 0 2px 4px rgba(0,0,0,.05);
	margin: 0 10px 2px 0;
}
/* Blog */
.news-item, .blog-item {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #eee;
	padding: 10px 20px 10px 57px;
	margin: 0 0 15px;
	position: relative;
}
.news-item a.button, .blog-item a.button {
	float: right;
}
.news-item .b-header-2, .blog-item .b-header-2 {
	line-height: 24px;
	margin: 0 0 7px;
}
.introtext-wrapper {
	padding-top: 5px;
}
.introtext-wrapper > p {
	margin: 0 0 7px;
}
.introtext-wrapper > p:last-child {
	margin: 0;
}
.date-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	padding: 5px 7px;
	margin: 0;
	background: #a40307;
	font-size: 12px;
	color: #ffc6c7;
	text-align: center;
	text-shadow: 0 1px 0 #5a0002;
}
.date-wrapper > strong {
	float: left;
	line-height: 20px;
	color: #fff;
	margin: 0;
	display: block;
	font-size: 20px;
	width: 100%;
}
.half-wrapper {
	float: left;
	width: 490px;
	padding: 0 10px 0 0;
}
.half-wrapper:nth-child(2) {
	padding: 0 0 0 10px;
}
.half-wrapper > .b-header-1 {
	float: left;
	display: block;
	margin: 0 0 10px;
}
/* Allerts */
.errors {
	float: left;
	padding: 7px 24px 17px 14px;
	font-size: 14px;
	max-width: 300px;
	min-width: 300px;
	line-height: 14px;
	position: fixed;
	left: 50%;
	top: 50%;
	z-index: 300;
	margin: 0 -169px;
	cursor: pointer;
	border-radius: 4px;
	background: #f8f8f8;
	border: 1px solid #f1f1f1;
	color: #333;
	box-shadow: inset 0 1px 0 0 #fff, 0 2px 14px rgba(0,0,0,.5);
	text-shadow: 0 1px 0 #fff;
}
.errors:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	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;
	width: 16px;
	height: 16px;
	opacity: .3;
	border-radius: 2px;
	padding: 0;
	margin: 5px 5px 0 0;
}
.errors:hover:after {
	opacity: 1;
}
.errors strong {
	float: left;
	width: 290px;
	padding: 11px 30px 5px 20px;
	display: block;
	font-size: 16px;
	margin: -7px -24px 7px -15px;
	background: #f3f3f3;
	border-bottom: 1px solid #efefef;
	box-shadow: 0 1px 0 0 #fff;
}
.errors .requiredlist {
	float: left;
	width: 100%;
	clear: both;
}
.errors .requiredlist > span {
	display: inline-block;
	font-size: 14px;
	color: #a40307;
	font-weight: bold;
	margin: 0 5px 0 0;
	border-bottom: 1px dotted #ccc;
}
/* Window */
html.overlayed {
	overflow: hidden;
}
.overlay {
	position: fixed;
	min-width: 100%;
	min-height: 100%;
	background-color: #222;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100000;
	overflow: hidden;
	display: none;
}
.window {
	float: left;
	color: #777;
	position: fixed;
	width: 300px;
	top: -2000px;
	left: 50%;
	background: #fafafa;
	background: linear-gradient(to bottom, #fafafa, #eee);
	border: 1px solid #ccc;
	padding: 50px 15px 15px;
	margin: 0 -165px;
	border-radius: 3px;
	box-shadow: 0 3px 15px rgba(0,0,0,.4);
}
.window#problem-report-window {
	width: 600px;
	margin: 0 -315px;
}
.window input[type="text"],
.window textarea {
	width: 270px;
	max-width: 270px;
}
.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;
}
.eject-helper-window,
.info-helper-window-popup {
	position: absolute;
	display: none;
	right: 0;
	top: 53px;
	width: 300px;
	padding: 10px 15px;
	background: #fff;
	box-shadow: 0 2px 7px rgba(0,0,0,.2);
	font-size: 11px;
	line-height: 20px;
	z-index: 200;
}
.info-helper-window-popup p {
	line-height: 16px;
	margin: 0 0 7px;
}
.info-helper-window-popup:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom-color: #fff;
	top: -15px;
	right: 25px;
}
/* Manager info */
.manager-info {
	float: right;
	position: fixed;
	bottom: 10px;
	right: 10px;
	padding: 7px 15px;
	width: 170px;
	text-align: left;
	margin: 0;
	background: #657587;
	border: 1px solid #4c5865;
	border-radius: 2px;
	color: #eee;
	text-shadow: 0 1px 0 #000;
	font-size: 11px;
	opacity: 1;
}
#breadcrumbs {
	float: left;
	width: 100%;
	background: #efefef;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	font-size: 12px;
	border-bottom: 2px solid #ddd;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0,0,0,.05);
}
#breadcrumbs .separator {
	color: #ccc;
}
.B_currentCrumb {
	font-weight: bold;
}
/* Content */
.content-year {
	display: inline-block;
	position: relative;
	margin: 2px 15px 2px 0;
	padding: 4px 7px;
	border-left: 2px solid #a40307;
	background: #eee;
	font-weight: bold;
	font-size: 14px;
	height: 10px;
	line-height: 10px;
}
.content-year:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 -18px;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-left-color: #eee;
}
.vacancy-element {
	float: left;
	box-sizing: border-box;
	width: 100%;
	margin: 0 0 15px;
	border: 1px solid #ddd;
	background: #efefef;
}
.vacancy-name,
.gallery-item-wrapper > .trigger.heading {
	background: #e1e1e1;
	border-bottom: 1px solid #ddd;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
}
.vacancy-name .zp {
	float: right;
	font-size: 14px;
	font-weight: normal;
	white-space: nowrap;
}
.vacancy-name .zp b {
	color: #d12024;
}
.vacancy-info {
	padding: 10px 20px;
}

.gallery-item-wrapper {
	float: left;
	width: 998px;
	margin: 0;
	border: 1px solid #ddd;
	background: #efefef;
}

.gallery-item-wrapper > .trigger.heading {
	float: left;
	cursor: pointer;
	margin: 0;
}
.gallery-item-wrapper.active > .trigger.heading {
	color: #fff;
	text-shadow: 0 1px 0 #5a0002;
	background: #a40307 url(../images/btn-face.png) repeat-x left top;
}
.gallery-content {
	float: left;
	display: block;
	width: 998px;
	margin: 7px 0 0;
}
.gallery-content .g-text {
	padding: 0 20px;
}
.gallery-content .gallery {
	margin: 0 18px;
}
.gallery-content .gallery a {
	float: left;
	display: block;
	border: 5px solid #fff;
	margin: 5px;
}
.gallery-content .gallery a > img {
	display: block;
}

/* HTML Sitemap */
ul.html-sitemap {
	float: left;
	width: 100%;
	clear: both;
}
ul.html-sitemap li {
	margin: 0 0 10px;
	list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAHCAYAAADAp4fuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUeNpi+P//P8M+EQkJIDYGsUGYEciJYmBkXADksTIwMJwFYgcmJja26VABEDBm4edLZGLh4+NhQAIinh5mTEo1lZ8ZmZnBArz6egxKlRWnQAbH/nj2/M+nCxf///v9+yyQz8MAtVEaiEG2M4P4AAEGAGypOYntcInHAAAAAElFTkSuQmCC');
}
ul.html-sitemap > li {
	font-size: 16px;
}
ul.html-sitemap > li ul > li {
	font-size: 14px;
}
ul.html-sitemap > li ul ul > li {
	font-size: 12px;
}
ul.html-sitemap li ul {
	margin: 5px 0 5px 15px;
}

/* Results */
.results-item-wrapper {
	left: left;
	width: 350px;
	padding: 10px 20px 15px;
}
.results-item-wrapper .top-column {
	float: left;
	width: 100%;
	margin: 0;
}
.results-item-wrapper .bottom-column {
	float: left;
	width: 100%;
	margin: 10px 0 0;
}
.bottom-column a.sitelink {
	float: right;
	padding-top: 10px;
}
.results-item-wrapper .heading {
	display: inline-block;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	line-height: 40px;
}
.results-item-wrapper .heading img {
	float: left;
	margin: 5px 0 0;
}
.results-item-wrapper .workstart {
	font-size: 14px;
	color: #4e4e4e;
}
.results-item-wrapper table.results-table {
	width: 100%;
}
.results-item-wrapper table.results-table td {
	padding: 2px 4px;
	color: #414141;
	border: 1px solid #c1c1c1;
}
.results-item-wrapper table.results-table td.position {
	font-weight: bold;
}
/* Revies */
#reviews-full .review-item-wrapper {
	float: left;
	width: 100%;
	margin: 0 0 15px;
	padding: 10px 19px;
	box-sizing: border-box;
	border-bottom: 5px solid #ddd;
	background: #efefef;
	border-radius: 2px;
}
#reviews-full .review-item-wrapper .heading {
	display: block;
	font-size: 20px;
	font-weight: bold;
	padding: 0 19px 10px;
	margin: 0 -19px 10px;
	border: none;
	width: 100%;
	clear: both;
	border-bottom: 1px solid #e2e2e2;
	box-shadow: 0 1px 0 #fff;
}
#reviews-full .review-item-wrapper .bottom-info {
	float: left;
	margin: 10px 0 0;
}
/* Clients logos */
.clients-logos-list {
	float: left;
	text-align: center;
	margin: 0 0 10px;
}
.clients-logos-list > a {
	display: inline-block;
	overflow: hidden;
	width: 200px;
	height: 90px;
	border: none;
	margin: 10px 0;
	opacity: .7;
	border-radius: 3px;
}
.clients-logos-list > a:hover {
	opacity: 1;
	background-color: #f8f8f8;
}
.clients-logos-list > a img {
	margin: 0 10px;
}
aside.submenu-part {
	float: left;
	width: 340px;
	margin: 0 20px 0 0;
}
article.content-part {
	float: left;
	width: 700px;
}
aside.submenu-part > ul.sub-menu {
	float: left;
	margin: 0;
	/*background: #f8f8f8;*/
	border-bottom: 5px solid #e0e0e0;
}
ul.sub-menu {
	width: 100%;
	line-height: 23px;
}
ul.sub-menu > li {
	background: #f2f2f2 url(/frontend/images/btn-face-gray.png) repeat-x left top;
	/*width: 260px;*/
	display: block;
	padding: 0 10px;
	line-height: 30px;
}
ul.sub-menu > li:hover {
	background: #f2f2f2;
}
ul.sub-menu > li.active {
	background: /*#a40307*/ url(../images/btn-face.png) repeat-x left top;
}
ul.sub-menu > li a,
ul.sub-menu > li span {

}
ul.sub-menu > li.active span {
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 0 #200;
}

#inner #clietns {
	border-top: 1px solid #dedede;
	background: #f7f7f7;
}
#inner #photos-small-wrapper {
	background: #e2e2e2 url(../images/after-slider-bg-x.png) repeat-x left top;
	border-top: 1px solid #ddd;
	border-bottom: 4px solid #c3c3c3;
	padding: 20px 0;
}
#photos-small-wrapper .gallery {
	float: left;
	width: 100%;
	margin: 0;
}
#photos-small-wrapper .gallery-item {
	float: left;
	height: 85px;
	overflow: hidden;
	background: #eee url(../images/preloader.gif) no-repeat center center;
	margin: 2px 5px;
	padding: 0;
	border: 1px solid #eee;	
}
#photos-small-wrapper .gallery a {
	display: block;
	border: none;
	margin: 0;
}
#photos-small-wrapper .gallery a img {
	float: left;
}
aside.submenu-part #order-form {
	width: 280px;
}
aside.submenu-part #order-form input {
	width: 218px;
}
#results.small-relults {
	margin: 20px 0 0;
	width: 280px;
	height: auto;
	background: #f8f8f8;
	border-color: #e0e0e0;
}
#results.small-relults .results-item-wrapper {
	width: 240px;
}

aside.submenu-part #reviews {
	height: auto;
	width: 280px;
	margin: 20px 0 0;
	background: #f8f8f8;
	border-color: #e0e0e0;
}
aside.submenu-part #reviews .review-content:after {
	background: linear-gradient(to bottom, transparent, #f8f8f8);
}

#last-news-wrapper {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 20px 0;
	background: #f0f0f0 url(../images/hww-x-bg.png) repeat-x top left;
	border-top: 1px solid #f1f1f1;
}
#last-news-wrapper p.b-header-3 {
	width: 100%;
	text-align: center;
}

#last-news-wrapper .news-item {
	width: 333px;
	border: none;
	margin: 0;
	padding: 0 15px 0 57px;
}
#last-news-wrapper .news-item .date-wrapper {
	top: auto;
	background: #f7f7f7;
	text-shadow: 0 1px 0 #fff;
	color: #666;
}
#last-news-wrapper .news-item .date-wrapper strong {
	color: #111;
}
#last-news-wrapper .news-item a.button {
	float: none;
}
#last-news-wrapper .news-item .b-header-2 {
	font-size: 16px;
}

#map-full-wrapper {
	float: left;
	width: 100%;
	clear: both;
}
#feedback-form-wrapper {
	float: right;
	width: 240px;
	margin: 0 0 0 20px;
	background: #f8f8f8;
	border-bottom: 5px solid #e0e0e0;
	padding: 10px 20px;
}

.faq-line-wrapper {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 15px;
}
.faq-line-wrapper > li {
	display: block;
	clear: both;
	position: relative;
	width: 92%;
	padding: 10px 15px;
	border-bottom: 5px solid #ddd;
	background: #efefef;
	margin: 0 0 10px;
}
.faq-line-wrapper > li.qst {
	float: left;
	font-weight: bold;
	font-size: 14px;
}
.faq-line-wrapper > li.qst:before,
.faq-line-wrapper > li.ask:before,
.faq-line-wrapper > li.qst:after,
.faq-line-wrapper > li.ask:after {
	display: block;
	position: absolute;
	top: 5px;
	width: 0;
	height: 0;
	content: '';
	display: block;
	border: 10px solid transparent;
	z-index: 10;
}
.faq-line-wrapper > li.qst:before {
	left: -20px;
	border-right-color: #efefef;
}
.faq-line-wrapper > li.qst:after {
	top: 8px;
	left: -20px;
	z-index: 1;
	border-right-color: #ddd;
}
.faq-line-wrapper > li.ask:before {
	right: -20px;
	border-left-color: #f9f9f9;
}
.faq-line-wrapper > li.ask:after {
	top: 8px;
	right: -20px;
	z-index: 1;
	border-left-color: #eee;
}
.faq-line-wrapper > li.ask {
	float: right;
	background: #f9f9f9;
	border-color: #eee;
}

.action-item-wrapper {
	float: left;
	box-sizing: border-box;
	width: 480px;
	height: 250px;
	padding: 10px 15px;
	border-bottom: 5px solid #ddd;
	background: #efefef url(../images/preloader.gif) no-repeat center center;
	margin: 0 10px 15px;
	position: relative;
}
.action-item-wrapper img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.actions-content {
	float: left;
	position: relative;
	z-index: 3;
}

#problem-report-window .textwrapper {
	float: left;
	width: 100%;
	clear: both;
	margin: 0 0 15px;
}

/* Clients */
.client-full-wrapper {
	float: left;
	width: 180px;
	margin: 5px;
	padding: 4px;
	border: 1px solid #ddd;
	background: #efefef;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
	height: 220px;
}
.client-full-wrapper p.logo-annotation {
	width: 100%;
	clear: both;
	text-align: center;
}

/* Price */
table.costtable {
	margin: 0 0 20px;
}
table.costtable th,
table.costtable tr {
	text-align: center;
	padding: 10px 15px;
}
table.costtable th {
	font-size: 16px;
	background: #a40307 url(../images/btn-face.png) repeat-x left top;
	color: #fff;
	text-shadow: 0 1px 0 #5a0002;
}
table.costtable tr p {
	text-align: left;
}
table.costtable .qbcaller {
	margin: 5px 0 0;
}

img.capchaimage {
	border: 2px solid #fff;
	margin: 3px 0;	
}


ul.icons-32-list li {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
	width: 100%;
	margin: 2px 0 5px;
}
ul.icons-32-list li img {
	float: left;
	margin: 0 10px 0 0;
}

/* Blog & News */
#article-pub-info {
	float: left;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 0;
	border-top: 1px dotted #ccc;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.in-article-date-wrapper  {
	font-size: 12px;
}
.in-article-date-wrapper b {
	font-size: 14px;
}
ul.tags-list {
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
}
ul.tags-list li {
	display: inline-block;
}
ul.tags-list li a {
	padding: 2px 7px;
	background: #f1f1f1;
	color: #000;
	border-radius: 2px;
	margin: 0 3px;
	border: none;
}
ul.tags-list li a:hover {
	color: #fff;
	text-shadow: 0 1px 0 #400;
	background: #a40307 url(../images/btn-face.png) repeat-x left top;
}

#share-buttons {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 10px 0;
	background: #f1f1f1;
	border-radius: 2px;
	text-align: center;
}
#share-buttons > span {
	display: inline-block;
}

#comments-wrapper {
	float: left;
	width: 100%;
	clear: both;
	margin: 10px 0 0;
}

#articles-navi-box {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}
#articles-navi-box a {
	float: left;
}
#articles-navi-box a.next-article {
	float: right;
}


.hidefield {
    display: none;
}

.level2{background:white; margin:15px 0 15px 30px; /* margin-left:30px; margin-top:15px;*/ list-style-type: none;}
ul.level2 > li {line-height: 23px;  padding: 0 10px;}
ul.level2 > li.active {background:#B60F13; }
ul.sub-menu > li.active a.parlink{color:white; text-shadow: 0 1px 0 #200; font-weight: bold;}