.block__image{
    width: 100%;
    height: 100%;
}
.lenta {
    list-style: none;
    padding: 0;
}
.lenta{
    -webkit-box-shadow: 0 0 10px 5px hsla(0,0%,78.4%,.4);
    box-shadow: 0 0 10px 5px hsla(0,0%,78.4%,.4);
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    border-radius: 4px;
    padding: 28px;
    top: 98px;
    border-left: 2px solid #018ed5;
}
.lenta__container {
    position: relative;
}
.lenta__container:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #018ed5;
    display: block;
    position: absolute;
    top: 7px;
    left: -34px;
    border-radius: 50%;
}
.lenta__container:first-child{
	border-top:none;
}
.lenta__container{
	border-top: 1px solid #e6e6e6;
	border-bottom: none;
    padding-top: 10px;
}
.lenta__info {
    font-size: .65rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.lenta__info--category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.lenta__info--category:after{
	content: '';
	    display: block;
    width: 7px;
    height: 7px;
    background: #318ed4;
}
.lenta__title {
    font-size: 14px;
    line-height: 1.25;
    font-family: roboto,sans-serif;
    font-weight: 300;
    margin: 10px 0;
    margin-top: 5px;
}
.lenta__tabs--content:not(.active){
    display: none;
}
.lenta__switcher li{
    margin-right: 15px;
    transition: .3s all;
}
.lenta__switcher li:hover{
    cursor: pointer;
    color: #318ed4;
    
}
.lenta__switcher li.active{
    color: #318ed4;
    font-weight: 400;
    text-decoration: underline;
}
.lenta__switcher{
padding: 0;
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 10px;
    list-style: none;
}
.lenta__all-news a {
    color: #fff;
    margin-top: 25px;
    display: block;
    text-decoration: none;
    background: #0d8ed5;
    padding: 5px 10px;
    text-align: center;
    border-radius: 5px;
}
.lenta__tabs--content {
	
}
.lenta__all-news a:hover{
   text-decoration:underline;
}
.mainpage__special-neformat{
    position: relative;
    margin: 25px 0;  
}
.mainpage__special-neformat .neformat-block {
	-webkit-box-shadow: 0 0 10px 5px hsla(0,0%,78.4%,.4);
    box-shadow: 0 0 10px 5px hsla(0,0%,78.4%,.4);
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: .3s all;
    border-radius: 4px;
    padding: 28px;
    padding: 80px 28px;
    background-size: cover;
    background-color: #00000061;
    background-blend-mode: color;
    text-decoration:none;
}
.mainpage__special-neformat .neformat-block:hover{
	background-color: #0000002e;
 	text-decoration:none;
}
.mainpage__special-neformat .block__image--img img{
    width: 100%;
    border-radius: 3px;
}
.mainpage__special-neformat .block__title{
    font-size: 22px;
    line-height: 1.05;
    margin: 0;
    font-family: 'Museo Sans Cyrl 700', sans-seri;
    color: #fff;
}
.mainpage__special-neformat .block__title{
	text-decoration:none;
}
.mainpage__special-neformat .block__title a{
        color: inherit;
}
.mainpage__special-neformat .article-info__type{
    font-size: .8rem;
}
.mainpage__special-neformat .article-info{
	margin:0;
    margin-top:25px;
    position: static;
}
.mainpage__special-neformat .article-info__category{
	color: #fff;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
}
/*vote right*/
button.clear{
    background: transparent;
    border: none;
    padding: 0;
    margin-top: 15px;
    cursor: pointer;
}
button.clear:hover{text-decoration:underline;}
.rightside__vote #votes{
    background: #fff;
    margin-top: 25px;
    border-radius: 3px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 5px hsl(0deg 0% 78% / 40%);
    box-shadow: 0 0 10px 5px hsl(0deg 0% 78% / 40%);
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
    border-radius: 4px;
    padding: 28px;
}

.rightside__vote #votes .title {
    margin: 0 0 1em 0;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    font-family: 'Roboto ', sans-serif;
}
.vote_list .vote > input + label:before, .vote_list .pollanswer > input + label:before {

    border: 2px solid #008ed5;
    
}
.rightside__vote #votes .title_hide {
    left: 0;
    position: static;
    top: 0;
    overflow: hidden;
    width: 0;
    height: 0;
}
.rightside__vote #votes .btn-white{
    margin-bottom:15px;
    border-radius: 3px;
}
.rightside__vote #votes .btn-border {
    color: #828282;
    border: 2px solid #828282;
     border-radius: 3px;
}
.rightside__vote #votes .icon-votes{
    display:none;
}