.catalog-sections-list.list {
	position: relative;
	display: block;
	background: transparent;
	/*white-space: nowrap;*/
    display: flex;
    flex-wrap: wrap;
}

.catalog-sections-list.list .element {
	display: block;
	text-decoration: none;
	margin-bottom: 20px;
}

.catalog-sections-list.list .element .content {
	display: block;
	padding: 20px;
	text-decoration: inherit;	
	/*overflow: hidden;*/
    min-height: 135px;
	border: 1px solid #eaebec;
	transition: box-shadow ease .2s,border ease-out .2s;
}
.catalog-sections-list.list .element .content:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
    border-color: #fff;
}

.catalog-sections-list.list .element .content a {
	display: block;
	text-decoration: none;
}

.catalog-sections-list.list .element .content .image {
	display: block;
	float: left;
	width: 135px;
    height: 135px;
}

.catalog-sections-list.list .element .content .text {
	display: block;
	vertical-align: top;
	margin-left: 150px;
}

.catalog-sections-list.list .element .content .text .name {
	display: block;
	text-decoration: underline;
	overflow: hidden;
	font-size: 18px;
	line-height: 24px;
    max-height: 48px;
	margin-bottom: 10px;
	white-space: normal;
    color: #292929;
}

.catalog-sections-list.list .element .content .text .description {
	display: block;
	text-decoration: inherit;
	white-space: normal;
	overflow: hidden;
	font-size: 12px;
	line-height: 16px;
	height: 64px;
	color: #000;
}

.catalog-sections-list.list .element .content .text .subsections {
    display: block;
    /*overflow: hidden;
    height: 72px;*/
}

.catalog-sections-list.list .element .content .text .subsections .subsection {
    display: block;
    font-size: 12px;
    /*overflow: hidden;*/
    line-height: 14px;
    /*height: 18px;*/
    color: #292929;
    margin-bottom: 6px;
}

.poster_img {
	margin-top: 25px;
	width: 100%;
	height: 250px;
}

@media all and (max-width: 650px) {
    .catalog-sections-list.list .element .content .image {
        float: none;
    }
    .catalog-sections-list.list .element .content .text {
        margin-left: 0;
    }
}

/*=============================*/
.posted_img_hello{
	margin-top: 25px;
	width: 100%;
	height: 250px;
}