.articles-list .article {
    margin: 25px 0;
}

.articles-list .article .article-image {
    float: left;
    width: 92px;
    height: 92px;
    overflow: hidden;
    box-shadow: 0 0 0 4px #FFF, 0px 4px 15px -3px #000;
    margin-top: 2px;
}

.articles-list .article .article-image a {
    color: #309be1;
}

.articles-list .article .article-image .no-photo {
    font-size: 30px;
    line-height: 100px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #d7ebf9;
}

.articles-list .article .article-link {
    position: relative;
    color: #22b398;
}

.articles-list .article .article-anonce {
    position: relative;
    margin: 8px 0 12px 0;
}

.articles-list .article .article-date {
    font-size: 12px;
    position: relative;
    color: #a9a7a7;
}

.articles-list .article .article-data {
    position: relative;
    min-height: 100px;
    margin-left: 120px;
}

.analogue-articles-container {
    position: relative;
    clear: both;
    margin: 30px 0 0 0;
    padding: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
}

.analogue-articles-container > h4 {
    font-size: 14px;
    margin: 8px 0px;
    padding: 0;
    text-transform: uppercase;
}

.articles h1.article-title-name {
    font-size: 28px;
    margin-bottom: 10px;
}

.articles .heading-url {
    font-size: 12px;
    position: relative;
    top: -6px;
    color: inherit;
    display: inline-block;
    margin-bottom: 10px;
}

.article-author, .article-published-date {
    color: gray;
}

.article-published-date {
    font-size: 12px;
}

.article-tags {
    margin: 50px 0 0px 0;
}

.heading-data {
    margin: 5px 0 20px 0;
}

.article-tags .tags-title, .articles .heading-data .heading-title {
    margin-right: 7px;
}

.article-tags, .article-tags a, .articles .heading-data, .heading-data a {
    font-size: 13px;
}

.article-tags a, .heading-data a {
    color: #27b399;
}

.article-tags .comma {
    margin: 0 5px 0 0;
}

.articles .heading-list .heading {
    margin: 6px 0 20px 0;
    border-top: 1px solid #ccc;
}

.articles .heading-list .heading:first-child {
    border-top: none;
}

.articles .heading-list .heading.-full-width {
    width: 99%;
}

.articles .heading-list .heading-container {
    position: relative;
    padding: 10px;
    background-color: #fff;
    border-radius: 3px;
}

.articles .heading-list .heading-name {
    font-size: 18px;
    text-transform: uppercase;
}

.articles .heading-list .heading-quick-desc {
    margin-top: 10px;
}

.articles .heading-list .heading-name .h-icon {
    color: #4a4a4a;
    margin-right: 6px;
}

.articles .last-articles-list .article .article-data {
    margin-left: 105px;
}

.articles .last-articles-list .article .article-anonce {
    overflow: hidden;
}

.articles .last-articles-list .article .article-date {
    font-size: 10px;
}

.articles-last-anonces-list h3 {
    margin: 0 0 20px 0;
    text-shadow: 0 0 0 #414141;
    display: none;
}

.articles-last-anonces-list {
    position: relative;
    clear: both;
    margin: 0 0 0 0;
    padding: 10px;
    list-style: none;
    background-color: #fff;
    border-radius: 8px;
}

.articles-last-anonces-list .article {
    margin: 0 0 30px 0;
}

.articles-last-anonces-list .article:last-child {
    margin-bottom: 0;
}

.articles-last-anonces-list .heading-name {
    color: #bb528a;
    font-size: 20px;
    padding: 6px 15px;
    border-radius: 3px;
    border-color: #bb528a;
    border-style: solid;
    border-width: 1px;
    text-decoration: none;
    position: relative;
}

.articles-last-anonces-list .heading-name:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 15px;
    right: 15px;
    background: #bb528a;
    bottom: 6px;
}

.articles-last-anonces-list .heading-name:hover:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 15px;
    right: 15px;
    background: #fff;
    bottom: 6px;
}

.articles-last-anonces-list .heading-name:hover {
    background-color: #bb528a;
    color: #ffffff;
    transition-property: background-color;
    transition-duration: 0.8s;
}

.articles-last-anonces-list .article .article-image {
    float: left;
    width: 92px;
    height: 92px;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 0 0 4px #FFF,0 4px 15px -3px #000;
    margin-top: 2px;
}

.articles-last-anonces-list .article .article-image .no-photo {
    display: block;
    font-size: 30px;
    line-height: 100px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #d7ebf9;
}

.articles-last-anonces-list .article .article-data {
    margin-left: 105px;
    position: relative;
    min-height: 100px;
}

.articles-last-anonces-list .article .article-data {
    margin-left: 105px;
}

.articles-last-anonces-list .article .article-anonce {
    margin-top: 15px;
}

.articles-last-anonces-list .article .article-date {
    margin-left: -106px;
    font-size: 10px;
}

.articles-last-anonces-list .heading-wrapper {
    padding: 13px 13px 0px 15px;
    border-radius: 3px;
    margin-bottom: 21px;
    border: 1px solid #e1e7eb;
}

.articles-last-anonces-list .show-more-articles {
    text-align: center;
}

.articles-last-anonces-list .show-more-articles a {
    background-color: #4098d6;
    position: relative;
    border-radius: 8px 8px 0 0px;
    color: #ffffff;
    cecccc; overflow: hidden;
    bottom: -3px;
    text-align: center;
    display: inline-block;
    padding: 12px 26px;
    text-decoration: none;
}

.articles-last-anonces-list .show-more-articles a:hover {
    background-color: #bb528a;
    transition-duration: 0.8s;
}

