﻿@charset "utf-8";

/* CSS Document */
@font-face {
	font-family: "PFDinDisplayPro";
	src: url(fonts/PFDinDisplayPro.ttf);
}

/* Reset
----------------*/
HTML {
	font-size: 100.01%;
}

HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,DEL,DFN,EM,FONT,INS,KBD,Q,S,SAMP,SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,DL,DT,DD,OL,UL,LI,FIELDSET,FORM,LABEL,LEGEND,TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD,HR
	{
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	font-family: inherit;
}

img {
	border: 0;
	outline: none;
}

TH,H3,H4,H5,H6 {
	font-weight: normal;
}

OL,UL {
	list-style: none;
}

input,textarea {
	outline: none;
}

textarea {
	overflow: auto;
	resize: none;
	width: 480px;
	font: 14px PFDinDisplayPro, sans-serif;
	color: #04044f;
	/*font: 14px Arial, Helvetica, sans-serif;*/
}

html,body {
	height: 100%;
}

/* User Generated
----------------------- */
.h-ugc {
	overflow: hidden;
	zoom: 1;
	margin: 0 0 0;
	font-size: 13px; /* 12px; */
	color: #000026; /* #565656 - серый */
}

.h-ugc p {
	font-size: 13px; /* 12px; */
}

.h-ugc H1,H1.title {
	
}

.h-ugc H1,H1.title,h1,h2 {
	margin: 20px 0 15px 0; /*20px*/
	font: bold 24px PFDinDisplayPro, sans-serif;
	/*font: bold 24px Arial, Helvetica, sans-serif;*/ /*color: #faa500;*/
	color: #5473BF;	
}

H2.title {
	font: bold 24px PFDinDisplayPro, sans-serif;
	/*font: bold 24px Arial, Helvetica, sans-serif;*/
	margin: 20px 0px 15px;
	color: #04044f; /* #faa500;  */	
}

H3 {
	margin: 0 0 15px 0;
	font-size: 14px; 
	font-weight: bold;
	color: #04044f; /* #faa500;  */
}

h4 {
	margin: 0 0 .9em;
	font-size: 14px;
	font-weight: bold;
	color: #04044f; /* #faa500; */
}

.h-ugc *+H2 {
	margin-top: 1.25em;
}

.h-ugc *+H3,.h-ugc *+H4,*+H4 {
	margin-top: 1em;
}

.h-ugc small {
	font-size: 11px /*10px*/
}

.h-ugc P,.h-ugc UL,.h-ugc OL,.h-ugc TABLE,.h-ugc BLOCKQUOTE,p {
	margin: 0 0 1em;
}

.h-ugc .annot,P.annot {
	font-size: 1.17em;
}

.h-ugc img {
	border: auto !important;
}

.h-ugc .pic-left {
	float: left;
	margin: 0 1em 1em 0;
}

.h-ugc .pic-right {
	float: right;
	margin: 0 0 1em 1em;
}

.h-ugc .pic-center {
	margin: 1em auto;
	text-align: center;
}

.h-ugc .pic-left IMG,.h-ugc .pic-right IMG,.h-ugc .pic-center IMG {
	display: block;
	border: 1px solid #535353;
}

.h-ugc .pic-left SMALL,.h-ugc .pic-right SMALL,.h-ugc .pic-center SMALL
	{
	display: block;
	margin: .5em .25em 0;
	font-size: 11px; /*11px;*/
	color: #999;
	font-style: italic;
	line-height: 1.2; /*1.6 1.2;*/
}

.h-ugc UL {
	margin: 0 0 1em;
}

.h-ugc OL {
	margin: 0 0 1em 2em;
}

.h-ugc LI {
	margin: .25em 0;
}

.h-ugc UL LI {
	margin: 0 0 3px;
	padding: 0 0 0 32px;
	list-style: none;
	background: url(../i/bul.png) no-repeat 12px 6px;
}

.h-ugc UL LI LI,.h-ugc LI UL LI {
	
}

.h-ugc OL LI,.h-ugc LI OL LI {
	list-style: decimal;
	background: none;
	padding: 0;
}

.h-ugc OL OL LI {
	list-style: lower-latin;
}

.h-ugc TABLE,.private_tab table {
	width: 100%;
	border-collapse: collapse;
	font-size: 12px; 
}

.h-ugc TABLE TD,.private_tab table td {
	padding: 0 1em .5em 1em;
	border-right: 1px solid #afe0ff;
	border-bottom: 1px solid #afe0ff;
	color: #04044f;
}

.h-ugc TABLE TD a,.private_tab table td a {
	color: #0099ff;
}

.h-ugc TABLE TR .last,.private_tab TABLE TR .last {
	border-right: 0 !important;
}

.h-ugc TABLE TH,.private_tab TABLE TH {
	color: #0099ff;
	font-size: 14px;
	font-weight: bold;
	border-right: 1px solid #fff;
	background-color: #afe0ff; /*светло-голубой*/
	text-align: left;
	padding: 0.9em 1em 1em 1em;
}

.h-ugc TABLE TH span,.private_tab TABLE TH span {
	font-weight: normal !important;
}

.h-ugc TABLE TR:first-child,.private_tab TABLE TR:first-child {
	
}

.h-ugc TABLE TH:last-child,.h-ugc TABLE TH.last,.private_tab TABLE TH:last-child,.private_tab TABLE TH.last{
	border-right: none;
}

.h-ugc TABLE TD,.private_tab TABLE TD {
	padding: .75em 1em;
}

.h-ugc TABLE td:last-child,.private_tab TABLE td:last-child {
	border-right: none;
}

.h-ugc P SMALL {
	font-size: 11px; /* 10px; */
}

.h-ugc BLOCKQUOTE {
	margin: 1em 0;
	padding: 1em;
	border-left: 2px solid #aa0000;
	background: #f4f9fc; /*светло-серый*/
	font-style: italic;
}

/*art-list*/
.h-ugc UL.art-list LI {
	background: url(../i/bul.png) no-repeat 0 8px;	
}

UL.art-list LI {
	margin-top: 15px;
	display: block;
	overflow: hidden;
}

.b-news UL.art-list LI,.b-questions UL.art-list LI,.b-search .art-list LI {
	border-bottom: 1px dotted #afe0ff;
	padding-bottom: 12px;
}

.b-ir__artlist	UL.art-list LI {
	background: url(../i/bul.png) no-repeat 0 8px;	
	margin-top: 15px;
	padding-left: 26px;
	display: block;
	overflow: hidden;
}

.art-list a {
	font: bold 16px/18px PFDinDisplayPro, sans-serif;
	/* font: bold 16px/18px Arial, Helvetica, sans-serif;*/
	color: #15a0ff;
	padding-bottom: 8px;
	display: block;
	text-decoration: none;
}

.b-ir__artlist .art-list a {
	display: inline-block;
}

.list-date {
	display: inline-block;
	font: 11px/15px PFDinDisplayPro, sans-serif;
	/* font: 11px/15px Arial, Helvetica, sans-serif; */
	color: #999;
	margin-bottom: 1px;
}

.blog .list-date {
	margin-bottom: 5px;
}

.list-date b {
	color: #565656; /*#ff9000; */ /* gray */
	font-weight: normal;
}

.list-size {
	color: #e4241f; /*red*/
	font-size: 14px;
	text-decoration: none;
}

.list-text {
	display: block;
	padding-top: 0px;
	font: 14px PFDinDisplayPro, sans-serif;
	/* font: 14px Arial, Helvetica, sans-serif; */
	color: #494949; /*gray*/
	overflow: hidden; /*Лекарство*/
	_height: 1%; /*оно же для IE*/
}

.list-comment {
	float: left;
	width: 390px;
	margin-top: 12px;
	/*font: 12px Arial, Helvetica, sans-serif !important;*/
	font: 12px PFDinDisplayPro, sans-serif !important color :   #0099ff;
	min-height: 24px;
	_height: 1%; /*оно же для IE*/
}

.list-comment a {
	padding: 0px !important;
	float: left;
	font: 12px/24px PFDinDisplayPro, sans-serif !important;
	/* 12px/24px Arial, Helvetica*/
	color: #0099ff;
}

.list-comment span {
	height: 24px;
	position: relative;
	display: inline-block;
	float: left;
	background: url(../i/blog-l.png) no-repeat 0 0;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 6px;
}

.list-comment span b {
	display: block;
	position: absolute;
	width: 9px;
	height: 24px;
	right: 0;
	top: 0;
	background: url(../i/blog-r.png) no-repeat 0 0;
}

.list-comment span b i {
	display: block;
	position: absolute;
	width: 7px;
	height: 6px;
	bottom: -6px;
	left: -6px;
	background: url(../i/blog-b.png) no-repeat 0 0;
}

.list-comment span a {
	display: inline !important;
	font: 12px/22px PFDinDisplayPro, sans-serif !important;
	/*font: 12px/22px Arial, Helvetica, sans-serif !important;*/
	padding: 0;
	margin: 0;
}

.list-pic {
	width: 90px;
	height: 70px;
	overflow: hidden;
	display: block;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

.list-author {
	padding-left: 5px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #73a10e; /*green*/
}

/* Globals 
----------------*/
BODY {
	position: relative;
	min-width: 983px;
	background-color: #fff;
	color: #000066;
	font-family: normal 16px PFDinDisplayPro, sans-serif; /*13px*/
	line-height: 1.6;
	font-family: "PFDinDisplayPro", sans-serif;
	
	font-size: 16px;
	/*	
	color: #565656;
	font: normal 12px Arial, Helvetica, sans-serif;*/
}

.body p {
    line-height: 1.3;
}
p {
    margin: 0 0 10px;
}


A {
	color: #00a3df;
	text-decoration: underline;
}

A:hover {
	text-decoration: none !important;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
}

.clear_1 {
	overflow: hidden;
}

/* Layout
----------------------- */
.l-page {
	position: relative;
	/*z-index:1;*/
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -44px;
	zoom: 100%;
	font-family: PFDinDisplayPro, sans-serif;
}

.h-page {
	position: relative;
	width: 984px;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

/*angles*/
.tl,.tr,.bl,.br {
	width: 7px;
	height: 7px;
	position: absolute;
}

.tl {
	top: 0;
	left: 0;
	background: url(../i/tl.png) no-repeat 0 0;
	z-index: 100;
}

.tr {
	top: 0;
	right: 0;
	background: url(../i/tr.png) no-repeat 0 0;
	z-index: 100;
}

.bl {
	left: 0;
	bottom: 0;
	background: url(../i/bl.png) no-repeat 0 0;
	z-index: 100;
}

.br {
	bottom: 0;
	right: 0;
	background: url(../i/br.png) no-repeat 0 0;
	z-index: 100;
}

/*l-header*/
.l-header {
	width: 100%;
	background-color: #eeece0; /* light-gray*/
	height: 250px;
	z-index: 2;
	/*background-image: url(../i/back_dsg.jpg);*/
	/*background-image: url(../i/background_dsg.jpg);*/	
	background-image: url(../i/natbook.jpg);				
}

.l-header .h-page {
	z-index: 2;
	height: 250px;
	position: relative;		
	
	background-image: url(../i/back_dsg085.png);
	/*background-color: rgba(255, 255, 255, 0.85);	*/
	/* background-color: #fff;*/				
}

.b-help {
	width: 43px;
	height: 43px;
	position: absolute;
	bottom: 5px;
	right: 30px;
	cursor: pointer;
	background: url(../i/help_dsg.png) no-repeat 0 0;	
	z-index: 1000;
}

.b-loupe {
	width: 43px;
	height: 43px;
	position: absolute;
	bottom: 5px;
	right: 82px;
	cursor: pointer;
	background: url(../i/search_dsg.png) no-repeat 0 0;
	/* url(../i/search.png) */
}

.b-logo {
	width: 449px;
	height: 53px;
	padding-top: 17px; /*23px; 15px*/
	padding-left: 23px; /*29px;*/
	float: left;
	position: relative;		
}

.b-phones {
	position: absolute;
	top: 79px;
	left: 130px; /*94px; 114px; */
	background: url(../i/phone_dsg2.png) no-repeat 0 0;
	height: 15px;
	width: 134px;
	font: 14px PFDinDisplayPro, sans-serif;
	/*font: 14px Calibri, Arial, Helvetica, sans-serif;*/
	color: #7db200;	 
}

.b-mail {
	position: absolute;
	top: 79px;
	left: 270px; /*245px; 265px*/
	height: 15px;
	width: 155px;
	color: #00a3df; /* #5473BF;*/
}

.dsg-logo {
	width: 100px;
	height: 60px;
	left: 30px;
	position: relative;	
}

.dsg-text1 {
	position: absolute;
	top: 29px;
	left: 140px;
	width: 370px;
	font-family: PFDinDisplayPro, sans-serif;
	font-weight: bold;
	font-size: 16px; /*16 14px*/
	line-height: 16px;
	color: #04044f;
}

.b-personal {
	position: absolute;
	left: 540px;
	top: 65px;
	font: 18px PFDinDisplayPro, sans-serif;
    	color: #04044f;
	width: 424px;
	height: 23px;
	text-decoration: underline;
}

.b-personal_en {
	position: absolute;
	left: 540px;
	top: 65px;
	font: 18px PFDinDisplayPro, sans-serif;
    	color: #04044f;
	width: 424px;
	height: 23px;
	text-decoration: underline;
}

.b-translate-img {
	position: absolute;
	right: 100px;
}

.b-translate-left {
	position: absolute;
	right: 50px;
}

.b-translate-middle {
	position: absolute;
	right: 45px;
}

/*10px;*/
.b-translate-right {
	position: absolute;
	right: 3px;
}

.b-search {
	width: 100%;
	height: 94px;
	background: url(../i/search_bg.png) no-repeat 0 0;
	position: absolute;
	top: 104px;
	left: 0;
	z-index: 100;
}

.b-search input {
	width: 800px;
	height: 17px;
	padding-top: 13px;
	padding-left: 46px;
	background: none;
	border: none;
	color: #333;
	/*font: 14px PFDinDisplayPro, sans-serif;*/
	font: 14px Arial, Helvetica, sans-serif;
}

.b-search .submit {
	position: absolute;
	right: 31px;
	top: 30px;
	padding: 0;
	margin: 0;
	width: 102px;
	height: 32px;
	background: url(../i/dsg/search_but.png) no-repeat 0 0;
	cursor: pointer;
}

.b-search .submit_en {
	position: absolute;
	right: 31px;
	top: 30px;
	padding: 0;
	margin: 0;
	width: 102px;
	height: 32px;
	background: url(../i/search_but_eng.png) no-repeat 0 0;
	cursor: pointer;
	/*background: url(../i/i18n/search_but_en.png) no-repeat 0 0;*/
}

.b-nav {
	float: right;
	width: 419px;
	height: 62px;
	margin-right: 30px;
	background: url(../i/b-login_bg_dsg.png) no-repeat 0 0;
	/*background: url(../i/b-login_bg.png) no-repeat 0 0;*/
}

.tr-nav {
	position: absolute;
	top: 70px;
	right: 5px;
	float: right;
	width: 165px;
	height: 22px;
	margin-right: 30px;
	/*background: url(../i/form/b-login_bg_en.png) no-repeat 0 0;*/
}

.b-translate {
	position: absolute;
	height: 56px;
	bottom: 0;
	left: 230px;
	top: 200px;
	background-color: #5473BF; /*#faa500*/
}

.b-menu {
	position: absolute;
	height: 56px;
	bottom: 0;
	left: 30px;
	background-color: #5473BF; /*#faa500*/
}

.b-menu ul li {
	display: block;
	position: relative;
	float: left;
	height: 42px;
	padding: 7px 0;
}
.b-menu ul li.current {
	background-color: #fff;
	border-left-color: #fff;
}

.b-menu ul li.current+li a {
	border-left-color: #565656 /* #faa500;*/
}

.b-menu ul li.current a {
	color: #565656; /* #faa500; */
	border-color: #fff;
}

.b-menu ul li a {
	display: block;
	color: #fff;
	font: 14px/42px PFDinDisplayPro, sans-serif; /* bold Arial, Helvetica, sans-serif;*/
	text-decoration: underline;
	border: none;
	height: 42px;
	padding: 0 20px 0 20px;
	border-left: 1px dotted #EEEDEC; /*#fcc966; */
	background-color: #5473BF;
	
	text-align: center;
    /*text-transform: uppercase; */
    transition: 0.4s all; 
}

.b-menu ul li a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    background-color: #fff;
}

.b-menu ul li a:focus {      
    color: #23527c;    
    background-color: #fff;
    text-decoration: underline;
}

.b-menu ul li a:hover {      
    color: #23527c;    
    background-color: #fff;
    text-decoration: underline;
}


.b-menu ul li:first-child a {
	border-left: none;
}

/****************************/


/*b-index_info*/
.b-index_info {
	padding: 30px;
	padding-top: 0px;
	min-height: 430px;
	z-index: 1;
}

.b-index_info h2 {
	padding-left: 18px;
}

.b-iic__info {
	position: relative;
	background-color: #ecebec; /*gray*/
	padding: 20px;
	margin-bottom: 18px;
	font: 14px PFDinDisplayPro, sans-serif;
	/*font: 14px Arial, Helvetica, sans-serif;*/
	color: #000066; /*#333333*/
	line-height: 1.6;
}

.b-ii__content .h-ugc {
	padding: 0 20px;
}

.h-ugc1,.h-ugc2,.h-ugc3 {
	width: 288px;
	float: left;
	padding-top: 10px;
}

.h-ugc2 {
	padding-left: 21px;
	width: 287px;
	padding-right: 20px;
}

.h-ugc3 {
	width: 260px;
}

/*b-inner_info*/
.b-inner_info {
	padding: 30px;
	padding-top: 0px;
	overflow: visible;
	z-index: 1;
	color: #04044f;
	font-family: PFDinDisplayPro, sans-serif;
	line-height: 1.6;
	font-size: 13px;
}

*+html .b-inner_info {
	padding: 30px;
	padding-top: 0px;
	overflow: hidden;
	z-index: 1;
}

/*b-iic__menu*/
.b-iic__menu {
	height: 52px;
	padding-top: 10px;
	width: 100%;
	border-bottom: 1px solid #d9d7d9;
	margin-bottom: 20px;
	font-family: bold 14px PFDinDisplayPro, sans-serif;
}

.b-iic__menu-bottom {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 30px;
	padding-top: 20px;
}

.b-iic__menu-bottom ul {
	margin-left: auto;
	margin-right: auto;
}

.b-iic__menu-bottom ul li {
	height: 26px !important;
	background: url(../i/menu_bottom_bg.png) no-repeat 0 0 !important;
}

.b-iic__menu-bottom ul li:first-child {
	background: none !important;
}

.b-iic__menu-bottom ul li a {
	font: bold 14px/ 26px PFDinDisplayPro, sans-serif !important;
	/*font: bold 14px/26px Arial, Helvetica, sans-serif !important;*/
}

.b-iic__menu ul li {
	display: block;
	float: left;
	height: 53px;
	padding: 0 10px 0 10px;
	background: url(../i/menu_bg.png) no-repeat 0 0;
}

.b-iic__menu ul li b {
	display: none;
}

.b-iic__menu ul li a {
	color:  #04044f;  /*#333;*/
	font: bold 14px/ 53px PFDinDisplayPro, sans-serif; /*Arial, Helvetica*/
	text-decoration: underline;
	border: none;
}

.b-iic__menu ul li.cur a {
	color: #8b8b8b;
	font: bold 14px/ 53px PFDinDisplayPro, sans-serif;
	/*font: bold 14px/53px Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	border: none;
}

.b-iic__menu ul li.cur {
	background: url(../i/menu_cur_l.png) no-repeat 0 0;
	position: relative;
}

.b-iic__menu ul li.cur b {
	display: block;
	position: absolute;
	background: url(../i/menu_cur_r.png) no-repeat 0 0;
	width: 7px;
	height: 53px;
	top: 0;
	right: -1px;
}

.b-iic__menu ul li:first-child {
	border-left: none;
}

/*b-forms*/
.b-forms {
	position: relative;
	background-color: #ecebec;
	padding: 20px;
	margin-bottom: 18px;
	/* font: 14px Arial, Helvetica, sans-serif;*/
	font: 13px PFDinDisplayPro, sans-serif;
	color: #04044f; /* #333333; gray */
}

/*b-order*/
.b-order {
	padding: 0;
}

.b-order .t-form TD {
	padding: 18px;
}

.b-order .t-form TD.wb {
	border-right: 1px solid #fff;
}

.b-order .t-form TD.wp {
	padding-right: 0;
	vertical-align: middle;
	text-align: right;
}

.b-order .t-form TD.wpb {
	padding-bottom: 0;
}

.b-order LABEL {
	font: normal 14px/ 17px PFDinDisplayPro, sans-serif !important;
	/*font: normal 14px/17px Calibri, Arial, Helvetica, sans-serif !important;*/
	color: #333 !important;
}

.b-order .td-submit {
	padding: 0 18px 0 0 !important;
	vertical-align: middle;
}

/*b-basic*/
.b-basic .wp {
	text-align: right;
	padding-right: 20px;
	vertical-align: middle;
}

.b-basic .t-form td {
	vertical-align: middle;
	padding-bottom: 20px;
}

*+html .b-basic .t-form td {
	vertical-align: top;
}

.b-basic .t-form .text {
	width: 428px;
}

.b-basic .t-form .text input {
	width: 418px;
}

.b-basic .t-form .td-submit {
	padding-top: 10px;
}

.b-basic .t-form .text_brief {
	float: left;
	width: 109px;
}

/*b-dictionary*/
.b-dictionary .t-form .text {
	width: 495px;
	clear: both;
}

.b-dictionary .t-form .text input {
	width: 485px;
}

.b-dictionary .t-form .wp label {
	float: left;
	padding-left: 8px;
	padding-top: 2px;
	margin-bottom: 10px;
}

/*b-professional*/
.b-professional .t-form td.wp {
	text-align: right;
	padding-right: 15px;
}

.b-professional .t-form td {
	padding-bottom: 10px;
	vertical-align: middle;
}

.b-professional .t-form table td {
	padding-bottom: 0px;
}

.b-professional .t-form .text {
	width: 500px !important;
	clear: both;
}

.b-professional .t-form .text input {
	width: 485px !important;
}

.b-professional .t-form #dependent1 select {
	width: 500px !important;
}

.b-professional	.t-form td select {
	width: 255px;
}

.b-professional	.radio1 .chbx {
	float: left;
	clear: none;
	padding-right: 10px;
}

.b-professional .t-form TD .chbx label {
	width: 200px;
}

.b-professional .t-form TD .chbx.lookForInsertions label {
	width: 140px;
}

.b-professional	.radio1 {
	clear: both;
	height: 27px;
	overflow: visible;
}

.b-professional .radio1 .submit {
	height: 27px;
}

/*b-extended*/
.b-extended {
	
}

.b-extended	.t-form td select {
	width: 255px;
}

.b-extended	.t-form td.and select {
	width: 79px;
}

.b-extended	.t-form td.wp {
	text-align: right;
	padding-right: 15px;
	padding-top: 5px;
}

.b-extended .t-form .text_brief {
	width: 102px;
}

.b-extended .t-form .text_brief input {
	width: 90px !important;
}

.b-extended .t-form TD .chbx label {
	width: 230px;
}

.b-extended .t-form td.and .jNiceSelectWrapper p {
	height: 100px !important;
}

.b-extended .t-form td.and .jNiceSelectWrapper ul {
	height: 100px !important;
}

/*b-other_forms*/
.b-other_forms .wp {
	text-align: right;
	padding-right: 20px;
	vertical-align: middle;
}

.b-other_forms .t-form td {
	vertical-align: middle;
	padding-bottom: 20px;
}

.b-other_forms .t-form .text {
	width: 600px;
}

.b-other_forms .t-form .text input {
	width: 348px;
}

.b-other_forms .t-form .td-submit {
	padding-top: 10px;
}

.b-other_forms .t-form .text_brief {
	float: left;
	width: 109px;
}

.b-other_forms .t-form .message {
	width: 600px;
	background: url(../i/textarea_l.png) no-repeat 0 0;
}

.b-other_forms .t-form .message TEXTAREA {
	width: 580px;
	max-width: 580px;
}

.b-other_forms .t-form select {
	width: 600px;
}

/*b-found*/
.b-found {
	padding-left: 18px;
	/*font: italic 14px Arial, Helvetica, sans-serif;*/
	font: italic 14px PFDinDisplayPro, sans-serif;
	color: #414040;
	margin-bottom: 10px;
}

.b-notes {
	padding-left: 18px;
	font: 13px PFDinDisplayPro, sans-serif;
	/*font: 12px Arial, Helvetica, sans-serif;*/
	color: #414040;
	margin-bottom: 10px;
}

.b-found span {
	color: #999;
}

/*b-login*/
.b-login {
	padding: 0 25px;
}

.b-login .t-form td {
	padding-top: 8px;
	padding-bottom: 0;
	padding-right: 8px;
}

.b-login .t-form .text {
	background: url("../i/form-inp-login.png") no-repeat scroll 0 0
		transparent;
	height: 25px;
	position: relative;
	width: 145px;
	margin-bottom: 5px;
}

.b-login .t-form .text input {
	background: none repeat scroll 0 0 transparent;
	border: medium none;
	color: #333333;
	font: 12px PFDinDisplayPro, sans-serif;
	/*font: 12px Arial, Helvetica, sans-serif;*/
	padding-left: 6px;
	padding-top: 6px;
	width: 135px;
}

.b-login .t-form TD .chbx label {
	color: #999;
	font-size: 12px;
}

.b-login .b-rem {
	display: block;
	color: #00a3df;
	font: 14px PFDinDisplayPro, sans-serif;
	text-decoration: underline;
	/*font: 14px Calibri, Arial, Helvetica, sans-serif;*/
}

.b-login .t-form .td-submit {
	vertical-align: top;
}

.b-login .t-form .td-submit .submit {
	height: auto;
}

.sel {
	position: absolute;
	bottom: 0;
	left: 50px;
	height: 27px;
	overflow: hidden;
}

.sel .t-form td {
	padding-right: 20px;
}

/***  width: 120px; */
.sel .t-form td:first-child {
	width: 170px;
}

.adm {
	position: relative;
	padding: 20px 100px 0 24px;
	font: 14px PFDinDisplayPro, sans-serif;
	/*font: 14px Arial, Helvetica, sans-serif;*/
	color: #919191;
}

.adm span {
	color: #04044f; /*#333;*/
	font-weight: bold;
}

.adm .logout {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	color: #00a3df;
	font: 14px PFDinDisplayPro, sans-serif;
	/*font: 14px Arial, Helvetica, sans-serif;*/
}

/*t-form*/
.t-form {
	width: 100%;
	border-collapse: collapse;
}

.t-form TD {
	vertical-align: top;
	padding-bottom: 20px;
}

.t-form TD .chbx {
	overflow: hidden;
	clear: both;
	margin-bottom: 5px;
}

.t-form TD .chbx label {
	font: normal 13px/ 17px PFDinDisplayPro, sans-serif;
	/* font: normal 14px/17px Calibri, Arial, Helvetica, sans-serif;*/
	color: #000026; /* #333; */
	padding-left: 10px;
	float: left;
}

.t-form LABEL {
	display: block;
	margin: 0 0 2px;
	font-size: 14px; 
	font-weight: bold;
	color: #999;
}

.t-form LABEL.tit {
	padding-bottom: 10px;
}

.t-form LABEL sup {
	color: #da7400;  /*ярко-оранжевый*/
}

.t-form LABEL sup.adm {
	color: #333; /*ярко-оранжевый*/
}

.t-form .text {
	position: relative !important;
	width: 251px;
	height: 31px;
	background: url(../i/form-inp-l.png) no-repeat 0 0;
}

*+html .t-form .text {
	
}

.t-form .text_brief {
	float: left;
	width: 109px;
}

.t-form .text_brief_en {
	float: left;
	width: 90px;
}

.t-form .text_brief input {
	width: 100px !important;
}

.t-form .tb_text {
	display: block;
	float: left;
	font: normal 13px/ 24px PFDinDisplayPro, sans-serif;
	/*font: normal 14px/24px Calibri, Arial, Helvetica, sans-serif;s*/
	color: #333;
	width: 33px;
	text-align: center;
	line-height: 30px;
}

.t-form .text b {
	display: block;
	position: absolute;
	width: 3px;
	height: 31px;
	background: url(../i/form-inp-r.png) no-repeat 0 0;
	top: 0;
	right: 0;
}

*+html .t-form .text b {
	
}

.t-form .text input {
	border: none;
	background: none;
	padding-top: 6px;
	padding-left: 6px;
	width: 240px;
	font: 13px PFDinDisplayPro, sans-serif;
	/*font: 14px Arial, Helvetica, sans-serif;*/
	color: #333;
}

.t-form .text_wide {
	width: 407px;
}

.t-form .message {
	padding: 6px;
	background: #fff;
	width: 620px;
	height: 194px;
	background: url(../i/textarea_2.png) no-repeat 0 0;
}

.t-form .message TEXTAREA {
	margin: 0;
	padding: 0;
	width: 560px;
	max-width: 620px;
	height: 180px;
	background: none;
	border: 0;
}

.t-form .td-submit {
	padding: 0 18px 0 0;
	/*vertical-align: middle;*/
}

.t-form .submit {
	height: 33px;
	background: url(../i/but_show.png) no-repeat 0 0;
	border: 0;
	cursor: pointer;
	margin: 1px;
}

.t-form td select {
	width: 358px;
}

.t-form .td-subject {
	padding-bottom: 19px;
}

.t-form .td-subject LABEL,.t-form .td-message LABEL {
	margin: 0 0 4px;
}

.t-form .td-subject SELECT {
	width: 419px;
}

.right {
	position: absolute;
	left: 250px;
}

.left {
	position: absolute;
	right: 250px;
}

.b-fb__search .t-form .td-subject SELECT {
	width: 669px;
}

.b-search_diaspora .t-form .td-subject SELECT {
	width: 223px;
}

*+html .b-fb__search .t-form .td-subject SELECT {
	width: 673px;
}

.t-form .td-obl {
	padding-right: 0;
	vertical-align: middle;
	color: #999;
	font: italic 13px PFDinDisplayPro, sans-serif;
	/*font: italic 11px Arial, Helvetica, sans-serif; */
}

.t-form sup {
	color: #da7400;
}

*+html .t-form sup {
	font-size: 13px;
}

.t-form sup.adm {
	color: #333;
}

.b-fb__search .td-submit.right {
	text-align: right !important;
}

.b-fb__search	.t-form .td-submit {
	text-align: left;
}

/*b-results*/
.b-results {
	margin-bottom: 10px;
}

.b-results table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px; /*12px;*/
	margin-bottom: 10px;
	margin-top: 10px;
}

.b-results table TD {
	padding: 5px 5px 5px 8px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #000066;
	vertical-align: top;
}

.b-results table.records TD {
	vertical-align: middle;
}

.lwrap {
	white-space: -moz-pre-wrap; /*Mozilla*/
	word-wrap: break-word; /*Internet Explorer 6+*/
}

.b-results TABLE TD a {
	color: #00a3df;
}

.b-results .td-radio {
	width: 19px;
}

.b-results TABLE TH {
	color: #62563c;
	font-size: 13px; /*12px;*/
	font-weight: bold;
	border-right: 1px solid #fff;
	background-color: #E6E5E0; /*#dfdecb молочно-серый*/
	text-align: left;
	padding: 10px 5px 10px 10px;
}

.b-results TABLE th.htooltip span {
	display: none;
	font-weight: 100;
}

.b-results TABLE td.htooltip span {
	display: none;
	font-weight: 100;
}

.b-results table tr {
	background-color: #eeece0;
}

.b-results table tr:hover {
	background-color: #EEEDE7; /*#ede6bb*/
}

.b-results TABLE TH:last-child,.b-results TABLE TH.last {
	border-right: none;
	background: url(../i/b-table-r.png) no-repeat 100% 0;
}

.b-results TABLE TH:first-child {
	background: url(../i/b-table-l.png) no-repeat 0 0;
}

/*
.b-results TABLE TD {
	padding: .75em 1em;
}

.b-results TABLE td:last-child {
	border-right: none;
}
*/ /*l-footer*/
.l-footer {
	width: 100%;
	height: 43px;
	background-color: #fff;
	border-top: 1px solid #d9d7d9;
	z-index: 1;
}

.l-footer .h-page {
	font: 13px/ 43px PFDinDisplayPro, sans-serif;
	/* font: 12px/43px Arial, Helvetica, sans-serif;*/
	color: #999;
	padding-left: 50px;
}

/* jNice
----------------------- */
.jNiceWrapper SELECT {
	margin: 0 5px 0 0;
	padding: 0;
	border: none;
}

.jNiceSelectWrapper {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0px;
	z-index: 3;
	height: 31px;
	cursor: pointer;
	margin: 1px;
}

.b-forms .jNiceSelectWrapper {
	position: absolute;
	left: 0;
	top: 0px;
	height: 31px;
	width: 358px;
	background: url(../i/form-inp-l.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 3;
}

.sell7 {
	z-index: 55;
}

.sell6 {
	z-index: 53;
}

.sell5 {
	z-index: 50;
}

.sell4 {
	z-index: 40;
}

.sell3 {
	z-index: 30;
}

.sell2 {
	z-index: 20;
}

.sell1 {
	z-index: 10;
}

.sell7 .jNiceWrapper {
	z-index: 55 !important;
}

.sell6 .jNiceWrapper {
	z-index: 53 !important;
}

.sell5 .jNiceWrapper {
	z-index: 50 !important;
}

.sell4 .jNiceWrapper {
	z-index: 40 !important;
}

.sell3 .jNiceWrapper {
	z-index: 30 !important;
}

.sell2 .jNiceWrapper {
	z-index: 20 !important;
}

.sell1 .jNiceWrapper {
	z-index: 10 !important;
}

.jNiceWrapper IFRAME {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
}

.jNiceSelectWrapper .jNiceSelectText {
	position: absolute;
	height: 28px;
	overflow: hidden;
	z-index: 150;
	float: none;
	padding: 7px 0 0 10px;
	border: none;
	white-space: nowrap;
	color: #494949;
	font: 15px PFDinDisplayPro, sans-serif;
	/*font: 15px Arial, Helvetica, sans-serif;*/
}

.jNiceSelectWrapper .jNiceSelectOpen {
	position: absolute;
	right: 0px;
	top: 0px;
	display: block;
	width: 32px;
	height: 31px;
	z-index: 100;
	background: url(../i/sel-open.png) no-repeat 0 0;
}

.jNiceSelectWrapper UL {
	position: absolute;
	left: 0;
	margin: 0;
	overflow: auto;
	display: none;
	z-index: 120;
	width: 100%;
	height: 250px;
	font-size: 14px;
}

.jNiceSelectWrapper UL LI {
	margin: 0;
	padding: 0;
	background: none;
	z-index: 150;
	font: 15px PFDinDisplayPro, sans-serif;
	/* font: 15px Arial, Helvetica, sans-serif;*/
}

.jNiceSelectWrapper UL {
	top: 30px;
}

.jNiceWrapper P {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	width: 356px;
	height: 250px;
	background-color: #fff;
	border-top: 0;
	display: none;
	z-index: 110;
	border: 1px solid #d9d9d9;
	border-top: none;
}

.jNiceWrapper .opened P {
	display: block;
}

.jNiceSelectWrapper UL A {
	color: #494949;
	display: block;
	padding: 6px 6px 6px 10px;
	text-decoration: none;
	z-index: 150;
	font: 15px PFDinDisplayPro, sans-serif;
	/* font: 15px Arial, Helvetica, sans-serif;	*/
}

.jNiceSelectWrapper UL A:hover,.jNiceSelectWrapper UL A.selected {
	background: #494949;
	color: #fff;
	text-decoration: none;
}

.jNiceHidden {
	opacity: 0;
	z-index: -1;
	position: relative;
	margin-left: 3px;
	margin-top: 3px;
	height: 0px;
	width: 0px;
}

.jNiceWrapper {
	position: relative;
	vertical-align: top;
	height: 31px;
}

.jNiceWrapper INPUT {
	outline: none;
	moz-outline: none;
}

/* checkboxes */
.chbx .jNiceWrapper {
	float: left;
	z-index: 1;
	width: 17px;
	height: 17px;
	position: relative;
	margin: 0px;
}

.chbx .jNiceWrapper2 {
	float: left;
	z-index: 1;
	width: 27px;
	height: 17px;
	position: relative;
	margin: 0px;
}

.jNiceCheckbox {
	position: absolute;
	top: 0;
	left: 0;
	margin: 1px;
	display: block; /*display: -moz-inline-block;*/
	width: 17px;
	height: 17px;
	background: url(../i/checkbox.png) no-repeat 0 0px;
	cursor: pointer;
	z-index: 1;
}

.jNiceChecked {
	background: url(../i/check-checked.png) no-repeat 0 0px;
}

.jNiceCheckDisabled {
	background: url(../i/check-disabled.png) no-repeat 0 0px;
}

/* radios */
.jRadioWrapper {
	float: left;
	z-index: 2;
	margin: 0;
	width: 19px !important;
	height: 21px !important;
}

* HTML .jRadioWrapper,*+HTML .jRadioWrapper {
	margin: 0 6px 0 0;
}

.jNiceRadio {
	position: absolute;
	top: 0;
	left: 0;
	margin: 1px;
	height: 19px;
	width: 19px;
	cursor: pointer;
	vertical-align: middle;
	background: url(../i/radio.png) no-repeat 0 0;
}

.jNiceRadio.jNiceChecked {
	background: url(../i/radio-checked.png) no-repeat 0 0 !important;
}

.jNiceRadio.jNiceRadioDisabled {
	background: url(../i/radio-disabled.png) no-repeat 0 0 !important;
}

.jNiceRadio.jNiceRadioCheckedDisabled {
	background: url(../i/radio-check-disabled.png) no-repeat 0 0 !important;
}

.jNiceFocus {
	border: 1px dotted #000 !important;
	margin: 0 !important;
}

.t-form .message.two-line {
	height: 40px;
	background: url(../i/textarea_2lines.png) no-repeat 0 0;
}

.t-form .message.two-line TEXTAREA {
	height: 32px;
	width: 470px;
}

.b-searchresult {
	background-color: white;
}

.decopad {
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	padding-top: 1em;
	text-align: center;
}

.t-form .message.neworder {
	width: 684px;
	height: 164px;
	margin-left: auto;
	margin-right: auto;
	background: url(../i/textarea_neworder.png) no-repeat 0 0;
}

.t-form .message.neworder TEXTAREA {
	height: 150px;
	width: 660px;
	max-width: 660px;
}

.t-view-order {
	background-color: white;
	padding: 0px;
	width: 100%;
}

.t-view-order td {
	vertical-align: middle;
	padding: 2px;
}

.t-view-order td .text {
	width: 100%;
}

.t-view-order td {
	font: normal 13px/ 13px PFDinDisplayPro, sans-serif !important;
	/*font: normal 12px/12px Arial, Helvetica, sans-serif !important;*/
}

.t-view-order td table {
	position: relative;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}

.t-view-order .text input {
	width: 97%;
}

.t-view-order .message500x90 {
	width: 492px;
	height: 80px;
	background: url(../i/textarea_500x90.png) no-repeat 0 0;
}

.t-view-order .message500x90 textarea {
	width: 493px;
	height: 75px;
}

.t-view-order .message400x90 {
	width: 392px;
	height: 80px;
	background: url(../i/textarea_400x90.png) no-repeat 0 0;
}

.t-view-order .message400x90 textarea {
	width: 389px;
	height: 75px;
}

.b-proc .message400x40 {
	width: 392px;
	height: 42px;
	background: url(../i/textarea_400x40.png) no-repeat 0 0;
}

.b-proc .message400x40 textarea {
	width: 389px;
	height: 37px;
}

.overLayer {
	background: white;
	display: block;
	left: 0;
	opacity: 0.6;
	filter: alpha(opacity =         65);
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	padding-top: 200px;
	font-size: 2em;
	/*padding-left: 75px;*/
	color: black;
	text-align: center;
}

#errors,.messages {
	font-weight: bold;
	padding: 5px;
	font: PFDinDisplayPro, sans-serif;
}

#errors {
	display: none;
	font-weight: bold;
	color: red;
	font: PFDinDisplayPro, sans-serif;
}

#messages {
	color: #444488;
	display: none;
	font: PFDinDisplayPro, sans-serif;
}

.pagelinks {
	padding-left: 18px;
}

.pagelinks a {
	margin-right: 7px;
}

.pagelinks span {
	margin-right: 7px;
}

.no-border {
	border: none;
}

.b-user-form {
	padding-bottom: 0px;
}

.t-pass-req {
	background-color: white;
	padding: 0px;
	width: 100%;
}

.t-pass-req td {
	vertical-align: middle;
	padding: 4px;
}

.t-pass-req td .text {
	width: 98%;
}

.t-pass-req td {
	font: normal 14px/ 14px PFDinDisplayPro, sans-serif !important;
	/*font: normal 14px/14px Arial, Helvetica, sans-serif !important;*/
}

.messages p {
	font: normal 14px/14px PFDinDisplayPro, sans-serif;;
	/*font: normal 14px/14px Arial, Helvetica, sans-serif !important;*/
}

.t-form .jNiceSelectWrapper {
	position: absolute;
	left: 0;
	top: 0px;
	height: 31px;
	background: url(../i/form-inp-l.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 3;
}

.t-view-order p {
	margin-bottom: 5px;
}

.t-view-order td .chbx {
	margin-bottom: 0px;
}

.t-view-order td p.descr {
	line-height: 14px;
}

.unchangeable {
	font-weight: bold;
}

table.kvtable-descr td {
	padding: 7px;
	background-color: #f4f4ee;
	text-align: left;
	max-width: 450px;
}

table.kvtable-descr td:first-child {
	text-align: right;
	vertical-align: top;
	background-color: #EBEAE0; /* #ebead5; */
}

table.kvtable td {
	padding: 7px;
	background-color: #f4f4ee;
	text-align: left;
	width: 924px;
	max-width: 924px;
}

table.kvtable td:first-child {
	text-align: right;
	vertical-align: top;
	background-color: #EBEAE0; /* #ebead5; */
	width: 170px;
	max-width: 170px;
}

.b-order-header {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 0px;
	overflow: hidden;
	z-index: 1;
}

.b-order-header .order-title {
	margin-left: 391px;
	font-size: 15px;
	font-weight: bold;
	color: #000066; /*#faa500;*/
}

.b-order-header .t-form td {
	padding-bottom: 5px;
}

.b-order-header .t-form td .text input {
	width: 98%;
}

.t-form.set-rec td {
	vertical-align: middle;
	padding-bottom: 5px;
}

/*
a>span {
	display: none;
}
*/
#hiddentable {
	display: none;
}

.t-form.set-rec .jNiceSelectWrapper.opened p {
	width: 100%
}

.b-proc {
	margin-left: auto;
	margin-right: auto;
	width: 600px !important;
}

table.t-proc td {
	padding-bottom: 10px;
	vertical-align: middle;
}

table.t-proc td label {
	text-align: right;
	margin-right: 10px;
}

table.t-proc td .chbx {
	margin-bottom: 0px;
}

table.t-proc td .text {
	width: 100%;
}

.b-proc TABLE td.htooltip span {
	display: none;
	font-weight: 100;
}

.b-file {
	position: relative;
	float: left;
	width: 409px;
}

.b-file input { /*font: 14px Arial, Helvetica, sans-serif;*/
	font: 14px PFDinDisplayPro, sans-serif;
	color: #333;
}

.b-file .file {
	background: url(../i/choose-bg.gif) no-repeat 0 0;
	border: 0;
	height: 33px;
	padding: 0 10px 0 10px;
	color: #494949;
	line-height: 33px;
}

.text-pass {
	background: url("../i/form-inp-login-p.png") no-repeat scroll 0 0
		transparent !important;
	width: 155px !important;
}

.password {
	font-family: Arial, Helvetica, sans-serif !important;
}

input[type=image] {
	margin: 1px;
}

.text {
	margin: 1px;
}

.b-extended td.t-val .jNiceSelectWrapper {
	width: 251px !important;
}

.numbers {
	white-space: nowrap;
	text-align: right;
}

.t-form.new-user-order td {
	padding-top: 0px;
	padding-right: 5x;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: middle;
}

.t-form.new-user-order td .chbx {
	margin-bottom: 0px;
}

.t-form.new-user-order td .chbx label {
	margin-top: 2px;
	margin-left: 0px;
	padding-left: 5px;
}

.kvtable .chbx {
	overflow: hidden;
	clear: both;
	margin-bottom: 5px;
}

.kvtable .chbx label {
	margin-left: 7px;
}

a.hrtt {
	position: relative;
}

a.hrtt:hover {
	
}

a.hrtt span {
	display: none;
	font-weight: 100;
}

a.b-help span {
	display: none;
	font-weight: 100;
}

a.b-loupe span {
	display: none;
	font-weight: 100;
}

th.htooltip	  span {
	display: none;
	font-weight: 100;
}

.encoding .jNiceSelectWrapper p {
	height: 70px !important;
}

.encoding .jNiceSelectWrapper ul {
	height: 70px !important;
}

.unload-type .jNiceSelectWrapper p {
	height: 120px !important;
}

.unload-type .jNiceSelectWrapper ul {
	height: 120px !important;
}

.more-max {
	
}

.blevel {
	
}

.blevel .chbx {
	float: left;
	clear: none !important;
	max-width: 210px;
}

.blevel .chbx label {
	max-width: 180px;
}

.wpb-b10 {
	padding-bottom: 10px !important;
}

.wpb-t10 {
	padding-top: 10px;
}

.b-separator {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-color: #bfbdbf;
	border-bottom-style: solid;
	margin-right: 20px;
}

.b-professional .t-form td  .jNiceSelectWrapper p {
	height: 310px !important;
}

.b-professional .t-form td .jNiceSelectWrapper ul {
	height: 310px !important;
}

.br-ul {
	list-style: circle;
	margin-top: 10px;
	margin-left: 15px;
}

.width-en {
	width: 100px;
}

centerLayer { /*margin-left: 30%;*/
	
}

.banners-form td {
	display: inline-block;
	margin-right: 10px;
	border-radius: 10px;
	margin-top: 10px;
	
	color: #04044f;
	font: 12px PFDinDisplayPro, sans-serif;
}

/* banners-footer */
.b-footer {
	width: 100%;
	height: 43px;
	background-color: #fff; /*#5473BF;*/
	color: white;
	/*border-top: 1px solid #d9d7d9;*/
	z-index: 1;
	margin-top: 20px;
	margin-left: 10px;
	
	font: 12px PFDinDisplayPro, sans-serif;	
}

.b-footer .h-page {
	font: 12px/ 43px PFDinDisplayPro, sans-serif; 
	color: #fff; /*#999;*/
	padding-left: 30px;
	padding-top: 10px;
	background-color: #5473BF;
}

.b-footer,.b-push {
	height: 43px;
	clear: both;
}

/* new design */
.dsg-menu {
	background-color: #5473BF;
	color: white;
	font-family: PFDinDisplayPro, sans-serif;
}

.dsg-menu1 {
	background-color: #5473BF;
	font-family: PFDinDisplayPro, sans-serif;
}

font-family: Arial, Helvetica, sans-serif !important;
	
.dsg-text1 {
	position: absolute;
	top: 29px;
	left: 140px;
	width: 370px;
	font-family: PFDinDisplayPro, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
	font-size: 14px; /*18px*/
	line-height: 14px;
	color: #080882;	/*#04044f;*/
}

.dsg-text2 {
	position: absolute;
	top: 55px;
	left: 140px;
	width: 350px;
	font-family: PFDinDisplayPro, sans-serif;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px; /*14px*/
	/*font-weight: bold;*/	
	color: #000066;
}

.dsg-text3 {
	color: white;
	font-family: PFDinDisplayPro, sans-serif;
}

.dsg-text-content {
	color: #04044f;
	font-family: PFDinDisplayPro, sans-serif;
	line-height: 1.4;
	font-size: 14px; /*12*/
}

.dsg-phones {
	position: absolute;
	top: 79px;
	left: 140px; /*140px;*/
	
	font-family: PFDinDisplayPro, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00a3df; /*color: #5473BF;*/
	height: 15px;
	width: 154px; /*width: 134px;*/
	line-height: 1.6;			
}

.dsg-mail {
	position: absolute;
	top: 79px; /* 79px;*/
	left: 275px; /* 275px; 300 */
	height: 15px;
	width: 200px; /*width: 155px;*/
	text-decoration: underline;
	font-family: PFDinDisplayPro, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00a3df;	
	line-height: 1.6;
}

.dsg-menu-li {
	color: #04044f;
	font: 14px PFDinDisplayPro, sans-serif;	
}

.dsg-menu-logo {
	color: #04044f;
	font-family: PFDinDisplayPro, sans-serif;
	font-weight: bold;
	/*font-size: 14px;*/
}

.dsg-menu-wh {
	background-color: #5473BF;
	color: white;
	font-family: PFDinDisplayPro, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

.dsg-login {
	color: #04044f;
	font-family: PFDinDisplayPro, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.6;
	/*color: #00a3df; 04044f */
}

.dsg-forget {
	display: block;
	color: #00a3df;
	/*color: #5473BF;*/
	font-family: PFDinDisplayPro, sans-serif;
	font-size: 14px;
}

.dsg-ff {
	font-family: PFDinDisplayPro, sans-serif;
	font-size: 13px;
	line-height: 1.6;
}

.dsg-font {
	font: 13px PFDinDisplayPro, sans-serif;
	color: #04044f;
	/*
	font-family: PFDinDisplayPro, sans-serif;
	font-size: 13px;
	line-height: 1.6;
	color: #04044f;*/
}

.dsg-font-pro {
	font-family: PFDinDisplayPro, sans-serif;
	font-weight: bold;
}

/* dsg-fonts-param */
.dsg-font {
	font: PFDinDisplayPro, sans-serif;
	color: #04044f;
}

.dsg-13px {
	font-size: 13px;
}

.printMessages {
	background-color: #333 /* #ecebec; */
}

.marc-table-st {	
	font-weight: normal;
	text-align: right;
	background-color: #E6E5E0; /*#dfdecb;*/
}

.htext {
	position: absolute;
	left: 20px;
	top: 20px;
	padding: 0;
	margin: 0;	
}
		
	 





