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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
  border: 0;
  outline: 0;
  font-size: 100.01%;
  vertical-align: baseline;
  background: transparent;
  margin: 0px;
  padding: 0px;
}
body {
  line-height: 1;
}
img {
  border: none;
}
*:focus {
  outline: none;
}
blockquote, q{
  quotes: none;
}
.clear:after {
  content: '.';
  display: block;
  clear: both;
  height: 0px;
  font-size: 0px;
  visibility: hidden;
}
.hidden {
  display:none;
}
body {
  background-color: #fff;
}
body, textarea, input, select {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  font-style: normal;
  color: #000;
}
em {
  font-style: italic;
}
strong, dfn {
  font-weight: bold;
}
.nobr {
  white-space: nowrap;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Verdana, "Myriad Pro","Tahoma","Arial",sans-serif;
  font-weight: bold;
}
h6 {
  font-size: 12px;
  line-height: 18px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
}
h4 {
  font-size: 16px;
  line-height: 24px;
}
h3 {
  font-size: 20px;
  line-height: 26px;
}
h2 {
  font-size: 24px;
  line-height: 32px;
}
h1 {
  font-size: 32px;
  line-height: 40px;
  font-weight: normal;
}

p, ul, ol, dl, blockquote {
  margin: 16px 0;
}

img + p,
h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p,
h1 + ol, h2 + ol, h3 + ol, h4 + ol, h5 + ol, h6 + ol,
h1 + ul, h2 + ul, h3 + ul, h4 + ul, h5 + ul, h6 + ul,
h1 + dl, h2 + dl, h3 + dl, h4 + dl, h5 + dl, h6 + dl
 {
  margin-top: 0px;
}

table {
  border-collapse: collapse;
  empty-cells: show;
}
table td, table th {
  border: 1px #000 solid;
  padding: 3px 5px;
  vertical-align: baseline;
  text-align: left;
}
table caption {
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  caption-side: top;
  text-align: center;
}
table tfoot th[scope="row"] {
  text-align: right;
}

ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}

dt {
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  display: block;
}
dd {
  margin-left: 16px;
}


listing, code, kbd, samp {
  font-family: "Lucida Console","Courier New",monospace;
  font-size: 12px;
}
listing, pre {
  display: block;
  margin: 0 16px;
  border: 1px #111 solid;
  background: #f0f0f0;
  padding: 16px;
}
hr {
  margin: 16px 16px;
}

a {
  text-decoration: underline;
  color: #004aa9;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: 1px #111 dotted;
}
sup, sub {
  font-size: 9px;
  position: relative;
  top: -5px; 
}
sub {
  top: 3px;
}

abbr, acronym {
  border-bottom-color: inherit;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  cursor: help;
}

del {
  text-decoration: line-through;
  color: inherit;
}
ins {
  color: inherit;
  text-decoration: none;
}

q{quotes: "\00ab" "\00bb" "\201e" "\201c";}

blockquote {
  margin-left: 20px;
}

blockquote cite {
  position: relative;
  top: -16px;
}

fieldset {
  border: none;
}
legend {
  font-size: 16px;
  line-height: 24px;
  font-family: "Helios","Helvetica","Arial",sans-serif;
  font-weight: bold;
  text-align: left;
}
input[type="text"], textarea, input[type="password"]{
  width: 250px;
}
textarea {
  height: 75px;
}
label {
  display: block;
  font-weight: bold;
}
input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline;
  font-weight: normal;
  padding-left: 8px;
}
form ul {
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
}
fieldset div {
  margin-top: 16px;
}
fieldset.submit {
  margin: 16px 0;
}
input[type="file"], select {
  width: 257px;
}

.b-page-title {
  text-align: right;
  margin: 0 0 18px 0;
  font-weight: normal;
  font-size: 32px;
}

.cornered-link {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
}

.cornered-link .link {
  background: #919191;
    color: #fff;
  padding: 2px 2px 2px 0;
}

.cornered-link a { text-decoration: none;}

.cornered-link .after {
  background: url('/images/cornered_link_after.png') no-repeat right top;
  padding: 2px;
}

.cornered-link .before {
  background: url('/images/cornered_link_before.png') no-repeat left bottom;
  padding: 2px;
}

.cornered-link.active .link {
  background: #da251d;
  padding: 2px 2px 2px 0;
}

.cornered-link.active .after {
  background: url('/images/cornered_link_active_after.png') no-repeat left bottom;
  padding: 2px;
}

.cornered-link.active .before {
  background: url('/images/cornered_link_active_before.png') no-repeat left bottom;
  padding: 2px; 
}

.b-items-list {
  list-style-type: none;
}

.b-items-list > li {
  margin-bottom: 54px;
}

.b-items-list > li {
  margin-bottom: 54px;
}

.b-items-list ul {
  margin: 9px;
}

.b-items-list ul li {
  margin: 4px 0;
  list-style: square;
}

.b-items-list .title {
  color: #da251d;
  font-weight: normal;
  font-size: 24px;
  background: url('/images/bullet.png') no-repeat 0 0.35em;
  padding-left: 20px;
}

.b-items-list .title a {
  color: #da251d;
  text-decoration: none;
}

.b-items-list .title a:hover {
  text-decoration:underline;
}

.centered {
  text-align: center;
}

.align_right {
  text-align: right;
  margin-right: 10px;
}


h2.title {
  font-weight: normal;
}

h2.title.cornered-link {
  font-size: 14px;
}


abbr.date {
  border: none;
  cursor: auto;
}

html, body {
  height: 100%;
}

#pagewrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  position: relative;
}

#content {
  padding-bottom: 150px;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 120px;
}


body {
  width: 100%;
  min-width: 1260px;
}

#header {
  height: 180px;
}

#content {
  position: relative;
  min-height: 600px;
}

#main-nav {
  position: absolute;
  top: 0; 
  left: 0;
  width: 170px;
}

#main-content {
  margin: 0 20px 0 190px;
}

#index #main-content {
  margin-right: 0;
}

.pagewrapper-inner {
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url('/images/body-ribbon-other.png'); 
}

#index .pagewrapper-inner {
  background-image: url('/images/index-body.png');
}

#ribbon-bl {
  position: absolute;
  bottom: 60px;
  left: 0;
  background: url('/images/ribbon_bl.png') no-repeat left top;
  width: 171px;
  height: 173px;
  z-index: 5;
}

#scissors {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  bottom: 0;
  background: url('/images/scissors.png') no-repeat left top;
  z-index: 5;
  width: 819px;
  height: 494px;
}

#restaurant #plate {
  position: absolute;
  right: 0;
  bottom: 57px;
  width: 433px;
  height: 373px;
  background: url('/images/plate.png') no-repeat left top;
}

#restaurant #main-content {
  padding-bottom: 300px;
}


.gradient {
  background: #fff;
  background: -moz-linear-gradient(top, #fff, #e0e0e0);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#ffffff,endColorstr=#e0e0e0,GradientType=0); zoom: 1;
}

.b-rounded-block {
  background: url('/images/rounded-block-shadow.png') no-repeat right top;
  padding: 10px 10px 0 0;
}

.b-rounded-block-inner {
  border: 2px #c6c6c6 solid;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -khtml-border-radius: 25px;
  border-radius: 25px;
  min-height: 130px;
  min-width: 350px;
  padding: 25px;
}


.b-header {
  background: url('/images/header.png') no-repeat left top;
  position: relative;
}

.b-logo {
  width: 744px;
  height: 88px;
  background: url('/images/logo.png') no-repeat left top;
  position: relative;
  top: 15px;
  left: 110px;
}

.b-logo a {
  display: block;
  height: 100%;
}

.b-logo span {
  display: none;
}

.b-topnav {
  position: absolute;
  top: 60px;
  right: 20px;
  list-style-type: none;
}

.b-topnav li {
  display: inline;
  margin-left: 15px;
}

.b-topnav a {
  padding-left: 17px;
  text-decoration: none;
  color: #838383;
  background: url('/images/icons_home.png') no-repeat left top;
}

.b-topnav a:hover {
  color: #000;
  text-decoration: underline;
}

.b-topnav .home {
  padding-left: 15px;
}

.b-topnav .feedback {
  background-image: url('/images/icons_feedback.png');
}

.b-topnav a.rss {
  background-image: url('/images/icons_rss.png');
}


.b-menu {
  position: relative;
  margin-bottom: 100px;
}

.b-menu ul {
  margin: 0 10px 0 40px;
  padding-bottom: 15px;
  list-style-type: none;
}

.b-menu li {
  margin-bottom: 10px;
}

.b-menu li a {
  line-height: 13px;
}

.b-menu .b-menu-inner {
  background: #dadada;
  border: 1px #c6c6c6 solid;
  border-left: none;
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: 20px;
}

.b-menu .active {
  margin-left: -5px;
}

.b-central-iblock {
  height: 366px;
  border: 4px #dadada solid;
  border-right: none;
  -moz-border-radius: 25px 0 0 25px;
  -webkit-border-top-left-radius: 25px;
  -webkit-border-bottom-left-radius: 25px;
  -khtml-top-left-border-radius: 25px;
  -khtml-bottom-left-border-radius: 25px;
  border-radius: 25px 0 0 25px;
}

.b-greeting {
  margin: 40px 720px 60px 60px;
}

.b-greeting p:first-child {
  text-indent: -30px;
}

.b-banner {
  width: 632px;
  float: right;
  margin: 0;
}

.b-press-releases-ribbon {
  width: 750px;
  background: url('/images/press-releases-ribbon.png') no-repeat right top;
}

.b-press-releases {
  width: 420px;
  position: relative;
  top: -43px;
  left: 30px;
}

.b-press-releases h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
}

.b-press-releases ul {
  list-style: none;
  margin: 0;
}

.b-press-releases li {
  background: url('/images/bullet.png') no-repeat 0 4px;
  padding-left: 10px;
  margin-bottom: 8px; 
}

.b-our-projects {
  float: right;
  width: 560px;
  height: 150px;
  background: url('/images/our-projects-ribbon.png') no-repeat right top;
}

.b-our-projects ul {
  list-style: none;
  margin: 65px 0 0 0;
}

.b-our-projects ul li {
  display: inline;
  height: 85px;
  margin-right: 15px;
  width: 230px;
}

.b-our-projects a {
	text-decoration: none;
}

.b-our-projects img {
  float: none;
}

.b-our-projects .color, .b-our-projects .bw {
  display: none;
}

.b-chip {
  background: url('/images/chip.png') no-repeat left top;
  width: 116px;
  height: 260px;
  position: absolute;
  right: 0px;
  top: 490px;
}

.b-slogan {
  text-align: right;
  color: #da251d;
  font-size: 28px;
  line-height: 42px;
  padding-right: 20px;
  margin-top: 200px;
}


.b-slogan strong {
  font-size: 40px;
  font-weight: normal;
}

.b-autograph {
  float: right;
  color: #050000;
  font-size: 14px;
  line-height: 20px;
  background: url('/images/main_sign.png') no-repeat left bottom;
  padding-bottom: 20px;
  width: 500px;
}

.b-page {
  margin: 0 100px;
}

.b-band {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.b-band ul {
  list-style-type: none;
  margin: 9px 0 0 9px;
}

.b-band li {
  background: url('/images/bullet.png') no-repeat 0px 4px;
  padding-left: 11px;
  margin-bottom: 9px;
}

.b-subpages {
  text-align: center;
  list-style: none;
  margin: 0;
}

.b-subpages li {
  display: inline;
  margin: 0 10px;
}

.b-subpages a {
  font-size: 14px;
}


.b-calendar {
  position: relative;
}
.b-months-navigation {
  font-size: 16px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.b-months-navigation a {
  text-decoration: none;
}

.b-months-navigation .next {
  position: absolute;
  right: 0;
}
.b-small-calendar {
  border-collapse: collapse;  
}

.b-small-calendar th, .b-small-calendar td {
  border: none;
  vertical-align: top;
  text-align: right;
  empty-cells: show;
  padding: 3px;
} 

.b-small-calendar th {
  font-weight: bold;
  text-align: center;
}

.b-small-calendar .weekend {
  background: #ffe3e3;
}
.b-news-archive {
  float: right;
  width: 400px;
}

.b-news-archive .title {
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

.b-news {
  margin-right: 450px;
}

.b-news .title {
  font-size: 12px;
  text-align: center;
  margin-bottom: 18px;
}

.b-news .b-items-list li {
  margin-bottom: 36px;
}

.b-news .b-items-list .title {
  margin-bottom: 0;
  text-align: left;
  font-size: 20px;
}

.b-news .b-news-list li {
  list-style-type: none;
  margin-bottom: 9px;
}

.b-news-list {
  list-style-type: none;
}

.b-news-list .news-item p:first-child {
  margin-top: 4px;
}

.b-news-list .date {
  font-weight: bold;
}


.b-calendar-control {
  width: 400px;
  float: right;
  position: relative;
}

.b-news-list {
  margin-right: 500px;
}

.b-small-calendar {
  margin: 0 auto;
  empty-cells: hide;
}

.b-small-calendar caption {
  margin-bottom: 4px;
}

.b-months-navigation {
  top: 18px;
}

.b-months-navigation a {
  color: #000;
}

.b-months-navigation a.next {
  margin-right: 10px;
  padding-left: 15px;
  background: url('/images/bullet.png') no-repeat left 5px; 
}

.b-months-navigation a.previous {
  margin-left: 10px;
  padding-right: 15px;
  background: url('/images/bullet_left.png') no-repeat right 7px;
}
  

.b-years-control {
  text-align: justify;
  text-justify: newspaper;
  position: relative;
}

.b-years-control, .b-years-control a, .b-years-control span {
  color: #050000;
  text-decoration: none;
  font-size: 46px;
  line-height: 60px;
}

.b-years-control .b-years {
  margin: 0 120px;
  list-style-type: none;
  text-align: justify;
  text-justify: newspaper;
}

.b-years-control .b-years li {
  display: inline-block;
  margin: 0 10px;
}

.b-years-control .b-years li.last {
  width: 100%;
  height: 15px;
  font-size: 0;
  line-height: 1px;
}

.b-years-control .current {
  color: #da251d;
}

.b-years-control .inactive {
  color: #dadada;
}

.b-years-control .previous, .b-years-control .next {
  display: block;
  position: absolute;
  top: 0;
}

.b-years-control .next {
  right: 0;
}
.b-galleries-list {
  margin: -25px 0 0 120px;
  list-style-type: none;
}

.b-galleries-list li {
  margin-bottom: 36px;
}

.b-gallery {

}

.b-gallery .preview {
  float: left;
  width: 250px;
  height: 165px;
}

.b-gallery .info {
  padding: 0 10px;
  margin-left: 250px;
  border: 2px #c6c6c6 solid;
  border-left: none;
  height: 161px; /* 165 - 2*border-width */
  -moz-border-radius: 0 25px 25px 0;
  -webkit-border-top-right-radius: 25px;
  -webkit-border-bottom-right-radius: 25px;
  -khtml-top-right-border-radius: 25px;
  -khtml-bottom-right-border-radius: 25px;
  border-radius: 0 25px 25px 0;
  width: 250px;
}

.b-gallery .title {
  color: #da251d;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
}

.b-gallery .date, .b-gallery .quantity, .b-gallery .views {
  display: block;
  border: none;
}

.b-gallery .date, .b-gallery .views {
  margin-top: 8px;
}

.b-images-list {
  background-color: rgba(214, 214, 214, 0.5);
  margin: -25px 0 0 250px;
  width: 272px;
  position: relative;
}

.b-images-list .show-images, .b-images-list .hide-images {
  display: block;
  height: 25px;
  line-height: 25px;
  color: #da251d;
  text-decoration: none;
  padding-left: 10px;
  width: 260px;
}

.b-images-list .plus {
  position: absolute;
  display: block;
  width: 15px; height: 16px;
  background: url('/images/plus.png') no-repeat left top;
  bottom: -6px;
  right: -7px;
}

.b-images-list .minus {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url('/images/minus.png') no-repeat left top;
  display: block;
  width: 10px; height: 4px;
}

.b-images-list ul {
  text-align: justify;
  text-justify: newspaper;
  list-style-type: none;
  margin: 0;
  width: 100%;
  display: none;
  padding: 0 25px 25px 0;
}

.b-images-list ul li {
  float: left;
  width: 190px;
  margin: 25px 0 0 25px;
}

.b-images-list li.last {
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0px;
}


.b-advantages {
  width: 48%;
  float: left;
  margin-top: 50px;
}

.b-advantages h3, .b-advantages .slogan {
  color: #c5220e;
  font-weight: normal;
}

.b-advantages ul {
  list-style-type: none;
  margin: 9px 0 0 9px;
}

.b-advantages li {
  background: url('/images/bullet.png') no-repeat 0px 4px;
  padding-left: 11px;
  margin-bottom: 9px;
}

.b-advantages .slogan {
  text-align: right;
  margin-top: 100px;
  font-size: 16px;
  line-height: 24px;
}

.b-geography {
  float: right;
  width: 48%;
  margin-top: 50px;
} 

.b-geography h3 {
  color: #c5220e;
  font-weight: normal;
  text-align: right;
}

.b-countries-list {
  margin-top: 18px;
}

.b-country {
  border: 2px #c7c7c7 solid;
  position: relative;
  -khtml-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: #fff;
  background: -moz-linear-gradient(top, #e7e7e7, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#ffffff));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#e7e7e7,endColorstr=#ffffff,GradientType=0); zoom: 1;
  overflow: visible;
}

.b-country .flag {
  position: absolute;
  top: -10px;
  left: -20px;
}

.b-country h4 {
  padding-left: 80px;
  font-size: 16px;
  font-weight: normal;
  color: #c5220e;
  line-height: 22px;
}

.b-country h4 .hide-cities {
  color: #c5220e;
  text-decoration: none;
}

.b-country h4 .hide-cities:hover {
  text-decoration: underline;
}

.b-country .cities {
  border: 2px #c7c7c7 solid;
  -khtml-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 -2px -2px -2px;
  padding: 9px 9px 9px 80px;
}

.b-country .in-which-cities {
  background: #040404;
  border: 2px #c7c7c7 solid;
  -moz-border-radius: 0 15px 0 0;
  -webkit-border-top-right-radius: 15px;
  -khtml-top-right-border-radius: 15px;
  border-radius: 0 15px 0 0;
  margin: 0 -2px -2px -2px;
  padding: 3px 0px 3px 80px;
  background: -moz-linear-gradient(top, #565656, #040404);
  background: -webkit-gradient(linear, left top, left bottom, from(#565656), to(#040404));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#565656,endColorstr=#040404,GradientType=0); zoom: 1;

}

.b-country .in-which-cities a {
  color: #fff;
}

.b-our-people {
  min-height: 200px;
  position: relative;
  margin-top: 36px;
}

.b-our-people .column {
  width: 33%;
  float: left;
}

.b-our-people .right {
  margin-left: 3%;
  background: #f0f0f0;
}

.b-our-people ul {
  margin: 0 36px 18px 0;
  list-style-type: none;
}

.b-our-people li {
  margin: 18px 0;
  height: 44px;
}

.b-our-people .employee {
  margin: 0 0 0 14px;
  padding: 5px 18px 5px 0;
  height: 34px;
}

.b-our-people .employee .name {
  font-size: 12px;
  line-height: 18px;
  padding: 1px 0 0 18px;
  background: url('/images/male.png') no-repeat left top;
}

.b-our-people .name a {
  color: #000;
  text-decoration: none;
}

.b-our-people .name a:hover {
  text-decoration: underline;
}


.b-our-people .employee .female {
  background-image: url('/images/female.png');
}

.b-our-people .employee .job {
  color: #707070;
  padding-left: 18px;
}

.b-our-people .active {
  background: url('/images/cornered_link_active_before.png') no-repeat left bottom;
  width: 150%;
  margin-top: 0;
}

.b-our-people .active .employee{
  background-color: #da251d;
}

#pagewrapper .b-our-people .active .name, #pagewrapper .b-our-people .active a, #pagewrapper .b-our-people .active .job {
  color: #fff;
} 

.b-our-people .active .male {
  background-image: url('/images/male_active.png');
}

.b-our-people .active .female {
  background-image: url('/images/female_active.png');
}


#people {
  width: 234px;
  height: 280px;
  position: absolute;
  bottom: -75px;
  right: 0;
  margin-right: 50px;
  background: url('/images/people.png') no-repeat left top;
}

.b-employee {
  float: left;
  width: 65%;
  border: 3px #dadada solid;
  -moz-border-radius: 66px/56px;
  height: 400px;
  position: relative;
}

.b-employee .portrait {
  overflow: hidden;
  float: left;
  width: 300px;
}

.b-employee .close {
  position: absolute;
  top: -3px;
  right: -3px;
  background: url('/images/close.png') no-repeat left top;
  display: block;
  width: 63px;
  height: 53px;
  text-decoration: none; 
}

.b-employee h4 {
  font-weight: normal;
  color: #C5220E;
  margin: 70px 20px 18px 320px;
}

.b-employee .description {
  margin: 0 20px 20px 320px;
}

.b-map {
  width: 1131px;
  height: 1052px;
  background: url('/images/map.png') no-repeat left top;
  position: relative;
  margin: 0 auto;
  top: -50px;
  left: -50px;
}

.b-map .city {
  position: absolute;
  display: block;
  background: url('/images/city.png') no-repeat left top;
  text-decoration: none;
}

.b-map .city .show-city {
  display: block;
  width: 11px;
  height: 11px;
  text-decoration: none;
}

.b-map .city .show-city:hover, .b-map .city .show-city:focus {
  outline: none;
}

.b-map .projects {
  width: 200px;
  border: 1px #dea303 solid;
  background: #f8b500;
  position: relative;
  z-index: 9999;
}

.b-map .projects .city-name {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  background: #fcdb83;
  background: -moz-linear-gradient(top, #fbdd8e, #fccd4f);
  background: -webkit-gradient(linear, left top, left bottom, from(#fbdd8e), to(#fccd4f));
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr=#fbdd8e,endColorstr=#fccd4f,GradientType=0); zoom: 1;
}


.b-map .projects ul {
  list-style-type: none;
  margin: 9px;
}

.b-map .projects li {
  margin-bottom: 4px;
}

.b-map .projects ul a {
  color: #000;
}

.b-map-menu {
  position: relative;
  text-align: right;
  margin-right: 20px;
  z-index: 9999;
  
}

.b-map-menu a {
  font-size: 20px;
  margin-left: 50px;
  text-decoration: none;
  color: #c5220e;
  text-decoration: underline;
}

.b-map-menu a:hover {
  text-decoration: none;
}

.b-map-menu a.active {
  color: #cccccc;
  text-decoration: none;
}

.b-projects-list li {
  list-style-type: none;
  margin: 0 0 20px 10px;
}

.b-projects-list li h5 {
  font-weight: normal;
  font-size: 16px;
}

.b-projects-list .description {
	margin-top: 9px;
  padding: 1px 18px;
  background: #e7e7e7;
}

.b-services-list {
  margin-right: 450px;
}

.b-services-list li {
  margin-bottom: 18px;
}

.b-services-list .service-description {
  margin-top: 9px;
  padding: 1px 18px;
  background: #e7e7e7;
}
.b-page .b-services-list { 
  margin-right: 0;
}
.b-workshop-submit {
  float: right;
  width: 400px;
}

.b-feedback-form .main input, .b-feedback-form .main textarea {
  width: 400px;
}

.b-feedback-form .main textarea {
  height: 150px;
}

.b-feedback-form .submit input {
  padding: 5px 10px;
}

.b-feedback-form .field img {
  margin-top: 7px;
  
}

#feedback_captcha {
  display: inline;
  margin-left: 20px;
  height: 34px;
  position: relative;
  top: -15px;
  width: 260px;
}
.b-workshop-submit .b-order-form {
  margin-top: 18px;
}

.b-order-form .field label {
    font-weight: normal;
}

.b-order-form .main input, .b-order-form .main textarea {
  background: #919191;
  color: #fff;
  border: none;
}

.b-order-form .main textarea {
  width: 100%;
  height: 120px;
  margin-top: 3px;
}


.b-workshop-submit .b-order-form .main .field {
  margin-top: 12px;
}

.b-workshop-submit .b-order-form .main label {
  display: block;
  width: 30%;
  float: left;
}

.b-order-form .main .required:after {
  content: '*';
  color: #da251d;
}

.b-workshop-submit .b-order-form .main input, .b-workshop-submit .b-order-form .main select {
  width: 65%;
  float: right;
}
  
.b-workshop-submit .b-order-form .submit {
  text-align: center;
  margin: 16px 0;
}

.b-order-form .submit input {
  padding: 5px 10px;
}

.b-order-form .error {
  margin: 0;
  padding-left: 20px;
  background: url('/images/error.png') no-repeat left center;
}
.b-questions-list {
  margin: 18px 450px 0 0;
}

.b-questions-list .question-text, .b-questions-list .user-data {
  background-color: #e7e7e7;
} 

.b-questions-list .user-data {
  height: 31px;
  line-height: 31px;
  padding-left: 30px;
  background: #e7e7e7 url('/images/faq_question.png') no-repeat left top;
  border-bottom: 1px #7b7b7b solid;
}

  .b-questions-list .user-data .author {
    background: url('/images/faq_author.png') no-repeat left center;
    padding-left: 15px;
  }

  .b-questions-list .user-data .address {
    background: url('/images/faq_address.png') no-repeat left center;
    padding-left: 15px;
    margin-left: 30px;
  }
  
  .b-questions-list .user-data .email {
    background: url('/images/faq_email.png') no-repeat left bottom;
    padding-left: 15px;
    margin-left: 30px;
  }
  
  
.b-questions-list .question-text {
  padding: 15px;
}

  
.b-questions-list .answer {
  margin-top: 5px;
  background: url('/images/bullet.png') no-repeat 15px 25px;
}

.b-questions-list .answer-inner {
  margin-left: 30px;
  background: #bebebe;
  padding: 5px 20px;
}


.b-footer {
  background: url('/images/footer.png') repeat-x left bottom;
  zoom: 1; /* for IEs */
}

.b-copyright {
  text-align: center;
  color: #fff;
  margin-top: 75px;
  z-index: 10;
  position: relative; /* make z-index work */
  font-size: 10px;
  line-height: 14px;
}

.b-copyright a {
  color:#fff;
}

.b-address {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  line-height: 20px;
  z-index: 9999;
}

.moscow {
  left: 20px;
  text-align: left;
}

.minsk {
  right: 20px;
  text-align: right;
}

.b-address .b-phone {
  color: #fff;
  font-size: 32px;
  line-height: 57px;
}

.b-address .adr {
  margin-bottom: 3px;
}

#restaurant .minsk {
  color: #fff;
}

.contacts-table {
	height: 400px;
	width: 600px;
}

.contacts-table td, .contacts-table th {
	border: none;
}
#fancybox-inner .b-iblock {
width: 430px; height: 520px;
}

.city .projects {
    display: none;
}

.city:hover .projects, .city.hover .projects {
    display: block;
}

.b-years-navigation {
    text-align: center;
    margin-top: 12px;
    font-size: 16px;
}

.b-years-navigation a {
    color: #000;
    text-decoration: none;
}

.b-years-navigation .previous {
    background: url('/images/bullet_left.png') no-repeat right 7px;
    padding-right: 15px;
    margin-right: 20px;
}

.b-years-navigation .next {
    background: url('/images/bullet.png') no-repeat left 7px;
    padding-left: 15px;
    margin-left: 20px;
}

.b-years-navigation .current {
    font-size: 20px;
    color: #DA251D;
}

.b-months-list a {
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.b-months-list {
    list-style-type: none;
    margin-top: 20px;
}

.b-months-list li {
    width: 33%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.b-months-list .month {
    width: 45px;
    height: 45px;
    display: block;
    text-align: center;
    line-height: 45px;
    background: url('/images/no_news.png') no-repeat;
    margin-left: -22px;
    position: relative;
    left: 50%;
}

.b-months-list .has_news {
    background: url('/images/has_news.png') no-repeat;
}

.b-months-list .selected {
    background: url('/images/selected.png') no-repeat;
    color: #fff;
}

.b-calendar-control {
    top: -65px;
}

.b-calendar-control .cornered-link {
    font-size: 14px;
}
