html, body {
	margin: 0;
	padding: 0;
	font-family: 'Spectral', serif;
}

h1 {
	font-size: 50px;
	line-height: 1em;
	font-weight: normal;
	margin-top: 0;
}

h2 {
	font-size: 32px;
	font-weight: normal;
	margin-top: 5px;
}

h3 {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Spectral SC', serif;
}

p {
	font-size: 22px;
}

p a {
	color: #000;
}

p a:hover {
	text-decoration: none;
}

body {
	font-size: 22px;
}

@media (max-width: 1024px) {
	h1 { font-size: 40px; }
	h2 { font-size: 32px; }
	h3 { font-size: 18px; }
	body, p { font-size: 18px; }
	.contact { font-size: 16px; }
}

@media (max-width: 600px) {
	h1 { font-size: 30px; }
	h2 { font-size: 25px; }
	h3 { font-size: 18px; }
	body, p { font-size: 16px; }
}

.content-wrap,
.header-wrap,
.info-wrap {
	display: block;
	max-width: 1160px;
	margin: 0 auto;
	padding: 57px 103px;
}

@media (max-width: 1024px) {
	.content-wrap,
	.header-wrap,
	.info-wrap {
		padding: 57px;
	}
}

@media (max-width: 600px) {
	.content-wrap,
	.header-wrap,
	.info-wrap {
		padding: 20px;
	}
}

.image-wrap img {
	width: 100px;
}

@media (min-width: 600px) {
	.container {
		display: flex;
	}
	.image-wrap {
		margin-right: 40px;
	}
	.image-wrap img {
		width: 160px;
	}
}

.bg-gray {
	background-color: #f5f5f5;
}

@media (min-width: 600px) {
	#about-shanin_foundation .content-wrap {
		display: flex;
	}
}

#section-contacts {
	display: none;
}

@media (max-width: 600px) {
	.contact {
		display: none;
	}
	#section-contacts {
		display: block;
	}
}

.contact,
.contact a {
	color: #787878;
}

.contact a:hover {
	text-decoration: none;
}

.contact {
	margin-left: 20px;
}

#section-contacts h3,
.contact h3 {
	margin-top: 0;
	color: #787878;
}

.info-item {
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	transition: all 0.3s ease;
	cursor: pointer;
}

.info-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 1.2rem 0;
}

.info-header .section-title {
	flex: 1;
	margin: 0 1rem;
}

.info-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
}

.info-item.opened .info-content {
	max-height: inherit;
}

.info-content {
	overflow: hidden;
	height: 0;
	transition: height 0.4s ease;
}

.info-item.opened .status .arrow img {
	transition: transform 0.3s ease;
}

.modal {
	display: none;
	position: fixed;
	z-index: 2000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	justify-content: center;
	align-items: center;
}

.modal-content {
	position: relative;
	background: #fff;
	width: 90%;
	max-width: 480px;
	border-radius: 10px;
	padding: 1em;
	box-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.close-btn {
	position: absolute;
	top: 0.5em;
	right: 0.8em;
	background: none;
	border: none;
	font-size: 1.5em;
	cursor: pointer;
}

.page-nav {
	float: right;
}

.page-nav ul {
	display: flex;
	gap: 30px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.page-nav a {
	text-decoration: none;
	font-size: 14px;
	line-height: 0.9;
	letter-spacing: 0.1em;
	color: #787878;
	padding: 12px 0;
	display: inline-block;
	transition: color 0.3s ease;
	text-transform: uppercase;
	font-weight: 400;
}

.page-nav a:hover {
	color: #000000;
}

.page-nav #donateBtn {
	background-color: #787878;
	color: #ffffff;
	padding: 12px 20px;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.page-nav #donateBtn:hover {
	background-color: #000000;
	color: #ffffff;
}

@media (max-width: 1000px) {
	.header-wrap a img {
		width: 128px;
	}
}

@media (max-width: 700px) {
	.page-nav ul {
		gap: 0;
		display: block;
	}
	.page-nav a:not(#donateBtn) {
		display: none;
	}
}

.conf-items-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.conf-items-list li {
	position: relative;
	padding-left: 35px;
}

.conf-items-list li::before {
	content: "→";
	position: absolute;
	left: 0;
	top: 0;
	color: #000;
	font-weight: bold;
}

.date-time {
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 110%;
	padding: 0;
	color: #787878;
	width: 160px;
	text-transform: uppercase;
	margin-top: 8px;
}

.date-time span {
	display: block;
}

.date-time a {
	color: #787878;
}

.date-time a:hover {
	text-decoration: none;
}

.info-header .section-title {
	margin: 0 40px;
}

.info-content .content {
	max-width: 760px;
	margin-bottom: 40px;
}

@media (min-width: 1000px) {
	.info-content .content {
		margin-left: 200px;
	}
}

.sub-header {
	font-weight: 800;
	font-size: 18px;
	line-height: 140%;
	padding: 0;
	color: #000000;
	text-transform: uppercase;
}

.section-title h2 {
	margin-bottom: 0;
}

.status {
	display: flex;
}

.text {
	width: 90px;
	font-size: 14px;
	text-transform: uppercase;
	color: #787878;
	line-height: 110%;
	margin-top: 8px;
}

.arrow img {
	width: 40px;
	height: 40px;
}

@media (max-width: 1000px) {
	.info-header {
		flex-wrap: wrap;
	}

	.info-header .section-title {
		order: 3;
		flex-basis: 100%;
		margin-top: 1rem;
	}

	.info-header .date-time {
		order: 1;
	}

	.info-header .status {
		order: 2;
	}

	.info-header .section-title {
		margin: 0;
	}
}

@media (max-width: 1000px) {
	.date-time span:not(.conf-link) {
		display: inline-block;
	}
	.date-time span:first-child::after {
		content: " | ";
		display: inline;
	}
	.date-time {
		width: inherit;
		margin-bottom: 20px;
	}
}

@media (max-width: 500px) {
	.date-time {
		font-size: 12px;
		margin-top: 4px;
	}
	.text {
		width: 70px;
		font-size: 12px;
		line-height: 110%;
		margin-top: 4px;
	}
	.date-time span:not(.conf-link) {
		display: block;
	}
	.date-time span:first-child::after {
		content: "";
		display: none;
	}
	.arrow img {
		width: 20px;
		height: 20px;
	}
}

#conference .info-item:last-child {
	border-bottom: none;
}