/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 31.07.15 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("modals/fade_in_and_scale.css");
/*---------------------- 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: #1f1e1e;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.7;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	color: #209bde;
	text-decoration: underline;
}
a:hover, a:hover:visited {
	text-decoration: none;
}
.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;
}
.main_page .h1 {
	margin: 0 0 32px;
}
.main_page .h1:before {
	background: #00aeef;
}
.main_page .h1 .text {
	background: #00aeef;
}
.main_page .h1 .text:before {
	background: url(../images/main_page_h1.png) no-repeat;
}
.h1 {
	position: relative;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 24px;
	color: #fff;
	line-height: 1.1;
}
.h1:before {
	content: "";
	background: #2b4b7b;
	position: absolute;
	top: 0;
	bottom: 12px;
	right: 0;
	left: 0;
	z-index: -1;
}
.h1 .text {
	background: #2b4b7b;
	display: inline-block;
	min-width: 169px;
	padding: 0 29px 4px;
	position: relative;
}
.h1 .text:before {
	content: "";
	background: url(../images/h1.png) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0;
	right: -12px;
}
.main_page .h2 {
	margin: 0 0 33px;
}
.h2 {
	position: relative;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 30px;
	color: #fff;
	line-height: 1.1;
}
.h2:before {
	content: "";
	background: #2b4b7b;
	position: absolute;
	top: 0;
	bottom: 12px;
	right: 0;
	left: 0;
	z-index: -1;
}
.h2 .text {
	background: #2b4b7b;
	display: inline-block;
	min-width: 169px;
	padding: 0 29px 4px;
	position: relative;
}
.h2 .text:before {
	content: "";
	background: url(../images/h1.png) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0;
	right: -12px;
}
.h3 {
	position: relative;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 0 35px;
	color: #fff;
	line-height: 1.1;
}
.h3:before {
	content: "";
	background: #2b4b7b;
	position: absolute;
	top: 0;
	bottom: 12px;
	right: 0;
	left: 0;
	z-index: -1;
}
.h3 .text {
	background: #2b4b7b;
	display: inline-block;
	min-width: 169px;
	padding: 0 29px 4px;
	position: relative;
}
.h3 .text:before {
	content: "";
	background: url(../images/h1.png) no-repeat;
	width: 12px;
	height: 12px;
	position: absolute;
	bottom: 0;
	right: -12px;
}
.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;
}
/*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 {
	border: 1px solid #ddd;
	padding: 6px 13px 4px;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
}
.field:focus {
	border-color: #51cbee;
	-webkit-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;
 color: gray;
 font-style: italic;
}
 .field::-moz-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
 .field:-ms-input-placeholder {
 opacity: 1;
 color: gray;
 font-style: italic;
}
.field.placeholder {
	color: gray;
	font-style: italic;
}
.field.invalid {
	border-color: red;
}
.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;
}

.o ul, .o ol {
	overflow: visible;
}

.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;
	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 {
	min-width: 1000px;
	min-height: 100%;
	margin: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.main_page .main_bg {
	background: url(../images/bg.png) no-repeat;
	width: 1600px;
	height: 1427px;
	margin-left: -800px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -3;
}
.main_page .main_bg .bg_left {
	background: url(../images/bg_left.png) repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	left: -10000px;
}
.main_page .main_bg .bg_right {
	background: url(../images/bg_right.png) repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -10000px;
}
.main_bg {
	background: url(../images/bg_2.png) no-repeat;
	width: 1600px;
	height: 1427px;
	margin-left: -800px;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: -3;
}
.main_bg .bg_left {
	background: url(../images/bg_2_left.png) repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	left: -10000px;
}
.main_bg .bg_right {
	background: url(../images/bg_2_right.png) repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -10000px;
}
.inner {
	width: 990px;
	margin: auto;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	padding: 276px 0 0 0;
	position: relative;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 323px;
	height: 45px;
	position: absolute;
	top: 38px;
	left: 0;
}
.logo .link {
	display: block;
	width: 323px;
	height: 45px;
}
.slogan_1 {
	position: absolute;
	top: 85px;
	left: 0;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #202935;
}
.slogan_2 {
	position: absolute;
	top: 42px;
	right: 0;
	font-family: Tahoma, sans-serif;
	font-size: 26.5px;
	color: #2b4b7b;
}
.map {
	position: absolute;
	top: 14px;
	right: 0;
	overflow: hidden;
}
.map .item {
	float: left;
	margin: 0 0 0 18px;
	text-align: center;
	line-height: 25px;
}
.map .link {
	background: #fdffff;
	border-radius: 13px;
	display: block;
	width: 25px;
	height: 25px;
	position: relative;
	overflow: hidden;
}
.map .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.contacts {
	background: url(../images/pic1.png) no-repeat;
	height: 39px;
	padding: 2px 0 0 50px;
	position: absolute;
	top: 109px;
	left: 5px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	line-height: 1.3;
}
.contacts .number {
	font-size: 16px;
	font-weight: bold;
	color: #2b2e2e;
}
.contacts .link {
	color: #142a4a;
}
.feedback {
	position: absolute;
	top: 198px;
	left: 5px;
}
.feedback .link {
	background: url(../images/pic2.png) no-repeat;
	display: inline-block;
	padding: 0 0 0 51px;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #202935;
	line-height: 2.6;
}


.feedback {
	position: absolute;
	top: 198px;
	left: 5px;
}
.feedback2 .link {
	background: url(../images/pic2.png) no-repeat;
	display: inline-block;
	padding: 0 0 0 51px;
	font-family: Tahoma, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #202935;
	line-height: 2.6;
}


.main_page .nav {
	margin: 0 0 28px;
}
.nav {
	background: url(../images/menu.png) repeat-x;
	-moz-box-shadow: 0 0 5px rgba(37,39,42,.96);
	-webkit-box-shadow: 0 0 5px rgba(37,39,42,.96);
	box-shadow: 0 0 5px rgba(37,39,42,.96);
	border-radius: 8px;
	height: 44px;
	margin: 0 0 48px;
	position: relative;
	z-index: 10;
}
.nav> .list {
	display: table;
	width: 990px;
	position: relative;
	z-index: 1;
}
.nav> .list:before, .nav> .list:after, .nav> .list> .item:before, .nav> .list> .item:after {
	display: none;
}
.nav> .list> .item {
	border-left: 1px solid #3865a7;
	display: table-cell;
	vertical-align: top;
	position: relative;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.nav> .list> .item:first-child {
	border: none;
}
.nav> .list> .item> .link {
	display: table;
	width: 100%;
	height: 44px;
	position: relative;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 2;
}
.nav> .list> .item> .link:before {
	content: "";
	background: url(../images/menu.png) repeat-x;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.nav> .list> .item:hover> .link:before, .nav> .list> .active> .link:before {
	background: url(../images/menu_hover.png) repeat-x;
	opacity: 1;
}
.nav> .list> .item:first-child .link:before, .nav> .list> .active> .link:before {
	border-radius: 8px 0 0 8px;
}
.nav> .list> .item:last-child .link:before, .nav> .list> .active> .link:before {
	border-radius: 0 8px 8px 0;
}
.nav> .list> .item:hover + .item> .link {
	z-index: 3;
}
.nav .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
}
.nav .sub {
	position: absolute;
	top: -8px;
	left: 0;
	width: 300px;
	display: none;
	z-index: -2;
}
.nav .sub_menu {
	background: #32578e url(../images/pic15.png) repeat-x 0 8px;
	display: block;
	padding: 9px 0 0 0;
	float: left;
	position: relative;
}
.nav .sub_menu .item {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.nav .sub_menu .link {
	display: block;
	padding: 6px 35px 9px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav .sub_menu .link:hover {
	background: #356aac;
}
.nav> .list> .item:hover .sub {
	display: block;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
	width: 323px;
	margin: 0 34px 0 0;
	position: relative;
	float: left;
}
.services_list_3 .item {
	margin: 0 0 26px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	line-height: 1.2;
}
.services_list_3 .link {
	background: url(../images/pic23.png) no-repeat 0 3px;
	display: inline-block;
	min-height: 18px;
	padding: 0 0 0 24px;
	color: #2b4b7b;
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.services_list_3 .link:hover {
	background: url(../images/pic24.png) no-repeat 0 3px;
	color: #00aeef;
	transform: scale(1.05);
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
	padding: 0 0 25px;
	position: relative;
}
.side + .content {
	float: left;
	width: 633px;
}
.services_list_1 {
	margin: 0 0 37px -14px;
}
.services_list_1 .item {
	background: #fff;
	-moz-box-shadow: 0 0 5px rgba(37,39,42,.75);
	-webkit-box-shadow: 0 0 5px rgba(37,39,42,.75);
	box-shadow: 0 0 5px rgba(37,39,42,.75);
	width: 176px;
	margin: 0 0 0 14px;
	padding: 5px;
	position: relative;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.services_list_1 .item:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.services_list_1 .link {
	color: #fff;
}
.flexbox .services_list_1 .fig {
	display: block;
	overflow: hidden;
	position: relative;
}
.services_list_1 .img {
	vertical-align: top;
}

.flexbox .services_list_1 .img {
	
}
.services_list_1 .text {
	background: #00aeef;
	display: table;
	table-layout: fixed;
	width: 176px;
	height: 62px;


}
.services_list_1 .link:hover .text {
	text-decoration: underline;
}
.services_list_1 .in {
	display: table-cell;
	vertical-align: middle;

	padding: 3px 7px;
	text-align: center;
}

.flexbox .services_list_1 {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
.main_page .title_1 {
	margin: 0 0 43px;
}
.title_1 {
	display: block;
	margin: 0 0 15px;
	padding: 0 47px;
	font-family: Tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #2b4b7b;
	text-align: center;
	line-height: 1.2;
}
.title_1 .arrow {
	background: url(../images/pic10.png) no-repeat;
	display: inline-block;
	width: 27px;
	height: 27px;
}
.w-420 {
	width: 420px;
}
.news_list_1 {
	margin: 0 0 8px -21px;
}
.news_list_1 p {
	margin: 0 0 10px;
}
.news_list_1 .item {
	width: 197px;
	margin: 0 0 0 21px;
	font-size: 12px;
	color: #898989;
}
.news_list_1 .fig {
	margin: 0 0 15px;
}
.news_list_1 .img {
	border: 5px solid #c5e5ff;
	vertical-align: top;
}
.news_list_1 .link {
	font-size: 14px;
	color: #00aeef;
}
.news_list_1 .date {
	margin: 0 0 6px;
	font-size: 14px;
	color: #1f1e1e;
}
.all {
	background: url(../images/pic13.png) no-repeat 0 11px;
	display: inline-block;
	padding: 0 0 0 8px;
	font-family: Tahoma, sans-serif;
	color: #209bde;
}
.w-536 {
	width: 536px;
}
.more {
	background: url(../images/pic13.png) no-repeat 0 11px;
	display: inline-block;
	padding: 0 0 0 8px;
	font-family: Tahoma, sans-serif;
	color: #209bde;
}
.promo {
	clear: both;
	border-top: 3px solid #ddebed;
	border-bottom: 3px solid #ddebed;
	margin: 0 0 25px;
	padding: 14px 0 16px;
	font-size: 13px;
	color: #9b9fa0;
	line-height: 1.4;
}
.crumbs {
	margin: 0 0 15px;
}
.crumbs:before, .crumbs:after {
	display: none;
}
.crumbs:after {
	clear: both;
}
.crumbs .item {
	background: url(../images/pic16.png) no-repeat 1px 3px;
	display: inline;
	padding: 0 0 0 13px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #202935;
	line-height: 1.6;
}
.crumbs .item:first-child {
	background: none;
	padding-left: 0;
}
.crumbs .item:before, .crumbs .item:after {
	display: none;
}
.crumbs .item:after {
	clear: both;
}
.crumbs .link {
	color: #202935;
}
.services_list_2 {
	margin: 0 0 5px -20px;
}
.services_list_2 p {
	margin: 0 0 13px;
}
.services_list_2 .item {
	background: #fff;
	-moz-box-shadow: 0 0 5px rgba(37,39,42,.75);
	-webkit-box-shadow: 0 0 5px rgba(37,39,42,.75);
	box-shadow: 0 0 5px rgba(37,39,42,.75);
	width: 468px;
	margin: 0 0 22px 20px;
	padding: 5px 11px 5px 5px;
	font-size: 12px;
	color: #898989;
	line-height: 1.5;
	transform: scale(1);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.services_list_2 .item:hover {
	transform: scale(1.05);
}
.services_list_2 .title {
	margin: 0 0 11px;
	line-height: 1.2;
}
.services_list_2 .link {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #00aeef;
}
.services_list_2 .fig {
	float: left;
	margin: 0 27px 0 0;
}
.services_list_2 .img {
	vertical-align: top;
}
.services_list_2 .text {
	display: block;
	padding: 11px 0 0 0;
}
.fig_1 {
	float: left;
	margin: 0 29px 10px 0;
}
.fig_1 .img {
	border: 5px solid #fff;
	vertical-align: top;
}
.back {
	background: url(../images/pic13.png) no-repeat 0 11px;
	display: inline-block;
	padding: 0 0 0 8px;
	font-family: Tahoma, sans-serif;
	color: #209bde;
}
.button {
	background: #2b4b7b;
	border: none;
	height: 44px;
	padding: 0 20px;
	font-family: Tahoma, sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 44px;
}
.captcha {
	display: inline-block;
	padding-left: 84px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.captcha .fig {
	background: #75949d;
	width: 84px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}
.captcha .fig img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.captcha .field {
	width: 100%;
}
.h-64 {
	height: 64px;
}
.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;
	-webkit-perspective: 1300px;
	perspective: 1300px;
}
.modal__bg {
	background: #000;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.show .modal__bg {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal__content {
	background: #fff;
	padding: 42px 45px 23px;
	position: relative;
}
.modal__content .h3 {
	margin: 0 0 35px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #1f1e1e;
}
.modal__content .h3:before {
	background: none;
}
.box_form .modal__content {
	padding: 11px 21px 14px;
}
.box_thanks .modal__content {
	width: 269px;
	padding: 11px 22px 24px;
}
.box_thanks .modal__content .h3 {
	margin: 0 0 32px;
}
.modal__close_btn {
	background: url(../images/pic29.png) no-repeat;
	width: 35px;
	height: 34px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 24px;
	z-index: 2;
}
.modal_lightbox__title {
	margin: 11px 58px 0;
	text-align: center;
}
.modal_lightbox__text {
}
.modal_lightbox__image img {
	vertical-align: top;
}
.modal_lightbox__prev, .modal_lightbox__next {
	cursor: pointer;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.modal_lightbox__next {
	left: auto;
	right: 0;
}
.modal_lightbox__prev:before, .modal_lightbox__next:before {
	content: "";
	background: url(../images/pic26.png) no-repeat;
	width: 41px;
	height: 41px;
	position: absolute;
	bottom: 22px;
	left: 46px;
}
.modal_lightbox__next:before {
	background: url(../images/pic27.png) no-repeat;
	left: auto;
	right: 46px;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	background: #3966a9;
	border-radius: 8px 8px 0 0;
	width: 990px;
	height: 108px;
	margin-left: -495px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.nav_footer {
	margin: 0 119px 0 20px;
	position: relative;
	z-index: 10;
}
.nav_footer .list {
}
.nav_footer .item {
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.nav_footer .link {
	display: inline-block;
	padding: 27px 17px 11px;
	position: relative;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	z-index: 2;
}
.nav_footer .item:hover .link, .nav_footer .active .link {
	background: #209bde;
}
.company_footer {
	position: absolute;
	top: 66px;
	left: 39px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #fff;
}
.counter {
	position: absolute;
	top: 24px;
	right: 30px;
}
.counter .img {
	vertical-align: top;
}
.developer {
	position: absolute;
	top: 65px;
	right: 29px;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
.developer .link {
	color: #fff;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* 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;
}
}
