/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  color:#203479;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  background: #fff;
  font-family: "Open Sans", "Trebuchet MS", "Helvetica CY", sans-serif;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: underline;
}
img {
  vertical-align: middle;
  display: 'inline-block';
  max-width: 100%;
  height: auto;
}
.b-main-container {
  min-width: 1200px;
  min-height: 100%;
  background: url("/d/backgrounds/background-main.jpg") 50% 0px no-repeat;
}
.b-main-containernew {
  min-width: 1200px;
  min-height: 100%;
  background: url("/d/backgrounds/background-main1.jpg") 50% 0px no-repeat;
}
.b-page-container {
  min-width: 1200px;
  min-height: 100%;
  background: url("/d/backgrounds/background-page.jpg") 50% 0px no-repeat;
}
.b-top-menu {
  width: 1128px;
  height: 73px;
  background: url("/d/backgrounds/menu-top.png") 50% 0px no-repeat;
  margin: 0px auto;
  position: relative;
  z-index: 10;
}
.b-top-menu > .list {
  padding: 12px 0px 0px 30px;
  margin: 0px;
  list-style-type: none;
}
.b-top-menu > .list > li {
  display: inline-block;
  padding: 10px 12px 10px 23px;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
}
.b-top-menu > .list > li a {
  color: #fff;
  text-decoration: none;
}
.b-top-menu > .list > li a:hover {
  color: #98c249;
  text-decoration: underline;
}
.b-top-menu > .list > li:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/icons.png");
  width: 11px;
  height: 37px;
  background-position: -68px -43px;
  margin-top: -18.5px;
  z-index: 99;
}
.b-top-menu > .list > li:first-child:after {
  display: none;
}
.b-main-center {
  position: relative;
  z-index: 9995;
  margin-top: -5px;
  height: 974px;
}
.b-main-centernew {
  position: relative;
  z-index: 9995;
  margin-top: -5px;
  height: 290px;
}

.b-main-center-logo {
  position: absolute;
  top: 21px;
  left: 50%;
  margin-left: -141px;
  z-index: 9990;
}
.b-main-center-phone {
  position: absolute;
  top: 62px;
  left: 50%;
  margin-left: 258px;
  font-size: 30px;
  line-height: 32px;
  color: #2f6386;
  z-index: 9990;
}

.b-main-vtor-nn{
  position: absolute;
  top: 160px;
  left: 50%;
  margin-left: 200px;
  font-size: 20px;
  line-height: 32px;
  z-index: 9990;
  text-decoration:none;
}
.b-main-vtor-nn:hover{ 
  text-decoration:none;
}
.b-main-vtor-nn a:hover{ 
  text-decoration:none;
}
.b-main-center-phone a {
  color: #135582;
  text-decoration: none;
  border-bottom: 1px dotted #135582;
  font-size: 20px;
}


.b-main-center-title {
  width: 350px;
  position: absolute;
  top: 62px;
  left: 50%;
  margin-left: -516px;
  font-size: 48px;
  line-height: 43px;
  color: #2f6386;
  z-index: 9990;
  text-transform: uppercase;
  font-weight: 300;
}

.b-main-center-titlenew {
  width: 350px;
  position: absolute;
  top: 77px;
  left: 50%;
  margin-left: -516px;
  font-size: 20px;
  line-height: 32px;
  color: #2f6386;
  z-index: 9990;
}
.b-main-center-titlenew a{
  color: #135582;
  text-decoration: none;
  font-size: 30px;
}

.b-main-center-title b {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
}
.b-main-center-menu {
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: -555px;
  list-style-type: none;
  width: 320px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #2f6386;
  z-index: 9990;
}
.b-main-center-menu > li {
  position: relative;
  padding: 7px 0px 7px 35px;
}
.b-main-center-menu > li:after {
  content: " ";
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/icons.png");
  width: 22px;
  height: 22px;
  background-position: -432px -2px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0px;
}
.b-main-center-menu a {
  color: #2f6386;
  text-decoration: none;
}
.b-main-center-menu a:hover {
  color: #98c249;
  text-decoration: underline;
}


.b-main-center-menud {
  position: absolute;
  top: 180px;
  left: 50%;
  margin-left: 218px;
  list-style-type: none;
  width: 320px;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #2f6386;
  z-index: 9990;
}
.b-main-center-menud > li {
  position: relative;
  padding: 7px 0px 7px 35px;
}
.b-main-center-menud > li:after {
  content: " ";
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/icons.png");
  width: 22px;
  height: 22px;
  background-position: -432px -2px;
  position: absolute;
  top: 50%;
  margin-top: -11px;
  left: 0px;
}
.b-main-center-menud a {
  color: #2f6386;
  text-decoration: none;
}
.b-main-center-menud a:hover {
  color: #98c249;
  text-decoration: underline;
}


.b-main-center-photo {
  position: absolute;
  top: 232px;
  left: 50%;
  margin-left: -550px;
  z-index: 9980;
}

.b-main-center-photo135 {
  position: absolute;
  top: 225px;
  left: 50%;
  margin-left: -550px;
  z-index: 9980;
}
.b-main-center-line1,
.b-main-center-line2,
.b-main-center-line3,
.b-main-center-line4,
.b-main-center-line11,
.b-main-center-line12,
.b-main-center-line13,
.b-main-center-line21,
.b-main-center-line22,
.b-main-center-line23
 {
  position: absolute;
  left: 50%;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/flags.png");
  width: 238px;
  height: 92px;
  background-position: -245px -6px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  z-index: 9986;
  padding: 2px 0px 0px 21px;
}
.b-main-center-line1:hover,
.b-main-center-line2:hover,
.b-main-center-line3:hover,
.b-main-center-line4:hover,
.b-main-center-line11:hover,
.b-main-center-line12:hover,
.b-main-center-line13:hover,
.b-main-center-line21:hover,
.b-main-center-line22:hover,
.b-main-center-line23:hover
 {
  width: 238px;
  height: 92px;
  background-position: -7px -6px;
  text-decoration: none;
}

.b-main-center-line4
 {
  padding-top:2px;
  font-size: 15px;
  line-height: 18px;
}


.b-flag-a {
  width: 238px;
  height: 92px;
  background-position: -7px -6px;
  text-decoration: none;
}

.b-main-center-line1 {
  top: 458px;
  margin-left: -580px;
}
.b-main-center-line2 {
  top: 265px;
  margin-left: -197px;
}
.b-main-center-line3 {
  top: 406px;
  margin-left: 207px;
}
.b-main-center-line4 {
  top: 640px;
  margin-left: -150px;
}

.b-main-center-line11 {
  top: 445px;
  margin-left: 175px;
}

.b-main-center-line12 {
  top: 235px;
  margin-left: -117px;
}

.b-main-center-line13 {
  top: 466px;
  margin-left: -497px;
}

.b-main-center-line21 {
  top: 580px;
  margin-left: 50px;
}

.b-main-center-line22 {
  top: 395px;
  margin-left: -300px;
}

.b-main-center-line23 {
  top: 274px;
  margin-left: -155px;
}

.b-main-center-menu-bottom {
  background: url("/d/backgrounds/menu-secondary.png") 50% 0px no-repeat;
  width: 980px;
  height: 105px;
  text-align: center;
  color: #fff;
  top: 840px;
  left: 50%;
  margin-left: -490px;
  position: absolute;
  z-index: 9999;
  padding: 59px 0px 0px 290px;
}
.b-main-center-menu-bottom a,
.b-main-center-menu-bottom span {
  color: #fff;
  text-decoration: none;
  float: left;
  margin: 0px 10px;
}
.b-main-center-menu-bottom a.r1 {
 background: url("/d/rk1sn.png") 0px 0px no-repeat;
 margin-top:-25px;
}
.b-main-center-menu-bottom a.r1:hover {
 background: url("/d/rk1an.png") 0px 0px no-repeat;
 margin-top:-25px;
}

.b-main-center-menu-bottom a.r2 {
 background: url("/d/rk2sn.png") 0px 0px no-repeat;
 margin-top:3px;
}
.b-main-center-menu-bottom a.r2:hover {
 background: url("/d/rk2an.png") 0px 0px no-repeat;
 margin-top:3px;
}

.b-main-center-menu-bottom a.r3 {
 background: url("/d/rk3sn.png") 0px 0px no-repeat;
 margin-top:-1px;
}
.b-main-center-menu-bottom a.r3:hover {
 background: url("/d/rk3an.png") 0px 0px no-repeat;
 margin-top:-1px;
}
.b-main-center-menu-bottom a.r4 {
 background: url("/d/rk4sn.png") 0px 0px no-repeat;
 margin-top:-35px;
 margin-left:-10px;
}
.b-main-center-menu-bottom a.r4:hover {
 background: url("/d/rk4an.png") 0px 0px no-repeat;
 margin-top:-35px;
 margin-left:-10px;
}
.b-main-center-menu-bottom a:hover,
.b-main-center-menu-bottom span:hover {
  color: #d2ff00;
  text-decoration: none;
}
.b-main-middle-menu {
  padding: 0px;
  margin: 0px auto 55px auto;
  list-style-type: none;
  text-align: center;
  width: 1033px;
  display: table;
}
.b-main-middle-menu > li {
  display: table-cell;
  color: #3a3a3a;
  font-size: 26px;
  line-height: 38px;
  padding: 0px 13px 0px 20px;
  position: relative;
}
.b-main-middle-menu > li:after {
  content: " ";
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/icons.png");
  width: 17px;
  height: 39px;
  background-position: -68px -2px;
  position: absolute;
  top: 0px;
  left: 0px;
}
.b-main-middle-menu > li:first-child {
  padding-left: 0px;
}
.b-main-middle-menu > li:first-child:after {
  display: none;
}
.b-main-middle-menu > li:last-child {
  padding-right: 0px;
}
.b-main-middle-menu > li a {
  color: #3a3a3a;
  text-decoration: none;
}
.b-main-middle-menu > li a:hover {
  text-decoration: underline;
  color: #98c249;
}
.b-main-content {
  width: 1033px;
  margin: 0px auto 40px auto;
  font-size: 14px;
  line-height: 19px;
  color: #1a1a1a;
}
.b-main-content:before,
.b-main-content:after {
  content: " ";
  display: table;
}
.b-main-content:after {
  clear: both;
}
.b-main-content .column1 {
  float: left;
  width: 45%;
}
.b-main-content .column2 {
  float: right;
  width: 45%;
}
.b-main-content a {
  color: #1a1a1a;
}
.b-main-content a:hover {
  color: #98c249;
}
.b-main-title {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 11px 0px;
  border-bottom: 1px dotted #b5b5b5;
}
.b-main-title h1,
.b-main-title h2,
.b-main-title h3,
.b-main-title h4,
.b-main-title h5,
.b-main-title h6 {
  font-size: 30px;
  line-height: 34px;
  color: #203479;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.clear-foot {
  clear: both;
  overflow: hidden;
  height: 165px;
}
.b-footer {
  height: 185px;
  margin: -165px auto 0px auto;
  width: 1033px;
  overflow: hidden;
}
.b-footer-menu {
  padding: 15px 0px;
  margin: 0px;
  list-style-type: none;
  border-bottom: 1px dotted #b5b5b5;
  border-top: 1px dotted #b5b5b5;
  text-align: right;
}
.b-footer-menu > li {
  display: inline-block;
  padding: 0px 12px 0px 22px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #3a3a3a;
}
.b-footer-menu > li:first-child {
  padding-left: 0px;
}
.b-footer-menu > li:first-child:after {
  display: none;
}
.b-footer-menu > li:last-child {
  padding-right: 0px;
}
.b-footer-menu > li a {
  color: #3a3a3a;
}
.b-footer-menu > li a:hover {
  color: #98c249;
  text-decoration: underline;
}
.b-footer-menu > li:after {
  content: " ";
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/icons.png");
  width: 6px;
  height: 14px;
  background-position: -395px -64px;
  position: absolute;
  top: 3px;
  left: 0px;
}
.b-footer-col1 {
  float: left;
  width: 255px;
  padding: 30px 0px 0px 0px;
  font-size: 14px;
}
.b-footer-col1 a {
  color: #135582;
  text-decoration: none;
  border-bottom: 1px dotted #135582;
}
.b-footer-phone {
  font-size: 24px;
  line-height: 28px;
}
.b-footer-col2 {
  font-size: 14px;
  line-height: 18px;
  color: #989898;
  padding: 5px 0px 0px 0px;
  float: left;
  width: 750px;
}
.b-footer-col3 {
  width: 420px;
  float: right;
  text-align: right;
  padding: 35px 0px 0px 0px;
}
.b-footer-col3 .icons {
  margin-left: 5px;
}
.icons-twitter:hover {
  width: 38px;
  height: 38px;
  background-position: -195px -42px;
}
.icons-vkontakte:hover {
  width: 39px;
  height: 38px;
  background-position: -154px -42px;
}
.icons-facebook:hover {
  width: 38px;
  height: 38px;
  background-position: -355px -42px;
}
.icons-lj:hover {
  width: 38px;
  height: 38px;
  background-position: -315px -42px;
}
.icons-rss:hover {
  width: 38px;
  height: 38px;
  background-position: -235px -42px;
}
.icons-mail:hover {
  width: 40px;
  height: 38px;
  background-position: -112px -42px;
}
.icons-odnoklassniki:hover {
  width: 38px;
  height: 38px;
  background-position: -275px -42px;
}
.b-page-content {
  width: 1024px;
  margin: -5px auto 0px auto;
}
.b-page-head {
  height: 217px;
  border-bottom: 1px dotted #b2b5b7;
  margin: 0px 0px 30px 0px;
}
.b-page-logo {
  float: left;
  margin: 17px 0px 0px 0px;
}
.b-page-phone {
  float: right;
  margin: 86px 0px 0px 0px;
  font-size: 30px;
  line-height: 35px;
  color: #2f6386;
}

.b-page-phone a {
  color: #135582;
  text-decoration: none;
  border-bottom: 1px dotted #135582;
  font-size: 20px;
}

.b-breadcrumbs {
  padding: 0px;
  margin: 0px 0px 45px 0px;
  list-style-type: none;
}
.b-breadcrumbs:before,
.b-breadcrumbs:after {
  content: " ";
  display: table;
}
.b-breadcrumbs:after {
  clear: both;
}
.b-breadcrumbs > li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  color: #777777;
  padding: 0px 10px 0px 20px;
  position: relative;
}
.b-breadcrumbs > li a {
  color: #777777;
  text-decoration: underline;
}
.b-breadcrumbs > li a:hover {
  text-decoration: none;
}
.b-breadcrumbs > li:first-child {
  padding-left: 0px;
}
.b-breadcrumbs > li:first-child:after {
  display: none;
}
.b-breadcrumbs > li:after {
  content: " ";
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/icons.png");
  width: 11px;
  height: 7px;
  background-position: -23px -68px;
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -4px;
}
.b-page-title {
  margin: 0px 0px 30px 0px;
}
.b-page-title:before,
.b-page-title:after {
  content: " ";
  display: table;
}
.b-page-title:after {
  clear: both;
}
.b-page-title h1,
.b-page-title h2,
.b-page-title h3,
.b-page-title h4,
.b-page-title h5,
.b-page-title h6 {
  font-size: 30px;
  line-height: 34px;
  color: #203479;
  padding: 0px;
  margin: 0px 30px 0px 0px;
  font-weight: bold;
  text-transform: uppercase;
  display: inline;
  vertical-align: middle;
}
.b-page-title .mark {
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #3c89bb;
  background-image: -webkit-linear-gradient(top, #3c89bb 0%, #2876a9 100%);
  background-image: linear-gradient(to bottom, #3c89bb 0%, #2876a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c89bb', endColorstr='#ff2876a9', GradientType=0);
  padding: 3px 10px;
  vertical-align: middle;
  text-decoration: none;
  
}
.b-page-title .mark a {
  color: #fff;
  text-decoration: none;
}
.b-page-title .mark a:hover {
  text-decoration: none;
}


.b-page-title .mark2 {
  font-size: 28px;
  line-height: 34px;
  color: #D04141;
  font-weight: bold;
  text-transform: uppercase;
  border:1px solid #D04141;
//  background:#D04141;
  padding: 3px 15px;
  vertical-align: middle;
  text-decoration: none;
}
.b-page-title .mark2 a {
  color: #D04141;
  text-decoration: none;
}
.b-page-title .mark2:hover{
  border:1px solid #D04141;
  background:#D04141;
  color: #fff;  
}

.b-page-title .mark2 a:hover {
  color: #fff;
  text-decoration: none;
}





.dopmark2 {
  font-size: 20px;
  line-height: 28px;
  color: #D04141;
  font-weight: bold;
  text-transform: uppercase;
  border:1px solid #D04141;
  padding: 3px 15px;
  vertical-align: middle;
  text-decoration: none;
}
.dopmark2 a {
  color: #D04141;
  text-decoration: none;
  border-bottom:none;
}
.dopmark2:hover{
  border:1px solid #D04141;
  background:#D04141;
  color: #fff;  
}

.dopmark2 a:hover {
  color: #fff;
  text-decoration: none;
}


.b-tabs {
  padding: 0px 0px 0px 0px;
  margin: 0px;
  list-style-type: none;
}
.b-tabs:before,
.b-tabs:after {
  content: " ";
  display: table;
}
.b-tabs:after {
  clear: both;
}
.b-tabs > li {
  float: left;
  height: 40px;
  background: url("/d/backgrounds/tab-middle.png") 100% 0px no-repeat;
  margin: 0px 0px 0px -23px;
  padding: 10px 37px 0px 37px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  z-index: 999;
  position: relative;
  cursor: pointer;
}

.b-tabs > li.no_img{
  background:none;
  width:775px;
  text-align:right;
  margin-right: 0px;
  padding-right: 0px;
}

.b-tabs > li.active {
  background: url("/d/backgrounds/tab-active.png") 100% 0px no-repeat;
  cursor: default;
}
.b-tabs > li:last-child {
 /* background: url("/d/backgrounds/tab-last.png") 100% 0px no-repeat;*/
}
.b-tabs > li:first-child {
  margin-left: 0px;
  padding-left: 25px;
}
.b-tabs > li + li {
  z-index: 998;
}
.b-tabs > li + li + li {
  z-index: 997;
}
.b-tabs > li + li + li + li {
  z-index: 996;
}
.b-tabs > li + li + li + li + li {
  z-index: 995;
}
.b-tabs > li + li + li + li + li + li {
  z-index: 994;
}
.b-tabs > li + li + li + li + li + li + li {
  z-index: 993;
}
.b-tabs > li + li + li + li + li + li + li + li {
  z-index: 992;
}
.b-tabs > li a {
  color: #fff;
  text-decoration: none;
}
.b-tabs > li a:hover {
  text-decoration: none;
}
.b-super-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin: 0px 0px 40px 0px;
}
.b-super-table > .row {
  display: table-row;
}
.b-super-table > .row:first-child > .col {
  border-top: 0px;
}
.b-super-table > .row:last-child > .col {
  border-bottom: 0px;
}
.b-super-table > .row > .col {
  border: 4px solid #fff;
  padding: 10px;
  background: #7fb436;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}



.b-super-table > .row:first-child > .col2 {
  border-top: 0px;
}
.b-super-table > .row:last-child > .col2 {
  border-bottom: 0px;
}
.b-super-table > .row > .col2 {
  border: 4px solid #fff;
  padding: 10px;
  background: #48661f;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}


.dop_pr{
  position:relative;
}

.b-super-table > .row > .col.almost-sold {
  background: #da831d;
}
.b-super-table > .row > .col.sold {
  background: #d04141;
}
.b-super-table > .row > .col.action_sld {
  background: #168DE2;
}

.b-super-table > .row > .col:first-child {
  border-left: 0px;
  border-right: 0px;
}
.b-super-table > .row > .col:first-child + li {
  border-left: 0px;
}
.b-super-table > .row > .col.head {
  background: #3784b7;
  background-image: -webkit-linear-gradient(top, #3c89bb 0%, #2876a9 100%);
  background-image: linear-gradient(to bottom, #3c89bb 0%, #2876a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c89bb', endColorstr='#ff2876a9', GradientType=0);
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 97px;
  padding: 10px;
  border-bottom: 4px solid #fff;  
}
.b-super-table > .row > .col.head b {
  font-size: 30px;
}

/* второй блок выделения */
.b-super-table > .row > .col2.almost-sold {
  background: #ab6516;
}
.b-super-table > .row > .col2.sold {
  background: #b52b2b;
}
.b-super-table > .row > .col2.action_sld {
  background: #168DE2;
}

.b-super-table > .row > .col2:first-child {
  border-left: 0px;
  border-right: 0px;
}
.b-super-table > .row > .col2:first-child + li {
  border-left: 0px;
}
.b-super-table > .row > .col2.head {
  background: #3784b7;
  background-image: -webkit-linear-gradient(top, #3c89bb 0%, #2876a9 100%);
  background-image: linear-gradient(to bottom, #3c89bb 0%, #2876a9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c89bb', endColorstr='#ff2876a9', GradientType=0);
  font-size: 11px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  width: 97px;
  padding: 10px;
  border-bottom: 4px solid #fff;  
}
.b-super-table > .row > .col2.head b {
  font-size: 30px;
}
/* второй блок выделения*/

.b-up {
  text-align: right;
  padding: 0px 15px 4px 0px;
  margin: 0px 0px 10px 0px;
  position: relative;
  font-size: 14px;
  line-height: 18px;
  color: #3a3a3a;
  text-decoration: none;
  cursor: pointer;
}
.b-up:after {
  content: " ";
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/icons.png");
  width: 7px;
  height: 12px;
  background-position: -2px -68px;
  position: absolute;
  top: 3px;
  right: 0px;
}
.b-free-apartments {
  margin: 40px 0px;
}
.b-free-apartments h3 {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  line-height: 18px;
  color: #203479;
  font-weight: bold;
  display: inline;
}
.b-free-apartments ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  display: inline;
}
.b-free-apartments ul > li {
  background: #7fb436;
  padding: 4px 8px;
  color: #fff;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
  margin: 0px 0px 0px 3px;
}
.b-free-apartments ul > li a {
  color: #fff;
  text-decoration: none;
}
.b-free-apartments ul > li a:hover {
  text-decoration: none;
}
.b-free-apartments ul > li:hover {
  background: #2f7daf;
}
.b-page-tabs-content {
  margin: 40px 0px;
}
.b-page-tabs-content:before,
.b-page-tabs-content:after {
  content: " ";
  display: table;
}
.b-page-tabs-content:after {
  clear: both;
}
.b-page-tabs-content h1,
.b-page-tabs-content h2,
.b-page-tabs-content h3 {
  color: #203479;
  font-size: 15px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.b-page-tabs-content h4,
.b-page-tabs-content h5,
.b-page-tabs-content h6 {
  color: #203479;
  font-size: 14px;
  line-height: 18px;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
}
.b-col-left {
  float: left;
  width: 320px;
}
.b-col-right {
  margin: 0px 0px 0px 365px;
}
.b-apartment-card-photo {
  margin: 0px 0px 20px 0px;
}
.b-apartment-card-icons {
  margin: 0px 0px 57px 0px;
  text-align: center;
}
.b-apartment-card-icons > .icons {
  margin: 0px 5px;
}
.b-apartment-items {
  background: #f7f5f5;
  padding: 0px 13px;
  margin: 25px 0px 50px 0px;
  list-style-type: none;
  border: 1px dotted #a2a2a2;
}
.b-apartment-items > li {
  border-top: 1px dotted #a2a2a2;
  padding: 20px 0px 20px 0px;
  font-size: 14px;
  line-height: 16px;
  color: #1a1a1a;
}
.b-apartment-items > li:before,
.b-apartment-items > li:after {
  content: " ";
  display: table;
}
.b-apartment-items > li:after {
  clear: both;
}
.b-apartment-items > li:first-child {
  border-top: 0px;
}
.b-apartment-items > li > .photo {
  float: left;
  width: 110px;
  margin: 0px 32px 0px 0px;
}
.b-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 14px;
  line-height: 16px;
}
.b-table .right {
  text-align: right;
}
.b-table td {
  padding: 5px 0px;
  border-bottom: 1px dotted #bdbdbd;
}
.b-nonapartments {
  margin: 35px 0px;
}
.b-table-margin {
  margin: 15px 0px 30px 0px;
}
.color-free {
  color: #7fb436;
}
.color-asold {
  color: #da831d;
}
.color-sold {
  color: #d04141;
}

.color-act {
  color: #168DE2;
}


.b-list {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
.b-list > li {
  padding: 0px 0px 0px 15px;
  margin: 20px 0px;
  position: relative;
  font-size: 14px;
  line-height: 17px;
}
.b-list > li:after {
  content: " ";
  position: absolute;
  top: 5px;
  left: 0px;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/icons.png");
  width: 10px;
  height: 9px;
  background-position: -11px -68px;
}
.icons {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/icons.png");
}
.icons-phone {
  width: 64px;
  height: 64px;
  background-position: -2px -2px;
}
.icons-arrow-top {
  width: 7px;
  height: 12px;
  background-position: -2px -68px;
}
.icons-marker {
  width: 10px;
  height: 9px;
  background-position: -11px -68px;
}
.icons-arrow {
  width: 11px;
  height: 7px;
  background-position: -23px -68px;
}
.icons-separator-grey {
  width: 17px;
  height: 39px;
  background-position: -68px -2px;
}
.icons-separator-topmenu {
  width: 11px;
  height: 37px;
  background-position: -68px -43px;
}
.icons-print {
  width: 29px;
  height: 29px;
  background-position: -81px -43px;
}
.icons-mail {
  width: 40px;
  height: 38px;
  background-position: -87px -2px;
}
.icons-mail-active {
  width: 40px;
  height: 38px;
  background-position: -112px -42px;
}
.icons-vkontakte {
  width: 39px;
  height: 38px;
  background-position: -129px -2px;
}
.icons-vkontakte-active {
  width: 39px;
  height: 38px;
  background-position: -154px -42px;
}
.icons-twitter {
  width: 38px;
  height: 38px;
  background-position: -170px -2px;
}
.icons-twitter-active {
  width: 38px;
  height: 38px;
  background-position: -195px -42px;
}
.icons-rss {
  width: 38px;
  height: 38px;
  background-position: -210px -2px;
}
.icons-rss-active {
  width: 38px;
  height: 38px;
  background-position: -235px -42px;
}
.icons-odnoklassniki {
  width: 38px;
  height: 38px;
  background-position: -250px -2px;
}
.icons-odnoklassniki-active {
  width: 38px;
  height: 38px;
  background-position: -275px -42px;
}
.icons-lj {
  width: 38px;
  height: 38px;
  background-position: -290px -2px;
}
.icons-lj-active {
  width: 38px;
  height: 38px;
  background-position: -315px -42px;
}
.icons-facebook {
  width: 38px;
  height: 38px;
  background-position: -330px -2px;
}
.icons-facebook-active {
  width: 38px;
  height: 38px;
  background-position: -355px -42px;
}
.icons-mark {
  width: 29px;
  height: 29px;
  background-position: -370px -2px;
}
.icons-copy {
  width: 29px;
  height: 29px;
  background-position: -395px -33px;
}
.icons-connect {
  width: 29px;
  height: 29px;
  background-position: -401px -2px;
}
.icons-phone-mini {
  width: 28px;
  height: 28px;
  background-position: -426px -33px;
}
.icons-marker-green {
  width: 22px;
  height: 22px;
  background-position: -432px -2px;
}
.icons-separator-black {
  width: 6px;
  height: 14px;
  background-position: -395px -64px;
}
.flags {
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-image: url("/d/icons/flags.png");
}
.flags-red {
  width: 188px;
  height: 92px;
  background-position: -6px -6px;
}
.flags-green {
  width: 188px;
  height: 92px;
  background-position: -195px -6px;
}

.col_counttab{
   color:#000;
   padding-right:10px;
}

.top_menu_dop{
  color:#ffffff;
  background:#D04141;
  
}
.top_menu_dop-a{
   color:#ffffff;
}
.top_menu_dop-a:hover{
   color:#ffffff;
   text-decoration:none;
}


.f_dopimsm{
  border: 3px solid #FFF; 
  margin:5px; 
  padding:3px;
}

.f_dopimsm:hover{
  border: 3px solid #FF0000; 
  margin:5px; 
  padding:3px;
}

figure {
	position: relative;
	float: left;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	width:500px;
	z-index:1000;
	padding:0px; 
	margin:20px 20px 20px 0px;
}
figure img {
	position: relative;
	display: block;
}

figure figcaption {
	padding: 2em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure figcaption::before,
figure figcaption::after {
	pointer-events: none;
}

figure figcaption{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


figure.effect-bubba {
	  background-color:#999;
}
figure.effect-bubba:hover img {
	opacity: 0.6;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h4 {
	padding-top: 16%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	opacity:0;
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
	  font-size: 0.75em;
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h4,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.new_firsth3{
  margin:3px;
  padding:3px;
  color:#203479;
}
.div_frmfp{
  width:500px;
}
.sm_fp{
  font-size:12px;
  color:#203479;
}

.cl_stolb_v{
  border-left: 4px solid #000;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
}
.cl_stolb{
  border-left: 4px solid #000;
  border-right: 4px solid #000;
}


.cl_stolb_n{
  border-left: 4px solid #000;
  border-bottom: 4px solid #000;
  border-right: 4px solid #000;
}