@media screen and (max-width:767px){
	.tags li a{
		padding: 5px;
	}
	.tags li{
		margin-bottom: 5px;
	}
	.logo_holder a{
		width: 150px;
		height: 14px;
		background-size: 100% 100%;
		margin-top: 10px;
	}
	header{
		padding-top: 20px;
	}
	.monthBlock{
		width: 100%;
		position: relative;
		z-index: 1;
		padding-top: 20px !important;
	}
	.monthBlock .monthDate{
		text-align: center !important;
		background-color: #0c1721;
		margin-bottom: 0;
		padding-bottom: 5px;
	}
	.monthDate:after{
		display: none;
	}
	.copyrights .cont_align{
		text-align: left;
	}
	.normal_text, .bio_content p{
		font-size: 15px;
		line-height: 25px;
	}
	.second_level_menu{
		position: static;
	}
	.blocked_link{
		margin-bottom: 5px;
	}
}