.article-content img {
	max-width: 100%;
}

.list-department .list-item {
    margin-bottom: 1.2rem;
    margin-top: 1.0rem;

    display: inline-block;
	margin-right: 100px;
	min-height: 40px;
	border-left: solid #7f9cbb 2px;
	padding-top: 3px;
}

.list-item p:empty {
	display: none;
}

.title-and-date-item {
	margin-bottom: 1.8rem;
}

.tile-item {
	margin-bottom: 1.5rem;
}


.title-and-date-item,
.tile-item,
.list-item,
.title-and-date-item a,
.tile-item a,
.list-item a {
	color: var(--text-primary);
}


.tile-item .title,
.list-item .title {
	font-weight: 500;
	font-size: 1.15rem;
	line-height: 1.5rem;
	text-overflow: ellipsis;
	box-sizing: border-box;
	overflow: hidden;
}

.tile-item .title *, .list-item .title * {
	text-overflow: ellipsis;
	overflow: hidden;
}

.tile-item .title {
	padding: 1em .75em;
	background-color: var(--white-blue);
}


.title-and-date-item img,
.tile-item img,
.list-item img {
	width: 100%;
	object-fit: contain;
	object-position: center;

}

.tile-item .image {
	position: relative;
}

.tile-item .image .pubdate {
	position: absolute;
	bottom: .75rem;
	left: 1.75rem;
}

.tile-item .btn-blue {
	background-color: #2169BF;
}


.povidomlennya-department-list a {
	text-decoration: none;
	color: #0c253f;
}

.povidomlennya-department-list a:hover {
	color: #0056b3;
}

.list-departments-materials-block {
	background-color: #f8fdff;
	border-radius: 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	border: solid 2px #dce8f0;
	padding: 20px 20px 20px 30px;
}

.list-departments-materials-block-label {
	font-weight: 100;
	font-size: 19px;
	color: #4d5356;
	display: block;
}

a.list-departments-materials-block-title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 8px;
	color: #0a0a0a;
	display: block;
}

.list-departments-materials-block-links-item {
	font-size: 19px;
	display: block;
	padding: 5px 0px 5px 0px;
	color: #000000;
}

a.list-departments-materials-block-links-item {
	font-size: 19px;
	display: block;
	padding: 5px 0px 5px 0px;
	color: #006fe5;
}

a.list-departments-materials-block-links-item:hover {
	/* color: #3d9aff; */
	text-decoration: underline;
}

.ml1-level-3 {
	margin-left: 35px;
}

.ml1-level-4 {
	margin-left: 70px;
}

.ml2-level-1 {
	margin-left: 0px;
}

.ml2-level-2 {
	margin-left: 35px;
}

.ml2-level-3 {
	margin-left: 70px;
}

.ml2-level-4 {
	margin-left: 105px;
}


.switch-sitemap-type {
	margin-bottom: 35px;
}