/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.90 05.01.15 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(http://fonts.googleapis.com/css?family=Noto+Serif:400,700italic,700,400italic&subset=latin,cyrillic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	height: 100%;
	color: #5e5e5e;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #D47820;
	text-decoration: underline;
}
a:visited {
}
a:hover, a:hover:visited {
	text-decoration: none;
}
a:active {
}
.nu a:hover, a.nu:hover {
	text-decoration: underline;
}
.nu a, a.nu {
	text-decoration: none;
}
a.link_dashed, .link_dashed a {
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.link_dashed:hover, .link_dashed a:hover {
	border: 0;
	text-decoration: none;
}
.h1 {
	position: relative;
	font-family: 'Noto Serif', serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-style: italic;
	font-weight: bold;
	color: #303030;
	display: inline-block;
	margin: 0 0 27px;
	padding: 0 110px 0 0;
	line-height: 1.1;
}
.h1:before {
	content: "";
	border-top: 2px solid #b4b4b4;
	width: 95px;
	position: absolute;
	right: 0;
	bottom: 11px;
}
.h2 {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0 0 0.83em;
}
.h3 {
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: bold;
	margin: 0 0 1em;
}
.h4 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 1.33em;
}
.h5 {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	margin: 0 0 1.67em;
}
.h6 {
	font-size: 11px;
	font-size: 1.1rem;
	font-weight: bold;
	margin: 0 0 2.33em;
}
.x1 {
	position: relative;
	font-family: 'Noto Serif', serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-style: italic;
	font-weight: bold;
	color: #303030;
	margin: 0 0 28px;
	padding: 0 0 0 51px;
	line-height: 1.1;
}
.x1:before {
	content: "";
	border-top: 2px solid #b4b4b4;
	width: 39px;
	position: absolute;
	left: 0;
	top: 10px;
}
/*colors*/
/*end colors*/
/*fonts*/
.f-10 {
	font-size: 10px;
	font-size: 1rem;
}
.f-11 {
	font-size: 11px;
	font-size: 1.1rem;
}
.f-12 {
	font-size: 12px;
	font-size: 1.2rem;
}
.f-13 {
	font-size: 13px;
	font-size: 1.3rem;
}
.f-14 {
	font-size: 14px;
	font-size: 1.4rem;
}
.f-15 {
	font-size: 15px;
	font-size: 1.5rem;
}
.f-16 {
	font-size: 16px;
	font-size: 1.6rem;
}
.f-17 {
	font-size: 17px;
	font-size: 1.7rem;
}
.f-18 {
	font-size: 18px;
	font-size: 1.8rem;
}
.f-20 {
	font-size: 20px;
	font-size: 2rem;
}
/*end fonts*/
/*forms fields*/
.field {
	background: #fafafa;
	border: 1px solid #d8d8d8;
	border-radius: 2px;
	padding: 9px 14px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.field:focus {
	border-color: #51cbee;
	-webkit-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
	-moz-box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
	box-shadow: rgba(81, 203, 238, 1) 0px 0px 5px;
}
 .field:-moz-placeholder {
 opacity: 1;
 font-size:14px;
 color: #999999;
 font-style: italic;
}
 .field::-moz-placeholder {
 opacity: 1;
 font-size:14px;
 color: #999999;
 font-style: italic;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
 font-size:14px;
 color: #999999;
 font-style: italic;
}
 .field:-ms-input-placeholder {
 opacity: 1;
 font-size:14px;
 color: #999999;
 font-style: italic;
}
.field.placeholder {
	font-size: 14px;
	color: #999999;
	font-style: italic;
}
.field.invalid {
	background: #fff6f6;
	border: 1px solid #ff9e9e;
}
.parent_field {
	display: inline-block;
	vertical-align: top;
}
.invalid_message {
	display: block;
	color: red;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.valid_message {
	display: none;
	color: green;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
/*end forms fields*/
/*over blocks*/
.o {
	overflow: hidden;
}
.cx:before, .cx:after {
	content: "";
	display: table;
}
.cx:after {
	clear: both;
}
.ct {
	display: table;
}
.ct:after {
	content: '. . . . . . . . . . .';
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.05em;
	line-height: 0.05em;
}
/*end over blocks*/
/*other*/
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 10px;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 1px solid #a5b136;
}

::-moz-selection {
 background-color: rgba(255, 0, 0, 0.5);
 color: #fff;
 text-shadow: none;
}
::selection {
	background-color: rgba(255, 0, 0, 0.5);
	color: #fff;
	text-shadow: none;
}
 img::-moz-selection {
 background-color: transparent;
 -moz-box-shadow: none;
}
img::selection {
	background-color: transparent;
	box-shadow: none;
}
/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	position: relative;
	min-width: 1000px;
	margin: auto;
	min-height: 100%;
	z-index: 1;
	overflow: hidden;
}
.bg_top {
	background: url(../images/bg_top.png) repeat-x;
	height: 143px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -3;
}
.fig_promo {
	background: url(../images/pic20.jpg) no-repeat;
	width: 2000px;
	height: 134px;
	margin-left: -1000px;
	position: absolute;
	top: 143px;
	left: 50%;
	z-index: -2;
}
.inner {
	width: 1000px;
	margin: 0 auto 94px;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	padding: 94px 0 0 0;
	position: relative;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 131px;
	height: 69px;
	position: absolute;
	top: 9px;
	left: 15px;
	z-index: 1;
}
.logo .link {
	display: block;
	width: 131px;
	height: 69px;
}
.slogan {
	border-left: 1px solid #dbdbdb;
	padding: 15px 0 13px 16px;
	position: absolute;
	top: 10px;
	left: 161px;
	font-family: 'Noto Serif', serif;
	font-weight: bold;
	font-style: italic;
	color: #737373;
}
.contacts {
	background: url(../images/pic1.png) no-repeat;
	padding: 6px 0 0 57px;
	position: absolute;
	top: 22px;
	right: 0;
	font-family: 'Noto Serif', serif;
	text-align: right;
	line-height: 1.2;
}
.contacts .phone {
	font-size: 24px;
	font-weight: bold;
	color: #d47820;
}
.contacts .kod {
	color: #3b3b3b;
}
.contacts .link {
	font-size: 13px;
	color: #d47820;
}
.main_page .nav {
	margin: 0;
}
.nav {
	height: 49px;
	margin: 0 0 165px;
	position: relative;
	z-index: 10;
}
.nav:after {
	content: "";
	border-top: 1px solid rgba(72,57,37,0.08);
	position: absolute;
	top: 0;
	right: -10000px;
	left: -10000px;
}
.nav:before {
	content: "";
	background: url(../images/shadow_menu.png) repeat-x;
	height: 10px;
	position: absolute;
	bottom: -10px;
	right: -10000px;
	left: -10000px;
}
.nav> .list {
	display: table;
	width: 1000px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.nav> .list> .item {
	display: table-cell;
	vertical-align: top;
	font-family: 'Noto Serif', serif;
	font-size: 16px;
}
.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
	display: none;
}
.nav> .list> .item> .link {
	display: table;
	width: 100%;
	height: 49px;
	position: relative;
	color: #646464;
	text-decoration: none;
	z-index: 2;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav> .list> .item:hover> .link, .nav> .list> .active> .link {
	background: rgba(237,237,237,0.6);
	color: #373737;
}
.nav .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 30px;
	text-align: center;
}
.nav .sub {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	display: none;
	z-index: -1;
}
.nav .sub_menu {
	background: #f7f7f7;
	border-top: 1px solid rgba(255.255.255.0);
	display: block;
	padding: 14px 29px 9px;
	float: left;
	position: relative;
}
.nav .sub_menu .item {
	margin: 0 0 11px;
	font-size: 14px;
}
.nav .sub_menu .link {
	color: #646464;
	text-decoration: none;
}
.nav .sub_menu .link:hover {
	text-decoration: underline;
}
.nav .sub_menu .item:first-child .link {
	border: none;
}
.nav> .list> .item:hover .sub {
	display: block;
}
.carousel_1 {
	width: 100vw;
	height: 365px;
	margin-left: -50vw;
	position: relative;
    left: 50%;
}
.carousel_1> .list> .item {
	width: 100%;
    height: 100%;
	position: absolute;
	top: 0;
	right: 0;
    text-align: center;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);

}



.carousel_1> .list> .active {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
}

.carousel_1> .list> .new {
    -webkit-transform: translate(0%, 0);
    transform: translate(0%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1> .list> .old {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .text {
	background: rgba(0,0,0,0.36);
	padding: 24px 42px 26px;
	position: absolute;
	top: 115px;
	left: 50%;
	font-family: 'Noto Serif', serif;
	font-size: 44px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
    opacity: 0;
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.carousel_1 .active .text {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.carousel_1 .img {
	vertical-align: top;
}
.carousel_1 .tabs {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 16px;
	text-align: center;
	z-index: 3;
}
.carousel_1 .tabs .list {
	display: inline-block;
}
.carousel_1 .tabs .item {
	float: left;
	margin: 0 10px 0 0;
}
.carousel_1 .tabs .link {
	background: #fff;
	border: 2px solid #fff;
	border-radius: 7px;
	display: block;
	vertical-align: middle;
	width: 9px;
	height: 9px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.carousel_1 .tabs .active {
	background: #4a4a4a;
}
.box_services {
	margin: 0 0 33px;
	padding: 19px 0 13px;
	position: relative;
	text-align: center;
}
.box_services:before {
	content: "";
	background: url(../images/pic2.png);
	border-bottom: 1px solid #dedede;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.box_services .h1 {
	margin: 0 0 31px;
	padding: 0 110px;
}
.box_services .h1:after {
	content: "";
	border-top: 2px solid #b4b4b4;
	width: 95px;
	position: absolute;
	left: 0;
	top: 13px;
}
.box_services .h1:before {
	content: "";
	border-top: 2px solid #b4b4b4;
	width: 95px;
	position: absolute;
	right: 0;
	top: 13px;
}
.services_list_1 {
	margin: 0 0 0 -20px;
	text-align: center;
}
.services_list_1 .item {
	width: 235px;
	margin: 0 0 22px 20px;
	font-family: 'Open Sans', sans-serif;
	color: #6e6e6e;
	line-height: 1.4;
	text-align: left;
}
.services_list_1 .title {
	margin: 0 0 4px;
	line-height: 1.2;
}
.services_list_1 .link {
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	color: #d37f2c;
	text-decoration: none;
}
.services_list_1 .fig {
	border: 2px solid #b3b3b3;
	border-radius: 20px;
	float: left;
	display: block;
	width: 37px;
	height: 37px;
	margin: 0 8px 30px 0;
	position: relative;
	overflow: hidden;
}
.services_list_1 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.services_list_1 .text {
	display: inline-block;
	width: 185px;
	margin: 6px 0 0 0;
}
.services_list_1 .item:hover .text {
	text-decoration: underline;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
	width: 312px;
	margin: 0 0 48px;
	position: relative;
	float: left;
}
.star {
	background: url(../images/pic22.png) no-repeat;
	width: 7px;
	height: 6px;
	margin: 15px 0 0 0;
	vertical-align: top;
	display: inline-block;
}
.gallery_list_2 .item {
	width: 228px;
	margin: 0 0 7px;
}
.gallery_list_2 .img {
	border: 6px solid #fff;
	border-radius: 2px;
	-moz-box-shadow: 0 0 3px #c3c3c3;
	-webkit-box-shadow: 0 0 3px #c3c3c3;
	box-shadow: 0 0 3px #c3c3c3;
	vertical-align: top;
}
.services_list_2 {
	margin: 0 0 35px;
}
.services_list_2 .item {
	margin: 0 0 8px;
	font-family: 'Noto Serif', serif;
	font-size: 18px;
	line-height: 1.3;
}
.services_list_2 .link {
	color: #d37f2c;
	text-decoration: none;
}
.services_list_2 .fig {
	border: 2px solid #b3b3b3;
	border-radius: 20px;
	display: inline-block;
	vertical-align: middle;
	width: 37px;
	height: 37px;
	margin: 0 3px 0 0;
	position: relative;
	overflow: hidden;
}
.services_list_2 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.services_list_2 .text {
	display: inline-block;
	vertical-align: middle;
	width: 257px;
}
.services_list_2 .item:hover .text {
	text-decoration: underline;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
	overflow : visible;
	padding: 0 0 22px;
}
.main_page .content:before, .main_page .content:after {
	content: "";
	display: table;
}
.main_page .content:after {
	clear: both;
}
.content {
	padding: 0 0 22px 36px;
	position: relative;
	overflow: hidden;
}
.w-280 .h1 {
	padding: 0 0 0 48px;
}
.w-280 .h1:before {
	content: "";
	width: 37px;
	left: 0;
	right: auto;
}
.h-67 {
	height: 67px;
}
.captcha {
	background: #d6d6d6;
	border-radius: 2px 0 0 2px;
	vertical-align: middle;
	display: inline-block;
	width: 81px;
	height: 37px;
	margin: 0 -5px 0 0;
	position: relative;
	z-index: 1;
}
.captcha img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.button {
	background: url(../images/button.png) repeat-y;
	border: none;
	border-radius: 2px;
	width: 277px;
	height: 37px;
	padding: 0 20px;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 37px;
}
.w-665 {
	width: 665px;
}
.more {
	background: url(../images/pic13.png) no-repeat 100% 5px;
	display: inline-block;
	padding: 0 14px 0 0;
	color: #d38231;
}
.box_gallery {
	position: relative;
	margin: 0 0 18px;
	padding: 20px 0 12px;
	text-align: center;
}
.box_gallery:after {
	content: "";
	background: url(../images/pic2.png);
	border-top: 1px solid #dedede;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -2;
}
.box_gallery:before {
	content: "";
	background: url(../images/pic12.png) repeat-x;
	height: 92px;
	position: absolute;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.box_gallery .h1 {
	margin: 0 0 34px;
	padding: 0 110px;
}
.box_gallery .h1:after {
	content: "";
	border-top: 2px solid #b4b4b4;
	width: 95px;
	position: absolute;
	left: 0;
	top: 13px;
}
.box_gallery .h1:before {
	content: "";
	border-top: 2px solid #b4b4b4;
	width: 95px;
	position: absolute;
	right: 0;
	top: 13px;
}
.gallery_list_1 {
	margin: 0 0 0 -29px;
}
.gallery_list_1 .item {
	width: 228px;
	margin: 0 0 23px 29px;
}
.gallery_list_1 .img {
	border: 6px solid #fff;
	border-radius: 2px;
	-moz-box-shadow: 0 0 3px #c3c3c3;
	-webkit-box-shadow: 0 0 3px #c3c3c3;
	box-shadow: 0 0 3px #c3c3c3;
	vertical-align: top;
}
.gallery_list_2 {
	margin: 0 0 0 -29px;
}
.gallery_list_2 .item {
	width: 205px;
	margin: 0 0 23px 22px;
}
.gallery_list_2 .img {
	border: 6px solid #fff;
	border-radius: 2px;
	-moz-box-shadow: 0 0 3px #c3c3c3;
	-webkit-box-shadow: 0 0 3px #c3c3c3;
	box-shadow: 0 0 3px #c3c3c3;
	vertical-align: top;
}
.all {
	background: url(../images/all.png) repeat-y;
	border-radius: 2px;
	display: inline-block;
	width: 189px;
	height: 37px;
	padding: 0 10px;
	font-family: 'Noto Serif', serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 37px;
}
.main_page .promo {
	font-size: 13px;
	color: #b6b6b6;
}
.crumbs {
	margin: 4px 0 16px;
}
.crumbs:before, .crumbs:after {
	display: none;
}
.crumbs:after {
	clear: both;
}
.crumbs .item {
	background: url(../images/pic21.png) no-repeat 7px 4px;
	display: inline;
	padding: 0 0 0 22px;
	color: #696969;
	line-height: 1.6;
}
.crumbs .item:before, .crumbs .item:after {
	display: none;
}
.crumbs .item:after {
	clear: both;
}
.crumbs .item:first-child {
	background: none;
	padding-left: 0;
}
.crumbs .link {
	color: #d38231;
}
.fig_1 {
	float: left;
	margin: 3px 23px 10px 3px;
}
.fig_1 .img {
	border: 6px solid #fff;
	border-radius: 2px;
	-moz-box-shadow: 0 0 3px #c3c3c3;
	-webkit-box-shadow: 0 0 3px #c3c3c3;
	box-shadow: 0 0 3px #c3c3c3;
	vertical-align: top;
}
.send_request_link {
	background: url(../images/pic23.png) no-repeat;
	display: inline-block;
	padding: 0 0 0 40px;
	font-size: 16px;
	color: #d38231;
	text-decoration: none;
	line-height: 1.9;
}
.send_request_link .text {
	border-bottom: 1px dashed #d38231;
}
.send_request_link:hover .text {
	border-bottom: 1px dashed #fff;
}
.back {
	color: #d38231;
}
.modal {
	position: fixed;
	z-index: 1000;
}
.modal__inner {
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.modal, .modal__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.modal__horisontal_inner {
	display: table;
	height: 100%;
	margin: auto;
}
.modal__vertical_inner {
	display: table-cell;
	vertical-align: middle;
}
.modal__bg {
	background: #000;
	zoom: 1;
	filter: alpha(opacity=70);
	opacity: 0;
	position: absolute;
	z-index: -1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.show .modal__bg {
    opacity: 0.7;
}
.modal__content {
	background: #fff;
	border-radius: 4px;
	padding: 11px 18px 17px;
	position: relative;
    opacity: 0;
    -webkit-transform: scale(0) rotate(720deg);
    transform: scale(0) rotate(720deg);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.show .modal__content {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
}

.modal__content .h1 {
	font-size: 20px;
	padding: 0 0 0 53px;
}
.modal__content .h1:before {
	content: "";
	width: 37px;
	left: 0;
	right: auto;
	bottom: 9px;
}
.label {
	display: inline-block;
	margin: 9px 0 0 0;
	text-align: right;
}
.modal__close_btn {
	background: url(../images/pic27.png) no-repeat 50% 50%;
	width: 41px;
	height: 41px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 27px;
	z-index: 2;
}
.lightbox__title {
	margin: 0 34px 9px 0;
}
.lightbox__prev, .lightbox__next {
	background: rgba(251,251,251,0.7) url(../images/pic26.png) no-repeat 50% 50%;
	border-radius: 21px;
	width: 43px;
	height: 43px;
	margin-top: -21px;
	position: absolute;
	top: 50%;
	left: 34px;
	z-index: 2;
}
.lightbox__next {
	background: rgba(251,251,251,0.7) url(../images/pic25.png) no-repeat 50% 50%;
	left: auto;
	right: 34px;
}
.lightbox__image img {
	vertical-align: top;
}
.pages .item {
    font-size: 13px;
    font-weight: bold;
    margin: 0 6px 0 0;
    text-align: center;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	background: #565656;
	height: 94px;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer .in {
	width: 1000px;
	margin: auto;
	position: relative;
}
.company_footer {
	position: absolute;
	top: 30px;
	left: 105px;
	font-size: 13px;
	color: #fff;
}
.contacts_footer {
	position: absolute;
	top: 30px;
	left: 420px;
	font-size: 13px;
	color: #fff;
	text-align: center;
}
.contacts_footer .link {
	color: #e08f34;
}
.developer {
	position: absolute;
	top: 48px;
	right: 0;
	font-size: 13px;
}
.developer .link {
	color: #e08f34;
}
.counter {
	position: absolute;
	top: 33px;
	left: 0;
}

/*---------------------- end footer -----------------------------------*/

/* print media */
@media print {
* {
	color: black !important;
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	float: none !important;
	clear: none !important;
}
html,  body,  article,  header,  section,  footer,  aside,  div {
	width: 100% !important;
}
a,  a:link,  a:visited,  a:hover,  a:active,  abbr,  acronym {
	text-decoration: none;
	border-bottom: 0 none;
}
h1,  h2,  h3,  h4,  h5,  h6,  p,  li {
	page-break-inside: avoid;
	orphans: 3;
	widows: 3;
}
h1,  h2,  h3,  h4,  h5,  h6 {
	page-break-after: avoid;
}
thead {
	display: table-header-group;
}
tr,  img {
	page-break-inside: avoid;
}
nav {
	display: none;
}
}
