.excerpt {
    text-align: justify;
    padding-left: 70px;
}
article {
    position: relative;
    line-height: 22px;
    margin-bottom: 30px
}
article h2 {
    display: block;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.5rem;
    -webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}
.more__link {
    margin: 10px 0 0 0;
}
.more__link a {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 3px solid #29c5e6;
    font-size: 14px;
    line-height: 14px;
    color: #29c5e6;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top
}
.news-post__date {
    display: block;
    width: 45px;
    height: 65px;
    margin-right: 25px;
    padding-top: 5px;
    background: #eef2f5;
    border-top: 4px solid #29c5e6;
    text-align: center;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
}
.news-post__date b {
    display: block;
    font-size: 22px;
    line-height: 26px;
    color: #29c5e6
}
.news-post__date span {
    display: block;
    font-size: 12px;
    line-height: 15px;
    color: #595959
}
.hover-catalog {
    overflow: hidden;
}
.hover-catalog img {
    max-width: 100%;

    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.hover-catalog:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Первая кнопка */
.ollen-mp-sub-menu1
{
    display: none;
}
.ollen-mp-main-item1:focus ~ .ollen-mp-sub-menu1,
.ollen-mp-main-item1:active ~ .ollen-mp-sub-menu1,
.ollen-mp-sub-menu1:hover
{
    display: block;
    max-height: 165px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid lightgray;
    background-color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -6px;
    padding: 10px 15px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Вторая кнопка */
.ollen-mp-sub-menu2
{
    display: none;
}
.ollen-mp-main-item2:focus ~ .ollen-mp-sub-menu2,
.ollen-mp-main-item2:active ~ .ollen-mp-sub-menu2,
.ollen-mp-sub-menu2:hover
{
    display: block;
    max-height: 165px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid lightgray;
    background-color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -6px;
    padding: 10px 15px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Третья кнопка */
.ollen-mp-sub-menu3
{
    display: none;
}
.ollen-mp-main-item3:focus ~ .ollen-mp-sub-menu3,
.ollen-mp-main-item3:active ~ .ollen-mp-sub-menu3,
.ollen-mp-sub-menu3:hover
{
    display: block;
    max-height: 165px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid lightgray;
    background-color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -6px;
    padding: 10px 15px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Четвертая кнопка */
.ollen-mp-sub-menu4
{
    display: none;
}
.ollen-mp-main-item4:focus ~ .ollen-mp-sub-menu4,
.ollen-mp-main-item4:active ~ .ollen-mp-sub-menu4,
.ollen-mp-sub-menu4:hover
{
    display: block;
    max-height: 165px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid lightgray;
    background-color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -6px;
    padding: 10px 15px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Пятая кнопка */
.ollen-mp-sub-menu5
{
    display: none;
}
.ollen-mp-main-item5:focus ~ .ollen-mp-sub-menu5,
.ollen-mp-main-item5:active ~ .ollen-mp-sub-menu5,
.ollen-mp-sub-menu5:hover
{
    display: block;
    max-height: 165px;
    overflow: hidden;
    overflow-y: scroll;
    border: 1px solid lightgray;
    background-color: white;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-top: -6px;
    padding: 10px 15px;
    font-size: 0.9rem;
    font-weight: 600;
}

.ollen-main-item-link {
    display: block;
    padding: 5px 15px;
    margin-bottom: 5px;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 3px;
}