/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  5.90 03.02.15 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url(http://fonts.googleapis.com/css?family=Exo+2: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%;
}
.main_page {
	color: #fff;
}
body {
	background: #fff;
	height: 100%;
	color: #383838;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.5;
	text-align: left;
	word-wrap: break-word;
}
input, button, select, textarea, html {
	font-family: Tahoma, sans-serif;
}
a {
	color: #05c;
	text-decoration: underline;
}
button:disabled{
	background:gray;
}
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;
}
.main_page .h1 {
	color: #fff;
}
.h1 {
	font-family: 'Exo 2', sans-serif;
	border-bottom: 1px solid rgba(159,219,235,0.50);
	font-size: 30px;
	font-size: 3.0rem;
	padding: 0 0 28px;
	margin: 0 0 8px;
	color: #052632;
	line-height: 1;
}
.h2 {
	font-family: 'Exo 2', sans-serif;
	font-size: 30px;
	font-size: 3.0rem;
	margin: 0 0 21px;
	line-height: 1;
}
.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 {
	font-family: 'Exo 2', sans-serif;
	border-bottom: 1px solid rgba(159,219,235,0.50);
	font-size: 30px;
	font-size: 3.0rem;
	padding: 0 0 28px;
	margin: 0 0 9px;
	color: #052632;
	line-height: 1;
}
/*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: #fff;
	border: 1px solid #5a808f;
	border-radius: 4px;
	padding: 9px 8px;
	-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;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #6097ab;
	font-style: italic;
}
.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-family:Arial, sans-serif;
 font-size:12px;
 color: #6097ab;
 font-style: italic;
}
 .field::-moz-placeholder {
 opacity: 1;
 font-family:Arial, sans-serif;
 font-size:12px;
 color: #6097ab;
 font-style: italic;
}
 .field::-webkit-input-placeholder {
 opacity: 1;
 font-family:Arial, sans-serif;
 font-size:12px;
 color: #6097ab;
 font-style: italic;
}
 .field:-ms-input-placeholder {
 opacity: 1;
 font-family:Arial, sans-serif;
 font-size:12px;
 color: #6097ab;
 font-style: italic;
}
.field.placeholder {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #6097ab;
	font-style: italic;
}
.field.invalid {
	background: #fff2f2;
	border: 1px solid #f14840;
}
.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 {
	background: url(../images/pic15.png) repeat-x;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 22px;
	height: 2px;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}
.header hr {
	background: none;
	border-top: 1px solid rgba(159,219,235,0.50);
	margin: 0 0 9px;
}
.side hr {
	background: none;
	border-top: 1px solid rgba(159,219,235,0.50);
	margin: 0 0 9px;
}
::-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: #052632;
	border-top: 7px solid #011a23;
	height: 130px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -2;
}
.hatching {
	background: url(../images/hatching.png) repeat-x;
	height: 137px;
	position: absolute;
	top: 186px;
	right: 0;
	left: 0;
	z-index: -2;
}
.main_page .bg {
	background: url(../images/bg_1.png) no-repeat;
	width: 1000px;
	height: 1733px;
	margin-left: -500px;
	position: absolute;
	top: 148px;
	left: 50%;
	z-index: -3;
}
.main_page .bg .bg_left {
	background: url(../images/bg_1_left.png) repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	left: -10000px;
}
.main_page .bg .bg_right {
	background: url(../images/bg_1_right.png) repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -10000px;
}
.bg {
	background: url(../images/bg_2.png) no-repeat;
	width: 1000px;
	height: 1695px;
	margin-left: -500px;
	position: absolute;
	top: 186px;
	left: 50%;
	z-index: -3;
}
.bg .bg_left {
	background: url(../images/bg_2_left.png) repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	left: -10000px;
}
.bg .bg_right {
	background: url(../images/bg_2_right.png) repeat-x;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -10000px;
}
.bbg {
	background: url(../images/bg_1_bottom.png) repeat-y;
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	top: 1733px;
	bottom: 0;
	left: 50%;
	z-index: -3;
}
.bbg_l {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	left: -10000px;
	background: #01a9ea;
}
.bbg_r {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	right: -10000px;
	background: #02c4f7;
}
.inner {
	width: 900px;
	margin: 0 auto 147px;
}
.inner:before, .inner:after {
	content: "";
	display: table;
}
.inner:after {
	clear: both;
}
/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.main_page .header {
	min-height: 394px;
}
.header {
	padding: 137px 0 0 0;
	position: relative;
}
.logo {
	background: url(../images/logo.png) no-repeat;
	width: 125px;
	height: 68px;
	position: absolute;
	top: 27px;
	left: 0;
}
.logo .link {
	display: block;
	width: 125px;
	height: 68px;
}
.slogan {
	position: absolute;
	top: 105px;
	left: 0;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #b2e6f7;
}
.contacts {
	background: url(../images/pic1.png) no-repeat 0 5px;
	padding: 0 0 0 45px;
	position: absolute;
	top: 23px;
	left: 269px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #feffff;
}
.contacts .link {
	color: #b2e6f7;
	text-decoration: none;
}
.feedback {
	position: absolute;
	top: 28px;
	right: 244px;
}
.feedback .link {
	background: url(../images/pic2.png) no-repeat;
	display: inline-block;
	padding: 0 0 0 49px;
	font-size: 14px;
	color: #b2e6f7;
	text-decoration: none;
	line-height: 2.6;
}
.header .search {
	width: 175px;
	position: absolute;
	top: 26px;
	right: 0;
}
.header .search .field {
	background: #144354;
	border: none;
	border-radius: 3px;
	width: 175px;
	padding: 5px 29px 8px 12px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #6097ab;
}
.header .search .btn {
	background: url(../images/pic3.png) no-repeat 50% 50%;
	border: none;
	width: 29px;
	height: 28px;
	position: absolute;
	top: 0;
	right: 0;
}
.header .search .field:-moz-placeholder {
 opacity: 1;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: italic;
 color: #6097ab;
}
.header .search .field::-moz-placeholder {
 opacity: 1;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: italic;
 color: #6097ab;
}
.header .search .field::-webkit-input-placeholder {
 opacity: 1;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: italic;
 color: #6097ab;
}
.header .search .field:-ms-input-placeholder {
 opacity: 1;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: italic;
 color: #6097ab;
}
.header .search .field.placeholder {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #6097ab;
}
.main_page .nav {
	margin: 0 0 34px;
}
.nav {
	height: 46px;
	margin: 0 0 18px;
	padding: 3px 0 0 0;
	position: relative;
	z-index: 10;
}
.nav:before {
	content: "";
	background: #011a23 url(../images/border_top_menu.png) repeat-x;
	border-bottom: 1px solid #052632;
	position: absolute;
	top: 0;
	right: -10000px;
	bottom: 0;
	left: -10000px;
	z-index: -1;
}
.nav:after {
	content: "";
	background: url(../images/shadow_menu.png) repeat-x;
	height: 9px;
	position: absolute;
	right: -10000px;
	bottom: -9px;
	left: -10000px;
}
.nav .list {
	display: table;
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
.nav .item {
	display: table-cell;
	vertical-align: top;
	font-size: 12px;
}
.nav .list:before, .nav .list:after, .nav .item:before, .nav .item:after {
	display: none;
}
.nav .link {
	display: table;
	width: 100%;
	height: 46px;
	position: relative;
	color: #fff;
	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 .item:hover .link, .nav .active .link {
	color: #ffee78;
}
.nav .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	text-align: center;
}
.nav .in {
	display: inline-block;
	position: relative;
}
.nav .in:before {
	content: "";
	border-top: 2px solid #011a23;
	position: absolute;
	top: -14px;
	right: 0;
	left: 0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.nav .item:hover .link .in:before, .nav .active .link .in:before {
	border-top: 2px solid #ffee78;
}
.fig_promo {
	background: url(../images/pic23.png) no-repeat;
	width: 553px;
	height: 339px;
	position: absolute;
	top: 192px;
	right: -50px;
}
.fig_promo .item {
	position: absolute;
	top: 11px;
	left: 78px;
}
.fig_promo .item:before {
	content: "";
	background: url(../images/pic16.png) no-repeat;
	width: 19px;
	height: 101px;
	position: absolute;
	bottom: -101px;
	left: 78px;
}
.fig_promo .item:nth-child(2) {
	top: 17px;
	left: 384px;
}
.fig_promo .item:nth-child(2):before {
	content: "";
	background: url(../images/pic17.png) no-repeat;
	width: 178px;
	height: 73px;
	position: absolute;
	bottom: -67px;
	left: -175px;
}
.fig_promo .item:nth-child(3) {
	top: 67px;
	left: 394px;
}
.fig_promo .item:nth-child(3):before {
	content: "";
	background: url(../images/pic18.png) no-repeat;
	width: 217px;
	height: 156px;
	position: absolute;
	bottom: -156px;
	left: -192px;
}
.fig_promo .item:nth-child(4) {
	top: 158px;
	left: -7px;
}
.fig_promo .item:nth-child(4):before {
	content: "";
	background: url(../images/pic22.png) no-repeat;
	width: 8px;
	height: 97px;
	position: absolute;
	bottom: -97px;
	left: 82px;
}
.fig_promo .item:nth-child(5) {
	top: 165px;
	left: 404px;
}
.fig_promo .item:nth-child(5):before {
	content: "";
	background: url(../images/pic19.png) no-repeat;
	width: 120px;
	height: 68px;
	position: absolute;
	bottom: -64px;
	left: -105px;
}
.fig_promo .item:nth-child(6) {
	top: 235px;
	left: 373px;
}
.fig_promo .item:nth-child(6):before {
	content: "";
	background: url(../images/pic20.png) no-repeat;
	width: 79px;
	height: 75px;
	position: absolute;
	bottom: -72px;
	left: -44px;
}
.fig_promo .item:nth-child(7) {
	top: 308px;
	left: 3px;
}
.fig_promo .item:nth-child(7):before {
	content: "";
	background: url(../images/pic21.png) no-repeat;
	width: 63px;
	height: 32px;
	position: absolute;
	bottom: 20px;
	left: auto;
	right: -52px;
}
.fig_promo .link {
	background: #0c7c9e;
	border-radius: 14px;
	display: inline-block;
	height: 28px;
	padding: 0 20px;
	position: relative;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 28px;
	z-index: 1;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side {
	width: 228px;
	margin: 26px 0 20px 0;
	position: relative;
	float: left;
}
.catalog_list_4 {
	margin: 0 0 8px;
}
.catalog_list_4 .item {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.2;
}
.catalog_list_4 .link {
	background: url(../images/pic9.png) no-repeat 0 4px;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #052632;
}
.catalog_list_4 .item:hover .link, .catalog_list_4 .active .link {
	background: url(../images/pic26.png) no-repeat 0 4px;
	text-decoration: none;
}
.services_list_1 {
	margin: 0 0 3px;
}
.services_list_1 .item {
	margin: 0 0 13px;
	font-size: 14px;
	line-height: 1.2;
}
.services_list_1 .link {
	background: url(../images/pic9.png) no-repeat 0 4px;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #052632;
}
.services_list_1 .item:hover .link, .services_list_1 .active .link {
	background: url(../images/pic26.png) no-repeat 0 4px;
	text-decoration: none;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.main_page .content {
	overflow : visible;
	padding: 0;
}
.main_page .content:before, .main_page .content:after {
	content: "";
	display: table;
}
.main_page .content:after {
	clear: both;
}
.content {
	padding: 0 0 34px 40px;
	position: relative;
	overflow: hidden;
}
.w-376 {
	width: 376px;
}
.more {
	background: url(../images/pic24.png) no-repeat 0 7px;
	display: inline-block;
	padding: 0 0 0 30px;
	font-size: 12px;
	color: #fff;
}
.text_link {
	color: #052632;
}
.box_catalog {
	background: url(../images/pic25.png) no-repeat;
	-moz-box-shadow: 0 0 24px rgba(7,98,136,.65);
	-webkit-box-shadow: 0 0 24px rgba(7,98,136,.65);
	box-shadow: 0 0 24px rgba(7,98,136,.65);
	border-radius: 8px;
	width: 838px;
	height: 220px;
	margin: 0 0 36px;
	padding: 38px 31px 0;
}
.catalog_list_1 {
	margin: 0 0 0 -16px;
}
.catalog_list_1 .item {
	width: 154px;
	margin: 0 0 0 16px;
	font-size: 14px;
	text-align: center;
}
.catalog_list_1 .link {
	color: #fff;
}
.catalog_list_1 .fig {
	background: #fff;
	-moz-box-shadow: 0 0 29px rgba(255,255,190,.75);
	-webkit-box-shadow: 0 0 29px rgba(255,255,190,.75);
	box-shadow: 0 0 29px rgba(255,255,190,.75);
	border-radius: 66px;
	display: inline-block;
	margin: 0 0 5px;
	padding: 4px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.catalog_list_1 .img {
	border: 1px solid #5ec3e2;
	border-radius: 66px;
	display: block;
	padding: 6px;
}
.catalog_list_1 .text {
	display: block;
}
.catalog_list_2 {
	margin: 0 0 51px -44px;
	position: relative;
}
.catalog_list_2:after {
	content: "";
	border-left: 1px solid #0d93bd;
	display: block;
	position: absolute;
	top: 0;
	left: 328px;
	bottom: -20px;
}
.catalog_list_2:before {
	content: "";
	border-left: 1px solid #0d93bd;
	display: block;
	position: absolute;
	top: 0;
	left: 647px;
	bottom: -20px;
}
.catalog_list_2 .item {
	width: 270px;
	margin: 0 0 5px 44px;
	font-size: 14px;
}
.catalog_list_2 .link {
	background: url(../images/pic9.png) no-repeat 0 5px;
	display: inline-block;
	padding: 0 0 0 20px;
	color: #052632;
}
.catalog_list_2 .link:hover {
	background: url(../images/pic26.png) no-repeat 0 5px;
}
.deals_list_1 {
	margin: 0 0 24px -36px;
}
.deals_list_1 p {
	margin: 0 0 13px;
}
.deals_list_1 .item {
	border-left: 1px solid #0e94bd;
	width: 245px;
	margin: 0 0 0 36px;
	padding: 0 0 7px 45px;
	font-size: 12px;
	line-height: 1.5;
}
.deals_list_1 .item:first-child {
	border: none;
	padding-left: 0;
}
.deals_list_1 .link {
	display: block;
	font-size: 14px;
	color: #052632;
	text-decoration: none;
	line-height: 1.2;
}
.deals_list_1 .fig {
	float: left;
	margin: 2px 16px 9px 0;
}
.deals_list_1 .img {
	border-radius: 12px;
	vertical-align: top;
}
.deals_list_1 .price {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: bold;
	color: #ffee78;
}
.btn_1 {
	background: #0c7c9e;
	border-radius: 13px;
	display: inline-block;
	height: 28px;
	padding: 0 17px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	line-height: 28px;
}
.news_list_1 {
	margin: 0 0 31px -39px;
}
.news_list_1 .item {
	border-left: 1px solid #0e94bd;
	width: 249px;
	min-height: 119px;
	padding: 6px 0 5px 36px;
	margin: 0 0 0 39px;
	font-size: 12px;
	line-height: 1.5;
}
.news_list_1 .item:first-child {
	border: none;
	padding-left: 0;
}
.news_list_1 .date {
	margin: 0 0 6px;
	color: #fff;
}
.news_list_1 .fig {
	float: left;
	margin: 8px 19px 0 0;
}
.news_list_1 .img {
	vertical-align: top;
}
.news_list_1 .link {
	color: #052632;
	text-decoration: none;
}
.news_list_1 .text {
	overflow: hidden;
	display: block;
}
.crumbs {
	margin: 0 0 7px;
}
.crumbs:before, .crumbs:after {
	display: none;
}
.crumbs:after {
	clear: both;
}
.crumbs .item {
	background: url(../images/pic27.png) no-repeat 3px 3px;
	display: inline;
	padding: 0 0 0 15px;
	font-size: 12px;
	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: #383838;
}
.catalog_list_3 p {
	margin: 0 0 8px;
}
.catalog_list_3 .item {
	background: url(../images/pic15.png) repeat-x;
	margin: 0 0 6px;
	padding: 10px 0 0 0;
}
.catalog_list_3 .item:first-child {
	background: none;
	padding: 0;
}
.catalog_list_3 .title {
	margin: 0 0 4px;
}
.catalog_list_3 .link {
	font-size: 18px;
	color: #052632;
}
.catalog_list_3 .fig {
	background: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 5px solid #0d95c6;
	border-radius: 66px;
	display: block;
	float: left;
	width: 110px;
	height: 110px;
	margin: 0 31px 0 0;
	padding: 6px;
	position: relative;
	overflow: hidden;
}
.catalog_list_3 .img {
	border-radius: 66px;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_list_3 .text {
	display: inline-block;
	margin: 9px 0 0 0;
	text-decoration:underline;
}
.catalog_list_3 .link:hover .text{
	text-decoration:none;
}
.catalog_list_5 {
	margin: 0 0 0 -18px;
}
.catalog_list_5 .item {
	width: 144px;
	margin: 0 0 18px 18px;
	text-align: center;
}
.catalog_list_5 .link {
	color: #052632;
}
.catalog_list_5 .fig {
	background: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #5a808f;
	border-radius: 15px;
	display: inline-block;
	width: 129px;
	height: 130px;
	margin: 0 0 2px;
	position: relative;
	overflow: hidden;
}
.catalog_list_5 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.catalog_list_5 .text {
	display: block;
}
.catalog_list_6 {
	margin: 0 0 6px;
}
.catalog_list_6 p {
	margin: 0 0 13px;
}
.catalog_list_6 > .item {
	background: url(../images/pic15.png) repeat-x;
	margin: 0 0 32px;
	padding: 27px 0 0;
}
.catalog_list_6 > .item:first-child {
	background: none;
	padding: 0;
}
.catalog_list_6 .list {
	margin: 0 0 0 -36px;
}
.catalog_list_6 .list .item {
	border-left: 1px solid #0e94bd;
	width: 251px;
	margin: 0 0 0 36px;
	padding: 0 0 4px 45px;
	line-height: 1.5;
}
.catalog_list_6 .link {
	display: block;
	font-size: 14px;
	color: #052632;
	text-decoration: none;
	line-height: 1.2;
}
.catalog_list_6 .fig {
	float: left;
	margin: 2px 16px 9px 0;
}
.catalog_list_6 .img {
	border-radius: 12px;
	vertical-align: top;
}
.catalog_list_6 .price {
	margin: 0 0 12px;
	font-size: 13px;
	font-weight: bold;
	color: #ffee78;
}
.pages {
	margin: 0 0 9px -7px;
}
.pages .item {
	width: 25px;
	height: 18px;
	font-size: 14px;
	color: #0c7c9e;
	text-align: center;
}
.pages .link {
	display: block;
	width: 25px;
	height: 18px;
	color: #052632;
	line-height: 18px;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pages .item:hover .link, .pages .active {
	width: 25px;
	height: 18px;
	color: #0c7c9e;
	line-height: 18px;
}
.fig_1 {
	float: left;
	margin: 2px 36px 10px 0;
}
.fig_1 .img {
	border: 1px solid #5a808f;
	border-radius: 15px;
	vertical-align: top;
}
.price_1 {
	margin: 0 0 17px;
	font-size: 24px;
	font-weight: bold;
	color: #0c7c9e;
}
.btn_2 {
	background: #0c7c9e;
	border-radius: 19px;
	display: inline-block;
	height: 39px;
	padding: 0 43px;
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	line-height: 39px;
}
.back {
	background: url(../images/pic45.png) no-repeat 0 7px;
	display: inline-block;
	padding: 0 0 0 30px;
	font-size: 12px;
	color: #052632;
}
.projects_list_1 {
	margin: 0 0 3px -25px;
}
.projects_list_1 .item {
	width: 303px;
	margin: 0 0 6px 25px;
	line-height: 1.4;
}
.projects_list_1 .title {
	margin: 0;
	line-height: 1.3;
}
.projects_list_1 .link {
	font-size: 14px;
	color: #052632;
}
.projects_list_1 .fig {
	display: block;
	margin: 0 0 6px;
}
.projects_list_1 .img {
	border: 1px solid #5a808f;
	border-radius: 15px;
	vertical-align: top;
}
.box_1 {
	float: left;
	margin: 2px 28px 10px 0;
}
.box_1 > .fig {
	margin: 0 0 12px;
}
.box_1 > .fig > .link > .img {
	border: 1px solid #5a808f;
	border-radius: 15px;
	vertical-align: top;
}
.carousel_1 {
	width: 286px;
	padding: 0 15px;
	position: relative;
}
.carousel_1 .next, .carousel_1 .prev {
	background: url(../images/pic54.png) no-repeat 100% 50%;
	display: block;
	width: 15px;
	height: 67px;
	position: absolute;
	top: 0;
	right: 0;
}
.carousel_1 .prev {
	background: url(../images/pic55.png) no-repeat 0 50%;
	right: auto;
	left: 0;
}
.carousel_1 .in {
	width: 286px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.carousel_1 .list {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.carousel_1 .list.animate {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.carousel_1 .list:before, .carousel_1 .list:after, .carousel_1 .item:before, .carousel_1 .item:after {
	display: none;
}
.carousel_1 .item {
	display: table-cell;
	width: 88px;
	padding: 0 10px 0 0;
}
.carousel_1 .img {
	border: 1px solid #5a808f;
	border-radius: 15px;
	vertical-align: top;
}
.content .search {
	width: 374px;
	margin: 0 0 10px;
	position: relative;
}
.content .search .field {
	background: #fff;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #5a808f;
	border-radius: 4px;
	width: 374px;
	padding: 10px 34px 7px 12px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #6097ab;
}
.content .search .btn {
	background: url(../images/pic56.png) no-repeat 50% 50%;
	border: none;
	width: 34px;
	height: 34px;
	position: absolute;
	top: 0;
	right: 0;
}
.content .search .field:-moz-placeholder {
 opacity: 1;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: italic;
 color: #6097ab;
}
 .content .search .field::-moz-placeholder {
 opacity: 1;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: italic;
 color: #6097ab;
}
 .content .search .field::-webkit-input-placeholder {
 opacity: 1;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: italic;
 color: #6097ab;
}
 .content .search .field:-ms-input-placeholder {
 opacity: 1;
 font-family: Arial, sans-serif;
 font-size: 12px;
 font-style: italic;
 color: #6097ab;
}
.content .search .field.placeholder {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #6097ab;
}
.search_list {
	margin: 0 0 16px;
}
.search_list .item {
	margin: 0 0 20px;
	line-height: 1.3;
}
.search_list .link {
	background: url(../images/pic57.png) no-repeat 0 4px;
	display: inline-block;
	padding: 0 0 0 18px;
	color: #052632;
}
.button {
	background: #0b7b9d;
	border: none;
	border-radius: 20px;
	height: 39px;
	padding: 0 35px;
	font-size: 18px;
	color: #fff;
	line-height: 39px;
}
.captcha {
	background: #91d4de;
	border-top: 1px solid #5a808f;
	border-bottom: 1px solid #5a808f;
	border-left: 1px solid #5a808f;
	border-radius: 4px 0 0 4px;
	vertical-align: middle;
	display: inline-block;
	width: 122px;
	height: 33px;
	margin: 0 -7px 0 0;
	position: relative;
}
.captcha img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.label {
	font-family: Arial, sans-serif;
	font-style: italic;
	color: #011a23;
}
.h-115 {
	height: 115px;
}
.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;
    padding: 20px;
}
.modal__bg {
	background: #030303;
	zoom: 1;
	filter: alpha(opacity=72);
	opacity: 0.72;
	position: absolute;
	z-index: -1;
}
.show .modal__bg {
    opacity: .72;
}
.modal__content {
	background: #01aeec url(../images/light_1.png) repeat-x;
	border-radius: 4px;
	padding: 26px 26px 18px;
	position: relative;
	color: #fff;
    opacity: 0;
    -webkit-transform: translateZ(-3000px) rotateY(90deg);
    transform: translateZ(-3000px) rotateY(90deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.show .modal__content {
    -webkit-animation: slit 0.7s ease-out 0s normal forwards 1;
    animation: slit 0.7s ease-out 0s normal forwards 1;

}

@-webkit-keyframes slit {
    50% {
        -webkit-animation-timing-function: ease-out;
        opacity: 0.5;
        -webkit-transform: translateZ(-250px) rotateY(89deg);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0px) rotateY(0deg);
    }
}
@keyframes slit {
    50% {
        animation-timing-function: ease-in;
        opacity: 1;
        transform: translateZ(-250px) rotateY(89deg);
    }
    100% {
        opacity: 1;
        transform: translateZ(0px) rotateY(0deg);
    }
}
.modal__close_btn {
	background: url(../images/pic62.png) no-repeat 50% 50%;
	width: 23px;
	height: 23px;
	position: absolute;
	top: 0;
	right: 0;
	line-height: 23px;
	z-index: 4;
}
.modal__content .h1 {
	border: none;
	margin: 0 0 20px;
	padding: 0;
	font-size: 28px;
}
.lightbox__title {
	margin: 12px 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #fff;
}
.lightbox__prev, .lightbox__next {
	background: url(../images/pic60.png) no-repeat;
	width: 12px;
	height: 20px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	left: -23px;
	z-index: 2;
}
.lightbox__next {
	background: url(../images/pic59.png) no-repeat;
	left: auto;
	right: -23px;
}
.lightbox__image img {
	vertical-align: top;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	background: #052632;
	height: 147px;
	margin: 0 -10000px;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}
.footer .in {
	width: 900px;
	margin: 0 auto;
	padding: 28px 0 0 0;
	position: relative;
}
.counter {
	position: absolute;
	top: 30px;
	left: 0;
}
.company_footer {
	position: absolute;
	top: 37px;
	left: 43px;
	font-size: 12px;
	color: #a2a0a0;
}
.developer {
	position: absolute;
	top: 90px;
	left: 0;
	font-size: 11px;
}
.developer .link {
	color: #02c0f5;
}
.address_footer {
	position: absolute;
	top: 62px;
	left: 270px;
	font-size: 11px;
	color: #fff;
}
.contacts_footer {
	position: absolute;
	top: 88px;
	left: 270px;
	font-size: 11px;
	color: #fff;
	line-height: 1.8;
}
.contacts_footer .link {
	color: #02c0f5;
}
.nav_footer {
	margin: 0 0 0 270px;
	position: relative;
	z-index: 10;
}
.nav_footer .item {
	background: url(../images/border_menu_footer.png) no-repeat 0 50%;
	padding: 0 10px;
	font-size: 11px;
}
.nav_footer .item:first-child {
	background: none;
	padding-left: 0;
}
.nav_footer .link {
	color: #a2a0a0;
}

/*---------------------- 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;
}
}
