@charset "UTF-8";
.sticky {
  position: fixed;
  z-index: 101;
  width: 300px;
}
@media (min-width: 768px) {
  .sticky {
    max-width: 300px;
  }
}

.stop {
  position: relative;
  z-index: 101;
  width: 300px;
}
@media (min-width: 768px) {
  .stop {
    max-width: 300px;
  }
}

.wrapper-content .breadcrumb {
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .wrapper-content .breadcrumb {
    margin: 0 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
.wrapper-content .breadcrumb li:after {
  color: #696969;
}
.wrapper-content .breadcrumb li.active {
  color: #3f51b5;
}
.wrapper-content .breadcrumb li a {
  color: #696969;
}
.wrapper-content .breadcrumb li a:hover, .wrapper-content .breadcrumb li a:focus, .wrapper-content .breadcrumb li a:active {
  color: #3f51b5;
}
.wrapper-content .page-long .container {
  position: relative;
}
@media (min-width: 768px) {
  .wrapper-content .page-long .breadcrumb {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .wrapper-content .page-long .breadcrumb {
    margin: 0 0 10px;
  }
  .wrapper-content .page-long .breadcrumb li:last-child {
    display: none;
  }
  .wrapper-content .page-long .breadcrumb li:nth-child(2n):after {
    content: none;
  }
  .wrapper-content .page-long .breadcrumb li a {
    color: #3f51b5;
  }
}

@media (min-width: 992px) {
  .row.page {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .row.page .col-md-8.page {
    padding-left: 20px;
    padding-right: 15px;
    width: 64.4%;
  }
}
@media (min-width: 1212px) {
  .row.page .col-md-8.page {
    width: 72%;
    padding-left: 27px;
  }
}
@media (min-width: 992px) {
  .row.page .col-md-4.page {
    padding-left: 15px;
    padding-right: 20px;
    width: 35.6%;
    flex-direction: column;
  }
  .row.page .col-md-4.page.top-asside {
    width: 300px;
    padding: 0;
  }
}
@media (min-width: 1212px) {
  .row.page .col-md-4.page {
    width: 28%;
    align-items: flex-start;
  }
  .row.page .col-md-4.page.top-asside {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .row.page .col-md-4.page {
    display: none;
  }
}
.row.page .last-news .list-group {
  height: auto;
}
.row.page .news_group-main a {
  word-break: break-all;
}

.comments {
  background-color: #ffffff;
  padding-bottom: 30px;
  padding-top: 40px;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .comments {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .comments {
    margin-bottom: 16px;
  }
}
@media (min-width: 768px) {
  .comments {
    margin-top: 35px;
  }
}
.comments .comments-title {
  color: #010101;
  font-size: 18px;
}
.comments .comments-user {
  margin-bottom: 25px;
}
@media (min-width: 1212px) {
  .comments .comments-user {
    width: 28%;
  }
}
.comments .comments-user .media {
  margin-top: 0;
}
.comments .comments-user .media .media-body {
  vertical-align: middle;
}
.comments .comments-user .media .media-body .media-heading {
  margin-bottom: 0;
}
.comments .comments-user .media .media-body p {
  margin-bottom: 0;
}
@media (min-width: 1212px) {
  .comments .comments_list {
    width: 72%;
  }
}
.comments .comments_list .media-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.comments .comments_list .media-list .media {
  display: flex;
}
.comments form {
  margin-bottom: 25px;
}
.comments form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #5c5c5c;
}
.comments form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #5c5c5c;
}
.comments form :-ms-input-placeholder {
  /* IE 10+ */
  color: #5c5c5c;
}
.comments form :-moz-placeholder {
  /* Firefox 18- */
  color: #5c5c5c;
}
.comments form textarea.form-control {
  border: 1px solid #bababa;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  padding: 10px 15px;
  resize: none;
  max-height: 150px !important;
}
.comments form textarea.form-control.focus {
  padding-bottom: 37px;
}
.comments .btn-primary {
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  height: 30px;
  padding-top: 3px;
  text-transform: none;
}
.comments .btn-primary:hover, .comments .btn-primary:focus, .comments .btn-primary.focus, .comments .btn-primary:active {
  outline: none;
}
.comments .read_group {
  display: none;
  margin-bottom: 10px;
  margin-top: 10px;
}
.comments .read_more .fos_comment_comment_body {
  height: 132px;
  overflow: hidden;
}
.comments .read_more .fos_comment_comment_body img {
  max-width: 100%;
}
.comments .read_more .read_group {
  display: block;
}
.comments .no_read .fos_comment_comment_body {
  height: auto;
}
.comments .no_read .fos_comment_comment_body img {
  max-width: 100%;
}
.comments .no_read .read_group {
  display: none;
}
.comments .see_more .btn-primary {
  padding-top: 0;
  padding-bottom: 1px;
}
.comments .media {
  overflow: visible;
}
@media (max-width: 767px) {
  .comments .media {
    display: block;
    float: left;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .comments .media .media-left {
    display: block;
    float: left;
    margin-bottom: 15px;
  }
}
.comments .media .media-left .media-object {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.38);
  height: 50px;
  width: 50px;
}
.comments .media .media-body {
  color: #000000;
  font-size: 16px;
  line-height: 22px;
  width: 100%;
  overflow: visible;
}
.comments .media .media-body a {
  word-break: break-all;
}
@media (max-width: 767px) {
  .comments .media .media-body {
    display: block;
    padding-top: 5px;
    width: 100%;
  }
}
.comments .media .media-body .media-heading {
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .comments .media .media-body .media-heading .user-name {
    display: inline-block;
  }
}
.comments .media .media-body .media-heading .tooltip {
  font-size: 14px;
}
.comments .media .media-body .media-heading .tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.comments .media .media-body .media-heading .tooltip.top > .tooltip-arrow {
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  margin-left: -12px;
  border-width: 12px 12px 0;
  bottom: -2px;
}
.comments .media .media-body .media-heading .tooltip.top > .tooltip-arrow:after {
  content: "";
  margin-left: -14px;
  border-width: 11px 14px 0;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-top-color: #ffffff;
  margin-top: -12px;
}
.comments .media .media-body .media-heading .tooltip .tooltip-inner {
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
  padding: 5px 15px;
  color: #333333;
  background-color: #ffffff;
}
.comments .media .media-body .media-heading .fa {
  margin-right: 3px;
}
.comments .media .media-body .media-heading .material-icons {
  color: #b3b3b3;
  font-size: 18px;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: sub;
}
.comments .media .media-body .media-heading .user-name-re {
  color: #a5a5a5;
  font-size: 14px;
  font-weight: normal;
}
.comments .media .media-body .comments-time {
  color: #a5a5a5;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .comments .media .media-body .comments-time {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .comments .media .media-body p {
    display: block;
    float: left;
  }
}
.comments .media .media-body .media-footer {
  position: relative;
}
@media (min-width: 768px) {
  .comments .media .media-body .media-footer {
    position: relative;
    left: -12px;
  }
}
@media (max-width: 767px) {
  .comments .media .media-body .media-footer {
    display: block;
    float: left;
    margin-bottom: 15px;
    width: 100%;
  }
}
.comments .media .media-body .media-footer .btn {
  color: #b3b3b3;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  text-transform: none;
}
.comments .media .media-body .media-footer .btn.share {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .comments .media .media-body .media-footer .btn.share {
    margin-left: 15px;
  }
}
.comments .media .media-body .media-footer .btn .material-icons {
  font-size: 16px;
  vertical-align: sub;
}
@media (max-width: 767px) {
  .comments .media .media-body .media-footer .btn .material-icons {
    font-size: 24px;
    vertical-align: -7px;
  }
}
.comments .media .media-body .media-footer .btn-group {
  float: right;
}
.comments .media .media-body .media-footer .btn-group .btn {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #5c5c5c;
  padding-left: 0;
  padding-right: 0;
}
.comments .media .media-body .media-footer .btn-group .btn.btn-center {
  cursor: default;
  padding-left: 5px;
  padding-right: 5px;
}
.comments .media .media-body .media-footer .btn-group .btn.btn-center.text-danger {
  color: #c91f28;
}
.comments .media .media-body .media-footer .btn-group .btn.btn-center.text-success {
  color: #008b2d;
}
.comments .media .media-body .media-footer .btn-group .btn:hover, .comments .media .media-body .media-footer .btn-group .btn:focus, .comments .media .media-body .media-footer .btn-group .btn:active, .comments .media .media-body .media-footer .btn-group .btn.focus, .comments .media .media-body .media-footer .btn-group .btn.active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.comments .media .media-body .media-footer .btn-group .btn:hover:first-child, .comments .media .media-body .media-footer .btn-group .btn:focus:first-child, .comments .media .media-body .media-footer .btn-group .btn:active:first-child, .comments .media .media-body .media-footer .btn-group .btn.focus:first-child, .comments .media .media-body .media-footer .btn-group .btn.active:first-child {
  color: #c91f28;
}
.comments .media .media-body .media-footer .btn-group .btn:hover:first-child.active, .comments .media .media-body .media-footer .btn-group .btn:focus:first-child.active, .comments .media .media-body .media-footer .btn-group .btn:active:first-child.active, .comments .media .media-body .media-footer .btn-group .btn.focus:first-child.active, .comments .media .media-body .media-footer .btn-group .btn.active:first-child.active {
  color: #c91f28;
}
.comments .media .media-body .media-footer .btn-group .btn:hover:last-child, .comments .media .media-body .media-footer .btn-group .btn:focus:last-child, .comments .media .media-body .media-footer .btn-group .btn:active:last-child, .comments .media .media-body .media-footer .btn-group .btn.focus:last-child, .comments .media .media-body .media-footer .btn-group .btn.active:last-child {
  color: #008b2d;
}
.comments .media .media-body .media-footer .btn-group .btn:hover:last-child.active, .comments .media .media-body .media-footer .btn-group .btn:focus:last-child.active, .comments .media .media-body .media-footer .btn-group .btn:active:last-child.active, .comments .media .media-body .media-footer .btn-group .btn.focus:last-child.active, .comments .media .media-body .media-footer .btn-group .btn.active:last-child.active {
  color: #008b2d;
}
.comments .media .media-body .media-footer.open .share_drop {
  display: block;
}
.comments .media .media-body .media-footer.open .arrow {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.comments .media .media-body .media-footer .share_drop {
  display: none;
  background-color: #eaeaea;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  color: #333333;
  padding: 10px;
  position: absolute;
  bottom: 100%;
  margin-bottom: 10px;
  left: 0;
  text-align: left;
  z-index: 10;
}
.comments .media .media-body .media-footer .share_drop .list-inline {
  margin-bottom: 0;
}
.comments .media .media-body .media-footer .share_drop .list-inline li {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .comments .media .media-body .media-footer .share_drop .list-inline li {
    display: table-cell;
    width: 1%;
  }
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  color: #ffffff;
  margin-top: 10px;
  padding-left: 0;
  padding-top: 2px;
  padding-right: 0;
  height: 32px;
  width: 32px;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn .fa {
  text-align: center;
  vertical-align: middle;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-fb {
  background-color: #3b5998;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-fb:hover, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-fb:focus, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-fb:active {
  background-color: #4967a6;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-vk {
  background-color: #45668e;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-vk:hover, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-vk:focus, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-vk:active {
  background-color: #54759d;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-g {
  background-color: #dc4e41;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-g:hover, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-g:focus, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-g:active {
  background-color: #ea5c4f;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-od {
  background-color: #ed812b;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-od:hover, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-od:focus, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-od:active {
  background-color: #fc903a;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-tw {
  background-color: #1da1f2;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-tw:hover, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-tw:focus, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-tw:active {
  background-color: #2cb0ff;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-mail {
  background-color: #767676;
}
.comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-mail:hover, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-mail:focus, .comments .media .media-body .media-footer .share_drop .list-inline .btn.btn-mail:active {
  background-color: #858585;
}
.comments .media .media-body .media-footer .arrow {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
  position: absolute;
  height: 10px;
  top: -10px;
  width: 100%;
  z-index: 11;
  left: 45%;
}
@media (max-width: 767px) {
  .comments .media .media-body .media-footer .arrow {
    left: 27%;
  }
}
.comments .media .media-body .media-footer .arrow:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  border-right: 11px solid transparent;
  border-top: 11px solid #d1d1d1;
  border-left: 11px solid transparent;
  content: "";
}
.comments .media .media-body .media-footer .arrow:after {
  position: absolute;
  bottom: 1px;
  left: 1px;
  display: inline-block;
  border-right: 10px solid transparent;
  border-top: 10px solid #eaeaea;
  border-left: 10px solid transparent;
  content: "";
}
@media (max-width: 767px) {
  .comments .media .media {
    margin-left: 10%;
    width: 90%;
  }
  .comments .media .media .media-left {
    display: none;
  }
  .comments .media .media .media {
    margin-left: 0;
    width: 100%;
  }
}
.comments .btn:focus {
  outline: none;
}
.comments .re-comment form {
  margin-top: 25px;
}
.comments .see_more {
  text-align: right;
}
.comments .see_more .fa {
  margin-right: 7px;
  vertical-align: -2px;
}

.flag {
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
  height: 12px;
  width: 17px;
}
@media (max-width: 767px) {
  .flag {
    display: block;
    float: left;
  }
}
.flag.flag-ua {
  background-image: url("../img/flags/flag_ua.png");
}
.flag.flag-ru {
  background-image: url("../img/flags/flag_ru.png");
}
.flag.flag-vn {
  background-image: url("../img/flags/flag_vn.png");
}

.news_group {
  background-color: #ffffff;
  padding-bottom: 30px;
  padding-top: 40px;
}
@media (min-width: 1212px) {
  .news_group.page_blog .news_group-main {
    min-height: 400px;
  }
}
@media (min-width: 1212px) {
  .news_group.page_blog .news_group-main .list-group {
    top: auto;
  }
}
.news_group.page_blog .news_group-main .list-group .list_author {
  list-style: none;
  text-align: center;
}
.news_group.page_blog .news_group-main .list-group .list_author img {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
  display: block;
  height: 116px;
  margin: 0 auto;
  width: 116px;
}
.news_group.page_blog .news_group-main .list-group .list-text {
  color: #6d6d6d;
  font-size: 12px;
  list-style: none;
  margin-top: 8px;
  margin-bottom: 8px;
}
.news_group.page_blog .news_group-main .list-group .list-text p {
  margin-bottom: 0;
}
.news_group.page_blog .aside_page .banner-block {
  position: sticky;
  top: 0;
}
.news_group.page_blog .aside_comments .banner-block {
  position: sticky;
  top: 0;
}
@media (max-width: 991px) {
  .news_group {
    padding: 15px;
    margin-bottom: 16px;
  }
}
.news_group .h1, .news_group h1 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .news_group .h1, .news_group h1 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 17px;
  }
}
@media (min-width: 1212px) {
  .news_group .news_group-main {
    margin-left: 28%;
    width: 72%;
    padding-left: 20px;
    padding-right: 0;
  }
  .news_group .news_group-main.clear {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 1211px) {
  .news_group .news_group-main.clear td, .news_group .news_group-main.clear th {
    display: block;
  }
}
.news_group .news_group-main.clear .carousel {
  display: block;
  width: 100%;
}
@media (min-width: 992px) {
  .news_group .news_group-main.clear .carousel {
    width: 580px;
  }
}
.news_group .news_group-main .news_group-main--text {
  color: #404040;
  font-size: 16px;
  line-height: 1.4;
  word-wrap: break-word;
}
.news_group .news_group-main .news_group-main--text table a {
  word-break: keep-all;
}
.news_group .news_group-main .news_group-main--text a {
  word-break: keep-all;
}
@media (max-width: 767px) {
  .news_group .news_group-main .news_group-main--text iframe {
    display: block;
    min-height: 100%;
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
}
.news_group .news_group-main .news_group-main--text img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .news_group .news_group-main .news_group-main--text img {
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    float: none !important;
  }
  .news_group .news_group-main .news_group-main--text img + em {
    display: block;
    clear: both;
    padding-top: 10px;
  }
  .news_group .news_group-main .news_group-main--text img.logo, .news_group .news_group-main .news_group-main--text img.logo.img-responsive {
    display: inline-block;
    height: 45px !important;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .news_group .news_group-main .news_group-main--text img.pull-left {
    margin-right: 25px;
  }
  .news_group .news_group-main .news_group-main--text img.pull-right {
    margin-left: 25px;
  }
}
@media (max-width: 767px) {
  .news_group .news_group-main .news_group-main--text .informer-carousel .item {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
}
.news_group .news_group-main .news_group-main--text .vrezka {
  margin: 1em 0;
}
.news_group .news_group-main .news_group-main--text .list-group .list-group-item:before {
  content: none;
}
.news_group .news_group-main .news_group-main--text .banner-top {
  background-color: transparent;
}
@media (max-width: 767px) {
  .news_group .news_group-main .news_group-main--text .banner-top {
    margin-bottom: 1em;
  }
  .news_group .news_group-main .news_group-main--text .banner-top > div {
    margin: 0 auto;
  }
  .news_group .news_group-main .news_group-main--text .banner-top .banner-group {
    margin-top: 20px;
  }
  .news_group .news_group-main .news_group-main--text .banner-top .banner-group:before {
    left: 0;
    margin-left: 0;
  }
  .news_group .news_group-main .news_group-main--text .banner-top .banner-group [id^=zone_]:before {
    content: none;
  }
}
.news_group .news_group-main .h1, .news_group .news_group-main h1 {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 50px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .news_group .news_group-main .h1, .news_group .news_group-main h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }
}
.news_group .news_group-main .h2, .news_group .news_group-main h2,
.news_group .news_group-main .h3, .news_group .news_group-main h3,
.news_group .news_group-main .h4, .news_group .news_group-main h4,
.news_group .news_group-main .h5, .news_group .news_group-main h5,
.news_group .news_group-main .h6, .news_group .news_group-main h6 {
  color: #3f51b5;
  font-size: 27px;
  font-weight: 500;
  line-height: 30px;
  margin: 36px 0 19px;
}
@media (max-width: 767px) {
  .news_group .news_group-main .h2, .news_group .news_group-main h2,
.news_group .news_group-main .h3, .news_group .news_group-main h3,
.news_group .news_group-main .h4, .news_group .news_group-main h4,
.news_group .news_group-main .h5, .news_group .news_group-main h5,
.news_group .news_group-main .h6, .news_group .news_group-main h6 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.news_group .news_group-main p {
  color: #404040;
  font-size: 16px;
  line-height: 1.4;
}
.news_group .news_group-main ul {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 25px;
  list-style: none;
}
.news_group .news_group-main ul.list-group li:before {
  content: none;
}
.news_group .news_group-main ul li {
  margin-bottom: 10px;
}
.news_group .news_group-main ul li:before {
  content: "•";
  color: #3f51b5;
  position: absolute;
  margin-left: -19px;
  font-size: 28px;
  margin-top: -9px;
}
.news_group .news_group-main blockquote {
  border-left: none;
  color: #404040;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 0;
  position: relative;
  padding: 25px 25px 25px 40px;
  quotes: "“" "”" "‘" "’";
}
.news_group .news_group-main blockquote:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url("../img/blockquotes-bg.gif");
  background-repeat: no-repeat;
  height: 78px;
  width: 74px;
  left: 0;
  top: 0;
  z-index: 4;
}
.news_group .news_group-main blockquote:before {
  color: #404040;
  content: open-quote;
  font-size: 4em;
  position: absolute;
  line-height: 1;
  left: 30px;
  z-index: 5;
  top: -6px;
}
@media (min-width: 768px) {
  .news_group .news_group-main blockquote {
    max-width: 50%;
    float: left;
  }
}
.news_group .news_group-main blockquote p {
  font-size: 22px;
  position: relative;
  z-index: 5;
}
.news_group .news_group-main .img-block {
  margin-bottom: 15px;
}
.news_group .news_group-main .img-block img {
  display: block;
  margin: 0 auto;
}
.news_group .news_group-main .img-block .text-muted {
  color: #121212;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 5px;
  position: relative;
}
.news_group .news_group-main .img-block .text-muted:before {
  content: "▲";
  color: #3f51b5;
}
.news_group .news_group-main .ck_editor_figcaption.text-muted {
  position: relative;
}
.news_group .news_group-main .ck_editor_figcaption.text-muted:before {
  content: "▲";
  color: #3f51b5;
}
.news_group .news_group-main .ck_editor_figure .text-muted,
.news_group .news_group-main .ck_img_caption .text-muted {
  color: #121212;
  font-size: 12px;
  line-height: 20px;
  margin-bottom: 25px;
  margin-top: 5px;
}
.news_group .news_group-main .title-category {
  color: #696969;
  font-size: 13px;
}
.news_group .news_group-main .title-category .breadcrumb .active {
  color: #696969;
}
.news_group .news_group-main .title-category a {
  color: #696969;
}
.news_group .news_group-main .title-category a:hover, .news_group .news_group-main .title-category a:focus, .news_group .news_group-main .title-category a:active {
  color: #f3417d;
  text-decoration: none;
}
@media (min-width: 1212px) {
  .news_group .news_group-main .title-category {
    left: -38%;
    position: absolute;
    top: 0;
  }
}
@media (max-width: 1211px) {
  .news_group .news_group-main .title-category {
    margin-bottom: -15px !important;
  }
}
@media (min-width: 1212px) {
  .news_group .news_group-main .title-category .breadcrumb {
    max-width: 230px;
    max-height: 50px;
    overflow: hidden;
  }
}
@media (min-width: 1212px) {
  .news_group .news_group-main .list-group {
    position: absolute;
    left: -38%;
    top: 175px;
    width: 38%;
  }
}
.news_group .news_group-main .list-group .list-group-item {
  border: none;
  border-bottom: 1px dotted #dfdfdf;
  border-top: 1px dotted #dfdfdf;
  color: #404040;
  font-size: 14px;
  padding: 11px 0;
  margin-bottom: -1px;
}
.news_group .news_group-main .list-group .list-group-item:last-child {
  height: 50px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1211px) {
  .news_group .news_group-main .list-group .list-group-item:last-child {
    float: right;
    margin-top: -55px;
    height: 56px;
  }
}
@media (max-width: 767px) {
  .news_group .news_group-main .list-group .list-group-item:last-child {
    height: 56px;
  }
}
.news_group .news_group-main .list-group .list-group-item:first-child {
  border-top: none;
}
.news_group .news_group-main .list-group .list-group-item .material-icons {
  vertical-align: middle;
}
.news_group .news_group-main .list-group .list-group-item .btn-group {
  display: block;
}
@media (min-width: 768px) {
  .news_group .news_group-main .list-group .list-group-item .btn-group {
    margin-left: -16px;
  }
}
.news_group .news_group-main .list-group .list-group-item .btn-group .btn {
  height: 49px;
  padding-bottom: 4px;
  padding-top: 3px;
}
.news_group .news_group-main .list-group .list-group-item .btn-group .btn:hover, .news_group .news_group-main .list-group .list-group-item .btn-group .btn:focus, .news_group .news_group-main .list-group .list-group-item .btn-group .btn:active {
  background-color: transparent;
}
@media (max-width: 1211px) {
  .news_group .news_group-main .list-group .list-group-item .btn-group .btn {
    height: 54px;
    padding-top: 5px;
  }
  .news_group .news_group-main .list-group .list-group-item .btn-group .btn:first-child {
    padding-left: 0;
  }
}
.news_group .news_group-main .list-group .list-group-item .btn-group .btn .material-icons {
  display: block;
}
.news_group .news_group-main .list-group .list-group-item.author a {
  display: block;
  position: relative;
}
.news_group .news_group-main .list-group .list-group-item.author a img {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.32);
  height: 40px;
  width: 40px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.news_group .news_group-main .list-group .list-group-item.author a img + span {
  padding-left: 45px;
}
.news_group .news_group-main .list-group .share_group {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: -1em;
}
.news_group .news_group-main .list-group .share_group .btn-link .fa {
  padding-top: 9px;
}
.news_group .news_group-main .list-group .share_group .dropdown-menu .btn-link .fa {
  padding-top: 10px;
}
.news_group .news_group-main .share_group {
  clear: both;
}
.news_group .last-news {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .news_group .last-news {
    min-width: 300px;
  }
}
.news_group .last-news + .last-news {
  margin-top: 40px;
}
.news_group .last-news + .last-news .list-group-item:last-child {
  border-bottom: none;
}
.news_group .last-news .list-group-item {
  border-color: transparent;
  border-bottom-color: #dfdfdf;
  border-top-color: #dfdfdf;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  line-height: 1.3;
}
.news_group .last-news .list-group-item .media {
  display: block;
}
.news_group .last-news .list-group-item .media .media-object {
  width: 110px;
}
.news_group .last-news .list-group-item-text {
  margin-top: 5px;
}
.news_group .last-news .see_all {
  color: #3f51b5;
  margin-top: 6px;
}
.news_group .last-news .see_all:hover, .news_group .last-news .see_all:focus, .news_group .last-news .see_all:active, .news_group .last-news .see_all.active {
  background: none;
  color: #3f51b5;
  text-decoration: underline;
}
.news_group .last-news .see_all:hover:hover, .news_group .last-news .see_all:hover:focus, .news_group .last-news .see_all:hover:active, .news_group .last-news .see_all:focus:hover, .news_group .last-news .see_all:focus:focus, .news_group .last-news .see_all:focus:active, .news_group .last-news .see_all:active:hover, .news_group .last-news .see_all:active:focus, .news_group .last-news .see_all:active:active, .news_group .last-news .see_all.active:hover, .news_group .last-news .see_all.active:focus, .news_group .last-news .see_all.active:active {
  background: none;
  outline: none;
}
.news_group .share_group .dropdown {
  display: inline-block;
}
.news_group .share_group .dropdown .btn {
  background-color: #eaeaea;
  color: #767676;
}
.news_group .share_group .dropdown .dropdown-menu {
  left: -117px;
  padding: 10px;
  top: -11px;
  white-space: nowrap;
}
.news_group .share_group .dropdown .dropdown-menu .material-icons {
  padding-top: 4px;
}
.news_group .share_group .dropdown .dropdown-menu .btn {
  color: #ffffff;
}
.news_group .share_group .btn {
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  color: #ffffff;
  padding: 0;
  height: 32px;
  width: 32px;
}
.news_group .share_group .btn.btn-fb {
  background-color: #3b5998;
}
.news_group .share_group .btn.btn-fb:hover, .news_group .share_group .btn.btn-fb:focus, .news_group .share_group .btn.btn-fb:active {
  background-color: #4967a6;
}
.news_group .share_group .btn.btn-vk {
  background-color: #45668e;
}
.news_group .share_group .btn.btn-vk:hover, .news_group .share_group .btn.btn-vk:focus, .news_group .share_group .btn.btn-vk:active {
  background-color: #54759d;
}
.news_group .share_group .btn.btn-g {
  background-color: #dc4e41;
}
.news_group .share_group .btn.btn-g:hover, .news_group .share_group .btn.btn-g:focus, .news_group .share_group .btn.btn-g:active {
  background-color: #ea5c4f;
}
.news_group .share_group .btn.btn-od {
  background-color: #ed812b;
}
.news_group .share_group .btn.btn-od:hover, .news_group .share_group .btn.btn-od:focus, .news_group .share_group .btn.btn-od:active {
  background-color: #fc903a;
}
.news_group .share_group .btn.btn-tw {
  background-color: #1da1f2;
}
.news_group .share_group .btn.btn-tw:hover, .news_group .share_group .btn.btn-tw:focus, .news_group .share_group .btn.btn-tw:active {
  background-color: #2cb0ff;
}
.news_group .share_group .btn.btn-telegram {
  background-color: #0088cc;
}
.news_group .share_group .btn.btn-telegram:hover, .news_group .share_group .btn.btn-telegram:focus, .news_group .share_group .btn.btn-telegram:active {
  background-color: #0099cc;
}
.news_group .share_group .btn.btn-viber {
  background-color: #59267c;
}
.news_group .share_group .btn.btn-viber:hover, .news_group .share_group .btn.btn-viber:focus, .news_group .share_group .btn.btn-viber:active {
  background-color: #8f5db7;
}
.news_group .share_group .btn.btn-mail {
  background-color: #767676;
}
.news_group .share_group .btn.btn-mail:hover, .news_group .share_group .btn.btn-mail:focus, .news_group .share_group .btn.btn-mail:active {
  background-color: #858585;
}
.news_group .share_group .btn.btn-telegram {
  background-color: #0088cc;
}
.news_group .share_group .btn.btn-telegram:hover, .news_group .share_group .btn.btn-telegram:focus, .news_group .share_group .btn.btn-telegram:active {
  background-color: #0099cc;
}
.news_group .share_group .btn.btn-viber {
  background-color: #59267c;
}
.news_group .share_group .btn.btn-viber:hover, .news_group .share_group .btn.btn-viber:focus, .news_group .share_group .btn.btn-viber:active {
  background-color: #8f5db7;
}
.news_group .share_group .btn .fa {
  padding-top: 10px;
}
@media (min-width: 768px) {
  .news_group .share_group a + .comment {
    float: right;
  }
  .news_group .share_group .comment {
    display: block;
    text-align: right;
  }
}
.news_group .share_group .comment {
  font-size: 18px;
}
.news_group .share_group .comment .material-icons {
  vertical-align: middle;
}
@media (max-width: 767px) {
  .news_group .share_group .comment {
    display: block;
    margin-top: 10px;
  }
}
.news_group .news_group-main-tags {
  border-top: 1px dotted #404040;
  margin-top: 10px;
  padding-top: 10px;
}
.news_group .news_group-main-tags .label {
  background-color: #eaeaea;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  color: #767676;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  padding: 6px 10px;
}
.news_group .news_group-main-tags .label:hover, .news_group .news_group-main-tags .label:focus, .news_group .news_group-main-tags .label:active {
  background-color: transparent;
  color: #767676;
}

.banner-block {
  position: relative;
}
.banner-block .affix {
  top: 100px;
  width: auto;
}
.banner-block .affix-bottom {
  position: absolute;
}

@media (max-width: 991px) {
  .aside_comments {
    display: none;
  }
}
.article-slide {
  background-color: #f5f5f5;
  margin-bottom: 110px;
}
@media (min-width: 992px) {
  .article-slide {
    min-width: 530px;
  }
}
@media (max-width: 991px) {
  .article-slide {
    min-width: 100%;
  }
}

.article-slide .carousel-inner {
  background-color: #fff;
  height: auto;
}

.article-slide .carousel-inner > .item {
  padding-top: 48px;
}

.article-slide .carousel-control {
  background: 0;
  color: #55514e;
  height: 110px;
  text-shadow: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 100%;
  width: 7%;
}

.background_fix .article-slide .carousel-control {
  background: 0;
  background-color: #f5f5f5;
  height: 140px;
}
@media (max-width: 767px) {
  .background_fix .article-slide .carousel-control {
    height: 70px;
  }
}

.article-slide .carousel-control.main {
  background: 0;
  background-color: transparent;
  height: 100%;
  color: #fff;
  -moz-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  top: 0;
  width: 8.6%;
}

.article-slide .carousel-control.main:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.article-slide .carousel-indicators {
  bottom: 0;
  height: 110px;
  left: 0;
  margin: 0 0 0 7%;
  padding-top: 20px;
  top: 100%;
  width: 86%;
}

.background_fix .article-slide .carousel-indicators {
  background-color: #f5f5f5;
  height: 140px;
}
@media (max-width: 767px) {
  .background_fix .article-slide .carousel-indicators {
    height: 70px;
    padding-top: 10px;
  }
}

.background_fix .article-slide .carousel-indicators img {
  height: auto;
  max-height: 100px;
}
@media (max-width: 767px) {
  .background_fix .article-slide .carousel-indicators img {
    height: 50px;
  }
}

.article-slide .carousel-indicators li {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: left;
  height: 70px;
  margin-left: 8px;
  margin-top: 0;
  margin-right: 5px;
  position: relative;
  width: 22%;
}
@media (max-width: 767px) {
  .article-slide .carousel-indicators li {
    margin-left: 5px;
    margin-right: 4px;
    width: 21%;
  }
}

.article-slide .carousel-inner > .item > a > img, .article-slide .carousel-inner > .item > img {
  margin: 0 auto;
  text-align: center;
  height: auto;
  max-height: 100%;
  width: 100%;
}

.article-slide .carousel-indicators img {
  border: 1px solid #e4e4e4;
  height: 70px;
  margin: 0;
  max-width: 100%;
  width: 100%;
}

.article-slide .carousel-indicators .active img {
  border: 1px solid #0080b2;
}

.article-slide .carousel-inner .carousel-control .glyphicon-menu-left, .article-slide .carousel-inner .carousel-control .glyphicon-menu-right {
  background-color: white;
  border: 1px solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #4d4d4d;
  display: inline-block;
  font-size: 22px;
  height: 30px;
  margin-top: -15px;
  padding-top: 3px;
  position: absolute;
  text-align: center;
  top: 55%;
  width: 30px;
  z-index: 5;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}
@media (max-width: 767px) {
  .article-slide .carousel-inner .carousel-control .glyphicon-menu-left, .article-slide .carousel-inner .carousel-control .glyphicon-menu-right {
    top: 65%;
  }
}

.article-slide .carousel-inner .carousel-control .glyphicon-menu-left {
  margin-right: -15px;
  left: 20%;
}
@media (max-width: 767px) {
  .article-slide .carousel-inner .carousel-control .glyphicon-menu-left {
    left: 0;
  }
}

.article-slide .carousel-inner .carousel-control .glyphicon-menu-right {
  margin-right: -15px;
  right: 50%;
}

.article-slide .carousel-indicators .active .caption-carousel {
  background-color: transparent;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.article-slide .carousel-indicators .caption-carousel {
  background-color: #fff;
  -moz-opacity: 0.58;
  -khtml-opacity: 0.58;
  opacity: 0.58;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.article-slide .carousel-control .glyphicon-menu-left, .article-slide .carousel-control .glyphicon-menu-right {
  font-size: 12px;
  width: 1px;
}

.article-slide .carousel-control .glyphicon-group {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  background-color: white;
  border: 1px solid #4d4d4d;
  display: block;
  height: 29px;
  line-height: 1;
  margin-left: 11px;
  padding-right: 6px;
  position: relative;
  top: 37%;
  width: 29px;
  -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
  box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}
@media (max-width: 767px) {
  .article-slide .carousel-control .glyphicon-group {
    margin-left: -11px;
  }
}

.article-slide .carousel-control .glyphicon-group:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.article-slide .carousel-control.right .glyphicon-group {
  margin-left: 2px;
}

.article-slide .carousel-control .glyphicon-menu-left {
  left: -12%;
}

.article-slide .carousel-control .glyphicon-menu-right {
  right: 12%;
}

.article-slide .discript-top-carousel {
  background-color: #fff;
  left: 0;
  line-height: 2;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.background_fix .article-slide .discript-top-carousel {
  background-color: #f5f5f5;
}

.article-slide .discript-top-carousel .discript-carousel-name {
  font-weight: bold;
}

.article-slide .discript-bottom-carousel {
  background-color: #f5f5f5;
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.article-slide .new-close {
  background-color: transparent;
  background-image: url("../img/close-new-gallery.png");
  background-repeat: no-repeat;
  background-size: 25px 25px;
  cursor: pointer;
  display: block;
  height: 25px;
  width: 25px;
}

.bbm-modal.background_fix {
  background: 0;
  max-width: 800px;
}

.bbm-modal.background_fix .article-slide .carousel-inner > .item > a > img, .bbm-modal.background_fix .article-slide .carousel-inner > .item > img {
  height: auto;
  max-height: 100%;
  width: 100%;
}

.background_fix .article-slide .carousel-indicators li {
  height: auto;
  width: 23%;
}
@media (max-width: 767px) {
  .background_fix .article-slide .carousel-indicators li {
    height: 50px;
    width: 21%;
  }
}

.background_fix .article-slide .carousel-inner .carousel-control .glyphicon-menu-left, .background_fix .article-slide .carousel-inner .carousel-control .glyphicon-menu-right {
  padding-top: 4px;
}

.background_fix .article-slide .carousel-control.left .glyphicon-group {
  margin-left: 15px;
}
@media (max-width: 767px) {
  .background_fix .article-slide .carousel-control.left .glyphicon-group {
    margin-left: -11px;
    top: 32%;
  }
}

.background_fix .article-slide .carousel-control.right .glyphicon-group {
  right: -2px;
}

.discript-top-carousel .icon-full-size {
  background-attachment: scroll;
  background-image: url("../img/full_size-icon.png");
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  height: 19px;
  margin-left: 10px;
  vertical-align: sub;
  width: 19px;
}

.body_locked {
  overflow: hidden;
}

.banner-top {
  background-color: #eaeaea;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 767px) {
  .banner-top {
    margin-bottom: 1em;
  }
  .banner-top > div {
    margin: 0 auto;
  }
}
.banner-top .tracker-adsense {
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.banner-top .tracker-adsense div {
  text-align: center;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
.banner-top .tracker-adsense img {
  display: block;
}
.banner-top .banner-content iframe {
  margin-bottom: 0 !important;
}
.banner-top .banner-group {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .banner-top .banner-group {
    max-width: 319px;
  }
}

.top-asside .banner-group:before {
  content: "Реклама";
  color: #696969;
  font-size: 11px;
}

@media (max-width: 767px) {
  .news_group-main--text [id^=zone_],
.banner-top > .banner-group,
.big-block {
    position: relative;
  }
  .news_group-main--text [id^=zone_]:before,
.banner-top > .banner-group:before,
.big-block:before {
    content: "Реклама";
    color: #959595;
    font-size: 13px;
    text-align: left;
    display: block;
  }
  .news_group-main--text [id^=zone_] > div,
.banner-top > .banner-group > div,
.big-block > div {
    margin: 0 auto;
  }
}
.banner-group {
  position: relative;
}
.banner-group.container-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner-group.container-fluid .btn-close {
  right: 0;
}
.banner-group.container-fluid .banner-close {
  right: 0;
  left: 0;
}
@media (max-width: 767px) {
  .banner-group {
    display: block;
  }
}
.banner-group .btn-close {
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #3f51b5;
  height: 35px;
  padding: 1px 0;
  position: absolute;
  right: 8px;
  top: 0;
  width: 37px;
  z-index: 4;
}
.banner-group .btn-close:focus {
  outline: none;
}
.banner-group .btn-close .material-icons {
  font-size: 32px;
}
.banner-group .banner-close {
  border: 1px solid #cfcfcf;
  background-color: #fafafa;
  display: none;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  right: 8px;
  z-index: 5;
}
.banner-group .banner-close .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: none;
}
.banner-group .banner-close .btn:focus {
  outline: none;
}
@media (max-width: 767px) {
  .banner-group .banner-close .btn {
    display: block;
    float: none;
    margin: 0 auto;
  }
}
.banner-group .banner-close .btn-default {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  padding: 6px 0;
  height: 35px;
  width: 37px;
}
.banner-group .banner-close .btn-link {
  color: #3f51b5;
  font-size: 18px;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .banner-group .banner-close .btn-link {
    margin-bottom: 10px;
  }
}
.banner-group .banner-close .btn-group {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.banner-group .banner-close .table-responsive {
  margin-top: 45px;
}
.banner-group .banner-close .table-responsive .table {
  margin-bottom: 0;
}
.banner-group .banner-close .table-responsive .table.table-bordered > thead > tr > th:first-child, .banner-group .banner-close .table-responsive .table.table-bordered > thead > tr > td:first-child, .banner-group .banner-close .table-responsive .table.table-bordered > tbody > tr > th:first-child, .banner-group .banner-close .table-responsive .table.table-bordered > tbody > tr > td:first-child, .banner-group .banner-close .table-responsive .table.table-bordered > tfoot > tr > th:first-child, .banner-group .banner-close .table-responsive .table.table-bordered > tfoot > tr > td:first-child {
  border-left-color: transparent;
}
.banner-group .banner-close .table-responsive .table.table-bordered > thead > tr > th:last-child, .banner-group .banner-close .table-responsive .table.table-bordered > thead > tr > td:last-child, .banner-group .banner-close .table-responsive .table.table-bordered > tbody > tr > th:last-child, .banner-group .banner-close .table-responsive .table.table-bordered > tbody > tr > td:last-child, .banner-group .banner-close .table-responsive .table.table-bordered > tfoot > tr > th:last-child, .banner-group .banner-close .table-responsive .table.table-bordered > tfoot > tr > td:last-child {
  border-right-color: transparent;
}
.banner-group .banner-content {
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.comments .media.status-delete .media-left:first-child {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.comments .media.status-delete .media-body .media-heading {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.comments .media.status-delete .media-body .read {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
  filter: alpha(opacity=25);
  margin-bottom: 25px;
}
.comments .media.status-delete .media-body .media-footer {
  display: none;
}
.comments .media.status-delete .media-body .media.status-delete .media-heading {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.comments .media.status-delete .media-body .media.status-delete .read {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.25;
  filter: alpha(opacity=25);
  margin-bottom: 25px;
}
.comments .media.status-delete .media-body .media.status-delete .media-footer {
  display: none;
}
.comments .media.status-delete .media-body .media .media-heading {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.comments .media.status-delete .media-body .media .read {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
  margin-bottom: 0;
}
.comments .media.status-delete .media-body .media .media-footer {
  display: block;
}

@media (max-width: 767px) {
  .bbm-wrapper {
    padding: 0 15px !important;
  }
}
.contact-info {
  margin-bottom: 30px;
  padding: 15px 20px;
}

.advertising {
  margin: 0 auto;
  max-width: 94%;
}
.advertising h3 {
  background: url("../img/static_page/auditt_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 39px;
  line-height: 2.4;
  padding-left: 45px;
}

.analytics {
  background: url("../img/static_page/google-analytics_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  height: 18px;
  margin-bottom: 15px;
  margin-top: 10px;
  width: 103px;
}

.analytics_table {
  background: none repeat scroll 0 0 #f2f2f2;
  clear: both;
  display: block;
  width: 522px;
  height: 28px;
  padding-left: 28px;
  line-height: 2;
}

.analytics_table.last {
  border-top: 1px solid #fff;
}

.people_month {
  background: url("../img/static_page/people_month.png") no-repeat scroll 0 5px rgba(0, 0, 0, 0);
  display: inline-block;
  height: 25px;
  margin-left: 35px;
  padding-left: 25px;
}

.see_month {
  background: url("../img/static_page/see_month.png") no-repeat;
  padding-left: 25px;
  margin-left: 47px;
}

.carusel_reclam {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 15px;
  margin-top: 16px;
  width: 100%;
  height: 578px;
}

.carusel_reclam .carousel-inner {
  height: 553px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carusel_reclam .carousel-inner .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carusel_reclam .carousel-inner .item a img {
  display: block;
  line-height: 1;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.carusel_reclam .carousel-inner .item img {
  display: block;
  line-height: 1;
  width: 100% \9 ;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.carusel_reclam .carousel-inner .carousel {
  position: relative;
}
.carusel_reclam .carousel-inner .active,
.carusel_reclam .carousel-inner .next,
.carusel_reclam .carousel-inner .prev {
  display: block;
}
.carusel_reclam .carousel-inner .active {
  left: 0;
}
.carusel_reclam .carousel-inner .active.left {
  left: -100%;
}
.carusel_reclam .carousel-inner .active.right {
  left: 100%;
}
.carusel_reclam .carousel-inner .next,
.carusel_reclam .carousel-inner .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carusel_reclam .carousel-inner .next {
  left: 100%;
}
.carusel_reclam .carousel-inner .next.left {
  left: 0;
}
.carusel_reclam .carousel-inner .prev {
  left: -100%;
}
.carusel_reclam .carousel-inner .prev.right {
  left: 0;
}
.carusel_reclam .carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 32px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #3f51b5;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carusel_reclam .carousel-control.left {
  background-image: none;
}
.carusel_reclam .carousel-control.right {
  left: auto;
  right: 0;
  background-image: none;
}
.carusel_reclam .carousel-control:hover, .carusel_reclam .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carusel_reclam .carousel-control .icon-prev,
.carusel_reclam .carousel-control .icon-next,
.carusel_reclam .carousel-control .glyphicon-chevron-left,
.carusel_reclam .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carusel_reclam .carousel-control .icon-prev img,
.carusel_reclam .carousel-control .icon-next img,
.carusel_reclam .carousel-control .glyphicon-chevron-left img,
.carusel_reclam .carousel-control .glyphicon-chevron-right img {
  display: none;
}
@media (min-width: 768px) {
  .carusel_reclam .carousel-control .icon-prev,
.carusel_reclam .carousel-control .icon-next,
.carusel_reclam .carousel-control .glyphicon-chevron-left,
.carusel_reclam .carousel-control .glyphicon-chevron-right {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
}
.carusel_reclam .carousel-control .icon-prev,
.carusel_reclam .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
@media (min-width: 768px) {
  .carusel_reclam .carousel-control .icon-prev,
.carusel_reclam .carousel-control .glyphicon-chevron-left {
    margin-left: -15px;
  }
}
.carusel_reclam .carousel-control .icon-next,
.carusel_reclam .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .carusel_reclam .carousel-control .icon-next,
.carusel_reclam .carousel-control .glyphicon-chevron-right {
    margin-right: -15px;
  }
}
.carusel_reclam .carousel-control .icon-prev,
.carusel_reclam .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
}
.carusel_reclam .carousel-control .icon-prev:before {
  content: "‹";
}
.carusel_reclam .carousel-control .icon-next:before {
  content: "›";
}
.carusel_reclam .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  .carusel_reclam .carousel-indicators {
    bottom: 20px;
  }
}
.carusel_reclam .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #276bb9;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carusel_reclam .carousel-indicators .active {
  margin: 1px;
  width: 10px;
  height: 10px;
  background-color: #276bb9;
}
.carusel_reclam .carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  display: none;
}
@media (min-width: 768px) {
  .carusel_reclam .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}
.carusel_reclam .carousel-caption .btn {
  text-shadow: none;
}

.left_block.rang {
  display: block;
  width: 540px;
}

.reclam_autor h3 {
  background: url("../img/static_page/speaker_icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 39px;
  line-height: 2.4;
  padding-left: 45px;
  margin-left: 25px;
  margin-bottom: 10px;
}

.name_rang_reclam {
  display: inline-block;
  font-size: 24px;
  left: 60px;
  position: relative;
  text-align: center;
  top: 40px;
  width: 245px;
}

#map-canvas {
  width: 475px;
  height: 165px;
}

.reclam_maps {
  float: right;
  margin-top: -50px;
}

.reclam_info {
  margin-top: 15px;
}
.reclam_info .info_adress {
  background: url("../img/static_page/location_icon_reclam.png") no-repeat scroll 1px 2px rgba(0, 0, 0, 0);
  padding-left: 20px;
}
.reclam_info .info_phone {
  background: url("../img/static_page/phone_icon_reclam.png") no-repeat scroll 1px 2px rgba(0, 0, 0, 0);
  padding-left: 20px;
}
.reclam_info .info_mail {
  background: url("../img/static_page/mail_icon_reclam.png") no-repeat scroll 1px 2px rgba(0, 0, 0, 0);
  padding-left: 25px;
}
.reclam_info .info_mail a {
  display: block;
  word-wrap: break-word;
}

.item.active.slide_1 .carousel-caption {
  color: #444;
  left: 46%;
  margin: 0;
  padding: 0;
  right: 0;
  text-shadow: none;
  top: 14%;
  width: 550px;
}

.left_block_img {
  height: 180px;
  width: 180px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.reclam_autor .left_block > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  height: auto;
  width: 180px;
}

.item.active.slide_1 .carousel-caption {
  color: #444;
  left: 46%;
  margin: 0;
  padding: 0;
  right: 0;
  text-shadow: none;
  top: 14%;
  width: 550px;
  display: block;
}

.item.active.slide_2 .carousel-caption {
  color: #444;
  left: 4%;
  margin: 0;
  padding: 0;
  right: 0;
  text-shadow: none;
  width: 420px;
  top: 17%;
  font-size: 18px;
  text-align: left;
  display: block;
}

.item.active.slide_3 .carousel-caption {
  color: #444;
  left: 57%;
  margin: 0;
  padding: 0;
  right: 0;
  text-shadow: none;
  top: 14%;
  width: 420px;
  display: block;
}

.item.active.slide_4 .carousel-caption {
  color: #444;
  left: 4%;
  margin: 0;
  padding: 0;
  right: 0;
  text-shadow: none;
  top: 20%;
  width: 420px;
  display: block;
}

.item.active.slide_4 h2 {
  font-size: 24px;
  line-height: 2;
  margin-left: 77px;
  text-align: left;
}

.item.active.slide_4 li {
  font-size: 18px;
  list-style: disc outside none;
  margin-left: 95px;
  text-align: left;
}

.item.active.slide_4 p {
  font-size: 18px;
  margin-left: 77px;
  text-align: left;
  line-height: 2;
}

.item.active.slide_5 .carousel-caption {
  color: #444;
  left: 51%;
  margin: 0;
  padding: 0;
  right: 0;
  text-shadow: none;
  top: 28%;
  width: 500px;
  display: block;
}

.item.active.slide_5 h2 {
  font-size: 24px;
  text-align: left;
  margin-bottom: 20px;
}

.item.active.slide_6 .carousel-caption {
  color: #444;
  left: 8%;
  margin: 0;
  padding: 0;
  right: 0;
  text-shadow: none;
  top: 35%;
  width: 485px;
  display: block;
}

.item.active.slide_6 h2 {
  font-size: 24px;
  text-align: left;
}

.item.active.slide_6 ul {
  margin-left: 20px;
}

.item.active.slide_6 li {
  font-size: 18px;
  list-style: disc outside none;
  text-align: left;
}

.ck_img_caption .text-muted {
  font-size: 13px;
}

.page_404 {
  margin-top: 40px;
}
.page_404 .page_404-block .text-top {
  font-size: 18px;
  font-weight: 500;
  margin-top: 18px;
}
.page_404 .page_404-block .error_404 {
  color: #2f2f2f;
  font-size: 72px;
  line-height: 1.2;
}
.page_404 .page_404-block .btn {
  font-size: 16px;
  text-transform: none;
  height: 46px;
  margin-bottom: 8px;
  margin-top: 23px;
  width: 250px;
}

.news_group .news_group-main blockquote.auto {
  background-color: #f9f9f9;
  border-left: 2px solid #3f51b5;
  font-size: 14px;
  padding: 12px 20px 15px;
  font-weight: normal;
  font-style: normal;
}
.news_group .news_group-main blockquote.auto:before {
  content: none;
}
.news_group .news_group-main blockquote.auto:after {
  content: none;
}
@media (min-width: 768px) {
  .news_group .news_group-main blockquote.auto {
    float: right;
    margin: 0 0 0 20px;
    max-width: 50%;
  }
}
.news_group .news_group-main blockquote.auto a {
  font-weight: 600;
}
.news_group .news_group-main blockquote.auto p {
  color: #404040;
  font-size: 14px !important;
  line-height: 20px !important;
}
.news_group .news_group-main blockquote.misto {
  background-color: #f9f9f9;
  border-left: 2px solid #c91f28;
  font-size: 14px;
  padding: 12px 20px 15px;
  font-weight: normal;
  font-style: normal;
}
.news_group .news_group-main blockquote.misto:before {
  content: none;
}
.news_group .news_group-main blockquote.misto:after {
  content: none;
}
@media (min-width: 768px) {
  .news_group .news_group-main blockquote.misto {
    float: right;
    margin: 0 0 0 20px;
    max-width: 50%;
  }
}
.news_group .news_group-main blockquote.misto a {
  color: #c91f28;
  font-weight: 600;
}
.news_group .news_group-main blockquote.misto p {
  color: #404040;
  font-size: 14px !important;
  line-height: 20px !important;
}
.news_group .news_group-main blockquote.misto + p img {
  padding-top: 10px;
}

.comments .file-input.file-input-new {
  display: none;
  margin-top: -37px;
}
.comments .file-input.file-input-new.show {
  display: block;
}
.comments .file-input.file-input-new .file-caption {
  display: none;
}
.comments .file-input.file-input-new .file-caption-main {
  text-align: right;
}
.comments .file-input {
  margin-top: 15px;
}
.comments .file-input .file-preview {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.comments .file-input .btn-file {
  padding-bottom: 0;
  padding-top: 8px;
}
.comments .file-input .btn-file:hover, .comments .file-input .btn-file:focus, .comments .file-input .btn-file:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.comments .file-input .btn-file:hover .icon-upload, .comments .file-input .btn-file:focus .icon-upload, .comments .file-input .btn-file:active .icon-upload {
  background-image: url("../img/icon-upload-h.png");
}
.comments .file-input .btn-file .icon-upload {
  background-image: url("../img/icon-upload.png");
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 20px;
  width: 23px;
}

.media-photo {
  margin: 15px -5px;
}
.media-photo .col-xs-6 {
  padding-left: 5px;
  padding-right: 5px;
}
.media-photo .col-xs-6 .group {
  display: block;
  overflow: hidden;
  position: relative;
}
.media-photo .col-xs-6 .group:before {
  background-color: rgba(0, 0, 0, 0.65);
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
.media-photo .col-xs-6 .group .photo-group {
  background-image: url("../img/icon-photo.png");
  background-repeat: no-repeat;
  background-position: 50% 45%;
  color: #ffffff;
  font-size: 24px;
  padding-top: 60%;
  text-align: center;
  left: 50%;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 3;
}
@media (min-width: 1249px) {
  .media-photo .col-xs-6 .group .photo-group {
    font-size: 24px;
    padding-top: 60%;
  }
}
@media (max-width: 400px) {
  .media-photo .col-xs-6 .group .photo-group {
    background-size: 40px 34px;
    font-size: 16px;
  }
}
.media-photo a img, .media-photo .pseudo-link img {
  min-width: 100%;
}

.owl-comment-img .owl-item {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.owl-comment-img .owl-nav {
  margin-top: 0;
}
.owl-comment-img .owl-nav [class*=owl-] {
  background-color: transparent;
  color: #3f51b5;
  font-size: 36px;
}
.owl-comment-img .owl-nav [class*=owl-]:hover, .owl-comment-img .owl-nav [class*=owl-]:focus, .owl-comment-img .owl-nav [class*=owl-]:active {
  background-color: transparent;
  color: #3f51b5;
}
.owl-comment-img .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.owl-comment-img .owl-nav .owl-next {
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.news_group .alert-danger {
  background-color: #f2f9f4;
  border: 1px solid #008b2d;
  color: #008b2d;
  font-size: 14px;
  text-align: center;
}

.template .news .news-theme {
  margin-bottom: 19px;
  margin-top: 19px;
}
.template .news .news-theme .title-img {
  background-color: #ffffff;
  margin: 0;
  padding: 13px 0 13px 50px;
}
@media (max-width: 767px) {
  .template .news .news-theme .title-img {
    margin-left: 0;
    padding-top: 27px;
    padding-bottom: 27px;
  }
}
.template .news .news-theme .title-img img {
  height: 45px;
  left: 22px;
  top: 20px;
}
@media (max-width: 767px) {
  .template .news .news-theme .title-img img {
    height: 38px;
  }
}
.template .news .news-theme .title {
  background-color: #ffffff;
  margin: 0;
  padding: 20px 20px 20px 45px;
}
.template .news .news-theme .title:before {
  left: 20px;
  top: 21px;
}
.template .news .news-theme .owl_news_theme {
  background-color: #ffffff;
  padding: 0 20px 20px;
}
.template .news .news-theme .owl_news_theme .thumbnail {
  border: none;
  height: auto;
  margin-bottom: 0;
  overflow: visible;
  position: relative;
}
.template .news .news-theme .owl_news_theme .thumbnail:after {
  background-color: #ddd;
  content: "";
  display: block;
  height: 202px;
  position: absolute;
  right: -20px;
  top: 0;
  width: 1px;
}
.template .news .news-theme .owl_news_theme .thumbnail .img-block {
  height: 135px;
}
.template .news .news-theme .owl_news_theme .thumbnail .caption {
  height: auto;
  margin-bottom: 0;
  padding: 16px 0 0;
}
.template .news .news-theme .owl_news_theme .thumbnail .caption .news-title a {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  line-height: 19.6px;
}
.template .news .news-theme .owl_news_theme .owl-prev,
.template .news .news-theme .owl_news_theme .owl-next {
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  color: #3f51b5;
  font-size: 16px;
  text-align: center;
  padding: 3px 0;
  height: 35px;
  width: 35px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 40%;
}
.template .news .news-theme .owl_news_theme .owl-prev {
  left: 0;
}
.template .news .news-theme .owl_news_theme .owl-next {
  right: 0;
}

.wrapper-content .relap-default-wrapper {
  background-color: #fff;
}

.news_group.new-page {
  padding: 35px 25px 30px 60px;
}
@media (max-width: 767px) {
  .news_group.new-page {
    padding: 30px 15px;
  }
}
.news_group.new-page .news_group-main {
  margin-left: 0;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  z-index: 6;
}
@media (min-width: 992px) {
  .news_group.new-page .news_group-main.content_left {
    max-width: 695px;
    float: right;
    padding-right: 30px;
  }
}
.news_group.new-page .list-info {
  color: #b3b3b3;
  font-size: 14px;
}
@media (min-width: 768px) {
  .news_group.new-page .list-info {
    display: inline-block;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .news_group.new-page .list-info {
    margin-bottom: 0;
  }
  .news_group.new-page .list-info + .list-info {
    margin-bottom: 11.5px;
  }
}
.news_group.new-page .list-info a {
  color: #b3b3b3;
}
.news_group.new-page .list-info .btn-link {
  color: #b3b3b3;
  padding: 0;
}
.news_group.new-page .list-info .btn-link:hover, .news_group.new-page .list-info .btn-link:focus, .news_group.new-page .list-info .btn-link:active, .news_group.new-page .list-info .btn-link.active {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.news_group.new-page .list-info .btn-link .material-icons {
  font-size: 22px;
  vertical-align: middle;
}
.news_group.new-page .list-info .author {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
.news_group.new-page .list-info .author:before {
  content: "·";
  font-size: 48px;
  position: absolute;
  left: -3px;
  line-height: 24px;
  top: 1px;
}
.news_group.new-page .btn-premium {
  padding: 0;
}
@media (min-width: 768px) {
  .news_group.new-page .btn-premium {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .news_group.new-page .btn-premium {
    margin-bottom: 5px;
  }
}
.news_group.new-page .btn-premium:hover, .news_group.new-page .btn-premium:focus, .news_group.new-page .btn-premium:active {
  background: none;
  outline: none;
}
.news_group.new-page .btn-premium .material-icons {
  vertical-align: -7px;
}
.news_group.new-page .btn-premium span {
  text-transform: none;
  margin-left: 5px;
}
@media (min-width: 768px) {
  .news_group.new-page .share_group.top {
    position: absolute;
    left: -45px;
  }
  .news_group.new-page .share_group.top .btn {
    display: block;
    margin-bottom: 10px;
    height: 40px;
    width: 40px;
    font-size: 22px;
  }
  .news_group.new-page .share_group.top .btn:last-child {
    margin-bottom: 0;
  }
  .news_group.new-page .share_group.top .sticky {
    max-width: 40px;
  }
}
@media (min-width: 992px) {
  .news_group.new-page .share_group.top {
    left: -40px;
  }
}
@media (min-width: 1212px) {
  .news_group.new-page .share_group.top {
    left: 0;
  }
}
@media (max-width: 767px) {
  .news_group.new-page .share_group.top {
    margin-bottom: 11.5px;
  }
}
.news_group.new-page .partner-block {
  position: static;
  margin: 0 auto 25px;
  display: block;
  text-align: center;
  color: #8b8b8b;
}
.news_group.new-page .partner-block img {
  height: 50px;
}
@media (max-width: 767px) {
  .news_group.new-page .partner-block {
    border: none;
    padding: 0;
    margin-bottom: 10px;
  }
  .news_group.new-page .partner-block img {
    float: none;
    display: block;
    margin: 10px auto;
  }
}
@media (min-width: 768px) {
  .news_group.new-page.page-long {
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    position: relative;
  }
}
@media (max-width: 767px) {
  .news_group.new-page.page-long {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .news_group.new-page.page-long .page-long-head,
.news_group.new-page.page-long .page-long-footer {
    margin: 0 auto;
    max-width: 580px;
  }
}
@media (min-width: 768px) {
  .news_group.new-page.page-long .news_group-main--text h1, .news_group.new-page.page-long .news_group-main--text h2, .news_group.new-page.page-long .news_group-main--text h3, .news_group.new-page.page-long .news_group-main--text h4, .news_group.new-page.page-long .news_group-main--text h5, .news_group.new-page.page-long .news_group-main--text h6,
.news_group.new-page.page-long .news_group-main--text .h1, .news_group.new-page.page-long .news_group-main--text .h2, .news_group.new-page.page-long .news_group-main--text .h3, .news_group.new-page.page-long .news_group-main--text .h4, .news_group.new-page.page-long .news_group-main--text .h5, .news_group.new-page.page-long .news_group-main--text .h6,
.news_group.new-page.page-long .news_group-main--text p, .news_group.new-page.page-long .news_group-main--text ol, .news_group.new-page.page-long .news_group-main--text ul, .news_group.new-page.page-long .news_group-main--text table, .news_group.new-page.page-long .news_group-main--text .table-responsive {
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }
  .news_group.new-page.page-long .news_group-main--text blockquote {
    display: block;
    float: none;
    max-width: 580px;
    margin: 0 auto 1em;
  }
}
@media (min-width: 768px) {
  .news_group.new-page.page-long .img-block {
    margin: 0 auto;
    max-width: 666px;
  }
  .news_group.new-page.page-long .img-block.img-responsive {
    max-width: 100%;
  }
  .news_group.new-page.page-long .img-block .text-muted {
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
  }
}
@media (min-width: 768px) {
  .news_group.new-page.page-long .page {
    position: relative;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .news_group.new-page.page-long .btn-premium {
    margin-bottom: 10px;
  }
}
.news_group.new-page.page-long .b-b .banner-top {
  background-color: #eaeaea;
}
.news_group.new-page.page-long .b-b .banner-top .banner-group {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .news_group.new-page.page-long .video-block {
    max-width: 666px;
    clear: both;
    margin: 0 auto;
    padding: 1em 0;
  }
}
.news_group.new-page.page-long .l-p-b {
  width: 100%;
}
@media (min-width: 768px) {
  .news_group.new-page.page-long .l-p-b {
    margin-left: auto;
    margin-right: auto;
    max-width: 580px;
  }
}
.news_group.new-page.page-long .comments {
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.news_group.new-page.page-long .comments .article_comments {
  max-width: 580px;
  width: 100%;
}
@media (min-width: 768px) {
  .news_group.new-page.page-long .comments .article_comments {
    margin-right: 15px;
    margin-left: 300px;
    width: 580px;
  }
  .news_group.new-page.page-long .comments .article_comments.article_comments-clear {
    margin-left: 15px;
    margin-top: 30px;
  }
}
.news_group.new-page.page-long .comments .aside_comments {
  position: relative;
}
.news_group.new-page.page-long .comments .aside_comments .banner-group {
  position: sticky;
  top: 20px;
  padding-bottom: 25px;
}
.news_group.new-page.page-long .comments .comments_list {
  width: 100%;
}
.news_group.new-page.page-long .comments .comments_list .flag {
  margin-right: 0;
}
.news_group.new-page.page-long .comments .comments_list .user-name {
  margin-right: 20px;
}
.news_group.new-page.page-long .comments .comments_list .media {
  flex-direction: column;
}
.news_group.new-page.page-long .comments .comments_list .media + .media {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .news_group.new-page.page-long .comments .comments_list .media + .media {
    margin-top: 10px;
  }
}
.news_group.new-page.page-long .comments .comments_list .media .media-body .media-heading {
  margin-bottom: 15px;
}
.news_group.new-page.page-long .comments .comments_list .media .media-body .comments-time {
  margin-left: 5px;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like {
  margin-left: auto;
  padding-left: 5px;
  white-space: nowrap;
  display: flex;
  margin-bottom: auto;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn-group {
  display: flex;
  align-items: center;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #5c5c5c;
  padding: 0;
  display: flex;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn .material-icons {
  font-size: 20px;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn.btn-center {
  cursor: default;
  padding-left: 10px;
  padding-right: 10px;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn.btn-center.text-danger {
  color: #c91f28;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn.btn-center.text-success {
  color: #008b2d;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn:first-child {
  color: #c91f28;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn:first-child.active {
  color: #c91f28;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn:last-child {
  color: #008b2d;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn:last-child.active {
  color: #008b2d;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn:hover, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn:focus, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn:active, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn.focus, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn.active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn:hover:first-child, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn:focus:first-child, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn:active:first-child, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn.focus:first-child, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn.active:first-child {
  color: #c91f28;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn:hover:first-child.active, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn:focus:first-child.active, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn:active:first-child.active, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn.focus:first-child.active, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn.active:first-child.active {
  color: #c91f28;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn:hover:last-child, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn:focus:last-child, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn:active:last-child, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn.focus:last-child, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn.active:last-child {
  color: #008b2d;
}
.news_group.new-page.page-long .comments .comments_list .media .media-like .btn:hover:last-child.active, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn:focus:last-child.active, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn:active:last-child.active, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn.focus:last-child.active, .news_group.new-page.page-long .comments .comments_list .media .media-like .btn.active:last-child.active {
  color: #008b2d;
}
.news_group.new-page.page-long .comments form .form-group {
  position: relative;
}
.news_group.new-page.page-long .comments form textarea.form-control {
  height: 75px;
}
.news_group.new-page.page-long .comments form .file-input.file-input-new {
  display: block;
  margin-right: 35px;
}
.news_group.new-page.page-long .comments form .file-input .btn-file:hover .icon-upload, .news_group.new-page.page-long .comments form .file-input .btn-file:focus .icon-upload, .news_group.new-page.page-long .comments form .file-input .btn-file:active .icon-upload {
  color: #444;
}
.news_group.new-page.page-long .comments form .file-input .btn-file .icon-upload {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  background: none;
  color: #DADADA;
}
.news_group.new-page.page-long .comments form .file-input .btn-file .icon-upload:before {
  content: "";
}
.news_group.new-page.page-long .comments form .btn.btn-modal {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  color: #DADADA;
  display: flex;
  position: absolute;
  right: 16px;
  top: 46px;
  z-index: 2;
}
.news_group.new-page.page-long .comments form .btn.btn-modal:hover, .news_group.new-page.page-long .comments form .btn.btn-modal:focus, .news_group.new-page.page-long .comments form .btn.btn-modal:active, .news_group.new-page.page-long .comments form .btn.btn-modal.active {
  background: none;
  color: #444;
}
.news_group.new-page.page-long .comments .modal-input {
  padding: 20px;
}
.news_group.new-page.page-long .comments .btn-primary {
  border-radius: 30px;
  padding: 10px 40px;
  height: auto;
  margin-left: auto;
  display: flex;
}
@media (max-width: 767px) {
  .news_group.new-page.page-long .comments .btn-primary {
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .news_group.new-page.page-long .share_group.top {
    left: 200px;
    z-index: 5;
  }
}
.news_group .last-news.list-group {
  height: auto;
}
.news_group .last-news .title-img {
  font-size: 22px;
  padding-left: 18px;
}
.news_group .last-news .title-img img {
  height: 39px;
}
@media (min-width: 768px) {
  .news_group .banner-block + .last-news {
    margin-top: 20px;
  }
}

.panel-help {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .panel-help {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .panel-help {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .panel-help .list-group {
    width: 100%;
  }
}
.panel-help .list-group .list-group-item {
  background-color: #595959;
  border: none;
  color: #ffffff;
  padding: 20px;
  position: relative;
}
@media (max-width: 767px) {
  .panel-help .list-group .list-group-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
  }
}
.panel-help .list-group .list-group-item + .list-group-item:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #d7d7d7;
}
@media (max-width: 767px) {
  .panel-help .list-group .list-group-item + .list-group-item:before {
    left: 10px;
    right: 10px;
  }
}
.panel-help .list-group .list-group-item .list-group-item-heading {
  color: #ffffff;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .panel-help .list-group .list-group-item .list-group-item-heading {
    margin-bottom: 0;
    font-size: 14px;
  }
}
.panel-help .list-group .list-group-item .list-group-item-text {
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .panel-help .list-group .list-group-item .list-group-item-text {
    font-size: 20px;
    margin-left: auto;
  }
}
.panel-help .panel-footer {
  padding: 0;
}
.panel-help .panel-footer .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: none;
  font-size: 24px;
  padding: 17px 15px;
}
@media (max-width: 767px) {
  .panel-help .panel-footer .btn {
    font-size: 16px;
    height: 100%;
    padding: 5px 10px;
  }
}

.help-check {
  font-size: 16px;
  color: #404040;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 767px) {
  .help-check {
    margin-bottom: 18px;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.help-check .material-icons {
  color: #008b2d;
  border: 2px solid;
  border-radius: 50%;
  margin-right: 10px;
}

.help-form {
  margin-bottom: 25px;
  margin-top: 25px;
}
.help-form .panel {
  -webkit-box-shadow: -1px 1px 24px 0px #c4c9e8;
  box-shadow: -1px 1px 24px 0px #c4c9e8;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  margin-bottom: 0;
}
.help-form .panel .panel-body {
  padding: 60px;
}
@media (max-width: 767px) {
  .help-form .panel .panel-body {
    padding: 50px 15px;
  }
}
.help-form .help-title {
  border: none;
  color: #404040;
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 35px;
  text-transform: uppercase;
  text-align: center;
}
.help-form .help-total {
  color: #404040;
  font-size: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  .help-form .help-total {
    font-size: 20px;
  }
}
.help-form .help-total span {
  font-size: 30px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .help-form .help-total span {
    font-size: 28px;
  }
}
.help-form .help-end {
  color: #404040;
  font-size: 24px;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .help-form .help-end {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .help-form .help-end {
    font-size: 20px;
    margin-top: 30px;
  }
}
.help-form .help-end .material-icons {
  color: #008b2d;
  font-size: 48px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .help-form .help-end .material-icons {
    display: block;
    text-align: center;
    margin-right: 0;
  }
}
.help-form .help_sub {
  color: #404040;
  font-size: 16px;
  margin-top: 20px;
  line-height: 24px;
}
.help-form .help_sub .share_group {
  margin-top: 10px;
}
.help-form .help_sub .share_group .btn {
  height: 40px;
  width: 40px;
  margin: 10px 2px 0;
}
.help-form .help_sub .share_group .btn .fa {
  padding-top: 8px;
}
.help-form .group_two {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.help-form .group_two .col {
  margin-right: 10px;
  margin-left: 10px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  width: 100%;
}
@media (min-width: 768px) {
  .help-form .form-group {
    margin-bottom: 20px;
  }
}
.help-form .form-group.has-error .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #c91f28;
}
.help-form .form-group label {
  color: #404040;
  font-size: 24px;
}
@media (max-width: 767px) {
  .help-form .form-group label {
    font-size: 18px;
  }
}
.help-form .form-group .form-control {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #d1d3e0;
  text-align: center;
  padding: 5px 10px;
  height: 50px;
  font-size: 16px;
  color: #404040;
}
.help-form .form-group .form-control::-moz-placeholder {
  color: #8e919f;
  opacity: 1;
}
.help-form .form-group .form-control:-ms-input-placeholder {
  color: #8e919f;
}
.help-form .form-group .form-control::-webkit-input-placeholder {
  color: #8e919f;
}
@media (min-width: 768px) {
  .help-form .form-group .form-control {
    font-size: 24px;
    height: 60px;
  }
}
.help-form .form-group .help-block {
  margin-bottom: 0;
}
.help-form .form-group .help-block .list-unstyled {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .help-form .form-group .help-block .list-unstyled {
    font-size: 14px;
  }
}
.help-form .form-group .help-block .list-unstyled li:before {
  content: none;
}
.help-form .btn {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  font-size: 24px;
  padding: 8px 15px;
  text-transform: none;
  margin-top: 10px;
}
.help-form .radio-custom {
  position: relative;
}
.help-form .radio-custom .btn {
  background-color: #ffffff;
  margin-top: 0;
  min-height: 115px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: none;
  padding: 0 8px;
}
@media (max-width: 767px) {
  .help-form .radio-custom .btn {
    min-height: 65px;
  }
}
.help-form .radio-custom .btn:hover, .help-form .radio-custom .btn:focus, .help-form .radio-custom .btn:active, .help-form .radio-custom .btn.active {
  background-color: #3f51b5;
  color: #ffffff;
  outline: none;
}
.help-form .radio-custom .btn:hover .form-control, .help-form .radio-custom .btn:focus .form-control, .help-form .radio-custom .btn:active .form-control, .help-form .radio-custom .btn.active .form-control {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}
.help-form .radio-custom .btn:hover span, .help-form .radio-custom .btn:focus span, .help-form .radio-custom .btn:active span, .help-form .radio-custom .btn.active span {
  color: #ffffff;
}
.help-form .radio-custom .btn .form-control {
  height: 50px;
}
@media (max-width: 767px) {
  .help-form .radio-custom .btn .form-control {
    height: 30px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .help-form .radio-custom .btn span {
    line-height: 1;
  }
}
.help-form .radio-custom input[type=radio],
.help-form .radio-custom input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.help-form .radio-custom input[type=radio]:checked + .btn,
.help-form .radio-custom input[type=checkbox]:checked + .btn {
  background-color: #3f51b5;
  color: #ffffff;
}
.help-form .radio-custom input[type=radio]:checked + .btn .form-control,
.help-form .radio-custom input[type=checkbox]:checked + .btn .form-control {
  background-color: #ffffff;
  position: relative;
  z-index: 10;
}

@media (max-width: 991px) {
  .row.page.page-informer .col-md-4.page {
    display: block;
  }
}

.page-informer .informer-group .list-group-item {
  border: none;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
}
.page-informer .informer-group .list-group-item + .list-group-item {
  margin-top: 20px;
}
.page-informer .informer-group .list-group-item .material-icons {
  margin-right: 0.5rem;
}
.page-informer .informer-group .list-group-item .list-group-item-text {
  color: #404040;
  width: 100%;
}
.page-informer .informer-group .informer-group-phone .btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 50rem;
  font-size: 16px;
  text-transform: none;
  padding: 8px 20px;
  position: absolute;
  top: -13px;
  right: 0;
}

.align-items-center {
  -ms-flex-align: center;
  align-items: center;
}

.d-block {
  display: block;
}

.mt-2 {
  margin-top: 0.5rem;
}

.show_btn {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.45);
  position: fixed;
  right: 30px;
  bottom: 80px;
  font-size: 12px;
  line-height: 14px;
  text-transform: none;
  z-index: 100;
  display: none;
  border-radius: 30px;
  width: 125px;
  white-space: normal;
  padding: 10px 15px;
  text-align: left;
  align-items: center;
}
.show_btn .material-icons {
  font-size: 18px;
  margin-right: 0.5rem;
}
@media (max-width: 1211px) {
  .show_btn {
    display: flex;
  }
}

.modal .map .mapboxgl-canvas {
  min-height: 100%;
  min-width: 100%;
}

.paywall {
  display: none;
}

.news-quarantine .plashka {
  border-radius: 5px;
  background-color: #FFFFFF;
  border: 1px solid #314093;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  text-transform: none;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 20px;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
  z-index: 5;
  margin-bottom: -2px;
  margin-top: -2px;
}
@media (max-width: 991px) {
  .news-quarantine .plashka {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
  }
}
.news-quarantine .plashka:hover, .news-quarantine .plashka:focus, .news-quarantine .plashka:active {
  background-color: #b7bcd9;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #314093;
}
.news-quarantine .plashka:active {
  background-color: #b7bcd9;
  background-image: -webkit-radial-gradient(circle, rgba(49, 64, 147, 0.35) 10%, rgba(49, 64, 147, 0.3) 11%);
  background-image: radial-gradient(circle, rgba(49, 64, 147, 0.5) 10%, rgba(49, 64, 147, 0.3) 11%);
  background-repeat: no-repeat;
  background-size: 1000% 1000%;
}
.news-quarantine .plashka .icon {
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
  height: 25px;
  width: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}
.news-quarantine .plashka .icon.icon-quarantine {
  background-image: url("../img/cbimage.jpg");
  background-size: 100%;
  background-color: #ffffff;
}
.news-quarantine .list-group {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #314093;
}
.news-quarantine .list-group .list-group-item {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 767px) {
  .scroller-plashka {
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -31.5px;
  }
}

.mob-block {
  display: none;
}
@media (max-width: 767px) {
  .mob-block {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 1000;
  }
  .mob-block.active {
    display: flex;
  }
}
.mob-block .mob_close {
  display: none;
}
.d-flex {
  display: flex;
}

.justify-content-center {
  justify-content: center;
}

@media (min-width: 992px) {
  .template .row.page .col-md-8.page {
    display: flex;
    flex-direction: column;
  }
  .template .row.page .col-md-8.page .content_left {
    margin-left: auto;
  }
  .template .row.page .col-md-4.page .read_last-news {
    height: 100%;
    position: relative;
  }
  .template .row.page .col-md-4.page .read_last-news .last-news {
    position: static;
  }
  .template .row.page .col-md-4.page .b-c-r {
    position: sticky;
    top: 20px;
    z-index: 100;
  }
  .template .row.page .col-md-4.page .b-c-r .banner-group:before {
    background-color: #ffffff;
    width: 100%;
  }
}
.news_group-main--text div {
  margin-bottom: 1em;
}
.news_group-main--text div.article-slide {
  margin-bottom: 110px;
}
.news_group-main--text div.article-slide .carousel-indicators img {
  height: 70px !important;
}
.news_group-main--text div .owl-slider div {
  margin-bottom: 0;
}

.breadcrumb {
  margin-bottom: 5px;
}

/*# sourceMappingURL=page.css.map */
