.news_content_block{
	position:relative;
	transition:0.5s;
	border:3px dashed transparent;
}
.news_content_block textarea{
	width:100%;
	resize-x:none;
	min-height:100px;
}
.dz-success-mark,.dz-error-mark,.dz-error-message,.dz-image{
	display:none;
}
.dz-progress{
	height: 7px;
    display: inline-block;
    width: 100%;
    border: 1px solid#ccc;
    border-radius: 3px;
}
.dz-progress .dz-upload{
	width:0px;
	height: 5px;
    display: block;
    background: #23c0e9;
}
.dz-filename{
	float: left;
    width: 600px;	
}
.dz-size{
	float: right;
    width: 150px;
    text-align: right;
}
.dz-file-preview{
	
}
.news_content_block.dz-drag-hover{
	border:3px dashed #ccc;	
	border-radius: 10px;
}
.news_content_block:before{
	transition:0.5s;
}
.news_content_block.dz-drag-hover:before{
	content: '';
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.9);
    height: 100%;
    border-radius: 10px;
}
.news_content_block.dz-drag-hover:after{
	content: 'Перетащите файлы сюда';
    position: absolute;
    top: 35%;
    left: calc(50% - 250px);
    text-transform: uppercase;
    font-size: 35px;
	color:#fff;
	z-index:4;
}
.block_files_uplo{
	display:none;
	margin-top: 15px;
}
.title_upload_files{
	border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
    font-weight: 100;
    text-transform: uppercase;
}
.dropzone-previews{
	max-height: 250px;
    overflow: auto;
	padding-right: 10px;
}
.send_publick{
	background: #23c0e9;
    border-top: 1px solid #23c0e9;
    color: #fff;
    padding: 10px 5px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
	margin-top:15px;
}
.drop_button{
	background: #23c0e9;
    border-top: 1px solid #23c0e9;
    color: #fff;
    padding: 5px 0px;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;
    margin: 15px;
    display: block;
}
@media (max-width: 500px) {
	.component-wrapper .container{
		padding:0px;
	}
	.news_content_block.block{

	}
	.news_content_block.active_mobile{
		position:fixed !important;
		display:block;
		background:#fff;
		top:0px;
		left:0px;
		width:100%;
		height:calc(100% - 47px);
		padding:10px;
	}
	
}