html, body, p, form, ul, li, h1, h2 {
    margin: 0;
    padding: 0;
    font-family: Trebuchet MS, sans-serif;
}
img {
    border: 0;
    margin: 0;
    padding: 0;
}
a { color: #1888f0; text-decoration: underline; }
a:hover { color: #000000; text-decoration: underline; }

div.botline { clear: both !important; }

body {
	/*border-left: 2px solid #fff200;
	border-right: 2px solid #f2f2ed;*/
	min-width: 850px;
	background-colro: #ffffff;
}
.hidden { display: none; font-size: 0; }


/* @  >>>>> дэбаговый кусок */
div.debug {
    width: 100%;
    height: 100px;
    position: fixed;
    z-index: 1000;
    border: 1px solid red;
    left: 0;
    top: 0;
    display: none;
}
/* @  <<<<< дэбаговый кусок */

/* @  >>>>> страница обновлений базы */
div.install-view {
    padding: 30px 70px;
    font-size: 16px;
}
div.install-view pre {
    background-color: #f2f2ed; 
    padding: 0 20px 0 20px;
    font-size: 14px;
}
/* @  <<<<< страница обновлений базы */

/* @  >>>>> верх страницы */
div.header {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    height: 125px;
    /* width: 100%; размер динамический */
    background-color: #ffffff;
}
div.header div.short {
    height: 50px;
}
div.header div.short a {
    left: 15%;
    position: relative;
    top: 10px;
    font-style: italic;
    font-size: 14px;
    line-height: 17px;
}
div.header div.center {
    position: relative;
    width: 100%;
}
div.header div.center div.logo {
    position: absolute;
    width: 150px;
    left: 70px;
    top: 0px;
}
div.header div.center div.logo img.logo {
    background-image: url('/f/i/logo-context.png');
    -background-imahge: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/f/i/logo-context.png", sizingMethod="crop");
    cursor: pointer;
}
div.header div.center div.links {
     position: absolute;
     width: 50%;
     left: 38%;
     top: 40px;
     font-size: 12px;
     line-height: 14px;
     
}
div.header div.center div.links a {
     margin-right: 15px;
     
}
div.header div.center div.menu { 
    margin-left: 35%;
    width: 50%;
    padding-top: 34px;
    font-size: 20px;
    position: relative;
    left: -38px;
}
div.header div.center div.menu a.selected {
    color: #000000;
    text-decoration: none;
    cursor: text;
}
div.header div.clients {
    position: absolute;
    left: 0;
    top: 62px;
    width: 50px;
    
}
div.header div.clients img {
    background-image: url('/f/i/link-clients.png');
    -background-imahge: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/f/i/link-clients.png", sizingMethod="crop");
}
div.header div.map {
    position: absolute;
    right: 0;
    top: 62px;
    width: 50px;
    
}
div.header div.map img {
    background-image: url('/f/i/link-map.png');
    -background-imahge: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/f/i/link-map.png", sizingMethod="crop");
}
div.header_ { height: 125px; }
div.header_gr {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    height: 165px;
    /* width: 100%; размер динамический */
    background-image: url('/f/i/top-gr.png');
    background-repeat: repeat-x;
    -background-image: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/f/i/top-gr.png", sizingMethod="scale");
}
/* @  <<<<< верх страницы */


/* @  >>>>> сообщение в общей области*/
div.done_message {
    position: absolute;
    top: 125px;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 18px;
    padding: 0;
    background: #ffffff;
    z-index: 98;
    color: #5e5e5e;
}
div.done_message div.message {
    margin: 150px 20% 0% 20%;
    text-align: center;
}
div.done_message div.message p { padding-top: 20px; }
/* @  <<<<< сообщение в общей области*/

/* @  >>>>> основной блок страницы */

div.container {
    position: relative;
    z-index: 50;
    /* width: 100%; размер динамический */
    overflow: hidden;
    /*margin-bottom: 100px; ставится скриптом */
    
    
    /*border: 2px solid green;*/
}

/* @@  >>>>> первая страница */
div.container div.block-first {
    position: absolute;
    /* width: 100%; размер динамический */
    padding: 110px 0 70px 0;
    
    /*border: 2px solid red;*/
}
div.container div.block-first div.inner {
    /* margin: 0 15%; размер динамический */
}
div.container div.block-first div.inner p { 
    margin: 0; 
    padding: 0; 
    font-size: 14px; 
    line-height: 17px;
    color: #8a8a8a;
    font-style: italic; 
    clear: both;
}
div.container div.block-first div.inner h1 {
    color: #2f323c;
    font-size: 30px;
    font-weight: normal;
    line-height: 36px;
    margin: 4px 0 20px 0;
    padding: 0;
}


/* @@  <<<<< первая страница */


/* @@  >>>>> информационная страница */
div.container div.block-info {
    position: absolute;
    /* width: 100%; размер динамический */
    padding: 90px 0 80px 0;
    
    /*border: 2px solid red;*/
}
div.container div.block-info div.inner {
    /* margin: 0 15%; размер динамический */
    /*border: 1px solid green;*/
}
div.container div.block-info div.inner p { 
    margin: 0; 
    padding: 0; 
    font-size: 14px; 
    line-height: 17px;
    color: #8a8a8a;
    font-style: italic; 
    clear: both;
}
div.container div.block-info div.inner div.column {
	/*float: left;*/
	/*border: 1px solid red;*/
}
div.container div.block-info div.inner div.title {
	/* width: 33%; размер динамический */
    //padding-bottom: 1px;
}
div.container div.block-info div.inner div.title h2 {
	margin-right: 30px; 
	font-size: 20px;
	line-height: 24px;
	margin-top: 15px;
	font-weight: normal;
	color: #2f323c;
	//padding-bottom: 1px;
}
div.container div.block-info div.inner div.title h2 a {
    color: #2f323c;
    text-decoration: none;
	border-bottom: 1px dashed #2f323c;
}
div.container div.block-info div.inner div.title h2.selected a {
   border-bottom: none;
}
div.container div.block-info div.inner div.title h2 img { 
	vertical-align: middle; 
	display: none;
	cursor: pointer;
	margin-left: 5px;
	margin-bottom: 3px; 
}
div.container div.block-info div.inner div.title h2.selected img { display: inline; }
div.container div.block-info div.inner div.details {
    /* width: 50%; размер динамический */
    position: relative;
}
div.container div.block-info div.inner div.details h2,
div.container div.block-info div.inner div.details p {
	width: 78%;
}
div.container div.block-info div.inner div.details ol,
div.container div.block-info div.inner div.details ul.common {
    margin-top: -5px;
    padding-left: 30px;
	font-size: 13px;
	width: 75%;
}
div.container div.block-info div.inner div.details div.h2 { position: relative; //padding-bottom: 1px; }
div.container div.block-info div.inner div.details h2 {
    margin-right: 30px; 
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #2f323c;
    //padding-bottom: 2px;
}
div.container div.block-info div.inner div.details h2 a { 
    
}
div.container div.block-info div.inner div.details h2 img { 
    vertical-align: middle; 
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 3px; 
}
div.container div.block-info div.inner div.details div.h2 span.print {
	width: 18%;
	font-size: 11px;
	line-height: 14px;
	position: absolute;
	right: 0;
	bottom: 5px;
}
div.container div.block-info div.inner div.details div.h2 span.print a { color: #919191; }
div.container div.block-info div.inner div.details div.h2 span.print a:hover { color: #000000; }
div.container div.block-info div.inner div.details div.p { position: relative; //position: static; }
div.container div.block-info div.inner div.details p,
div.container div.block-info div.inner div.details ol,
div.container div.block-info div.inner div.details ul.common {
    color: #2f323c;
    font-style: normal;
    padding-top: 10px;
}
div.container div.block-info div.inner div.details div.p ul.relation {
	width: 18%;
    font-size: 11px;
    line-height: 14px;
    position: absolute;
    right: 0;
    bottom: 5px;
    margin: 0;
    padding: 0;
    list-style: none;
}
div.container div.block-info div.inner div.details div.p ul.relation li {
	margin: 0 0 14px 0;
	padding: 0;
}
div.container div.block-info div.inner div.details div.p ul.relation a { text-decoration: none; }
div.container div.block-info div.inner div.details div.p p.source { 
    padding-bottom: 20px; 
    font-style: italic; 
    font-size: 12px; 
}

div.container div.block-info div.inner div.details div.article-short,
div.container div.block-info div.inner div.details div.article-full {
    padding-bottom: 15px;
}
div.container div.block-info div.inner div.details div.article-short div.p,
div.container div.block-info div.inner div.details div.article-short div.h2 img,
div.container div.block-info div.inner div.details div.article-short div.h2 span.print { display: none; }
div.container div.block-info div.inner div.details div.article-short div.h2 h2 a { 
    border-bottom: 1px dashed #1888f0;
    text-decoration: none;
}
div.container div.block-info div.inner div.details div.article-short div.h2 h2 a:hover {
    border-bottom: 1px dashed #000000;
} 
div.container div.block-info div.inner div.details div.article-full div.h2 h2 a {
    color: #2f323c;
    border-bottom: 1px dashed #ffffff;
    text-decoration: none;
}
/* @@  <<<<< информационная страница */


/* @@  >>>>> форма заявки */
div.container div.block-form { 
    /* width: 100%; размер динамический */
    padding: 40px 0 30px 0; 
}
div.container div.block-form div.inner {
    /* width: 50%; размер динамический */
    /* margin: 0 15%; размер динамический */
    color: #2f323c;
}
div.container div.block-form div.inner div.block_t1,
div.container div.block-form div.inner div.block_t2 { position: relative; padding-bottom: 20px; }
div.container div.block-form div.inner div.block_t1 p {
    margin-left: 25%; 
    margin-right: 25%; 
}
div.container div.block-form div.inner div.block_t2 p {
    margin-left: 25%; 
    margin-right: 10%; 
}
div.container div.block-form div.inner p {
    margin: 0 25%;
    padding: 7px 0 3px 0;
    font-size: 12px;
}
div.container div.block-form div.inner div.pb {
    padding-bottom: 30px;
}
div.container div.block-form div.inner p.caption {
    position: relative;
    padding-bottom: 0;
}
div.container div.block-form div.inner p.caption span {
    position: absolute;
    right: -5px; 
    top: 7px;
}
div.container div.block-form div.inner p.caption input,
div.container div.block-form div.inner p.caption label {
    vertical-align: middle;
}
div.container div.block-form div.inner p.block_title {
    position: absolute;
    margin: 0 25px 0 0 !important;
    top: 0; 
    right: 75%;
}
div.container div.block-form div.inner p.error {
    padding: 0;
    font-size: 10px;
    color: #f80000;
}
div.container div.block-form div.inner p.field {
    padding: 0;
}
div.container div.block-form div.inner p.field input {
    width: 100%;
}
div.container div.block-form div.inner p.field select {
    width: 100%;
}
div.container div.block-form div.inner p.field textarea {
    width: 100%;
}
div.container div.block-form div.inner p.add span.right {
    float: right;
}
div.container div.block-form div.inner p.add span.small {
    
}
div.container div.block-form div.inner p.add span.small input {
    vertical-align: middle;
}
div.container div.block-form div.inner p.buttons {
    padding-top: 10px;
}
/* @@  <<<<< форма заявки */

/* @@  >>>>> 404 страница */
div.container div.block-404 { 
    /* width: 100%; размер динамический */
    padding: 50px 0 50px 0; 
}
div.container div.block-404 div.inner {
    /* margin: 0 15%; размер динамический */
}
div.container div.block-404 div.inner p {
    clear: both;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div.container div.block-404 div.inner p.big {
    font-size: 30px;
    margin: 20px 0;
}
div.container div.block-404 div.inner p.bbbig {
    font-size: 140px;
    line-height: 119px;
    color: #8a8a8a;
}
div.container div.block-404 div.inner p.link {
    font-style: italic;
}
/* @@  <<<<< 404 страница */
    
/* @@  >>>>> страницы помощи */
/* @@@  >>>>> страница контактов */
div.container div.block-help { 
    position: relative;
    /* width: 100%; размер динамический */
    padding: 50px 0 50px 0; 
}
div.container div.block-help div.inner {
    /* margin: 0 15%; размер динамический */
}
div.container div.block-help div.inner p {
    clear: both;
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
div.container div.block-help div.inner div.column {
    /*float: left;*/
}
div.container div.block-help div.inner div.title {
    /* width: 33%; размер динамический */
    //padding-bottom: 1px;
}
div.container div.block-help div.inner div.delim {
    overflow: hidden;
}
div.container div.block-help div.inner div.delim
div.container div.block-help div.inner div.delim img {
    /* width: 12%; размер динамический */
}
div.container div.block-help div.inner div.title h2 {
    margin-right: 30px; 
    font-size: 20px;
    line-height: 24px;
    margin-top: 15px;
    font-weight: normal;
    color: #2f323c;
    //padding-bottom: 1px;
}
div.container div.block-help div.inner div.title h2 a {
    color: #2f323c;
    text-decoration: none;
    border-bottom: 1px dashed #2f323c;
}
div.container div.block-help div.inner div.title h2.selected a {
   border-bottom: none;
}
div.container div.block-help div.inner div.title h2 img { 
    vertical-align: middle; 
    display: none;
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 3px; 
}
div.container div.block-help div.inner div.title h2.selected img { display: inline; }
div.container div.block-help div.inner div.details {
    /* width: 60%; размер динамический */
    /*padding-top: 100px; устанавливается скриптом */
    position: relative;
}
div.container div.block-help div.inner div.details h2,
div.container div.block-help div.inner div.details p {
    width: 78%;
}
div.container div.block-help div.inner div.details div.h2 { position: relative; //padding-bottom: 1px; }
div.container div.block-help div.inner div.details h2 {
    margin-right: 30px; 
    font-size: 24px;
    line-height: 28px;
    font-weight: normal;
    color: #2f323c;
    //padding-bottom: 2px;
}
div.container div.block-help div.inner div.details h2 a { 
    
}
div.container div.block-help div.inner div.details h2 img { 
    vertical-align: middle; 
    cursor: pointer;
    margin-left: 5px;
    margin-bottom: 3px; 
}
div.container div.block-help div.inner div.details div.city {
    float: left;
    width: 33%;
}
div.container div.block-help div.inner div.details div.city h2 {
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    padding-bottom: 20px;
}
div.container div.block-help div.inner div.price-details p {
    margin-bottom: 7px;
}
div.container div.block-help div.inner div.details ul,
div.container div.block-help div.inner div.details ol {
    margin: 0 0 14px 0;
    padding: 0 0 0 40px;
    font-size: 14px;
}
div.container div.block-help div.inner div.details p.price {
    font-size: 14px;
    padding-top: 14px;
}
div.container div.block-help div.inner div.details p.order-now {
    font-size: 20px;
    padding-top: 14px;
}


div.container div.block-help div.inner div.botline { clear: both; }
/* @@@  <<<<< страница контактов */
/* @@@  >>>>> страница FAQ */
div.container div.block-help div.inner div.faq-item {
    position: relative;
    padding-bottom: 20px;
}
div.container div.block-help div.inner div.faq-item div.faq-q {
    position: relative;
    clear: both;
    padding-left: 30px;
}
div.container div.block-help div.inner div.faq-item div.faq-q h1 {
    font-size: 20px;
    font-weight: normal;
}
div.container div.block-help div.inner div.faq-item div.faq-q h1 a {
    border-bottom: 1px dashed #1888f0;
    color: #1888f0;
    text-decoration: none;
}
div.container div.block-help div.inner div.faq-item div.faq-q h1 img {
    display: none;
    margin-bottom: 3px;
    margin-left: 5px;
    vertical-align: middle;
}
div.container div.block-help div.inner div.faq-item div.faq-a {
    display: none;
    position: relative;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-top: 5px;
    font-size: 14px;
    padding-left: 30px;
}
div.container div.block-help div.inner div.faq-opened div.faq-q h1 a { 
    border-bottom: none;
    color: #2F323C;
}
div.container div.block-help div.inner div.faq-opened div.faq-q h1 img {
    display: inline;
}
div.container div.block-help div.inner div.faq-opened div.faq-a {
    display: block;
}

div.container div.block-help div.inner div.faq-item div.outer {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
}
/* @@@  <<<<< страница FAQ */
    
/* @@  <<<<< страница помощи */
    
/* @@  >>>>> карта сайта */
div.hmap {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 110;
    background-color: #ffffff;
    /* width: 100%; размер динамический */
    /* height: 100%; размер динамический */
    min-width: 850px;
}
div.hmap div.inner {
    margin-left: 25px;
    background-color: #f2f2ed;
    padding-bottom: 100px;
    /* height: 100%; размер динамический */
}
div.hmap div.inner div.header {
    position: relative;
    width: auto;
    background: none;
}
div.hmap div.inner div.header div.center div.logo { left: 45px; top: 50px; }
div.hmap div.inner div.header div.close {
    position: absolute;
    left: -25px;
    top: 62px;
    width: 25px;
    background-color: #ffffff;
}
div.hmap div.inner div.header div.close img {
    background-image: url('/f/i/link-map-close.png');
    -background-imahge: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/f/i/link-map-close.png", sizingMethod="crop");
}
div.hmap div.inner div.content {
    padding-left: 110px;
}
div.hmap div.inner div.content div.level {
    background-image: url('/f/i/map-line-v-a.gif');
    background-repeat: repeat-y;
    background-position: left top;
    padding-left: 18px;
}
div.hmap div.inner div.content div.level div.item { padding: 0 0 2px 0; }
div.hmap div.inner div.content div.level div.level { background-position: 3px top; }

div.hmap div.inner div.content div.l1_1 {  } 
div.hmap div.inner div.content div.l1_1_l { background-image: url('/f/i/map-line-v-a-last.gif'); background-repeat: no-repeat; } 
div.hmap div.inner div.content div.l1_1 div.item { font-size: 12px; } 
div.hmap div.inner div.content div.l1_2 {  } 
div.hmap div.inner div.content div.l1_2_l { background-image: url('/f/i/map-line-v-a-last.gif'); background-repeat: no-repeat; } 
div.hmap div.inner div.content div.l1_2 div.item { font-size: 18px; } 
div.hmap div.inner div.content div.l2_2 {  } 
div.hmap div.inner div.content div.l2_2_l { background-image: url('/f/i/map-line-v-a-last.gif'); background-repeat: no-repeat; } 
div.hmap div.inner div.content div.l2_2 div.item { font-size: 14px; } 
div.hmap div.inner div.content div.l1_3 {  } 
div.hmap div.inner div.content div.l1_3_l { background-image: url('/f/i/map-line-v-a-last.gif'); background-repeat: no-repeat; } 
div.hmap div.inner div.content div.l1_3 div.item { font-size: 18px; }
div.hmap div.inner div.content div.l1_3 div.empty { background-position: 20px top; }
div.hmap div.inner div.content div.l2_3 { 
    float: left;
    width: 25%;
    background-image: url('/f/i/map-line-h-a.gif');
    background-repeat: repeat-x;
    background-position: 18px top !important;
    padding-top: 20px;
} 
div.hmap div.inner div.content div.l2_3_l { background-image: url('/f/i/map-line-h-a-last.gif'); background-repeat: no-repeat; background-position: left top !important; } 
div.hmap div.inner div.content div.l2_3_f { background-image: url('/f/i/map-line-h-a-first.gif'); background-position: -2px top !important; } 
div.hmap div.inner div.content div.l2_3 div.item { font-size: 14px; padding-bottom: 4px; }
div.hmap div.inner div.content div.l2_3 div.empty { background-position: 3px top; }
div.hmap div.inner div.content div.l3_3 {  } 
div.hmap div.inner div.content div.l3_3_l { background-image: url('/f/i/map-line-v-a-last.gif'); background-repeat: no-repeat; } 
div.hmap div.inner div.content div.l3_3 div.item { font-size: 12px;  }

div.hmap div.inner div.content div.empty {
    background-image: url('/f/i/map-line-v.gif');
    background-repeat: repeat-y;
    background-position: left top;
    clear: both;
}
div.hmap div.inner div.content div.e10 { height: 10px; }
div.hmap div.inner div.content div.e20 { height: 20px; }
div.hmap div.inner div.content div.e40 { height: 40px; }
div.hmap div.inner div.content div.e50 { height: 50px; }
div.hmap div.inner div.content div.e60 { height: 60px; }
div.hmap div.inner div.content div.e80 { height: 80px; }
/* @@  <<<<< карта сайта */


/* @@  >>>>> форма для клиентов */
div.hclients {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
    background-color: #fff200;
    /* width: 100%; размер динамический */
    /* height: 100%; размер динамический */
    min-width: 850px;
}
div.hclients div.inner {
    background-color: #ffffff;
    padding-bottom: 100px;
    margin: 4px;
    position: relative;
    /* height: 100%; размер динамический */
}
div.hclients div.inner div.clt,
div.hclients div.inner div.crt,
div.hclients div.inner div.clb,
div.hclients div.inner div.crb { 
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url('/f/i/clients-c.gif');
}
div.hclients div.inner div.clt { left: -4px; top: -4px; background-position: -0px -0px; }
div.hclients div.inner div.crt { right: -4px; top: -4px; background-position: -15px -0px; }
div.hclients div.inner div.clb { left: -4px; bottom: -4px; background-position: -0px -15px; }
div.hclients div.inner div.crb { right: -4px; bottom: -4px; background-position: -15px -15px; }
div.hclients div.inner div.header {
    position: relative;
    width: auto;
    background: none;
}
div.hclients div.inner div.header div.center div.logo { left: 66px; top: 46px; }
div.hclients div.inner div.header div.center div.menu { 
    margin-left: 38.1%;
    width: 50%;
    padding-top: 80px;
    font-size: 20px;
    position: relative;
}
div.hclients div.inner div.header div.center div.menu div.disabler { display: none; }
div.hclients div.inner div.header div.center div.disabled div.disabler {
    position: absolute;
    z-index: 115;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: block;
} 
div.hclients div.inner div.header div.center div.menu a.selected {
    color: #000000;
    text-decoration: none;
    cursor: text;
}
div.hclients div.inner div.header div.close {
    position: absolute;
    right: 0px;
    top: 58px;
    width: 42px;
    background-color: #ffffff;
}
div.hclients div.inner div.header div.close img {
    background-image: url('/f/i/link-clients-close.png');
    -background-imahge: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/f/i/link-clients-close.png", sizingMethod="crop");
}
div.hclients div.inner div.content {
    
}
div.hclients div.inner div.content div.form {
    position: relative;
    color: #5e5e5e;
}
div.hclients div.inner div.content div.form div.block_t1,
div.hclients div.inner div.content div.form div.block_t2 { position: relative; }
div.hclients div.inner div.content div.form div.block_t1 p {
    margin-left: 35%; 
    margin-right: 35%; 
}
div.hclients div.inner div.content div.form div.block_t2 p {
    margin-left: 35%; 
    margin-right: 20%; 
}
div.hclients div.inner div.content div.form p {
    margin: 0 35% 0 35%;
    padding: 7px 0 3px 0;
    font-size: 12px;
}
div.hclients div.inner div.content div.form p.caption {
    position: relative;
    padding-bottom: 0;
}
div.hclients div.inner div.content div.form p.caption span {
    position: absolute;
    right: -5px; 
    top: 7px;
}
div.hclients div.inner div.content div.form p.block_title {
    position: absolute;
    margin: 0 25px 0 0 !important;
    top: 0; 
    right: 65%;
}
div.hclients div.inner div.content div.form p.error {
    padding: 0;
    font-size: 10px;
    color: #f80000;
}
div.hclients div.inner div.content div.form p.field {
    padding: 0;
}
div.hclients div.inner div.content div.form p.field input {
    width: 100%;
}
div.hclients div.inner div.content div.form p.field select {
    width: 100%;
}
div.hclients div.inner div.content div.form p.field textarea {
    width: 100%;
}
div.hclients div.inner div.content div.form p.add span.right {
    float: right;
}
div.hclients div.inner div.content div.form p.add span.small {
    
}
div.hclients div.inner div.content div.form p.add span.small input {
    vertical-align: middle;
}
div.hclients div.inner div.content div.form p.buttons {
    padding-top: 10px;
}
/* @@  <<<<< форма для клиентов */

/* @  <<<<< основной блок страницы */


/* @  >>>>> низ страницы */

div.footer {
    /* width: 100%; размер динамический */
    height: 100px;
    font-size: 11px;
    color: #898989;
    clear: both;
    position: absolute;
    /*position: relative;*/
    z-index: 120;
    /*min-width: 850px;*/
}
div.footer div.copy {
    position: absolute;
    left: 0;
    top: 5px;
}
div.footer div.copy span { margin-left: 45px; }
div.footer div.copy a { color: #898989; text-decoration: none; }
div.footer div.contacts {
    left: 118px;
    position: absolute;
    top: 20px;
}
div.footer div.contacts a { color: #898989; margin: 0 5px; }
div.footer div.contacts span { color: #2f323c; margin: 0 5px;  }
div.footer div.phone {
    left: 38%;
    position: absolute;
    top: 5px;
}
div.footer div.phone span.nv { visibility: hidden; }
div.footer div.phone a { color: #898989; }
div.footer div.twitter {
    left: 67%;
    position: absolute;
    top: 5px;
    text-align: center;
}
div.footer div.twitter a { color: #898989; }
div.footer div.twitter p { padding-bottom: 5px; }
div.footer div.google {
    position: absolute;
    right: 90px;
    top: 3px;
    text-align: right;
}
div.footer div.google img {
    background-image: url('/f/i/logo-google.png');
    background-repeat: no-repeat;
    -background-imahge: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/f/i/logo-google.png", sizingMethod="crop");
}
div.footer div.psyho {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
    width: 52px;
    height: 82px;
    overflow: hidden;
}
div.footer div.psyho img {
    background-image: url('/f/i/logo-psyho.png');
    -background-imahge: none;
    -filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/f/i/logo-psyho.png", sizingMethod="crop");
}

/* @  <<<<< низ страницы */





/* @ эти строчки должны быть последними и именно в таком порядке */
