.hotNews_item {
    position: relative;
    width: 100%;
    height: 100%;

}
.hotNews_item .hotNews_item-introImg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: relative;
    /*-webkit-filter: grayscale(100%);*/
    /*filter: grayscale(100%);*/
    transition: all 0.1s;
}

.hotNews_item .hotNews_item-introImg:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.hotNews {
    position: relative;
}

.hotNews-fotorama {
    margin-bottom: 15px;
    margin-top: -5px;
}

h3.hotNews_text-title a {
    color: #fff;
    padding-top: 20px;
    /*text-decoration: underline;*/
}

.hotNews_text {
    padding: 10px;
    padding-bottom: 5px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.33) 33%, rgba(0,0,0,0.66) 66%, rgba(0,0,0,0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(10%,rgba(0,0,0,0.33)), color-stop(66%,rgba(0,0,0,0.66)), color-stop(100%,rgba(0,0,0,0.8)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.33) 33%,rgba(0,0,0,0.66) 66%,rgba(0,0,0,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
    width: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
}

.hotNews-fotorama.slide {
    width: 100%;
    height: 250px;
    margin: 10px 0;
}

.hotNews_text-introText {
    display: none;
}



.hotNews_text-info {
    display: none;
}

.hotNews_item.first  .hotNews_text-info {
    display: block;
}

h3.hotNews_text-title {
    font-size: 20px;
}

.hotNews_item.first  h3.hotNews_text-title {
    font-size: 24px;
}

.hotNews_newsList {
    width: 100%;
    height: 250px;
}

.hotNews-fotorama.slide {
    width: 100%;
    height: 250px;
}

.hotNews-fotorama.slide .hotNews_text-introText, .hotNews-fotorama.slide  .hotNews_text-info {
    display: none;
}

.hotNews-fotorama.slide .hotNews_item  {
    display: inline-block;
}

/**** 1x  ****/
.hotNews-fotorama.slide  .hotNews_newsList.row_1 .hotNews_item.item_0 {
    width: 100%;
}

/**** 2x  ****/
.hotNews-fotorama.slide  .hotNews_newsList.row_2 .hotNews_item.item_0 {
    width: 50%;
}

.hotNews-fotorama.slide .hotNews_newsList.row_2 .hotNews_item.item_1 {
    width: 49%;
}

/**** 3x  ****/
.hotNews-fotorama.slide  .hotNews_newsList.row_3 .hotNews_item.item_0 {
    width: 45%;
}

.hotNews-fotorama.slide .hotNews_newsList.row_3 .hotNews_item.item_1 {
    width: 30%;
}

.hotNews-fotorama.slide .hotNews_newsList.row_3 .hotNews_item.item_2 {
    width: 24%;
}

/**** 4x  ****/

.hotNews-fotorama.slide  .hotNews_newsList.row_4 .hotNews_item.item_0 {
 width: 35%;
 }

.hotNews-fotorama.slide .hotNews_newsList.row_4 .hotNews_item.item_1 {
    width: 25%;
}

.hotNews-fotorama.slide .hotNews_newsList.row_4 .hotNews_item.item_2 {
        width: 20%;
}

.hotNews-fotorama.slide .hotNews_newsList.row_4 .hotNews_item.item_3 {
    width: 18%;
}



/********* NavBar *********/

.hotNews-mobile .hotNews_nav  {
    font-size: 70px;
    position: absolute;
    z-index: 100;
    color: red;
    line-height: 0;
    top: 50%;
    display: none;
    cursor: pointer;
}


.hotNews_nav {
    display: none;
}

.hotNews_nav i  {
    line-height: 0;
}

.hotNews_nav-left {
    left: 0px;
}

.hotNews_nav-right {
    right: 0px;
}

/********* КОНЕЦ | NavBar *********/
.hotNews-fotorama ul {
    overflow: hidden;
    height: 200px;
}

.hotNews-fotorama li {
    width: 33.33333333%;
    height: 200px !important;
    /* padding: 5px; */
    display: inline-block;
    list-style: none;
}

.hotNews-mobile li {
  width: 100%;
}

.hotNews-fotorama li>div {
    padding: 0 5px;
    width: 100%;
    height: 100%;
}

.hotNews_item-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    line-height: 1;
    padding: 5px;
    border-radius: 3px;
    background: linear-gradient(180deg, #D33434 -1.41%, #AF0302 101.41%);
    z-index: 100;
    text-transform: uppercase;
    font-size: 12px;
}

.hotNews_item-tag:before {
    content: '#';
}

.lastComments {
    background-color: #eee;
    padding-bottom: 10px;
    border-top: 5px solid #ddd;
}

.lastComments h3 {
border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin: 10px 0;
}

.hotNews-fotorama {
    overflow: hidden;
}

