@charset "windows-1251";

/** ÎÑÍÎÂÍÛÅ ÂÅÙÈ *************************************************************/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

img {
	border: none;
}

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

body {
	height: 100%;
	position: relative;
}

html>body
{
	min-height: 100%;
	height: auto;
}

body {
	background: #F1F0E5 url(../img/body.jpg) center top no-repeat;
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	position: relative;
}

a {
	color: #137cbe;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	line-height: 18px;
	margin: 10px 0;
}

blockquote {
	margin: 20px;
	font-style: italic;
}

ol li {
	line-height: 150%;
	list-style-position: outside;
	margin-left: 32px;
}

ul li {
	background: url(../img/tiret.png) 10px 9px no-repeat;
	line-height: 150%;
	list-style: none;
	padding: 0 0 0 27px;
	margin-left: 5px;
}

.clear {
	clear: both;
}

.fakelink {
	border-bottom: 1px dotted #000000;
	cursor: pointer;
	text-decoration: none;
}

.black {
	color: black;
}

.nodec {
	text-decoration: none;
}

h2 {
	border-bottom: #000000 7px solid;
	display: inline-block;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 13px;
	margin-top: 20px;
	padding-left: 20px;
	min-width: 205px;
}

.h2_red {
	border-bottom-color: #940909;
	color: #940909;
}

.h2_blue {
	border-bottom-color: #004489;
	color: #004489;
}

.h2_left {
	left: -20px;
	position: relative;
	text-align: right;
}

.h2_right {
	display: block;
	left: 20px;
	margin: 20px 0 13px auto;
	padding-left: 0;
	padding-right: 20px;
	position: relative;
	width: 205px;
}

h3 {
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.table {
	border-left: 1px #78a2b4 solid;
	border-top: 1px #78a2b4 solid;
	border-collapse: collapse;
	width: 100%;
}

.table td {
	border-bottom: 1px #78a2b4 solid;
	border-right: 1px #78a2b4 solid;
	padding: 2px;
}

.table thead {
	border-bottom: 3px #3486ac solid;
}

.table td.td_center {
	text-align: center;
}

.table thead td {
	background: #a1c2cd;
	/*color:#3486ac;*/
	font-size: 11px;
	text-align: center;
}

.piclist {
	width: 100%;
}

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



.piclist__li__img {
	float: left;
}

.piclist__li__title,
.piclist__li__text {
	display: block;
	padding-left: 110px;
}

.piclist_grid li {
	float: left;
	padding: 15px 3% 15px 0;
	width: 30%;
}

.piclist li.clear {
	clear: both;
	float: none;
	padding: 0;
	width: 100%:
}

.file {
	background: url(../img/file/document.png) no-repeat;
	display: inline-block;
	min-height: 16px;
	padding-left: 18px;
}

.file[href$='.pdf'] {
	background-image: url(../img/file/document-pdf.png);
}

.file[href$='.csv'],
.file[href$='.xls'],
.file[href$='.xlsx'],
.file[href$='.ods'] {
	background-image: url(../img/file/document-excel.png);
}

.file[href$='.ppt'],
.file[href$='.pptx'],
.file[href$='.pps'],
.file[href$='.odp'] {
	background-image: url(../img/file/document-powerpoint.png);
}

.file[href$='.doc'],
.file[href$='.docx'],
.file[href$='.rtf'],
.file[href$='.odt'] {
	background-image: url(../img/file/document-word.png);
}

.file[href$='.txt'] {
	background-image: url(../img/file/document-text.png);
}

.file[href$='.swf'] {
	background-image: url(../img/file/document-flash-movie.png);
}

.file[href$='.htm'],
.file[href$='.html'],
.file[href$='.mht'] {
	background-image: url(../img/file/document-flash-movie.png);
}

.file[href$='.zip'],
.file[href$='.gz'],
.file[href$='.gzip'],
.file[href$='.bzip'],
.file[href$='.7z'],
.file[href$='.bz2'],
.file[href$='.rar'],
.file[href$='.ace'] {
	background-image: url(../img/file/document-zipper.png);
}

.file[href$='.jpeg'],
.file[href$='.jpg'],
.file[href$='.png'],
.file[href$='.psd'],
.file[href$='.gif'] {
	background-image: url(../img/file/document-image.png);
}


.calendar {
	background: url(../img/calendar.png) no-repeat;
	height: 57px;
	padding-top: 8px;
	text-align: center;
	width: 53px;
}

.calendar__month {
	color: #ffffff;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: lowercase;
}

.calendar__year {
	color: #000000;
	font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
	font-size: 9px;
	font-weight: bold;
	text-transform: lowercase;
}

.calendar__day {
	color: #a9241c;
	margin: 2px 0 -2px 0;
	font-size: 24px;
	font-weight: bold;
}

.signature {
	font-size: 11px;
	line-height: normal;
	text-align: right;
}

.hint {
	color: #830000;
	font-size: 11px;
	line-height: 14px;
}

form p {
	margin-top: 0;
	margin-bottom: 5px;
}

.input_text {
	border: 1px solid #e1e1e1;
	font-family: Tahoma, Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	outline: 1px solid #f4f4f4;
	padding: 6px;
	width: 214px;
}

.input_submit {
	float: right;
}

#calc p {
	clear: both;

}

#calc p label  {
	display: inline-block;
	font-weight: bold;
	text-align: right;
	width: 150px;
	vertical-align: middle;
}

#calc p .input_text {
	text-align: center;
	width: 70px;
	vertical-align: middle;
}

#calc p span.measure,
#calc p span.comment {
	display: inline-block;
	color: #959595;
	font-size: 11px;
	line-height: normal;
	width: 250px;
	vertical-align: middle;
}

#calc p span.measure {
	font-size: 22px;
}

.calc__cities {
	font-size: 22px;
	margin: 20px 0;
	text-align: center;
}

.calc__city {
	display: inline-block;
	position: relative;
	width: 220px;
}

.calc__city select {
	cursor: pointer;
	display: block;
	font-size: 22px;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

#calc__city_from {
	color: #02528e;
	cursor: pointer;
	text-align: right;
}

#calc__city_to {
	color: #ae0000;
	cursor: pointer;
	text-align: left;
}

#calc__city_from b {
	border-bottom: 2px dotted #02528e;
	font-weight: normal;
}

#calc__city_to b {
	border-bottom: 2px dotted #ae0000;
	font-weight: normal;
}

.calc__checkbox {
	background-position: center top;
	background-repeat: no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 90px;
	position: relative;
	left:135px;
	width: 90px;
}

#calc__fragile {
	background-image: url(../img/calc__fragile.png);
}

#calc__temp {
	background-image: url(../img/calc__temp.png);
}

#calc__submit {
	margin: 20px auto;
	font-size: 24px;
	width: 150px;
	display: block;
}

#calc__result {
	background: url(../img/calc__result.png) center top no-repeat;
	display: none;
	height: 200px;
}

#calc__result__1 {
	font-size: 14px;
	margin-left: 100px;
	padding-top: 50px;
}

#calc__result__2 {
	color: #940909;
	font-size: 30px;
	font-weight: bold;
	margin-left: 170px;
}

#calc__result__3 {
	font-size: 11px;
	font-style: italic;
	margin-left: 170px;
	margin-right: 100px;
}

#container {
	margin: 0 auto;
	position: relative;
	width: 983px;
}

#topstripe {
	/*background: #fbfbf7;*/
	color: #3f3f3f;
	font-size: 11px;
	height: 40px;
	position: relative;
	text-transform: uppercase;
}

.topstripe__block {
	position: absolute;
	bottom: 10px;
}

#topstripe__block_region {
	left: 157px;
}

#topstripe__block_region .fakelink {
	display: inline-block;
	position: relative;
}

#topstripe__block_region select {
	cursor: pointer;
	display: block;
	left: 0;
	margin: 0;
	position: absolute;
	top: 0;
	width: 250px;
}

#topstripe__block_orgname {
	right: 10px;
}

#topstripe__block_orgname h1,
#topstripe__block_orgname a
{
	color: #3f3f3f;
	cursor: default;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}

#header {
	background: /*#0b4771*/ url(../img/header.png) no-repeat;
	height: 60px;
	padding: 2px 0 12px 0;
	position: relative;
}

#header__logo {
	bottom: 0;
	height: 77px;
	left: -36px;
	padding-right: 36px;
	position: absolute;
	width: 148px;
}

#header__menu {
	height: 60px;
	padding-left: 180px;
}

#header__menu li {
	background: url(../img/header__menu__li.png) right no-repeat;
	float: left;
	height: 60px;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#header__menu li a {
	color: #ffffff;
	display: block;
	height: 18px;
	left: -10px;
	line-height: 18px;
	padding: 21px 25px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
}

#header__menu li a:hover {
	color: #318ac3;
}

li#header__menu__contact {
	background: none;
	float: right;
}

li#header__menu__contact a {
}

li#header__menu__contact img {
	position: relative;
	top: 5px;
}

#header__menu ul {
	background: url(../img/header__menu__ul.png);
	border-left: 2px solid #ae0000;
	border-top: none;
	display: none;
	position: absolute;
	z-index: 50;
}

#header__menu ul li {
	background: none;
	float: none;
	height: auto;
}

#header__menu ul li a {
	padding: 10px 25px;
	position: static;
}


#bigpic {
	background: #2f252d url(../img/bigpic.jpg) no-repeat;
	height: 261px;
	position: relative;
}

#phoneno {
	background: url(../img/phoneno.png) no-repeat;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	left: 179px;
	line-height: 28px;
	height: 31px;
	padding-left: 4px;
	position: absolute;
	text-align: center;
	width: 200px;
	z-index: 20;
}

#whours {
	color: #2a2a2a;
	left: 390px;
	line-height: 12px;
	position: absolute;
	top: 3px;
	z-index: 20;
}

#offices {
	background: url(../img/offices.png) no-repeat;
	height: 115px;
}

#mapcontainer {
	border-bottom: 1px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	left: -20px;
	position: relative;
	overflow: hidden;
	height: 463px;
	width: 983px;
}

.mapcontainer__arrow {
	background: url(../img/mapcontainer__arrow_left.png) no-repeat;
	cursor: pointer;
	display: none;
	left: 0;
	height: 463px;
	position: absolute;
	width: 67px;
	top: 0;
	z-index: 100;
}

#mapcontainer__arrow_right {
	background-image: url(../img/mapcontainer__arrow_right.png);
	display: block;
	left: auto;
	right: 0;
}

#map {
	background: url(../img/map.jpg) no-repeat;
	left: 0px;
	position: relative;
	height: 463px;
	width: 1442px;
}

.map__branch {
	background-image: url(../img/map__branch.png);
	background-repeat: no-repeat;
	color: #801421;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	min-height: 13px;
	position: absolute;
	width: 120px;
	text-decoration: none;
}

.map__branch_right {
	padding-left: 12px;
}

.map__branch_top {
	background-position: bottom center;
	height: 25px;
	text-align: center;
}

.map__branch_bottom {
	background-position: top center;
	padding-top: 12px;
	text-align: center;
}


#branches {
	background: #e7e7e7;
	left: -20px;
	padding: 10px;
	position: relative;
	width: 451px;
}

#branches li {
	background: none;
	font-weight: bold;
}

#branch-info {
	left: -40px;
	position: relative;
	min-height: 300px;
	margin-top: 10px;
	width: 447px;
}

.branch-info__text {
	display: none;
}


#content_before {
	background: url(../img/content1.png) left no-repeat;
	left: -5px;
	height: 12px;
	margin-top: 2px;
	padding: 0 7px 0 5px;
	position: relative;
	width: 983px;
}

#content {
	background: url(../img/content1.png) right repeat-y;
	left: -5px;
	position: relative;
	padding: 0 7px 0 5px;
	position: relative;
	width: 983px;
}

#content__inner {
	background: url(../img/content2.png) top repeat-x;
	padding-bottom: 160px;
}

.cols__col {
	float: left;
	padding: 0 20px;
	width: 943px;
}

.cols__col_l {
	background: url(../img/vline.png) right repeat-y;
	width: 496px;
}

.cols__col_r {
	width: 407px;
}

.cols__col_noborder {
	background: none;
}

.cols_2even .cols__col_l {
	width: 451px;
}

.cols_2even .cols__col_r {
	width: 450px;
}

.minicols__col {
	float: left;
	padding: 0 4% 0 0;
	width: 46%;
}

.newsitem {
	clear: both;
	padding-bottom: 40px;
}

.newsitem__text {
	padding-left: 70px;
}

.newsitem__title {
	font-size: 12px;
	padding-left: 70px;
}

.newsitem .calendar {
	float: left;
		padding-bottom: 40px;
}

.benefits__benefit {
	background: url(../img/benefits__benefit.png) no-repeat;
	float: left;
	height: 42px;
	margin: 4px 13px;
	position: relative;
	width: 222px;
}

.benefits__benefit img {
	left: -25px;
	position: absolute;
	top: -5px;
}

.benefits__benefit p {
	font-size: 11px;
	line-height: normal;
	margin: 0;
	padding: 7px 7px 0 30px;
}

.mess {
	background: url(../img/mess_info.png) no-repeat;
	font-size: 24px;
	padding-left: 50px;
	margin: 200px 50px ;
	min-height: 32px;
}

.mess__title {
	color: #87afec;
}

.mess__links {
	display: block;
	font-size: 16px;
	margin-top: 40px;
	text-align: right;
}

#footer {
	background: #121212;
	bottom: 0;
	color: #dbdbdb;
	font-size: 11px;
	padding: 20px 0;
	position: absolute;
	width: 983px;
}

#footer a {
	color: #8e8e8e;
}

#footer ul li {
	background: none;
	padding-left: 20px;
}

.footer__col {
	float: left;
	width: 25%;
}

#footer__col_danke a {
	left: 40px;
	position: relative;
}
