.certificates-list {
    margin-bottom: 100px;
}
.certificates-list__pagenav {
    margin-bottom: 80px;
}
.certificates-list__pagenav .blog-page-title, .certificates-list__pagenav .blog-vert-separator, .certificates-list__pagenav .blog-page-next, .certificates-list__pagenav .blog-page-previous {
    display: none;
}
.certificates-list__pagenav a {
    border: 2px solid #ffffff;
    color: #c9d2d9;
    display: inline-block;
    font-family: "Bender",serif;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    width: 36px;
}
.certificates-list__pagenav a:hover {
    color: #0a2554;
}
.certificates-list__pagenav .blog-page-current {
    border: 2px solid #e20429;
    color: #0a2554;
    display: inline-block;
    font-family: "Bender",serif;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
}
.certificates-list-item {
    display: inline-block;
    padding: 90px 0 0;
    vertical-align: top;
    width: 400px;
	height: 150px;
}
.certificates-list-item__image {
    display: inline-block;
    position: relative;
    text-align: right;
    vertical-align: top;
    width: 136px;
}
.certificates-list-item__no-image {
    height: 148px;
    position: absolute;
    right: 0;
    top: 0;
    width: 105px;
}
.certificates-list-item__no-image img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.certificates-list-item__no-image::after {
    background: rgba(0, 0, 0, 0) url("/local/templates/provento/components/bitrix/news/certificates/bitrix/news.list/.default/images/no-image.png") repeat scroll 0 0;
    content: "";
    height: 148px;
    left: 0;
    position: absolute;
    top: 0;
    width: 105px;
}
.certificates-list-item__description {
    display: inline-block;
    margin-left: 25px;
    margin-top: 5px;
    vertical-align: top;
}
.certificates-list-item__mark {
    height: 41px;
    width: 41px;
}
.certificates-list-item__title {
    font-family: "Bender",serif;
    font-size: 18px;
    margin-top: 18px;
    max-width: 200px;
}
.certificates-list-item__link {
    color: #18b6fd;
    text-decoration: none;
}
.certificates-list-item__announce {
    font-size: 12px;
    margin-top: 18px;
    max-width: 230px;
}
