body {
    height: 100%;
    height: auto;
    min-height: 100%;
    background-image: none;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #000;
    font-family: 'Open Sans',Arial,Helvetica,Verdana,sans-serif;
    text-align: left;
}

div {
    display: block;
}

a {
    color: #004d99;
    text-decoration: none;
    cursor: pointer;
}

/*** +NOD+ ***/
div.content {
	display: block;
	margin: 0 auto;
	text-align: center;
}

div.block {
	display: block;
}

ul {
	list-style: none;
    display: inline-block;
    margin: 5px;
}

li {
	display: block;
    float: left;
    margin: 10px;
    padding: 0px;
    background: #fff;
    border: 1px solid #ddd;
    
	cursor: pointer;
	color: #008fd2;
}

li div {
    width: 150px;
    height: 30px;
    padding-top: 16px;
    text-align: center;
}

li:hover {
	color: #ccc;
    background: #f5f5f5;
}
/*** -NOD- ***/

.classifieds {
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.classifieds-bar {
    position: relative;
    z-index: 3;
    background: #fff;
}

.classifieds-bar:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.classifieds-bar:after {
    clear: both;
}

.classifieds-bar:after, .classifieds-bar:before {
    content: "";
    display: table;
}

.classifieds-bar__group {
    float: left;
    color: #333;
    position: relative;
    z-index: 2;
}

.classifieds-bar__item {
    padding: 13px;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial;
}

.classifieds-list {
    padding-bottom: 60px;
    margin-right: -20px;
    position: relative;
    z-index: 2;
}

.classified {
    width: 250px;
    padding: 10px 10px 3px;
    margin: 0 -14px 0 0;
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
    color: #000;
}

.classified__figure {
    padding-bottom: 66.666%;
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    background-color: #666;
}

.classified__figure:before {
    content: '';
    position: absolute;
    height: 36px;
    top: 0;
    right: 0;
    left: 0;
    background: -o-linear-gradient(top,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,.5) 0,rgba(0,0,0,0) 100%);
    z-index: 1;
}

.classified__price {
    padding: 10px 10px 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    text-shadow: 1px 1px 1px rgba(0,0,0,.9);
    font: 700 17px/1 'Open Sans',Arial,Helvetica,sans-serif;
    color: #fff;
    white-space: nowrap;
    z-index: 2;
}

.classified__price_primary {
    bottom: 0px;
}

.classified__price_secondary {
    bottom: 22px;
}

.classified__currency {
    font-size: 12px;
}

.classified__time, .classified__type {
    padding: 10px 10px 8px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 13px;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,.2);
    z-index: 2;
}

.classified__time_up:before {
    content: 'UP!';
    display: inline;
    margin-right: 4px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
}

.classified__figure:after {
    content: '';
    position: absolute;
    height: 45px;
    right: 0;
    bottom: 0;
    left: 0;
    background: -o-linear-gradient(270deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    background: linear-gradient(-180deg,rgba(0,0,0,0) 0,rgba(0,0,0,.5) 100%);
    z-index: 1;
}

.classified__caption {
    padding: 4px 11px 0;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px;
}

.classified__caption:after {
    width: 25px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: -o-linear-gradient(1deg,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(89deg,rgba(255,255,255,0) 0,#fff 100%);
}

.classified__caption-item {
    padding: 0 10px 0 0;
    display: inline-block;
    vertical-align: baseline;
}

.classified__caption-item_type {
    text-align: center;
    line-height: 23px;
    color: #999;
}

