
	.other-news{
		border: 1px solid #e7e8ea;
    }
    .other-news-title-container {
        text-align: center;
		padding: 15px 12px;
		border-bottom: 1px solid #e7e8ea;
        background: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;

    }
    .other-news-title-container .information-text {
        font-size: 0.8rem;

    }
	.other-news .news{
		padding: 24px;
		border-bottom: 1px solid #e7e8ea;
	}
	.other-news .news:last-child{
		border-bottom: none;
	}
	.other-news .image{
		padding: 6px 0 30px;
		text-align: center;
	}
	.other-news .image a{
		display: inline-block;
	}
	.other-news .image img{
		display: inline-block;
		max-width: 100%;
		max-height: 150px;
		width: auto;
		height: auto;
		transition: all 0.2s ease-in-out;
	}
	.other-news .image a:hover img{
		opacity: 0.9;
	}
	.other-news .image a:active img{
		position: relative;
		top: 1px;
	}
	.other-news .name{
		display: inline-block;
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 18px;
		max-height: 54px;
		overflow: hidden;
		color: #000000;
		text-decoration: none;
		transition: all 0.2s ease-in-out;
	}
	.other-news .announcement{
		margin-bottom: 6px;
		font-size: 13px;
		line-height: 16px;
		max-height: 48px;
		overflow: hidden;
		color: #888888;
	}
/*end стили для детальной блога*/
