.loader {
    display: inline-block;
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*z-index: 10001;*/
    margin-left:3px;
    width: 8px;
    height: 8px;
    /*margin: -75px 0 0 -75px;*/
    border: 2px solid #f3f3f3;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    /*width: 120px;*/
    /*height: 120px;*/
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

a {
  text-decoration: none;
  color: #0024ff;
}
.success {
  color: #008000 !important;
}
.warning {
  color: #ffa500 !important;
}
.error {
  color: #ef4c23 !important;
}
label.error {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 150%;
  display: block;
}
.g-link {
  text-decoration: none;
  color: #0024ff;
}
.pushy ul {
  list-style: none;
  padding-left: 0;
}
.pushy a {
  padding: 15px !important;
}
@media only screen and (max-width: 650px) {
  .m-show {
    display: block !important;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .m-show {
    display: none !important;
  }
}
@media only screen and (min-width: 1051px) {
  .m-show {
    display: none !important;
  }
}
@media only screen and (max-width: 650px) {
  .t-hide {
    display: none !important;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .t-hide {
    display: none !important;
  }
}
@media only screen and (max-width: 650px) {
  .m-hide {
    display: none !important;
  }
}
html,
body {
  line-height: 150%;
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-y: scroll;
  font-size:16px;
}

body {
  padding-right: 0 !important;
  font-size: 0.875rem
}

html.remodal-is-locked, body.remodal-is-locked {
  overflow: auto !important;
}

@media only screen and (max-width: 650px) {
  html {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  html {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1051px) {
  html {
    font-size: 1rem;
  }
}

.b-one-column-top {
  width: 100%;
  padding-top: 75px;
  padding-top: 4.6875rem;
  background-color: #73a7aa; /* fallback */
  background-repeat: repeat-y;
  background: -webkit-gradient(linear, left top, right top, from(#73a7aa), to(#ad7d99)); /* Safari 4-5, Chrome 1-9 */
  background: -webkit-linear-gradient(left, #73a7aa, #ad7d99); /* Safari 5.1, Chrome 10+ */
  background: -moz-linear-gradient(left, #73a7aa, #ad7d99); /* Firefox 3.6+ */
  background: -ms-linear-gradient(left, #73a7aa, #ad7d99); /* IE 10 */
  background: -o-linear-gradient(left, #73a7aa, #ad7d99); /* Opera 11.10+ */
}
.b-news-block-item {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 650px) {
  .b-news-block-item {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .b-news-block-item:first-child {
    margin-left: auto;
  }
  .b-news-block-item:last-child {
    margin-right: auto;
  }
}
@media only screen and (max-width: 650px) {
  .b-news-block-item .b-news-block_news-item {
    padding-left: 0;
  }
}
.b-page-container {
  min-height: 100%;
  position: relative;
}
header {
  line-height: 150%;
  position: fixed;
  width: 100%;
  top: 0;
  height: 60px;
  z-index: 10000;
  background-color: #264251;
  border-bottom: 1px solid #3b5562;
}
.b-page-content {
  padding: 90px 40px 90px 20px;
}
footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #d4f0f4;
  height: 60px;
  background-color: #fff;
}
div.wrapper {
  *zoom: 1;
  *zoom: 1;
  width: auto;
  max-width: 1150px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
  min-height: 100%;
  height: auto !important;
}
div.wrapper:before,
div.wrapper:after {
  content: '';
  display: table;
}
div.wrapper:after {
  clear: both;
}
div.wrapper:before,
div.wrapper:after {
  content: '';
  display: table;
}
div.wrapper:after {
  clear: both;
}
div.wrapper .b-single-column {
  *zoom: 1;
  width: auto;
  max-width: 1150px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}
div.wrapper .b-single-column:before,
div.wrapper .b-single-column:after {
  content: '';
  display: table;
}
div.wrapper .b-single-column:after {
  clear: both;
}
div.wrapper .b-left-bar {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 22.75%;
  margin-left: 0%;
  margin-right: 3%;
}
div.wrapper .b-left-bar:before,
div.wrapper .b-left-bar:after {
  content: '';
  display: table;
}
div.wrapper .b-left-bar:after {
  clear: both;
}
div.wrapper .b-left-bar:last-child {
  margin-right: 0%;
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  div.wrapper .b-left-bar {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%;
  }
  div.wrapper .b-left-bar:before,
  div.wrapper .b-left-bar:after {
    content: '';
    display: table;
  }
  div.wrapper .b-left-bar:after {
    clear: both;
  }
  div.wrapper .b-left-bar:last-child {
    margin-right: 0%;
  }
}
@media only screen and (max-width: 650px) {
  div.wrapper .b-left-bar {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  div.wrapper .b-left-bar:first-child {
    margin-left: auto;
  }
  div.wrapper .b-left-bar:last-child {
    margin-right: auto;
  }
}
div.wrapper .b-main-content {
  padding-bottom: 60px;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 74.25%;
  margin-left: 0%;
  margin-right: 3%;
}
@media only screen and (max-width: 650px) {
  div.wrapper .b-main-content {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  div.wrapper .b-main-content:first-child {
    margin-left: auto;
  }
  div.wrapper .b-main-content:last-child {
    margin-right: auto;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  div.wrapper .b-main-content {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%;
  }
  div.wrapper .b-main-content:before,
  div.wrapper .b-main-content:after {
    content: '';
    display: table;
  }
  div.wrapper .b-main-content:after {
    clear: both;
  }
  div.wrapper .b-main-content:last-child {
    margin-right: 0%;
  }
}
div.wrapper .b-main-content:before,
div.wrapper .b-main-content:after {
  content: '';
  display: table;
}
div.wrapper .b-main-content:after {
  clear: both;
}
div.wrapper .b-main-content:last-child {
  margin-right: 0%;
}
div.wrapper .b-main-content .clipped {
  max-width: 800px;
}
.g-clear {
  clear: both;
  height: 0;
}
.g-hidden {
  display: none;
}
.b-captcha {
  padding: 2px;
  height: 75px;
}
.menu-btn {
  font-size: 20px;
  font-size: 1.25rem;
}
.b-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
@media only screen and (min-width: 1051px) {
  .b-menu_left {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 59%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu_left:before,
  .b-menu_left:after {
    content: '';
    display: table;
  }
  .b-menu_left:after {
    clear: both;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-menu_left {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 45%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu_left:before,
  .b-menu_left:after {
    content: '';
    display: table;
  }
  .b-menu_left:after {
    clear: both;
  }
}
@media only screen and (max-width: 650px) {
  .b-menu_left {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 65%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu_left:before,
  .b-menu_left:after {
    content: '';
    display: table;
  }
  .b-menu_left:after {
    clear: both;
  }
}
@media only screen and (min-width: 1051px) {
  .b-menu_left .b-menu-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.285714285714299%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu_left .b-menu-item:before,
  .b-menu_left .b-menu-item:after {
    content: '';
    display: table;
  }
  .b-menu_left .b-menu-item:after {
    clear: both;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-menu_left .b-menu-item {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 25%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu_left .b-menu-item:before,
  .b-menu_left .b-menu-item:after {
    content: '';
    display: table;
  }
  .b-menu_left .b-menu-item:after {
    clear: both;
  }
}
@media only screen and (max-width: 650px) {
  .b-menu_left .b-menu-item {
    display: none;
  }
}
.b-menu_left .b-menu-item_search {
  line-height: 60px;
}
@media only screen and (min-width: 1051px) {
  .b-menu_left .b-menu-item_search {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 42.8571428571429%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu_left .b-menu-item_search:before,
  .b-menu_left .b-menu-item_search:after {
    content: '';
    display: table;
  }
  .b-menu_left .b-menu-item_search:after {
    clear: both;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-menu_left .b-menu-item_search {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 45%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu_left .b-menu-item_search:before,
  .b-menu_left .b-menu-item_search:after {
    content: '';
    display: table;
  }
  .b-menu_left .b-menu-item_search:after {
    clear: both;
  }
}
@media only screen and (max-width: 650px) {
  .b-menu_left .b-menu-item_search {
    text-align: left;
    display: block !important;
  }
}
.b-menu_right {
  float: right;
}
@media only screen and (min-width: 1051px) {
  .b-menu_right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 24%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu_right:before,
  .b-menu_right:after {
    content: '';
    display: table;
  }
  .b-menu_right:after {
    clear: both;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-menu_right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 38%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu_right:before,
  .b-menu_right:after {
    content: '';
    display: table;
  }
  .b-menu_right:after {
    clear: both;
  }
}
@media only screen and (max-width: 650px) {
  .b-menu_right {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 18%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu_right:before,
  .b-menu_right:after {
    content: '';
    display: table;
  }
  .b-menu_right:after {
    clear: both;
  }
}
.b-menu__sub {
  display: none;
  margin-left: -201px;
  position: absolute;
  top: 60px;
  border-top: 1px solid #3b5562;
}
.b-menu__sub > a {
  text-align: left;
}
.b-menu-item:hover > .b-menu__sub {
  display: block;
}
.b-logo {
  text-align: right;
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 16.6666666666667%;
  margin-left: 0%;
  margin-right: 0%;
}
.b-logo:before,
.b-logo:after {
  content: '';
  display: table;
}
.b-logo:after {
  clear: both;
}
@media only screen and (min-width: 1051px) {
  .b-logo {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.6666666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-logo:before,
  .b-logo:after {
    content: '';
    display: table;
  }
  .b-logo:after {
    clear: both;
  }
}
.b-logo a {
  text-align: center;
  display: block;
  line-height: 60px;
}
@media only screen and (min-width: 1051px) {
  .b-logo a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-logo a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 650px) {
  .b-logo a {
    padding: 0 5px;
  }
}
.b-logo__img {
  margin-top: -5px;
  max-width: 100%;
  max-height: 25px;
  vertical-align: middle;
}
.b-menu-item {
  text-align: center;
  display: table;
  height: 60px;
  list-style: none;
}
.b-menu-item_first > .b-menu-item__link {
  border-left: 1px solid #3b5562;
}
.b-menu-item_search__icon {
  font-size: 20px;
  font-size: 1.25rem;
  color: #fff;
}
.b-menu-item_search__icon i {
  padding: 5px;
}
@media only screen and (min-width: 1051px) {
  .b-menu-item_search__icon {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 10%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu-item_search__icon:before,
  .b-menu-item_search__icon:after {
    content: '';
    display: table;
  }
  .b-menu-item_search__icon:after {
    clear: both;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-menu-item_search__icon {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 16.6666666666667%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu-item_search__icon:before,
  .b-menu-item_search__icon:after {
    content: '';
    display: table;
  }
  .b-menu-item_search__icon:after {
    clear: both;
  }
}
@media only screen and (max-width: 650px) {
  .b-menu-item_search__icon {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 12.5%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu-item_search__icon:before,
  .b-menu-item_search__icon:after {
    content: '';
    display: table;
  }
  .b-menu-item_search__icon:after {
    clear: both;
  }
}
.b-menu-item_search__field {
  line-height: 60px;
  padding:0;
  background-color: inherit;
  border: none;
  color: #fff;
}
@media only screen and (min-width: 1051px) {
  .b-menu-item_search__field {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 90%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu-item_search__field:before,
  .b-menu-item_search__field:after {
    content: '';
    display: table;
  }
  .b-menu-item_search__field:after {
    clear: both;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-menu-item_search__field {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 83.3333333333333%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu-item_search__field:before,
  .b-menu-item_search__field:after {
    content: '';
    display: table;
  }
  .b-menu-item_search__field:after {
    clear: both;
  }
}
@media only screen and (max-width: 650px) {
  .b-menu-item_search__field {
    *zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 87.5%;
    margin-left: 0%;
    margin-right: 0%;
  }
  .b-menu-item_search__field:before,
  .b-menu-item_search__field:after {
    content: '';
    display: table;
  }
  .b-menu-item_search__field:after {
    clear: both;
  }
}
.b-menu-item_sub {
  width: 200px;
  text-align: left !important;
  background-color: #264251;
  float: none;
  position: relative;
  border-left: none;
  border-top:1px solid #3b5562;
}
.b-menu-item_sub > .b-menu-item__link {
    text-align: left;
}

.b-menu-item_sub:first-child {
    border-top: none;
}
.b-menu-item_right {
  float: right;
}
.b-menu-item_last {
  margin-right: 15px;
}
.b-menu-item__link {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  border-right: 1px solid #3b5562;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  display: table-cell;
  text-decoration: none;
  padding: 0 15px;
}
.b-menu-item__link:hover {
  color: #ff0;
}
.b-menu-item__link-icon {
  font-size: 18px;
  font-size: 1.125rem;
}
.b-menu-item__link-icon-counts {
  position: relative;
}
.b-menu-item__link-icon-counts span {
  background-color: #f00;
  font-size: 10px;
  padding: 2px;
  border-radius: 5px;
  top: -30px;
  top: -1.875rem;
  position: absolute;
  width: 12px;
  line-height: 12px;
  height: 12px;
  right: -6px;
}
.b-menu-item__text {
  border: none;
  text-align: center;
  vertical-align: middle;
  color: #a3a3a3;
  display: table-cell;
  text-decoration: none;
  padding: 0 15px;
}
footer {
  font-size: 13px;
  font-size: 0.8125rem;
}
footer .b-menu_left {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
footer .b-menu_left:before,
footer .b-menu_left:after {
  content: '';
  display: table;
}
footer .b-menu_left:after {
  clear: both;
}
footer .b-menu_left .b-menu-item {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 0%;
}
footer .b-menu_left .b-menu-item:before,
footer .b-menu_left .b-menu-item:after {
  content: '';
  display: table;
}
footer .b-menu_left .b-menu-item:after {
  clear: both;
}
footer .b-menu_left .b-menu-item a {
  border: none !important;
}
footer .b-menu_left .b-menu-item__text {
  text-align: left;
}
footer .b-menu_right {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 50%;
  margin-left: 0%;
  margin-right: 0%;
}
footer .b-menu_right:before,
footer .b-menu_right:after {
  content: '';
  display: table;
}
footer .b-menu_right:after {
  clear: both;
}
footer .b-menu_right .b-menu-item {
  float: right;
}
@media only screen and (max-width: 650px) {
  footer .b-menu_right .b-menu-item_design {
    display: none;
  }
}
footer .b-menu_right .b-menu-item__glyph {
  font-size: 18px;
  font-size: 1.125rem;
  color: #a3a3a3;
}
footer .b-menu_right .b-menu-item a {
  color: #a3a3a3;
  border: none;
  font-weight: normal;
}
.b-warning {
  background-color: #fee8c8;
  padding: 20px;
  border: 1px solid #ffa500;
}
.b-modal {
  border: 1px solid #7f0000;
  background-color: #fff;
  border-radius: 10px;
  border: 12px solid rgba(174,174,174,0.8);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding: 32px 42px;
}
.b-modal__title {
  margin-bottom: 10px;
  color: #ef4c23;
  font-weight: bold;
  font-size: 20px;
}
.b-modal__title_text {
  float: left;
  text-transform: uppercase;
  line-height: 20px;
}
.b-modal__close-button {
  float: right;
  text-decoration: none;
  color: #ef4c23;
  font-size: 25px;
  line-height: 20px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.tooltipster-base {
  z-index: 9999 !important;
}
.tooltipster-default {
  background: none repeat scroll 0 0 #000;
  z-index: 25;
}
.tooltipster-default .tooltipster-content {
  padding: 5px 10px;
  font-size: 13px;
}
.tooltipster-popover {
  border: 1px solid #7f0000;
  border-radius: 10px;
  border: 8px solid rgba(174,174,174,0.8);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2500;
  background-color: #fff;
  color: #264251;
}
.tooltipster-popover .tooltipster-content {
  font-size: 14px;
  line-height: 16px;
  padding: 20px;
  overflow: hidden;
}
.b-page-title-link {
  text-decoration: none;
}
.b-left_header {
  font-size: 1.8rem;
  line-height: 125%;
  color: #264251;
  font-weight: 900;
}
.b-left_header-descr {
  color: #264251;
  font-size: 0.8rem;
  margin-top: 0.6rem;
}
.b-left_header__red {
  color: #ef4c23;
}
.b-left_subheader {
  color: #737475;
  font-size: 1.2rem;
  line-height: 150%;
}
.b-left_header__top {
  font-weight: bold;
}
.b-left_list {
  list-style: outside none none;
  padding-left: 0;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
.b-left_list-item {
  border-bottom: 1px solid #c9f8ff;
  vertical-align: middle;
  margin-left: 0;
}
.b-left_list-item__first {
  border-top: 1px solid #c9f8ff;
}
.b-left_list-item__last {
  border-bottom: none;
}
.b-left_list-item_gr {
  *zoom: 1;
  font-size: 14px;
  font-size: 0.875rem;
  color: #2d53af;
  text-decoration: none;
}
.b-left_list-item_gr:before,
.b-left_list-item_gr:after {
  content: '';
  display: table;
}
.b-left_list-item_gr:after {
  clear: both;
}
.b-left_list-item_gr-title {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 70%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10px 0;
}
.b-left_list-item_gr-title:before,
.b-left_list-item_gr-title:after {
  content: '';
  display: table;
}
.b-left_list-item_gr-title:after {
  clear: both;
}
.b-left_list-item_gr-icon {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 30%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: right;
  color: #add5db;
  padding-top: 9px;
  font-size: 14px;
  font-size: 0.875rem;
}
.b-left_list-item_gr-icon:before,
.b-left_list-item_gr-icon:after {
  content: '';
  display: table;
}
.b-left_list-item_gr-icon:after {
  clear: both;
}
.b-left_list-item_group {
  *zoom: 1;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #2d53af;
  text-decoration: none;
}
.b-left_list-item_group:before,
.b-left_list-item_group:after {
  content: '';
  display: table;
}
.b-left_list-item_group:after {
  clear: both;
}
.b-left_list-item_group-title {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 90%;
  margin-left: 0%;
  margin-right: 0%;
  padding: 0.4rem 0;
  font-size:0.8rem;
}
.b-left_list-item_group-title:before,
.b-left_list-item_group-title:after {
  content: '';
  display: table;
}
.b-left_list-item_group-title:after {
  clear: both;
}
.b-left_list-item_group-icon {
  float: left;
  width: 10%;
  text-align: right;
  color: #add5db;
  padding-top: 0.4rem;
  font-size: 0.8rem;
}
.b-left_list-item_link {
  font-size: 0.8rem;
  padding: 0.4rem 0;
  font-weight: bold;
  display: block;
  color: #2d53af;
  text-decoration: none;
}
.b-left_list-item_link:hover,
.b-left_list-item_link__active {
  color: #f86207 !important;
}
.b-left_list-item_link__active > a {
  color: #f86207 !important;
}
.b-left-sublist {
  list-style: outside none none;
  padding-left: 0;
  padding-bottom: 10px;
}
.b-left-sublist-item {
  padding: 0.4rem 0 0.4rem 20px;
  font-size: 0.8rem;
  line-height:1rem
}
.b-left-sublist-item__link {
  text-decoration: none;
  color: #264251;
  *zoom: 1;
}
.b-left-sublist-item__link:before,
.b-left-sublist-item__link:after {
  content: '';
  display: table;
}
.b-left-sublist-item__link:after {
  clear: both;
}
.b-left-sublist-item__link_left {
  float: left;
}
.b-left-sublist-item__link_right {
  color: #264251 !important;
  float: right;
}
.b-left-sublist-item a:hover,
.b-left-sublist-item_selected a {
  color: #ef4c23;
}
.b-main-show_menu-slide {
  *zoom: 1;
  float: left;
  clear: none;
  text-align: inherit;
  width: 25%;
  margin-left: 0%;
  margin-right: 0%;
  text-align: center;
}
.b-main-show_menu-slide:before,
.b-main-show_menu-slide:after {
  content: '';
  display: table;
}
.b-main-show_menu-slide:after {
  clear: both;
}
.b-main-show_menu-slide a {
  border: 1px solid #fff;
  border-right: none;
  font-weight: bold;
  letter-spacing: 0.7px;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  padding: 18px 0;
  padding: 1.125rem 0;
  text-decoration: none;
  color: #fff;
  padding: 18px 0;
  padding: 18px 0;
  padding: 5px 0;
  font-size: 14px;
}
@media only screen and (min-width: 1051px) {
  .b-main-show_menu-slide a {
    padding: 1.125rem 0;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-main-show_menu-slide a {
    padding: 1.125rem 0;
  }
}
@media only screen and (max-width: 650px) {
  .b-main-show_menu-slide a {
    padding: 0.3125rem 0;
    font-size: 0.875rem;
    height: 35px;
  }
}
.b-main-show_menu-slide a.last {
  border-right: 1px solid #fff;
}
.b-main-show_menu-slide a:hover {
  color: #3e626b;
}
.b-main-show_menu .js-slide-active a {
  padding: 18px 0;
  padding: 18px 0;
  font-size: 14px;
  padding: 5px 0;
  color: #3e626b;
}
@media only screen and (min-width: 1051px) {
  .b-main-show_menu .js-slide-active a {
    padding: 1.125rem 0;
  }
}
@media only screen and (min-width: 651px) and (max-width: 1050px) {
  .b-main-show_menu .js-slide-active a {
    padding: 1.125rem 0;
  }
}
@media only screen and (max-width: 650px) {
  .b-main-show_menu .js-slide-active a {
    font-size: 0.875rem;
    padding: 0.3125rem 0;
    height: 35px;
  }
}
.b-item_score {
  float: right;
}
.b-item_score__good {
  color: #9ce2c9 !important;
}
.b-item_score__bad {
  color: #de7271 !important;
}
.b-data-table-description {
  width: 100%;
}
.b-data-table-description tr td:first-child {
  width: 30%;
  font-weight: bold;
  vertical-align: top;
}
.b-data-table-details {
  width: 100%;
  max-height: 300px;
  overflow: auto;
  margin-top: 25px;
}
.b-data-table-details tr td,
.b-data-table-details tr th {
  padding: 10px;
  border: 1px solid #ccc;
  text-align: center;
}
.b-feedback {
  font-size: 18px;
  font-size: 1.125rem;
  position: fixed;
  right: 0;
  width: 40px;
  width: 2.5rem;
  height: 160px;
  color: #76b95a;
  top: 350px;
  top: 21.875rem;
  background-color: #fff;
  z-index: 20000;
  border: 1px solid #ccc;
  border-right: none;
  padding: 10px 0px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
  text-align: center;
  cursor: pointer;
}
.b-feedback__text {
  transform: rotate(-90deg);
  margin-top: 20px;
  font-weight: bold;
  text-transform: uppercase;
  width: 125px;
  height: 105px;
}
.b-delete-column {
  text-align: right;
  visibility: hidden;
}
tr:hover .b-delete-column {
  visibility: visible;
}

.b-menu__tools {margin-left:-165px}
.b-menu__tools > li {float:none !important;width:200px;}
/*.b-menu__tools .b-menu-item_sub {width:165px;}*/

.burger {
    margin: 0;
    height: 61px;
    display: block;
    float: left;
    border: none !important;
    padding: 22px 20px;
    border-radius: 0;
    position: relative;
    background-color: transparent;
    background-image: none;
}
.icon-bar {
    height: 3px;
    border-radius: 0;
    background-color: #c3c3c3;
    display: block;
    width: 22px;
    margin-top: 4px;
}
.icon-bar:first-child {
    margin-top: 0;
}
.b-menu-item__icon{width:28px;}
.icon-new {
    display: inline-block;
    text-decoration: inherit;
    width: 1.2em;
    text-align: center;
    margin-top: 2px;
}
.icon-mail-new {
    height: 14px;
    background: url(/img/spr.png) no-repeat -17px -20px;
}
.icon-bell-new {
    height: 16px;
    background: url(/img/spr.png) no-repeat -39px -21px;
}
.icon-check-new {
    height: 20px;
    background: url(/img/spr.png) no-repeat -108px -21px;
}
.icon-user-new {
    height: 19px;
    background: url(/img/spr.png) no-repeat -71px -19px;
}
