.main-wrapper > .page.main .dirs {
  margin-bottom: 0px;
}

.projects-ext>.items {
	margin-top: 0px;
}
.projects-ext>.items>.item {
	/*position: relative;*/
}
.projects-ext>.items>.item a {
	border: 0;
	display: block;
}
.projects-ext>.items>.item .img {
	position: relative;
}
.projects-ext>.items>.item .img>img {
	display: block;
}
.projects-ext>.items>.item .img>.params {
	position: absolute;
	bottom: 12px;
	left: 10px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.projects-ext>.items>.item .img>.params>div {
	font-size:16px;
	color: #3a3a3a;
	padding: 7px 15px;
	background: rgba(255,255,255,.7);
	border: 1px solid rgba(255,255,255,.7);
}
.projects-ext>.items>.item .img>.params>div:not(:last-child) {
	border-right: none;
}
.projects-ext>.items>.item>a>.title {
	font-size: 24px;
	font-weight: 600;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}
.projects-ext>.items>.item .text {
	font-size: 18px;
	margin-top: 20px;
	min-height: 80px;
}
.projects-ext>.items>.item>a>.title>.que {
	position: absolute;
}
.projects-ext>.notice {
	font-size: 18px;
	color: var(--color1);
	background: var(--color2);
	max-width: 800px;
	height: 200px;
	margin: 40px auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.projects-ext>.notice>div {
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}
@media screen and (max-width: 480px) {
	.projects-ext > .items > .item .img > .params > div {
		font-size: 14px;
		padding: 4px 5px;
	}
	.projects-ext > .items > .item > a > .title {
		font-size: 16px;}
}