/*Мемлекеттік аттестациялау*/
.news-it01 a {
	border: 1px solid #dadada;
    width: 100%;
	display: flex;
    gap: 10px;
    padding: 10px;
    border-radius: 15px;
	height: 100%;
	margin-bottom: 15px;
	align-items: center;
	transition: all 0.3s;
}
.news-title {
	color: var(--nv-primary-accent);
	transition: all 0.3s;
}
.news-it01 a:hover {
	box-shadow: 0 0 10px #1e3d395c;
    transform: translateY(-5px);
	transition: all 0.3s;
}
.news-it01 a:hover .news-title {
	color: var(--nv-secondary-accent);
	transition: 0.3s;
}
.icons-atc img {
	width: 30px;
}
.title-attes {
	margin-bottom: 0 !important;
}


/*bos oryn*/
.news-vac a {
	border: 1px solid #dadada;
    width: 100%;
    display: block;
    padding: 15px;
    border-radius: 15px;
	height: 100%;
	margin-bottom: 15px;
}
.icons-vac {
	float: left;
}
.icons-atc  {
	float: left;
	margin-right: 20px;
}
.icons-vac img {
	width: 50px;
    margin-right: 20px;
}
