.b-logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 230px;
}
.b-logo img {
  display: block;
  margin: 0 auto;
}

.b-logo-name {
  position: absolute;
  top: 40px;
  left: 250px;
}

.b-logo.b-logo-region {
  top: 15px;
  left: 760px;
  width: 100px;
}

.b-logo.b-logo-region img {
  max-width: 100px;
}
.b-logo-head {
  position: absolute;
  top: 15px;
  left: 300px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
}
.b-logo-name.b-logo-name-region {
  top: 35px;
  left: 300px;
  max-width: 510px;
  font-family: "Georgia", serif;
  font-size: 25px;
  line-height: 1.4em;
  text-transform: uppercase;
  text-shadow: 0 1px 2px #6d6d69;
  color: #fff;
}

.b-logo-name.b-logo-name-region.ext {
  max-width: 600px;
}

.b-head-links {
  position: absolute;
  top: 20px;
  right: 0;
  width: 250px;
  font-size: 0;
}

.b-head-social a {
  margin-right: 2px;
}

.b-eng {
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
}
.b-main-site {
  margin-top: 12px;
  font-size: 12px;
  color: #fff;
}
.b-search {
  position: absolute;
  top: 64px;
  right: 0;
  width: 250px;
  font-size: 11px;
}
.b-search label {
  display: block;
  position: absolute;
  top: 11px;
  left: 10px;
  text-transform: uppercase;
  color: #fff;
  cursor: text;
}
.b-search input {
          box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: none;
  font-size: 11px;
  color: #fff;
  background: #737373;
          box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  cursor: text;

  -webkit-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
.b-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: 100%;
  background: url("../img/search_but.png") 50% 50% no-repeat;
  cursor: pointer;
}

.b-head-links2 {
  position: absolute;
  top: 108px;
  right: 0;
  width: 250px;
}

.b-font {
  font-size: 12px;
  color: #c0d7e8;
}
.b-font a {
  color: #c0d7e8;
  cursor: pointer;
}
.b-font a:hover {
  color: #000;
}
.b-font a.selected {
  color: #fff;
}

.b-main-menu {
  position: relative;
  margin: 20px 0;
}

.b-main-menu li {
  position: relative;
  margin-bottom: 1px;
  background: #e4e4e4;
  background:    -moz-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
  background:      -o-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
  background:     -ms-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
  background:         linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
}
.b-main-menu li:hover,
.b-main-menu li.selected {
  background: #f9c000;
  background:    -moz-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
  background: -webkit-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
  background:      -o-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
  background:     -ms-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
  background:         linear-gradient(top, #fcdd00 0%, #f9c000 100%);
}
.b-main-menu li a {
  display: block;
  position: relative;
  padding: 8px 10px 8px 20px;
  color: #000;
}
.b-main-menu li a:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 9px;
  width: 3px;
  height: 5px;
  background: url("../img/menu_dot.png") 0 0 no-repeat;
}
.b-main-menu li a.selected:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 9px;
  width: 5px;
  height: 3px;
  background: url("../img/select_menu_dot.png") 0 0 no-repeat;
}

.b-main-menu li.selected {
  margin-bottom: 0;
}
.b-main-menu.b-main-menu-blue li a {
  position: relative;
  background: #158ec9;
  background:    -moz-linear-gradient(top, #3fbde1 0%, #158ec9 100%);
  background: -webkit-linear-gradient(top, #3fbde1 0%, #158ec9 100%);
  background:      -o-linear-gradient(top, #3fbde1 0%, #158ec9 100%);
  background:     -ms-linear-gradient(top, #3fbde1 0%, #158ec9 100%);
  background:         linear-gradient(top, #3fbde1 0%, #158ec9 100%);
}
.b-main-menu.b-main-menu-blue li a {
  text-transform: uppercase;
  text-shadow: 0 1px 0 #136b90;
  color: #fff;
}

.sub-menu {
  background: #f7db71;
}
.sub-menu li {
  background: #f7db71;
}
.sub-menu li a:after {
  left: 20px;
}
.sub-menu li a.selected:after {
  left: 20px;
}
.sub-menu > li > a {
  padding-right: 30px;
  padding-left: 30px;
}
.sub-menu li a.selected,
.sub-menu li a:hover {
  border-top: 1px solid #cda40f;
  background-color: #f8ce2e;
}
.sub-menu li a.selected,
.sub-menu li a:hover {
  padding-top: 7px;
  background-position: 8px 12px;
}
.sub-menu > li > .sub-menu > li > a:after {
  left: 38px;
}
.sub-menu > li > .sub-menu > li > a.selected:after {
  left: 38px;
}
.sub-menu > li > .sub-menu > li > a {
  padding-left: 50px;
}
.sub-menu li a:hover:after,
.sub-menu li a.selected:after {
  top: 12px;
}

.b-site-nav {
  margin: 0 -5px 0 0;
  font-size: 12px;
}

.b-sitecopy {
  margin: 15px 0 10px;
  font-size: 14px;
  color: #424242;
}

.b-sitecopy .b-sitecopy-child {
  display: inline-block;
}

.b-sitecopy .b-last-site-update {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #8f8f8f;
}

.b-sitetext {
  margin: 10px 0 10px;
  font-size: 11px;
  color: #8f8f8f;
}

.b-ratings {
  float: left;
  width: 200px;
  height: 70px;
  margin-top: 11px;
  margin-left: 20px;
}

.b-federal-site {
  position: relative;
  margin: 30px auto;
  padding: 1px 40px;
  line-height: 1.4;
}
.b-federal-site ul {
  font-size: 1px;
  line-height: 0;
  text-align: justify;
  text-justify: newspaper;
}
.b-federal-site ul:after {
  content: "";
  display: inline-block;
  visibility: hidden;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.b-federal-site ul li {
  display: inline-block;
          box-sizing: border-box;
  font-size: 14px;
  line-height: 1.3;
  vertical-align: middle;
  text-align: left;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}

.b-calendar {
  position: relative;
  margin: 0 0 20px;
  line-height: 1;
}
.b-calendar .bc-title {
  margin: 0 0 5px;
}
.b-calendar .bc-holder {
  margin: 0 1px;
  padding: 10px 20px 20px;
  background: #e6e6e6;
}
.b-calendar table.bc-week {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  text-transform: uppercase;
}
.b-calendar table.bc-week td {
  width: 14.2%;
  height: 24px;
  font-size: 0.9em;
  text-align: center;
  background: #f9c600;
}
.b-calendar table.bc-day {
  width: 100%;
  margin-top: -1px;
  border-collapse: separate;
  border-spacing: 1px;
}
.b-calendar table.bc-day td {
  width: 14.2%;
  height: 24px;
  text-align: center;
  background: #fff;
}
.b-calendar table.bc-day td.disabled {
  color: #cdcdcd;
}
.b-calendar table.bc-day td.today {
  background: #f9c600;
}
.b-calendar table.bc-day a {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.b-calendar .bc-month {
  position: relative;
  margin: 0 1px;
  padding: 15px 20px 0;
  text-align: center;
  background: #e6e6e6;
}
.b-calendar .bc-month .bcm-title {
  font-weight: bold;
  text-transform: uppercase;
  color: #3d3d3d;
}
.b-calendar .bc-month .bcm-prev,
.b-calendar .bc-month .bcm-next {
  position: absolute;
  bottom: 0;
  width: 30px;
  height: 15px;
  overflow: hidden;
  text-indent: 100%;
  background: url("../img/calendar_ar.png") 0 50% no-repeat;
}
.b-calendar .bc-month .bcm-prev {
  left: 30px;
  background-position: 0 50%;
}
.b-calendar .bc-month .bcm-next {
  right: 30px;
  background-position: 100% 50%;
}

.b-calendar table.bc-year {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px 0;
}
.b-calendar table.bc-year td {
  padding: 0;
  vertical-align: top;
}
.b-calendar table.bc-year a {
  display: block;
  padding: 7px 0;
  font-size: 1.2em;
  text-align: center;
  color: #727272;
  background: #bababa url("../img/calendar_bg1.png") 0 0 repeat-x;
}
.b-calendar table.bc-year a.active {
  display: block;
  padding: 7px 0 18px;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d;
  background: #e6e6e6;
}

.b-calendar table.bc-year a.bcm-prev,
.b-calendar table.bc-year a.bcm-next {
  display: block;
  overflow: hidden;
  padding: 7px 3px 18px;
  text-align: center;

/*text-indent: 100%;*/
  background: #e6e6e6 url("../img/calendar_ar.png") 0 50% no-repeat;
}
.b-calendar table.bc-year a.bcm-next {
  background-position: 100% 50%;
}

.b-map-mini {
  margin: 10px 0 0;
}
.b-map-mini img {
  display: block;
  margin: 0 auto 0;
}

.b-link-menu {
  position: relative;
  padding: 2px 20px;
  background: #efefef;
}
.b-link-menu li {
  position: relative;
  padding: 8px 0;
  border-top: 1px dotted #acacac;
  background: #efefef;
}
.b-link-menu li:first-child {
  border-top: 0;
}
.b-link-menu li:after {
  content: "";
  position: absolute;
  top: 13px;
  left: -10px;
  width: 4px;
  height: 8px;
  background: url("../img/menu_dot.png") 0 0 no-repeat;
}

.b-top-slider {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.b-top-slider.t-audio {
  height: 200px;
}
.b-top-slider .bs-item {
  position: relative;
          box-sizing: border-box;
  width: 100%;
  height: 250px;
  padding-right: 230px;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
.b-top-slider.t-video .bs-item {
  padding-right: 310px;
}
.b-top-slider.t-audio .bs-item {
  height: 200px;
  padding-right: 100%;
}
/*.b-top-slider.t-video .bs-item:after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		width: 120px;
		height: 120px;
		margin: -60px 0 0 -210px;
		background: url("../img/video_ico1.png") 50% 50% no-repeat;
	}*/
.b-top-slider .bs-item img {
  display: block;
  width: 100%;
  min-height: 250px;
  height: auto;
}
.b-top-slider .bs-item-holder {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
          box-sizing: border-box;
  width: 230px;
  padding: 10px 20px 20px 20px;
  font-size: 12px;
  line-height: 1.3;
  background: #e6e6e6;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
.b-top-slider.t-video .bs-item-holder {
  width: 310px;
}
.b-top-slider.t-audio .bs-item-holder {
  width: 100%;
}
.b-top-slider .bs-item-title {
  font-size: 1.3em;
}
.b-top-slider .bs-item-date {
  margin: 10px 0 0;
  font-size: 0.9em;
  color: #a4a4a4;
}
.b-top-slider .bs-item-audio {
  max-width: 700px;
}
.b-top-slider .slider-nav {
  position: absolute;
  bottom: 10px;
  right: 20px;
  width: 190px;
}
.b-top-slider.t-video .slider-nav {
  right: 60px;
}
.b-top-slider.t-audio .slider-nav {
  left: 20px;
  right: auto;
}
.b-top-slider .slider-nav-dot {
  display: block;
  padding: 0 25px;
  text-align: center;
}
.b-top-slider .slider-nav-dot span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 2px;
  font-size: 0.9em;
  line-height: 20px;
  color: #fff;
  background: #b4b4b4;
          box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;

  -webkit-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: inset 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.b-top-slider .slider-nav-dot span.active {
  background: #097eba;
}
.b-top-slider .slider-nav-prev,
.b-top-slider .slider-nav-next {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  overflow: hidden;
  text-indent: 100%;
  background: #737373 url("../img/slider_ar.png") 0 50% no-repeat;
}
.b-top-slider .slider-nav-prev {
  left: 0;
  background-position: 0 50%;
}
.b-top-slider .slider-nav-next {
  right: 0;
  background-position: 100% 50%;
}

.b-bottom-slider {
  width: 950px;
  height: 180px;
  margin: 0 auto;
  padding: 10px 0;
}
.b-bottom-slider .bs-item {
  background: #aaa;
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);

  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
     -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}
.b-bottom-slider img {
  display: block;
  max-width: 100%;

/*max-height: 100%;*/
  margin: auto;
}

.b-banner {
  position: relative;
}
.b-banner img {
  display: block;
}

.b-ban-ner {
  position: relative;
}
.b-ban-ner img {
  display: block;
}

.b-block {
  position: relative;
}

.b-block.type-1 .bb-title {
  margin: 0 0 10px;
}
.b-block.type-1 .bb-holder {
  padding: 0 15px 15px;
  background: #f1ebd2;
}
.b-block.type-1 .bb-item-title {
  margin: 0 -15px;
  padding: 15px 15px;
  border-bottom: 1px solid #c4bc9e;
  font-weight: bold;
  font-style: italic;
  color: #615318;
  background: #e2d9b6;
}
.b-block.type-1 .bb-item-holder .bb-item-input {
  padding: 7px 0;
  border-top: 1px dotted #beb388;
}
.b-block.type-1 .bb-item-holder .bb-item-input:first-child {
  border-top: 0;
}
.b-block.type-1 .bb-item-holder .radio {
  padding-left: 20px;
}
.b-block.type-1 .bb-item-button {
  margin: 10px 0 0;
}
.b-block.type-1 .bb-item-button button {
  display: block;
  width: 100%;
}
.b-block.type-1 .bb-item-button input {
  display: block;
  width: 100%;
}
.b-block.type-1 .bb-res {
  margin: 8px 0 0;
}
.b-block.type-1 .bb-res a {
  color: #6f6a58;
}
.b-block.type-1 .bb-res a:hover {
  color: #000;
}

.b-block.type-2 .bb-title {
  margin: 0 0 10px;
}

.b-block.type-2 .bb-button {
  margin: 10px 0 0;
}

.section-list {
  position: relative;
}

.section-list.type-1 .sl-item {
  min-height: 110px;
  margin: 20px 0;
}
.section-list.type-1 .sl-item-image {
  position: relative;
  float: left;
  margin-right: 12px;
}
.section-list.type-1.type-audio .sl-item-image:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 3px;
  width: 23px;
  height: 23px;
  background: url("../img/video_ico3.png") 50% 50% no-repeat;
}
.section-list.type-1 .sl-item-holder {
  overflow: hidden;
}
.section-list.type-1 .sl-item-title {
  margin: 0 0 5px;
  font-size: 1.2em;
}
.section-list.type-1 .sl-item-date {
  margin: 5px 0 0;
  font-size: 0.9em;
  color: #a4a4a4;
}
.section-list.type-1 .sl-item-count {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 8px;
  line-height: 1;
  color: #fff;
  background: #007bc1;
}
.section-list.type-1 .sl-item-download {
  float: right;
  margin-top: -1.4em;
}

.section-list.type-2 .sl-item {
  margin: 20px 0 40px;
}
.section-list.type-2 .sl-item-image {
  float: left;
  margin-right: 12px;
  padding-bottom: 12px;
}

.section-list.type-2 .sl-item-title {
  margin: 0 0 5px;
  font-size: 1.2em;
}
.section-list.type-2 .sl-item-date {
  margin: 5px 0 0;
  font-size: 0.9em;
  color: #a4a4a4;
}
.section-list.type-2 .sl-item-phone {
  font-size: 1.2em;
}

.section-list.type-3 .sl-item {
  margin: 20px 0 25px;
}

.section-list.type-3 .sl-item-title {
  margin: 0 0 8px;
  font-size: 1.2em;
}
.section-list.type-3 .sl-item-date {
  margin: 0 0 5px;
  font-size: 0.9em;
  color: #a4a4a4;
}
.section-list.type-4 {
  padding: 20px;
}
.section-list.type-4 .sl-item {
  min-height: 110px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b9b9b9;
}
.section-list.type-4 .sl-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.section-list.type-4 .sl-item-title {
  overflow: hidden;
  margin: 0 0 8px;
  font-size: 1.2em;
}
.section-list.type-4 .sl-item-image {
  position: relative;
  float: left;
  margin-right: 20px;
          box-shadow: 3px 3px 15px 0 #979797;

  -webkit-box-shadow: 3px 3px 15px 0 #979797;
     -moz-box-shadow: 3px 3px 15px 0 #979797;
}
.section-list.type-4 .sl-count {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px 7px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #fa9a00;
}
.section-list.type-4 .sl-item-date {
  margin: 5px 0 5px;
  font-size: 0.9em;
  color: #a4a4a4;
}
.section-list.type-4 .sl-item-holder {
  overflow: hidden;
}

.section-list.type-5 .sl-item-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #424242;
}
.section-list.type-5 .sl-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #b9b9b9;
}
.section-list.type-5 .sl-item-player {
  margin-top: 15px;
}

.section-list.type-6 .sl-item {
  min-height: 220px;
  margin: 20px 0;
}
.section-list.type-6 .sl-item-image {
  float: left;
  margin-right: 12px;
}
.section-list.type-6 .sl-item-holder {
  overflow: hidden;
}
.section-list.type-6 .sl-item-title {
  margin: 0 0 5px;
  font-size: 1.2em;
}
.section-list.type-6 .sl-item-date {
  margin: 5px 0 0;
  font-size: 0.9em;
  color: #a4a4a4;
}

.section-list.type-7 .sl-item-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #424242;
}
.section-list.type-7 .sl-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.section-list.type-7 .sl-item-player {
  margin-top: 15px;
}
.b-content .bb-title {
  margin: 0 0 10px;
}

.sl-item-image img {
  float: left;
  overflow: hidden;
}

.b-content .bb-title .h1,
.b-content .bb-title h1.h1 {
  display: inline;
}

.b-content ul {
  padding-left: 30px;
}
.b-content ul.t-2 {
  padding-left: 10px;
}
.b-content ul li {
  position: relative;
  padding-left: 10px;
  list-style: none;
}
.b-content ul li:after {
  content: "";
  position: absolute;
  top: 5px;
  right: 100%;
  width: 4px;
  height: 7px;
  background: url("../img/li.png") 0 0 no-repeat;
}

.b-content .ya-share2 ul {
  padding-left: 10px;
}
.b-content .ya-share2 ul li:after {
  display: none;
}

.b-attention {
  position: relative;
  padding: 20px 20px 20px 85px;
  font-size: 14px;
  background: #fee8bc;
}

.b-attention:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 66px;
  height: 100%;
  text-align: center;
  background: #fbcc6a url("../img/att_ico.png") 50% 50% no-repeat;
}

.b-attention.i_conf:after {
  width: 66px;
  height: 100%;
  background: #fbcc6a url("../img/conf_ico.png") 50% 50% no-repeat;
}

.b-filter {
  position: relative;
  padding: 10px 18px;
  background: #e6e6e6;
}
.b-form .bf-item {
  position: relative;
  margin: 0 0 15px;
}

.b-form .bf-item-label {
  margin: 0 0 7px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  color: #4b4b4b;
}
.b-form .bf-collumn-1 .bf-item {
  width: 100%;
}

.b-form .bf-collumn-2 {
  position: relative;
}

.b-form .bf-collumn-2 .bf-item {
  display: inline-block;
  width: 66%;
  vertical-align: top;
}

.b-form .bf-collumn-2 .bf-button {
  position: absolute;
  bottom: -10px;
  right: -15px;
  width: 34%;
  height: 100%;
  margin-right: -3px;
  text-align: center;
  background: #dadada;
}

.b-form .bf-collumn-3 {
  margin-right: -3%;
}

.b-form .bf-collumn-3 .bf-item {
  display: inline-block;
  width: 30.6%;
  margin-right: 2%;
  vertical-align: top;
}
.b-form .bf-item .bf-collumn-3 .bf-item {
  width: 30%;
}

.b-form .bf-collumn-4 {
  position: relative;
  margin-right: -3%;
}

.b-form .bf-collumn-4 .bf-item {
  display: inline-block;
  width: 63%;
  vertical-align: top;
}
.b-form .bf-collumn-4 .bf-item.bh-width {
  width: 31%;
  margin-right: 2%;
}

.b-form .bf-collumn-5 {
  margin-right: -3%;
}

.b-form .bf-collumn-5 .bf-item {
  display: inline-block;
  width: 63%;
  vertical-align: top;
}
.b-form .bf-collumn-5 .bf-item.bh-width-1 {
  width: 31%;
  margin-right: 2%;
}

.b-form .bf-collumn-5 .bf-item.bh-width-2 {
  width: 23%;
  margin-right: 2%;
}

.b-form .bf-collumn-5 .bf-item.bh-width-3 {
  width: 8%;
  margin-right: 2%;
}

.b-form .bf-collumn-5 .bf-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 31%;
  height: 100%;
  text-align: center;
  background: #dadada;
}
.b-form .bf-collumn-5 .bf-button .btn-holder {
  margin-top: 0;
  margin-right: -3%;
  padding: 27px 0;
  white-space: nowrap;
}

.b-form .bf-collumn-5 .bf-button button {
  margin-bottom: 0;
}

.b-form .bf-collumn-6 {
  margin-right: -4%;
}

.b-form .bf-collumn-6 .bf-item {
  display: inline-block;
  width: 47%;
  margin-right: 2%;
  vertical-align: top;
}

.b-form .bf-item .send-button {
  display: inline-block;
  margin-left: 19px;
}
.b-form .bf-button .btn-holder {
  margin-top: 15px;
  margin-right: -3%;
  white-space: nowrap;
}

.b-form .bf-button button {
  min-height: 30px;
  margin: 0 2% 2% 0;
  padding: 0 5%;
          border-radius: 5px;
  line-height: 30px;
  text-transform: uppercase;
  color: #fff;

  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
}

.b-form.t-2 .bf-collumn-a {
  position: relative;
}
.b-form.t-2 .bf-collumn-a .bf-button {
  position: absolute;
  bottom: -10px;
  right: -15px;
  width: 38%;
  height: 100%;
  margin-right: -3px;
  text-align: center;
  background: #dadada;
}
.b-form.t-2 .bf-collumn-a .bf-item {
  display: inline-block;
  width: 62%;
  vertical-align: top;
}
.b-form.t-2 .bf-collumn-b {
  overflow: hidden;
}
.b-form.t-2 .bf-collumn-b .bf-button {
  float: right;
  width: 15%;
  text-align: right;
}
.b-form.t-2.active .bf-collumn-b .bf-button {
  display: none;
}
.b-form.t-2a .bf-collumn-b .bf-button {
  margin-top: 20px;
}
.b-form.t-2 .bf-collumn-b .blue-button {
  width: 80%;
}
.b-form.t-2 .bf-collumn-b .bf-item {
  float: left;
  width: 85%;
}
.b-form.t-2.active .bf-collumn-b .bf-item {
  width: 100%;
}

.b-form .bf-holder-main {
  margin: -10px -18px 15px;
  padding: 18px 18px 3px;
  background: #d7d7d7;
}
.b-form .bf-bottom {
  margin: 0 -18px -10px;
}

.b-form .bf-but-more {
  display: block;
  position: relative;
  height: 36px;
  overflow: hidden;
  text-indent: 100%;
  background: #f8f8f8;
  background:    -moz-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background: -webkit-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background:      -o-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background:     -ms-linear-gradient(top, #fff 0%, #f1f1f1 100%);
  background:         linear-gradient(top, #fff 0%, #f1f1f1 100%);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);

  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}
.b-form .bf-but-more:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -4px;
  border-top: 6px solid #707070;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.b-form.active .bf-but-more:after {
  border-top: 0;
  border-bottom: 6px solid #707070;
}

.b-form .bf-but-check {
  display: block;
  display: inline-block;
  position: relative;
  margin-left: 15px;
  border-bottom: 1px dotted;
  line-height: 1.2;
  cursor: pointer;
}
.b-form .bf-but-check:before {
  content: "";
  position: absolute;
  top: 0.6em;
  left: -15px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: url("../img/ar1.png") 0 0 no-repeat;
}
.b-form .bf-but-check.active:before {
  background-position: -7px 0;
}

.b-form .bf-hidden {
  display: none;
}
.b-form.active .bf-hidden {
  display: block;
}

.b-form .bf-item.t-a {
  font-size: 16px;
  color: #0770af;
}

.b-pagination {
  position: relative;
  margin-top: 20px;
  padding: 8px 10px;
  text-align: center;
  background: #e6e6e6;
}
.b-pagination a {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  font-size: 11px;
  line-height: 18px;
  vertical-align: top;
  color: #fff;
  background: #b4b4b4;
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
.b-pagination .bp-prev,
.b-pagination .bp-next {
  margin: 0;
  border: 0 !important;
  text-align: center;
}
.b-pagination .bp-prev,
.b-pagination .bp-next,
.b-pagination .bp-start,
.b-pagination .bp-end,
.b-photo .slider-nav-prev,
.b-photo .slider-nav-next {
  width: 18px;
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
  text-indent: 100%;
  background: #737373 url("../img/pag_ar.png") 0 0 no-repeat;
}
.b-pagination .bp-prev {
  background-position: -19px 0;
}
.b-pagination .bp-next {
  margin-right: 5px;
  background-position: -35px 0;
}
.b-pagination .bp-end {
  margin-right: 0;
  background-position: -53px 0;
}
.b-pagination a.active {
  text-decoration: none;
  color: #fff;
  background: #097eba;
}

.bc-disc {
  font-size: 14px;
}
.step-bg {
  padding: 7px 0;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #fbcc6a;
}
.b-step {
  margin-top: 20px;
  background: #fee8bc;
}
.b-step .sb-disc {
  margin: 0 15px;
  padding: 15px 0;
  border-bottom: 1px dotted #9e8143;
  font-size: 14px;
  text-align: center;
}
.b-step .btn-step {
  /*white-space: nowrap;*/
  min-height: 30px;
  padding: 15px;
}
.b-step .radio:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url("../img/checkbox_ico.png") 0 0 no-repeat;
}
.b-step .radio.active:before {
  background-position: -18px 0;
}

.b-step .radio {
  padding: 3px 0 0 25px;
  font-size: 0.9em;
  font-weight: bold;
  text-transform: uppercase;
  color: #424242;
}
.b-step .bb-item-input {
  display: inline-block;
  margin-right: 2%;
  vertical-align: middle;
}
.b-step .bb-item-input:last-child {
  margin-right: 0;
}
.b-step .bb-item-button {
  display: inline-block;
  margin-top: -5px;
  vertical-align: middle;
  text-align: right;
}

.b-form .bf-item-label .bf-file-dics {
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
}

.file_upload {
  position: relative;
  width: 46%;
  margin-top: 10px;
  padding: 5px 10px;
  border: 1px solid #c1c1c1;
  background: #fff;
  box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.196);
}

.file_upload > button {
  position: absolute;
  top: -3px;
  right: -135px;
}
.file_upload input[type="file"] {
  position: absolute;
  top: -2px;
  right: -135px;
  width: 125px;
  height: 30px;
  letter-spacing: 10em;
  opacity: 0;
  cursor: pointer;
}
.file-add span {
  margin-right: 15px;
}
.i_del {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  vertical-align: top;
  background: #f56b00 url("../img/del_file.png") 0 0 no-repeat;
}

.b-attention .ba-item {
  display: inline-block;
  margin-right: 4%;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
  text-transform: uppercase;
  color: #424242;
}

.b-attention .ba-item span {
  display: block;
  font-size: 18px;
}
.b-attention.type-2 {
  font-size: 14px;
  color: #424242;
}
.b-attention.type-2 .ba-item {
  display: inline-block;
  margin-top: 10px;
  margin-right: 4%;
  font-size: 14px;
  font-weight: normal;
  vertical-align: top;
  text-transform: none;
}

.b-attention.type-2 span {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.b-attention.type-2:after {
  height: 90px;
}

.b-structure .bs-head {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  background: #ee4040;
}
.b-structure .bs-head .h2 {
  margin: 0;
  color: #fff;
}
.b-structure .bs-head .h2 a {
  color: #fff;
}
.b-structure .bs-item-holder {
  margin-top: 10px;
  font-size: 0;
}
.b-structure .bs-item-col1,
.b-structure .bs-item-col2,
.b-structure .bs-item-col3 {
  display: inline-block;
  width: 30%;
  overflow: hidden;
  margin-right: 5%;
  vertical-align: top;
}
.b-structure .bs-item-col1 {
  float: left;
}
.b-structure .bs-item-col3 {
  float: right;
  margin-right: 0;
}
.b-structure .bs-item {
  margin-bottom: 10px;
  font-size: 10px;
}
.b-structure .bs-item .bs-title {
  display: table;
          box-sizing: border-box;
  width: 100%;
  min-height: 60px;
  padding: 7px 1px;
  text-align: center;
  color: #fff;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
.b-structure .bs-item .bs-group .bs-title {
  padding: 20px 0;
}
.b-structure .h3 {
  text-align: center;
}

.b-structure .bs-item .h3 {
  display: table-cell;
  margin: 0;
  font-size: 10px;
  vertical-align: middle;
  color: #fff;
  word-wrap: break-word;
}
.b-structure .bs-item .h3 a {
  color: #fff;
}

.b-structure .bs-item .h3 .bs-name {
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
}
.b-structure .bs-item .h3 .bs-post {
  margin-top: 5px;
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
  text-transform: uppercase;
}
.b-structure .bs-item ul {
  margin: 0;
  padding: 5px 0;
}
.b-structure .bs-item ul li {
  margin: 0;
  padding: 6px 5px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.b-structure ul li:after {
  display: none;
}
.b-structure .bs-item ul li a {
  color: #fff;
}
.b-structure .bs-blue {
  background: #5ba4e2;
}
.b-structure .bs-item.bs-blue .bs-title {
  margin: 0;
  background: #458fce;
}
.b-structure .bs-item.bs-pink {
  background: #e17eb0;
}
.b-structure .bs-item.bs-pink .bs-title {
  margin: 0;
  background: #ce5391;
}
.b-structure .bs-item.bs-brown {
  background: #d5a365;
}

.b-structure .bs-item.bs-green1 {
  background: #6bc46b;
}
.b-structure .bs-item.bs-green2 {
  background: #54a154;
}
.b-structure .bs-item.bs-green3 {
  background: #669456;
}
.b-structure .bs-row .bs-pink {
  background: #ce5391;
}

.b-structure .bs-row {
  font-size: 1px;
  line-height: 0;
  text-align: justify;
}
.b-structure .bs-row:after {
  content: "";
  display: inline-block;
  visibility: hidden;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.b-structure .bs-row .bs-item {
  display: inline-block;
  vertical-align: top;
}
.b-structure .bs-col2-sub .bs-item {
  width: 49%;
}
.b-structure .bs-col3 .bs-item,
.b-structure .bs-col3-sub .bs-item {
  width: 32%;
}
.b-structure .bs-col6 .bs-item,
.b-structure .bs-col6-sub .bs-item {
  width: 14%;
}
.b-structure .bs-col6-sub .bs-item.bs-brown {
  width: 24%;
}
.b-structure .bs-col5 .bs-item,
.b-structure .bs-col5-sub .bs-item {
  width: 19%;
}
.b-structure .bs-col7 .bs-item,
.b-structure .bs-col7-sub .bs-item {
  width: 49%;
}
.b-structure .bs-col6-sub .bs-item .h3 {
  font-size: 10px;
}

.b-structure .bs-col3-sub .bs-item .h3,
.b-structure .bs-col2-sub .bs-item .h3 {
  font-size: 14px;
}

.b-structure .bs-col2-sub .bs-item .bs-title {
  padding: 10px;
}
.b-structure .bs-row--flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.b-structure .bs-row--flex:after {
  content: none;
}
.bs-col6--fix .bs-item ,
.bs-col8--fix .bs-item {
  overflow: hidden;
}
.b-structure .bs-col6--fix .bs-item,
.b-structure .bs-col6-sub--fix .bs-item {
  width: 16%;
}
.b-structure .bs-col8--fix .bs-item,
.b-structure .bs-col8-sub--fix .bs-item {
  width: 12%;
}
.bs-group {
  display: flex !important;
  flex-direction: column;
  justify-content: space-evenly;
}
.b-structure-fku a {
  color: #fff;
}

.b-structure-fku a:hover,
.b-structure-fku a:focus,
.b-structure-fku a:active {
  text-decoration: none;
  color: #fff;
}

.b-structure-fku table {
  width: 100%;
  border: 0;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1.4;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #fff;
}

.b-structure-fku .row1 {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #00488f;
}

.b-structure-fku .row2 {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #43639e;
}

.b-structure-fku .row3 {
  padding-top: 10px;
  padding-bottom: 10px;
  border: 2px solid #fff;
  background: #ce5391;
}

.b-structure-fku .row4 {
  width: 20%;
  padding-top: 20px;
  padding-right: 5px;
  padding-bottom: 20px;
  padding-left: 5px;
  border: 2px solid #fff;
  background: #458fce;
}

.b-structure-fku .bs-title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

.b-structure-fku .bs-post {
  margin-top: 5px;
  font-size: 12px;
}

.b-structure-fku .bs-name {
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}

.b-multimedia {
  background: #e6e6e6;
}
table.timetable {
  color: #424242;
  background: #fee8bc;
}
table.timetable th {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #424242;
  background: #fbcc6a;
}
table.timetable th,
table.timetable td {
  border: 0;
}

table.timetable th {
  padding: 5px 20px;
}
table.timetable > span {
  display: block;
  margin-top: 5px;
  color: #000;
}
table.timetable span .or-hour {
  color: #f87e00;
}

.contacts-blocks {
  margin-top: 30px;
}
.contacts-blocks .cb-holder {
  margin: 0 -25px;
}
.contacts-blocks .cb-item {
          box-sizing: border-box;
  padding: 20px 60px;
  border: 1px solid #5980b5;
  text-align: center;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
.contacts-blocks .cb-cols {
  display: table;
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 25px 0;
}
.contacts-blocks .cb-row {
  display: table-row;
}
.contacts-blocks .cb-cols .cb-item {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}

.contacts-blocks .cb-item .cb-title a {
  text-transform: uppercase;
  color: #5980b5;
}

.contacts-blocks .cb-item .cb-text {
  margin-top: 10px;
}

.b-photo {
  position: relative;
  padding: 50px 20px 20px;
  background: #e6e6e6;
}
.b-photo .bp-main {
  overflow: hidden;
  text-align: center;
}
.b-photo .bp-main img {
  width: 660px;
}
.b-photo .bp-main .slide-title {
  margin: 15px 0;
}
.b-photo .bp-main .bp-main-holder {
          box-shadow: 0 7px 15px 0 #979797;

  -webkit-box-shadow: 0 7px 15px 0 #979797;
     -moz-box-shadow: 0 7px 15px 0 #979797;
}

.b-photo .bp-holder {
  margin-right: -30px;
  margin-bottom: -15px;
  padding-top: 20px;
  font-size: 0;
}
.b-photo .bp-holder .bp-item {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.b-photo .current,
.b-photo #custom-caption div {
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 47%;
  padding: 1px 5px;
  text-align: center;
  color: #fff;
  background: #097eba;
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);

  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.b-photo .slider-nav-prev,
.b-photo .slider-nav-next {
  display: inline-block;
  width: 18px;
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
  text-indent: 100%;
}

.b-photo .slider-nav-prev {
  position: absolute;
  position: absolute;
  top: 15px;
  left: 43px;
  background-position: -19px 0;
}

.b-photo .slider-nav-next {
  position: absolute;
  top: 15px;
  right: 43px;
  background-position: -35px 0;
}
.b-photo .slider-nav span {
  display: none;
}

.b-photo .slider-nav-begin,
.b-photo .slider-nav-end {
  display: inline-block;
  position: absolute;
  top: 15px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  vertical-align: middle;
  text-indent: 100%;
  background: #737373 url("../img/pag_ar.png") 0 0 no-repeat;
}

.b-photo .slider-nav-end {
  right: 20px;
  background-position: -53px 0;
}

.b-photo .slider-nav-begin {
  left: 20px;
}
#custom-caption {
  margin: 10px 0;
}
.b-breadcrumb {
  position: relative;
  margin: 0 0 15px;
  font-size: 11px;
  color: #a4a4a4;
}
.b-breadcrumb a {
  color: #a4a4a4;
}
.b-docs {
  margin-top: 15px;
  font-size: 0;
}

.date-select input {
  width: 20%;
  margin-right: 10px;
  margin-left: 5px;
}

.l-content-right .b-block .b-link-menu img {
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -20px;
  max-width: 230px;
}

.l-content-left .b-block .b-link-menu img {
  margin-top: -2px;
  margin-bottom: -2px;
  margin-left: -20px;
  max-width: 230px;
}

/* smallfont */
.smallfont .ba-item {
  font-size: 12px;
}
.smallfont .bc-disc,
.smallfont .step-bg,
.smallfont .sb-disc {
  font-size: 14px;
}
.smallfont .b-form .bf-item-label,
.smallfont .b-form .bf-item-label .bf-file-dics {
  font-size: 10px;
}
.smallfont .b-step .btn-step {
  min-height: 30px;
}

/* averagefont */
.averagefont .bc-disc,
.averagefont .ba-item,
.averagefont .sb-disc,
.averagefont .step-bg {
  font-size: 18px;
}
.averagefont .b-form .bf-item-label {
  font-size: 16px;
}
.averagefont .b-form .bf-item-label .bf-file-dics {
  font-size: 14px;
}
.averagefont .b-step .btn-step {
  min-height: 30px;
}
.averagefont .b-attention .ba-item,
.averagefont .b-pagination a,
.averagefont .b-breadcrumb {
  font-size: 14px;
}
.averagefont .b-attention .ba-item span {
  font-size: 20px;
}
.averagefont .b-attention.type-2,
.averagefont .b-attention.type-2 .ba-item,
.averagefont .b-attention.type-2 span {
  font-size: 16px;
}
.averagefont .b-form .bf-button .btn-holder {
  margin-top: 5px;
  white-space: inherit;
}

/* largefont */
.largefont .bc-disc,
.largefont .ba-item,
.largefont .sb-disc,
.largefont .step-bg {
  font-size: 22px;
}
.largefont .b-form .bf-item-label {
  font-size: 20px;
}
.largefont .b-step .btn-step {
  min-height: 70px;
}
.largefont .b-form .bf-item-label .bf-file-dics {
  font-size: 18px;
}
.largefont .b-attention .ba-item,
.largefont .b-pagination a,
.largefont .b-breadcrumb {
  font-size: 18px;
}
.largefont .b-attention .ba-item span {
  font-size: 22px;
}
.largefont .b-attention.type-2,
.largefont .b-attention.type-2 .ba-item,
.largefont .b-attention.type-2 span {
  font-size: 18px;
}
.largefont .b-form .bf-button .btn-holder {
  margin-top: 5px;
  white-space: inherit;
}

.b-tabs.t-1 {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #c2c2c2;
  font-size: 16px;
}
.b-tabs.t-1 .bt-item {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid transparent;
  border-bottom: 0;
  vertical-align: bottom;
  background: #fff;
}
.b-tabs.t-1 .bt-item.active {
  margin-bottom: -1px;
  padding-bottom: 11px;
  border-color: #c2c2c2;
  color: #424242;
}
.b-tabs.t-1 .bt-item span {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.b-tabs.t-1 .bt-item.active span {
  border-bottom: 0;
}

.b-tabs.t-2 {
  position: relative;
  font-size: 14px;
}
.b-tabs.t-2 .bt-item {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid transparent;
  vertical-align: bottom;
}
.b-tabs.t-2 .bt-item.active {
  border-color: #89cff7;
}
.b-tabs.t-2 .bt-item span {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
}
.b-tabs.t-2 .bt-item.active span {
  border-bottom: 0;
}
.b-tabs.t-2 .bt-item.active:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  background: url("../img/tab_close1.png") 50% 50% no-repeat;
}

.b-tags.t-1 {
  position: relative;
  font-size: 0;
}
.b-tags.t-1 .bt-item {
  display: inline-block;
  position: relative;
          box-sizing: border-box;
  width: 25%;
  height: 30px;
  margin-bottom: 1px;
  padding: 6px 5px;
  border-right: 1px solid #fff;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
  background: #e6e6e6;

  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
}
.b-tags.t-1 .bt-item.active {
  color: #fff;
  background: #007bc1;
}
.b-tags.t-1 .bt-item:before {
  content: "";
  display: inline-block;
  width: 0;
  vertical-align: middle;
}
.b-tags.t-1 .bt-item span {
  display: inline-block;
  vertical-align: middle;
}

.c-list.t-3 {
  margin-right: -5px;
  margin-left: -5px;
  line-height: 0;
  text-align: center;
  text-align: justify;
}
.c-list.t-3:after {
  content: "";
  display: inline-block;
  visibility: hidden;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.c-list.t-3 .cl-item {
  display: inline-block;
  position: relative;
  width: 6%;
  font-weight: bold;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  color: #424242;
}
.c-list.t-3 .cl-item.active {
  color: #fff;
}
.c-list.t-3 .cl-item span,
.c-list.t-3 .cl-item a {
  display: block;
  width: 30px;
  height: 30px;
  height: 30px;
  margin: auto;
  line-height: 30px;
}
.c-list.t-3 .cl-item.active a {
  color: inherit;
  background: #0c87c0;
}

.b-multi-slider {
  width: 900px;
  height: 180px;
  margin: 0 auto;
  padding: 10px 0;
}
/*.b-multi-slider .bs-item {
		-moz-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
		box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
	}*/

.b-side-subscribe {
  position: relative;
}
.b-side-subscribe .bs-button {
  position: relative;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  text-transform: uppercase;
  background: #f1f1f1;
  background:    -moz-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
  background:      -o-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
  background:     -ms-linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
  background:         linear-gradient(top, #f1f1f1 0%, #e4e4e4 100%);
}
.b-side-subscribe.active .bs-button {
  background: #face00;
  background:    -moz-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
  background: -webkit-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
  background:      -o-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
  background:     -ms-linear-gradient(top, #fcdd00 0%, #f9c000 100%);
  background:         linear-gradient(top, #fcdd00 0%, #f9c000 100%);
}
.b-side-subscribe .bs-button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  background: url("../img/ar2.png") 0 0 no-repeat;
}
.b-side-subscribe.active .bs-button:before {
  background-position: -7px 0;
}
.b-side-subscribe .bs-button a {
  display: block;
  padding: 12px 20px 10px 25px;
  color: #000;
}
.b-side-subscribe .bs-holder {
  display: none;
  position: relative;
  padding: 15px 12px;
  background: #ececec;
}
.b-side-subscribe.active .bs-holder {
  display: block;
}

.b-side-subscribe .bsi-label {
  display: block;
  margin-bottom: 5px;
  color: #919191;
}
.b-side-subscribe .bs-list {
  position: relative;
  margin-top: 15px;
  color: #007bc1;
}
.b-side-subscribe .bsl-item {
  margin: 8px 0;
}
.b-side-subscribe .bs-submit {
  position: relative;
  min-height: 45px;
  margin-top: 15px;
}
.b-side-subscribe .bs-submit a {
  float: left;
  color: #000;
}
.b-side-subscribe .bs-submit a.blue-button {
  margin: 10px 0;
  color: #fff;
}

.c-list.t-4 {
  text-align: center;
}
.c-list.t-4 .cl-holder {
  margin: 0 -10px -40px;
}
.c-list.t-4 .cl-item {
  display: inline-block;
  position: relative;
  width: 28%;
  margin: 0 2% 40px;
  vertical-align: top;
}
.c-list.t-4 .cl-item-title {
  margin-top: 10px;
  font-size: 10px;
  text-transform: uppercase;
}
.c-list.t-4 .cl-item-title a {
  color: inherit;
}

.b-buttons {
  position: relative;
  margin-right: -20px;
}
.b-buttons .bb-item {
  display: inline-block;
  position: relative;
  width: 35%;
  min-height: 3.6em;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 4% 8% 4% 4%;
  font-size: 14px;
  font-weight: bold;
  line-height: 3.6em;
  vertical-align: top;
  text-transform: uppercase;
  color: inherit;
}
.b-buttons .bb-item.t-lite {
  color: #239bd0;
}
.b-buttons .bb-item.t-dark {
  color: #fff;
}
.b-buttons .bb-item:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 3.6em;
  vertical-align: middle;
}
.b-buttons .bb-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  background: url("../img/button_bg5.png");
}
.b-buttons .bb-item.t-dark:after {
  background-position: 100% 0;
}
.b-buttons .bb-item > span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
.b-buttons .bb-item > span:before {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 15px;
  right: 15px;
  border: 1px solid #fff;
}

.m_t05 {
  margin-top: 5px;
}
.m_t1 {
  margin-top: 10px;
}
.m_t15 {
  margin-top: 15px;
}
.m_t2 {
  margin-top: 20px;
}
.m_t4 {
  margin-top: 40px;
}
.m_r05 {
  margin-right: 5px;
}
.m_r1 {
  margin-right: 10px;
}
.m_r2 {
  margin-right: 20px;
}
.m_r4 {
  margin-right: 40px;
}
.m_l05 {
  margin-left: 5px;
}
.m_l1 {
  margin-top: 5px;
  margin-left: 10px;
}
.m_l2 {
  margin-left: 20px;
}
.m_l4 {
  margin-left: 40px;
}
.m_b05 {
  margin-bottom: 5px;
}
.m_b1 {
  margin-bottom: 10px;
}
.m_b15 {
  margin-bottom: 15px;
}
.m_b2 {
  margin-bottom: 20px;
}
.m_b4 {
  margin-bottom: 40px;
}

.last-page-update {
  margin: 0 250px 0 250px;
  color: #8f8f8f;
}
.b-form .bf-collumn-6 .bf-item.bf-request-topic {
  display: none;
}