.detail-footer {
    margin-right: 258px;
    background-color: #fff;
    padding: 23px 30px 50px 26px;
    border: 1px solid #dedede;
    border-top: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.detail-footer__video article {
	width: 50%;
	float: left;
	display: inline-block;
	padding-right: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.detail-footer .news-list {
	display: inline-block;
}

.detail-footer__video .title-block h3 {
	padding-bottom: 20px;
}

.detail-footer__video .news-list h3 {
	margin-bottom: 10px;
}

.clearfix {
	margin-bottom: 20px;
}

@media only screen and (max-width: 1120px) {
	.detail-footer {
		margin-right: 0;
	}

	.detail-footer__video article {
		width: 100%!important;
		margin-bottom: 20px;
	}
	
	.clearfix {
		margin-bottom: 0px!important;
	}
}


.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}