

/* Start:/local/templates/box/style/scroll-ticker.css?17528236641514*/
@keyframes ticker {
    0% {
        transform: translate3d(0, 0, 0);
    }

    100% {
        transform: translate3d(-50%, 0, 0);
    }
}

.ticker {
    background: #fff;
    font-family: var(--font-family-rock-star);
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 100%;
    max-width: 1440px;
}

.ticker__in {
    display: flex;
    align-items: center;
    gap: 97px;
    width: fit-content;
    animation: ticker 20s linear infinite;
    -webkit-transform-style: preserve-3d;
    min-height: 78px;
    border-bottom: 1px solid var(--tmp-black);
}

.ticker__item {
    white-space: nowrap;
    -webkit-backface-visibility: hidden;

    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-transform: uppercase;
}

.ticker--big .ticker__in {
    border: 0;
    
}
.ticker--big .ticker__item > span{
    color: #0E1721;

}
.ticker--big .ticker__item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-style: normal;
    font-weight: 400;
    font-size: clamp(35px, 3vw, 50px);
    line-height: 120%;
    text-transform: uppercase;
    color: #C9C9C9;
    min-width: fit-content;
}

@media (max-width: 768px) {
    .ticker__in{
        min-height: 41px;
        gap: 39px;
    }

    .ticker__item{
        font-size: 16px;
    }

    .ticker--big .ticker__item img{
        width: 60px;
    }
}
/* End */


/* Start:/local/templates/box/components/bitrix/system.pagenavigation/more/style.css?17308814161388*/
.pagination-list {
	list-style: none;
	display: flex;
	padding: 0;
	margin: 0;
	flex: 1;
    justify-content: flex-end;
}

.pagination-list__link {
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	text-decoration: none;
	color: #979797;
	font-size: 12px;
	font-weight: 400;
	line-height: 12px;
	text-align: center;
	margin: 0 5px;
}

span.pagination-list__link {
	background: #E9E9E9;
	border-color: #E9E9E9;
}

.pagination-list__item--active .pagination-list__link {
	background: #fff;
	border-color: var(--tmp-green);
	color: #fff;
}

.pagination-list__item svg {
	width: 7px;
}

.pagination {
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pagination-more {
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F3F8FE;
	border: 1px solid #DCEAFD;
	border-radius: 4px;
	padding: 0 25px;
	text-decoration: none;
	color: #414042;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
}


@media (max-width: 767px) {
	.pagination {
		flex-wrap: wrap;
		justify-content: center;
	}

	.pagination-more {
		width: 100%;
		max-width: 335px;
		margin-bottom: 10px;
	}

	.pagination-list {
		width: 100%;
		justify-content: center;
	}
}
/* End */


/* Start:/local/templates/box/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17308815041101*/
.blog__list {
	display: flex;
	flex-wrap: wrap;
	--blog-cols: 3;
	--blog-margin: 15px;
	margin: 0 -15px;
}

.blog-item {
	width: calc((100% / var(--blog-cols)) - (var(--blog-margin) * 2));
	margin: 0 var(--blog-margin) 60px;
}

.blog-item--full {
	--blog-cols: 1;
}

.blog-item__picture {
	position: relative;
	padding-top: 96%;
	height: 0;
}

.blog-item__picture img {
	position: absolute;
	object-fit: cover;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	/* border-radius: 4px; */
}

.blog-item__name {
	font-family: var(--font-family-rock-star);
	font-size: 20px;
	color: #000;

	font-weight: 400;
	font-size: 24px;
	line-height: 120%;
	text-transform: uppercase;

	color: #668676;
	margin-top: 30px;
}

.blog-item__description {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	color: #668676;
	margin-top: 10px;
}

.blog-item__link {
	text-decoration: none;
	display: block;
	/* outline: 1px solid var(--main-bg-color-2); */
	padding: 0 0 20px;
	/* border-radius: 4px; */
}

@media (max-width: 767px) {
	.blog__list {
		--blog-cols: 1;
	}
}
/* End */
/* /local/templates/box/style/scroll-ticker.css?17528236641514 */
/* /local/templates/box/components/bitrix/system.pagenavigation/more/style.css?17308814161388 */
/* /local/templates/box/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17308815041101 */
