
:root {
  --main-article-width: 100%;
}

@font-face {
  font-family: 'Circe';
  src: url('/fonts/Circe-Regular.eot');
  src: local('Circe'), local('Circe-Regular'),
    url('/fonts/fonCirce-Regular.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Regular.woff') format('woff'),
    url('/fonts/Circe-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/fonts/Circe-ExtraLight.eot');
  src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
    url('/fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-ExtraLight.woff') format('woff'),
    url('/fonts/Circe-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/fonts/Circe-Thin.eot');
  src: local('Circe Thin'), local('Circe-Thin'),
    url('/fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Thin.woff') format('woff'),
    url('/fonts/Circe-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/fonts/Circe-Light.eot');
  src: local('Circe Light'), local('Circe-Light'),
    url('/fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Light.woff') format('woff'),
    url('/fonts/Circe-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/fonts/Circe-Bold.eot');
  src: local('Circe Bold'), local('Circe-Bold'),
    url('/fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-Bold.woff') format('woff'),
    url('/fonts/Circe-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Circe';
  src: url('/fonts/Circe-ExtraBold.eot');
  src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
    url('/fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('/fonts/Circe-ExtraBold.woff') format('woff'),
    url('/fonts/Circe-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}

body{
  width: 100%;
  height: 100%;
}

.margin-none{
  margin: 0 !important;
}


.logo{
  width: 200px;
  height: 100%;
  float: left;
}

.logo a{
  color: #333;
  padding-top: 40px;
}

.logo img{
  width: 130px;
  /*margin-left: 15px;*/
}

.mobile-header{
  padding-top: 3px;
}

.mobile-header .logo{
  width:40%;
}

.mobile-header .logo a{
  padding-top: 12px;
  font-size: 1rem;
  font-weight: 400;
  margin-top: 3px;
}

.mobile-header .logo img{
  margin-left: 0;
}

.navbar-brand{
  margin-right: 0;
}

.toggler-block{
  width: 20%;
}

.upper-container .container{
  height: 100%;
}

.banner-mobile{
  width: 100%;
  padding: 0;
}

.banner-mobile img{
  max-width: 100%;
}

.header-banner{
  height: 100%;
  overflow: hidden;
  float: left;
}

.header-banner img{
  height: 100%;
}

.live{
  width: 213px;
  height: 100%;
  overflow: hidden;
  position: relative;
  float: left;
}

.live img{
  width: 100%;
}

.live .controls {
  position: absolute;
  bottom:0;
  left: 0;
  height: 30px;
  width: 100%;
  background: rgba(45, 56, 86,0.8);
  opacity: 1;
  color: #fff;
}

.live .live-text{
  padding: 4px 0 0 15px;
  font-size: .8rem;
  font-weight: 300;
}

.live .live-buttons{
  float: right;
  margin-top: 9px;
}

.live .expand{
  width: 12px;
  height: 12px;
  background: url('/images/theme/expand-icon.png');
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.live .pouse{
  width: 8px;
  height: 12px;
  background: url('/images/theme/pouse-icon.png');
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.live .play{
  width: 11px;
  height: 12px;
  background: url('/images/theme/play-icon.png');
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.live .sound{
  width: 13px;
  height: 12px;
  background: url('/images/theme/sound-icon.png');
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

.lang-clock{
  width: 125px;
  height: 100%;
  padding: 10px 15px 0;
  float: left;
}

.lang-block {
  height: 60px;
}

.lang-block .lang{
  padding-top: 9px;
  display: block;
  background: #B1B1B1;
  /*border-radius: 50px;*/
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
  vertical-align: middle;

  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  float: left;
}

.lang-block .lang:first-of-type{
  float: right;
}

.lang-block .lang:hover, .lang-block .lang.active{
  background: #8DB016;
}


.lang-block-mobile {
  height: 40px;
  margin-top: 10px;
}

.lang-block-mobile .lang{
  padding-top: 8px;
  display: block;
  background: #B1B1B1;
  /*border-radius: 50px;*/
  color: #fff;
  font-size: 0.8rem;
  text-align: center;
  vertical-align: middle;

  width: 35px;
  height: 35px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  float: left;
  margin: 0 5px; 
}

.lang-block-mobile .lang:first-of-type{
  float: right;
}

.lang-block-mobile .lang:hover, .lang-block-mobile .lang.active{
  background: #8DB016;
}

.date-block{
  text-align: center;
  font-weight: 600;
  font-size: 0.9rem;
  /*margin-top: 15px;*/
}

.upper-container{
  height: 60px;
  border-bottom: 1px solid #CFCFCF;
  padding: 0;
}

.additional-bar{
  height: 100px;
}

.panel-item-header{
  font-weight: 700;
  font-size: .7rem;
  color: #2D3856;
  padding: 0 0 7px 0; 
}

.currency-block{
  width: 200px;
  padding: 0 15px;
}

.currency-item{
  float: left;
  width: 45%;
  font-weight: 600;
}

.currency-item .sign{
  font-family: 'Circe';
  color: #2D3856;
}

.currency-item span{
  font-size: .9rem;
}

.weather-block{
  width: 200px;
  padding: 0 15px 0 20px;
  overflow: hidden;
  position: relative;
}

.weather-slider, .weather-slider > .weather-item{
  height: 100%;
}

.slick-slide{
  width: 200px;
}

.slick-slide{
  outline: none;
}

.termometr{
  background: url('/images/theme/termometr.png');
  background-repeat: no-repeat;
  float: left;
  width: 21px;
  height: 30px;
  margin-top: 5px;
}

.weather{
  font-weight: 600;
  padding: 0 0 0 10px;
  float: left;
}

.left-arrow{
  width: 6px;
  height: 10px;
  background: url('/images/theme/left.png');
  display: block;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 72px;
}

.right-arrow{
  width: 6px;
  height: 10px;
  background: url('/images/theme/right.png');
  display: block;
  cursor: pointer;
  position: absolute;
  top: 3px;
  right: 60px;
}

.search-input{
  padding: 13px 45px 13px 30px;
  border-radius: 40px;
  outline:0;
  border:1px solid #CFCFCF;
  float: right;
  width: 340px;
  font-weight: 500;
  font-size: 0.9rem;
  color: #545454;
}

.search-block{
  margin-top: 13px;
}



.search-block label{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.search-block label:before {
  content: url('/images/theme/search-icon.png');
  position: absolute;
  right: 1em;
  top: .5rem;
  font-size: 23px;
  color: rgb(238, 238, 238);
  cursor: pointer;
}

.social-block{
  width: 200px;
  padding: 0 15px;
}

.social-block-mobile{
  width: 100%;
  padding: 0 5px;
  text-align: center;
}

.social-link{
  display: block;
  float: left;
  border:none;
  border-radius: 15px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 0.5rem;
  margin-right: 15px;
  margin-top: 5px;
  text-align: center;
}

.social-block-mobile .social-link{
  display: block;
  float: left;
  border:none;
  border-radius: 12.5px;
  color: #fff;
  width: 25px;
  height: 25px;
  /*line-height: 0.4rem;*/
  font-size: .8rem;
  margin-right: 10px;
  margin-top: 6px;
  text-align: center;
}

.social-block-mobile .social-link:last-of-type{
  margin-right: 0;
}

.social-block-mobile .social-link svg{
  margin-top: 6px;
}

.social-link:hover{
  color: #fff;
}

.social-link svg{
  margin-top: 7px;
}

.social-link:focus{
  outline:0;
}

.instagram-link{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f80d10+1,b3156e+52,6a06bc+100 */
  background: #f80d10; /* Old browsers */
  background: -moz-linear-gradient(left, #f80d10 1%, #b3156e 52%, #6a06bc 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #f80d10 1%,#b3156e 52%,#6a06bc 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #f80d10 1%,#b3156e 52%,#6a06bc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f80d10', endColorstr='#6a06bc',GradientType=1 ); /* IE6-9 */
}


a:hover{
  text-decoration: none;
  color: #8AAD16;
}


.navbar-toggler{
  outline: 0;
  float: right;
  margin-top: 11px;
  padding: 5px;
  color: #082962;
}


/* NAVIGATION */
.navigation{
  background: #2D3856;
}

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

.navigation-item{
  padding: 0.8rem 0;
  width: 100%;
  font-size: 0.8rem;
}

.navigation-list  .navigation-item:hover,.navigation-list  .navigation-item.active{
  background: #8DB016;
}

/*.navigation-list .nav-pills .nav-link{
  padding-top: 10px;
  padding-bottom: 10px;
}*/


.navigation-list .nav-pills .nav-link.active, .navigation-list .nav-pills .nav-link:hover, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #8DB016;
    border-radius: 0;
}

.navigation-list{
  padding: 0;
  width: 100%;
  /*overflow: hidden;*/
}


.navigation-list .navigation-item{
  display: block;
  position: relative;
  /*padding: 1rem 0;*/
}

.navigation-list .navigation-item:hover .dropdown-content{
  display: block;
}

.navigation-item .dropdown-content{
  display: none;
  position: absolute;
  top: 45px;
  left: 0;
  min-width: 210px;
  z-index: 1;
}

.navigation-item .dropdown-content .arrow-top{
  height: 9px;
  width: 16px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #2D3856;
  margin-left: 30px;
  padding-top: 10px;;
}

.navigation-item .dropdown-content .list{
  width: 100%;
  background: #2D3856;
  padding: 5px 0 0 0;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.navigation-item .dropdown-content .list ul{
  padding: 0 0 5px 0; 
}

.navigation-item .dropdown-content .list li{
  list-style: none;
  padding: 10px 15px;
  text-align: left;
}

.navigation-item .dropdown-content .list li:hover, .navigation-item .dropdown-content .list li.active{
  background: #8DB016;
}


.project-episode {
    width: 375px;
    height: 212px;
}


main .main{
  margin-top: 30px;
}

@media (min-width: 1200px){
  .container {
      max-width: 1170px;
  }
}



.left-block{
  float: left;
  width: 30%;
  padding: 0 15px 0 0;
}


/* Main Article */

.main-article{
  width: 100%;
  height: 245px;
  background: #fff; /*#8DB016;*/
  overflow: hidden;
  position: relative;
}

.main-article-mobile .main-article{
  height: auto;
}

.main-article-mobile{
  margin-bottom: 15px;
}

.main-article img, .rubric img{
  height: 100%;
}

.main-article-mobile .main-article img{
  width: 100%;
  height: auto;
}

.overlay{
  background: #1d1d1d;
  opacity: .5;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main-article .textblock{
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
}

.main-article-mobile .main-article .textblock{
  padding: 15px;
}

.main-part{
  height: 90%;
}

.footer-part{
  height: 10%;
  font-size: .9rem;
}
.main-article:hover .textblock .footer-part .arrow{
  background-image: url('/images/theme/arrow-right_hover.png');
}

.footer-part .arrow{
  display: block;
  width: 31px;
  height: 17px;
  background-image: url('/images/theme/arrow-right.png');
  background-repeat: no-repeat;
  float: right;
  margin-top: 4px;
}

.main-article .textblock h4{
  font-size: 1rem;
  padding: 10px 0;
}

.rubric-link{
  background: #8DB016;
  padding: 2px 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 300;
}

.rubric-link:hover{
  color: #fff;
  background: #2D3856;
  cursor: pointer;
}





/* Rubric */
.rubrics-block{
  margin-top: 20px;
}

.rubrics-block h4{
  font-size:1rem;
  font-weight: 500;
}

.popular-block .row > div{
  padding-right: 10px;
}

.important-block .row > div{
  padding-left: 10px;
}

.rubric{
  height: 127px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.rubric .textblock{
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px 8px;
  width: 100%;
  height: 100%;
}

.rubric:hover .textblock{
  background: #8DB016;
}

.rubric:hover .rubric-link{
  background: #2D3856;
}

.rubric .textblock p{
  font-size: 0.7rem;
  margin-top:10px; 
}

.rubric .footer-part{
  font-size: 0.7rem;
}

h3{
  font-size: 1.3rem;
  font-weight: 400;
  margin-bottom: 25px;
}

.content h3{
  margin-bottom: 10px;
}

.content .civil{
  width: 100%;
  margin-bottom: 15px;
}

.day-title{
  font-size: 0.9rem;
  font-weight: 500;
  border-bottom: 1px solid #CBCBCB;
  padding: 2px 0;
}

.news-row{
  font-size: 0.82rem;
  line-height: 1.1rem;
  padding: 10px 0;
  border-bottom: 1px solid #CBCBCB;
  font-weight: 500;
  font-family: 'Segoe UI';
}

.news-row .time{
  color: #8DB016;
}

.news-row .news{
  padding-left: 15px;
  font-weight: 400;
}

.news-row a{
  color: #333;
}

.news-row a:hover{
  color: #8AAD16;
}

.news-row.important a{
  font-weight: 700;
}

.news-row .title-icon{
  color: #597ca3; /*#999999;*/
}

.pagination{
  margin-top: 40px;
  margin-bottom: 30px;
  overflow: auto;
}

.pagination .page{
  padding: 2px 10px;
  font-size: 0.8rem;
  margin:2px;
  font-weight: 500;
  color: #333;
}

.pagination .page.active, .pagination .page:hover{
  background: #8DB016;
  color: #fff;
  border-radius: 5px;
}

.pagination .page:first-of-type{
  margin-left:0;
}

.pagination .page.disabled:hover{
  background: none;
  color: #333;
  cursor: default;
}






.rght-block{
  width: 30%;
  float: left;
}

.banner{
  margin-bottom: 30px;
}

.banner img,.banner video{
  width: 100%;
}

.content-banner{
  margin-top: 30px;
  margin-bottom: 40px;
}

.short-projects-block{
  margin-bottom: 30px;
}

.short-project-link.active .project-img{
  display: block;
}

.project-img{
  display: none;
}

.project-img img{
  width: 100%;
}

.short-project{
  background: #E1E1E1;
  color: #111;
  padding: 10px 15px;
  font-size: .8rem;
  font-weight: 600;
  margin-bottom: 5px;
}

.short-project:hover,.short-project-link.active .short-project{
  background: #2D3856;
  color: #fff;
}

.short-project svg{
  float: right;
  margin-top: 4px;
  color: #8BAD18;
}

.short-project img{
  width: 100%;
}


footer{
  background: #2D3856;
  color: #fff;
  padding-top: 10px;
  min-height: 280px;
}


footer .logo{
  float: left;
  font-size: .9rem;
  text-align: center;
  width: 100%;
}

footer .logo img{
  /*margin-left: 15px;*/
  width: 70px;
  margin-top: 10px 0 15px;
}

.footer-bottom{
}

.footer-bottom .copyright{
  font-size: 0.7rem;
  font-weight: 300;
  margin-top: 30px;
  margin-bottom: 20px;
}

.footer-bottom .contacts{
  font-size: 0.8rem;
  text-align: left;
  margin-top:30px;
}



.navigation-list-footer{
  padding: 0;
  width: 100%;
  float: right;
  overflow: hidden;
}

.navigation-list-footer .navigation-item{
  display: block;
  color: #fff;
  font-size: 0.8rem;
  padding: .1rem 0;
}

.navigation-list-footer  .navigation-item:hover{
  text-decoration: underline;
}






/* ARTICLE */

.bread-crumbs a, .published-date{
  font-size: 0.8rem;
  padding: 0 1px;
  color: #777;
}

.published-date{
  text-align: right;
  padding-top: 4px;
}

.bread-crumbs a:first-of-type{
  padding-left: 0;
}

.breadcrumb-arrow{
  background: url('/images/theme/arrow-breadcrumb.png');
  background-repeat: no-repeat;
  height: 9px;
  width: 5px;
  display: inline-block;
}

.article{
  margin-top: 20px;
  font-family: 'Segoe UI';
  font-weight: 400;
}

.article p{
  font-size: 1rem;
  padding: 5px 0;
}

.article strong{
  font-family: 'Segoe UI';
  font-weight: 700;
}

.article a{
  color: #2D3856;
  font-size: 1rem;
  line-height: 1rem;
  border-bottom: 1px solid #2D3856;
  display: inline-block;
}


.article h1{
  font-size: 1.5rem;
  color: #2D3856;
  font-family: 'Segoe UI';
  font-weight: 700;
}

@media (min-width: 1000px){
  .article h1{
    font-size: 1.9rem;
    color: #2D3856;
    font-family: 'Segoe UI';
    font-weight: 700;
  }
}

.article h2{
  font-size: 1.4rem;
  color: #2E2E2E;
  font-family: 'Segoe UI';
  font-weight: 500;
  padding: 15px 0 5px 0;
}

.article img{
  max-width: 100%;
  height: auto !important;
}

.article img+img{
  padding-top: 10px;
}

.author-link{
  color: #2D3856;
}

.topic, .topic a{
  font-size: .9rem;
}

.topic .count{
  color: #777;
}

.topic > .topic-icon{
  color: #8DB016;
}

.topic .topic-link{
  border-bottom: 1px dashed #2D3856;
}

.topic .topic-link:hover{
  color: #8DB016;
  border-bottom: 1px solid #8DB016;
}

.image-container{
  position: relative;
  margin-bottom: 10px;
}

.image-container img{
  display: inline-block;
  width: 100%;
}

.image-copyright{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 200px;
  height: 30px;
  background: rgba(0,0,0,0.5);
  padding: 7px 20px;
  text-align: center;
  max-width: 300px;
  color: #FFF;
  font-size: 0.7rem;
  font-family: 'Arial';
}

.tags{
  margin-top: 40px;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}

.tags a{
  margin: 6px 8px 6px 0;
  display: block;
  float: left;
}

.share.top{
  margin: 20px 0 15px 0;
}

.share span{
  display: block;
  color: #777;
  font-size: 0.95rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.social{
  border:none;
  border-radius: 10px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 0.5rem;
  margin-right: 8px;
  cursor: pointer;
}

.social:focus{
  outline:0;
}

.facebook{
  background: #4E71A8;
}

.facebook:hover{
  background: #6187bf;
}

.instagram{
  background: #444444;
}

.twitter{
  background: #55ACEE;
}

.twitter:hover{
  background: #72c1f9;
}

.odnoklassniki{
  background: #FA8A0F;
}

.odnoklassniki:hover{
  background: #ff992d;
}

.vk{
  background: #45668E;
}

.vk:hover{
  background: #597ca3;
}

iframe{
  max-width: 100%;
}

.fb-comments.fb_iframe_widget{
  margin-top: 30px;
}

.m-article-img{
  padding-right: 0;
}

.m-article-img img{
  width: 100%;
}


.related-articles{
  margin-top: 40px;
  background: #E5E5E5;
  padding: 30px 0 45px;
}

.related-articles h4{
  color: #2D3856;
  font-family: 'Segoe UI';
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.related{
  width: 100%;
  margin-bottom: 20px;
}

.related-inner{
  position: relative;
  height: 0;
  border: none;
  padding-top: 70%;
  overflow: hidden;
}

.related-content{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #eee;
}

.content-inner{
  position: relative;
  height: 100%;
  width: 100%;
}

.content-inner img{
  /*max-width: 110%;*/
  max-height: 100%;
}

.content-inner .overlay{
  background: #1d1d1d;
  opacity: .5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content-inner .textblock{
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 20px 20px 20px;
}

.main-part{
  height: 90%;
}

.date{
  height: 10%;
  font-size: .8rem;
}
.content-inner:hover .textblock .footer-part .arrow{
  background-image: url('/images/theme/arrow-right_hover.png');
}

.content-inner .footer-part .arrow{
  display: block;
  width: 31px;
  height: 17px;
  background-image: url('/images/theme/arrow-right.png');
  background-repeat: no-repeat;
  float: left;
  margin-top: 4px;
}

.content-inner .textblock h4{
  font-size: 1.1rem;
  padding: 25px 0;
  color: #fff;
  font-weight: 500;
}



/* Spoiler */
.spoiler {
  border: 1px solid #ddd;
  display: block;
  clear: both;
  border-radius: 2px;
  margin:10px 0;
}

.spoiler:hover .spoiler-title>svg{
  color: #333;
}

.spoiler-title {
  position: relative;
  cursor: pointer;
  padding: 0.4rem 1rem;
  line-height: 1.2rem;
}

.spoiler-title > div.fa {
  display: none;
}

.spoiler-title > svg {
  float: right;
  color: #888;
  margin-top: 2px;
}

.spoiler-content {
  display: none;
  padding: 0.5rem 1rem 0;
}

.spoiler-content video{
  max-width: 100%;
}

.spoiler.open .spoiler-content{
  display: block;
}

.spoiler.open > .spoiler-title {
    border-bottom: 1px solid #ddd;
}

.spoiler-toggle{
  float: right;
  background: tomato;
}


blockquote{
  border-left: 4px solid #ccc;
  padding-left: 20px;
  margin: 15px 0;
}





@media (min-width: 768px){
  footer{
    padding-top: 35px;
  }

  .day-title{
    font-weight: 700;
  }

  .news-row{
    font-size: 0.92rem;
    line-height: 1.3rem;
    font-weight: 500;
  }

  .footer-bottom .copyright{
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 30px;
  }

  .pagination .page{
    font-size: 0.9rem;
    margin:3px;
  }

  .project-episode{
    width: 700px;
    height: 394px;
  }
}


@media (min-width: 992px){
  .logo img{
    width: 160px;
  }

  .header-banner {
      width: 390px;
  }

  .upper-container{
    height: 120px;
  }

  .content h3{
    margin-bottom: 10px;
  }

  .navigation-item{
    font-size: 0.92rem;
    padding: 0.8rem 0;
  }

  .news-row .news{
    padding-left: 0;
    font-weight: 500;
  }

  footer .logo{
    text-align: left;
  }
  
  footer .logo img{
    width: 100px;
  }

  .footer-bottom{
    margin-top: 60px;
  }

  .footer-bottom .copyright{
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 0;
    margin-bottom:0;
  }

  .footer-bottom .contacts{
    font-size: 0.9rem;
    text-align: right;
    margin-top: 0;
  }

  .topic, .topic a{
    font-size: 1rem;
  }
}





@media (min-width: 1200px){
  .logo img{
    width: 200px;
  }

  .header-banner {
      width: 600px;
  }

  .navigation-item{
    font-size: 1rem;
  }

  .main-article .textblock{
    padding: 30px;
  }

  .rubric{
    height: 155px;
    margin-bottom: 30px;
  }

  .rubric .textblock{
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    width: 100%;
    height: 100%;
  }

  .rubric .textblock p{
    font-size: 0.8rem;
    margin-top:7px; 
  }

  .popular-block .row > div{
    padding-right: 15px;
  }

  .important-block .row > div{
    padding-left: 15px;
  }

  h3 {
    font-size: 1.7rem;
    line-height: 1.3rem;
  }

  .content h3{
    margin-bottom: 25px;
  }

  .content-banner {
    margin-top: 60px;
    margin-bottom: 70px;
  }

  .short-project{
    font-size: 0.9rem;
  }
}



/*

:root {
  --jumbotron-padding-y: 3rem;
}

.jumbotron {
  padding-top: var(--jumbotron-padding-y);
  padding-bottom: var(--jumbotron-padding-y);
  margin-bottom: 0;
  background-color: #fff;
}*/







/* Slideout JS */
#menu header{
  height: 150px;
  width: 100%;
  padding: 15px;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none;
  background: #2D3657;
  color: #fff;
}

.slideout-menu-left {
  left: 0;
}

.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
  background-color: #FFF; /* A background-color is required */
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}



.search-input{
  padding: 13px 45px 13px 30px;
  border-radius: 40px;
  outline:0;
  border:1px solid #CFCFCF;
  float: right;
  width: 100%;
  font-weight: 500;
  font-size: 0.9rem;
  color: #545454;
}

.search-block-sidebar{
  margin-top: 13px;
}



.search-block-sidebar label{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: right;
}

.search-block-sidebar label:before {
  content: url('/images/theme/search-icon.png');
  position: absolute;
  right: 1em;
  top: .5rem;
  font-size: 23px;
  color: rgb(238, 238, 238);
  cursor: pointer;
}

#menu .lang:first-of-type{
  margin-right: 5px;
}

#menu .date-block{
  font-size: 0.8rem;
  font-weight: 500;
}

#menu .search-input{
  padding: 10px 45px 10px 30px;
}

#menu .search-block-sidebar label:before{
  top: .3rem;
}

.menu-list{
  padding: 0;
  margin-top: 5px;
  margin-bottom: 30px;
}

.menu-list li{
  list-style: none;
  list-style: none;
  padding: 7px 0 7px 15px;
  color: #fff;
  font-size: .9rem;
}

.menu-list li:hover, .menu-list li.active{
  background: #8DB016;
}


#menu .currency-item .sign{
  color: #fff;
}

#menu .panel-item-header{
  color: #8DB016;
}

#menu .currency-block{
  height: 100px;
}

#menu .weather-block{
  height: 200px;
}

#menu .left-arrow{
  background: url('/images/theme/left_w.png');
  right: 85px;
}

#menu .right-arrow{
  background: url('/images/theme/right_w.png');
}

#menu .termometr{
  background: url('/images/theme/termometr_g.png');
}



.slideout-wrapper{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: none;
  background: #343A40;
  opacity: 0.8
}

.slideout-wrapper i {
  font-size: 1rem;
  color: #fff;
  padding: 10px 20px;
  display: none;
}




/* VIDEOS */

.news-block{
  overflow: hidden;
  margin-bottom: 20px;
}

.video-article{
  max-width: 100%;
  max-height: 180px;
  overflow: hidden;
  cursor: pointer;
}

.video-text{
  /*padding: 0 10px;*/
}

.video-title{
  line-height: 1.3rem;
  margin-top: 5px;
}

.video-title a{
  color: #2D3856;
  font-size: .9rem;
}

.video-text .date{
  color: #A0A0A1;
  font-size: .7rem;
  padding-top: 10px;
}

.news-block .video-article img{
  width: 100%;
}

@media (min-width: 576px) and (max-width: 768px){
  .news-block .video-article img{
    height: 100%;
    width: auto;
  }

  .video-article{
    width: 255px;
    height: 160px;
  }
}

@media (min-width: 768px) and (max-width: 992px){
  .video-article{
    width: 100%;
    height: 140px;
  }
  .news-block .video-article img{
    height: 100%;
    width: auto;
  }
}

@media (min-width: 992px) and (max-width: 1200px){
  .video-article{
    width: 100%;
    height: 120px;
  }
  .news-block .video-article img{
    height: 100%;
    width: auto;
  }
}

@media (min-width: 1200px){
  .main-article{
    height: 310px;
  }
  .video-article{
    width: 100%;
    height: 150px;
  }
  .news-block .video-article img{
    height: 100%;
    width: auto;
  }
}


/* Gallery */
.pgwSlideshow ul{
  padding: 0;
}

.pgwSlideshow .ps-list{
  background: none !important;
}

.pgwSlideshow .ps-list li img{
  height: 43px !important;
  width: auto !important;
}

.pgwSlideshow .ps-list li .ps-item.ps-selected {
  border: none !important; 
}

.pgwSlideshow .ps-list li .ps-item.ps-selected img {
    margin: 0 !important;
}









/* Calendar */
@media (max-width:575px) {
    .display-4 {
        font-size: 1.5rem;
    }
    .day h5 {
        background-color: #f8f9fa;
        padding: 3px 5px 5px;
        margin: -8px -8px 8px -8px;
    }
    .date {
        padding-left: 4px;
    }
}

@media (min-width: 576px) {
    .day {
        /*height: 14.2857vw;*/
    }
}

.calendar header div{
  background: #2D3856;
}

.calendar header h4{
      /*font-size: .9rem;*/
      margin-bottom:10px;
    }

.calendar header h5{
  font-size: .9rem;
  margin-bottom:0;
}

.date-picked{
  display: none;
}

.afisha{
  margin-bottom: 30px;
}

.afisha img{
  width: 100%;
}




/* Projects */
.project-block{
  margin-bottom: 30px;
}

.project-block img{
  max-width: 100%;
}

.pagination.pagination-md {
  margin-top: 10px;
  margin-bottom: 40px;
}

.pagination-md .page-link {
    padding: .35rem .7rem;
    font-size: .875rem;
    line-height: 1.5;
}



/* ScrollTop */
#scrollTop{
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  transition: all 0.5s ease-in;
  cursor: pointer;
  font-size: 1.5rem;
  font-weight: bold;
  /*background: #2D3856;*/
  color: #A2B82D;
  border-radius: 5px;
  z-index: 1;
}


.modal-project-episode{
  width: 100%;
  max-height: 450px;
} 

.video-js .vjs-big-play-button{
  top: 44%;
  left: 42%;
}

.vjs-poster{
  background-color: #fff;
}


.page-link:focus {
  box-shadow: none;
}

.episode-pagination .page-item .page-link{
  color: #2D3856;
  /*border-color: #2D3856;*/
}

.episode-pagination .page-item.active .page-link{
  background-color: #8DB016;
  border-color: #8DB016;
  color: #fff;
}

.live-dialog{
  max-width: 100%;
}

.video-dialog{
  max-width: 482px
}