/* Header */
@media only screen and (min-width: 1250px) {
	body {
		padding-top: 74px;
	}

	.top {
		padding: 12px 0;
		background-color: #fff;
		border-bottom: 1px solid #e8ebf0;
		box-shadow: 0 12px 30px rgba(26, 58, 107, .06);
		transform: none !important;
	}

	.is-top-border .top,
	.is-top-minimize .top {
		border-bottom-color: #e8ebf0;
		transform: none !important;
	}

	.top > .container {
		display: flex;
		align-items: center;
		gap: 32px;
	}

	.top__wrapper {
		flex: 0 0 auto;
		align-items: center;
	}

	.top__left {
		min-width: 250px;
	}

	.top__logo {
		margin-right: 0;
		color: #1a3a6b;
		font-size: 22px;
		line-height: 1.12;
	}

	.top__text,
	.top__info {
		display: none;
	}

	.top__right {
		display: none;
	}

	.top__bottom {
		flex: 1 1 auto;
		margin-top: 0;
		justify-content: flex-end;
		gap: 24px;
	}

	.top__nav {
		flex: 1 1 auto;
		display: flex;
		justify-content: flex-end;
	}

	.nav__list {
		flex-wrap: nowrap;
		justify-content: flex-end;
		gap: 24px;
	}

	.nav__item {
		margin-right: 0;
	}

	.nav__item > a {
		padding: 12px 0;
		color: #15243a;
		fill: #15243a;
		font-weight: 600;
		line-height: 1.2;
	}

	.nav__item > a:hover {
		color: #008bd2;
		fill: #008bd2;
	}

	.nav__icon {
		width: 16px;
		margin-left: 7px;
	}

	.nav__sublist {
		top: 100%;
		border: 1px solid #e8ebf0;
		box-shadow: 0 18px 36px rgba(26, 58, 107, .12);
	}

	.top__bottom > .top__lang {
		display: flex !important;
		align-items: center;
		gap: 6px;
		padding: 8px 12px;
		border: 1px solid #e8ebf0;
		background-color: #f8fafc;
	}
}

@media only screen and (max-width: 1249px) {
	.top {
		background-color: #fff;
		border-bottom: 1px solid #e8ebf0;
		box-shadow: 0 12px 30px rgba(26, 58, 107, .06);
	}

	.top__logo,
	.top__text {
		color: #1a3a6b;
	}

	.top__hamburger .hamburger__inner,
	.top__hamburger .hamburger__inner::before,
	.top__hamburger .hamburger__inner::after {
		background-color: #1a3a6b;
	}

	.is-menu-open .top__hamburger .hamburger__inner,
	.is-menu-open .top__hamburger .hamburger__inner::before,
	.is-menu-open .top__hamburger .hamburger__inner::after {
		background-color: #fff;
	}
}

/* Payment section */
.payment-info {
	margin-bottom: 1.5rem;
}

.payment-info__intro,
.payment-info__note {
	color: #1a3a6b;
	line-height: 1.55;
}

.payment-info__item {
	margin-bottom: 12px;
	padding: 18px 20px;
	border: 1px solid #d8e4f1;
	background-color: #f8fafc;
}

.payment-info__item p {
	margin-bottom: 0;
}

.payment-info strong {
	font-weight: 700;
}

.payment-info__item > p > strong:first-child {
	color: #008bd2;
}

.payment-info__bank {
	margin-top: 16px;
	padding: 22px 24px;
	border: 1px solid #c7d7e8;
	background-color: #fff;
	text-align: center;
}

.payment-info__bank p {
	margin-bottom: 6px;
}

.payment-info__bank-name {
	font-weight: 700;
}

.payment-info__account {
	margin-top: 10px;
	color: #008bd2;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
}

.payment-info__transfer-title {
	margin-top: 14px;
}

.payment-info__transfer-title strong {
	display: inline-block;
	padding: 3px 8px;
	background-color: #eef3f9;
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
	font-size: 13px;
}

.payment-info__invoice {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px dashed #c7d7e8;
}

.payment-info__invoice > p {
	color: #e53935;
}

.payment-info__invoice ul {
	margin-top: 8px;
}

.payment-info__invoice li {
	position: relative;
	margin-bottom: 8px;
	padding-left: 22px;
	color: #2f435d;
}

.payment-info__invoice li::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 2px;
	width: 7px;
	height: 7px;
	border-top: 2px solid #008bd2;
	border-right: 2px solid #008bd2;
	transform: rotate(45deg);
}

.payment-info a {
	color: #008bd2;
	font-weight: 700;
	text-decoration: underline;
}

.payment-info__note {
	margin: 24px 0 0;
	color: rgba(26, 58, 107, .72);
}

.payment-info__files {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
	padding-top: 24px;
	border-top: 1px solid #d8e4f1;
}

.payment-info__file {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 44px;
	padding: 12px 16px;
	border: 1px solid #c7d7e8;
	background-color: #f8fafc;
	color: #1a3a6b;
	font-weight: 700;
	text-decoration: none !important;
	cursor: default;
}

.payment-info__file span {
	color: #e53935;
}

/* Program schedule */
.program__schedule {
	margin-bottom: 1.5rem;
	border: 1px solid rgba(26, 58, 107, .16);
	background-color: #fff;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(26, 58, 107, .08);
}

.program__schedule-title,
.program__schedule-day,
.program__schedule-cell,
.program__schedule-break,
.program__schedule-full {
	color: #1a3a6b;
}

.program__schedule-title {
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	border-bottom: 1px solid rgba(26, 58, 107, .16);
}

.program__schedule-day {
	padding: 14px 24px 15px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	background-color: #67f8f9;
	border-bottom: 1px solid rgba(26, 58, 107, .16);
}

.program__schedule-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.program__schedule-cell,
.program__schedule-full {
	min-height: 118px;
	padding: 22px 24px;
	text-align: left;
	border-bottom: 1px solid rgba(26, 58, 107, .16);
}

.program__schedule-cell {
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid rgba(26, 58, 107, .16);
}

.program__schedule-cell--right {
	border-right: 0;
}

.program__schedule-break,
.program__schedule-full {
	grid-column: 1 / -1;
}

.program__schedule-break {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	min-height: 40px;
	padding: 10px 18px;
	text-align: right;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	background-color: rgba(103, 248, 249, .28);
	border-bottom: 1px solid rgba(26, 58, 107, .16);
}

.program__schedule-full {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 76px;
	text-align: center;
}

.program__schedule-full:last-child {
	border-bottom: 0;
}

.program__schedule-time,
.program__schedule-session,
.program__schedule-track,
.program__schedule-topic {
	margin: 0;
	line-height: 1.2;
}

.program__schedule-time {
	margin-bottom: 10px;
	color: rgba(26, 58, 107, .72);
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
}

.program__schedule-session {
	display: inline-flex;
	align-self: flex-start;
	margin-bottom: 10px;
	padding: 5px 10px 6px;
	background-color: #1a3a6b;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0;
}

.program__schedule-track,
.program__schedule-topic {
	color: #1a3a6b;
	font-size: 18px;
	font-weight: 700;
}

.program__schedule-track + .program__schedule-topic {
	margin-top: 5px;
	font-size: 16px;
	font-weight: 600;
}

.program__schedule-full .program__schedule-session {
	align-self: center;
	margin-bottom: 0;
	background-color: transparent;
	color: #1a3a6b;
	font-size: 18px;
	text-transform: none;
	letter-spacing: 0;
}

.program__schedule-full .program__schedule-time {
	margin-bottom: 4px;
	font-size: 16px;
}

/* Committees */
.committee__cards {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.committee__cards::-webkit-scrollbar {
	display: none;
}

.committee__cards > .row {
	display: grid;
	grid-template-columns: repeat(2, max-content);
	column-gap: 40px;
	row-gap: 24px;
	min-width: max-content;
	margin-right: 0;
	margin-left: 0;
}

.committee__cards > .row > [class*="col-"] {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	padding-right: 0;
	padding-left: 0;
}

.committee__group:first-child .committee__cards > .row {
	grid-template-columns: max-content;
}

.committee__cards .person-card {
	margin-bottom: 0;
	padding-right: 16px;
}

.committee__cards .person-card__name {
	white-space: nowrap;
}

/* Footer contact */
.footer__heading {
	margin-bottom: 36px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e8ebf0;
}

.footer__event-name {
	margin-bottom: 8px !important;
}

.footer__question {
	margin-top: 0;
	text-transform: uppercase;
}

.footer__section {
	margin-bottom: 40px;
}

.footer__section-title,
.footer__section-subtitle {
	margin: 0 0 20px;
	color: #1a3a6b;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.footer__section-title {
	position: relative;
	padding-bottom: 12px;
	font-size: 22px;
	border-bottom: 2px solid #008bd2;
}

.footer__section-subtitle {
	font-size: 18px;
}

.footer__contact-card {
	padding: 24px;
	border: 1px solid #d8e4f1;
	background-color: #f8fafc;
	color: #1a3a6b;
}

.footer__contact-card--narrow {
	max-width: 410px;
}

.footer__contact-card--organizer {
	display: flex;
	align-items: center;
	gap: 28px;
}

.footer__contact-card--organizer-text {
	display: block;
	max-width: 520px;
}

.footer__contact-block {
	margin-top: 28px;
}

.footer__contact-block + .footer__contact-block {
	margin-top: 24px;
}

.footer__contact-block p + p {
	margin-top: 4px;
}

.footer__contact-logo {
	flex: 0 0 150px;
}

.footer__contact-logo a {
	display: flex;
	padding: 10px;
	background-color: #fff;
}

.footer__contact-logo img {
	width: 100%;
	height: auto;
}

.footer__contact-body,
.footer__contact-card {
	line-height: 1.5;
}

.footer__contact-body p + p,
.footer__contact-card p + p {
	margin-top: 6px;
}

.footer__contact-card .footer__card-name {
	font-weight: 700;
}

.footer__contact-card .footer__person {
	gap: 4px;
}

.footer__coordination {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.footer__tag {
	display: inline-flex;
	margin-bottom: 18px !important;
	padding: 5px 10px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0;
}

.footer__tag--blue {
	background-color: rgba(0, 139, 210, .1);
	color: #064bb1;
}

.footer__tag--green {
	background-color: rgba(46, 204, 113, .12);
	color: #176f35;
}

.footer__contact-divider {
	margin: 18px 0 12px;
	border-top: 1px solid #d8e4f1;
}

.footer__contact-card a {
	color: #008bd2;
	font-weight: 700;
	text-decoration: none;
}

.footer__contact-card a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 1249px) {
	.program__schedule-cell,
	.program__schedule-full {
		padding: 22px 20px;
	}
}

@media only screen and (max-width: 991px) {
	.program__schedule-grid {
		grid-template-columns: 1fr;
	}

	.program__schedule-cell {
		border-right: 0;
	}

	.footer__coordination {
		grid-template-columns: 1fr;
	}
}

@media only screen and (max-width: 767px) {
	.payment-info__item,
	.payment-info__bank,
	.footer__contact-card {
		padding: 18px;
	}

	.payment-info__files {
		flex-direction: column;
	}

	.program__schedule-day {
		font-size: 16px;
	}

	.program__schedule-cell,
	.program__schedule-full {
		min-height: 0;
		padding: 20px;
	}

	.program__schedule-break {
		justify-content: center;
		text-align: center;
		font-size: 15px;
	}

	.program__schedule-track,
	.program__schedule-topic {
		font-size: 16px;
	}

	.program__schedule-track + .program__schedule-topic {
		font-size: 15px;
	}

	.committee__cards > .row {
		column-gap: 28px;
		row-gap: 18px;
	}

	.footer__contact-card--organizer {
		align-items: flex-start;
		flex-direction: column;
		gap: 18px;
	}

	.footer__contact-logo {
		flex: 0 0 auto;
		max-width: 150px;
	}
}
