#dle-content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    justify-content: space-between;
    display: block;
}
.title-info{
    position: relative;
}
.story_icons {
    position: absolute;
    top: 8px;
    left: auto;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0;
    right: 0;
}
.article__footer{
    padding-top: 0
}
article .article-info i{
    color: #1a97db;
}
article  .article__leftside .text a:not(.live-before-text__link), article  .article__leftside .short-story a{
    background: rgba(13, 142, 213, 0.21);
    color: #211600;
    border-radius: 3px;
    padding: 2px 5px;
    border: 1px solid rgba(13, 142, 213, 0.17);
    text-decoration: none;
    transition: .5s all;
}
article .article__leftside .text a:not(.live-before-text__link):hover, 
article  .article__leftside .short-story a:hover{
    background: rgba(13, 142, 213, 0.30);
}
article a.highslide{
	background:none!important;
    border:none!important;
        padding: 0!important;
}
.article-info__category a{
    color: inherit;
    text-decoration: none;
}
.article__devider-rtb{
    margin: 25px 0;
}
.article__leftside{
    width: calc(100% - 328px);
   
    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;
    margin-right: 28px;
}
.article-info__fav{
    position: absolute;
    right: 0;
    top: 0px;
    font-size: 20px;
}
.article-info__fav img{
    display: none;
}
.article-info__fav a:hover{
    text-decoration: none;
}
.article-info__fav a:before{
    content: "\f005";
    font-family: "Font Awesome 5 Free";
}
.article__rightside{
        max-width: 300px;
}
.article__rightside .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;
}
.article__rightside .lenta__container {
    position: relative;
}
.article__rightside .lenta__container:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #018ed5;
    display: block;
    position: absolute;
    top: 7px;
    left: -34px;
    border-radius: 50%;
}
.fullstory .short-story {
    text-indent: 0;
    font-size: 1.05rem;
    display: inline;
    line-height: 1.35rem;
}
.full-story{
    display: block;
    margin-top: 20px;
}
.fullstory .short-story br{
    display:none;
}
.fixed_label{
    vertical-align: text-top;
    font-size: .85rem;
    text-transform: uppercase;
    margin: 0;
    background: #f44336;
    color: #fff;
    padding: 5px 16px;
    text-decoration: none;
    transition: .3s all;
    box-sizing: border-box;
    line-height: .85;
    border-radius: 3px;
    margin-right: 15px;
    float: left;
    margin-top: 10px;
}
.reklama{
    position: absolute;
    right: 0;
    color: #ccc
}
.story .title{
    font-size: 2.35rem;
    font-family: 'Museo Sans Cyrl 700', sans-serif;
}
/*rating*/
.ya-share2.ya-share2__vertical {
    margin:25px 0;
}
.box_in.article__body {
    padding-top: 0;
    padding-bottom: 0;
}
.box_in.article__header{
    padding-bottom: 0;
    padding-top: 0;
}
.article-rating a > span{
	background: #d6effb;
    padding: 15px;
    border-radius: 5px;
        position: relative;
        height: 50px;
}
.article-rating a .rating-plus{
	margin-right: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.article-rating a .rating-minus{
	
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.article-rating svg {
    width: 20px;
    fill: #666;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.article-rating a:hover .rating-plus svg{
	fill: #318ed4;
}
.article-rating a:hover .rating-minus svg{
	fill: red;
}
.article-rating a .rating-minus svg{
	-webkit-transform: rotate(180deg);
	    -ms-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.article-rating span[id*="likes"]{
    position: absolute;
    background: #318ed4;
    border-radius: 50%;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    top: -5px;
    right: -5px;
    z-index: 1;
        font-size: .7rem;
    line-height: 25px;
}
.article-rating span[id*="dislikes"]{
    position: absolute;
    background: red;
    border-radius: 50%;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #fff;
    top: -5px;
    right: -5px;
    z-index: 1;
        font-size: .7rem;
    line-height: 25px;
}

/*share*/


.live-before-text__link {
    
    color: #008ed5;
}
.ya-share2__badge{
    vertical-align: unset;
    border-radius: 50%;
    color: #fff;
    overflow: visible;
    position: relative;
    background-color: #eeeeee!important;
    border: 1px solid #0000;
    display: block;
    width: 40px;
    height: 40px;
}
.ya-share2__container_size_m .ya-share2__icon {
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    filter: invert(1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ya-share2__container_size_m .ya-share2__counter {
    font-size: 11px;
    line-height: 24px;
    padding: 0;
    color: #fff;
    background: #0d8ed5;
    border-radius: 50%;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
}
.ya-share2__container_size_m .ya-share2__item {
    margin: 0;
    margin-right: 10px;
}
/*video*/

.article__video--youtube {
    background: #f7f7f7;
    width: 100%;
    margin: 15px auto;
    padding: 10px;
    border-radius: 5px;
    position: relative;
}
.article__video--youtube iframe{
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    background: #000;
    height: 465px;
}
.skip{
    position: absolute;
    top: 10%;
    left: 5%;
    background: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    font-weight: 400;
    transition: .3s all;
    z-index: 1001;
    text-decoration: none;
    cursor: pointer;
}
.skip:hover{
    background: #008ed5;
    color: #fff;
}
.video__href{
    display: none;
    position: absolute;
    width: 95%;
    height: 90%;
    z-index: 1000;
}
/*speedbar*/
.article-info__views .fas {
    margin-right: 5px;
    color: #318ed4;
}
.article-info__type{
	    margin: 0 15px;
	        margin-left: 0;
            position: static;
}
.title__video-link{
        color: #211600;
}
.title__photo-link{
        margin-left: 15px;
    color: inherit;
}
.title__video-link i, .title__photo-link i {
    color: #318ed4;
    font-size: inherit;
    vertical-align: initial;
    margin-left: 0;
        margin-right: 5px;
}
.article-info__vote-num i{
    margin-right: 5px;
        color: #318ed4;
    font-size: inherit;
    vertical-align: initial;
}
.article-info {
    position: relative;
   
    font-weight: 300;
    font-size: .9rem;
}
.fullstory__author {
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    display: block;
    width: auto;
    clear: both;
    right: 0;
    top: 0;
    margin-top: 25px;
    text-align: left;
}

.article-info__category {
    margin-right: 15px;
    text-transform: none;
    align-items: center;
    font-weight: 500;
}
.article-info__comments-num, .article-info__vote-num{
    margin-right: 15px;
}
/*banners*/

.banner__under-news {
    width: 100%;
    height: auto;
    background: #f7f7f7;
    margin: 25px 0;
    margin-bottom: 25px;
    text-align: center;
    padding: 15px;
}
.box_in.fullstory__main{
    padding-top:0;
}
/*tags*/
.article-tags a {
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    text-transform: uppercase;
    margin-right: 15px;
    background: #f7f7f7;
    padding: 10px;
    color: #211600;
    border-radius: 5px;
    text-decoration: none;
}
.article-tags a:hover{
	    background: #d6effb;
}
.article-tags__name {
    text-transform: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.article-tags a:before{
	display: none;
}
.article__video--youtube.fixed-block iframe{
    position: fixed;
    right: 25px;
    bottom: 125px;
    z-index: 1;
    width: 30%;
    padding: 10px;
    box-shadow: 0 10px 25px rgba(204, 204, 204, 0.39);
    border: 1px solid #2116001f;
    height: 250px;
    z-index: 1002;
}
.article__video--youtube.fixed-block iframe{
    width: 410px;
    min-height: 250px!important;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
}
.article__video--youtube.not-fixed-block iframe{
    position: static;
}
.disclaimer{
    background: #318ed4;
    color: #fff;
    padding: 15px;
    font-weight: 400;
    border-radius: 5px;
    padding-left: 25px;
    flex-wrap: nowrap;
    align-items: center;
    max-width: 95%;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}
.disclaimer i{
        color: #fff;
    font-size: 2rem;
        margin-right: 25px;
}
.fullstory__smi{
    margin-top: 25px;
}
/*no img*/
.fullstory__banner-noimg{
    display: none;
}
/* img*/
.article-image {
    position: relative;
    overflow: visible;
    padding: 0;
    width: 300px;
    margin-left: -46px;
    float: left;
    margin-right: 25px;
}
.article-image__content{
    -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: 18px;
    background: #fff;
    position: relative;
    
}
.article-image__content img{
    border-radius: 4px;
}
.article-image--copy {
    font-size: .75rem;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    text-align: left;
    font-family: 'Museo Sans Cyrl 300', sans-serif;
}
.fullstory .article-image img {
    position: static;
    border-radius: 3px;
    width: 100%;
    height: auto;
}
.fullstory .article-image > a{
    position: relative;
    display: block;
}
.fullstory .article-image > a:after{
    content: '';
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0, 0, 0, 0.35) 75%);
    display: block;
    width: 100%;
    height: 40%;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*smi*/

.slider24smi__slide12557 img {
    display: block;
    width: 245px!important;
    height: auto!important;
    position: absolute;
    left: 0;
    top: 0;
}
.slider24smi__scroller12557{
    max-width: inherit!important;
}

/*gallery*/
.fullstory__gallery {
    -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;
    margin: 25px 0;
}
.fullstory__gallery:before{
    content: 'Фотографии сюжета:';
        margin-bottom: 15px;
    display: block;
    text-align: left;
    font-weight: 500;
    font-size: 1rem;
}
.xfieldimagegallery {
    margin: 0;
    padding: 0;
    list-style: none;
    clear: both;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
article .article__leftside .text .xfieldimagegallery a {
    padding: 0;
    background: none;
    border: 0;
}
.xfieldimagegallery li {
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    min-height: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.xfieldimagegallery li img {
float: none;
    margin-right: 0;
    border: 0;
    width: 100%;
    height: auto;
    transition: box-shadow 0.5s ease;
    
    border-radius: 3px;
}

/*other*/
.hidden{
    display: none;
}
#video .banner-popup__close{
        display: block;
    right: -30px;
    bottom: 365px;
    top: initial;
    width: 50px;
    height: 25px;
    z-index: 1002;
    position: fixed;
}

/*static*/
.static--content.story .box_in > .text img{
    width: auto!important;
} 

/*vote*/
.vote_more{
    margin: 0;
    margin-top: 15px;
}
.fullstory__vote .block_grey{
    padding: 25px;
    margin-bottom: 0;
    background-color: #fff;;
    max-width: 80%;
    margin: 0 auto;
    border-radius: 3px;
    overflow: hidden;
    box-shadow: 0 0 15px #e5e5e5;
    margin-top: 25px;
    border: 1px solid #e3e3e3;
}
.fullstory__vote .block_grey > .title{
        font-size: 1.25rem;
}
.vote_list .vote > input + label:before, .vote_list .pollanswer > input + label:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid #4c8ed4;
    background-color: #f7f7f7;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    content: "";
    border-radius: 2px;
}
.pollanswer label{
        font-size: 1rem;
    font-weight: 400;
}
.vote_list {
    margin: 25px;
}
button[title="Результаты опроса"]{
    display:none;
}
.related-news {
    float: none;
    width: 100%;
    background: #f7f7f7;
    padding: 0;
    border: none;
    margin-top: -10px;
    margin-right: 0;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 4px;
    text-align: left
}
.related-news__head{
    font-size: 1rem;
    font-family: 'Museo Sans Cyrl 500', sans-serif;
}
.related-news ul{
    padding-left: 22px;
    list-style: none;
}
.related-news li{
    list-style-type: none;
    position: relative;
}
.related-news li:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #018ed5;
    display: block;
    position: absolute;
    top: 5px;
    left: -18px;
    border-radius: 50%;
}
}