/**
 * Static pages, posts, projects, stock, 404.
 */

.bg-grey {
	background-color: #eee;
}

.title {
	font-weight: 700;
	text-transform: uppercase;
	line-height: 39px;
	font-size: 32px;
	text-align: center;
	font-family: AvenirNextCyr, "Segoe UI", Roboto, sans-serif;
}

.title__black {
	color: #014657;
}

.content {
	font-size: 14px;
	color: #182b45;
	line-height: 16px;
}

.content img {
	margin-bottom: 30px;
}

.projects-page {
	padding: 40px 0 56px;
}

.projects-page__inner {
	max-width: 1260px;
}

.projects-page__title {
	margin: 0 0 32px;
}

.projects-page__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 20px;
	align-items: stretch;
}

.project-card {
	display: flex;
	min-width: 0;
	height: 100%;
}

.project-card__box {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	padding: 16px;
	background: #fff;
}

.project-card__media {
	display: block;
	flex-shrink: 0;
	text-decoration: none;
}

.project-card__image {
	overflow: hidden;
	aspect-ratio: 4 / 3;
	background: #eef1f4;
}

.project-card__img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.project-card__actions {
	display: flex;
	justify-content: flex-end;
	margin-top: auto;
	padding-top: 16px;
}

.project-card__btn.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 96px;
	margin: 0;
	padding: 12px 20px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
}

@media (min-width: 576px) {
	.projects-page {
		padding: 48px 0 64px;
	}

	.projects-page__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px;
	}
}

@media (min-width: 992px) {
	.projects-page {
		padding: 56px 0 72px;
	}

	.projects-page__title {
		margin-bottom: 40px;
	}

	.projects-page__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
}

.cat-box-project {
	background: #fff;
	padding: 16px;
}

.project-single__header {
	padding: 40px 0;
}

.project-single__header-inner {
	max-width: 980px;
}

.project-single__title {
	margin: 0;
	font-size: 24px;
	line-height: 1.25;
	text-wrap: balance;
}

.project-single__body {
	padding: 0 0 56px;
	background: #eee;
}

.project-single__body-inner {
	max-width: 980px;
}

.project-single__content {
	padding: 24px 20px 32px;
	background: #fff;
}

.project-single__cover {
	margin: 0 0 28px;
	overflow: hidden;
	border-radius: 4px;
}

.project-single__cover-img {
	display: block;
	width: 100%;
	height: auto;
}

.project-single__text {
	font-size: 15px;
	line-height: 1.6;
	color: #182b45;
}

.project-single__text > :first-child {
	margin-top: 0;
}

.project-single__text > :last-child {
	margin-bottom: 0;
}

.project-single__text p {
	margin: 0 0 16px;
}

.project-single__text img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 0 24px;
}

.project-single__text h2,
.project-single__text h3,
.project-single__text h4 {
	margin: 24px 0 12px;
	font-weight: 700;
	line-height: 1.3;
	color: #014657;
}

@media (min-width: 576px) {
	.project-single__header {
		padding: 48px 0;
	}

	.project-single__title {
		font-size: 28px;
	}

	.project-single__content {
		padding: 32px 32px 40px;
	}
}

@media (min-width: 992px) {
	.project-single__header {
		padding: 56px 0;
	}

	.project-single__title {
		font-size: 32px;
		line-height: 1.2;
	}

	.project-single__body {
		padding-bottom: 72px;
	}

	.project-single__content {
		padding: 40px 48px 48px;
	}

	.project-single__text {
		font-size: 16px;
		line-height: 1.65;
	}
}

.outdoor-item__inner {
	object-fit: cover;
}

.outdoor-item__img {
	object-fit: cover;
	width: 100%;
}

.outdoor-block__title {
	color: #009aa4;
	font-size: 40px;
	text-transform: uppercase;
}
