a, a:hover, a:visited {
  text-decoration: none !important;
}
h3 {
  color:#444;
}

.theme-shadow{
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.container {
  width: 1200px;
}
.narod__header:after,
.narod-header__navigation:after,
.narod__item a:after,
.sidebar-bloknot-news__item:after,
.work-area__pagination:after,
.narod-item:after,
.narod-item__link:after {
  content: "";
  display: table;
  clear: both;
}
.page {
  background-color: #ecf3d9;
}
.header{
  width: 1200px;
  padding: 0 15px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header__logo {
  padding: 30px 0 25px;
  display: block;
  margin-left: 2px;
}
.header__logo img {
  max-width: 100%;
}
.header__subscription {
  display: block;
  text-align: center;
  padding: 23px 0 20px;
}
.header__subscription img {
  max-width: 100%;
}
.header__share-buttons {
  text-align: right;
  padding: 19px 0;
}
.header__form-search {
  text-align: right;
}
.header__form-search input[type="text"] {
  width: 152px;
  height: 32px;
  border: 1px solid #c9e2a4;
  padding-left: 10px;
  margin-right: 5px;
}
.header__form-search input[type="submit"] {
  border: 1px solid #c9e2a4;
  padding: 5px;
  background-color: #DDE4CB;
}
.main-nav {
  background-color: #c9e2a4;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.main-nav_list {
  background-color: #c9e2a4;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1200px;
  margin: auto;
}
.main-nav__link{
  background: transparent none no-repeat scroll 6px 10px;
  color: #333;
  padding-top: 90px;
  width: 82px;
  height: 130px;
  font-size: 12px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  font-weight: bold;
}
.main-nav__link_cat_1{ background-image: url(/images/cat1.png);}
.main-nav__link_cat_2{ background-image: url(/images/cat2.png);}
.main-nav__link_cat_3{ background-image: url(/images/cat3.png);}
.main-nav__link_cat_4{ background-image: url(/images/cat4.png);}
.main-nav__link_cat_5{ background-image: url(/images/cat5.png);}
.main-nav__link_cat_6{ background-image: url(/images/cat6.png);}
.main-nav__link_cat_7{ background-image: url(/images/cat7.png);}
.main-nav__link_cat_8{ background-image: url(/images/cat8.png);}
.main-nav__link_cat_9{ background-image: url(/images/cat9.png);}
.main-nav__link_cat_10{background-image: url(/images/cat10.png);}
.main-nav__link_cat_11{background-image: url(/images/cat11.png);}
.main-nav__link_cat_12{background-image: url(/images/cat12.png);}
.main-nav__link_cat_13{background-image: url(/images/camera.png);}
.main-nav__link_cat_14{background-image: url(/images/cat14.png);}
.main-nav__link_cat_16{background-image: url(/images/cat16.png);}

.main-nav__link:hover, .main-nav__link_active{
  background-color: forestgreen;
  color: #fff;
  transition: 0.2s;
}

.subdomain-header{
  display: flex;
  margin: 25px 0;
}

.subdomain-header a:hover,
.subdomain-header a:active,
.subdomain-header a:visited,
.subdomain-header a:focus{
  color: #fff;
}

.subdomain-header__left{
  background-color: #228b22;
  height: 40px;
  border-radius: 20px 0 0 20px;
  color: #fff;
  padding: 13px 40px 13px 10px;
}
.subdomain-header__left h1{
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}

.subdomain-header__center{
  width: 60px;
  height: 60px;
  margin: -10px -30px;
  z-index: 1;
  background-color: #ecf3d9;
  border-radius: 30px;
}

.subdomain-header__center img{
  border-radius: 30px;
}
.subdomain-header__right{
  background-color: #ff290b;
  height: 40px;
  border-radius: 0 20px 20px 0;
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 13px 10px 13px 40px;
  line-height: 14px;
}

.subdomain-nav{
  list-style-type: none;
  display: flex;
  padding: 0;
  margin: 15px 0;
  align-items: center;
}
.subdomain-nav__item{
  width: 100%;
  background-color: rgb(201, 226, 164);
  margin: 0 1px;
}
.subdomain-nav__item.active{

}
.subdomain-nav__link{
  margin: 0 auto;
  display: table-cell;
  vertical-align: middle;
  height: 54px;
  text-align: center;
  width: 100px;
  padding: 5px;
  color: #333;
  font-weight: bold;
  font-size: 12px;
}

.work-area {
  margin: 15px -15px 15px 0;
}
.work-area > div, .work-area > article {
  margin: 15px 0px;
}

.work-area > article p iframe {
  display: block;
  margin: 0 auto;
}

.work-area__banner {

}
.page-search{
  padding: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
}
.narod-header {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 13px;
}
.narod-header__title {
    padding-bottom: 25px;
    display: table;
    width: 100%;
}
.narod-header__title h1 {
  float: left;
  margin: 7px 0 0;
  color: #444;
}
.narod-header__button {
  width: 250px;
  float: right;
  text-align: center;
  background-color: #e11111;
  color: #fff !important;
  font-size: 17px;
  font-weight: bold;
  display: block;
  padding: 14px;
  border-radius: 6px;
}
.narod-header__navigation a{
  width: 90px;
  background-color: rgb(201, 226, 164);
  border-radius: 25px 25px 10px 10px;
  margin-left: 5px;
  height: 136px;
  cursor: pointer;
  display: block;
  float: left;
  padding: 3px 2px;
  text-align: center;
  position: relative;
}
.narod-header__navigation a.active, .narod-header__navigation a:hover {
  background-color: #5F9C43;
  transition: 0.3s;
}
.narod-header__navigation a.pink{
  background-color: #F5A9A9;
}
.narod-header__navigation a.pink.active, .narod-header__navigation a.pink:hover{
  background-color: #B40404;
  transition: 0.3s;
}
.narod-header__navigation a:first-child{
  margin-left: 0;
}

.narod-header__navigation img{
  background-color: white;
  border-radius: 20px;
  width: 84px;
  height: 84px;
}
.narod-header__navigation a p{
  font-weight: bold;
  margin-top: 7px;
  font-size: 14px;
  line-height: 15px;
  color: black;
  padding-right: 1px;
}
.narod-header__navigation a.active p, .narod-header__navigation a:hover p{
  color: white;
  transition: 0.3s;
}
.narod-header__navigation a.one_string p{
  padding-top: 8px;
}
.narod-header__navigation span{
  position: absolute;
  top: 64px;
  right: 4px;
  background-color: white;
  border-radius: 11px;
  width: 30px;
  height: 19px;
  color: black;
}
.work-area__pagination{
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 15px;
}
.work-area__pagination .text{
  color: #3F682D;
  float: left;
  margin-right: 47px;
}
.work-area__pagination .text a, .work-area__pagination .text a:visited, .work-area__pagination .text span.prevnext{
  min-width: 22px;
  color: #3F682D;
  text-align: center;
  text-decoration: none;
}
.work-area__pagination a, .work-area__pagination a:hover{
  font-size: 14px;
  font-weight: normal;
  padding: 2px 4px;
  border-radius: 10px;
  text-decoration: none;
  color: #5F9C43;
}
.work-area__pagination a.active{
  background-color: #5F9C43;
  color: white;
  cursor: default;
}
.narod-item{
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 15px;
  position: relative;
}
.narod-item__marks-block{
    bottom: 15px;
    position: absolute;
    right:520px;
}
.narod-item__mark{
    color: #fff;
    display: block;
    float: right;
    font: bold 13px/13px DINPro, Arial;
    padding: 4px 6px 4px;
    text-transform: uppercase;
}
.narod-item__header{
    font-weight: bold;
    text-transform:uppercase;
}
.narod__item-img{
  margin-right: 15px;
  float: left;
  max-height: 180px;
}
.narod__item-desc{
  overflow: hidden;
  color: #303030;
}
.narod__title {
  color: #444;
  margin: 0 0 10px 0;
}
.narod__title_size_small{
  font-size: 25px;
}
.narod-header__moderation, .narod__description {
  color: #3F682D;
  font-weight: bold;
  margin: 10px 0 0 0;
  display: block;
  width: 100%;
  text-align: right;
}
.narod-header__moderation_news{
  position: absolute;
  bottom: 10px;
  right: 7px;
}
.narod__banner {
  /*transform: scale(0.883);
  margin: 15px 0 0 -50px !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);*/
}
.narod__detail{
  background-color: white;
  padding: 15px;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.narod__detail-text{
  overflow: hidden;
  font-size: 16px;
}
.narod__detail-text img{
  max-width: 100%;
  margin: 20px auto;
  display: block;
}
.narod__share{
  float: left;
  margin-left:15px;
}
.narod__user-block{
  float:right;
  margin:3px 0 20px;
}
.narod__glyphicon-user{
  color:#333;
}
.narod__username{
  color:#333;
}
.narod__comments-button{
  border-bottom:1px dashed #333;
  color: #333;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-left: calc(50% - 90px);
}
.narod__comments-button:hover{
  color:#3f682d;
}
.narod__tags{
    margin: 10px 0 20px;
}
.narod__tags-link{
    background-color: #5f9c43;
    border: 1px solid #009a22;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
}
.narod__tags-link:hover{
    background-color: #c9e2a4;
    color: #444;
    cursor: pointer;
}
#comments{
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 15px;
}
.work-area-read-more{
  padding: 15px;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.work-area-read-more a{
  color: black;
}
.work-area-read-more__img{
  display:block;
  margin-top: 20px;
  height: 170px;
  position: relative;
  border-radius: 10px;
  background-size: cover;
}
.work-area-read-more__decsription{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  background-color: #ecf3d9;
  opacity: 0;
  transition: 0.3s;
}
.work-area-read-more__item:hover .work-area-read-more__decsription{
  opacity: 1;
  transition: 0.5s;
}
.sidebar {
  margin: 15px 0 30px;
}
.sidebar > div {
  /*margin: 0 0 15px;*/
  overflow: hidden;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.sidebar__heading {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: block;
  color: white;
  text-transform: uppercase;
  padding: 14px;
  font-size: 18px;
  font-weight: bold;
  background-color: #5F9C43;
  transition: 0.3s;
}
.sidebar__heading:hover {
  color: white;
  background-color: #6AAE4B;
  transition: 0.6s;
}
.sidebar__heading:visited {
  color: #fff;
}
.sidebar__heading_color_red, .sidebar__heading_color_red:hover {
  background-color: rgb(225, 17, 17);
}
.sidebar__heading_size_small {
  padding: 4px;
  text-transform: none;
  font-size: 16px;
}
.sidebar-banner1 {
    text-align: center;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.sidebar-narod {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 0 15px;
  height: 616px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -13px;
}
.sidebar-narod__item {
  display: table;
  padding: 7px 0;
  position: relative;
}
.sidebar-narod__title {
  color: black;
  font-weight: bold;
  font-size: 14px;
  display: block;
  margin: 5px 0;
}
.sidebar-narod__img {
  width: 110px;
  height: 110px;
  margin-right: 9px;
  float: left;
  overflow: hidden;
}
.sidebar-narod__img img {
  transition: all 0.5s ease-out;
}
.sidebar-narod__img img:hover {
  transform: scale(1.1);
}
.sidebar-narod__description {
  color: #686868;
  font-size: 12px;
  font-weight: 100;
  font-style: italic;
  margin-left: 120px;
  margin-bottom: 0;
  width: 217px;
}
.sidebar-narod__info{
  position: absolute;
  bottom: 4px;
  right: 0px;
}
.sidebar-narod__info span{
  float: right;
  font-size: 11px;
  font-weight: 100;
  color: #7B7B7B;
}
.sidebar-ads {
  overflow-y: scroll;
  overflow-x: hidden;
  height: 534px;
  margin-right: -13px;
}
.sidebar-ads__item {
  border: 1px solid rgb(204, 204, 204);
  height: 125px;
  background-color: rgb(249, 249, 249);
  overflow: hidden;
  margin-top: 8px;
  padding: 10px;
}
.sidebar-ads__img {
  width: 120px;
  height: 100px;
  margin-right: 8px;
  float: left;
  overflow: hidden;
}
.sidebar-ads__img img {
  transition: all 0.5s ease-out;
}
.sidebar-ads__img img:hover {
  transform: scale(1.1);
}
.sidebar-ads__title {
  font-size: 14px;
  color: #5F9C43;
  font-weight: bold;
}
.sidebar-ads__description {
  color: #383838;
  font-size: 12px;
  font-weight: 100;
}
.sidebar-ads__info {
  float: right;
  font-size: 12px;
  color: #7B7B7B;
  font-weight: bold;
}
.sidebar-atricles {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 5px 15px 10px;
}
.sidebar-atricles__item {
  display: table;
  width: 100%;
  border-bottom: solid 1px rgba(60, 160, 60, 0.3);
}
.sidebar-atricles__item:last-child {
  border-bottom: none;
}
.sidebar-atricles__item_withpicture{
    background-color: antiquewhite;
}
.sidebar-atricles__item img{
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.15);
    margin: 5px 0 10px;
    max-height: 315px;
    padding:5px;
    width: 315px;
}
.sidebar-atricles__item_withpicture:hover{
    background-color: #ecf3d9;
}
.sidebar-atricles__img {
  float: left;
  margin: 5px 0;
}
.sidebar-atricles__link, .sidebar-atricles__link:visited, .sidebar-atricles__link:hover {
  color: #303030;
  display: block;
  margin: 12px;
  font-weight: bold;
}
.sidebar-atricles__link:hover {
  text-decoration: underline;
}
.sidebar-atricles__item-marks{
    border-radius: 3px;
    color: #fff;
    display: inline;
    font-size: 9px;
    font-weight: bold;
    padding: 2px 6px 2px;
    text-transform: uppercase;
}
.sidebar-atricles__item-photomark{
    background-color: #e08438;
}
.sidebar-atricles__item-videomark{
    background-color: #d40000;
}
.sidebar-banner2 {
  text-align: center;
}
.sidebar-banner2 a {
  display: block;
  position: relative;
  z-index: 1;
  width: 325px;
  height: 400px;
  margin-top: -405px;
  margin-left: 23px;
}
.sidebar-banner3 {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  height: 115px;
}
.sidebar-comments {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}
.sidebar-bloknot-news{
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  background-color: white;
  padding: 15px;
}
.sidebar-bloknot-news__title{
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 10px;
}
.sidebar-bloknot-news__item{
  display: block;
  margin: 7px 0;
}
.sidebar-bloknot-news__item img{
  display: block;
  margin: 0px 15px 10px 0;
  float: left;
  background-color: #ECF3D9;
  padding: 5px;
}
.sidebar-bloknot-news__item span{
  color: black;
}
.sidebar-comments__item {
  background-color: #f3f2f2;
  padding: 10px;
  position: relative;
  display: block;
}
.sidebar-comments__item:hover {
  background-color: #e5e5e5;
}
.sidebar-comments__article {
  color: black;
  margin-bottom: 10px;
  overflow: hidden;
  word-wrap: break-word;
  line-height: 14px;
  margin-top: 5px;
  font-size: 12px;
  font-weight: bold;
}
.sidebar-comments__message {
  border: #c5c5c3 solid 1px;
  border-radius: 5px;
  background-color: white;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 8px;
  position: relative;
}
.sidebar-comments__message:before {
  position: absolute;
  width: 0;
  height: 0;
  top: -11px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #c5c5c3 transparent;
  left: 35px;
  content: "";
}
.sidebar-comments__message:after {
  position: absolute;
  width: 0;
  height: 0;
  top: -10px;
  border-style: solid;
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent white transparent;
  left: 35px;
  content: "";
}
.sidebar-comments__author {
  color: firebrick;
  font-weight: bold;
  font-size: 12px;
  padding-top: 10px;
  margin: 0 0 5px;
}
.sidebar-comments__message img {
  float: left;
}
.sidebar-comments__text {
  margin: 0 0 10px 30px;
  font-size: 12px;
  line-height: 14px;
  color: gray;
  font-style: italic;
  text-align: left;
  padding: 0;
  overflow: hidden;
}
.sidebar-yandex {
  width: 300px;
  margin: auto;
}
.footer{
  background-color: #5F9C43;
  color: #FFF;
  min-width: 1200px;
  padding: 30px 0;
  margin-top: 30px;
}
.footer__hr{
  border-top: 2px solid #eee;
}
.footer__logo img{
  max-width: 100%;
  margin-bottom: 5px;
}
.footer__logo span{
  font-weight: bold;
  font-size: 13px;
}
.footer__share-buttons{
  text-align: center;
  padding-top: 15px;
}
.footer__counter{
  margin-bottom: 14px;
}
.footer__agreement{
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
.footer__agreement a{
  color: white;
  border-bottom: 1px dashed;
  font-weight: bold;
}
.footer__agreement p{
  margin: 0;
}
.footer__subscribe{
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.footer__nav{
  background-color: #ECF3D9;
  padding: 0 15px;
}
.footer__nav_pos_left{
  margin-right: -15px;
  padding-left: 0;
}
.footer__nav_pos_right{
  margin-left: -15px;
  padding-right: 0;
}
.footer__nav ul{
  color: #444;
  font-weight: 600;
}
.footer__nav ul a{
  color: #444;
}
.share-pluso {
    text-align: right;
}
.share-link{
  height: 40px;
  width: 40px;
  background-image: url(/images/social.png);
  display: inline-block;
}
.share-link_social_vk{background-position: -168px 0;}
.share-link_social_fb{background-position: 0 0;}
.share-link_social_tv{background-position: -42px 0;}
.share-link_social_ok{background-position: -126px 0;}
.share-link_social_in{background-position: -1848px 0;}

.hcc.hc__messages{
  margin-top: 0;
}
.top-site {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    margin: 7.5px -7.5px !important;
}
.top-site__block {
  display: block;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 251px;
  margin: 7.5px;
  height: 290px;
}
.top-site__block_rowfirst{
    margin-left: -15px;
}
.top-site__block_rowlast{
    margin-right: -15px;
}
.top-site__number {
    background: rgba(0,0,0,0.5);
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    height: 32px;
    margin: 0;
    opacity: 0.9;
    position: absolute;
    right: 0px;
    text-align: center;
    top: 128px;
    width: 32px;
    z-index: 10;
}
.top-site__image {
    height:160px;
    margin: 0;
    width:100%;
}
.top-site__header {
    color:#444;
    font-size:16px;
    line-height: 1.2;
    padding: 5px 5px 0;
}
.top-site__preview {
  color: gray;
  font-style: italic;
  font-size: 12px;
  padding: 0 5px;
}
.top-site__date {
  color: #444;
  font-size: 12px;
  font-style: italic;
  position: absolute;
  bottom: 0;
  padding: 5px;
  margin: 0;
}
.top-category{
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  background-color: white;
}
.top-category__block {
  background-color: #f3f2f2;
  height: 148px;
  margin-right: -8px;
  padding: 5px;
  margin-bottom: 12px;
  position: relative;
}
.top-category__block_even{
  margin-right: 0;
  margin-left: -8px;
}
.top-category__image{
  float:left;
  margin: 5px 10px 0 5px;
}
.top-category__image:hover{
  transform: scale(1.07);
  transition: 0.6s;
}
.top-category__header{
  color:black;
  font-size:16px;
  font-weight:bold;
  line-height: 18px;
}
.top-category__preview{
  color: gray;
  font-style: italic;
  font-size: 12px;
}
.top-category__date{
  position: absolute;
  bottom: 5px;
  right: 9px;
  font-style: italic;
  font-size: 12px;
  margin: 0;
  color: #333;
}
.news-list-item{
  display: block;
  margin: 15px 0;
  height: 120px;
  position: relative;
  padding: 4px 4px 4px 118px;
  background-color: rgb(243, 242, 242);
  border: 1px solid rgb(199, 215, 160);
}
.news-list-item__img{
  position: absolute; top: 4px;
  left: 4px;
  transition: all 0.5s ease-out;
}
.news-list-item__img:hover{
  transform: scale(1.1);
}
.news-list-item__header{
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
  line-height: 15px;
  color: black;
}
.news-list-item__description{
  color: gray;
  font-style: italic;
  font-size: 12px;
  line-height: 15px;
}
.news-list-item__date{
  font-size: 12px;
  position: absolute;
  bottom: 2px;
  margin: 0px;
  right: 5px;
  color: black;
  font-style: italic;
}
.news-detail{
  background-color: white;
  padding: 15px;
  word-wrap: break-word;
}
.news-detail img{
  max-width: 750px;
  max-height: 450px;
  text-align: center;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.main-slider{
  background: transparent !important;
  border:none !important;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.main-slider__head{
  display: none;
}
#itemSliderHead0{
  display:block;
}
.main-slider__sidebar{
  background:#5f9c43 !important;
  height:360px;
  padding:15px;
}
.main-slider__header{
  color:#fff;
  font-size:25px;
  font-weight:bold;
  margin-top:0;
  text-align:left;
  text-shadow: #444 0px 0px 1px;
}
.main-slider__date{
  color:#fff;
  font-size:10px;
}
.main-slider__preview-text{
  color:#fff;
  font-size:14px;
}
.main-slider__link{
  color:#fff;
  font-size:16px;
  font-weight: bold;
  text-shadow: #444 0px 0px 1px;
}
.main-slider__bottom :last-child{
  margin-right:0;
  margin-bottom: 0;
}
.main-slider__bottom-block{
  float:left;
  margin:5px 5px 0 0;
  overflow: hidden;
  width:258px;
}
.main-slider__preview-image{
  height:170px;
  width:258px;
}
.main-slider__preview-image:hover{
  transform: scale(1.07);
  transition: all 1s ease-out;
}
.main-slider__bottom-preview{
  background:#6aae4b;
  color:#fff;
  font-weight: bold;
  height:47px;
  line-height:14px;
  padding:4px;
  position: relative;
  text-shadow: #444 0px 0px 1px;
}
.main-slider__bottom-preview_hover{
  background:#c9e2a4 !important;
  color: #444 !important;
  text-shadow: #fff 0px 0px 2px;
}
.main-slider__marks-block{
    bottom: 0;
    position: absolute;
    right: 0;
}
.main-slider__mark{
    color: #fff;
    display: block;
    float: right;
    font: bold 14px/14px DINPro, Arial;
    padding: 7px 11px 8px;
    text-transform: uppercase;
}
.main-slider__photo-mark{
    background-color: #e08438;
}
.main-slider__video-mark{
    background-color: #d40000;
}
.main-slider__marks-block-mini{
    bottom: 20px;
    position: relative;
    right: 0;
}
.main-slider__mark-mini{
    color: #fff;
    display: block;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 3px 8px 2px;
    text-transform: uppercase;
}
.disabled-paginate{
    cursor: not-allowed;
    pointer-events: none;
}

.release-category{
    background-color: #5F9C43;
    border-radius: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 5px 0px 5px 15px;
}

.release-block{
    background-color: #DAF9B2;
    border-radius: 10px;
    box-shadow: 0 0 13px rgba(0,0,0,0.52);
    color: #444;
    height: 262px;
    margin-top: 20px;
    text-align: center;
}

.release-block:hover{
    background-color: #fff5b9;
}

.release-block__title{
    font-weight: bold;
    line-height: 1.2;
    margin: 0;
    padding: 5px;
}

.release-block__date{
    font-size: 10px;
    font-weight: normal;
}
.category-menu {
    display: flex;
    height: 360px;
}
.category-menu__last-article {
    position: relative;
    width:525px;
}
.category-menu__last-article-title {
    background-color: #5f9c43;
    bottom: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
    position: absolute;
    width: 390px;
}
.category-menu__categories-list {
    background-color: #5f9c43;
    padding: 15px;
    width:260px;
}
.category-menu__category-title {
    color: #222;
    font-size: 21px;
    font-weight: bold;
}
.category-menu__subcategories {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    padding-left: 0;
}
.category-menu__subcategory-title {
    color:#fff;
}
