

/* Start:/local/templates/medeste/components/bitrix/breadcrumb/breadcrumb/style.css?1712068427709*/
.breadcrumb {
	display: none;
}

@media screen and (min-width: 768px) {

	.breadcrumb {
		display: block;
		list-style-type: none;
	    margin: 0 0 30px;
	    padding: 0;
	    line-height: 1;
	}

	.breadcrumb__item {
		display: inline-block;
		font-weight: 500;
		font-size: 11px;
		line-height: 1.45;
		text-transform: uppercase;
		color: #C7AC23;
	}

	.breadcrumb__item::after {
		content: "";
		background: url(/local/templates/medeste/components/bitrix/breadcrumb/breadcrumb/i/bc-arrow.svg) no-repeat center center;
		background-size: contain;
		width: 5px;
		height: 9px;
    	display: inline-block;
    	margin: 0 14px 0 16px;
    	color: #9c9c9c;
	}

	.breadcrumb__item:last-child::after {
		display: none;
	}

	.breadcrumb__link {		
		color: rgba(0, 0, 0, 0.5);
	}
}
/* End */


/* Start:/bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1712068397675*/
div.modern-page-navigation{padding:.5em 0}div.modern-page-navigation a,span.modern-page-current,span.modern-page-dots{border-left-width:1px;border-left-style:solid;padding-left:.75em;padding-right:.5em;text-decoration:none}div.modern-page-navigation a.modern-page-previous{border-right-width:1px;border-right-style:solid;border-left:0}div.modern-page-navigation a.modern-page-first,div.modern-page-navigation span.modern-page-first{border-left:0;padding-left:.5em}span.modern-page-current{font-weight:var(--ui-font-weight-bold)}div.modern-page-navigation a,span.modern-page-current,div.modern-page-navigation a.modern-page-previous,span.modern-page-dots{border-color:#cdcdcd}
/* End */


/* Start:/local/templates/medeste/components/bitrix/news.list/articles-list/style.css?17410395832036*/
.articles-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: grid;
	row-gap: 20px;
}

.articles-list__item {
	
}

.articles-list__link {
	border-radius: 24px;
	height: 280px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	overflow: hidden;
}

.articles-list__link:hover {
	opacity: .85;
	transition: ease opacity .5s;
}

.articles-list__img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.articles-list__body {
	padding: 20px;
	column-gap: 15px;
	display: grid;
	grid-template-columns: 1fr 32px;
	position: relative;
	z-index: 1;
	backdrop-filter: blur(40px);
	align-items: end;
}

.articles-list__date {
	font-size: 13px;
	line-height: 16px;
	color: #FFFFFFB2;
	margin-bottom: 10px;
}

.articles-list__name {
	font-family: 'Halvar Breitschrift';
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	max-height: 54px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
	margin-bottom: 0;
}

.articles-list__button {
	border: 2px solid #fff;
	border-radius: 100%;
	height: 32px;
	width: 32px;
	font-size: 0;
	background: url(/images/icons/ic_arrow_right.svg) no-repeat center center;
	background-size: 32px 32px;
}

@media screen and (min-width: 576px) {
	.articles-list {
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
}

@media screen and (min-width: 992px) {
	.articles-list {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media screen and (min-width: 1200px) {
	.articles-list {
		gap: 40px;
	}

	.articles-list__link {
		height: 420px;
	}

	.articles-list__body {
		grid-template-columns: 1fr 137px;
	}

	.articles-list__name {
		font-size: 24px;
		height: 32px;
		-webkit-line-clamp: unset;
        max-height: unset;
        height: unset;
	}

	.articles-list__button {
		background: none;
		font-size: 12px;
		color: #fff;
		text-transform: uppercase;
		width: auto;
		height: auto;
		border-radius: 24px;
		padding: 16px 6px;
		text-align: center;
		font-weight: bold;
	}
}
/* End */
/* /local/templates/medeste/components/bitrix/breadcrumb/breadcrumb/style.css?1712068427709 */
/* /bitrix/components/bitrix/system.pagenavigation/templates/modern/style.min.css?1712068397675 */
/* /local/templates/medeste/components/bitrix/news.list/articles-list/style.css?17410395832036 */
