

/* Start:/bitrix/templates/base/components/bitrix/breadcrumb/template_head/style.css?1780053520622*/
.bx-breadcrumb {
	margin: 10px 0;
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	white-space: nowrap;
	line-height: 13px;
	display: flex;
	gap: 10px;
	align-items: center;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/templates/base/components/bitrix/news/blog/bitrix/search.form/flat/style.css?1780053520385*/
.search-form {
    display: flex;
    gap: .5rem;
    width: 100%;
    margin-bottom: 1.5rem;
}

.search-form .form-control {
    background-color: rgba(245, 243, 243, .64);
    height: 40px;
    box-shadow: none;
}

.search-form .btn {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-color:  rgba(0, 0, 0, 0.8);
    padding-left: 2rem;
    padding-right: 2rem;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/system.pagenavigation/arrows_loadmore/style.css?1780053520532*/

.navigation {
    margin-top: 2rem;
}

.navigation-pages {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
}

.navigation .cases-page__btn {
    margin-bottom: 3rem;
}

.navigation-pages__page {
    color: #000;
    background: #f9f7f7;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: .25rem ;
    text-decoration: none;
}

.navigation-pages__page.nav-current-page,
.navigation-pages__page:hover {
    background: #000;
    color: #fff;
    text-decoration: none;
}
/* End */


/* Start:/bitrix/templates/base/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17800535201901*/
/* Tags */
.tag-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	margin-bottom: 3rem;
}

.tag-filter .tag {
	padding: .75rem 1.5rem;
	border: 1px solid #ccc;
	border-radius: 4px;
	color: #000;
	transition: all .3s;
	text-decoration: none;
}

.tag-filter .tag:hover,
.tag-filter .tag.active {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.8);
	border-color: rgba(0, 0, 0, 0.8);
}

/* News list */
.news-grid {
	margin-bottom: 3rem;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 3rem;
}

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

@media(max-width: 480px) {
	.news-grid {
		grid-template-columns: 1fr;
	}
}

/* Item */
.news-grid .item-wrapper {
	position: relative;
}

.news-grid .item .img  {
	position: relative;
	padding-bottom: 66%;
	display: block;
	overflow: hidden;
	border-radius: 4px;
	margin-bottom: 2rem;
}

.news-grid .item .img  img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

.news-grid .item:hover .img  img {
	width: 110%;
	height: 110%;
}

.news-grid .item .date {
	color: #000;
}

.news-grid .item h4 a {
	color: #000;
}

/* First item */
.news-grid .item-wrapper.big {
	grid-column-start: 1;
	grid-column-end: 4;
}

@media(min-width: 480px) {
	.news-grid .item .img {
		padding-bottom: 40%;
	}

	.news-grid .item-wrapper.big .item-body {
		position: absolute;
		bottom: 0;
		width: 100%;
		padding: 4rem 2rem;

	}

	.news-grid .item-wrapper.big .date {
		color: #fff;
		font-size: 18px;
	}

	.news-grid .item-wrapper.big h4 a {
		color: #fff;
		font-size: 44px;
	}
}

@media screen and (min-width: 481px) and (max-width: 991px) {
	.news-grid .item-wrapper.big {
		grid-column-end: 3;
	}

	.news-grid .item-wrapper.big h4 a {
		font-size: 34px;
	}
}

@media(max-width: 480px) {
	.news-grid .item-wrapper.big {
		grid-column-end: 2;
	}
}
/* End */
/* /bitrix/templates/base/components/bitrix/breadcrumb/template_head/style.css?1780053520622 */
/* /bitrix/templates/base/components/bitrix/news/blog/bitrix/search.form/flat/style.css?1780053520385 */
/* /bitrix/templates/.default/components/bitrix/system.pagenavigation/arrows_loadmore/style.css?1780053520532 */
/* /bitrix/templates/base/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17800535201901 */
