/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.80 20.10.13 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.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: #0a0a0a;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: left;
    word-wrap: break-word;
}

input, button, select, textarea, html {
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: #05C;
    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 {
    
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    color: #1a8ec3;
    margin: 0 0 25px;
	line-height:0.9;
}
.h1 .line{
    background: url(../images/line_h1.png) no-repeat;
    display: inline-block;
    vertical-align:middle;
	width: 27px;
height: 1px;
	margin:0 0 0 5px;
}
.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 {
    background: url(../images/line_h1.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 38px 0 0;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 34px;
    font-size: 3.4rem;
    color: #1a8ec3;
    margin: 0 0 16px;
}

/*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: #f1f1f1;
    -moz-box-shadow: inset 1px 2px 3px rgba(0, 3, 1, .75);
    -webkit-box-shadow: inset 1px 2px 3px rgba(0, 3, 1, .75);
    box-shadow: inset 1px 2px 3px rgba(0, 3, 1, .75);
    border: 1px solid #c2c2c2;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    vertical-align: middle;
}

.field:focus {
    border-color: #51cbee;
    -webkit-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    -moz-box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
    box-shadow: rgba(81, 203, 238, 1) 0 0 5px;
}

.field:-moz-placeholder {
    opacity: 1;
    font-size: 13px;
    font-style: italic;
    color: #737373;
}

.field::-moz-placeholder {
    opacity: 1;
    font-size: 13px;
    font-style: italic;
    color: #737373;
}

.field::-webkit-input-placeholder {
    opacity: 1;
    font-size: 13px;
    font-style: italic;
    color: #737373;
}

.field:-ms-input-placeholder {
    opacity: 1;
    font-size: 13px;
    font-style: italic;
    color: #737373;
}

.field.placeholder {
    font-size: 13px;
    font-style: italic;
    color: #737373;
}

.field.field_error {
    border-color: red;
}

.parent_field {
    display: inline-block;
    vertical-align: top;
}

.error_message {
    display: block;
    color: red;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.2;
}

.correct_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.jpg) no-repeat;
    width: 1400px;
    height: 416px;
    margin-left: -700px;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -3;
}

.bg_white {
    background: #fff;
    width: 960px;
    margin-left: -480px;
    position: absolute;
    top: 187px;
    bottom: 0;
    left: 50%;
    z-index: -2;
}

.inner {
    width: 960px;
    margin: 0 auto 132px;
}

.inner:before, .inner:after {
    content: "";
    display: table;
}

.inner:after {
    clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
    height: 72px;
    padding: 115px 0 0 0;
    position: relative;
}

.logo {
    position: absolute;
    top: 35px;
    left: 25px;
}

.logo .link {
    background: url(../images/logo.png) no-repeat;
    display: block;
    width: 380px;
    height: 36px;
}

.pnone {
       background: url(../images/pic1.png) no-repeat;
    padding: 10px 0 0 64px;
    position: absolute;
    top: 28px;
    right: 174px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #546e7d;
    line-height: 1.3;
    height: 50px;
}

.email {
    position: absolute;
    top: 87px;
    right: 174px;
    font-weight: bold;
    color: #546e7d;
}

.email .link {
    color: #1c98d1;
}

.feedback {
    width: 130px;
    position: absolute;
    top: 28px;
    right: 21px;
    font-weight: bold;
}

.feedback .link {
    background: url(../images/pic2.png) no-repeat;
    display: inline-block;
    height: 52px;
    padding: 0 0 0 61px;
    color: #1a8ec3;
}

.nav {
    background: #71a1bc;
    border-radius: 3px;
    height: 32px;
    padding: 12px 0 10px 0;
    position: relative;
    z-index: 10;
}

.nav> ul.list {
    display: table;
    width: 100%;
    position: relative;
}

.nav> ul.list> li.item {
    background: url(../images/border_menu.png) no-repeat 0 50%;
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    text-align: center;
}

.nav> ul.list> li.item:first-child {
    background: none;
}

.nav ul.list:before, .nav ul.list:after, .nav ul.list li.item:before, .nav ul.list li.item:after {
    display: none;
}

.nav> ul.list> li.item> .link {
    display: table;
    width: 100%;
    height: 32px;
    color: #fff;
    text-decoration: none;
    position: relative;
}

.nav> ul.list> li.item:hover> .link, .nav> ul.list> li.active> .link {
    background: #557d94;
    border-radius: 3px;
}

.nav .text {
    display: table-cell;
    padding: 0 16px;
    vertical-align: middle;
    text-align: center;
}

.nav .sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 197px;
    display: none;
}

.nav ul.sub_menu {
    background: #557d94;
    display: block;
    padding: 9px 22px 14px 16px;
}

.nav ul.sub_menu li.item {
    margin: 0 0 7px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.nav ul.sub_menu .link {
    color: #fff;
}

.nav li.item:hover .sub {
    display: block;
}

/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/

.main_page .side {
    padding: 7px 21px 36px 0;
}

.side {
    width: 279px;
    padding: 45px 21px 36px 0;
    position: relative;
    float: right;
}

ul.list_2 li.item {
    margin: 0 0 9px;
}

ul.list_2 .link {
    color: #1c98d1;
    text-decoration: none;
}

ul.list_2 .link:hover {
    color: #2e5870;
}

ul.list_2 .fig {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

ul.list_2 .img {
    border-radius: 3px;
}

ul.list_2 .text {
    display: inline-block;
    vertical-align: middle;
    width: 114px;
    text-decoration: underline;
}

ul.list_4 li.item {
    margin: 0 0 29px;
    line-height: 1.5;
}

ul.list_4 .fig {
    margin: 0 0 13px;
}

ul.list_4 .date {
    font-weight: bold;
    color: #a8a8a8;
}

ul.list_4 .link {
    color: #1a8ec3
}

ul.list_4 .img {
    border-radius: 3px;
}

ul.list_4 .text {
    margin-bottom: 8px;
}

/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
    padding: 17px 46px 36px 21px;
    position: relative;
}
.side + .content{
	float: right;
	width:593px;
}
.text_link {
    color: #399dcb;
}

.text_link:hover {
    color: #2e5870;
}

.more {
    background: url(../images/pic11.png) no-repeat 100% 7px;
    display: inline-block;
    padding: 0 11px 0 0;
    color: #1a8ec3;
}

ul.list_1 {
    margin: 0 0 0 -22px;
}

ul.list_1 li.item {
    width: 183px;
    margin: 0 0 0 22px;
    line-height: 1.5;
}

ul.list_1 .date {
    font-weight: bold;
    color: #a8a8a8;
}

ul.list_1 .link {
    color: #1a8ec3
}

ul.list_1 .img {
    border-radius: 3px;
}

ul.list_1 .text {
    margin-bottom: 8px;
}

.all {
    background: url(../images/pic10.png) no-repeat 100% 50%;
    display: inline-block;
    padding: 0 17px 0 0;
    color: #1a8ec3;
}

ul.crumbs {
    margin: 10px 0 10px;
}

ul.crumbs:before, ul.crumbs:after {
    display: none;
}

ul.crumbs:after {
    clear: both;
}

ul.crumbs li.item {
    background: url(../images/pic14.png) no-repeat 7px 2px;
    display: inline;
    padding: 0 0 0 23px;
    color: #648293;
    line-height: 1.6;
}

ul.crumbs li.item:before, ul.crumbs li.item:after {
    display: none;
}

ul.crumbs li.item:after {
    clear: both;
}

ul.crumbs li.item:first-child {
    background: none;
    padding-left: 0;
}

ul.crumbs .link {
    color: #648293;
}

ul.list_3 {
    margin: 0 0 0 -44px;
}

ul.list_3 li.item {
    width: 168px;
    margin: 0 0 24px 44px;
}

ul.list_3 .link {
    color: #1c98d1;
}

ul.list_3 .link:hover {
    color: #2e5870;
}

ul.list_3 .fig {
    display: block;
    margin: 0 0 3px 0;
}

ul.list_3 .img {
    border-radius: 3px;
}

.fig_1 {
    float: left;
    margin: 0 17px;
}

.fig_1 .img {
    border-radius: 3px;
}

.price {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #1a8ec3;
}

.btn_1 {
    background: #557d94;
    border-radius: 5px;
    display: inline-block;
    padding: 6px 28px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.back {
    background: url(../images/pic11.png) no-repeat 100% 7px;
    display: inline-block;
    padding: 0 11px 0 0;
    color: #1a8ec3;
}

.w-480 {
    width: 480px;
}

ul.list_5 li.item {
    border-bottom: 1px solid #acacac;
    padding: 0 0 17px;
    margin: 0 0 29px;
}

.btn_2 {
    background: #557d94;
    border-radius: 5px;
    display: inline-block;
    width: 85px;
    padding: 5px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1.1;
}

ul.list_5 .fig {
    float: left;
    margin: 5px 12px 0 0;
}

ul.list_5 .img {
    border-radius: 3px;
}

ul.list_5 .link {
    font-size: 14px;
    color: #2e5870;
}

ul.list_5 .text {
    display: block;
    margin-bottom: 18px;
}

ul.pages {
    margin: 0 0 48px -15px;
	text-align:center;
}

ul.pages li.item {
    display: inline-block;
    margin: 0 0 0 15px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color: #fff;
	text-align: center;
}

ul.pages li.item a.link {
    
   display: block;
   min-width: 15px;
	height: 25px;
	padding: 0 5px;
    color: #8b9096;
    text-decoration: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	line-height: 25px;
}

ul.pages li.item:hover a.link, ul.pages li.active {
    background: #72a1bb;
	border-radius: 5px;
	min-width: 15px;
	height: 25px;
	padding: 0 5px;
    color: #fff;
	line-height: 25px;
}


ul.pages li.next{
	margin:0 0 0 29px;
	display: inline-block;
position: relative;
letter-spacing: normal;
word-spacing: normal;
line-height: 1.2;
vertical-align: top;
z-index: 1;
padding: 0;
list-style: none;
}
ul.pages li.next a.link{
	background:url(../images/new/pic119.png) no-repeat 100% 50%;
	display: inline-block;
	min-width:auto;
	width: 18px;
	height: 25px;
	padding:0;
}
ul.pages li.prev{
	margin:0 14px 0 0;
	display: inline-block;
position: relative;
letter-spacing: normal;
word-spacing: normal;
line-height: 1.2;
vertical-align: top;
z-index: 1;
padding: 0;
list-style: none;
}
ul.pages li.prev a.link{
	background:url(../images/new/pic118.png) no-repeat 0 50%;
	display: inline-block;
	min-width:auto;
	width: 18px;
	height: 25px;
	padding:0;
}

.captcha img {
    vertical-align: middle;
}

.h-125 {
    height: 125px;
}

.button {
    background: #557d94;
    border: 0;
    border-radius: 5px;
    padding: 8px 31px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
}

.star {
    background: url(../images/pic25.png) no-repeat;
    width: 5px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
}

.label {
    font-size: 13px;
    font-style: italic;
    color: #737373;
    vertical-align: middle;
}
ul.projects_list{
	margin:0 0 67px -17px;
}
ul.projects_list li.item{
	width:286px;
	margin:0 0 36px 17px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	text-align:center;
}
ul.projects_list a.link{
	color:#393939;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
   
    transition: all 0.3s ease-out;
}
ul.projects_list li.item:hover a.link{
	color:#1a8ec3;
	text-decoration:underline;
}
ul.projects_list .fig{
	border:3px solid rgba(255,255,255,0);
	border-radius:8px;
	display:block;
	width:280px;
	height:210px;
	margin:0 0 9px;
	position:relative;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.projects_list .fig:before{
	content:"";
	border:3px solid #afd5eb;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}
ul.projects_list li.item:hover .fig{
	border: 3px solid #afd5eb;
	border-radius:5px;
}
ul.projects_list li.item:hover .fig:before{
	opacity:1;
	visibility:visible;
}
ul.projects_list .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.carousel_2 {
	width: 874px;
	margin: 0 0 20px;
	padding: 0 20px;
	position: relative;
}
.carousel_2 .next, .carousel_2 .prev {
	background: url(../images/new/pic108.png) no-repeat 100% 50%;
	width: 20px;
	height:126px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 3;
}
.carousel_2 .prev {
	background: url(../images/new/pic109.png) no-repeat 0 50%;
	right: auto;
	left: 0;
}
.carousel_2 .in {

	position: relative;
	overflow: hidden;
}
.carousel_2 ul.main_list:before, .carousel_2 ul.main_list:after, .carousel_2 ul.main_list > li.item:before, .carousel_2 .main_list > li.item:after {
	display: none;
}
.carousel_2 ul.main_list {
	display: table;
	table-layout: fixed;
	width: 100%;
	position: relative;
}


.carousel_2 ul.main_list.animate { 
	-webkit-transition:all 1s ease;
	transition:all 1s ease;
}

.carousel_2 li.item {
	width: 171px;
	display: table-cell;
	padding: 0 4px 0 0;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	vertical-align: top;
	text-align:center;
	line-height:1.2;
}
.carousel_2 a.link{
	color:#393939;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
   
    transition: all 0.3s ease-out;
}
.carousel_2 li.item:hover a.link{
	color:#1a8ec3;
	text-decoration:underline;
}
.carousel_2 .fig {
	border:3px solid rgba(255,255,255,0);
	border-radius:8px;
	display: block;
	width:165px;
	height:120px;
	margin:0 0 4px;
	position:relative;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}
.carousel_2 .fig:before{
	content:"";
	border:3px solid #afd5eb;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}
.carousel_2 li.item:hover .fig{
	border:3px solid #afd5eb;
	border-radius:5px;
}
.carousel_2 li.item:hover .fig:before{
	opacity:1;
	visibility:visible;
}
.carousel_2 .img {
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.services_box{
	padding:42px 0 0;
	position:relative;
}
.services_box:before{
	content:"";
	background: url(../images/new/pic110.png) repeat-x;
	position:absolute;
	top:0;
	right:-10000px;
	bottom:0;
	left:-10000px;
	z-index:-1;
}
.all_2{
	background:#71a1bc;
	border-radius:5px;
	display:inline-block;
	height:33px;
	padding:0 25px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	line-height:33px;
}
ul.gallery_list{
	margin:0 -15px 22px -21px;
}
ul.gallery_list li.item{
	width:226px;
	margin:0 0 26px 6px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	text-align:center;
}
ul.gallery_list a.link{
	color:#393939;
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
   
    transition: all 0.3s ease-out;
}
ul.gallery_list li.item:hover a.link{
	color:#1a8ec3;
	text-decoration:underline;
}
ul.gallery_list .fig{
	border:3px solid rgba(255,255,255,0);
	border-radius:8px;
	display:block;
	width:220px;
	height:165px;
	margin:0 0 5px;
	position:relative;
	overflow:hidden;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
ul.gallery_list .fig:before{
	content:"";
	border:3px solid #afd5eb;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	opacity:0;
	visibility:hidden;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}
ul.gallery_list li.item:hover .fig{
	border:3px solid #afd5eb;
	border-radius:5px;
}
ul.gallery_list li.item:hover .fig:before{
	opacity:1;
	visibility:visible;
}
ul.gallery_list .img{
	max-width:100%;
	max-height:100%;
	margin:auto;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	vertical-align:top;
}
.modal {
    position: fixed;
    z-index: 1000;
    font-size: 13px;
    font-style: italic;
    color: #737373;
}

.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: #191919;
    opacity: 0.55;
    position: absolute;
    z-index: -1;
}

.ie8 .modal__bg {
    filter: alpha(opacity=50);
}

.modal__content {
    background: #fff;
	-moz-box-shadow: 0 0 13px rgba(0,0,0,.25);
-webkit-box-shadow: 0 0 13px rgba(0,0,0,.25);
box-shadow: 0 0 13px rgba(0,0,0,.25);
    border-radius: 5px;
    padding: 30px;
    position: relative;
}

.modal__close_btn {
    background: url(../images/pic24.png) no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
   top: 10px;
    right: 9px;
    line-height: 24px;
}

.modal__content .h1 {
    background: none;
    padding: 0;
    font-style: normal;
}
.box_fig .modal__content {
	padding: 10px 7px 4px;
}
.lightbox__title{
	margin:0 20px 11px 5px;
	font-family:"Trebuchet MS", Verdana, sans-serif;
	font-size:13px;
	font-style:normal;
	color:#393939;
}
.lightbox__prev, .lightbox__next {
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}

.lightbox__next {
    left: auto;
    right: 0;
}

.lightbox__prev:before, .lightbox__next:before {
	content: "";
	background:#fff url(../images/new/pic122.png) no-repeat 50% 50%;
	-moz-box-shadow: 0 0 13px rgba(0,0,0,.25);
-webkit-box-shadow: 0 0 13px rgba(0,0,0,.25);
box-shadow: 0 0 13px rgba(0,0,0,.25);
	border-radius:5px  0 0 5px;
	width: 37px;
	height: 150px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
	left: -30px;
}
.lightbox__next:before {
	background:#fff url(../images/new/pic121.png) no-repeat 50% 50%;
	-moz-box-shadow: 0 0 13px rgba(0,0,0,.25);
-webkit-box-shadow: 0 0 13px rgba(0,0,0,.25);
box-shadow: 0 0 13px rgba(0,0,0,.25);
	border-radius:0 5px 5px 0;
	left: auto;
	right: -30px;
}
.lightbox__image img {
    border-radius: 5px;
    vertical-align: top;
}

.promo {
    clear: both;
    margin: 0 21px 39px;
    font-size: 11px;
    color: #6c6c6c;
}

/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
    width: 918px;
    height: 132px;
    margin-left: -459px;
    position: absolute;
    bottom: 0;
    left: 50%;
}

.nav_footer {
    background: #f1f1f1;
    height: 54px;
    position: relative;
    z-index: 10;
}

.nav_footer ul.list {
    display: table;
    width: 100%;
    
    position: relative;
}

.nav_footer ul.list li.item {
    background: url(../images/border_menu_footer.png) no-repeat 0 50%;
    display: table-cell;
    padding: 0 10px;
    vertical-align: top;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.nav_footer ul.list li.item:first-child {
    background: none;
}

.nav_footer ul.list:before, .nav_footer ul.list:after, .nav_footer ul.list li.item:before, .nav_footer ul.list li.item:after {
    display: none;
}

.nav_footer ul.list li.item .link {
    display: table;
    width: 100%;
    height: 54px;
    color: #696969;
    text-decoration: none;
    position: relative;
}

.nav_footer .text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.developer {
    position: absolute;
    top: 70px;
    right: 0;
    color: #6c6c6c;
}

.developer .link {
    color: #1a8ec3;
}

.counter {
    overflow: hidden;
    position: absolute;
    top: 72px;
    left: 0;
}

.counter .item {
    margin-right: 13px;
    float: left;
}

/*---------------------- end footer -----------------------------------*/
/* media queries */
/* small screens (portrait and landscape) */
@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/* small screens (landscape) */
@media only screen and (min-width: 321px) {
}

/* small screens (portrait) */
@media only screen and (max-width: 320px) {
}

/* medium small screens */
@media only screen and (max-width: 480px) {
}

/* medium screens (excludes iPad & iPhone) */
@media only screen and (min-width: 481px) and (max-width: 767px) {
}

/* ipads (portrait and landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
}

/* ipads (landscape) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
}

/* ipads (portrait) */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
}

/* medium large screens */
@media only screen and (min-width: 1444px) and (max-width: 1824px) {
}

/* large screens */
@media only screen and (min-width: 1824px) and (max-width: 2224px) {
}

/* extra large screens */
@media only screen and (min-width: 2224px) {
}

/* iphone 4 and high pixel ratio (1.5+) devices */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
}

/* iphone 4 and higher pixel ratio (2+) devices (retina) */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
}

/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-devicepixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
}

/* 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;
    }
}
