/* ========================================================================== 
	General
========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap');
:root {
	--text-color:			#45484F;
	--text-color-xlight:	#777B87;
	--text-color-light:		#8E8E9E;
	--text-color-middle:	#696978;
	--text-color-dark:		#50505A;
	--link-color:			#5A5AE0;
	--link-hover-color:		#333;
	--blue-color-1:			#6666FF;
	--blue-color-2:			#003AAD;
	--orange-color:			#FF8C8C;
	--system-color-0:		255,255,255;
	--system-color-1:		140,210,220;
	--system-color-2:		200,235,235;
	--system-color-3:		170,220,235;
	--system-color-4:		170,170,195;
	--system-color-5:		0,0,0;
	--system-color-6:		210,215,255;
	--map-color-0:			#006633;
	--map-color-1:			#ff0000;
	--map-color-2:			#FF852E;
	--map-color-3:			#B257BA;
	--map-color-4:			#ADA6F8;
	--map-color-5:			5,180,160;
	--social-link:			#8C7FFF;
	--to-top-border:		rgba(77,76,87,0.5);
	--to-top-hover:			rgba(58,58,66,0.95);
}
body {
	font-family:"Roboto Flex";
	color:var(--text-color);
}
img {
	display:block; 
	max-width:100%;
	}
a, button {
	cursor:pointer;
	}
a {
	color:var(--link-color);
	text-decoration:none;
	border-bottom:0;
	outline:none;
}
a:hover {
	color:var(--link-hover-color);
	border-bottom:none;
	text-decoration:none;
}
*, *:after, *:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.container-fluid {
	max-width:1560px;
}

/* ========================================================================== 
	Text Sizes
========================================================================== */
@media screen and (min-width:280px) and (max-width:479px) {
	:root {
		--xx-small-text-size:	0.8em;
		--x-small-text-size:	0.9em;
		--small-text-size:		1.1em;
		--normal-text-size:		1.2em;
		--large-text-size:		1.3em;
		--x-large-text-size:	1.4em;
	}
	h1 {
		font-size:2em;
	}
	h2 {
		font-size:1.8em;
	}
	h3 {
		font-size:1.4em;
	}
	h4 {
		font-size:1.25em;
	}
}
@media screen and (min-width:480px) and (max-width:767px) {
	:root {
		--xx-small-text-size:	0.8em;
		--x-small-text-size:	0.9em;
		--small-text-size:		1.15em;
		--normal-text-size:		1.25em;
		--large-text-size:		1.35em;
		--x-large-text-size:	1.5em;
	}
	h1 {
		font-size:2.4em;
	}
	h2 {
		font-size:2.2em;
	}
	h3 {
		font-size:1.6em;
	}
	h4 {
		font-size:1.4em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	:root {
		--xx-small-text-size:	0.85em;
		--x-small-text-size:	0.95em;
		--small-text-size:		1.15em;
		--normal-text-size:		1.3em;
		--large-text-size:		1.4em;
		--x-large-text-size:	1.7em;
	}
	h1 {
		font-size:2.8em;
	}
	h2 {
		font-size:2.2em;
	}
	h3 {
		font-size:1.8em;
	}
	h4 {
		font-size:1.6em;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	:root {
		--xx-small-text-size:	0.85em;
		--x-small-text-size:	1em;
		--small-text-size:		1.2em;
		--normal-text-size:		1.3em;
		--large-text-size:		1.4em;
		--x-large-text-size:	1.7em;
	}
	h1 {
		font-size:3.2em;
	}
	h2 {
		font-size:2.6em;
	}
	h3 {
		font-size:2.2em;
	}
	h4 {
		font-size:1.8em;
	}
}
@media screen and (min-width:1134px) and (max-width:1479px) {
	:root {
		--xx-small-text-size:	0.85em;
		--x-small-text-size:	1em;
		--small-text-size:		1.2em;
		--normal-text-size:		1.35em;
		--large-text-size:		1.45em;
		--x-large-text-size:	1.8em;
	}
	h1 {
		font-size:3.6em;
	}
	h2 {
		font-size:3em;
	}
	h3 {
		font-size:2.4em;
	}
	h4 {
		font-size:2em;
	}
}
@media (min-width:1480px) {
	:root {
		--xx-small-text-size:	0.9em;
		--x-small-text-size:	1em;
		--small-text-size:		1.2em;
		--normal-text-size:		1.4em;
		--large-text-size:		1.5em;
		--x-large-text-size:	2em;
	}
	h1 {
		font-size:4em;
	}
	h2 {
		font-size:3.4em;
	}
	h3 {
		font-size:2.4em;
	}
	h4 {
		font-size:2em;
	}
}

/* ==========================================================================
	Header
========================================================================== */
.header-wrapper {
	position:relative;
	width:100%;
	z-index:0;
	overflow:hidden;
	height:auto;
}
.slide-container {
	width:100%;
	height:100%;
	position:relative;
	z-index:10;
	overflow:hidden;
}
/* Language */
.lang-wrap {
	font-weight:500;
	color:rgb(var(--system-color-0));
	z-index:100;
}
.lang-wrap span {
	padding:10px;
	border:1px solid rgb(var(--system-color-0));
	color:var(--system-color-0);
	border-radius:50%;
	font-weight:400;
	margin-left:10px;
}
.lang-wrap a {
	text-decoration:none;
	border-bottom:0;
}
.lang-wrap a span {
	color:rgb(var(--system-color-0));
	padding:10px;
	background:var(--orange-color);
	border:1px solid var(--orange-color);
	border-radius:50%;
}
.lang-wrap a:hover span {
	padding:10px;
	border:1px solid var(--blue-color-2);
	background:var(--blue-color-2);
	color:rgb(var(--system-color-0));
	border-radius:50%;
	font-weight:400;
}
@media (min-width:960px) {
	.lang-wrap {
		position:absolute;
		right:0; 
		top:60px;
		font-size:1.2em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.lang-wrap {
		position:absolute;
		right:50px; 
		top:70px;
		font-size:1.1em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.lang-wrap {
		position:relative;
		margin:0 0 0 -10px;
		padding-top:30px;
		font-size:1em;
	}
}
/* Header Video Background */
.header-inner {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	overflow:hidden;
	background:var(--blue-color-1);
}
.header-inner_left {
	position:absolute;
	top:0;
	left:0;
	width:auto;
	height:100%;
}
.header-inner_right {
	position:absolute;
	top:-1%;
	right:-1%;
	width:700px;
	height:auto;
}
.header-inner_right-second {
	position:absolute;
	top:-1%;
	right:-1%;
	width:500px;
	height:auto;
}
.header__video-wrapp  {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    overflow:hidden;
}
@media (min-width:1280px) {
	.header__video-box {
		position:absolute;
		top:0;
		left:70%;
		height:100%;
	}
	.header__video-box.video-box__second {
		position:absolute;
		top:-35%;
		left:75%;
		height:100%;
	}
	.header__video {
		display:inline-block;
		height:100%;
		transform:translateX(-50%);
		min-height:768px;
	}
}
@media screen and (min-width:959px) and (max-width:1279px) {
	.header__video-box {
	   position:absolute;
	   top:0;
	   left:90%;
	   height:90%;
	}
	.header__video-box.video-box__second {
		position:absolute;
		top:-35%;
		left:75%;
		height:100%;
	}
	.header__video {
		display:inline-block;
		height:80%;
		transform:translateX(-50%);
		min-height:768px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.header__video-box {
	   position:absolute;
	   top:5%;
	   left:90%;
	   height:85%;
	}
	.header__video-box.video-box__second {
		position:absolute;
		top:-35%;
		left:90%;
		height:100%;
	}
	.header__video {
		display:inline-block;
		height:80%;
		transform:translateX(-50%);
		min-height:768px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.header__video-box {
	   position:absolute;
	   top:5%;
	   left:100%;
	   height:80%;
	}
	.header__video-box.video-box__second {
		position:absolute;
		top:-35%;
		left:95%;
		height:100%;
	}
	.header__video {
		display:inline-block;
		height:100%;
		transform:translateX(-50%);
		min-height:768px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.header__video-box {
	   display:none;
	   visibility:hidden;
	}
}
/* Header Background */
.gradient-overlay-top {
	top:0;
	left:0;
	width:100%;
	height:400px;
	background:linear-gradient(360deg, rgba(var(--system-color-0),0) 0%, rgba(var(--system-color-0),0.5) 30%, rgba(var(--system-color-0),1) 100%);
}
.gradient-overlay-second {
	top:0;
	left:0;
	width:100%;
	height:100%;
	position:absolute;
	z-index:0;
	background:linear-gradient(180deg, rgba(var(--system-color-0),1) 0%, rgba(var(--system-color-0),0.5) 50%, rgba(var(--system-color-0),1) 100%);
}
.gradient-overlay-top-second {
	top:0;
	left:0;
	width:100%;
	height:400px;
	background:linear-gradient(360deg, rgba(var(--system-color-0),0) 0%, rgba(var(--system-color-0),0.5) 30%, rgba(var(--system-color-0),1) 100%);
	position:absolute;
	z-index:0;
}
.gradient-overlay-bottom {
	bottom:0;
	left:0;
	width:100%;
	height:400px;
	background:linear-gradient(360deg, rgba(var(--system-color-0),1) 0%, rgba(var(--system-color-0),0.9) 50%, rgba(var(--system-color-0),0.25) 75%, rgba(var(--system-color-0),0) 100%);
}
.gradient-overlay-top, .gradient-overlay-bottom {
	position:absolute;
	z-index:2;
}
.slide-container {
	width:100%;
	height:100%;
	position:relative;
	z-index:10;
	overflow:hidden;
}
/* Header Title */
.slide-container header {
	position:relative;
	width:100%;
	padding-bottom:0;
	background:transparent;
}
.slide-container header .container-fluid {
	position:relative;
}
.slide-container.slide-container_second {
	height:auto;
	position:relative;
}
.slide-container.slide-container_second header {
	position:relative;
	width:100%;
	padding-bottom:0;
	background:transparent;
}
.slide-container article {
	display:flex;
	width:100%;
	height:auto;
}
@media (max-width:767px) {
	.slide-container article {
		min-height:300px;
	}
}
@media (min-width:768px) {
	.slide-container article {
		min-height:400px;
	}
}
footer {
	position:relative;
	width:100%;
}
/* Navigation */
.desktop-menu {
	padding-bottom:20px;
}
nav {
	width:100%;
	position:relative;
	text-align:left;
}
nav a {
	font-weight:500;
	font-family:Montserrat; 
	font-size:var(--normal-text-size);
	text-transform:uppercase;
	text-decoration:none;
	border-bottom:0;
	color:rgb(var(--system-color-0));
	position:relative;
	display:inline-block;
	border-bottom:2px solid var(--orange-color);
}
@media (max-width:767px) {
	nav a {
		margin:0 20px 10px 0;
	}
}
@media (min-width:768px) {
	nav a {
		margin:0 30px 15px 0;
	}
}
nav a:hover {
	color:rgb(var(--system-color-0));
	border-bottom:2px solid rgb(var(--system-color-0));
}
nav a.active {
	color:rgb(var(--system-color-0));
	border-bottom:2px solid rgba(var(--system-color-0),0);
}
/* -- Logo -- */
.logo {
	width:100%;
}
.logo img {
	width:100%;
	max-width:600px;
	display:inline;
}
@media (max-width:767px) {
	.logo {
		padding:40px 0 40px 0;
	}
}
@media (min-width:768px) {
	.logo {
		padding:50px 0 60px 0;
	}
}
.header-buttons {
	height:100%;
}
.header-buttons label {
	display:flex;
	margin-bottom:15px;
}
.header-label {
	margin:0;
}

.organizer {
	position:relative;
	padding:0 20px;
	text-align:center;
}
.organizer img {
	position:relative;
	width:100%;
	max-width:180px;
	margin: 0 auto;
}
/*
.organizer:before {
	content:'';
	width:15px;
	height:15px;
	background:var(--orange-color);
	position:absolute;
	top:10px;
	left:0;
}
*/

/* ========================================================================== 
   Titles
========================================================================== */
h1, h2, h3 {
	font-weight:700;
	font-family:'Montserrat';
	color:var(--text-color);
}
h4 {
	font-weight:600;
	color:var(--text-color-middle);
}
.header-title p {
	text-transform:uppercase;
	font-size:var(--large-text-size);
	font-weight:400;
	font-family:Montserrat;
	color:rgb(var(--system-color-0));
	margin-top:0;
}
.header-title p span {
	text-transform:lowercase;
}
.header-title label {
	text-transform:uppercase;
	font-weight:700;
	font-family:Montserrat;
	color:rgb(var(--system-color-0));
	margin-bottom:10px;
}
@media screen and (min-width:280px) and (max-width:479px) {
	.header-title label {
		font-size:2.4em;
		line-height:1.35;
	}
}
@media screen and (min-width:480px) and (max-width:767px) {
	.header-title label {
		font-size:2.8em;
		line-height:1.35;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.header-title label {
		font-size:3.2em;
		line-height:1.3;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	.header-title label {
		font-size:3.6em;
		line-height:1.25;
	}
}
@media screen and (min-width:1134px) and (max-width:1479px) {
	.header-title label {
		font-size:4em;
		line-height:1.25;
	}
}
@media (min-width:1480px) {
	.header-title {
		padding-top:30px;
		padding-bottom:70px;
	}
	.header-title label {
		font-size:5em;
		line-height:1.2;
	}
}
.header-event-date {
	font-weight:600;
	font-family:Montserrat;
	font-size:var(--x-large-text-size);
	text-transform:uppercase;
	color:rgb(var(--system-color-0));
	margin-bottom:0;
	margin-top:15px;
}
.header-event-place {
	color:rgb(var(--system-color-0));
	font-size:var(--small-text-size);
	font-weight:300;
}
.date_wrap {
	border-left:15px solid var(--orange-color);
	padding-left:40px;
}
.second-page-title {
	margin-bottom:50px;
}
.second-page-title p {
	text-transform:uppercase;
	font-size:var(--normal-text-size);
	font-weight:400;
	font-family:Montserrat;
	color:rgb(var(--system-color-0));
	margin-bottom:0;
}
.second-page-title p span {
	text-transform:lowercase;
}
.second-page-title label {
	text-transform:uppercase;
	font-weight:700;
	font-family:Montserrat;
	color:rgb(var(--system-color-0));
	margin-bottom:0;
	max-width:900px;
}
@media screen and (min-width:280px) and (max-width:479px) {
	.second-page-title label {
		font-size:1.8em;
		line-height:1.35;
	}
}
@media screen and (min-width:480px) and (max-width:767px) {
	.second-page-title label {
		font-size:2em;
		line-height:1.35;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.second-page-title label {
		font-size:2.2em;
		line-height:1.3;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	.second-page-title label {
		font-size:2.4em;
		line-height:1.3;
	}
}
@media screen and (min-width:1134px) and (max-width:1479px) {
	.second-page-title label {
		font-size:2.6em;
		line-height:1.25;
	}
}
@media (min-width:1480px) {
	.second-page-title label {
		font-size:2.8em;
		line-height:1.25;
	}
}
   
/* ========================================================================== 
	Main Sections
========================================================================== */
.main {
	color:var(--text-color);
}
.light-gray, .main.light-gray {
	background:rgba(var(--system-color-6),0.35);
	position:relative;
	z-index:0;
}
.main p, .main ul:not(.timeline) {
	font-size:var(--normal-text-size);
}
.block_wrapper {
	position:relative;
	z-index:1;
}
.organizers_block {
	background:var(--blue-color-1);
	color:rgb(var(--system-color-0));
}
.organizers_block h2 {
	color:rgb(var(--system-color-0));
}
.slide-container.slide-container_second {
	padding-bottom:30px;
}

/* ========================================================================== 
	Paddings & Margins
========================================================================== */
@media (min-width:1740px) {
	.slide-container {
		padding:0;
	}
	.slide-container footer {
		padding-top:20px;
		padding-bottom:50px;
	}
	.organizers_block {
		padding:50px 0 100px 0;
	}
	.about_block {
		padding:100px 0 40px 0;
	}
	.members_block {
		padding:40px 0 80px 0;
	}
	.agenda_block {
		padding:80px 0 80px 0;
	}
	.program_block {
		padding:100px 0 40px 0;
	}
	.participation_block {
		padding:80px 0 40px 0;
	}
	.contact_block {
		padding:80px 0 40px 0;
	}
	.footer {
		padding:40px 0 40px 0;
	}
	.purpose {
		padding:40px 40px;
	}
	.purpose label {
		padding:15px 30px;
	}
	.about-general {
		margin-bottom:30px;
		padding-right:50px;
	}
	.timeline-item {
		padding-left:60px;
	}
	.timeline-content {
		padding-bottom:40px;
	}
	.faq {
		padding:40px;
	}
	.press {
		padding:30px 40px;
	}
	.accordion-toggle span {
		padding:10px 20px 10px 30px;
	}
	.panel-body {
		padding:20px 40px 40px 40px;
	}
	h1 {
		margin-bottom:50px;
	}
	h2 {
		margin-bottom:40px;
	}
	h3 {
		margin-bottom:30px;
	}
}
@media screen and (min-width:1460px) and (max-width:1739px) {
	.slide-container header, .slide-container article {
		padding:0 40px;
	}
	.slide-container footer {
		padding:10px 40px 40px 40px;
	}
	.organizers_block {
		padding:40px 40px 90px 40px;
	}
	.about_block {
		padding:90px 40px 60px 40px;
	}
	.members_block {
		padding:40px 40px 60px 40px;
	}
	.agenda_block {
		padding:60px 40px 60px 40px;
	}
	.program_block {
		padding:90px 40px 40px 40px;
	}
	.participation_block {
		padding:90px 40px 40px 40px;
	}
	.contact_block {
		padding:90px 40px 40px 40px;
	}
	.footer {
		padding:40px;
	}
	.purpose {
		padding:40px;
	}
	.purpose label {
		padding:15px 25px;
	}
	.about-general {
		margin-bottom:20px;
		padding-right:40px;
	}
	.timeline-item {
		padding-left:50px;
	}
	.timeline-content {
		padding-bottom:30px;
	}
	.faq {
		padding:50px 40px;
	}
	.press {
		padding:30px 40px;
	}
	.accordion-toggle span {
		padding:10px 20px 10px 30px;
	}
	.panel-body {
		padding:30px 40px 40px 40px;
	}
	h1 {
		margin-bottom:50px;
	}
	h2 {
		margin-bottom:40px;
	}
	h3 {
		margin-bottom:30px;
	}
}
@media screen and (min-width:1134px) and (max-width:1459px) {
	.slide-container header, .slide-container article {
		padding:0 30px;
	}
	.slide-container footer {
		padding:0 30px 30px 30px;
	}
	.organizers_block {
		padding:30px 30px 70px 30px;
	}
	.about_block {
		padding:70px 30px 30px 30px;
	}
	.members_block {
		padding:40px 30px 60px 30px;
	}
	.agenda_block {
		padding:40px 30px 60px 30px;
	}
	.program_block {
		padding:70px 30px 20px 30px;
	}
	.participation_block {
		padding:70px 30px 20px 30px;
	}
	.contact_block {
		padding:70px 30px 40px 30px;
	}
	.footer {
		padding:40px 30px 40px 30px;
	}
	.purpose {
		padding:40px;
	}
	.purpose label {
		padding:15px 25px;
	}
	.about-general {
		margin-bottom:20px;
		padding-right:30px;
	}
	.timeline-item {
		padding-left:50px;
	}
	.timeline-content {
		padding-bottom:30px;
	}
	.faq {
		padding:50px 40px;
	}
	.press {
		padding:30px 40px;
	}
	.accordion-toggle span {
		padding:10px 20px 10px 30px;
	}
	.panel-body {
		padding:30px 40px 40px 40px;
	}
	h1 {
		margin-bottom:40px;
	}
	h2 {
		margin-bottom:30px;
	}
	h3 {
		margin-bottom:20px;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	.slide-container header, .slide-container article {
		padding:0 25px;
	}
	.slide-container footer {
		padding:0 25px 25px 25px;
	}
	.organizers_block {
		padding:25px 25px 60px 25px;
	}
	.about_block {
		padding:60px 25px 60px 25px;
	}
	.members_block {
		padding:30px 25px 30px 25px;
	}
	.agenda_block {
		padding:30px 25px 60px 25px;
	}
	.program_block {
		padding:60px 25px 30px 25px;
	}
	.participation_block {
		padding:60px 25px 20px 25px;
	}
	.contact_block {
		padding:60px 25px 30px 25px;
	}
	.footer {
		padding:30px 25px 30px 25px;
	}
	.purpose {
		padding:40px;
	}
	.purpose label {
		padding:15px 25px;
	}
	.about-general {
		margin-bottom:30px;
		padding-right:20px;
	}
	.timeline-item {
		padding-left:50px;
	}
	.timeline-content {
		padding-bottom:30px;
	}
	.press {
		padding:30px 40px;
	}
	.faq {
		padding:50px 40px;
	}
	.accordion-toggle span {
		padding:10px 20px 10px 20px;
	}
	.panel-body {
		padding:30px 30px 30px 30px;
	}
	h1 {
		margin-bottom:35px;
	}
	h2 {
		margin-bottom:30px;
	}
	h3 {
		margin-bottom:20px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.slide-container header, .slide-container article {
		padding:0 20px;
	}
	.slide-container footer {
		padding:0 20px 20px 20px;
	}
	.organizers_block {
		padding:20px 20px 60px 20px;
	}
	.about_block {
		padding:60px 20px 30px 20px;
	}
	.members_block {
		padding:30px 20px 30px 20px;
	}
	.agenda_block {
		padding:30px 20px 50px 20px;
	}
	.program_block {
		padding:60px 20px 40px 20px;
	}
	.participation_block {
		padding:60px 20px 20px 20px;
	}
	.contact_block {
		padding:60px 20px 30px 20px;
	}
	.footer {
		padding:30px 20px 40px 20px;
	}
	.about-general {
		margin-bottom:10px;
	}
	.timeline-item {
		padding-left:40px;
	}
	.timeline-content {
		padding-bottom:30px;
	}
	.purpose {
		padding:50px 40px;
	}
	.purpose label {
		padding:25px;
	}
	.press {
		padding:25px 30px;
	}
	.faq {
		padding:50px 40px;
	}
	.accordion-toggle span {
		padding:10px 20px 10px 20px;
	}
	.panel-body {
		padding:30px 30px 30px 20px;
	}
	h1 {
		margin-bottom:35px;
	}
	h2 {
		margin-bottom:30px;
	}
	h3 {
		margin-bottom:25px;
	}
}
@media  (max-width:767px) {
	.slide-container header, .slide-container article {
		padding:0 15px;
	}
	.slide-container footer {
		padding:0 15px 15px 15px;
	}
	.organizers_block {
		padding:15px 15px 50px 15px;
	}
	.about_block {
		padding:50px 15px 25px 15px;
	}
	.members_block {
		padding:25px 15px 25px 15px;
	}
	.agenda_block {
		padding:25px 15px 50px 15px;
	}
	.program_block {
		padding:50px 15px 20px 15px;
	}
	.participation_block {
		padding:50px 15px 10px 15px;
	}
	.contact_block {
		padding:50px 15px 20px 15px;
	}
	.footer {
		padding:20px 15px 20px 15px;
	}
	.purpose {
		padding:40px 30px;
	}
	.purpose label {
		padding:25px;
	}
	.about-general {
		margin-bottom:10px;
	}
	.timeline-item {
		padding-left:40px;
	}
	.timeline-content {
		padding-bottom:30px;
	}
	.press {
		padding:20px 30px;
	}
	.faq {
		padding:40px 30px;
	}
	.accordion-toggle span {
		padding:10px 20px 10px 40px;
	}
	.panel-body {
		padding:30px 20px 30px 20px;
	}
	.accordion-toggle span {
		padding:10px 20px 10px 20px;
	}
	h1 {
		margin-bottom:30px;
	}
	h2 {
		margin-bottom:25px;
	}
	h3 {
		margin-bottom:20px;
	}
}

/* ========================================================================== 
	Purpose
========================================================================== */
.purpose {
	position:relative;
	background:rgba(160,175,255,0.25);
	z-index:0;
}

.purpose h4, .purpose p {
	color:var(--text-color);
	position:relative;
	z-index:1;
}
.purpose p {
	font-size:var(--normal-text-size);
}


.purpose.bg-01 {
	background:linear-gradient(10deg, rgba(160,175,255,0.5) 0%, rgba(160,175,255,0.5) 45%, rgba(160,175,255,0.25) 45.1%, rgba(160,175,255,0.25) 100%);
}





/* ========================================================================== 
	Agenda
========================================================================== */
.sticky_block__title {
	margin:0 20px 20px 0;
	width:100%;
	position:-webkit-sticky;
	position:sticky;
	top:96px;
}
.sticky_block__cards {
	max-width:1200px;
	width:100%;
}
@media (min-width:1200px) {
	.sticky_block__title {
		top:170px;
		max-width:480px;
	}
}
@media (max-width:1199px) {
	.sticky_block__title {
		margin:0 0 40px 0;
		position:relative;
		top:unset;
		width:100%;
	}
}

/* ========================================================================== 
	List Numbers
========================================================================== */
.list-number {
	list-style-type:none;
	counter-reset:num;
	margin:0;
	padding:0;
	font-size:1em;
}
.list-number li {
    position:relative;
    font-weight:400;
	font-size:var(--normal-text-size);
    min-width:200px;
}
.list-number li:before {
    background:rgba(var(--system-color-0),0);
    color:var(--text-color-middle);
}
.list-number li:before {
    content:counter(num);
    counter-increment:num;
    display:inline-block;
    position:absolute;
    top:5px;
    left:0;
    text-align:center;
    font-weight:400;
    border-radius:50%;
	background:#fff;
	/*border:2px solid var(--text-color-light);*/
}
@media screen and (min-width:280px) and (max-width:479px) {
	.list-number li:before {
		width:32px;
		height:32px;
		line-height:28px;
		font-size:0.7em;
	}
	.list-number li {
		margin:0 20px 20px 0;
		padding:2px 0 10px 45px;
		line-height:1.25;
	}
}
@media screen and (min-width:480px) and (max-width:767px) {
	.list-number li:before {
		width:34px;
		height:34px;
		line-height:28px;
		font-size:0.75em;
	}
	.list-number li {
		margin:0 20px 20px 0;
		padding:4px 0 10px 45px;
		line-height:1.3;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.list-number li:before {
		width:38px;
		height:38px;
		line-height:32px;
		font-size:0.8em;
	}
	.list-number li {
		margin:0 20px 20px 0;
		padding:4px 0 10px 50px;
		line-height:1.35;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	.list-number li:before {
		width:38px;
		height:38px;
		line-height:32px;
		font-size:0.8em;
	}
	.list-number li {
		margin:0 30px 20px 0;
		padding:4px 0 10px 50px;
		line-height:1.35;
	}
}
@media screen and (min-width:1134px) and (max-width:1459px) {
	.list-number li:before {
		width:40px;
		height:40px;
		line-height:34px;
	}
	.list-number li {
		margin:0 40px 20px 0;
		padding:2px 0 10px 55px;
		line-height:1.35;
	}
}
@media (min-width:1460px) {
	.list-number li {
		margin:0 50px 20px 0;
		padding:2px 0 10px 60px;
		line-height:1.35;
	}
	.list-number li:before {
		width:42px;
		height:42px;
		line-height:41px;
		font-size:0.9em;
	}
}

/* ==========================================================================
	Members
========================================================================== */
.member-wrap {
	position:relative;
	z-index:0;
	margin-bottom:0;
	padding:30px 40px;
	margin-bottom:20px;
}
.member-wrap.bg-01 {
	background:linear-gradient(10deg, rgba(160,175,255,0.5) 0%, rgba(160,175,255,0.5) 45%, rgba(160,175,255,0.25) 45.1%, rgba(160,175,255,0.25) 100%);
}
.member-wrap.bg-02 {
	background:linear-gradient(135deg, rgba(160,175,255,0.5) 0%, rgba(160,175,255,0.5) 45%, rgba(160,175,255,0.25) 45.1%, rgba(160,175,255,0.25) 100%);
}
.member-wrap.bg-03 {
	background:linear-gradient(170deg, rgba(160,175,255,0.5) 0%, rgba(160,175,255,0.5) 55%, rgba(160,175,255,0.25) 55.1%, rgba(160,175,255,0.25) 100%);
}
.member-wrap.bg-04 {
	background:linear-gradient(20deg, rgba(160,175,255,0.5) 0%, rgba(160,175,255,0.5) 35%, rgba(160,175,255,0.25) 35.1%, rgba(160,175,255,0.25) 100%);
}
.member-wrap.bg-05 {
	background:linear-gradient(15deg, rgba(160,175,255,0.5) 0%, rgba(160,175,255,0.5) 45%, rgba(160,175,255,0.25) 45.1%, rgba(160,175,255,0.25) 100%);
}
.member-wrap.bg-06 {
	background:linear-gradient(45deg, rgba(160,175,255,0.5) 0%, rgba(160,175,255,0.5) 45%, rgba(160,175,255,0.25) 45.1%, rgba(160,175,255,0.25) 100%);
}
.member-wrap.bg-07 {
	background:linear-gradient(120deg, rgba(160,175,255,0.5) 0%, rgba(160,175,255,0.5) 55%, rgba(160,175,255,0.25) 55.1%, rgba(160,175,255,0.25) 100%);
}
.member-wrap.bg-08 {
	background:linear-gradient(30deg, rgba(160,175,255,0.5) 0%, rgba(160,175,255,0.5) 35%, rgba(160,175,255,0.25) 35.1%, rgba(160,175,255,0.25) 100%);
}
.member-wrap label {
	margin-bottom:10px;
	position:relative;
	z-index:1;
}
.member-wrap img {
	position:relative;
	z-index:1;
	margin:0 auto 40px auto;
	width:100%;
	max-width:250px;
}
.member {
	margin-bottom:10px;
	padding-top:20px;
	position:relative;
	z-index:1;
}
@media (min-width:768px) {
	.member {
		min-height:230px;
	}
}
.member dt {
	font-size:var(--large-text-size);
	font-weight:500;
	margin:0 0 10px 0;
	line-height:1.35;
}
.member dd {
	font-weight:300;
}
@media (min-width:1134px) {
	.member-wrap {
		padding:35px 35px 25px 35px;
	}
	.member dt {
		font-size:1.5em;
	}
	.member dd {
		font-size:1.05em;
		line-height:1.35;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.member-wrap {
		padding:35px 35px 20px 35px;
	}
	.member dt {
		font-size:1.3em;
	}
	.member dd {
		font-size:1em;
		line-height:1.25;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.member-wrap {
		padding:30px 30px 20px 30px;
	}
	.member dt {
		font-size:1.25em;
	}
	.member dd {
		font-size:0.95em;
		line-height:1.15;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.member-wrap {
		padding:30px 30px 20px 30px;
	}
	.member dt {
		font-size:1.25em;
	}
	.member dd {
		font-size:0.9em;
		line-height:1.25;
	}
}

/* ========================================================================== 
	Program
========================================================================== */
.timeline {
	line-height:1.4em;
	list-style:none;
	margin:0;
	padding:20px 0 0 0;
	width:100%;
}
.timeline-item {
	position:relative;
}
.timeline-item:last-child {
	padding-bottom:0;
	margin-bottom:0;
}
.timeline-item:first-child {
	padding-bottom:0;
	margin-bottom:0;
}
.timeline-info {
	font-weight:500;
	margin:0 0 .5em 0;
	text-transform:uppercase;
	color:rgba(var(--system-color-0),0.25);
}
.timeline-marker {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	width:15px;
}
.timeline-marker:before {
	background:transparent;
	border:2px solid rgba(var(--system-color-4),0.9);
	border-radius:100%;
	content:"";
	display:block;
	width:24px;
	height:24px;
	position:absolute;
	top:0;
	left:0;
	transition:background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline-marker:after {
	content:"";
	width:2px;
	border:1px dashed rgba(var(--system-color-4),0.75);
	display:block;
	position:absolute;
	top:24px;
	bottom:0;
	left:11px;
}
.timeline-item:last-child .timeline-marker:after {
	content:none;
}
.timeline-item:not(.period):hover .timeline-marker:before {
	background:rgba(var(--system-color-4),0.9);
	border:2px solid transparent;
}
.timeline-content p:last-child {
	margin-bottom:0;
}
.lec-title {
	max-width:1280px;
}
.event-time {
	margin-bottom:0;
	color:var(--text-color-light);
	font-size:var(--large-text-size);
	font-weight:500;
}
.event-name {
	max-width:1280px;
	color:var(--text-color);
	font-size:var(--large-text-size);
	font-weight:600;
}
.lec_sub {
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:600;
	font-size:1.2em;
}
.peoples {
	position:relative;
	background: rgba(var(--system-color-6),0.2);
	border-radius:20px;
	margin-bottom:10px;
}
.peoples dt {
	font-size:var(--large-text-size);
}
.peoples dd {
	font-size:var(--x-small-text-size);
}
.event {
	position:relative;
	background:rgb(var(--system-color-0));
	/*border-radius:20px;
	min-height:80px;*/
	margin-bottom:20px;
	
}
.event header {
	margin-bottom:5px;
	font-size:var(--xx-small-text-size);
	font-weight:500;
	color:var(--text-color-light);
	text-transform:uppercase;
}
.event article {
	font-size:var(--large-text-size);
	line-height:1.3;
	font-weight:500;
	margin-bottom:5px;
}
.event footer {
	font-size:var(--xx-small-text-size);
	color:var(--text-color-xlight);
	line-height:18px;
	position:relative;
	padding:0 0 0 30px;
	text-transform:uppercase;
}
.event footer:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:18px;  
	height:18px; 
	background-image:url(../img/location.svg); 
	background-repeat:no-repeat; 
	background-size:auto 18px;
}
@media (max-width:479px) {
	.peoples {
		padding:25px 25px 15px 25px;
	}
	.event {
		padding:30px 30px 20px 30px;
	}
}
@media screen and (min-width:480px) and (max-width:767px) {
	.peoples {
		padding:30px 30px 20px 30px;
	}
	.event {
		padding:30px 30px 20px 30px;
	}
}
@media screen and (min-width:768px) and (max-width:1279px) {
	.peoples {
		padding:30px 30px 20px 30px;
	}
	.event {
		padding:25px 30px 30px 30px;
	}
}
@media (min-width:1280px) {
	.peoples {
		padding:30px 30px 25px 30px;
	}
	.event {
		padding:25px 30px 25px 30px;
	}
}

/* ========================================================================== 
	FAQ
========================================================================== */
.faq {
	border-radius:20px;
	background:rgba(var(--system-color-1),0.75);
	margin-bottom:0;
}
.panel-subtitle {
	width:100;
	margin-bottom:10px;
	font-weight:500;
}
.panel-default>.panel-heading {
	-webkit-user-select:none; 
	-moz-user-select:none; 
	-ms-user-select:none; 
	user-select:none;
	position:relative;
}
.panel-default>.panel-heading a {
	font-size:var(--small-text-size);
	font-weight:500;
	color:var(--text-color-middle);
}
.panel-default>.panel-heading a span {
	padding-top:20px;
	padding-bottom:15px;
}
.panel-default>.panel-heading a:after {
	content:"";
	top:1px;
	display:inline-block;
	font-style:normal;
	font-weight:300;
	color:var(--link-color);
	line-height:1; 
	-webkit-font-smoothing:antialiased; 
	-moz-osx-font-smoothing:grayscale; 
	float:right; 
	transition:transform .25s linear; 
	-webkit-transition:-webkit-transform .25s linear; 
	position:absolute; 
	background:url(../img/arrow.svg) top center no-repeat;
	-webkit-transform:rotate(0deg); 
	transform:rotate(0deg);
}
.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color:rgb(var(--system-color-0));
}
.panel-default>.panel-heading a[aria-expanded="true"]:after {
	background:url(../img/arrow.svg) top center no-repeat;
	-webkit-transform:rotate(180deg); 
	transform:rotate(180deg);
}
.panel-default>.panel-heading a[aria-expanded="false"]:after {
	background:url(../img/arrow.svg) top center no-repeat;
	-webkit-transform:rotate(0deg); 
	transform:rotate(0deg);
}
.panel-group {
	margin:15px 0 15px 0;
}
@media (max-width:959px) {
	.panel-title {
		margin:0;
		padding:0 40px 0 0;
		line-height:1.35;
	}
	.panel-default>.panel-heading a:after {
		top:20px; 
		right:20px;
		width:24px;
		height:24px;
	}
}
@media (min-width:960px) {
	.panel-title {
		margin:0 0 0 10px;
		padding:0 50px 0 0;
		line-height:1.4;
	}
	.panel-default>.panel-heading a:after {
		top:20px; 
		right:20px;
		width:30px;
		height:30px;
	}
}
.panel-title a:hover {
	text-decoration:none;
}
.panel.panel-default {
	margin-bottom:20px;
	background:rgb(var(--system-color-0));
	border-radius:20px;
	}
.panel.panel-default:hover {
	border-radius:20px;
}
.panel-default>.panel-heading:hover {
	background:rgb(var(--system-color-0));
	border-radius:20px;
}
.panel-default>.panel-heading:hover a {
	color:var(--link-hover-color);
}
.accordion-toggle span {
	display:block;
	width:100%;
	margin-bottom:0;
}
.panel-body {
	display:block;
	width:100%;
	font-size:0.9em;
}
.panel-collapse {
	transition:all 0.3s ease-in-out;
}
.metro-0, .metro-1, .metro-2, .hotel-1, .hotel-2, .rest {
	position:relative;
	padding-left:25px;
	margin-bottom:5px;
}
.metro-0::before, .metro-1::before, .metro-2::before, .hotel-1::before, .hotel-2::before, .rest::before {
    content:"\2022";
	font-size:1.5em;
	display:inline-block; 
	width:1em;
	position:absolute;
	left:0px;
	top:-5px;
}
.metro-0::before {
    color:var(--map-color-0);
}
.metro-1::before {
    color:var(--map-color-1);
}
.metro-2::before {
    color:var(--map-color-2);
}
.rest::before {
    color:var(--map-color-3);
}
.hotel-1::before, .hotel-2::before {
    color:var(--map-color-4);
}
.timeline.transport {
	line-height:1.4em;
	list-style:none; 
	margin:0; 
	padding:0; 
	width:100%;
}
.timeline.transport .timeline-item {
	padding-left:40px; 
	position:relative;
}
.timeline.transport .timeline-item:last-child {
	padding-bottom:0;
}
.timeline.transport .timeline-info {
	font-size:0.85em; 
	font-weight:500; 
	letter-spacing:2px; 
	margin:0 0 .5em 0; 
	text-transform:uppercase; 
	color:var(--text-color-middle);
}
.timeline.transport .timeline-marker {
	position:absolute; 
	top:0; 
	bottom:0; 
	left:0; 
	width:15px;
}
.timeline.transport .timeline-marker:before {
	background:rgba(var(--map-color-5),0); 
	border:2px solid rgba(var(--map-color-5),1); 
	border-radius:100%; 
	content:""; 
	display:block; 
	height:15px; 
	position:absolute; 
	top:4px; left:0; 
	width:15px; 
	transition:background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline.transport .timeline-marker:after {
	content:""; 
	width:2px; 
	background:rgba(var(--system-color-5),0.25); 
	display:block; 
	position:absolute; 
	top:24px; 
	bottom:0; 
	left:6px;
}
.timeline.transport .timeline-marker.gray-marker:before {
	background:rgba(var(--map-color-5),0); 
	border:2px solid rgba(var(--system-color-5),0.5); 
	border-radius:100%; 
	content:""; 
	display:block; 
	height:10px; 
	position:absolute; 
	top:6px; 
	left:2px; 
	width:10px; 
	transition:background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.timeline.transport .timeline-marker.gray-marker:after {
	content:""; 
	width:2px; 
	background:rgba(var(--system-color-5),0.25); 
	display:block; 
	position:absolute; 
	top:24px; 
	bottom:0; 
	left:6px;
}
.timeline.transport .timeline-item:last-child .timeline-marker:after {
	content:none;
}
.timeline.transport .timeline-item:not(.period):hover .timeline-marker:before {
	background:transparent; 
	border:2px solid rgba(var(--map-color-5),1);
}
.timeline.transport .timeline-item:not(.period):hover .timeline-marker.blue-marker:before {
	background:rgba(var(--system-color-5),1); 
	border:2px solid rgba(var(--map-color-5),1);
}
.timeline.transport .timeline-content {
	padding-bottom:20px;
}
.timeline.transport .timeline-content.gray {
	font-size:0.9em;
	color:var(--text-color-middle);
}
.timeline.transport .timeline-content p:last-child {
	margin-bottom:0;
}
.timeline.transport .period {
	padding:0;
}
.timeline.transport .period .timeline-info {
	display:none;
}
.period .timeline-marker:before {
	background:transparent; 
	content:""; 
	width:15px; 
	height:auto; 
	border:none; 
	border-radius:0; 
	top:0; 
	bottom:30px; 
	position:absolute; 
	border-top:3px solid var(--system-bg-color); 
	border-bottom:3px solid var(--system-bg-color);
}
.a-label span {
	padding: 7px 12px;
	margin-right:5px;
	border-radius: 5px;
	font-size:0.75em;
	color:#fff;
	background: #07B39F;
}

/* ========================================================================== 
	Press
========================================================================== */
.press {
	background:rgb(var(--system-color-0));
}
.press label {
	margin-bottom:20px;
	border-radius:20px;
	color:var(--text-color);
}

/* ========================================================================== 
	Footer
========================================================================== */
.footer  {
	font-size:var(--normal-text-size);
}
.footer .social-media a {
	width:40px; 
	height:40px; 
	border-radius:99%; 
	background:transparent; 
	transition:.4s ease;
	border-bottom:0;
	text-decoration:none;
}
.footer.footer-second {
	background:rgba(var(--system-color-6),0.35);
}
.copyright {
	margin-bottom:20px;
	color:var(--text-color-xlight);
}
.footer .social-media a i {
	color:rgb(var(--system-color-0)); 
	line-height:40px;
}
.footer .social-media a:hover {
	background:var(--social-link);
}
.footer .social-media a:hover i {
	color:rgb(var(--system-color-0));
}
.social-network {
	position:relative;
}
.vkontakte:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:40px; 
	height:40px; 
	background-image:url(../img/vk.svg); 
	background-repeat:no-repeat; 
	background-size:auto 40px;
}
.youtube:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:40px; 
	height:40px; 
	background-image:url(../img/youtube.svg); 
	background-repeat:no-repeat; 
	background-size:auto 40px;
}
.tiktok:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:40px; 
	height:40px; 
	background-image:url(../img/tiktok.svg); 
	background-repeat:no-repeat; 
	background-size:auto 40px;
}
.telegram:before {
	position:absolute; 
	left:0; 
	top:0; 
	content:''; 
	width:40px; 
	height:40px; 
	background-image:url(../img/telegram.svg); 
	background-repeat:no-repeat; 
	background-size:auto 40px;
}

/* ==========================================================================
	Buttons
========================================================================== */
.btn {
	padding:14px 30px;
	margin-right:20px;
	margin-bottom:20px;
	border:0;
	border-radius:30px;
	font-weight:500;
	font-size:var(--normal-text-size);
	background:var(--blue-color-1);
	color:rgb(var(--system-color-0));
	transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
	background:var(--text-color-dark);
	color:rgb(var(--system-color-0));
}
.btn:hover {
	background:var(--blue-color-2);
	color:rgb(var(--system-color-0));
}
.btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
	background:var(--text-color-dark);
	color:rgb(var(--system-color-0));
}

.btn.btn-orange {
	background:var(--orange-color);
	color:rgb(var(--system-color-0));
	transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn.btn-orange:hover {
	background:var(--blue-color-2);
	color:rgb(var(--system-color-0));
}

/* ========================================================================== 
	Modal
========================================================================== */
.modal.fade .modal-dialog.modal-dialog-zoom {
	-webkit-transform:translate(0,0)scale(.5);
	transform:translate(0,0)scale(.5);
}
.modal.show .modal-dialog.modal-dialog-zoom {
	-webkit-transform:translate(0,0)scale(1);
	transform:translate(0,0)scale(1);
}
.a-modal {
	text-decoration:none;
	border-bottom:0;
	display:block;
}
.a-modal {
	text-decoration:none;
	border-bottom:0;
}
.modal-open {
	overflow:hidden;
}
.modal-open .modal {
	overflow-x:hidden;
	overflow-y:auto;
}
.modal {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:1100;
	display:none;
	overflow:hidden;
	outline:0;
}
.modal-dialog {
	position:relative;
	width:auto;
	margin:0.5rem;
	pointer-events:none;
}
.modal.fade .modal-dialog {
	transition:-webkit-transform 0.3s ease-out;
	transition:transform 0.3s ease-out;
	transition:transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
	-webkit-transform:translate(0, -25%);
	transform:translate(0, -25%);
}
.modal.show .modal-dialog {
	-webkit-transform:translate(0, 0);
	transform:translate(0, 0);
}
.modal-dialog-centered {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	min-height:calc(100% - (0.5rem * 2));
}
.modal-dialog-centered::before {
	display:block;
	height:calc(100vh - (0.5rem * 2));
	content:"";
}
.modal-content {
	position:relative;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	width:100%;
	pointer-events:auto;
	background-color:rgb(var(--system-color-0));
	background-clip:padding-box;
	border-radius:0.5rem;
	outline:0;
}
.modal-content {
	width:100%;
	background:rgb(var(--system-color-0));
	padding-bottom:30px;
	}
.modal-header {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:start;
	align-items:flex-start;
	-ms-flex-pack:justify;
	justify-content:space-between;
	padding:2rem;
	border-bottom:0;
	border-top-left-radius:0.5rem;
	border-top-right-radius:0.5rem;
}
.modal-header .close {
	padding:1rem 1.5rem;
	margin:-1rem -1rem -1rem auto;
}
.modal-title {
	margin-bottom:0;
	padding:0.5rem 0 0 1rem;
	line-height:1.5;
}
.modal-body {
	position:relative;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding:0 3rem 2rem 3rem;
	margin-top:-20px;
}
.modal-body p, .modal-body ol, .modal-body ul {
	font-size:var(--normal-text-size);
}
.modal-footer {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:end;
	justify-content:flex-end;
	padding:1rem;
	border:0;
}
.modal-footer > :not(:first-child) {
	margin-left:.25rem;
}
.modal-footer > :not(:last-child) {
	margin-right:.25rem;
}
@media (min-width:576px) {
	.modal-dialog {
		max-width:1080px;
		margin:1.75rem auto;
}
	.modal-dialog-centered {
		min-height:calc(100% - (1.75rem * 2));
	}
	.modal-dialog-centered::before {
		height:calc(100vh - (1.75rem * 2));
	}
	.modal-sm {
		max-width:300px;
	}
}
@media (min-width:992px) {
	.modal-lg {
		max-width:960px;
	}
}
.tab-wrapper {
	margin-top:30px;
}
.modal-body h4 {
	margin-bottom:30px;
}
.modal-title {
	text-transform:uppercase;
	margin-bottom:30px;
}

/* ========================================================================== 
	To Top
========================================================================== */
.back-to-top {
	position: fixed; 
	width: 56px; 
	height: 56px; 
	border: 1.5px solid var(--to-top-border);
	border-radius:50%; 
	right: 20px; 
	bottom: 20px; 
	z-index: 1100;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-transform:rotate(270deg);
	transform:rotate(270deg);
	mix-blend-mode: difference;
}
.back-to-top img {
	opacity:0.5;
}
.back-to-top:hover {
	border: 1.5px solid var(--to-top-hover);
}
.back-to-top:hover img {
	opacity:0.75;
}
@media (max-width: 768px) {
	.back-to-top {
		bottom: 15px;
	}
}
#button {
	transition: opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
}
#button.show {
	opacity: 1;
	visibility: visible;
}