@charset "utf-8";

html,
body {
	width:100%;
	height:100%;
}

body {
	margin:0;
	padding:0;
	background:#fff;
	font:normal 15px/20px "Open Sans", Verdana, Geneva, sans-serif;
	color:#5e5e5e;
}

form,
fieldset {
	margin:0;
	padding:0;
	border:0;
}

input,
select,
textarea,
button,
.customSelect {
	font:normal 13px "Open Sans", Verdana, Geneva, sans-serif;
	color:#5e5e5e;
	outline:none;
}

input[type="text"],
input[type="password"],
textarea,
select,
.selectIn {
	border:1px solid #d5d5d5;
	background:#fff;
	margin:0;
	padding:8px 10px;
	box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.05);
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color:#919191;
}

.placeholder {
	color:#5e5e5e!important;
}

.error {
	border-color:#e79202!important;
	box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.05), 0 0 0 1px #e79202!important;
	-moz-box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.05), 0 0 0 1px #e79202!important;
	-webkit-box-shadow:inset 2px 2px 5px rgba(0, 0, 0, 0.05), 0 0 0 1px #e79202!important;
	
}

textarea {
	resize:none;
	height:144px;
}

.input {
	padding:0 11px;
	zoom:1;
	position:relative;
	line-height:normal;
}

.input input,
.input textarea {
	position:relative;
	width:100%;
	left:-11px;
}
::-webkit-input-placeholder {
 opacity:1;
}
::-moz-placeholder {
 opacity:1;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
	display: block;
}

img {
	border:0;
	vertical-align:top;
}

a {
	color:#e79202;
	outline:none;
	cursor:pointer;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

strong {
	font-weight:bold;
}

table {
	border-collapse:collapse;
}

p,
ol,
ul {
	margin:0 0 20px 0;
}

h1,
.h1,
h2,
h3,
h4 {
	color:#454545;
	font-weight:600;
	font-size:25px;
	line-height:30px;
	margin:0 0 15px 0;
}

h2 {
	font-size:34px;
	line-height:38px;
}

h2.small2 {
	font-size:30px;
}

h2.small,
h3 {
	font-size:25px;
	line-height:30px;
	margin:0 0 15px 0;
}

h4 {
	font-size:18px;
	line-height:22px;
	margin:0 0 21px 0;
}

h2 + h4 {
	margin-top:-3px;
}

h3.ind2 {
	margin-bottom:21px;
}

h4.ind2 {
	margin-bottom:18px;
}

h4.ind3 {
	margin-bottom:28px;
}

h4.ind4 {
	margin-bottom:17px;
}

ul {
	list-style:none;
	margin:0;
	padding:0;
}

ol,
ul li {
	padding:0 0 0 10px;
	background:url(../img/dot-grey.png) no-repeat 0 9px;
}

table .sep {
	width:1000px;
}

.nowrap {
	white-space:nowrap;
}

.nofloat {
	height:100%;
	overflow:hidden;
}

.orange {
	color:#e79202;
}

.orange2 {
	color:#d97621;
}

.blue {
	color:#1c9ec0;
}

.cell {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}

.hr {
	height:1px;
	position:relative;
	overflow:hidden;
	margin:20px 0;
	background:#eaeaea;
	border-bottom:1px solid #fafafa;
}

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.wrapper,
.footer {
	min-height:100%;
	min-width:1000px;
	max-width:10000px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

.container {
	width:1000px;
	margin: 0 auto;
	text-align: left;
	position:relative;
}

.header {
	position:relative;
	zoom:1;
	z-index:200;
}

.header .hr {
	margin:5px -5000px 0 -5000px;
}

.line1 {
	margin:0 -5000px;
	padding:8px 5000px 10px 5000px;
	background:#0c0c0c url(../img/dot-bg.jpg) repeat-y 50% 0;
	zoom:1;
	position:relative;
	line-height:24px;
	border-bottom:1px solid #14171a;
}

.line1:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.search {
	float:right;
	position:relative;
	margin:0 0 0 10px;
}

.search fieldset {
	float:left;
}

.search input[type="text"] {
	float:left;
	position:relative;
	zoom:1;
	background:#242424;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 1px 0 #232323;
	-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 1px 0 #232323;
	-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.75), 0 1px 0 #232323;
	behavior: url(../js/PIE.htc);
	border:0;
}

.search input[type="text"] {
	padding:3px 24px 3px 4px;
	width:92px;
	color:#969696;
}

.search input[type="submit"] {
	width:24px;
	height:24px;
	border:0;
	cursor:pointer;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	right:0;
	background:url(../img/icon-search.png) no-repeat 50% 50%;
}

.mail-link,
.auth-link {
	float:right;
	width:61px;
	height:24px;
	padding:0 24px 0 0;
	margin:0 0 0 10px;
	text-decoration:none!important;
	font-weight:600;
	font-size:10px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.4);
	color:#fff;
	line-height:24px;
	background:url(../img/top-links.png) no-repeat 0 -9999px;
	text-align:center;
	top:3px;
	position:relative;
}

.mail-link {
	background-position:0 0;
}

.mail-link:hover {
	background-position:0 -27px;
}

.mail-link:active {
	background-position:0 -54px;
}

.auth-link {
	background-position:-88px 0;
	color:#2b9aca;
}

.auth-link:hover {
	background-position:-88px -27px;
}

.auth-link:active {
	background-position:-88px -54px;
}

.line1 .phone {
	float:right;
	white-space:nowrap;
	padding:0 0 0 18px;
	background:url(../img/icon-phone.png) no-repeat 0 1px;
	letter-spacing:0.5px;
	font-size:13px;
	font-weight:normal;
	color:#fd8921;
	min-width:137px;
	margin:0 10px 0 0;
	position:relative;
	top:2px;
}

.line1 .phone strong {
	font-weight:normal;
	color:#fff;
}

.line2 {
	zoom:1;
	position:relative;
	background:#252b2e url(../img/header-bg.jpg) repeat-x;
	height:104px;
	padding:0 5000px;
	margin:0 -5000px;
	border-bottom:4px solid #0a0e10;
	z-index:200;
}

.line2:first-child {
	margin-top:-8px;
}

.line2:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.logo {
	position:absolute;
	top:9px;
	left:5000px;
	margin:0 0 0 -2px;
}

.menu {
	list-style:none;
	z-index:200;
	margin:0 0 0 237px;
	padding:0 1px 0 0;
	background:url(../img/top-menu-sep.png) no-repeat 100% 100%;
	position:absolute;
	right:5000px;
	bottom:0;
	font-size:18px;
	line-height:20px;
	font-weight:normal;
	color:#f1f1f1;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.8);
	zoom:1;
}

.menu li {
	float:left;
	padding:0 0 0 1px;
	background:url(../img/top-menu-sep.png) no-repeat 0 100%;
}

.menu .link {
	color:#f1f1f1;
	float:left;
	white-space:nowrap;
	text-decoration:none;
	font-weight:normal;
	padding:43px 31px 4px 31px;
	height:61px;
	margin:-4px 0 0 0;
	top:4px;
	position:relative;
	background:url(../img/menu-link.png) repeat-x 0 -9999px;
	z-index:201;
}

.menu .link.active,
.menu .link:hover,
.menu li:hover .link {
	color:#2b9aca;
	padding-bottom:0;
	border-bottom:4px solid #2b9aca;
}

.menu .link.active,
.menu a.link:active {
	background-color:#202327;
	background-position:0 100%;
}

.sub {
	position:absolute;
	zoom:1;
	top:100%;
	border-top:4px solid #0a0e10;
	right:0;
	width:1000px;
	padding:27px 0;
	background:#2b2e30 url(../img/menu-sub.png) repeat-y 297px 0;
	font-size:14px;
	line-height:21px;
	font-weight:600;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.8);
	min-height:150px;
	display:none;
}

.menu li:hover {
	zoom:1;
}

.menu li:hover .sub {
	display:block;
}

.sub:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.sub p {
	margin:0 0 20px 0;
}

.sub .l {
	float:left;
	width:202px;
	padding:0 38px 0 57px;
}

.sub .c {
	float:left;
	width:385px;
	padding:0 25px;
}

.sub .r {
	float:right;
	width:178px;
	padding:0 33px 0 0;
	font-size:12px;
	color:#b4b4b4;
	font-weight:600;
}

.sub .phone1 {
	font-weight:bold;
	color:#aaa;
	border-bottom:1px solid #424242;
	font-size:14px;
	margin:0 0 10px 0;
}

.sub .phone1 strong {
	display:block;
	font-size:18px;
	line-height:20px;
	color:#fff;
	position:relative;
	zoom:1;
	margin:8px 0 0 0;
}

.sub .r ul {
	list-style:none;
	margin:7px 0 0 0;
	padding:0;
	line-height:22px;
	zoom:1;
	position:relative;
}

.sub .r ul li {
	float:none;
	zoom:1;
	position:relative;
	vertical-align:bottom;
	margin:0;
	padding:0;
	background:none;
	border-bottom:1px solid #424242;
}

.sub .r ul a {
	display:block;
	color:#fff;
	padding:0 0 0 25px;
	background:url(../img/contact-pics.png) no-repeat 0 -9999px;
}

.sub .r ul .bg-chat {
	background-position:0 7px;
}

.sub .r ul .bg-mail {
	background-position:0 -16px;
}

.sub .r ul a:hover {
	color:#e99913;
}

.sub .r ul .bg-chat:hover {
	background-position:0 -44px;
}

.sub .r ul .bg-mail:hover {
	background-position:0 -67px;
}

.sub .c a,
.sub .c ul span {
	display:inline-block;
	padding:0 0 0 17px;
	background:url(../img/rarr-white.png) no-repeat 4px 9px;
	color:#fff;
}

.sub .list1 .fl {
	float:right;
	width:176px;
}

.sub .list1 .fl:first-child {
	float:left;
}

.sub .list1,
.sub a.grey {
	color:#b0b0b0;
}

.sub a.grey {
	padding:0;
	background:none;
}

.sub .list1 ul {
	list-style:none;
	margin:7px 0 0 0;
	padding:0;
	font-weight:600;
	font-size:12px;
}

.sub .list1 ul li {
	float:none;
	zoom:1;
	position:relative;
	vertical-align:bottom;
	margin:0;
	padding:0;
	background:none;
}

.sub .list2 ul {
	list-style:none;
	margin:0;
	padding:0;
}

.sub .list2 ul li {
	float:none;
	margin:10px 0 0 0;
	padding:0;
	zoom:1;
	position:relative;
	vertical-align:bottom;
	background:none;
}

.sub .list2 ul li:first-child {
	margin:0;
}

.line3 {
	zoom:1;
	position:relative;
	background:#3d3f45 url(../img/top-block-repeat.jpg) repeat-x 50% 0;
	text-align:center;
	font-size:15px;
	line-height:24px;
	color:#fff;
}

.line3,
.header .shad {
	border-top:1px solid #24282a;
}

.line3 a {
	color:#fff;
}

.line3 .bg {
	height:166px;
	background:url(../img/top-block-c.jpg) no-repeat 50% 0;
}

.line3 .cell {
	width:1000px;
	height:166px;
}

.line3 object {
	vertical-align:top;
}

.line3 h1,
.line3 .h1 {
	color:#fff;
	font-size:35px;
	line-height:38px;
	margin:0 0 8px 0;
	text-shadow:0 2px 20px rgba(0, 0, 0, 0.75);
}

.line3.slider {
	background-image:url(../img/top-block-repeat-big.jpg);
}

.line3.slider .bg {
	height:260px;
	padding:0;
	background-image:url(../img/top-block-c-big.jpg);
}

.slider .prev,
.slider .next {
	cursor:pointer;
	position:absolute;
	top:50%;
	background:url(../img/slider-arrs.png) no-repeat;
	width:50px;
	height:78px;
	overflow:hidden;
	z-index:40;
	margin:-39px 0 0 0;
	display:none;
}

.slider:hover .prev,
.slider:hover .next {
	display:block;
}

.slider .prev {
	left:0;
}

.slider .prev:hover {
	background-position:0 -78px;
}

.slider .next {
	right:0;
	background-position:100% 0;
}

.slider .next:hover {
	background-position:100% -78px;
}

.slider .hold {
	position:relative;
	height:260px;
	overflow:hidden;
	width:1000px;
	margin:0 auto;
}

.slider .shad-l,
.slider .shad-r {
	position:absolute;
	top:0;
	bottom:0;
	width:20px;
	background:url(../img/slider-shad.png) no-repeat;
	z-index:20;
}

.slider .shad-l {
	left:0;
}

.slider .shad-r {
	right:0;
	background-position:100% 0;
}

.slider .hold ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:9999px;
}

.slider .hold ul li {
	float:left;
	margin:0;
	padding:0;
	background:none;
	height:260px;
	width:1000px;
}

.slider .container {
	padding:41px 345px 0 50px;
	width:605px;
}

.slider img {
	position:absolute;
	top:20px;
	right:121px;
}

.slider .text {
	min-height:72px;
	margin:0 0 7px 0;
}

.slider .h1 {
	margin-bottom:15px;
}

.slider .nav1 {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	line-height:0;
	left:0;
	right:0;
	bottom:6px;
}

.slider .nav1 li {
	cursor:pointer;
	display:inline-block;
	position:relative;
	margin:0 3px 0 2px;
	padding:0;
	background:url(../img/slider-dots.png) no-repeat -22px 0;
	width:14px;
	height:15px;
}

.slider .nav1 li.active {
	cursor:default;
	background-position:0 0;
}

.content {
	zoom:1;
	position:relative;
	padding:24px 0 30px 0;
}

.content:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.content.nobind {
	padding-bottom:0;
}

.text-style2 {
	line-height:26px;
}

.text-style2 p {
	margin-bottom:26px;
}

.text-style2 h2 {
	margin-bottom:10px;
}

.footer {
	zoom:1;
	position:relative;
	min-height:0;
}

.partners {
	zoom:1;
	position:relative;
	margin:0 -5000px;
	border-top:1px solid #c7c7c7;
	background:#e4e4e4 url(../img/grey-bg.jpg) 50% 0;
	padding:0 5000px;
}

.partners table {
	width:100%;
}

.partners td {
	padding:0;
	height:40px;
	vertical-align:middle;
	text-align:center;
	white-space:nowrap;
}

.partners .sep:first-child {
	display:none;
}

.contacts {
	background:#ed9140;
	zoom:1;
	position:relative;
	margin:0 -5000px;
	border-top:1px solid #ebae78;
	padding:0 5000px;
	font-size:14px;
	line-height:30px;
	font-weight:normal;
	color:#fff;
}

.contacts a {
	color:#fff;
	text-transform:uppercase;
}

.contacts td {
	padding:0;
	white-space:nowrap;
	text-align:center;
	height:36px;
}

.contacts .sep {
	background:url(../img/contacts-vline.png) repeat-y 50% 0;
}

.contacts .sep.last {
	background:none;
}

.contacts .link-chat {
	display:inline-block;
	white-space:nowrap;
	padding:0 0 0 40px;
	background:url(../img/quote.png) no-repeat 0 7px;
}

.contacts .link-mail {
	display:inline-block;
	white-space:nowrap;
	padding:0 0 0 40px;
	background:url(../img/mail.png) no-repeat 0 8px;
}

.contacts strong {
	font-size:18px;
	margin:0 0 0 5px;
	font-weight:normal;
}

.footer .dark {
	background:#0c0c0c url(../img/footer-bg.jpg) no-repeat 50% 0;
	position:relative;
	margin:0 -5000px;
	font-weight:normal;
	font-size:11px;
	line-height:16px;
	zoom:1;
}

.footer .dark .bg {
	background:url(../img/footer-watermark.png) no-repeat 4972px 0;
	height:268px;
	padding:45px 5000px 0 5000px;
	zoom:1;
	position:relative;
	overflow:hidden;
}

.footer .bottom {
	padding:10px 0 0 0;
	clear:both;
	color:#9f9f9f;
	zoom:1;
	position:relative;
}

.footer .bottom a {
	color:#9f9f9f;
}

.footer .bottom span {
	margin:0 4px;
}

.footer ul.socials {
	text-align:left;
}

.bmenu {
	padding:0 0 0 271px;
	margin:0 0 0 -50px;
	left:50px;
	zoom:1;
	position:relative;
	height:226px;
	color:#fff;
}

.bmenu h5 {
	font-weight:600;
	font-size:12px;
	text-transform:uppercase;
	color:#9d9d9d;
	margin:0 0 8px 0;
	text-shadow:0 2px 5px #000;
}

.bmenu .fl {
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 -3px;
	left:3px;
	width:205px;
	text-align:left;
	padding:0 0 28px 30px;
	position:relative;
}

.bmenu .w1 {
	width:99px;
}

.bmenu .w2 {
	width:140px;
}

.bmenu .w3 {
	width:198px;
}

.bmenu a {
	color:#fff;
}

.bmenu ul {
	list-style:none;
	margin:0;
	padding:0;
}

.bmenu ul li {
	zoom:1;
	position:relative;
	vertical-align:bottom;
	padding:0;
	background:none;
	margin:6px 0 0 0;
}

.bmenu ul li:first-child {
	margin:0;
}

.bmenu .news-link,
.bmenu .blog-link {
	display:inline-block;
	padding:0 0 0 20px;
	background:url(../img/icon-files.png) no-repeat;
}

.bmenu .blog-link {
	background-image:url(../img/icon-blog.png);
	background-position:0 1px;
}

.contacts2 span {
	display:inline-block;
	min-width:42px;
	color:#e78c3c;
}

ul.socials {
	width: 250px;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

ul.socials li {
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 8px;
	padding:0;
	background:none;
}

ul.socials li:first-child {
	margin:0;
}

.socials a {
	display:block;
	text-align:left;
	text-indent:-9999px;
	background:url(../img/socials3.png) no-repeat;
	width:40px;
	height:41px;
	overflow:hidden;
}

.socials .fb {
	background-position:0 0;
}

.socials .li {
	background-position:-52px 0;
}

.socials .tw {
	background-position:-104px 0;
}

.socials .gp {
	background-position:-156px 0;
}

.socials .yt {
	background-position:-208px 0;
}

.socials .rss {
	background-position:-157px 0;
}

.socials .fb:hover {
	background-position:0 -44px;
}

.socials .li:hover {
	background-position:-52px -44px;
}

.socials .tw:hover {
	background-position:-104px -44px;
}

.socials .gp:hover {
	background-position:-156px -44px;
}

.socials .yt:hover {
	background-position:-208px -44px;
}

.socials .rss:hover {
	background-position:-157px -44px;
}

.path {
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	color:#909090;
	margin:0 0 23px 0;
}

.path a {
	color:#909090;
}

.path strong {
	color:#585858;
}

.path span {
	color:#ff7902;
}

.agreement-head {
	zoom:1;
	margin:40px 0 28px 0;
	position:relative;
}

.agreement-head h2 {
	margin:0;
	font-size:25px;
	line-height:30px;
}

.agreement-head .download {
	display:block;
	position:absolute;
	top:-34px;
	right:4px;
	background:url(../img/link-pdf.png) no-repeat;
	width:87px;
	height:94px;
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
}

.agreement-head .download:hover {
	background-position:0 -94px;
}

.agreement section {
	border-top:1px solid #dadada;
	zoom:1;
	position:relative;
}

.agreement section:first-child {
	border:0;
}

.agreement header {
	padding:16px 24px 17px 60px;
	zoom:1;
	position:relative;
	cursor:pointer;
}

.agreement header h3 {
	margin:0;
	font-size:21px;
}

.agreement header:hover {
	background:#eda93e;
	color:#fff;
}

.agreement .open header:hover {
	color:#5e5e5e;
	background:none;
}

.agreement section section {
	border:0;
	margin:20px 0 0 0;
	top:16px;
	position:relative;
	zoom:1;
}

.agreement section section:first-child {
	margin-top:0;
}

.agreement section section header,
.agreement section section header:hover {
	margin:0;
	padding:0 0 0 10px;
	font-weight:600;
	font-size:15px;
	line-height:20px;
}

.agreement section section header:hover {
	color:#e99f22!important;
}

.agreement section section.simple header,
.agreement section section.simple header:hover {
	color:#5e5e5e!important;
	background:none;
}

.agreement section section.simple .in2 {
	display:block;
}

.agreement section section header h4 {
	font-weight:600;
	font-size:15px;
	line-height:20px;
	margin:0;
}

.agreement .icon,
.map-nav .icon,
.places-info .icon,
.news .icon {
	display:block;
	position:absolute;
	width:27px;
	height:27px;
	border:1px solid #cdcdcd;
	background:#fffefe url(../img/plus-minus.png) no-repeat 50% -23px;
}

.agreement .open .icon,
.map-nav .open .icon,
.news .open .icon {
	background-position:50% 12px;
}

.agreement .icon {
	top:18px;
	left:16px;
}

.agreement .icon2 {
	display:block;
	width:7px;
	height:7px;
	overflow:hidden;
	position:absolute;
	top:7px;
	left:0;
	background:url(../img/accordion-in-arr.png) no-repeat;
}

.agreement section .open .icon2 {
	background-position:0 -11px;
}

.agreement section.simple .icon2 {
	background-image:url(../img/accordion-in-arr-grey.png);
}

.agreement .in {
	display:none;
	zoom:1;
	position:relative;
	margin:-9px 0 0 55px;
	padding:0 0 31px 5px;
}

.agreement .open .in {
	display:block;
}

.agreement .in2 {
	display:none;
	padding:20px 0 0 0;
}

.agreement section .open .in2 {
	display:block;
}

.num-list {
	list-style:none;
	margin:0;
	padding:0;
}

.num-list .num-hold {
	margin:20px 0 0 0;
	padding:0;
	background:none;
}

.num-list .num-hold:first-child {
	margin:0;
}

.num-list .num-hold .num-list .num-hold {
	margin: 20px 0 0 20px;
}

.num-list ul {
	margin:20px 0;
}

.customScroll {
	max-height:406px;
	position:relative;
	overflow:hidden;
	overflow-y:auto;
	border:1px solid #e2e2e2;
	background:#f6f6f6;
	box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.7);
	-moz-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.7);
	-webkit-box-shadow:inset 0 0 0 1px rgba(255, 255, 255, 0.7);
	margin-bottom:20px!important;
}

.scroll-content {
	right:0;
}

.scroll-hold {
	padding:21px 40px 21px 18px!important;
}

.vscroll-bar {
	top:20px!important;
	right:20px!important;
	bottom:20px!important;
	height:auto!important;
	width:8px!important;
	border:1px solid #9f9f9f;
	background:#dedede;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(../js/PIE.htc);
}

.scroll-up,
.scroll-down {
	display:none;
}

.scroll-slider {
	width:8px!important;
	background:#e4a94d;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	behavior: url(../js/PIE.htc);
	box-shadow:inset 2px 0 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:inset 2px 0 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:inset 2px 0 2px rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(0, 0, 0, 0.3);
}

.arr-line {
	zoom:1;
	position:relative;
	line-height:0;
	height:1px;
	background:#d8d8d8;
	margin:0 -5000px;
	z-index:50;
}

.arr-line div {
	background:url(../img/darr-line.png) no-repeat;
	cursor:pointer;
	width:60px;
	height:30px;
	overflow:hidden;
	position:absolute;
	bottom:100%;
	left:50%;
	margin:0 0 0 -30px;
}

.arr-line.tind {
	margin-top:47px;
}

.arr-line.tind2 {
	margin-top:44px;
}

.arr-line.tind3 {
	margin-top:41px;
}

.arr-line.bind {
	margin-bottom:37px;
}

.arr-line.bind2 {
	margin-bottom:30px;
}

.grey-block {
	zoom:1;
	position:relative;
	margin:0 -5000px;
	background:#f7f7f7;
	padding:30px 5000px;
}

.grey-block:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.grey-block h3 {
	margin-bottom:30px;
}

.checklist {
	padding-right:4980px;
	padding-bottom:54px;
	font-size:13px;
	line-height:20px;
}

.modal .checklist {
	font-size:12px;
}

.checklist:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.checklist li {
	padding:3px 0 0 35px;
	min-height:21px;
	background:url(../img/check.png) no-repeat;
	margin:6px 0 0 0;
	vertical-align:bottom;
	zoom:1;
	position:relative;
}

.modal .checklist li {
	margin-top:2px;
}

.checklist li:first-child {
	margin:0;
}

.checklist ul {
	float:left;
	width:507px;
	list-style:none;
	margin:0;
	padding:0;
}

.percent-text {
	margin:0 0 44px 0;
	padding:0 0 0 87px;
	background:url(../img/100perc.png) no-repeat 0 4px;
	min-height:74px;
}

.cases {
	margin:0 0 11px 0;
}

.cases h3 {
	margin-bottom:11px;
}

.cases p {
	margin:0 0 15px 0;
}

.cases ul {
	list-style:none;
	margin:15px 0 0 -130px;
	left:107px;
	position:relative;
	padding:0;
	zoom:1;
}

.cases h3 + ul {
	margin-top:24px;
}

.cases ul:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.cases li {
	float:left;
	white-space:nowrap;
	text-align:center;
	width:171px;
	margin:0;
	padding:0;
	background:none;
}

.cases ul.size2 {
	margin-left:0;
	left:0;
	margin-right:-100px;
}

.cases ul.size2 li {
	width:auto;
	margin:0 53px 0 0;
}

.cases img {
	display:block;
	margin:0 auto 3px auto;
}

.cases a img:first-child,
.cases a:hover img {
	display:none;
}

.cases a:hover img:first-child {
	display:block;
}

.cases ul a {
	color:#5f5f5f;
	display:block;
}

.cases ul a:hover {
	text-decoration:none;
	color:#ef9c43;
}

.partners2 {
	padding-bottom:73px;
}

.partners2 h4 {
	margin-bottom:14px;
}

.partners2 article {
	zoom:1;
	margin:44px 0 0 0;
	position:relative;
	padding:0 195px 0 0;
}

.partners2 article:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.partners2 h4 + article {
	margin-top:0;
}

.partners2 h5 {
	font-weight:600;
	color:#454545;
	font-size:21px;
	line-height:25px;
	margin:0 0 6px 0;
}

.partners2 .ind2 h5 {
	margin-bottom:8px;
}

.partners2 .ind3 h5 {
	margin-bottom:9px;
}

.partners2 .ind4 {
	margin-top:40px;
}

.partners2 .ind5 {
	margin-top:32px;
}

.partners2 h5 a {
	color:#454545;
}

.partners2 .img {
	position:absolute;
	top:20px;
	right:-2px;
	text-align:center;
	width:180px;
}

.partners2 .img.size2 {
	width:174px;
}

.partners2 .img.size3 {
	width:148px;
}

.partners2 .img.size4 {
	width:151px;
}

.partners2 .hr {
	margin:40px 0 31px 0;
	background:#d9d9d9;
	border-bottom-color:#fff;
}

.partners2 .hr.ind2 {
	margin-top:33px;
	margin-bottom:28px;
}

.rlink {
	float:right;
	margin:-7px 0 0 0;
	position:relative;
	z-index:20;
}

.nav {
	zoom:1;
	position:relative;
	font-size:14px;
	line-height:24px;
	margin:0 0 0 -100px;
	left:100px;
	padding:3px 0 0 0;
}

.nav p {
	margin:0 0 6px 0;
}

.nav a {
	font-weight:600;
}

.nav h5 {
	font-weight:600;
	font-size:24px;
	line-height:28px;
	margin:14px 0 11px 0;
}

.nav h5 a {
	color:#5e5e5e;
}

.nav article {
	display:inline-block;
	vertical-align:top;
	width:290px;
	text-align:center;
	margin:0 60px 15px 0;
}

.services {
	padding-top:34px;
	padding-bottom:17px;
	padding-right:4980px;
	line-height:20px;
}

.services h3 {
	margin-bottom:41px;
}

.services a {
	font-weight:600;
}

.services h4,
.holding h4 {
	font-size:21px;
	line-height:24px;
	font-weight:600;
	color:#454545;
	margin:0 0 14px 0;
}

.services h4 a,
.holding h4 a {
	color:#454545;
}

.services article,
.holding article {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 0 0 60px;
	margin:0 17px 0 -3px;
	left:3px;
}

.services p,
.holding p {
	margin:0 0 10px 0;
}

.services img,
.holding img {
	position:absolute;
	top:-15px;
	left:-13px;
}

.services article {
	width:427px;
	margin-bottom:37px;
}

.holding {
	padding:104px 0 0 0;
	margin:44px 0 29px -40px;
	left:38px;
	zoom:1;
	position:relative;
	background:url(../img/holding-bg.png) no-repeat 226px 0;
}

.holding article {
	width:261px;
	margin-bottom:20px;
}

.holding p {
	font-size:13px;
	margin-bottom:17px;
}

.holding h4 {
	margin-bottom:12px;
}

.holding img {
	top:-9px;
}

.service-info {
	padding-top:29px;
	padding-bottom:29px;
}

.service-info h3 {
	margin-bottom:9px;
}

.service-info p {
	margin-bottom:17px;
}

.services.type2 {
	padding-top:49px;
	padding-bottom:1px;
}

.services.type2 article {
	margin-left:-8px;
	padding-right:7px;
	margin-bottom:46px;
}

.services.type2 h4 {
	margin-bottom:10px;
}

.services.type2 .more {
	margin-top:12px;
}

.services.type2 img {
	top:-4px;
	left:-10px;
}

.sitemap {
	list-style:none;
	margin:31px 0 48px 0;
	padding:0;
	font-size:24px;
	line-height:30px;
	color:#666;
	font-weight:600;
}

.sitemap a {
	color:#666;
}

.sitemap li {
	border-top:1px solid #dadada;
	zoom:1;
	position:relative;
	vertical-align:bottom;
	padding:7px 0 13px 40px;
	background:url(../img/check.png) no-repeat 0 10px;
}

.sitemap li:first-child {
	border:0;
}

.sitemap ul {
	list-style:none;
	margin:0;
	padding:0 0 0 33px;
	font-size:18px;
	line-height:22px;
}

.sitemap ul li {
	display:inline-block;
	border:0;
	vertical-align:top;
	width:355px;
	padding:0;
	background:none;
	margin:8px 0 0 0;
}

.sitemap ul ul {
	list-style:none;
	margin:11px 0 6px 0;
	padding:0;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
}

.sitemap ul ul li {
	display:block;
	margin:6px 0 0 0;
	padding:0 0 0 14px;
	background:url(../img/dot-grey.png) no-repeat 0 8px;
}

.sitemap ul ul li:first-child,
.sitemap ul ul:first-child {
	margin:0;
}

.socials2 {
	list-style:none;
	margin:-1px 0 0 0;
	position:relative;
	z-index:10;
	padding:0;
	float:right;
}

.socials2 li {
	float:left;
	margin:0 0 0 5px;
	padding:0;
	background:none;
}

.socials2 li.label {
	padding-top: 1px;
	font-size:13px;
	line-height:18px;
	color:#909090;
}



.socials2 a {
	display:block;
	position:relative;
	overflow:hidden;
	text-align:left;
	text-indent:-9999px;
	background:url(../img/socials2.png) no-repeat !important;
	width:24px;
	height:24px;
}

.socials2 li > span {
	display:block;
	position:relative;
	overflow:hidden;
	text-align:left;
	background:url(../img/socials2.png) no-repeat !important;
	width:24px;
	height:24px;
}

.socials2 li > span span {
	background:none !important;
}

.socials2 .rss {
	background-position:0 0 !important;
}

.socials2 .tw {
	background-position:-29px 0 !important;
}

.socials2 .fb {
	background-position:-58px 0 !important;
}

.socials2 .in {
	background-position:-87px 0 !important;
}

.contacts3 {
	font-weight:bold;
	zoom:1;
	position:relative;
	line-height:19px;
	margin:19px 0 59px 0;
	letter-spacing:0.2px;
}

.contacts3:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.contacts3 strong {
	display:block;
	font-size:18px;
	color:#e79202;
	margin:0 0 1px 0;
}

.contacts3 a {
	color:#585858;
}

.contacts3 a:hover strong {
	text-decoration:underline;
}

.contacts3 article {
	float:left;
	width:222px;
	padding:4px 0 0 55px;
	min-height:41px;
	position:relative;
	left:101px;
}

.contacts3 h3 {
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#0c97bb;
	margin:0 0 21px 0;
	zoom:1;
	position:relative;
	letter-spacing:0.8px;
}

.contacts3 .bg-chat {
	background:url(../img/contacts/chat.png) no-repeat;
}

.contacts3 .bg-phone {
	background:url(../img/contacts/phone.png) no-repeat 2px 0;
}

.contacts3 .bg-mail {
	background:url(../img/contacts/email.png) no-repeat 2px 0;
}

.form {
	list-style:none;
	margin:0;
	padding:0;
}

.form li {
	zoom:1;
	position:relative;
	vertical-align:bottom;
	margin:17px 0 0 0;
	padding:0 0 0 126px;
	background:none;
}

.form li:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.form li.captcha {
	margin-top:15px;
}

.form li.submit .btn {
	float:left;
}

.form li:first-child {
	margin:0;
}

.form .label {
	font-weight:600;
	font-size:13px;
	line-height:normal;
	padding:9px 0 0 0;
	position:absolute;
	top:0;
	left:0;
	width:126px;
}

.form li.captcha .label {
	padding-top:2px;
}

.btn {
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.5);
	display:inline-block;
	white-space:nowrap;
	position:relative;
	text-align:center;
	text-decoration:none;
	color:#fff;
	font-weight:600;
	font-size:12px;
	text-transform:uppercase;
	line-height:33px;
	height:33px;
	padding:0 0 0 13px;
	background:url(../img/btn.png) no-repeat;
}

.btn:hover {
	background-position:0 -40px;
	text-decoration:none;
}

.btn:active {
	background-position:0 -81px;
}

.btn span {
	display:inline-block;
	padding:0 13px 0 0;
	height:33px;
	min-width:88px;
	vertical-align:top;
	background:url(../img/btn.png) no-repeat 100% -118px;
}

.btn:hover span {
	background-position:100% -158px;
}

.btn:active span {
	background-position:100% -199px;
}

.btn.orange,
.btn.orange span {
	background-image:url(../img/btn-orange.png);
	height:34px;
}

.btn.big,
.btn.big span {
	background-image:url(../img/btn-big.png);
	height:36px;
	line-height:36px;
	font-size:14px;
}

.btn input {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	border:0;
	background:url(../img/logo.png) no-repeat 0 -9999px;
	cursor:pointer;
}

.feedback-form {
	zoom:1;
	padding:0 26px 52px 0;
}

.feedback-form:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.feedback-form .l {
	float:left;
	width:442px;
}

.feedback-form .r {
	float:right;
	width:442px;
}

.feedback-form textarea {
	height:124px;
}

.fader {
	z-index:900!important;
}

.modal {
	position:absolute;
	top:-9999px;
	border:9px solid #fff;
	background:#eee;
	padding:21px 36px 28px 30px;
	width:439px;
	z-index:1000;
	box-shadow:0 0 13px rgba(0, 0, 0, 0.75);
	-moz-box-shadow:0 0 13px rgba(0, 0, 0, 0.75);
	-webkit-box-shadow:0 0 13px rgba(0, 0, 0, 0.75);
	behavior: url(../js/PIE.htc);
	margin-top:17px;
}

.modal .close {
	cursor:pointer;
	display:block;
	position:absolute;
	background:url(../img/modal-close.png) no-repeat;
	width:47px;
	height:47px;
	top:-31px;
	right:-31px;
}

.modal h3 {
	font-size:24px;
	line-height:28px;
	margin:0 0 14px 0;
}

.modal .form {
	width:417px;
	margin-top:26px;
}

.modal .form li {
	margin-top:14px;
	padding-left:101px;
}

.modal .form li.ind2 {
	margin-top:22px;
}

.modal .form .label {
	width:101px;
}

.modal .form .captcha {
	margin-top:20px;
	padding-left:129px;
}

.modal .form .captcha .label {
	width:129px;
}

.modal .form .submit {
	text-align:left;
	margin-top:20px;
}

#modal-asia,
#modal-america {
	padding-left: 28px;
}

#modal-europe {
	padding-left: 22px;
	padding-right: 24px;
}

#modal-asia .col1,
#modal-europe .col1 {
	float: left;
	width: 275px;
}

#modal-asia .col2,
#modal-europe .col2 {
	float: right;
	width: 275px;
}

#modal-america .col {
	padding: 0 0 0 384px;
	width: 275px;
}

.go-link {
	display:inline-block;
	position:relative;
	white-space:nowrap;
	text-align:center;
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	text-decoration:none;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.5);
	left:-3px;
	padding:0 0 0 18px;
	height:53px;
	line-height:53px;
	background:url(../img/btn-go.png) no-repeat;
}

.go-link:hover {
	background-position:0 -57px;
}

.go-link:active {
	background-position:0 -114px;
}

.go-link span {
	height:53px;
	display:inline-block;
	vertical-align:top;
	padding:0 60px 0 9px;
	background:url(../img/btn-go.png) no-repeat 100% -174px;
}

.go-link:hover span {
	background-position:100% -231px;
}

.go-link:active span {
	background-position:100% -288px;
}

.go-link em {
	display:inline-block;
	vertical-align:top;
	padding:0 36px 0 0;
	background:url(../img/rarr.png) no-repeat 100% 50%;
	font-style:normal;
}

.news-slider {
	margin:5px 0 0 0;
	height:21px;
	line-height:21px;
	font-size:12px;
	font-weight:600;
	color:#585858;
	zoom:1;
	position:relative;
}

.news-slider .fl {
	float:left;
	margin:0 8px 0 0;
	text-align:right;
	width:105px;
}

.news-slider a {
	color:#585858;
}

.news-slider .hold {
	height:21px;
	overflow:hidden;
	position:relative;
}

.news-slider .hold ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:9999px;
}

.news-slider .hold ul li {
	width:887px;
	float:left;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	background:none;
}

.news-slider .prev,
.news-slider .next {
	cursor:pointer;
	position:absolute;
	background:url(../img/news-arrs.png) no-repeat;
	height:9px;
	width:8px;
	top:7px;
}

.news-slider .prev {
	left:0;
}

.news-slider .next {
	left:12px;
	background-position:100% 0;
}

.vline {
	position:absolute;
	left:-77px;
	top:122px;
	background:url(../img/vline.png) no-repeat;
	width:49px;
	height:1015px;
}

.vline .num {
	position:absolute;
	width:39px;
	height:39px;
	left:5px;
	text-align:center;
	line-height:39px;
	font:bold 20px/39px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:-1px -1px 0 rgba(0, 0, 0, 0.4);
	border-radius:50%;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	behavior: url(../js/PIE.htc);
	z-index:4;
}

.vline .num.pos1 {
	top:5px;
}

.vline .num.pos2 {
	top:383px;
}

.vline .num-line2,
.vline .num-line3 {
	position:absolute;
	left:0px;
	top:228px;
	height:1px;
	width:1px;
	overflow:hidden;
}

.vline .num-line3 {
	top:586px;
}

.vline .num.pos3 {
	bottom:5px;
}

.vline .num.active {
	background:#404a54;
}

.vline .bubble {
	position:absolute;
	z-index:6;
	background:url(../img/vline-bubble.png) no-repeat;
	width:76px;
	height:42px;
	bottom:100%;
	left:50%;
	margin:0 0 -10px -38px;
	display:none;
	text-align:center;
	font:bold 12px/23px Arial, Helvetica, sans-serif;
	color:#5c5c5c;
	text-transform:uppercase;
	text-shadow:1px 1px 1px rgba(255, 255, 255, 0.4);
}

.vline .handle {
	z-index:5;
	background:url(../img/vline-handle.png) no-repeat;
	width:42px;
	height:76px;
	position:absolute;
	margin:5px 0 0 0;
	left:5px;
}

.vline .line {
	position:absolute;
	top:0;
	left:22px;
	margin:6px 0;
	background:url(../img/vline-line.png) repeat-y;
	width:6px;
}

.services2 {
	zoom:1;
	position:relative;
	margin:0 0 0 -70px;
	left:70px;
	font-size:13px;
	line-height:18px;
}

.services2 article {
	display:inline-block;
	vertical-align:top;
	margin:0 56px 53px 0;
	width:284px;
	padding:8px 5px 18px 5px;
	text-align:center;
	background:#fff;
	box-shadow:0 0 5px #dcdcdc;
	-moz-box-shadow:0 0 5px #dcdcdc;
	-webkit-box-shadow:0 0 5px #dcdcdc;
	behavior: url(../js/PIE.htc);
}

.services2 article:hover {
	background: #333333;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzBlMTkyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg, #333333 0%, #0e1929 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #333333), color-stop(100%, #0e1929));
	background: -webkit-linear-gradient(-45deg, #333333 0%, #0e1929 100%);
	background: -o-linear-gradient(-45deg, #333333 0%, #0e1929 100%);
	background: -ms-linear-gradient(-45deg, #333333 0%, #0e1929 100%);
	background: linear-gradient(135deg, #333333 0%, #0e1929 100%);
	-pie-background: linear-gradient(top, #333333 0%, #0e1929 100%);
	color:#fff;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.services2 .more {
	display:block;
	text-decoration:none;
	color:#838383;
	font-family:12px;
	text-transform:uppercase;
	font-weight:600;
	text-align:center;
	background:url(../img/services2-more.png) no-repeat;
	width:106px;
	height:36px;
	text-align:center;
	line-height:32px;
	margin:0 auto;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.6);
}

.services2 article:hover .more {
	background-position:0 -38px;
	color:#fff;
	text-shadow:none;
}

.services2 article:hover .more:hover {
	background-position:0 -75px;
	color:#2f9ccb;
}

.services2 .text {
	min-height:72px;
	margin:0 0 16px 0;
}

.services2 h4 {
	font-weight:normal;
	font-size:21px;
	line-height:25px;
	margin:6px 0 22px 0;
	color:#454545;
	font-weight:600;
}

.services2 article:hover h4 {
	color:#fff;
}

.services2.view2 {
	font-size:14px;
	line-height:20px;
}

.services2.view2 article,
.services2.view2 article:hover {
	padding:0;
	width:320px;
	margin:0 20px 0 0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	color:#5f5f5f;
	background:none;
}

.services2.view2 h4 {
	font-size:18px;
	color:#5f5f5f!important;
	margin:10px 0 3px 0;
}

.services2.view2 a {
	font-size:15px;
}

.services2.view2 p {
	margin:0 0 13px 0;
}

.presentation {
	border-bottom:1px solid #d7d7d7;
	border-top:1px solid #d7d7d7;
	padding-top:39px;
	padding-bottom:37px;
}

.presentation:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.video {
	float:left;
	position:relative;
	margin:0 0 0 -3px;
	border:1px solid #dadada;
	background:#fff;
	width:598px;
	padding:2px;
	font-size:14px;
	line-height:20px;
}

.video img {
	width:362px;
	height:auto;
}

.video .hold {
	float:left;
}

.video object {
	vertical-align:top;
}

.video .thumbnail {
	width:362px;
	height:272px;
	position:relative;
	overflow:hidden;
	background:url(../img/thumbnail.jpg) no-repeat;
	display:block;
}

.video .text {
	float:right;
	text-align:center;
	width:193px;
	padding:37px 20px 0 0;
}

.video h4 {
	font-size:18px;
	line-height:24px;
	font-weight:600;
	color:#5e5e5e;
	margin:0 0 15px 0;
	text-transform:uppercase;
}

.video p {
	margin-bottom:37px;
}

.watch-link {
	display:inline-block;
	text-decoration:none;
	color:#2b9aca;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	line-height:33px;
	height:35px;
	background:url(../img/watch-link.png) no-repeat;
	white-space:nowrap;
	text-align:center;
	padding:0 0 0 10px;
}

.watch-link:hover {
	background-position:0 -37px;
}

.watch-link:active {
	background-position:0 -73px;
}

.watch-link span {
	display:inline-block;
	vertical-align:top;
	height:35px;
	padding:0 25px 0 15px;
	background:url(../img/watch-link.png) no-repeat 100% -111px;
}

.watch-link:hover span {
	background-position:100% -148px;
}

.watch-link:active span {
	background-position:100% -184px;
}

.opinion {
	float:right;
	width:351px;
	position:relative;
	margin:-3px 0 0 0;
	padding:0 1px 16px 0;
}

.opinion h3 {
	font-weight:600;
	font-size:18px;
	line-height:24px;
	margin:0 0 14px 0;
}

.opinion .bg {
	font-weight:normal;
	font-size:16px;
	line-height:24px;
	color:#fff;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
	border:1px solid #d09e4e;
	background:#f9a858 url(../img/opinion-bg2.jpg) no-repeat;
	padding:18px 15px 3px 15px;
	margin:0 0 21px 0;
	box-shadow:-3px 2px 0 #d2d2d2;
	-moz-box-shadow:-3px 2px 0 #d2d2d2;
	-webkit-box-shadow:-3px 2px 0 #d2d2d2;
	behavior: url(../js/PIE.htc);
	position:relative;
	zoom:1;
}

.opinion .bg .in {
	height:144px;
	overflow:hidden;
	position:relative;
}

.opinion .bg .arr {
	background:url(../img/opinion-arr.png) no-repeat;
	width:26px;
	height:15px;
	overflow:hidden;
	position:absolute;
	top:100%;
	left:29px;
}

.opinion .hold {
	position:relative;
	overflow:hidden;
	height:230px;
}

.opinion .hold ul {
	list-style:none;
	margin:0;
	padding:0;
}

.opinion .hold ul li {
	position:absolute;
	top:0;
	left:0;
	width:351px;
	margin:0;
	padding:0;
	z-index:5;
	background:none;
}

.opinion .hold ul li.active {
	z-index:6;
}

.opinion .nav1 {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	line-height:0;
	left:0;
	right:0;
	bottom:0;
}

.opinion .nav1 li {
	cursor:pointer;
	display:inline-block;
	position:relative;
	margin:0 3px 0 2px;
	padding:0;
	background:url(../img/opinion-dots.png) no-repeat -22px 0;
	width:14px;
	height:15px;
}

.opinion .nav1 li.active {
	cursor:default;
	background-position:0 0;
}

.opinion .author {
	zoom:1;
	font-size:15px;
	line-height:17px;
	color:#434141;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
	text-transform:uppercase;
}

.opinion .author:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.opinion .author img {
	float:right;
	margin:6px 5px 0 0;
	height:34px;
	width:auto;
}

.opinion .author strong {
	display:block;
	font-weight:600;
}

.map-block {
	line-height:18px;
	margin:34px 0 0 0;
}

.map-block h2,
.map-block h3 {
	font-size:24px;
	line-height:29px;
	margin:0 0 28px 0;
}

.map-block h3 {
	margin-top:-28px;
	font-weight:normal;
}

.map-block p {
	margin-bottom:17px;
}

.map-block .hold {
	zoom:1;
	position:relative;
	background:#fafafa url(../img/slash-bg.png);
	padding:19px 23px 61px 23px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	behavior: url(../js/PIE.htc);
	margin:0 7px 0 -2px;
}

.more-link {
	font-weight:600;
	text-align:right;
	margin:9px 0 0 0;
}

.map-nav {
	position:absolute;
	bottom:22px;
	left:22px;
	right:22px;
	z-index:60;
	font-weight:normal;
}

.map-nav .fl {
	float:left;
	position:relative;
	width:313px;
	border-left:1px solid #5d5c5b;
}

.map-nav .fl:first-child {
	border-left:0;
	width:314px;
}

.map-nav header,
.places-info .link {
	cursor:pointer;
	position:relative;
	padding:0 0 0 22px;
	font-size:16px;
	line-height:40px;
	text-transform:uppercase;
	height:40px;
	color:#fff;
	background:#504f4e;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.3);
}

.map-nav .open header,
.map-nav header:hover,
.places-info a:hover .link {
	background-color:#ed9140;
}

.map-nav .icon,
.places-info .icon {
	top:6px;
	right:15px;
	border-color:#a2a1a1;
}

.map-nav .open .icon,
.map-nav header:hover .icon,
.places-info a:hover .icon {
	border-color:#f3b883;
}

.map-nav .in {
	position:absolute;
	left:0;
	right:0;
	border:1px solid #cacaca;
	background:rgba(255, 255, 255, 0.9);
	-pie-background:rgba(255, 255, 255, 0.9);
	behavior: url(../js/PIE.htc);
	padding:21px 0 43px 0;
	top:-9999px;
	font-size:13px;
	line-height:18px;
	color:#636363;
}

.map-nav .open .in {
	top:auto;
	bottom:100%;
}

.map-nav ul {
	float:left;
	width:146px;
	position:relative;
	left:22px;
	margin:0;
	padding:0;
	list-style:none;
}

.map-nav ul.full {
	float:none;
	width:auto;
	left:0;
	padding:0 22px;
}

.map-nav ul li {
	zoom:1;
	position:relative;
	vertical-align:bottom;
	margin:8px 0 0 0;
	padding:0 0 0 22px;
	background:url(../img/rarr-grey.png) no-repeat 0 5px;
}

.map-nav a {
	color:#636363;
}

.dark-bg,
.dark-bg .wrapper {
	background:#272d31 url(../img/dark-bg.jpg) no-repeat 50% 263px;
}

.dark-bg2,
.dark-bg2 .wrapper {
	background:#101010 url(../img/dark-bg2.jpg) repeat-y 50% 0;
}

.header .shad {
	background:url(../img/top-shad.png) repeat-x;
	height:15px;
}

.err-block {
	margin:36px 0 51px 0;
	text-align:center;
	color:#fff;
	font-weight:600;
	font-size:20px;
	line-height:29px;
}

.err-block p {
	margin:0 0 10px 0;
}

.err-block nav {
	color:#ef9e21;
	font-size:18px;
}

.err-block nav span {
	margin:0 17px;
}

.err-block header {
	font-size:35px;
	line-height:40px;
	text-transform:uppercase;
	font-weight:600;
}

.err-block.err404 header {
	width:406px;
	margin:0 auto 92px auto;
	text-align:left;
	left:33px;
	position:relative;
}

.err-block.err404 header .right {
	text-align:right;
}

.err-block.err404 header .bg {
	background:url(../img/404.png) no-repeat;
	width:539px;
	height:261px;
	zoom:1;
	position:relative;
	margin:-4px 0 7px -140px;
	left:37px;
}

.err-block.err500 {
	font-weight:normal;
}

.err-block.err500 header {
	margin-bottom:17px;
}

.err-block.err500 header .bg {
	background:url(../img/500.png) no-repeat;
	width:526px;
	height:270px;
	margin:-15px auto 34px auto;
	position:relative;
	left:4px;
}

.err-block .reload {
	color:#fff;
	font-size:24px;
	text-transform:uppercase;
	padding:0 70px 0 0;
	display:inline-block;
	line-height:50px;
	background:url(../img/reload.png) no-repeat 100% 0;
	min-height:51px;
}

.err-block.err500 p {
	margin-bottom:51px;
}

.map-info {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	bottom:74px;
	right:0;
	width:211px;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:1px;
}

.map-info li {
	margin:2px 0 0 0;
	padding:0;
	background:none;
}

.map-info img {
	vertical-align:middle;
	margin:0 10px 0 0;
	position:relative;
	top:-1px;
}

.map-info .orange {
	color:#e86824;
}

.map-info .blue {
	color:#2b9aca;
}

.tabs {
	zoom:1;
	position:relative;
	font-size:13px;
	line-height:24px;
	color:#6f6f6f;
}

.tabs p {
	margin:0 0 3px 0;
}

.tabs h4 {
	margin-bottom:4px;
}

.tabs h4.ind2 {
	margin-bottom:17px;
}

.tabs h5 {
	font-size:13px;
	line-height:24px;
	font-weight:600;
	margin:16px 0 10px 0;
}

.tabs h5.ind2 {
	margin-top:0;
	margin-bottom:10px;
}

.tabs-nav {
	list-style:none;
	padding:0;
	zoom:1;
	position:relative;
	z-index:40;
	height:55px;
	margin:-14px 0 0 0;
	top:14px;
	font-size:14px;
	line-height:40px;
	text-transform:uppercase;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.8);
}

.tabs-nav:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.tabs-nav li {
	float:left;
	margin:0 3px 0 0;
	padding:0;
	background:none;
}

.tabs-nav a {
	display:block;
	text-decoration:none;
	color:#fff;
	position:relative;
	background:#504f4e;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	behavior: url(../js/PIE.htc);
	min-width:153px;
	height:40px;
	padding:0 10px;
	text-align:center;
	white-space:nowrap;
}

.tabs-nav a:hover {
	text-decoration:none;
	background-color:#6c6c6c;
}

.tabs-nav .active a,
.tabs-nav .active a:hover {
	cursor:default;
	background-color:#c6c6c6;
	color:#504f4e;
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.4);
}

.tabs-nav em {
	display:block;
	position:absolute;
	background:url(../img/tabs-arr.png) no-repeat;
	width:27px;
	height:11px;
	overflow:hidden;
	left:50%;
	top:-9999px;
	margin:0 0 0 -14px;
}

.tabs-nav .active em {
	top:100%;
}

.tab-bg {
	zoom:1;
	position:relative;
	padding:14px 20px 17px 20px;
	background:#fff url(../img/slash-bg2.png);
}

.tab-bg,
.tabs-nav {
	padding-left:83px;
}

.tabs .block-bg {
	zoom:1;
	position:relative;
	background:#fff;
	padding:27px 28px 23px 49px;
	box-shadow:3px 3px 7px #999;
	-moz-box-shadow:3px 3px 7px #999;
	-webkit-box-shadow:3px 3px 7px #999;
	behavior: url(../js/PIE.htc);
}

.solutions .tabs .block-bg {
	min-height:320px;
}

.tabs .block-bg:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.side-tabs-nav {
	list-style:none;
	margin:0;
	padding:0;
	position:absolute;
	top:146px;
	right:100%;
	width:66px;
	z-index:40;
}

.tab-hold .side-tabs-nav {
	top:34px;
}

.side-tabs-nav li {
	margin:-4px 0 0 0;
	padding:0;
	background:none;
	zoom:1;
	position:relative;
}

.side-tabs-nav a {
	display:block;
	width:62px;
	height:58px;
	position:relative;
	padding:3px 0 0 4px;
	background:url(../img/side-tabs.png) no-repeat 0 -68px;
}

.side-tabs-nav a:hover {
	background-position:0 -136px;
}

.side-tabs-nav .active,
.side-tabs-nav .active:hover {
	cursor:default;
	background-position:0 0;
}

.side-tabs-nav span {
	display:block;
	width:30px;
	height:30px;
	margin:10px auto 0 auto;
	background:url(../img/side-tabs-icons.png) no-repeat 0 -9999px;
}

.side-tabs-nav .bg-info {
	background-position:0 0;
}

.side-tabs-nav .active .bg-info {
	background-position:-38px 0;
}

.side-tabs-nav .bg-gears {
	background-position:0 -36px;
}

.side-tabs-nav .active .bg-gears {
	background-position:-38px -36px;
}

.side-tabs-nav .bg-mail {
	background-position:0 -78px;
}

.side-tabs-nav .active .bg-mail {
	background-position:-38px -78px;
}

.tabs .checklist {
	padding:0;
}

.tabs .checklist ul {
	width:365px;
}

.tabs .checklist.ind2 {
	margin-top:29px;
}

.tabs .checklist.ind3 {
	margin-top:-4px;
}

.tabs .checklist.ind4 {
	margin-top:12px;
}

.checklist ul.full {
	width:auto;
	float:none;
}

.tabs .tab-hold {
}

.tabs .tab-hold .tab-hold {
	min-height:0;
}

.tabs .rlink {
	float:none;
	margin:0;
	right:28px;
	bottom:23px;
	position:absolute;
	z-index:40;
}

.contact-form ul {
	list-style:none;
	padding:0;
	float:left;
	width:342px;
	margin:0 33px 0 0;
}

.contact-form ul li {
	zoom:1;
	position:relative;
	margin:27px 0 0 0;
	padding:0;
	background:none;
}

.contact-form ul li:first-child {
	margin:0;
}

.contact-form {
	line-height:18px;
}

.contact-form p {
	margin:0 0 27px 0;
	font-size:15px;
	font-weight:bold;
}

.contact-form .captcha img {
	float:right;
	margin:5px 0 0 10px;
}

.contact-form .captcha .input {
	height:100%;
	overflow:hidden;
}

.contact-form textarea {
	height:82px;
}

/*.tabs .form-hold {
	position:absolute;
	background:#fff;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding:22px 28px 23px 49px;
	z-index:50;
}
*/
.tabs.view2 {
	margin-left:14px;
	margin-right:-14px;
}

.tabs.view2 .tabs-nav {
	text-transform:none;
	font-size:14px;
	margin-left:-20px;
	left:20px;
	position:relative;
	zoom:1;
}

.tabs.view2 .tabs-nav li {
	margin-right:5px;
}

.tabs.view2 .tabs-nav a {
	background-image:url(../img/tabs2.png);
	width:136px;
	min-width:0;
}

.tabs.view2 .tabs-nav a.two {
	line-height:14px;
	padding-top:6px;
	height:34px;
}

.tabs.view2 .tabs-nav,
.tabs.view2 .tab-bg {
	padding-left:20px;
}

.tabs.view2 .block-bg {
	padding:0;
}

.tabs.view2 .tab-hold {
	min-height:208px;
}

.places-info {
	margin:45px 0 53px 0;
}

.places-info .hold {
	zoom:1;
	position:relative;
	margin:32px 0 0 -40px;
	left:40px;
}

.places-info .hold:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.places-info .hold a {
	float:left;
	position:relative;
	overflow:hidden;
	width:316px;
	margin:0 25px 0 0;
	padding:0;
	text-decoration:none;
}

.places-info .img {
	display:block;
	border:1px solid #d0d0d0;
	height:261px;
}

.places-info .link {
	display:block;
	position:relative;
}

.places-info .bg-asia {
	background:url(../img/asia.jpg) no-repeat;
}

.places-info .bg-america {
	background:url(../img/north-america.jpg) no-repeat;
}

.places-info .bg-europe {
	background:url(../img/europe.jpg) no-repeat;
}

.places-info h4 {
	margin-top:38px;
	margin-bottom:5px;
}

.map-modal {
	padding:25px 18px 18px 28px;
	width:754px;
	height: 289px;
	border:0;
	background-repeat:no-repeat;
	background-position:0 0;
	background-color:#fff;
}

.map-modal.bg-asia {
	background-image:url(../img/places/asia-big.jpg);
}

.map-modal.bg-america {
	background-image:url(../img/places/north-america-big.jpg);
}

.map-modal.bg-europe {
	background-image:url(../img/places/europe-big.jpg);
}

.map-modal .close {
	top:-22px;
	right:-22px;
}

.map-modal .checklist {
	margin:0;
	padding:0;
}

.map-modal h3 {
	font-size:18px;
	line-height:22px;
	margin:0 0 10px 0;
}

.network-info {
	font-size:15px;
	line-height:26px;
	padding-top:34px;
	padding-bottom:32px;
}

.network-info .bg {
	background:url(../img/planet.png) no-repeat 3px 0;
	min-height:145px;
	padding:8px 0 0 193px;
	zoom:1;
	position:relative;
	margin:-12px 0 0 0;
}

.network-info h4 {
	font-size:20px;
	line-height:24px;
	margin-bottom:10px;
}

.network-info p {
	margin:0 0 8px 0;
}

.solutions {
	padding-bottom:42px;
}

.solutions .more-link {
	margin:3px 20px 0 0;
}

.slider2 {
	zoom:1;
	position:relative;
	overflow:hidden;
	padding:0 33px;
}

.slider2.two {
	padding:0;
}

.slider2 .hold {
	position:relative;
	height:208px;
	overflow:hidden;
}

.slider2 .hold ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	width:9999px;
}

.slider2 .hold ul li {
	float:left;
	width:298px;
	margin:0;
	padding:0;
	background:none;
}

.slider2.two .hold ul li {
	width:480px;
}

.slider2.one .hold ul li {
	width:960px;
}

.slider2.one,
.slider2.two {
	padding:0;
}

.slider2 .prev,
.slider2 .next {
	cursor:pointer;
	position:absolute;
	z-index:30;
	background:url(../img/slider-arrs2.png) no-repeat;
	height:33px;
	width:22px;
	top:50%;
	margin:-17px 0 0 0;
}

.slider2 .prev {
	left:12px;
}

.slider2 .next {
	right:12px;
	background-position:-29px 0;
}

.slider2 .shad-l,
.slider2 .shad-r {
	position:absolute;
	top:0;
	bottom:0;
	width:10px;
	z-index:20;
}

.slider2 .shad-l {
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=1 );
	left:33px;
}

.slider2 .shad-r {
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(100%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1 );
	right:33px;
}

.slider2.one .prev,
.slider2.one .next,
.slider2.two .prev,
.slider2.two .next,
.slider2.one .shad-l,
.slider2.one .shad-r,
.slider2.two .shad-l,
.slider2.two .shad-r {
	display:none;
}

.customers {
	padding-top:27px;
}

.customers article {
	font-size:14px;
	color:#585858;
	line-height:18px;
	float:left;
	text-align:center;
	background:url(../img/vline-dash.png) repeat-y;
	margin:35px 0 0 0;
	padding:0 10px;
	height:140px;
}

.customers li:first-child article {
	background:none;
}

.customers h4 {
	font-weight:600;
	font-size:18px;
	color:#e99f23;
	margin:0 0 5px 0;
}

.customers article .logo-hold {
	zoom:1;
	position:relative;
	margin:-35px 0 0 0;
	text-align:center;
}

.customers article .logo-hold .in {
	display:inline-block;
}

.customers article .cell {
	height:92px;
}

.customers article .text {
	zoom:1;
	position:relative;
	margin:-40px 0 0 0;
	top:40px;
}

.customers .slider2.one article {
	text-align:left;
	height:auto;
	padding:0 20px 0 0;
	margin:0;
}

.customers .slider2.one article .logo-hold {
	float:left;
	width:269px;
	margin:0;
}

.customers .slider2.one article .logo-hold .cell {
	width:269px;
	height:208px;
}

.customers .slider2.one article .text {
	float:right;
	width:671px;
	padding:64px 0 0 0;
}

.place {
	text-align:center;
	margin:30px 0 85px 0;
}

.features {
	font-size:15px;
	line-height:26px;
	color:#585858;
	padding-bottom:1px;
}

.features h3 {
	margin-bottom:18px;
}

.features article {
	margin:0 0 43px 0;
	zoom:1;
	position:relative;
	padding:0 162px 0 0;
}

.features h4 {
	margin-bottom:8px;
}

.features img {
	position:absolute;
	top:27px;
	right:0;
}

.features .left {
	padding:0 0 0 162px;
}

.features .left img {
	right:auto;
	left:0;
	top:0;
}

.news-head,
.chat-block {
	zoom:1;
	position:relative;
	margin:30px -5000px;
	padding:33px 5000px 31px 5000px;
	background:#32353c;
	color:#f7f7f7;
}

.news-head:after,
.chat-block:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.news-head h3 {
	font-size:24px;
	margin:0 0 3px 0;
	text-transform:uppercase;
	font-weight:600;
	color:#f7f7f7;
}

.search2 {
	float:right;
	position:relative;
	margin:10px 0 0 0;
}

.search2 fieldset {
	float:left;
}

.search2 input[type="text"] {
	font-weight:600;
	font-size:16px;
	color:#fff!important;
	border:0;
	background:#6d6f73;
	padding:7px 44px 7px 12px;
	width:290px;
}

.search2 input[type="submit"] {
	position:absolute;
	height:100%;
	border:0;
	margin:0;
	padding:0;
	background:url(../img/icon-search2.png) no-repeat 50% 50%;
	width:44px;
	right:0;
	top:0;
	cursor:pointer;
}

.news {
	color:#585858;
	margin-bottom:57px;
	zoom:1;
	position:relative;
	margin-top:-9px;
}

.news header {
	cursor:pointer;
	position:relative;
	font-weight:600;
	font-size:24px;
	line-height:29px;
	padding:16px 0 6px 36px;
	border-bottom:1px solid #d6d6d6;
}

.news .icon {
	background-image:url(../img/plus-minus-grey.png);
	background-color:#f7f7f7;
	border-color:#f7f7f7;
	top:16px;
	left:0;
}

.news article {
	zoom:1;
	position:relative;
	margin:26px 0 0 72px;
	border-left:1px solid #e6e6e6;
	min-height:95px;
	padding:0 0 0 12px;
}

.news article:first-child {
	margin-top:29px;
}

.news .date {
	position:absolute;
	left:-73px;
	top:-3px;
	text-align:center;
	width:72px;
	font-weight:600;
	font-size:16px;
	line-height:18px;
	text-transform:uppercase;
	border-bottom:1px solid #e6e6e6;
	padding:0 0 19px 0;
}

.news .date strong {
	display:block;
	font-size:30px;
	line-height:30px;
}

.news p {
	margin:0 0 11px 0;
}

.news h4 {
	margin:0 0 2px 0;
	position:relative;
	zoom:1;
	top:-5px;
}

.news h4 a {
	color:#454545;
}

.news .in {
	display:none;
}

.news .open .in {
	display:block;
}

.news h3 {
	margin-bottom:33px;
}

.news.view2 article {
	min-height:0;
	margin:0 0 30px 49px;
}

.news.view2 .date {
	width:49px;
	left:-50px;
	padding-bottom:5px;
	font-size:14px;
	line-height:16px;
	font-weight:normal;
}

.news.view2 .date strong {
	font-size:24px;
	line-height:26px;
}

.news.view2 h4 {
	margin-bottom:8px;
}

.news.view2 .more-link {
	margin-top:-21px;
}

.slider3 {
	zoom:1;
	position:relative;
	margin:0 0 4px 0;
	padding:0 0 23px 0;
}

.slider3 .prev,
.slider3 .next {
	z-index:40;
	cursor:pointer;
	position:absolute;
	width:32px;
	height:32px;
	overflow:hidden;
	bottom:0;
	right:37px;
	background:#585858 url(../img/news-arrs2.png) no-repeat 11px 50%;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior: url(../js/PIE.htc);
}

.slider3 .next {
	right:0;
	background-position:-26px 50%;
}

.slider3 .hold {
	position:relative;
	zoom:1;
	overflow:hidden;
}

.slider3 .row {
	position:relative;
	width:9999px;
}

.slider3 .fl {
	float:left;
	width:1000px;
}

.contacts4 {
	padding-top:17px;
	padding-bottom:47px;
	border-top:1px solid #d9d9d9;
	font-size:15px;
	line-height:26px;
	color:#585858;
}

.contacts4 .l,
.contacts4 .r {
	float:left;
	width:470px;
}

.contacts4 .r {
	float:right;
}

.contacts4 p {
	margin:26px 0 0 0;
}

.contacts4 p:first-child {
	margin:0;
}

.contacts4 h3 {
	margin-bottom:28px;
}

.article {
	color:#585858;
}

.article p,
.article ul,
.article ol {
	margin:0 0 20px 0;
}

.article h1,
.article h2,
.article h3,
.article h4,
.event h3,
.notice {
	font-weight:600;
	font-size:18px;
	line-height:20px;
	margin:0 0 28px 0;
}

.contacts5 {
	margin:39px 0 12px 0;
}

.contacts5 h3,
.article h3 {
	margin:0 0 9px 0;
}

.advantages {
	padding-top:36px;
	padding-bottom:36px;
	line-height:26px;
}

.advantages h3 {
	margin-bottom:34px;
}

.advantages h4 {
	margin-bottom:0;
}

.advantages article {
	margin:11px 0 0 0;
	padding:0 0 0 52px;
	zoom:1;
	position:relative;
}

.advantages img {
	position:absolute;
	top:-3px;
	left:-2px;
}

.reasons h4 {
	margin:0 0 4px 0;
}

.reasons article {
	zoom:1;
	position:relative;
	padding:0 0 0 52px;
	margin:24px 0 0 0;
}

.reasons img {
	position:absolute;
	top:1px;
	left:1px;
}

.reasons p {
	margin:0 0 4px 0;
}

.chat-block {
	padding-top:20px;
	padding-bottom:28px;
	font-size:14px;
	font-weight:600;
	color:#bebebe;
	margin-top:25px;
	margin-bottom:42px;
}

.chat-block p {
	margin:0 0 18px 0;
}

.chat-block .big {
	font-size:24px;
	line-height:24px;
	color:#fff;
	text-transform:uppercase;
}

.chat-block .big a {
	text-transform:none;
	font-size:18px;
}

.chat-link {
	text-transform:uppercase;
	z-index:10;
	position:relative;
	float:right;
	text-decoration:none;
	height:53px;
	line-height:53px;
	color:#fff;
	background:url(../img/chat-link.png) no-repeat;
	padding:0 0 0 21px;
	font-weight:normal;
	font-size:18px;
	text-shadow:1px 1px 0 rgba(0, 0, 0, 0.6);
}

.chat-link span {
	float:left;
	height:53px;
	padding:0 59px 0 6px;
	background:url(../img/chat-link.png) no-repeat 100% -173px;
}

.chat-link:hover {
	text-decoration:none;
	background-position:0 -57px;
}

.chat-link:hover span {
	background-position:100% -230px;
}

.chat-link:active {
	text-decoration:none;
	background-position:0 -114px;
}

.chat-link:active span {
	background-position:100% -287px;
}

.chat-link strong {
	font-weight:600;
}

.outtaHere {
	display:none;
	position:absolute;
	top:-9999px;
	left:-9999px;
}

.selectIn {
	cursor:pointer;
	background-image:url(../img/select.png);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

select.customSelect {
	width:100%;
}

.selectSub {
	position:absolute;
	z-index:2000;
	font-size:14px;
	font-weight:600;
	line-height:20px;
}

.selectSub ul {
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	border:1px solid #d4d4d4;
	width:192px;
	background:#fff url(../img/rarr-white.png) no-repeat 0 -9999px;
	max-height:400px;
	overflow-y:auto!important;
}

.selectSub li {
	margin:0;
	padding:0;
	background:none;
}

.selectSub a {
	display:block;
	text-decoration:none;
	color:#585858;
	padding:5px 5px 5px 37px;
	background: #fefefe url(../img/rarr-grey2.png) no-repeat 24px 12px;
	background: url(../img/rarr-grey2.png) no-repeat 24px 12px, -moz-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
	background: url(../img/rarr-grey2.png) no-repeat 24px 12px, -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #f7f7f7));
	background: url(../img/rarr-grey2.png) no-repeat 24px 12px, -webkit-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
	background: url(../img/rarr-grey2.png) no-repeat 24px 12px, -o-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
	background: url(../img/rarr-grey2.png) no-repeat 24px 12px, -ms-linear-gradient(top, #fefefe 0%, #f7f7f7 100%);
	background: url(../img/rarr-grey2.png) no-repeat 24px 12px, linear-gradient(to bottom, #fefefe 0%, #f7f7f7 100%);
}

.selectSub a:hover {
	background-color:#ed9140;
	background-image:url(../img/rarr-white.png);
	color:#fff;
	text-decoration:none;
}

.contact-info,
.live-chat {
	font-size:14px;
	line-height:24px;
	margin:0 0 25px 0;
}

.contact-info .half {
	float:right;
	width:470px;
}

.live-chat .twothirds {
	float:left;
	width:66%;
}

.contact-info .half:first-child {
	float:left;
}

.contact-info p,
.live-chat p {
	margin:0;
}

.contact-info ul {
	list-style:none;
	margin:0;
	padding:0;
}

.live-chat ul {
	list-style:disc;
	margin-left:30px;
	padding:0 0 14px 0;
}

.contact-info ul li,
.live-chat ul li {
	zoom:1;
	position:relative;
	margin:0;
	padding:0;
	background:none;
}



.contact-info ul li:after,
.live-chat ul li:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.contact-info strong,
.live-chat strong {
	font-weight:600;
}

.contact-info ul .l,
.live-chat ul .l {
	float:left;
	width:100px;
}

.contact-info .block {
	padding:8px 0 23px 0;
	border-top:1px solid #d6d6d6;
}

.live-chat .block {
	padding:8px 0 23px 0;
}

.contact-info h3 {
	margin:0 0 4px 0;
	font-size:24px;
}

.live-chat h3 {
	margin:0 0 14px 0;
	font-size:24px;
}

.contact-info h4,
.live-chat h4 {
	margin:6px 0;
	zoom:1;
	position:relative;
}

.contact-form2 .info {
	font-size:14px;
	font-weight:600;
	margin:0 0 6px 0;
}

.contact-form2 .half {
	position:relative;
	padding:0 0 0 100px;
	width:395px;
	float:right;
}

.contact-form2 .half:first-child {
	float:left;
	margin-left:-100px;
}

.contact-form2 .half.nofloat {
	float:none;
	margin-left:-80px;
}

.contact-form2 .form {
	width:auto;
	margin:0;
}

.contact-form2 .form li {
	margin:9px 0 0 0;
	padding:0 0 0 100px;
}

.contact-form2 .form li:first-child {
	margin:0;
}

.contact-form2 .form li.submit {
	margin:18px 0 0 0;
	text-align:left;
}

.contact-form2 .form .label {
	color:#838383;
	width:100px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.contact-form2 .label1 {
	display:block;
	margin:0 0 2px 0;
	font-size:13px;
}

.contact-form2 .form .small {
	font-size:11px;
	color:#949494;
	margin:3px 0 0 0;
}

.contact-form2 .captcha img {
	float:right;
	margin:3px 0 0 10px;
}

.contact-form2 .captcha .input {
	height:100%;
	overflow:hidden;
}

.contact-form2 .form-info {
	float:right;
	font-size:11px;
	color:#949494;
	margin:-6px 0 0 0;
}

.contact-form2 h3 {
	font-size:30px;
	line-height:34px;
	margin:0 0 28px 0;
}

.contact-form2 textarea {
	height:68px;
}

.chat-link2 {
	display:block;
	position:fixed;
	background:url(../img/live-chat-button.png) no-repeat;
	width:42px;
	height:143px;
	z-index:200;
	top:50%;
	right:0;
	margin:-72px 0 0 0;
	text-align:left;
	text-indent:-9999px;
}

.err-text {
	color:#e79202;
	padding:0 0 0 10px;
	font-size:13px;
	height:100%;
	overflow:hidden;
	text-align:right;
	display:none;
}

.form-done h3 {
	margin-bottom:15px;
}

.contact-form .form-done {
	display:none;
}

body.form-sent .contact-form .form-done {
	display:block;
}

body.form-sent .contact-form .validate-form {
	display:none;
}

.contact-form .err-text {
	float:none;
	position:absolute;
	bottom:31px;
	left:413px;
	top:auto;
	margin:0;
	height:auto;
}

.big-logo {
	text-align:center;
	padding:108px 7px 43px 0;
}

.center-form {
	width:600px;
	padding:19px;
	margin:0 auto;
	background:rgba(0, 0, 0, 0.4);
	-pie-background:rgba(0, 0, 0, 0.4);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(../js/PIE.htc);
	position:relative;
	zoom:1;
}

.center-form .bg {
	zoom:1;
	position:relative;
	padding:24px 18px;
	background:#fff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(../js/PIE.htc);
}

.center-form .bg:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.center-form .half {
	float:right;
	width:276px;
}

.center-form .half:first-child {
	float:left;
}

.center-form .submit {
	text-align:right;
	margin:16px 0 0 0;
}

.center-form .submit .btn {
	vertical-align:middle;
	margin:0 0 0 11px;
}

.center-form .btn span {
	min-width:117px;
}

.center-form a {
	color:#fff;
	text-decoration:underline;
}

.center-form a:hover {
	text-decoration:none;
}

.center-form.forgot .btn {
	float:right;
}

.center-form.forgot .input {
	float:left;
	width:390px;
}

.footer-place2 {
	height:105px;
}

.footer2 {
	width:638px;
	height:76px;
	padding:29px 0 0 0;
	text-align:center;
	margin:-105px auto 0 auto;
	position:relative;
	background:url(../img/hline.png) repeat-x;
	font-size:13px;
	color:#999;
}

.footer2 a {
	color:#999;
	text-decoration:underline;
}

.footer2 a:hover {
	text-decoration:none;
}

.bmenu2 {
	color:#fff;
	font-size:14px;
	margin:0 0 7px 0;
}

.bmenu2 span {
	margin:0 15px;
}

.bmenu2 a {
	color:#fff;
}

.filter {
	zoom:1;
	position:relative;
	margin:0 0 37px 0;
}

.filter:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.filter .bg {
	float:left;
	border:1px solid #d8d8d8;
	box-shadow:0 0 4px #e8e8e8, inset 0 0 0 3px #fff;
	-moz-box-shadow:0 0 4px #e8e8e8, inset 0 0 0 3px #fff;
	-webkit-box-shadow:0 0 4px #e8e8e8, inset 0 0 0 3px #fff;
	padding:16px;
	background:url(../img/top-shad2.png) repeat-x 0 3px;
}

.filter .customSelect {
	float:left;
	width:97px;
	margin:0 8px 0 0;
}

.filter .customSelect.w2 {
	width:154px;
}

.filter .selectIn {
	padding-right:19px;
	background:url(../img/select2.png) no-repeat 100% 50%;
}

.filter .btn {
	float:left;
	margin:1px 0 0 0;
}

.filter .btn span {
	min-width:119px;
}

.event {
	line-height:24px;
	zoom:1;
	margin:0 0 32px 0;
}

.event:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.event p {
	margin:0 0 6px 0;
}

.event .top {
	font-size:25px;
	line-height:29px;
	color:#585858;
	padding:8px 20px;
	background:#c6c6c6;
	margin:0 0 19px 0;
	font-weight:600;
}

.event .date {
	float:left;
	text-align:center;
	background:url(../img/calendar.png) no-repeat;
	width:70px;
	height:63px;
	padding:0 1px 0 0;
	margin:3px 16px 0 -3px;
	font-weight:bold;
	font-size:9px;
	line-height:1;
	color:#333;
	text-align:center;
}

.event .date .year {
	color:#fff;
	line-height:14px;
	margin:0 0 2px 0;
}

.event .date strong {
	display:block;
	font-size:24px;
	margin:0 0 1px 0;
}

.event h3 a {
	color:#585858;
}

.event h3 {
	margin:0 0 6px 0;
}

.event .place {
	float:right;
	text-align:center;
	width:90px;
	margin:0 0 0 40px;
	padding:50px 0 0 0;
	background:url(../img/planet2.png) no-repeat 50% 0;
}

.pagination {
	zoom:1;
	position:relative;
	padding:15px 0 0 0;
	margin:28px 0 30px 0;
	border-top:1px solid #d6d6d6;
	font-size:14px;
	line-height:32px;
}

.results .pagination {
	margin:-11px 0 0 0;
}

.pagination:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.pagination ul {
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}

.pagination ul li {
	float:left;
	margin:0 16px 0 0;
	padding:0;
	background:none;
	min-width:32px;
	text-align:center;
	white-space:nowrap;
}

.pagination ul a {
	color:#585858;
	display:block;
}

.pagination strong {
	color:#ecac40;
}

.pagination .r {
	float:right;
	font-size:14px;
	font-weight:600;
}

.pagination .r span {
	float:left;
}

.pagination .r a {
	float:left;
}

.pagination .sq {
	float:left;
	position:relative;
	overflow:hidden;
	background:#585858 url(../img/pagination-arrs.png) no-repeat 0 50%;
	width:32px;
	height:32px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	behavior: url(../js/PIE.htc);
}

.pagination a:hover .sq {
	background-color:#ffae3c;
}

.pagination .prev {
	margin:0 6px 0 12px;
}

.pagination .next {
	margin:0 12px 0 6px;
	background-position:100% 50%;
}

.results {
	color:#585858;
}

.results h2 {
	font-size:25px;
	line-height:28px;
	margin:0;
	color:#585858;
}

.results h2.big {
	font-size:35px;
	line-height:38px;
	margin:0 0 20px 0;
}

.results h3 {
	font-size:18px;
	line-height:21px;
	color:#585858;
	margin:0 0 8px 0;
}

.results h3 a {
	color:#585858;
}

.results p {
	margin:0 0 1px 0;
}

.results .link a {
	color:#ecac40;
}

.results article {
	margin:0 0 34px 0;
}

.results .info {
	font-weight:600;
	font-size:13px;
	color:#999;
	margin:0 0 20px 0;
}

.notice {
	padding:5px 0 0 52px;
	background:url(../img/exclam2.png) no-repeat;
	min-height:28px;
}

.notice .info {
	zoom:1;
	position:relative;
	margin:28px 0 0 -52px;
	font-size:15px;
	line-height:20px;
}

.notice .info span {
	display:inline-block;
	vertical-align:top;
	padding:8px 0 0 0;
	border-top:1px solid #d5d5d5;
}

.filter + .notice {
	margin-top:-10px;
}

.top-menu {
	float:right;
	list-style:none;
	margin:0 48px 0 0;
	position:relative;
	top:2px;
	padding:0;
	font-weight:600;
	font-size:12px;
	color:#fff;
	white-space:nowrap;
}

.top-menu li {
	margin:0 0 0 17px;
	padding:0;
	background:none;
	display:inline-block;
}

.top-menu a {
	color:#fff;
	text-decoration:none;
}

.top-menu a:hover {
	text-decoration:underline;
}

.search3 {
	zoom:1;
	position:relative;
	width:393px;
	padding:3px;
	background:#fff;
	border:1px solid #e6e6e6;
	box-shadow:0 0 4px #e2e2e2;
	-moz-box-shadow:0 0 4px #e2e2e2;
	-webkit-box-shadow:0 0 4px #e2e2e2;
	behavior: url(../js/PIE.htc);
	margin:0 0 42px 0;
}

.search3 .bg {
	padding:13px 18px 24px 18px;
	zoom:1;
	position:relative;
	background:url(../img/block-shad.png) repeat-x;
}

.search3 .bg:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.search3 input[type="text"] {
	float:left;
	width:212px;
	padding-top:6px;
	padding-bottom:7px;
}

.search3 .btn {
	float:right;
}

.search3 .btn span {
	width:60px;
}

.search3 h3 {
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin:0 0 11px 0;
}

.mainContent {
	float:left;
	width:672px;
}

.aside {
	float:right;
	width:290px;
}

.contact-block {
	font-size:13px;
	line-height:16px;
	color:#666;
	padding:20px;
	top:8px;
	margin:0 -20px 28px -20px;
	zoom:1;
	position:relative;
	background:url(../img/slash-bg3.png) 50% 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	behavior: url(../js/PIE.htc);
}

.contact-block .bg {
	zoom:1;
	position:relative;
	background:#fff;
	padding:17px 23px 0 23px;
	box-shadow:3px 3px 7px #9b9b9b;
	-moz-box-shadow:3px 3px 7px #9b9b9b;
	-webkit-box-shadow:3px 3px 7px #9b9b9b;
	behavior: url(../js/PIE.htc);
}

.contact-block .phone {
	background:url(../img/icon-phone-orange.png) no-repeat 11px 0;
	padding:0 0 0 30px;
	font-size:18px;
	line-height:17px;
	min-height:23px;
	color:#333;
	font-weight:600;
	margin:0 0 17px 0;
}

.contact-block .phone strong {
	font-weight:600;
	color:#e99f23;
}

.contact-block .dark {
	zoom:1;
	position:relative;
	margin:26px -23px 0 -23px;
	background:#504f4e;
	font-weight:bold;
	font-size:14px;
	line-height:55px;
	text-transform:uppercase;
}

.contact-block .dark:after {
	content: ' ';
	clear:both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.contact-block .dark .l {
	float:left;
	width:141px;
	text-align:center;
}

.contact-block .dark .r {
	float:right;
	text-align:center;
	width:141px;
}

.contact-block .sep {
	height:12px;
	width:1px;
	overflow:hidden;
	position:relative;
	top:21px;
	background:#767675;
	margin:0 auto;
}

.contact-block .dark .arr {
	background:url(../img/contact-arr.png) no-repeat;
	width:33px;
	height:9px;
	overflow:hidden;
	position:absolute;
	bottom:100%;
	left:50%;
	margin:0 0 0 -16px;
}
.half .download {
 display:block;
 background:url(../img/link-pdf.png) no-repeat;
 width:87px;
 height:94px;
 overflow:hidden;
 text-align:left;
 text-indent:-9999px;
}

.half .download:hover {
 background-position:0 -94px;
}
.blue-badge { display: block; margin: 2px; background: #2b9aca; font-size: 10px; padding: 3px 8px; border-radius: 2px; text-transform: uppercase; line-height: 12px; color: #ffffff !important; text-align: center; } 
.blue-badge:hover { color: #ffffff; }  
.blue-badge-small {
	color: #2b9aca;
	font-style: normal;
	padding-left: 4px;
}

.services2 article:hover h3 {
	color: #ffffff;
}
.grey-block.text-style2 {
	background-color: #ffffff;
}
.grey-block.text-style2 h2 {
	margin-top: -20px; 
	font-size: 30px;
}
.grey-block.text-style2 article h4 {
	font-size: 20px;
}
.grey-block.text-style2 article {
	margin: 20px 0 0 0;
	padding-left: 80px;
	padding-right: 10px;
	width: 397px;
}
.grey-block.text-style2 article img {
	left: 0;
}
.grey-block.text-style2 article p {
	line-height: 24px;
}
.checklist-cloud {
	width: 100%; 
	margin: -20px 0 20px 0; 
	font-size: 15px; 
	line-height: 24px;
}
.checklist-cloud ul {
	float: left;
}
.grey-last {
	margin-bottom: -30px;
}
.cloud-pricelist {
	width: 1020px;
	margin-bottom: 29px;
}
.cloud-price-block {
	width: 284px;
	height: 97px;
	margin: 0 20px 20px 0;
	padding: 0 15px;
	float: left;
	border: 3px solid #c6c6c6;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	color: #333333;
}
.cloud-price-block span {
	display: block;
}
.cloud-price-title {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #c6c6c6;
}
.cloud-price-currency {
	margin-top: 15px;
	line-height: 16px;
}
.cloud-price-usd {
	width: 141px;
	float: left;
	border-right: 1px solid #c6c6c6;
}
.cloud-price-eur {
	width: 142px;
	float: left;
	color: #e79103;
}
.clear {
	clear: both;
}

.dl-pdf-agreement {
    position: absolute;
    top: 0;
    right: 0;
    width: 91px;
    height: 29px; 
    padding: 18px 0 18px 59px;
    display: block;
    float: right;
    background: url("/img/accordion-pdf-icon.png") no-repeat 20px;
    color: #5e5e5e;
    text-decoration: none;
    z-index: 2;
}
  .dl-pdf-agreement:hover {
    text-decoration: none;
}
  .dlag-title {
    display: block;
    font-weight: bold;
    line-height: 14px;
}
  .dlag-size {
    margin: 4px 0 0 0;
    display: block;
    font-size: 11px;
    line-height: 11px;
}
  .collapse-current {
  	height: 31px;
  	margin-bottom: -31px;
  	display: block;
  	text-align: center;
}
  .collapse-current-block {
  	width: 63px;
  	height: 31px;
  	display: inline-block;
  	margin: 0 auto;
  	background: url("/img/accordion-collapse.png");
}
  .agreement section:last-child {
  	border-bottom: 1px solid #dadada;
}