/* Активные стили шаблона */
a {
  color: #795548;
}

a:hover, a:active, a:focus {
  color: #795548;
}

ul {
  padding: 0;
  list-style-position: inside;
}

.share42-item a:hover {
  /*background-position: center bottom !important;*/
  /* transition */
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.not-hot {
  color: #b1b1b1
}

.hot {
  color: #999999
}

.main-pic {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.show-all-art {
  margin-left: 70px;
}

.hc_resize_height img {
  width: auto;
}

img {
  width: 100%;
  height: auto;
}

.c_content article img {
  width: auto;
  max-width: auto;
}

.c_content article p {
  margin-bottom: 20px;
}

.c_content article img {
  max-width: 100%;
}

body {
  background: #e5e5e5;
  margin-top: 0;
  font-size: 18px;

}

.navbar {
  margin-bottom: 0;
}

.navbar-brand {
  padding: 11px;
}

.navbar-form {
  display: block;
}

body > .container {
  padding-top: 15px;
  padding-bottom: 0;
  margin-bottom: 0;
  background: #fff;
  box-shadow: 0 0 19px rgba(140, 140, 140, 0.5);
  font-family: 'Roboto', sans-serif;
  /*min-width: 1170px;*/
}

.c_nav {
  height: 69px;
}

.c_nav .wrapper {
  background: #FF9800;
}

.c_nav ul {
  list-style: none;
}

.c_nav li {
  float: left;
  margin-left: 0;
}

.c_nav li .menu-sublevel {
  opacity: 0;
  position: absolute;
  background: #FF9800;
  z-index: -5;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
  width: inherit;
}

.c_nav li .menu-sublevel li {
  float: none;
}

.c_nav li .menu-sublevel li a {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}

.c_nav li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: block;
  height: 69px;
  line-height: 65px;
  padding: 0 6px;
  /*word-break: break-all;*/
  /* transition */
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.c_nav li a:hover, .c_nav li.open > a {
  background: #FF5722;
}

.c_logo_block {
  color: #fff;
  padding-top: 13px;
}

.c_logo_block img {
  padding-bottom: 6px;
}

.c_filter_nav {
  min-height: 68px;
}

.c_filter_nav ul {
  list-style: none;
}

.c_filter_nav li {
  float: left;
  margin-left: 0;
  padding: 0 13px;
}

.c_filter_nav li a {
  height: 68px;
  line-height: 68px;
  display: block;
  color: #795548;
  font-size: 13px;
  outline: none;
}

.c_filter_nav li a:hover, .c_filter_nav li a.selected {
  text-decoration: underline;
}

.c_search_nav ul {
  list-style: none;
}

.c_search_nav li {
  margin-left: 0;
  padding: 0 13px;
  display: block;
  width: 100%;
  float: right
}

.c_search_nav li a {
  height: 68px;
  line-height: 68px;
  display: block;
  color: #fff;
  font-size: 12px;
  padding: 0 10px;
  outline: none;
}

.c_search_nav li a:hover, .c_search_nav li a.open {
  text-decoration: underline;
}

.news-parts {
  min-height: 506px;
  background: #333333
}

.news-parts .column-center {
  width: 50%;
  height: auto;
  float: right;
}

.news-parts .colum-left {
  width: 50%;
  float: left;
}

.news-parts .item-big {
  float: left;
  width: 100%;
}

.news-parts .item-big img.big-cover {
  display: block;
}

.news-parts .item-big img.mini-cover {
  display: none;
}

.news-parts .item-mini {
  width: 100%;
}

.news-parts .item-mini img.mini-cover {
  display: none;
}

.news-parts .item-mini img.big-cover {
  display: block;
}

.news-parts .colum-right {
  width: 50%;
  float: left;
  display: none;
}

.news-parts .colum-right .item-big {
  display: block;
}

.news-parts .colum-right .item-big + div .title {
  padding-bottom: 43px;
}

.news-parts .item-big {
  /*height: 220px;*/
  position: relative;
}

.news-parts .item-big .title.theme_of_the_day {
  background: #FF9800;
}

.news-parts .item-big .title {
  position: relative;
  background: #1a1a1a;
  padding: 10px;
}

.news-parts .item-big p {
  margin: 0;
}

.news-parts .item-big a {
  text-decoration: none;
  color: #fff;
  font-size: 10pt;
  display: block;
  background: #fff;
}

.news-parts .item-big a .date {
  font-size: 12px;
  text-align: left;
  margin-left: 0;
}

.news-parts .item-big .title.theme_of_the_day .date {
  color: #fff;
}

.news-parts .item-big a .text {
  padding-bottom: 5px
}

.news-parts .item-big a .text span.theme {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
  padding: 3px 6px;
  background: #795548;
  border-radius: 4px;
}

.news-parts .item-big a:hover .title.theme_of_the_day .text .title-text {
  text-decoration: underline;
}

.news-parts .item-big a:hover .title.theme_of_the_day .text {
  text-decoration: none;
}

.news-parts .item-big a:hover .text {
  text-decoration: underline;
}

.news-parts .item-mini {
  height: auto;
  position: relative;
  float: left;
}

.news-parts .item-mini .title {
  position: relative;
  background: #1a1a1a;
  padding: 10px;
}

.news-parts .item-mini p {
  margin: 0;
  color: #fff;
}

.news-parts .item-mini a {
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  background: #fff;
  display: block;
}

.news-parts .item-mini .date {
  font-size: 10px;
  text-align: left;
  margin-left: 0;
  color: #959595;
}

.news-parts .item-mini .text {
  padding-bottom: 5px;
  font-size: 9pt;
}

.news-parts .item-mini:hover .text {
  text-decoration: underline;
}

.news-parts .column-center {
  padding: 10px 17px;
}

.news-parts .column-center .section-title {
  font-size: 10pt;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 10px;
}

.news-parts .column-center .section-title p {
  margin: 0;
  padding: 0;
}

.news-parts .column-center .item {
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #535353;
}

.news-parts .column-center .item a {
  color: #fff;
  text-decoration: none;
  font-size: 10pt;
  text-align: left;
  display: block;
  padding-bottom: 5px;
  font-weight: 300;
  /* transition */
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.news-parts .column-center .item a:hover {
  color: #ff9900;
}

.news-parts .column-center .item .date {
  font-size: 12px;
  color: #aeaeae;
  font-weight: 300;
  margin-left: 0;
}

.c_sidebar h4,
.c_content > h4, article h4 {
  padding: 10px 0;
  min-height: 0;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom: 3px solid #FF9800;
}

.c_sidebar .news {
  position: relative;
  margin-bottom: 5px;
  border-top: 1px dashed #d4d4d4;
  padding: 10px 0px;
}

.c_sidebar .news:first-child {
  border: none;
  padding-top: 0;
}

.c_sidebar .news img {
  width: auto;
  float: left;
  margin-right: 10px;
  margin-top: 5px;
}

.c_sidebar a {
  font-size: 14px;
  color: #000;
}

.c_sidebar .date {
  font-size: 12px;
  color: #000;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-left: 60px;
}

.c_sidebar .c_banner {
  padding-top: 0;
}

.c_content .news {
  padding-bottom: 25px;
}

.c_content .news .date {
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 0
}

.c_content .news img {
  padding-bottom: 15px;
  margin: 0;
}

.c_content .news p {
  padding-bottom: 10px;
  margin: 0;
}

.c_content .news a {
  font-size: 12pt;
  color: #000;
  text-align: left;
  padding: 0;
  display: block;
  position: relative;
}

.c_content .news a .glyphicon,
.news-parts .item-mini a .glyphicon-link,
.news-parts .item-big a .glyphicon-link {
  display: none;
}

.c_content .news a:hover {
  text-decoration: none;
}

.c_content .news a img,
.news-parts .item-big a img,
.news-parts .item-mini a img {
  /* transition */
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.c_content .news a:hover img,
.news-parts .item-big a:hover img,
.news-parts .item-mini a:hover img {
  opacity: .75
}

.c_content .news a:hover p {
  text-decoration: underline;
}

.c_content .news:nth-child(2n+1) {
  clear: left;
}

.additional-block .item:nth-child(2n+2) {
  clear: left;
}

/* Копирайт */

.c_footer {
  background: #FF5722;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 8pt;
  text-align: center;
}

.c_footer .wrapper .info p {
  line-height: 15px;
}

.c_footer img {
  width: auto;
}

.c_footer a {
  color: #fff;
  text-decoration: none;
}

.c_footer a:hover {
  text-decoration: underline;
}

/* Меню в подвале */

.footer-nav {
  background: #FF9800;
}

.footer-nav ul {
  padding-top: 10px;
  list-style: none;
}

.footer-nav li {
  margin-left: 0;
}

.footer-nav a {
  color: #fff;
  text-decoration: none;
  font-size: 10pt;
}

.footer-nav a:hover {
  text-decoration: underline;
}

/* Скрытое поле поиска */

.hidden_search {
  display: none;
  padding-top: 17px;
}

.to-top {
  display: none;
}

@media (min-width: 768px) {
  body {
    margin-top: 15px;
  }

  body > .container {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .news-parts .colum-left {
    width: 418px;
  }

  .news-parts .item-mini {
    width: 209px;
  }

  .news-parts .item-big {
    width: 418px;
    /*height: 278px;*/
  }

  .news-parts .item-big a {
    font-size: 16px;
  }

  .news-parts .item-mini .title {
    min-height: 99px;
  }

  .news-parts .item-mini .text {
    font-size: 14px;
  }

  .news-parts .column-center .section-title {
    font-size: 18px;
  }

  .news-parts .column-center .item a {
    font-size: 16px;
  }

  .news-parts .colum-right .item-big {
    display: none;
  }

  .news-parts .column-center {
    width: 302px;
  }

  .news-parts .item-mini img.mini-cover {
    display: block;
  }

  .news-parts .item-mini img.big-cover {
    display: none;
  }

  .c_sidebar h4,
  .c_content > h4, article h4 {
    min-height: 48px;
    line-height: 48px;
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: none;
    padding: 0;
  }

  /* Меню в подвале */
  .footer-nav {
    background: none;
  }

  .footer-nav ul {
    list-style: none;
    padding: 0;
    background: #FF9800;
    display: block;
    overflow: hidden;
    margin: 0;
  }

  .footer-nav li {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-nav li a {
    color: #fff;
    font-size: 12px;
    margin: 0 10px;
  }

  /* Копирайт */
  .c_footer {
    background: none;
    padding: 0;
  }

  .c_footer .wrapper {
    background: #FF5722;
    color: #fff;
    text-align: left;
    padding: 15px 0;
  }

  .c_footer .wrapper p {
    padding: 0;
    margin: 0;
    line-height: 30px;
  }

  .c_footer .wrapper > .stat {
    text-align: center;
  }

  .c_footer .wrapper > div + div {
    text-align: right;
  }

  .c_content .news a {
    font-size: 18px;
  }

  .c_content .news:nth-child(2n+1) {
    clear: none;
  }

  .c_content .news:nth-child(3n+1) {
    clear: left;
  }

  .c_sidebar h4,
  .c_content > h4, article h4 {
    border-bottom: 3px solid #FF9800;
    margin-bottom: 20px;
  }

  .c_nav .navi {
    border-top: 1px solid #0BB2FF;
    background: #006392;
  }

  .c_content .news a .glyphicon,
  .news-parts .item-mini a .glyphicon-link,
  .news-parts .item-big a .glyphicon-link {
    font-size: 38px;
    color: #fff;
    position: absolute;
    display: block;
    height: 0;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 30px #000;
    /* transition */
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }

  .c_content .news a:hover .glyphicon {
    top: 40px;
    opacity: .85;
  }

  .news-parts .item-mini a .glyphicon-link {
    font-size: 44px;
  }

  .news-parts .item-mini a:hover .glyphicon-link {
    top: 50px;
    opacity: .85;
  }

  .news-parts .item-big a .glyphicon-link {
    font-size: 52px
  }

  .news-parts .item-big a:hover .glyphicon-link {
    top: 60px;
    opacity: .85;
  }

  .c_sidebar .c_banner {
    padding-top: 81px;
  }

  .to-top {
    width: 48px;
    height: 48px;
    right: 30px;
    bottom: 40px;
    margin-left: 506px;
    margin-top: -25px;
    position: fixed;
    background: url('/bitrix/templates/ugnovosti-new/images/to-top.png') no-repeat bottom center;
    cursor: pointer;
    display: none;
    z-index: 99;
  }

  .to-top:hover {
    background-position: top center;
  }

}

@media (min-width: 992px) {

  .c_filter_nav li {
    padding: 0 10px;
  }

  .c_nav li a {
    font-size: 13px;
    padding: 0 8px;
  }

  .c_filter_nav li a {
    font-size: 14px;
  }

  .c_search_nav li a {
    font-size: 14px;
    color: #795548;
  }

  .news-parts .column-center {
    width: 312px;
  }

  .news-parts .colum-right {
    display: block;
    width: 22%;
  }

  .c_content {
    border-left: 1px solid #d0d0d0;
  }

  .c_nav .wrapper {
    height: 69px;
  }

  .c_search_nav li {
    float: right;
    width: auto;
  }

  .c_nav .navi {
    border-top: none;
    background: none;
  }

  /* Скрытое поле поиска */
  .hidden_search .input-group {
    width: 80%;
  }

  .news-parts .item-big .title {
    min-height: 86px;
  }

  .c_sidebar .c_banner {
    padding-top: 0;
  }

}

@media (min-width: 1200px) {

  .c_nav li a {
    font-size: 16px;
    padding: 0 9px;
  }

  .c_filter_nav li a {
    font-size: 16px;
  }

  .c_search_nav li a {
    font-size: 16px;
  }

  .news-parts .column-center {
    float: left;
    width: 304px;
  }

  .news-parts .colum-right {
    width: 418px;
    float: right;
  }

  .news-parts .colum-right .item-big {
    display: block;
  }

  .news-parts .colum-right .item-big + div .title {
    padding-bottom: 0;
  }

  .news-parts .item-mini a .glyphicon-link,
  .c_content .news a .glyphicon {
    font-size: 48px;
  }

  .news-parts .item-big a .glyphicon-link {
    font-size: 60px;
  }

  .c_content .news a:hover .glyphicon,
  .news-parts .item-mini a:hover .glyphicon-link {
    top: 48px;
  }

  .news-parts .item-big a:hover .glyphicon-link {
    top: 60px;
  }

}