

/* Start:/aktsii/style.css?1695886457722*/
.page__stocks .stock-item_group-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.page__stocks .stocks-items {
    display: flex;
    flex-wrap: wrap;
}

.page__stocks .item {
    flex: 0 0 30%;
    margin: 0 20px 0 0;
    margin-bottom: 30px;
}

.page__stocks .item img {
    width: 319px;
    height: 100%;
}

@media (max-width: 826px) {
    .page__stocks .item {
        flex: 0 0 29%;
    }
}

@media (max-width: 485px) {
    .page__stocks .item {
        flex: 0 0 45%;
    }
}

@media (max-width: 423px) {
    .page__stocks .item {
        justify-content: center;
        display: flex;
        flex: 0 0 100%;
        margin-right: 0;
    }
}
/* End */


/* Start:/local/templates/sniper/components/bitrix/news/stocks/bitrix/news.list/.default/style.css?1752202067651*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.news-item-name a{
	margin-left: 5px;
    color: #0f7cc0;
	font-size: 18px;
	font-weight: 500;
}
.news-item-name a:hover{
	color: #015198;
    text-decoration: underline;
}

.stocks-items {
	display: flex;
    flex-wrap: wrap;
}
.stocks-items .item {
	display: inline-block;
	width: 33%;
	padding: 10px;
}
.stocks-items .item a {
	display: inline-block;
}


@media (max-width: 991px) {
	.stocks-items .item {
		width: 50%;
	}
}

@media (max-width: 450px) {
	.stocks-items .item {
		width: 100%;
	}
}

/* End */
/* /aktsii/style.css?1695886457722 */
/* /local/templates/sniper/components/bitrix/news/stocks/bitrix/news.list/.default/style.css?1752202067651 */
