﻿@charset "utf-8";

@font-face {
    font-family: 'ubuntulight';
    src: url('/front/fonts/ubuntu_light-webfont.eot');
    src: url('/front/fonts/ubuntu_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/front/fonts/ubuntu_light-webfont.woff') format('woff'),
         url('/front/fonts/ubuntu_light-webfont.ttf') format('truetype'),
         url('/front/fonts/ubuntu_light-webfont.svg#ubuntulight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubunturegular';
    src: url('/front/fonts/ubuntu-r-webfont.eot');
    src: url('/front/fonts/ubuntu-r-webfont.eot?#iefix') format('embedded-opentype'),
         url('/front/fonts/ubuntu-r-webfont.woff') format('woff'),
         url('/front/fonts/ubuntu-r-webfont.ttf') format('truetype'),
         url('/front/fonts/ubuntu-r-webfont.svg#ubunturegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntumedium';
    src: url('/front/fonts/ubuntu_medium-webfont.eot');
    src: url('/front/fonts/ubuntu_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/front/fonts/ubuntu_medium-webfont.woff') format('woff'),
         url('/front/fonts/ubuntu_medium-webfont.ttf') format('truetype'),
         url('/front/fonts/ubuntu_medium-webfont.svg#ubuntumedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}
html { 
	font-size: 100%; 
	font-family: 'ubuntulight', Arial, sans-serif; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust: 100%; 
}
button, 
input, 
select, 
textarea { 
	color: #17345f;
	font-family: 'ubuntumedium', Arial, sans-serif;
	font-size: 19px;
}
body { 
	margin: 0; 
	color: #666; 
	font-size: 15px; 
	line-height: 1.3em;
	background: url(/front/images/bg/bg.png) #f0f2f7; 
}
a { 
	color: #153a67; 
	text-decoration: underline;
}
a:visited { 
	color: #153a67;
}
a:hover { 
	color: #153a67;
	text-decoration: none;
}
a:focus,
a:hover, 
a:active { 
	outline: 0;
}
ul, 
ol { 
	margin: 0;
	padding: 0; 
	list-style-type: none;
}
table { 
	border-collapse: collapse; 
	border-spacing: 0;
}
td { 
	vertical-align: top;
}
a img {
	border: none;
	outline: none;
}
input:focus, 
textarea:focus{
	outline: none;
}

body, html {
	height: 100%;
}
#main {
	min-height: 100%;
}

.top-panel {
	height: 48px;
	background: #3eb8e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #3eb8e9 0%, #0ea7e4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3eb8e9), color-stop(100%,#0ea7e4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3eb8e9 0%,#0ea7e4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3eb8e9 0%,#0ea7e4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3eb8e9 0%,#0ea7e4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3eb8e9 0%,#0ea7e4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3eb8e9', endColorstr='#0ea7e4',GradientType=0 ); /* IE6-9 */
	color: #fff;
	margin-bottom: 13px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	min-width: 1001px;
}
.width {
	width: 969px;
	margin: auto;
	padding: 0 16px;
}
.float-cont:before, .float-cont:after {
    content: " ";
    display: table;
}
.float-cont:after {
    clear: both;
}
.top-menu {
	margin-left: -15px;
}
.top-menu.first-selected {
	margin-left: 0;
}
.top-menu li {
	float: left;
	font-family: 'ubunturegular';
}
.top-menu li a {
	color: #fff;
	line-height: 46px;
	height: 48px;
	display: block;
	padding: 0 15px;
}
.top-menu li a.selected {
	color: #ea3023;
	font-family: 'ubunturegular';
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
	text-decoration: none;
}
.top-menu li a.selected:hover {
	text-decoration: none;
}
.logo {
	width: 196px;
	height: 56px;
	background: url(/front/images/logo.png) no-repeat;
	cursor: pointer;
	float: left;
	margin-top: 12px;
	margin-left: -4px;
}
.header {
	margin-bottom: 26px;
}
.header.has-promo {
	margin-bottom: 0;
}
.header .right {
	float: right;
}
.phone-cont {
	float: left;
	margin-right: 20px;
}
.phone {
	font-size: 24px;
	color: #163560;
	line-height: 1.3em;
}
.phone-cont a {
	text-decoration: none;
}
.text-right {
	text-align: right;
}
.bold, strong, b {
	font-family: 'ubuntumedium';
	font-weight: normal;
}
.h1, h1 {
	color: #ea3023;
	font-size: 37px;
	line-height: 1.2em;
	font-weight: normal;
	margin: 0 0 30px;
	text-transform: uppercase;
}
.btn, a.btn {
	height: 49px;
	line-height: 47px;
	padding: 0 20px;
	background: #2299e3;
	cursor: pointer;
	border: none;
	text-decoration: none;
	display: inline-block;
	color: #fff;
}
.btn:hover {
	background: #1f8acd;
}
.btn.red {
	background: #ea3023;
}
.btn.white, a.btn.white {
	background: #fff;
	font-size: 18px;
	color: #163560;
	cursor: default;
	vertical-align: top;
	max-width: 360px;
	overflow: hidden; 
}
.btn.red:hover, a.btn.red:hover {
	background: #d32b20;
	color: #fff;
}
.soc {
	float: right;
	margin-top: 12px;
}
.fb, .vk {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(/front/images/ico/fb.png);
	margin-left: 14px;
}
.vk {
	background: url(/front/images/ico/vk.png);
}
.fb:hover, .vk:hover {
	background-position: left bottom;
}




.promo {
	float: left;
	width: 321px;
	height: 495px;
	border: 1px solid #d1d4d8;
	border-right: 1px solid #d1d4d8;
	background: url(/front/images/bg/sky.png) repeat-x #fff;
	font-size: 15px;
	position: relative;
	margin-left: -1px;
}
.promo.promo1 {
	width: 323px;
	margin-left: 0;
}
.promo.promo3 {
	border-right: 1px solid #d1d4d8;
}
.promo .promo-inner {
	margin-top: 32px;
	margin-right: 35px;
	position: relative;
	z-index: 2;
}
.promo1 .promo-inner {
	margin-left: 52px;
}
.promo2 .promo-inner {
	margin-left: 45px;
}
.promo3 .promo-inner {
	margin-left: 47px;
}
.title {
	font-size: 24px;
	font-family: 'ubuntumedium';
	margin-bottom: 16px;
	line-height: 1.2em;
}
ul.circle {
	padding-bottom: 8px;
}
ul.circle li {
	background: url(/front/images/ico/marker.png) no-repeat left 6px;
	padding-left: 21px;
	margin-bottom: 16px;
	line-height: 1.2em; 
}
.border-btm {
	display: none;
	height: 9px;
	background: #0062a2;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 321px;
}
.promo1 .border-btm {
	width: 323px;
}
.promo-pic {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
}


.promo:hover {
	background-image: none;
	box-shadow: 0 0 22px rgba(0,0,0,0.3);
	margin-top: -9px;
	height: 504px;
}
.promo:hover .title a {
	text-decoration: none;
}
.promo:hover .border-btm {
	display: block;
}
.promo:hover .promo-pic {
	bottom: 9px;
}

a.link-arrow {
	background: #fcfcfc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fcfcfc 0%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fcfcfc 0%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fcfcfc 0%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fcfcfc 0%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	border-radius: 2px;
	display: inline-block;
	box-shadow: 0 -1px 1px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05);
	text-decoration: none;
	font-size: 17px;
	color: #339bd6;
	text-shadow: 0 1px 0 rgba(255,255,255,0.6);
	height: 33px;
	line-height: 33px;
	font-family: 'ubunturegular';
	padding: 0 10px 0 13px;
}
a.link-arrow:hover {
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #cbcbcb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fefefe 0%,#cbcbcb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#cbcbcb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#cbcbcb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
}
.link-arrow .lnik {
	display: inline-block;
	vertical-align: middle;
}
.link-arrow .arrow {
	display: inline-block;
	width: 5px;
	height: 8px;
	background: url(/front/images/ico/ar.png) no-repeat;
	vertical-align: middle;
	margin-left: 8px;
}
.dashed {
	background: url(/front/images/bg/dashed.png) repeat-x left bottom;
	color: #2299e3;
	cursor: pointer;
}
.dashed:hover {
	background: none;
}
.promo-cont {
	margin-bottom: 29px;
	margin-right: -16px;
}

.slider-ads,
.slider-web {
	width: 473px;
	float: left;
	border: 1px solid #d1d4d8;
	margin-bottom: 30px;
}
.slider-web {
	float: right;
}
.slider-title {
	background: #3396d2;
	color: #fff;
	font-size: 25px;
	line-height: 80px;
	height: 80px;
	text-align: center;
	border-bottom: 1px solid #d1d4d8;
}
.slider-cont {
	background: #fff;
	position: relative;
}

.slide-inner {
	padding-left: 20px;
	text-align: center;
	padding-bottom: 16px;
	min-height: 166px;
}
.logo-item {
	display: inline-block;
	vertical-align: middle;
	width: 154px;
	height: 69px;
	margin-right: 20px;
	margin-top: 14px;
}
.logo-item img.sec {
	display: none;
}
.logo-item:hover img.sec {
	display: inline-block;
}
.logo-item:hover img.first {
	display: none;
}
.slide-txt {
	line-height: 166px;
	margin: 0 30px;
}
.slide-txt-inner {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
	line-height: 1.2em;
}

.footer {
	background: #17345f;
	box-shadow: 0 3px 8px rgba(0,0,0,0.3) inset;
	color: #fff;
	min-width: 1001px;
	position: relative;
}
.toppage-btn {
	position: absolute;
	right: 0;
	top: -48px;
	width: 50px;
	height: 48px;
	background: url(/front/images/ico/toppage.png) no-repeat center center #3396D2;
	cursor: pointer;
}
.toppage-btn:hover {
	background-color: #2e87bd;
}
.footer a {
	color: #fff;
}
.left-footer {
	float: left;
}
.right-footer {
	float: right;
}
.footer-top {
	padding-top: 30px;
	padding-bottom: 30px;
}
.title-small {
	font-family: 'ubunturegular';
	margin-bottom: 20px;
	font-family: 'ubuntumedium';
}
.footer .col {
	float: left;
	margin-right: 45px;
}
.footer a {
	text-decoration: none;
}
.left-footer ul li {
	line-height: 1.4em;
}
.left-footer ul a:hover, .footer .title-small a:hover, .footer a.selected {
	color: #ea3023;
}
a.azure {
	color: #66c2f5;
	text-decoration: underline;
}
a.azure:hover {
	text-decoration: none;
}
.bottom-panel {
	background: #0d233e;
	height: 51px;
	line-height: 51px;
}
.develop {
	background: #09182a;
	padding: 0 10px;
	height: 51px;
	line-height: 51px;
}
.develop a {
	text-decoration: underline;
	margin: 0 7px;
}
.develop a:hover {
	text-decoration: none;
	color: #ea3023;
}
.footer-color {
	color: #d1d4d8;
	margin-right: 10px;
}
a.ico-link {
	text-decoration: underline;
	margin-right: 10px;
	font-family: 'ubuntumedium';
}
a.ico-link:hover {
	text-decoration: none;
} 
a.ico-link img,
a.pol img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
}
a.pol {
	text-decoration: underline;
	color: #696969;
	margin-left: 50px;
	font-family: 'ubuntumedium';
}
a.pol:hover {
	text-decoration: none;
	color: #fff;
}
a.pol img.pol-hover {
	display: none;
}
a.pol:hover .pol-hover {
	display: inline-block;
}
a.pol:hover .pol-def {
	display: none;
} 
.footer-sep {
	clear: both;
}

.layers {
	position: relative;
}
.layer {
	position: absolute;
	display: none;
}
.layer a {
	color: #fff;
} 
.layer-login {
	background: #2299e3;
	color: #fff;
	width: 330px;
	right: 16px;
	z-index: 100;
	box-shadow: 0 0 22px rgba(0,0,0,0.4);
}
.layer-content {
	padding: 30px 52px 25px; 
}
.title-bold {
	font-size: 24px;
	font-family: 'ubuntumedium';
	line-height: 1.1em;
	margin-bottom: 13px;
}
input[type="text"],
input[type="password"],
textarea {
	height: 44px;
	line-height: 44px;
	border: 1px solid #d1d4d8;
	margin-bottom: 17px;
	padding: 0 15px;
	width: 233px;
	background: #e8ecf0;
}
textarea {
	line-height: 1.2em;
	height: 115px;
	width: 387px;
	padding: 10px 15px;
	resize: none;
	font-size: 16px;
	overflow: auto;
}
input.placeholder {
	font-family: 'ubuntulight'; 
	color: #666666;
}
::-webkit-input-placeholder {
	font-family: 'ubuntulight'; 
	color: #666666;
}
:-ms-input-placeholder {
	font-family: 'ubuntulight'; 
	color: #666666;
}
::-moz-placeholder {
	font-family: 'ubuntulight'; 
	color: #666666;
}
.layer input[type="text"],
.layer input[type="password"] {
	height: 40px;
	line-height: 40px;
	border: 3px solid #fff;
	padding: 0 7px;
	width: 205px;
	background: #fff; 
}
input.error {
	height: 40px;
	line-height: 40px;
	border: 3px solid #ff4e42;
	width: 229px;
}
.layer input.error {
	border-color: #ff4e42;
}
.er-mes {
	font-size: 12px;
	font-family: 'ubunturegular';
	line-height: 1.2em;
	background: #ff0101;
	padding: 9px;
	color: white;
	margin-bottom: 20px;
}
.layer-login input[type="password"] {
	margin-bottom: 12px;
}
.layer-login input.error[type="password"] {
	margin-bottom: 7px;
}
.btn-small, a.btn-small {
	color: #fff;
	background: #18325c;
	border: none;
	cursor: pointer;
	height: 33px;
	line-height: 33px;
	padding: 0 20px;
	font-family: 'ubuntumedium';
	text-decoration: none;
	display: inline-block; 
}
.btn-small.h49, a.btn-small.h49 {
	height: 49px;
	line-height: 49px;
}
.btn-small:hover {
	background: #224783;
}
.custom-checkbox {
    background: url("/front/images/ico/checkbox-def.png") no-repeat;
    clear: left;
    cursor: pointer;
    display: block;
    float: left;
    height: 14px;
    margin: 0 8px 0 0;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 14px;
}
.layer .custom-checkbox {
	background-image: url("/front/images/ico/checkbox.png");
}
input.custom-checkbox {
    left: -600px;
    position: absolute;
    top: 0;
}
.label-checkbox {
	line-height: 1em;
	position: relative;
	top: -2px;
	cursor: pointer;
}
.btn-cont {
	margin-top: 13px;
	margin-bottom: 18px;
	text-align: right;
}
.note {
	margin-bottom: 18px;
	line-height: 1.2em;
	font-family: 'ubunturegular';
}
.layer-login .text-right {
	margin-top: 2px;
}
#layers-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/front/images/bg/layers-bg.png);
	display: none;
	z-index: 90;
}



/* registration */
div.two-cols {
	padding-bottom: 22px;
	background: url(/front/images/bg/shadow.png) repeat-x left bottom;
}
.after-table {
	height: 22px;
	background: url(/front/images/bg/shadow.png) repeat-x left bottom;
}
.sidebar {
	width: 238px;
	border: 1px solid #d1d4d8;
	background: #e8ecf0;
}
div.sidebar {
	float: left;
}
.title-sidebar {
	overflow: hidden;
	margin-left: -1px;
	margin-top: -1px;
	width: 239px;
}
.title-inner {
	background: #22afe6;
	color: #fff;
	padding: 25px 0 25px 17px;
	font-size: 24px;
	font-family: 'ubuntumedium';
	line-height: 1em;
	width: 222px;
	margin-bottom: 20px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}
.title-inner a {
	color: #fff;
	text-decoration: none;
}
.title-inner a:hover {
	text-decoration: underline;
}
.sidebar-menu {
	font-family: 'ubuntumedium';
	line-height: 1.1em;
	font-size: 16px;
}
.sidebar-menu.reg {
	text-transform: uppercase;
	font-size: 15px;
}
.sidebar-menu li {
	margin-bottom: 15px;
	padding-left: 16px;
}
.sidebar-menu.reg li {
	margin-bottom: 20px;
}
.sidebar-menu li a.selected {
	color: #ea3023;
	text-decoration: none;
}
.col-content {
	background: #fff;
	border: 1px solid #d1d4d8;
	border-left: 0;
	width: 727px;
	font-size: 18px;
	line-height: 1.2em; 
}
.txt-area {	
	font-size: 18px;
    line-height: 1.2em;
}
div.col-content {
	float: right;
}
.col-inner {
	padding: 28px 38px 40px 27px;
}
.title-light {
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 22px;
	color: #163864;
}
.title-light.mb {
	margin-bottom: 39px;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
span.req {
	background: url(/front/images/ico/req.png) no-repeat;
	width: 10px;
	height: 10px;
	position: relative;
	top: -11px;
	display: inline-block;
	vertical-align: top;
	margin-left: 4px;
}
.col-inner .fleft {
	margin-right: 31px;
}
.label-block {
	float: left;
	width: 156px;
	font-size: 19px;
	line-height: 1em;
	padding-top: 10px;
	display: block;
}
.ta {
	float: left;
}
.fs13 {
	font-size: 13px;
}
label .fs13 {
	display: inline-block;
	margin-top: 10px;
	line-height: 1.2em;
}
label a, label a:hover {
	color: #666 !important;
}
.clear {
	clear: both;
}
input.capt {
	margin-left: 13px;
	color: #000;
	width: 100px;
	display: inline-block;
	vertical-align: top;
	font-family: 'ubuntulight';
	font-size: 28px;
	margin-bottom: 23px;
}
.form-btm {
	width: 574px;
	border-top: 1px solid #d1d4d8;
	padding-top: 20px;
	font-size: 15px;
	line-height: 1.2em;
}
.form-btm .fleft {
	width: 300px;
}
.form-btm .label-checkbox {
	overflow: hidden;
}
.form-btm .bold {
	margin-bottom: 12px;
}

.drop-cont {
	position: relative;
	margin-bottom: 10px;
	height: 46px;
} 
.drop-list {
	position: absolute;
	left: 0;
	top: 46px;
	width: 263px;
	border: 1px solid #d1d4d8;
	border-bottom: 0;
	border-top: 0;
	display: none;
}
.active-drop-item {
	background: #e8ecf0;
	height: 44px;
	line-height: 44px;
	border: 1px solid #d1d4d8;
	width: 263px;
	float: left;
	position: relative;
	z-index: 10;
}
.drop-item {
	height: 44px;
	line-height: 44px;
	background: #fff;
	border-bottom: 1px solid #d1d4d8;
}
input.drop-input {
	border: none;
	background: #fff;
	width: 207px;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
.active-drop-item input.drop-input {
	background: #e8ecf0;
	width: 163px;
}
.drop-item img,
.active-drop-item img {
	display: inline-block;
	vertical-align: top;
	margin: 9px 12px 0;
}
.drop-arrow {
	width: 49px;
	height: 46px;
	background: url(/front/images/ico/drop-arrow.png) #909395;
	position: absolute;
	left: 216px;
	top: 0px;
	cursor: pointer;
	z-index: 20;
}
.drop-arrow:hover {
	background-color: #828586;
}
.drop-arrow.opened {
	background-position: left bottom;
}
.note2 {
	line-height: 1.2em;
	font-size: 13px;
	width: 264px;
}
.sep-height {
	height: 19px;
}


/* webmaster */
.section-cont {
	background: url("/front/images/bg/shadow.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    padding-bottom: 22px;
}
.section-promo {
	height: 250px;
	display: table;
	background: #fff;
	width: 100%;
}
.shadow-top {
	height: 26px;
	background: url(/front/images/bg/shadow-top.png) no-repeat left bottom;
}
.section-img {
	float: left;
	margin-right: 40px;
}
.section-img img {
	display: block;
}
.section-txt {
	overflow: hidden;
	line-height: 250px;
	padding-right: 40px;
}
.section-inner {
	display: inline-block;
	line-height: 1.2em;
	vertical-align: middle;
}
.section-promo .title-light {
	padding-left: 35px;
	margin-bottom: 20px;
}
.fs18 {
	font-size: 18px;
	line-height: 1.2em;
}


/* txt area */
.txt-area ul {
	margin: 10px 0 15px 0;
}
.txt-area.txt-var2 ul li,
.txt-area .incut ul li {
	background: url(/front/images/ico/marker.png) no-repeat 0 6px;
	color: #17345f;
	margin-bottom: 5px;
	padding-left: 17px;
}
.txt-area .incut ul li {
	margin-bottom: 15px;
	font-size: 16px;
	background-image: url(/front/images/ico/marker4.png);
}
.txt-area ul li {
	background: url(/front/images/ico/marker2.png) no-repeat 0 11px;
	margin-bottom: 20px;
	padding-left: 11px;
}

/* innerslide */
.innerslider {
	position: relative;
}
.innerslide-pic {
	width: 657px;
	height: 350px;
	border: 3px solid #dbdbdb;
}
.innerslide-title {
	background: #006da4;
	color: #fff;
	padding: 14px 0 13px 22px;
	font-size: 20px;
	line-height: 1.1em;
	font-family: 'ubuntumedium';
	margin-bottom: 15px;
	position: relative;
}
.innerslider-border-left,
.innerslider-border-right {
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 356px;
	z-index: 8;
	background: #dbdbdb;
}
.innerslider-border-right {
	left: auto;
	right: 0;
}
.sidebar.webmaster {
	background: url(/front/images/bg/promo2.png) no-repeat -45px bottom #E8ECF0;
	padding-bottom: 230px;
}
.sidebar.agent {
	background: url(/front/images/bg/promo3.png) no-repeat -45px bottom #E8ECF0;
	padding-bottom: 225px;
}
.sidebar.rekl {
	background: url(/front/images/bg/promo1.png) no-repeat -45px bottom #E8ECF0;
	padding-bottom: 195px;
}


.incut {
	background: #fff;
	border: 1px solid #d1d4d8;
	border-radius: 6px;
	padding: 15px 20px 13px 20px;
	display: block;
	color: #153a67;
	font-size: 16px;
	margin: 5px 0 0;
	line-height: 1.2em;
}
.incut-cont {
	padding-bottom: 14px;
	background: url(/front/images/bg/shadow-incut.png) no-repeat center bottom;
	margin-bottom: 20px; 
}
.ul-title {
	padding-top: 10px;
	margin-bottom: 12px;
}
.fs15 {
	font-size: 15px;
}
.table-top {
	width: 343px;
}
.table-cont.vers2 .table-top {
	width: 100%;
}
.table-top td {
	border-bottom: 3px solid #dbdbdb;
	font-size: 14px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 1.2em;
}
.table-num {
	background: #e1eaf2;
	color: #668096;
	width: 31px;
	text-align: center;
}
.table-num.right {
	border-left: 3px solid #dbdbdb;
}
.table-name {
	color: #153a67;
	padding-left: 8px;
	width: 195px;
	background: #fff;
}
.table-sum {
	background: #f0f0f0;
	color: #474747;
	padding-left: 14px;
}
.table-cont {
	float: left;
	border: 3px solid #dbdbdb;
	border-bottom: 0;
	margin-bottom: 8px;
}
.table-cont.vers2 {
	float: none;
}
.table-cont.right {
	border-left: 0;
}
.col-inner .fleft.mr0,
.col-inner.top-inner .fleft {
    margin-right: 0;
}
.col-content.top-page,
.col-content.darker,
.col-content.confid {
	background: #f7f8fa;
}
.col-content.top-page .col-inner {
    padding: 28px 19px 5px 14px;
}
.col-content.confid .col-inner {
    padding: 28px 20px 5px 22px;
}
.table-title {
	border: 3px solid #dbdbdb;
	border-bottom: 0;
	background: #153a67;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 'ubuntumedium';
	line-height: 1em;
	padding: 17px 0	17px; 
}
.table-title.newcomer {
	background: #006da4;
}
.table-title.refer {
	background: #3296ba;
}
.col-content p {
	margin-bottom: 20px;
	line-height: 1.2em;
}
.col-content p.big {
	margin-bottom: 28px;
}




/* rules, referals, confidence politics */
.incut-white {
	background: #fff;
	border: 1px solid #d1d4d8;
	padding: 16px 20px 2px 17px;
	margin: 13px 0 21px;
	font-size: 15px;
	line-height: 1.2em;
}
.incut-white.last {
	margin-bottom: 0;
}
.incut-white a {
	color: #22afe6;
}
.incut-white ul li {
	background: url(/front/images/ico/marker3.png) no-repeat left 6px;
	padding-left: 22px;
}
.incut-white ul li.sub {
	background-image: url(/front/images/ico/marker4.png);
	padding-left: 33px;
}
.blue {
	color: #159cdc;
}
.twocolor {
	width: 100%;
	border: 1px solid #d1d4d8;
	margin: 15px 0 40px;
}
.twocolor.last {
	margin-bottom: 0;
}
.twocolor td {
	color: #17345f;
	font-size: 15px;
	line-height: 1.2em;
	padding-top: 12px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-bottom: 1px solid #d1d4d8;
	background: #fff;
}
.twocolor th {
	background: #83a0a4;
	color: #fff;
	font-family: 'ubuntumedium';
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: normal;
	padding-left: 15px;
	text-align: left;
	line-height: 1.1em;
	border-bottom: 1px solid #d1d4d8; 
}
.twocolor th.color2 {
	background: #9dc1c5;
	width: 266px;
	border-left: 1px solid #d1d4d8;
}
.twocolor td.td2 {
	border-left: 1px solid #d1d4d8;
}
.overflow {
	overflow: hidden;
}
span.overflow {
	display: block;
}
.incut-white .fleft {
	margin-right: 3px;
}
.er-message {
	font-size: 13px;
	color: #ea3023;
	margin-bottom: 8px;
}
.spec-gap {
	height: 17px;
}


/* contacts */
.onecol {
	background: #f7f8fa;
	border: 1px solid #d1d4d8;
	padding: 28px 38px 40px 27px;
}
.contact-left {
	width: 577px;
	float: left;
	border-right: 1px solid #d1d4d8;
	margin-bottom: 30px;
}
.contact-right {
	color: #17345f;
	float: right;
	width: 300px;
}
.def-color {
	color: #666;
}
.span-limit {
	display: inline-block;
	vertical-align: top;
	min-width: 90px;
}
.contact-right a {
	text-decoration: none;
}
.contact-right a:hover {
	text-decoration: underline;
}
.contact-left input[type="text"] {
	width: 264px;
}
.contact-left input.error[type="text"] {
	width: 260px;
}
.contact-left textarea {
	width: 513px;
}
textarea.error {
	border: 3px solid #FF4E42;
	width: 509px;
}
.contact-left .text-right {
	margin-right: 33px;
}
#map {
	width: 845px;
	height: 454px;
	margin: auto;
}
.map-cont {
	padding: 32px 0;
	background: #fff;
	margin: 15px 0 0;
}
.map-shadow {
	height: 9px;
	background: url(/front/images/bg/shadow-light.png) no-repeat;
	margin-bottom: 7px;
}
.mb10 {
	margin-bottom: 10px;
}

.tip-btn {
	cursor: pointer;
}
.tip-layer {
	position: absolute;
	display: none;
	/*background: #fff;
	border-radius: 7px;
	border: 1px solid #d1d4d8;
	width: 208px;
	padding: 15px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
	z-index: 20;
	font-size: 16px;
	margin-left: -145px;
	line-height: 1.2em;
	width: 293px;
	height: 107px;
	background: url(/front/images/bg/tip.png); 
}
.tip-inner {
	width: 215px;
	margin: 35px auto 0;
	height: 32px;
}
.tip-layer .blue {
	font-family: 'ubuntumedium';
}/*
.tip-corner {
	width: 24px;
	height: 12px;
	background: url(/front/images/ico/tip-corner.png) no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	bottom: -12px;
	box-shadow: 0 3px 3px rgba(0,0,0,0.3);
}*/
.drop-cont.error .active-drop-item {
 border: 3px solid #FF4E42;
 width: 259px;
 height: 40px;
 line-height: 40px;
}
.drop-cont.error .active-drop-item input.drop-input {
 height: 40px;
 line-height: 40px;
}
.drop-cont.error .active-drop-item img {
 margin-top: 7px;
}
.drop-cont.error .drop-arrow {border: 3px solid #FF4E42; border-left: 0; width: 46px; height: 40px;}
h3 {margin-bottom:10px; font-family: 'ubuntumedium'; font-weight: normal;}
td.table-name strong {font-family: 'ubuntulight'; font-weight: bold;}
.table-name {padding-right: 20px;}


.vers {
	float: right;
	width: 49px;
	height: 37px;
	margin-right: 12px;
	background: #17335e;
	position: relative;
	margin-top: 5px;
}

.vers::before {
	content: '';
	width: 12px;
	height: 37px;
	background: #17335e;
	position: absolute;
	left: -12px;
	top: 0;
}

.vers::after {
	content: '';
	width: 12px;
	height: 37px;
	background: #17335e;
	position: absolute;
	right: -12px;
	top: 0;
}


.vers,
.vers.expand,
.vers::before,
.vers.expand::before,
.vers::after,
.vers.expand::after {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


.vers.expand,
.vers.expand::before,
.vers.expand::after,
.vers .lang-selector li a:hover {
 	background-color: #2299e3;
 }

.vers.expand .lang {
	font-weight: 700;
}

.vers .lang {
	text-decoration: none!important;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
	width: 49px;
	line-height: 38px;
	padding-left: 4px;
	height: 38px;
	position: relative;
}
.vers .arrow {
	position: absolute;
	display: block;
	top: 17px;
	right: 5px;
	width: 10px;
	height: 6px;
	background: url(/images/ico/arrow.png) no-repeat 0 -6px;
}

.vers .lang-selector {
	display: block;
	position: absolute;
	background: #17335e;
	top: 37px;
	left: -12px;
	width: 73px;
	margin: 0;
	padding:0 0 2px;
	list-style: none;
	border-top: 2px solid #303d59;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.vers.expand:hover .lang-selector {
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.3s;
  	-moz-transition: all 0.3s;
  	-ms-transition: all 0.3s;
  	-o-transition: all 0.3s;
  	transition: all 0.3s;
}

.vers .lang-selector li {
	margin:0;
	padding:0;
}

.vers .lang-selector li a {
	display: block;
	width: 57px;
	height: 37px;
	line-height: 38px;
	padding-left: 16px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}

.vers.expand .arrow {
	background-position: 0 0;
}