

/* Start:/local/templates/Jantrik/components/bitrix/system.pagenavigation/news/style.css?17302520522332*/
div.modern-page-navigation a.modern-page-previous {
    border: unset;
}

.modern-page-navigation {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.modern-page-navigation a,
.modern-page-navigation .modern-page-current,
div.modern-page-navigation a.modern-page-previous,
div.modern-page-navigation a.modern-page-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 48px;
    width: 48px;
    border: 1px solid rgba(235, 237, 241, 1);
    border-radius: 6px;
    background: #fff;
    color: rgba(90, 97, 108, 1);
    transition: color .3s ease-in-out, border .3s ease-in-out;
}

div.modern-page-navigation a.modern-page-previous {
    margin-right: 16px;
}

div.modern-page-navigation a.modern-page-next {
    margin-left: 16px;
}

.modern-page-navigation a:hover,
div.modern-page-navigation a.modern-page-previous:hover,
div.modern-page-navigation a.modern-page-next:hover {
    color: rgba(17, 24, 39, 1);
    border: 1px solid rgba(183, 190, 202, 1);
}

.modern-page-navigation a.modern-page-dots {
    border: unset;
}

.modern-page-navigation .modern-page-current {
    background: rgba(247, 102, 0, 1);
    color: rgba(255, 255, 255, 1);
}

.load-more-items {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    padding: 14px 40px;
    font-family: 'Rubik';
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: rgba(247, 102, 0, 1);
    background: rgba(255, 243, 228, 1);
}

.catalog-navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-navigation .nav {
    gap: 8px;
}

@media (max-width: 992px) {
    .catalog-navigation {
        display: flex;
        flex-direction: column;
        gap: 24px;
        align-items: center;
        justify-contetn: center;
    }
}

@media (max-width: 768px) {
    .modern-page-navigation {
        justify-content: flex-start;
    }

    .modern-page-navigation a,
    .modern-page-navigation .modern-page-current,
    div.modern-page-navigation a.modern-page-previous,
    div.modern-page-navigation a.modern-page-next {
        height: 36px;
        width: 36px;
    }
}

@media (max-width: 578px) {
    .load-more-items {
        width: 100%;
    }


}
/* End */


/* Start:/local/templates/Jantrik/components/bitrix/news.list/news/style.css?17302520522450*/
.news-title {
	margin-bottom: 48px;
	font-family: Rubik;
	font-size: 28px;
	font-weight: 600;
	line-height: 36px;
	color: rgba(17, 24, 39, 1);
}

.newslist {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-bottom: 64px;
}

.news__block {
	margin-bottom: 80px;
}

.newslist__container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding-bottom: 24px;
	box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.06);
}

.newslist__container .newslist__img {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	height: 224px;
}

.newslist__container .newslist__img a,
.newslist__container .newslist__img img {
	height: 100%;
}

.newslist__title {
	padding: 0 24px;
	line-height: 24px;
}

.newslist__title a {
 	font-family: Rubik;
	font-size: 18px;
	font-weight: 500;
	line-height: 24px;
	color: rgba(17, 24, 39, 1);
	transition: color .3s ease-in-out;
}

.newslist__title a:hover {
	color: rgba(247, 102, 0, 1);
}

.newslist__top {
	margin-bottom: 24px;
}

.newslist__container .newslist__btn {
	margin: 0 24px;
	display: flex;
	align-items: flex-start;
	padding: 16px;
	font-family: 'Rubik';
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: rgba(17, 24, 39, 1);
	height: unset;
	width: 54%;
	border-radius: 6px;
	border: unset;
	background: rgba(247, 248, 249, 1);
	transition: background .3s ease-in-out;
}

.newslist__container .newslist__btn:focus {
	background: rgba(247, 248, 249, 1);
	box-shadow: 0 0 0 .2rem rgba(247, 102, 0, 1);
	color: rgba(17, 24, 39, 1);
}

.newslist__container .newslist__btn:hover {
	background: #fff;
	color: rgba(17, 24, 39, 1);
}

.newslist__container .newslist__btn:active {
	background: #fff;
	color: rgba(17, 24, 39, 1);
}

@media (max-width: 991px) {
	.newslist {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 768px) {
	.newslist {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-bottom: 48px;
	}

	.newslist__container .newslist__btn {
		display: none;
	}
}

@media (max-width: 578px) {
	.news-title {
		margin-bottom: 32px;
		font-size: 24px;
		line-height: 28px;
	}

	.news__block {
		margin-bottom: 64px;
	}

	.newslist__title a {
		font-size: 15px;
		line-height: 20px;
	}

	.newslist__container .newslist__img {
		height: 200px;
	}

	.newslist__container {
		padding-bottom: 0;
	}

	.newslist__title {
		padding: 0 22px;
		line-height: 22px;
	}

	.newslist {
		margin-bottom: 35px;
	}
}
/* End */
/* /local/templates/Jantrik/components/bitrix/system.pagenavigation/news/style.css?17302520522332 */
/* /local/templates/Jantrik/components/bitrix/news.list/news/style.css?17302520522450 */
