#dle-content article:first-child{
    max-width: 100%;
    display: flex;
    padding-bottom: 10px;
}
#dle-content article:first-child .shortstory__image {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    width: 40%;
    position: relative;
    height: 100%;
    min-height: 250px;
}
#dle-content article:first-child .shortstory__content{
    width: 60%;
    padding-left: 20px;
    padding-top: 30px;
}
#dle-content article:first-child .article-info {
    font-size: .85rem;
    margin: 0;
    position: absolute;
    bottom: inherit;
    left: 40%;
    top: 20px;
        display: flex;
        padding-left: 20px;
}
#dle-content article:first-child .shortstory__image--img a {
    width: 100%;
    height: 280px;
    background-size: cover;
    display: block;
    border-radius: 5px;
    
}
#dle-content article:first-child .article-info__date{
    margin-right: 15px;
}
#dle-content article:first-child .shortstory__title{
    font-size: 1.5rem;
    line-height: 1.85rem;
}
#dle-content article:first-child .shortstory__short {
    display: block;
}
#dle-content article:nth-child(2), #dle-content article:nth-child(3), #dle-content article:nth-child(4), #dle-content article:nth-child(5){
    max-width: calc(50% - 15px);
    display: flex;
    padding-bottom: 10px;
}
#dle-content article:nth-child(2) .shortstory__image, #dle-content article:nth-child(3) .shortstory__image, #dle-content article:nth-child(4) .shortstory__image, #dle-content article:nth-child(5) .shortstory__image {
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    width: 40%;
    position: relative;
    height: 100%;
   
}
#dle-content article:nth-child(2) .shortstory__content, #dle-content article:nth-child(3) .shortstory__content, #dle-content article:nth-child(4) .shortstory__content,
#dle-content article:nth-child(5) .shortstory__content{
    width: 60%;
    padding-left: 20px;
    padding-top: 30px;
}
#dle-content article:nth-child(2) .article-info, #dle-content article:nth-child(3) .article-info, #dle-content article:nth-child(4) .article-info,
#dle-content article:nth-child(5) .article-info{
    font-size: 10px;
    line-height:1.25;
    margin: 0;
    position: absolute;
    bottom: inherit;
    left: 40%;
    top: 20px;
        display: flex;
        padding-left: 20px;
}
#dle-content article:nth-child(2) .article-info__date, #dle-content article:nth-child(3) .article-info__date, #dle-content article:nth-child(4) .article-info__date,
#dle-content article:nth-child(5) .article-info__date{
    margin-right: 15px;
}
.article-info__category{
	
} 
.main-block .block:first-child{
	width: 100%;
    position: relative;
}
.main-block .block:first-child .block__short{
    margin-left: 10px;
    font-size: 1rem;
}
.main-block .block:not(:first-child){
	width: 50%;
	position: relative;
    padding-right: 25px;
}
.main-block .block:first-child .article-info__type{
    position: absolute;
    left: 10px;
    top: 15px;
}
.main-block .block:first-child .article-info__type i{
    color: #fff;
}
.main-block img, .other-block img{
	width: 100%;
	border-radius: 3px;
	min-height: 100px;
    object-fit: cover;
    min-height: 210px;
}
.main-block .block:not(:first-child) .block__image{
	max-height: 140px;
    overflow: hidden;
    width: 50%;
    border-radius: 3px;
}
.main-block .block:not(:first-child) .block__content{
    width: 50%;
    padding-left: 15px;
}
.main-block .block:not(:first-child) .article-info__type{
	position: absolute;
    left: 5px;
    top: 10px;
}
.main-block .block:not(:first-child) .block__content .block__short{
	display: none;
}
.main-block .block:first-child .block__image{
	position: relative;
	width: 40%;
}
.main-block .block:first-child .block__content{
	width: 60%;
	padding-left: 25px;
}



.main-block .block:first-child .block__title{
	margin: 0;
    font-size: 1.5rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.45rem;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: 'Roboto Condensed', sans-serif;
    
}
.main-block .block:first-child .block__title a{
	color: inherit;
}


.main-block .block:not(:first-child) .title__video-link i, .main-block .block:not(:first-child) .title__photo-link i{
	
    margin-left: 5px;
    color: #fff;
}
.main-block .block:not(:first-child) .block__title{
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.25;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;
    
} 
.other-block .block__title{
		font-size: 1.05rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    
    font-family: 'Roboto Condensed', sans-serif;
    
}
.main-block .block:not(:first-child) .article-info__date{
	font-size: .7rem;
}
.main-block .block:not(:first-child) .block__title a, .other-block .block__title a{
	color: inherit;
} 
.main-block .block:not(:first-child) .article-info {
	font-size: .75rem;
    margin: 5px 0;
    margin-left: 0;
    margin-top: 0;
}
.main-block{
	    border-bottom: 1px solid #f7f7f7;
	    margin-bottom: 25px;
        padding-bottom: 25px;
}
.main-block .block__image--img a{
    min-height: 250px;
    width: 100%;
    background-size: cover!important;
    display: block;
    border-radius: 5px;
    background-position: center!important;
}
.main-block .block:not(:first-child) .block__image--img a{
    min-height: 150px;
}
.other-block .block{
	width: calc(33.33% - 25px);
    margin-right: 25px;
    position: relative;
}

.other-block .article-info__type{
	position: absolute;
    left: 10px;
    top: 10px;
}
.other-block .title__video-link i, .other-block .title__photo-link i{
	color: #fff;
}

.other-block .block__image{
	max-height: 210px;
    overflow: hidden;
}
/*smi24*/
.slider24smi__slide12557 img {
    display: block;
    width: 245px!important;
    height: auto!important;
    position: absolute;
    left: 0;
    top: 0;
}
.slider24smi__scroller12557{
    max-width: inherit!important;
}

/*special*/
.mainpage__special{
    border: 1px solid #318ed4;
    border-radius: 3px;
    margin-bottom: 25px;
    padding: 15px;
    justify-content: space-between;
}
.mainpage__special > div {
    width: 32%;
    margin-right: 0;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 3px;
}
.mainpage__special > div:last-child{
    margin-right: 0;
}
.mainpage__special > div img{
    width: 100%;
    border-radius: 3px;
}
.mainpage__special .block__title{
    font-size: 1.05rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.mainpage__special .block__title a{
        color: inherit;
}
.mainpage__special .block{
    margin-bottom: 0;
        position: relative;
}
.mainpage__special .article-info__category{
    position: absolute;
    top: 10px;
    background: #fff;
    padding: 3px 10px;
    border-radius: 3px;
    left: 10px;
}
.mainpage__special  .article-info{
    margin: 0;
}
.mainpage__special .block__content{
    margin-top: 10px;
    padding-left: 10px;
}
.mainpage__special .article-info__type{
    position: absolute;
    top: 10px;
    right: 10px;
}
.mainpage__special .article-info__type i {
    color: #fff;
}
.mainpage__special .block__image{
    max-height: 195px;
    overflow: hidden;
}
.mainpage__special .block__image img{
    transition: .5s all;
}
.mainpage__special .block:hover .block__image img{
    transform: scale(1.1);
}
.mainpage__special-pro{
    width: 50%;
    position: relative;
    padding-right: 25px;
    padding: 15px;
    border: 1px solid #318ed4;
    border-radius: 3px;
    background: #f7f7f7;
    max-height: 170px;
}
.mainpage__special-pro .block:first-child .block__title{
    font-size: 1.15rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}

.mainpage__special-pro .block:first-child  .block__image{
        max-height: 140px;
    overflow: hidden;
    width: 50%;
    border-radius: 3px;
}
.mainpage__special-pro .block:first-child  .block__content{
    width: 50%;
    padding-left: 15px;
}
.mainpage__special-pro .article-info {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 0;
}

/*ad*/
.yandex__ad{
    margin-bottom: 25px;
}