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

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

.catalog-sections-list.list .element .content {
	display: block;
	/*padding: 20px;*/
	text-decoration: inherit;	
	overflow: hidden;
    height: 200px;
	/*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: 200px;
    height: 200px;*/
position: absolute;
    z-index: -1;
/*margin-left: -2%;*/
margin-top: -3%;
  /*  margin-right: -20%;*/
}

.catalog-sections-list.list .element .content .text {
	display: block;
	vertical-align: top;
    text-align: left;
	margin-left: 50%;
    margin-top: 7%;
}

.catalog-sections-list.list .element .content .text .name {
	display: block;
	/*text-decoration: underline;*/
    text-align: left;
    /*margin-left: 40%;*/
    margin-top: 10%;
	overflow: hidden;
	font-size: 15px;
	line-height: 24px;
    max-height: 48px;
	margin-bottom: 10px;
	white-space: normal;
    color: #205186;
text-transform: uppercase;
}

.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: 100px;
	color: #585858;
    text-align: left;
    /*margin-left: 30%;*/
}

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

.catalog-sections-list.list .element .content .text .subsections .subsection {
    display: block;
    font-size: 13px;
    overflow: hidden;
    line-height: 18px;
    height: 18px;
    color: #205186;
}


@media (max-width:900px){
.catalog-sections-list.list .element .content .text {
	display: block;
	vertical-align: top;
    text-align: left;
	margin-left: 52%;
    margin-top: 7%;
}

.catalog-sections-list.list .element .content .text .name {
	display: block;
	/*text-decoration: underline;*/
    text-align: left;
    /*margin-left: 40%;*/
    margin-top: 10%;
	overflow: hidden;
	font-size: 15px;
	line-height: 24px;
    max-height: 48px;
	margin-bottom: 10px;
	white-space: normal;
    color: #205186;
text-transform: uppercase;
}
.catalog-sections-list.list .element .content .text .subsections .subsection {
    display: block;
    font-size: 12px;
    overflow: hidden;
    line-height: 18px;
    height: 18px;
    color: #205186;
}
.catalog-sections-list.list .element .content .image {
    display: block;
    /* float: left; */
    width: 50%;
    position: absolute;
    z-index: -1;
    /*margin-left: -3%;*/
    margin-top: 2%;
    /* margin-right: -20%; */
	}

.catalog-sections-list.list .element .content {
    height: 170px;
	}
}