* {
	box-sizing: border-box;
	font-family: "Roboto", sans-serif;
}

html {
	color: #292929;
	background-color: #ccc;
}

body {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	max-width: 100vw;
	min-height: 100vh;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

header {
	display: flex;
	width: 100%;
	padding: 1rem;
	padding-bottom: 0;
	justify-content: space-between;
	background-color: #113655;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

footer {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	width: 100%;
	margin-top: auto;
	padding: 1rem 2rem;
	color: #fff;
	background-color: #113655;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

footer p {
	margin: 0;
}

.logo {
	width: 248px;
	height: 142px;
	margin-bottom: 1rem;
	background-position: center;
	background-size: cover;
	align-self: center;
}

.header-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-end;
}

.header-inputs {
	display: flex;
	justify-content: end;
	align-items: center;
	margin: 1rem;
}

.search {
	margin-right: 2rem;
}

.socials {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}

.socials li a {
	font-size: 1.5rem;
	padding: 0.25rem;
	color: #fff;
	text-decoration: none;
}

.socials li a:hover {
	color: #f68e1d;
}

.menu {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-right: 1rem;
}

.menu li a {
	display: block;
	font-weight: 300;
	padding: 1rem 2rem;
	color: #fff;
	text-decoration: none;
}

.menu li a:hover {
	background-color: #f68e1d;
}

.content {
	padding: 4rem;
}

.anounces {
	overflow: hidden;
	position: relative;
	padding: 4rem;
}

.anounce {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 4rem;
}

.anounce-image {
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 400px;
}

.anounce-date,
.event-item-date {
	display: flex;
}

.anounce-date span.day {
	position: relative;
	display: flex;
	width: 35px;
	height: 35px;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #113655;
	font-size: 21px;
	font-weight: 900;
}

.event-item-date span.day {
	position: relative;
	display: flex;
	width: 28px;
	height: 28px;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color: #113655;
	font-weight: 700;
}

.anounce-date span.day::before {
	content: "";
	display: block;
	position: absolute;
	top: -8px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 8px 35px;
	border-color: transparent transparent #113655 transparent;
}

.event-item-date span.day::before {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 6px 28px;
	border-color: transparent transparent #113655 transparent;
}

.anounce-date span.date {
	display: flex;
	height: 35px;
	padding: 0 0.5rem;
	justify-content: center;
	align-items: center;
	color: #113655;
	background-color: #f68e1d;
}

.event-item-date span.date {
	display: flex;
	height: 28px;
	padding: 0 0.5rem;
	justify-content: center;
	align-items: center;
	color: #113655;
	background-color: #f68e1d;
}

.anounce-title {
	font-size: 28px;
	font-weight: 400;
}

.anounce-text p {
	line-height: 1.5;
}

.anounce-link {
	text-align: right;
}

.anounce-link a {
	text-transform: lowercase;
	text-decoration: none;
	color: #113655;
	font-weight: 700;
}

.swiper-pagination {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	margin-top: -16px;
}

.swiper-bullet {
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50% 50%;
	background-color: #e9e9e9;
}

.swiper-bullet-active {
	background-color: #f68e1d;
}

.old-events,
.new-events {
	display: flex;
}

.events-item {
	width: min(50%, 600px);
	display: grid;
	grid-template-columns: 0.6fr 1fr;
	gap: 1rem;
}

.events-item-image {
	background-repeat: no-repeat;
	background-size: cover;
	max-height: 240px;
}

.events-item-info {
	color: #292929;
	text-decoration: none;
}

.event-content,
.project-content {
	display: flex;
	gap: 2rem;
}

.event-image {
	width: 100%;
	margin-bottom: 2rem;
}

.event-meta {
	padding: 1.5rem;
	background-color: #f5f5f5;
}

.event-meta-item {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.event-meta-item p {
	margin: 0;
}

.event-meta-icon {
	min-width: 2rem;
	grid-row: 1/3;
	text-align: center;
}

.event-meta-label {
	font-weight: 700;
	white-space: nowrap;
}

.event-meta-data {
	font-weight: 300;
	color: #495057;
}

.icon-date {
	color: #113655;
}

.icon-location {
	color: #f68e1d;
}

.event-files {
	padding: 1rem;
}

.file {
	display: inline-flex;
	color: #fff;
	text-decoration: none;
	margin-bottom: 1rem;
}

.file:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.file-icon {
	display: flex;
	width: 36px;
	height: 36px;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	color: #113655;
	background-color: #f68e1d;
}

.file-name {
	height: 36px;
	max-width: 20ch;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2.3;
	white-space: nowrap;
	padding: 0 1rem;
	font-weight: 300;
	align-items: center;
	background-color: #113655;
}

.file-name:hover {
	color: #f68e1d;
}

.MarkupPagerNav {
	margin-top: 2rem;
	padding: 0;
	display: flex;
	list-style: none;
}

.MarkupPagerNav li {
	display: flex;
	min-width: 32px;
	height: 32px;
	justify-content: center;
	align-items: center;
}

.MarkupPagerNav li a {
	color: #113655;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 18px;
	font-weight: 900;
}

.MarkupPagerNavOn {
	background-color: #113655;
}

li.MarkupPagerNavOn a {
	color: #fff;
}

.cards-wrapper {
	position: relative;
	margin-top: 3rem;
	padding: 4rem;
	background-color: #f5f5f5;
}

.cards {
	position: relative;
	overflow: hidden;
}

.projects-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.projects-card-image {
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.projects-card-title {
	margin-bottom: 0;
}

.projects-card-link {
	display: inline-block;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
	text-decoration: none;
	color: #fff;
	background-color: #113655;
}

.button-next,
.button-prev {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	width: 28px;
	height: 28px;
	margin: 0;
	color: #fff;
	background-color: #113655;
	border-radius: 50%;
}

.button-next {
	right: 16px;
}

.button-next i {
	margin-left: 2px;
}

.button-prev {
	left: 16px;
}

.button-prev i {
	margin-right: 2px;
}

.project-image {
	width: 100%;
	padding-top: 50%;
	margin-bottom: 2rem;
	background-repeat: no-repeat;
	background-size: cover;
}

.project-meta {
	min-width: 240px;
	background-color: #f5f5f5;
}

.project-head {
	padding-bottom: 1rem;
	border-bottom: 1px solid #e9e9e9;
}

.project-head-info {
	padding: 0 1rem;
}

.project-head-image {
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.project-partners {
	position: relative;
	padding: 1rem;
	height: 580px;
}

.project-partners-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.project-partners-list {
	width: 100%;
	height: calc(100% - 3.5rem);
	overflow: hidden;
}

.projects-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 2rem;
}

.button-down,
.button-up {
	margin-left: 0.5rem;
}

.swiper-button-disabled {
	opacity: 0.3;
}

.project-partners h2 {
	margin-top: 0;
}

.partner {
	display: block;
	max-height: 248px;
	text-decoration: none;
	color: #292929;
}

.partner-image-wrapper {
	width: 100%;
	padding: 2rem;
	background-color: #fff;
}

.partner-image {
	width: 100%;
	padding-top: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.partner-banner-image {
	width: 144px;
	height: 144px;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.partners {
	overflow: hidden;
}

.partners-swiper {
	min-height: 280px;
}

h1 {
	margin-top: 0;
	font-weight: 900;
	color: #113655;
}

h2 {
	font-weight: 700;
}

p {
	font-weight: 400;
}

@media only screen and (max-width: 1920px) {
	body {
		max-width: 70vw;
	}
}

@media only screen and (max-width: 1024px) {
	body {
		max-width: 100vw;
	}
}

@media only screen and (max-width: 480px) {
	header {
		flex-direction: column;
	}
	.header-content {
		align-items: center;
	}
	.content {
		padding: 2rem;
	}
	.anounces {
		padding: 0;
	}
	.anounce {
		display: block;
	}
	.anounce-image {
		min-height: 0;
		padding-top: 50%;
	}
	.anounce-info {
		padding: 1rem;
	}
	.anounce-title {
		font-size: 22px;
	}
	.new-events,
	.old-events {
		flex-direction: column;
	}
	.events-item {
		display: block;
		width: auto;
	}
	.events-item-image {
		width: 100%;
		padding-top: 50%;
	}
	.event-content,
	.project-content {
		flex-direction: column;
	}
	.project-image {
		padding-top: 100%;
	}
	h1 {
		font-size: 26px;
	}
}
