/*
	Вывод The End (Посты пользователей)
*/

.cblock{ 
    position: relative;
    background: #fff; 
}
.cblock .heads{ 
	padding: 20px; 
	color: #fff; 
	background: #107c10;
	margin: 0;
}
.cblock .heads a{ color: #fff; }

.ender{
    overflow: hidden;
    padding: 20px 0 0;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    align-items: flex-start;
}
.theend{
	width: 268px;
	position: relative; 
	background: #fff; 
    margin: 0 10px 15px;
	border: 1px solid #c4c5c6; 
	box-shadow: 0 1px 0 #cdcfd0;
}
.theend:hover{ border: 1px solid #0d690d }

.ender a:hover{ text-decoration: underline; }

.full_link_layer{ position: absolute; left: 0; top: 0; right: 0; bottom: 0;}

.theend .the_body {
	width: 100%;
	float: left;
	position: relative;
}
.theend .the_body .the_head{
    padding: 10px;
    display: block;
    position: relative;
    overflow: hidden;
}
.theend .the_body .the_head img{ width:35px; height:35px; border-radius: 20px; border: 2px solid rgb(13, 105, 13); float:left; }
.theend .the_body .the_head .info{ padding: 2px 0 0 15px; float: left; display: block; }
.theend .the_body .the_head .info .author{ font-size: bold; font-weight: bold;}
.theend .the_body .the_head .info .data{ font-size: 12px; color: #acacac; }

.theend .the_content{ position: relative; overflow: hidden; }
.theend .the_content .the_cont{ padding: 10px; }
.theend .the_content h3{ margin: 0px; padding: 5px 10px 0; }
.theend .the_content h3 a{ color: #515151; font-size: 18px; }
.theend .the_content .the_cont img{
	padding: 4px;
    margin: 0 auto;
    display: block;
    width: 100%;
}
.theend .the_content .the_cont .short_desc{ font-size: 16px; text-align: justify; }

.theend .details{ border-top: 1px solid #c4c5c6; padding: 5px; }

.theend .details .icomm{float:left; padding: 5px 10px; border-right: 1px solid rgb(196, 197, 198);}
.theend .details .rating-block{ padding: 0; margin: 0;}

.section_info {
    display: flex;
 }
.mz_about { 
    width: 320px;
    background-color: white;
    box-shadow: 0.05em 0.08em 0.08em 0em rgba(0,0,0,0.14);
    border-radius: 2px;
    margin: 2em;
    overflow: hidden;
    position: relative;
}
.mz_back {
    width: 100%;
    overflow: hidden;
}
.mz_back img { height: 150px; }

.mz_logo { 
    width: 100%;
    position: absolute;
    top: 95px;
}
.mz_logo img { 
    width: 100px;
    margin: 0 auto;
    display: block;
}
.mz_block { 
    display: block;
    padding: 40px 0 0;
}
.mz_block h1{ margin: 0; text-align: center; padding: 10px 20px; color: #0e670e; }
.mz_block .description{ padding: 0 20px 15px; text-align: center; }