body {
	margin: 0px;
	color: #41494E;
	font-size: 10pt;
	font-family: Arial;
	line-height: inherit;
}

html, body {
	min-height: 100%;
	height: 100%;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('fonts/arialn.ttf');
}

@font-face {
    font-family: 'Arial Narrow';
    font-weight: bold;
    src: url('fonts/arialnb.ttf');
}

a:hover {
	text-decoration: none;
}

#registration {
	position: fixed;
	top: 250px;
	left: -65px;
	height: 28px;
	background: #2085bd linear-gradient(180deg, #2085bd, #2391cf);
	border: 1px solid #115f9F;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	font-size: 0px;
	line-height: 28px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	z-index: 1000;
}

#registration i {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: transparent url('images/icon_registration.png') no-repeat 0px 0px;
	margin: 6px 11px;
	vertical-align: top;
}

#registration span {
	display: inline-block;
	width: 97px;
	padding: 0px 11px;
	text-align: center;
	border-left: 1px solid #005f9e;
	font-size: 12px;
	color: #fff;
	overflow: hidden;
	text-decoration: underline;
}

#registration:hover , #registration:active {
	background: #2494D2 linear-gradient(180deg, #2494D2, #2391cf);
}

#registration:hover i, #registration:active i {
	background-position: -16px 0px;
}

#registration:hover span, #registration:active span {
	color: #005f9e;
}

#page {
	width: 991px;
}

#page {
	margin: 0 auto;
}

#page.left {
	margin: 0px;
}

#container {
	min-height: 100%;
	margin-bottom: -37pt;
}

#container.footer_info {
	margin-bottom: -72pt;
}

#content {
	margin-bottom: 68pt;
	position: relative;
}

.notify {
	padding: 5px 0px;
	text-align: center;
}

.notify.top {
	border-bottom: 1px solid black;
}

.notify a {
	color: #0269D2;
}

#header {
	margin-bottom: 18px;
	background: transparent url('images/header/background.png') repeat-x left bottom;
}

#page #header {
	padding: 0px 0px 35px;
	background: transparent;
}

#header .breaker {
	border-top: 1px solid #fff;
	height: 2px;
}

#header .menu {
	display: block;
	background: transparent url('images/header/menu/button.png') repeat-x left top;
}

#header .menu.transparent {
	background-image: none;
}

#header .menu ul {
	display: table;
	width: 990px;
	margin: 0px auto;
	padding: 0px;
	list-style: none;
}

#header .menu > ul {
	padding-left: 1px;
	background: transparent url('images/header/menu/button.separator.png') no-repeat left top;
}

#page.left #header .menu > ul {
	width: 100%;
	padding-left: 0px;
	background: transparent;
}

#header .menu li {
	position: relative;
	display: table-cell;
	height: 60px;
	background: transparent url('images/header/menu/button.png') repeat-x left top;
	vertical-align: top;
}

#header .menu.transparent li {
	background-image: none;
}

#header .menu li.item {
	width: 110px;
	padding: 0px;
}

#header .menu li.search {
	padding: 0px;
	line-height: 16px;
}

#header .menu li.languages {
	width: 30px;
}

#header .menu li > div {
	height: 60px;
	padding: 0px 5px;
	background: transparent url('images/header/menu/button.separator.png') no-repeat right top;
}

#header .menu.transparent li > div {
	background-image: none;
}

#header .menu li.item > div {
	padding: 0px;
}

#header .menu li.item > div.submenu {
	position: absolute;
	left: -1px;
	top: 59px;
	display: none;
	height: auto;
	padding: 2px 0px 10px;
	z-index: 100;
	background: transparent url('images/header/submenu/button.png') repeat left top;
	border: 1px solid #a6adb1;
	border-top: 0px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
}

#header .menu.transparent li.item > div.submenu {
	background-image: none;
}

#header .menu li.item > div.submenu > div {
	display: table;
	width: 219px;
}

#header .menu li.item > div.submenu .column {
	display: table-cell;
	padding-right: 1px;
	padding-bottom: 35px;
	background: transparent url('images/header/submenu/column.separator.png') repeat-y right bottom;
}

#header .menu li.item > div.submenu .column:first-child {
	padding-bottom: 0px;
}

#header .menu li.item > div.submenu .column:last-child {
	padding-right: 0px;
	background: transparent;
}

#header .menu li.item > div.submenu li {
	display: block;
	width: 219px;
	height: 37px;
	background: transparent url('images/header/submenu/button.png') repeat-x left top;
	vertical-align: top;
}

#header .menu li.item > div.submenu li a {
	display: block;
	width: 219px;
	height: 35px;
	padding: 0px 0px 2px;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #5d7d8c;
	line-height: 35px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	background: transparent url('images/header/submenu/button.separator.png') no-repeat center bottom;
}

#header .menu li.item > div.submenu li:hover {
	background-image: url('images/header/submenu/button.hover.png');
}

#header .menu li.item > div.submenu li:hover a {
	color: #315d6f;
}

#header .menu li.item a {
	display: table-cell;
	width: 110px;
	height: 50px;
	padding-top: 10px;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #5d7d8c;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
}

#header .menu li.item:hover {
	background-image: url('images/header/menu/button.hover.png');
}

#header .menu li.item:hover a {
	color: #315d6f;
}

#header .menu li.item:hover .submenu {
	display: block;
}

#header .menu li.search > div {
	display: block;
	height: auto;
	text-align: right;
	padding: 22px 5px 16px;
}

#header .menu li.search form {
	margin: 0px;
}

#header .menu li.search .left {
	display: inline-block;
	height: 20px;
	padding-left: 1px;
	background: transparent url('images/header/search/input.corner.png') no-repeat left top;
}

#header .menu li.search .right {
	display: inline-block;
	height: 20px;
	padding-right: 1px;
	background: transparent url('images/header/search/input.corner.png') no-repeat right top;
}

#header .menu li.search input[type=text] {
	font-family: Arial;
	width: 130px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background: transparent url('images/header/search/input.center.png') repeat-x left top;
	border: 0px;
	border-radius: 0px;
	font-size: 11px;
}

#header .menu li.search input[type=submit] {
	width: 20px;
	height: 20px;
	margin-left: 5px;
	background: transparent url('images/header/search/submit.png') no-repeat center center;
	border: 0px;
}

#header .menu li.languages > div {
	height: auto;
	padding: 13px 5px 12px;
}

#header .menu li.languages a {
	display: block;
	width: 20px;
	height: 14px;
	margin-bottom: 7px;
	background: transparent no-repeat center center;
}

#header .menu li.languages a:last-child {
	margin-bottom: 0px;
}

#header .menu li.languages a.ru {
	background-image: url('images/header/languages/ru.png');
}

#header .menu li.languages a.ru.active {
	background-image: url('images/header/languages/ru.active.png');
}

#header .menu li.languages a.en {
	background-image: url('images/header/languages/en.png');
}

#header .menu li.languages a.en.active {
	background-image: url('images/header/languages/en.active.png');
}

#header .ad {
	height: 40px;
	margin-top: -1px;
	background: transparent url('images/header/ad/background.png') repeat-x left top;
}

#header .ad > ul {
	display: table;
	width: 991px;
	height: 40px;
	margin: 0px auto;
}

#header .ad > ul > li {
	display: table-cell;
	width: calc((991px - 2px)/3 - 10px);
	height: 33px;
	padding: 4px 10px 0px;
	font-size: 12px;
	font-family: Arial;
	color: #8a8f93;
	line-height: 5px;
	text-align: center;
	vertical-align: middle;
}

#header .ad > ul > li a {
	font-size: 12px;
	font-family: Arial;
	color: #8a8f93;
}

#header .ad > ul > li .logo {
	display: inline-block;
	height: 33px;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
	background: transparent url('images/header/ad/separator.png') no-repeat center center;
}

#header .ad > ul > li.info .logo.axa {
	width: 30px;
	background-image: url('images/header/ad/icons/axa.png');
}

#header .ad > ul > li.insurance .logo.aig {
	width: 53px;
	background-image: url('images/header/ad/icons/aig.png');
}

#header .ad > ul > li.separator {
	width: 1px;
	height: 40px;
	padding: 0px;
	background: transparent url('images/header/ad/separator.png') no-repeat center center;
}

/*#header .ad > ul > li.insurance {
	text-align: center;
}

#header .ad > ul > li.payment {
	text-align: right;
}*/

#header .ad > ul > li.payment ul {
	display: inline-block;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	font-size: 0px;
	vertical-align: middle;
}

#header .ad > ul > li.payment ul li {
	display: inline-block;
	height: 33px;
	margin-right: 5px;
	background: transparent no-repeat center center;
}

#header .ad > ul > li.payment ul li:last-child {
	margin-right: 0px;
}

#header .ad > ul > li.payment ul li.mastercard {
	width: 42px;
	background-image: url('images/header/ad/icons/mastercard.png');
}

#header .ad > ul > li.payment ul li.visa {
	width: 42px;
	background-image: url('images/header/ad/icons/visa.png');
}

#header .ad > ul > li.payment ul li.paypal {
	width: 60px;
	background-image: url('images/header/ad/icons/paypal.png');
}

#header div.right {
	display: inline-block;
	float: right;
}

#header .search {
	display: inline-block;
	padding-right: 7px;
}

#header .search input[type=text] {
	font-family: Arial;
	width: 125px;
	padding: 0px;
}

#header .search input[type=submit] {
	width: 25px;
	height: 20px;
	margin-left: 3px;
	background: transparent url('images/icon_search.png') no-repeat center center;
	border: 0px;
}

#header .languages {
	display: inline-block;
	margin-right: -2px;
}

#header .languages ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header .languages li {
	display: inline-block;
	margin: 0px 2px;
	opacity: 0.35;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
}

#header .languages li a {
	display: block;
	width: 29px;
	height: 20px;
}

#header .languages li a img {
	width: 100%;
	height: 100%;
	border: 0px;
	vertical-align: top;
}

#header .languages li.active {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

#footer {
	height: 10pt;
	padding-top: 14pt;
}

#footer .copyright {
	font-weight: bold;
}

#footer .info {
	border-radius: 5px;
	margin-bottom: 10pt;
}

#footer .info > a {
	background: transparent url('images/icon_info.png') no-repeat center center;
	display: block;
	width: 24px;
	height: 24px;
	text-decoration: none;
}

#footer .info > a:hover {
	background-image: url('images/icon_info_active.png');
}

#footer .info .data {
	display: none;
}

#footer .info .data > div {
	width: 90%;
	margin: 0 auto;
	padding: 5px 0px;
	text-align: justify;
}

#footer .info .data > div h1 {
	text-align: center;
}

#footer .info > div a {
	color: #41494E;
	text-decoration: underline;
	font-size: 10px;
}

#footer .info > div a:hover {
	text-decoration: none;
}

#footer .info > div .table-links {
	width: 100%;
	text-align: center;
	margin-top: -3px;
}

#footer .info.active {
	background: #f8f8f8;
	/* padding: 5px; */
}

#footer .info.index.active {
	background: transparent;
}

#footer .info.active .data {
	display: block;
}

#footer .info.active > a {
	background-image: url('images/icon_info_active.png');
	float: left;
}

#footer .info.active > a:hover {
	background-image: url('images/icon_info.png');
}

#footer .addon {
	padding-left: 10pt;
	padding-bottom: 5pt;
}

#footer .addon a.li {
	float: right;
}

#page.left #footer {
	padding-left: 10pt;
}

@keyframes ajaxAnimation {
  0%   { opacity: 1; }
  50%  { opacity: 0.5; }
  100% { opacity: 1; }
}

body.ajax {
	overflow: hidden;
}

body.ajax #ajax {
	display: block;
}
		
#ajax {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	background: rgba(0, 0, 0, 0.75);
	z-index: 1000;
}
	
#ajax:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 256px;
	height: 256px;
	margin: -128px 0px 0px -128px;
	background: transparent url('images/ajax.png') center center;
	animation: ajaxAnimation 2s infinite;
}