   /* ========================================================================== 
   General
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Flex:wght@200..700');

h2 {
	font-weight:700;
	}
img {
	display:block; 
	max-width:100%;
	}
a, button {
	cursor:pointer;
	}
a {
	color:#5F55BE;
	text-decoration:none;
	}
a:hover {
	border-bottom:none;
	text-decoration:none;
	}
*, *:after, *:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.row-flex {
	display:flex;
	flex-flow:row wrap;
	}
.row-flex, .row-flex > div[class*='col-'] { 
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex:1 1 auto;
}
.row-flex-wrap {
	-webkit-flex-flow:row wrap;
	align-content:flex-start;
	flex:0;
}
.row-flex > div[class*='col-'] {
	margin:-.2px; 
}
.height-100 {
	height:100%;
}


/* ========================================================================== 
   Font sizes
   ========================================================================== */
.uppercase {
	text-transform:uppercase;
}
.strong {
	font-weight:700;
}

/* ========================================================================== 
   Margins
   ========================================================================== */
.mt-0 {
	margin-top:0;
}
.mt-10 {
	margin-top:10px;
}
.mt-20 {
	margin-top:20px;
}
.mt-30 {
	margin-top:30px;
}
.mt-40 {
	margin-top:40px;
}
.mt-50 {
	margin-top:50px;
}
.mt-60 {
	margin-top:60px;
}
.mt-70 {
	margin-top:70px;
}
.mt-80 {
	margin-top:80px;
}
.mt-90 {
	margin-top:90px;
}
.mt-100 {
	margin-top:100px;
}
.mb-10 {
	margin-bottom:10px;
}
.mb-20 {
	margin-bottom:20px;
}
.mb-30 {
	margin-bottom:30px;
}
.mb-40 {
	margin-bottom:40px;
}
.mb-50 {
	margin-bottom:50px;
}
.mb-60 {
	margin-bottom:60px;
}
.mb-70 {
	margin-bottom:70px;
}
.mb-80 {
	margin-bottom:80px;
}
.mb-90 {
	margin-bottom:90px;
}
.mb-100 {
	margin-bottom:100px;
}

/* ========================================================================== 
   All
   ========================================================================== */
.container-fluid {
	max-width:1440px;
}
.container-fluid.container-relative {
	position:relative;
}

/* ========================================================================== 
   Navigation
   ========================================================================== */
body.overflow-hidden {
	overflow:hidden;
}
.collapse {
	display:block; 
	clear:both;
	}
.menu-block {
	z-index:10000;
	position:absolute;
	font-size:1.2em;
	-webkit-transition:all 0.7s ease-in-out;
	transition:all 0.7s ease-in-out;
}
@media (min-width:960px) {
	.menu-block {
		top:15px; 
		right:80px;
	}
}
@media (max-width:959px) {
	.menu-block {
		top:10px; right:60px;
	}
}
.cd-container {
	width:90%; 
	max-width:768px; 
	margin:0 auto;
}
.cd-container:after {
	content:""; 
	display:table; 
	clear:both;
}
.cd-header {
	-webkit-transition:background-color 0.3s; 
	-moz-transition:background-color 0.3s; 
	transition:background-color 0.3s; 
	-webkit-transform:translate3d(0, 0, 0); 
	-moz-transform:translate3d(0, 0, 0); 
	-ms-transform:translate3d(0, 0, 0); 
	-o-transform:translate3d(0, 0, 0); 
	transform:translate3d(0, 0, 0); 
	-webkit-backface-visibility:hidden; 
	backface-visibility:hidden; 
	box-shadow:none;
}
.cd-header.menu-is-open {
	left:-14px;
}
.cd-primary-nav-trigger {
	width:48px; 
	height:42px; 
	background-color:rgba(160,160,240,1); 
	z-index:10000;
	position:absolute; 
	right:0; 
	top:0;
	text-decoration:none;
	border-bottom:none;
}

.cd-primary-nav-trigger .cd-menu-icon {
	display:inline-block; 
	position:absolute; 
	left:auto; 
	right:0; 
	top:50%; 
	-webkit-transform:translateX(-50%) translateY(-50%); 
	-moz-transform:translateX(-50%) translateY(-50%); 
	-ms-transform:translateX(-50%) translateY(-50%); 
	-o-transform:translateX(-50%) translateY(-50%); 
	transform:translateX(-50%) translateY(-50%); 
	width:24px; 
	height:2px; 
	-webkit-transition:background-color 0.3s; 
	-moz-transition:background-color 0.3s; 
	transition:background-color 0.3s;
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon::after {
	content:''; 
	width:100%; 
	height:100%; 
	position:absolute; 
	right:0; 
	-webkit-transition:-webkit-transform .3s, top .3s, background-color 0s; 
	-moz-transition:-moz-transform .3s, top .3s, background-color 0s; 
	transition:transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
	top:-8px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
	top:8px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
	top:0;
	-webkit-transform:rotate(135deg);
	-moz-transform:rotate(135deg);
	-ms-transform:rotate(135deg);
	-o-transform:rotate(135deg);
	transform:rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	top:0;
	-webkit-transform:rotate(225deg);
	-moz-transform:rotate(225deg);
	-ms-transform:rotate(225deg);
	-o-transform:rotate(225deg);
	transform:rotate(225deg);
}
.cd-primary-nav {
	position:fixed; 
	left:0; 
	top:0; 
	height:100%; 
	width:100%; 
	z-index:4000; 
	text-align:center; 
	-webkit-backface-visibility:hidden; 
	backface-visibility:hidden; 
	overflow:auto; -webkit-overflow-scrolling:touch; 
	opacity:0; 
	visibility:hidden; 
	-moz-transition:opacity 10ms linear, visibility 0s linear 10ms; -o-transition:opacity 10ms linear, visibility 0s linear 10ms; 
	-webkit-transition:opacity 10ms linear, visibility 0s linear; 
	-webkit-transition-delay:0s, 10ms; 
	transition:opacity 10ms linear, visibility 0s linear 10ms;
}
@media (min-width:960px) {
	.cd-primary-nav {
		margin:0; 
		padding:0;
	}
	.cd-header {
		position:absolute; 
		top:20px; 
		left:0px; 
		height:48px; 
		width:54px; 
		z-index:30000; 
		-webkit-font-smoothing:antialiased; 
		-moz-osx-font-smoothing:grayscale;
	}
}
@media screen and (min-width:320px) and (max-width:959px) {
	.cd-primary-nav {
		margin:0; 
		padding:0 50px 0 50px;
	}
	.cd-header {
		position:absolute; 
		top:20px; 
		left:-10px; 
		height:48px; 
		width:54px; 
		z-index:30000; 
		-webkit-font-smoothing:antialiased; 
		-moz-osx-font-smoothing:grayscale;
	}
}
.cd-primary-nav ul {
	list-style:none;
	margin-left:0;
	padding-left:0;
}
.cd-primary-nav li {
	font-weight:300;
	padding-left:0;
	text-align:center;
}
@media (min-width:1134px) {
	.cd-primary-nav li {
		font-size:1.5em;
		margin:0 auto 1em auto;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.cd-primary-nav li {
		font-size:1.4em;
		margin:0 auto 0.95em auto;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.cd-primary-nav li {
		font-size:1.2em;
		margin:0 auto 0.9em auto;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.cd-primary-nav li {
		font-size:1.05em;
		margin:0 auto 0.75em auto;
	}
}
.cd-primary-nav a {
	color:#fff;
}
.no-touch .cd-primary-nav a:hover, .cd-primary-nav a:hover  {
	text-decoration:none;
	border-bottom:0;
}
.cd-primary-nav.is-visible {
	opacity:0.96; 
	visibility:visible; 
	-moz-transition:opacity 15ms linear, visibility 0s linear; 
	-o-transition:opacity 15ms linear, visibility 0s linear; 
	-webkit-transition:opacity 15ms linear, visibility 0s linear; 
	transition:opacity 15ms linear, visibility 0s linear;
}
.sf-menu-wrapper {
	margin-bottom:20px;
}
.sf-menu-wrapper li {
	color:#fff;
}
.sf-menu-wrapper i {
	margin-left:5px;
	font-size:0.8em;
}
.sf-menu-wrapper h3 {
	color:#fff;
	font-size:1.2em;
	font-weight:400;
	text-transform:uppercase;
	margin-bottom:20px;
}
.cd-header {
	background:rgba(255,255,255,0);
}
.cd-header.menu-is-open {
	background-color:rgba(255,255,255,0);
}
.cd-primary-nav-trigger .cd-menu-icon {
	background-color:rgb(255,255,255);
}
.cd-primary-nav-trigger .cd-menu-icon::before, 
.cd-primary-nav-trigger .cd-menu-icon::after {
	background-color:rgb(255,255,255);
}
.cd-primary-nav-trigger:hover .cd-menu-icon.is-clicked::before, 
.cd-primary-nav-trigger:hover .cd-menu-icon.is-clicked::after,  
.cd-primary-nav-trigger:hover .cd-menu-icon,  
.cd-primary-nav-trigger:hover .cd-menu-icon::before.cd-primary-nav-trigger:hover .cd-menu-icon::after {
	background-color:rgb(74,150,36);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, 
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
	background-color:rgb(255,255,255);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
	background-color:transparent;
}
.cd-primary-nav {
	background-color:rgba(125,100,180,0.95);
}
.cd-primary-nav.is-visible {
	background-color:rgba(125,100,180,1);
}

/* ========================================================================== 
 Titles
   ========================================================================== */
.title {
	font-weight:600;
	color:#333;
}
@media (min-width:1134px) {
	.title {
		font-size:3.2em;
		margin-bottom:30px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.title {
		font-size:3em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.title {
		font-size:2.4em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.title {
		font-size:1.8em;
	}
}

/* ==========================================================================
 Header
   ========================================================================== */
.lang-wrap {
	position:absolute;
	right:100px; 
	top:45px;
	font-weight:500;
	font-size: 1.2em;
	z-index:1;
}
.lang-wrap span {
	padding: 12px 5px;
	background: transparent;
	color:#333;
}
.lang-wrap a span {
	padding: 12px 5px;
	background: transparent;
	border-bottom:2px coli #8763ED;
	color:#8763ED;
}
.logo-wrap {
	position:absolute;
	z-index:1;
}
.logo-wrap .logosvg {
	padding:0; 
	margin:0; 
	height:auto; 
	-moz-transition:all 0.25s ease-out;
	-o-transition:all 0.25s ease-out;
	-webkit-transition:all 0.25s ease-out;
}
@media (min-width:960px) {
	.logo-wrap {
		left:30px; 
		top:30px;
	}
	.logo-wrap .logosvg {
		width:380px; 
	}
	.logo-m {
		display:none;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.logo-wrap {
		left:20px; 
		top:30px;
	}
	.logo-wrap .logosvg {
		width:260px; 
	}
	.logo-m {
		display:none;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.logo-wrap {
		left:20px; 
		top:40px;
	}
	.logo-wrap .logosvg {
		width:110px; 
	}
	.logo-d {
		display:none;
	}
}
.header-over {
	position:relative;
	background: url(../img/bg.svg) top center no-repeat #fff;
	background-size:cover;
	z-index:0;
	overflow:hidden;
}
.header-wrapper {
	position:relative;
	z-index:0;
}
@media (min-width:1460px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.header-wrapper {
		width:100%;
		height:auto; 
		padding-bottom:80px;
	}
}
@media screen and (min-width:1134px) and (max-width:1459px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.header-wrapper {
		width:100%;
		height:auto;
		padding-left:15px;
		padding-right:15px;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.header-wrapper {
		width:100%;
		height:auto; 
		padding-left:15px;
		padding-right:15px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.header-wrapper {
		width:100%;
		height:auto; 
		padding-left:10px;
		padding-right:10px;
		padding-bottom:40px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.header-over {
		width:100%;
		height:auto; 
	}
	.header-wrapper {
		width:100%;
		height:auto; 
		padding-left:10px;
		padding-right:10px;
		padding-bottom:40px;
	}
}

/* ==========================================================================
 Header Title
   ========================================================================== */
.program-title-wrapper	{
	height:auto;
	position:relative;
	z-index:10;
}
.program-title {
	margin-bottom:0;
	padding-bottom:0;
}
.program-title label {
	font-weight:300;
	text-transform:uppercase;
	color:#333;
	margin-bottom:30px;
}
.program-title h1 {
	font-weight:700;
	text-transform:uppercase;
	color:#662E91;
	margin-bottom:30px;
}
.track-first-title {
	font-weight:400;
	text-transform:uppercase;
	color:#662E91;
	margin-bottom:40px;
}
.program-title p {
	font-weight:400;
	text-transform:uppercase;
}
.track-title {
	padding: 15px 20px;
	background:#662E91;
	color:#fff;
}
.time-title {
	padding: 10px 15px;
	background:#7B63B2;
	border:2px solid #7B63B2;
	color:#fff;
	display:inline-block;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:1.2em;
}
.place-title {
	padding: 10px 15px;
	border:2px solid #7B63B2;
	color:#7B63B2;
	display:inline-block;
	margin-bottom:5px;
	text-transform:uppercase;
	font-size:1.2em;
}
.track-title p {
	color:#582886;
	font-weight:300;
	margin-bottom:30px;
}
.track-title label {
	color:#893AA2;
	font-weight:300;
	margin-bottom:10px;
}
.track-title-second {
	margin-bottom:30px;
}
.track-title-second p {
	color:#333;
	font-weight:300;
	margin-bottom:30px;
	margin-top:10px;
	line-height: 1.45;
}
.track-title-second label {
	color:#893AA2;
	font-weight:300;
	margin-bottom:10px;
}
@media (min-width:1134px) {
	.track-title-second label {
		font-size:1.5em;
		font-weight:300;
	}
	.track-title-second p {
		font-size:1.4em;
		margin-bottom:20px;
		
	}
}


.session-title {
	padding:15px 20px;
	background:#7B63B2;
	color:#fff;
}
.seсtion-title {
	padding:13px 20px;
	border: 2px solid #7B63B2;
	color:#7B63B2;
}
.zur-title {
	font-weight:400;
	padding:10px 20px;
	margin-right:10px;
}
.zur-title.zur-01 {
	color:#fff;
	background:#E93365;
}
.zur-title.zur-02 {
	color:#fff;
	background:#E1A00F;
}
.zur-title.zur-03 {
	color:#fff;
	background:#04AE94;
}
.zur-title.zur-04 {
	color:#fff;
	background:#E82A44;
}
.zur-title.zur-05 {
	color:#fff;
	background:#FF6973;
}
.zur-title.zur-06 {
	color:#fff;
	background:#00AFDC;
}
.zur-title.zur-07 {
	color:#fff;
	background:#FFAF3C;
}
.zur-title.zur-08 {
	color:#fff;
	background:#D0245B;
}
.zur-title.zur-09 {
	color:#fff;
	background:#FF7328;
}
.zur-title.zur-10 {
	color:#fff;
	background:#DF2E87;
}
.zur-title.zur-11 {
	color:#fff;
	background:#FA9B28;
}
.zur-title.zur-12 {
	color:#fff;
	background:#CD8C28;
}
.zur-title.zur-13 {
	color:#fff;
	background:#008C73;
}
.zur-title.zur-14 {
	color:#fff;
	background:#0578C8;
}
.zur-title.zur-15 {
	color:#fff;
	background:#3CAF73;
}
.zur-title.zur-16 {
	color:#fff;
	background:#9B96E1;
}
.zur-title.zur-17 {
	color:#fff;
	background:#7D5FAF;
}

@media (min-width:1460px) {
	.program-title {
		padding-top:230px;
	}
	.program-title label {
		font-size:1.35em;
	}
	.program-title h1 {
		font-size:4em;
		line-height:1.25;
	}
	.program-title p {
		font-size:1.35em;
	}
}
@media screen and (min-width:1134px) and (max-width:1459px) {
	.program-title {
		padding-top:180px;
	}
	.program-title label {
		font-size:1.25em;
	}
	.program-title h1 {
		font-size:3.5em;
		line-height:1.2;
	}
	.program-title p {
		font-size:1.3em;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	.program-title {
		padding-top:150px;
	}
	.program-title label {
		font-size:1.25em;
	}
	.program-title h1 {
		font-size:3.2em;
		line-height:1.2;
	}
	.program-title p {
		font-size:1.25em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.program-title {
		padding-top:150px;
	}
	.program-title label {
		font-size:1.15em;
	}
	.program-title h1 {
		font-size:2.4em;
		line-height:1.2;
	}
	.program-title p {
		font-size:1.15em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.program-title {
		padding-top:140px;
	}
	.program-title label {
		font-size:1.1em;
	}
	.program-title label span {
		display:block;
	}
	.program-title h1 {
		font-size:1.8em;
		line-height:1.3;
	}
	.program-title p {
		font-size:1.1em;
	}
}

/* ========================================================================== 
   Right Background
   ========================================================================== */
.second-header_right-background-top {
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
}
.second-header_right-background-top img {
	position:absolute;
	right:0;
	bottom:0;
	width:100%;
}
.second-header_right-background-top_2 {
	position:absolute;
	right:0;
	top:0;
	width:100%;
}
.second-header_right-background-top_2 img {
	position:absolute;
	right:0;
	top:0;
	width:100%;
}
@media (min-width:1134px) {
	.second-header_right-background-top, .second-header_right-background-top img, .second-header_right-background-top_2, .second-header_right-background-top_2 img {
		max-width:250px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.second-header_right-background-top, .second-header_right-background-top img, .second-header_right-background-top_2, .second-header_right-background-top_2 img {
		max-width:200px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.second-header_right-background-top, .second-header_right-background-top img, .second-header_right-background-top_2, .second-header_right-background-top_2 img {
		max-width:150px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.second-header_right-background-top, .second-header_right-background-top img, .second-header_right-background-top_2, .second-header_right-background-top_2 img {
		max-width:150px;
	}
}

/* ========================================================================== 
   About
   ========================================================================== */
.info_wrapper {
	position:relative;
}
.info_wrapper.session_wrapper {
	position:relative;
	background: url(../img/bg.svg) top center no-repeat #fff;
	background-size:cover;
	z-index:0;
	overflow:hidden;
}
.info_wrapper p, .info_wrapper ul {
	font-weight:300;
}
.info_wrapper .subtitle {
	font-weight:400;
}
.track-program .subtitle {
	text-transform:uppercase;
	color:#77318C;
}
.subtitle_second {
	text-transform:uppercase;
	color:#77318C;
}
.info_wrapper .cite {
	position:relative;
}
.cite:before {
	position: absolute; 
	left: 0; 
	top: 5px; 
	content: ''; 
	background-repeat:no-repeat;
}
.cite:before {
	background-image: url(../img/cite.svg);
}

@media (min-width:1134px) {
	.cite:before {
		width: 40px;
		height: 40px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.cite:before {
		width: 36px;
		height: 36px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.cite:before {
		width: 32px;
		height: 32px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.cite:before {
		width: 24px;
		height: 24px;
	}
}
@media (min-width:1460px) {
	.info_wrapper {
		padding-top:20px;
		padding-bottom:80px;
	}
	.info_wrapper.session_wrapper {
		padding-top:100px;
	}
	.info_wrapper h2 {
		font-size:4em;
		margin-bottom:50px;
	}
	.info_wrapper p, .info_wrapper ul {
		font-size:1.25em;
	}
	.info_wrapper .subtitle, .info_wrapper .cite p {
		font-size:1.45em;
	}
	.info_wrapper .cite label {
		font-size:1.2em;
	}
	.info_wrapper .cite {
		padding-left: 60px;
		position:relative;
	}
}
@media screen and (min-width:1134px) and (max-width:1459px) {
	.info_wrapper {
		padding:20px 15px 80px 15px;
	}
	.info_wrapper.session_wrapper {
		padding-top:90px;
	}
	.info_wrapper h2 {
		font-size:3.8em;
		margin-bottom:40px;
	}
	.info_wrapper p, .info_wrapper ul {
		font-size:1.25em;
	}
	.info_wrapper .subtitle, .info_wrapper .cite p {
		font-size:1.45em;
	}
	.info_wrapper .cite label {
		font-size:1.2em;
	}
}
@media screen and (min-width:960px) and (max-width:1133px) {
	.info_wrapper {
		padding:20px 15px 60px 15px;
	}
	.info_wrapper.session_wrapper {
		padding-top:80px;
	}
	.info_wrapper h2 {
		font-size:3.2em;
		margin-bottom:30px;
	}
	.info_wrapper p, .info_wrapper ul {
		font-size:1.2em;
	}
	.info_wrapper .subtitle, .info_wrapper .cite p {
		font-size:1.35em;
	}
	.info_wrapper .cite label {
		font-size:1.15em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.info_wrapper {
		padding:20px 10px 60px 10px;
	}
	.info_wrapper.session_wrapper {
		padding-top:60px;
	}
	.info_wrapper h2 {
		font-size:2.8em;
		margin-bottom:30px;
	}
	.info_wrapper p, .info_wrapper ul {
		font-size:1.15em;
	}
	.info_wrapper .subtitle, .info_wrapper .cite p {
		font-size:1.25em;
	}
	.info_wrapper .cite label {
		font-size:1.1em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.info_wrapper {
		padding:20px 10px 40px 10px;
	}
	.info_wrapper.session_wrapper {
		padding-top:60px;
	}
	.info_wrapper h2 {
		font-size:2.2em;
		margin-bottom:30px;
	}
	.info_wrapper p, .info_wrapper ul {
		font-size:1.1em;
		font-weight:300;
	}
	.info_wrapper .subtitle, .info_wrapper .cite p {
		font-size:1.2em;
		font-weight:400;
	}
	.info_wrapper .cite label {
		font-size:1em;
	}
}


/* ========================================================================== 
   Stratistic
   ========================================================================== */
.statistic_wrapper {
	position:relative;
}
.statistic-title, .statistic_text h3 {
	color:#FFD078;
}
.statistic_text a {
	color:#FFF;
}
.statistic_wrapper.track_0 {
	background: linear-gradient(115deg, #5C2078 65%, #7D2BA3 65%);
}
.esg.track_0 {
	background: linear-gradient(115deg, #5C2078 65%, #7D2BA3 65%);
}
.statistic_wrapper.track_1 {
	background: linear-gradient(115deg, #252279 65%, #283890 65%);
}
.statistic_wrapper.track_2 {
	background: linear-gradient(115deg, #005E3F 65%, #006B47 65%);
}
.statistic_wrapper.track_3 {
	background: linear-gradient(115deg, #283890 65%, #005E3F 65%);
}
.statistic_wrapper.track_4 {
	background: linear-gradient(115deg, #9E450E 65%, #C75610 65%);
}
.statistic_wrapper.track_5 {
	background: linear-gradient(115deg, #A66714 65%, #9E450E 65%);
}
.statistic_wrapper.track_6 {
	background: linear-gradient(115deg, #AD424B 65%, #CF4E59 65%);
}
.statistic_wrapper.track_7 {
	background: linear-gradient(115deg, #9E2C67 65%, #C2367E 65%);
}
.statistic_wrapper.track_8 {
	background: linear-gradient(115deg, #BD4852 65%, #DB525E 65%);
}
.statistic_wrapper.track_9 {
	background: linear-gradient(115deg, #006A70 65%, #007C82 65%);
}
.statistic_wrapper.track_10 {
	background: linear-gradient(115deg, #9E450E 65%, #C75610 65%);
}
.statistic_wrapper.track_11 {
	background: linear-gradient(115deg, #9E450E 65%, #C75610 65%);
}
.statistic_wrapper.track_12 {
	background: linear-gradient(115deg, #6A57C7 65%, #8069F0 65%);
}
.statistic_wrapper.track_13 {
	background: linear-gradient(115deg, #69408C 65%, #724699 65%);
}
.statistic_wrapper.track_14 {
	background: linear-gradient(115deg, #006B47 65%, #FF6F15 65%);
}
.statistic_wrapper.track_15 {
	background: linear-gradient(115deg, #00757C 65%, #724699 65%);
}
@media (min-width:1134px) {
	.statistic_wrapper {
		padding-top:100px;
		padding-bottom:100px;
	}
	.statistic-title {
		margin-bottom:50px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.statistic_wrapper {
		padding-top:80px;
		padding-bottom:30px;
		padding-left:10px;
		padding-right:10px;
	}
	.statistic-title {
		margin-bottom:40px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.statistic_wrapper {
		padding-top:70px;
		padding-bottom:30px;
		padding-left:10px;
		padding-right:10px;
	}
	.statistic-title {
		margin-bottom:30px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.statistic_wrapper {
		padding-top:60px;
		padding-bottom:30px;
		padding-left:10px;
		padding-right:10px;
	}
	.statistic-title {
		margin-bottom:30px;
	}
}

/* ========================================================================== 
   Facts 
   ========================================================================== */
.rules-wrapper {
	min-height:80px;
	position:relative;
	margin-bottom:20px;
}
.rules-wrapper:before {
	position: absolute; 
	left: 0; 
	top: 5px; 
	content: ''; 
	background-repeat:no-repeat;
}
.rules-wrapper.number-1:before {
	background-image: url(../img/1.svg);
}
.rules-wrapper.number-2:before {
	background-image: url(../img/2.svg);
}
.rules-wrapper.number-3:before {
	background-image: url(../img/3.svg);
}
.rules-wrapper.number-4:before {
	background-image: url(../img/4.svg);
}
.rules-wrapper.number-5:before {
	background-image: url(../img/5.svg);
}
.rules-wrapper.number-6:before {
	background-image: url(../img/6.svg);
}
.rules-wrapper.number-7:before {
	background-image: url(../img/7.svg);
}
.rules-wrapper.number-8:before {
	background-image: url(../img/8.svg);
}
.rules-wrapper.number-9:before {
	background-image: url(../img/9.svg);
}
.rules dd {
	font-weight:300;
	margin-bottom:0;
	color:#FFE3A1;
	}
.statistic_text p, .statistic_text ul {
	font-weight:300;
	color:#FFE3A1;
	}
@media (min-width:1134px) {
	.rules dd, .statistic_text p, .statistic_text ul {
		font-size:1.5em;
	}
	.rules-wrapper:before {
		width: 40px;
		height: 40px;
	}
	.rules-wrapper {
		padding:0 10px 0 65px;
	}
	.accreditation {
		padding: 40px 50px; 
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.rules dd, .statistic_text p, .statistic_text ul {
		font-size:1.35em;
	}
	.rules-wrapper:before {
		width: 36px;
		height: 36px;
	}
	.rules-wrapper {
		padding:0 10px 0 60px;
	}
	.accreditation {
		padding: 30px 40px; 
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.rules dd, .statistic_text p, .statistic_text ul {
		font-size:1.25em;
	}
	.rules-wrapper:before {
		width: 32px;
		height: 32px;
	}
	.rules-wrapper {
		padding:0 10px 0 50px;
	}
	.accreditation {
		padding: 30px 40px; 
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.rules dd, .statistic_text p, .statistic_text ul {
		font-size:1.15em;
	}
	.rules-wrapper:before {
		width: 24px;
		height: 24px;
	}
	.rules-wrapper {
		padding:0 10px 0 36px;
	}
	.accreditation {
		padding: 30px 30px; 
	}
}

/* ==========================================================================
 Program
   ========================================================================== */
.track-program {
	background:#D7DCFF;
}
.track-info p {
	font-weight:300;
}
.track-info p strong {
	font-weight:700;
}
.problem-list {
	padding:0 0 0 20px;
	margin: 20px 0;
	list-style-type: none;
}
.problem-list li {
	position:relative;
	padding-left:15px;
	line-height:1.35;
	margin-bottom:15px;
	font-weight:300;
}
.problem-list li:before {
    background-image: url(../img/f00.svg);
	width:16px;
	height:16px;
	position:absolute;
	left: -15px; 
	top: 7px; 
	content: ''; 
	background-repeat:no-repeat;
}
@media (min-width:1134px) {
	.track-program {
		padding-top: 100px;
		padding-bottom:50px;
	}
	.problem-list, .track-info p, .subinfo p {
		font-size:1.4em;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.track-program {
		padding-top: 70px;
		padding-bottom:50px;
	}
	.problem-list, .track-info p, .subinfo p {
		font-size:1.2em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.track-program {
		padding-top: 60px;
		padding-bottom:40px;
	}
	.problem-list, .track-info p, .subinfo p {
		font-size:1.15em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.track-program {
		padding-top: 50px;
		padding-bottom:30px;
	}
	.problem-list, .track-info p, .subinfo p {
		font-size:1.1em;
	}
}

/* ==========================================================================
 Moderators
   ========================================================================== */
.moderator-wrap {
	position:relative;
	min-height:200px;
	margin-bottom:0;
	background:#fff;
}
.moderator-wrap.moderator_inner {
	min-height:100px;
}
.moderator-wrap.moderator_inner .moderator {
	padding-left:0;
}
.moderator-wrap.moderator_inner label {
	padding-left:0;
}

.moderator-wrap.moderator_inner .img-name-placeholder {
    align-items: left;
    background-color:transparent;
    display: inline;
	width:130px;
	height:130px;
	position:relative;
}
.moderator-wrap.moderator_inner .img-name-placeholder img {
	width:100%;
	max-width:120px;
}
.moderator-wrap label {
 margin-bottom:10px;
}
.moderator-wrap img {
	width:100%;
	max-width:120px;
}
.img-name-placeholder {
    align-items: center;
    background-color:#DCC7FF;
    color:#77318C;
    display: flex;
    font-size: 26px;
    font-weight: 500;
    justify-content: center;
    letter-spacing: -.03em;
    text-align: center;
    text-transform: uppercase;
	width:120px;
	height:120px;
	border-radius:50%;
}
.moderator {
	margin-bottom:10px;
}
.moderator-wrap label span {
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:400;
	color:#666;
}
.moderator dt {
	font-weight:500;
	margin:0 0 5px 0;
	line-height:1.25;
	color:#77318C;
}
.moderator dd.degree {
	font-weight:300;
	font-size:0.85em;
	margin:0 0 10px 15px;
	line-height:1.25;
	color: #666;
}
.moderator dd.job {
	font-size:1em;
	font-weight:300;
	line-height:1.25;
	color: #666;
	margin:0 0 0 15px;
	padding-left:0;
	position:relative;
}
.moderator dd.job::before {
    color:#9EB5FD;
    content:"\2022";
	font-size:1.3em;
	display:inline-block; 
	width:1em;
	position:absolute;
	left:-15px;
	top:-1px;
}
.moderator-wrap.moderator_inner {
	padding: 0;
}
.moderator-wrap.moderator_inner .img-name-placeholder {
	position: absolute;
	top:0;
	left:0;
}
.inner_place {
	font-size:0.85em;
	line-height:1.35;
	font-weight:300;
}
.logo-track {
	width:100%;
	max-width:130px;
	padding-top:10px;
	margin-bottom:20px;
}
@media (min-width:1134px) {
	.moderator-wrap {
		padding: 35px 35px 25px 35px;
		min-height:220px;
	}
	.moderator-wrap img {
		position: absolute;
		top:40px;
		left:40px;
	}
	.img-name-placeholder {
		position: absolute;
		top:40px;
		left:40px;
	}
	.moderator-wrap label {
		padding-left: 150px;
	}
	.moderator {
		padding-left: 150px;
	}
	.moderator dt {
		font-size:1.35em;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.moderator-wrap {
		padding: 35px 35px 20px 35px;
	}
	.moderator-wrap img {
		position: absolute;
		top:30px;
		left:30px;
	}
	.img-name-placeholder {
		position: absolute;
		top:30px;
		left:30px;
	}

	.moderator-wrap label {
		padding-left: 140px;
	}
	.moderator {
		padding-left: 140px;
	}
	.moderator dt {
		font-size:1.3em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.moderator-wrap {
		padding: 30px 30px 20px 30px;
	}
	.moderator-wrap img {
		position: absolute;
		top:30px;
		left:30px;
	}
	.img-name-placeholder {
		position: absolute;
		top:30px;
		left:30px;
	}
	.moderator-wrap label {
		padding-left: 140px;
	}
	.moderator {
		padding-left: 140px;
	}
	.moderator dt {
		font-size:1.25em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.moderator-wrap {
		padding: 30px 30px 20px 30px;
	}
	.moderator-wrap img {
		position: relative;
		margin-bottom:30px;
	}
	.img-name-placeholder {
		position: relative;
		margin-bottom:30px;
	}

	.moderator dt {
		font-size:1.25em;
	}
}

/* ==========================================================================
 Speakers
   ========================================================================== */
.speaker-wrap {
	position:relative;
	min-height:100px;
	margin-bottom:20px;
	background:#fff;
}
.speaker-wrap label {
 margin-bottom:10px;
}
.speaker {
	margin-bottom:10px;
}
.speaker-wrap label span {
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:400;
	color:#666;
}
.speaker dt {
	font-weight:500;
	margin:0 0 5px 0;
	line-height:1.25;
	color:#77318C;
}
.speaker dd.degree {
	font-weight:300;
	font-size:0.85em;
	margin:0 0 10px 15px;
	line-height:1.25;
	color: #666;
}
.speaker dd.job {
	font-size:1em;
	font-weight:300;
	line-height:1.25;
	color: #666;
	margin-left:15px;
	padding-left:0;
	position:relative;
}
.speaker dd.job::before {
    color:#9EB5FD;
    content:"\2022";
	font-size:1.3em;
	display:inline-block; 
	width:1em;
	position:absolute;
	left:-15px;
	top:-1px;
}
.report dd.report-title {
		font-weight:400;
}
.report dd.report-doc {
	font-weight:400;
	line-height:1.25;
	color: #666;
	margin-left:0;
	padding-left:25px;
	position:relative;
}
.report dd.report-doc::before {
    color:#9EB5FD;
    content:"\2022";
	font-size:1.25em;
	display:inline-block; 
	width:1em;
	position:absolute;
	left:0;
	top:-1px;
}
@media (min-width:1134px) {
	.speaker-wrap {
		padding: 35px 40px;
	}
	.speaker dt {
		font-size:1.35em;
	}
	.report {
		margin-bottom:10px;
	}
	.report dd {
		font-size:1.5em;
	}
	.report dd.report-title, .report dd.report-doc {
		font-size:1.35em;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.speaker-wrap {
		padding: 35px 35px 20px 35px;
	}
	.speaker dt {
		font-size:1.3em;
	}
	.report dd {
		font-size:1.3em;
	}
	.report dd.report-title, .report dd.report-doc {
		font-size:1.25em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.speaker-wrap {
		padding: 30px 30px 20px 30px;
	}
	.speaker dt {
		font-size:1.25em;
	}
	.report dd {
		font-size:1.2em;
	}
	.report dd.report-title, .report dd.report-doc {
		font-size:1.2em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.speaker-wrap {
		padding: 30px 30px 20px 30px;
	}
	.speaker-wrap img {
		position: relative;
		margin-bottom:30px;
	}
	.speaker dt {
		font-size:1.25em;
	}
	.report dd {
		font-size:1.25em;
	}
	.report dd.report-title, .report dd.report-doc {
		font-size:1.2em;
	}
}
.report {
	margin-bottom:30px;
}
.report dt {
	text-transform:uppercase;
	font-size:0.8em;
	font-weight:400;
	color:#666;
}
.report dd {
	line-height:1.35;
	font-weight:500;
}

.speakers_wrapper {
	background:#D4E3FF;
}
.speakers_wrapper .container-fluid {
	max-width:1280px;
}
@media (min-width:1134px) {
	.speakers_wrapper {
		padding: 120px 0 50px 0;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.speakers_wrapper {
		padding: 100px 0 50px 0;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.speakers_wrapper {
		padding: 80px 0 50px 0;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.speakers_wrapper {
		padding: 60px 0 50px 0;
	}
}

/* ========================================================================== 
   Timeline
   ========================================================================== */
.timeline {line-height: 1.4em; list-style: none; margin: 0; padding: 0; width: 100%;}
.timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {line-height: inherit;}
.timeline-item {padding-left: 40px; position: relative;}
.timeline-item:last-child {padding-bottom: 0;}
.timeline-info {font-size: 0.85em; font-weight: 500; letter-spacing: 2px; margin: 0 0 .5em 0; text-transform: uppercase; color:rgba(135,60,165,0.75);}
.timeline-centered .timeline-info {font-size: 0.8em; font-weight: 500; letter-spacing: 2px; margin: 0 0 .5em 0; text-transform: uppercase; color:#333;}
.timeline-marker {position: absolute; top: 0; bottom: 0; left: 0; width: 15px;}
.timeline-marker:before {background: rgba(135,60,165,1); border: 3px solid transparent; 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-marker:after {content: ""; width: 3px; background: rgba(135,60,165,0.5); display: block; position: absolute; top: 24px; bottom: 0; left: 6px;}
.timeline-marker.blue-marker:before {background: rgba(135,60,165,1); border: 3px solid transparent; 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-marker.blue-marker:after {content: ""; width: 3px; background: rgba(135,60,165.5); display: block; position: absolute; top: 24px; bottom: 0; left: 6px;}
.timeline-item:last-child .timeline-marker:after {content: none;}
.timeline-item:not(.period):hover .timeline-marker:before {background: transparent; border: 3px solid rgba(135,60,165,1);}
.timeline-item:not(.period):hover .timeline-marker.blue-marker:before {background: rgba(0,0,0,1); border: 3px solid rgba(135,60,165,1);}
.timeline-content {padding-bottom: 40px;}
.timeline-content p:last-child {margin-bottom: 0;}
.timeline-centered .timeline-content {font-size:0.9em;}
.period {padding: 0;}
.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 #fff; border-bottom: 3px solid #fff;}
.period .timeline-marker:after {content: ""; height: 32px; top: auto;}
.period .timeline-content {padding: 40px 0 70px;}
.period .timeline-title {margin: 0;}
@media (min-width: 768px) {
 .timeline-split .timeline, .timeline-centered .timeline {display: table;}
 .timeline-split .timeline-item, .timeline-centered .timeline-item {display: table-row;  padding: 0;}
 .timeline-split .timeline-info, .timeline-centered .timeline-info,  .timeline-split .timeline-marker,  .timeline-centered .timeline-marker,  .timeline-split .timeline-content,  .timeline-centered .timeline-content,  .timeline-split .period .timeline-info,  .timeline-centered .period .timeline-info {display: table-cell;   vertical-align: top;}
 .timeline-split .timeline-marker, .timeline-centered .timeline-marker {position: relative;}
 .timeline-split .timeline-content, .timeline-centered .timeline-content {padding-left: 30px;}
 .timeline-split .timeline-info, .timeline-centered .timeline-info {padding-right: 30px;}
 .timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {position: relative;   left: -45px;}
}
@media (min-width: 992px) {
 .timeline-centered,  .timeline-centered .timeline-item,  .timeline-centered .timeline-info,  .timeline-centered .timeline-marker,  .timeline-centered .timeline-content {display: block;  margin: 0;
  padding: 0;}
 .timeline-centered .timeline-item {padding-bottom: 40px;  overflow: hidden;}
 .timeline-centered .timeline-marker {position: absolute;  left: 50%;  margin-left: -7.5px;}
 .timeline-centered .timeline-info,
 .timeline-centered .timeline-content {width: 50%;}
 .timeline-centered > .timeline-item:nth-child(odd) .timeline-info {float: left;  text-align: right;  padding-right: 30px;}
 .timeline-centered > .timeline-item:nth-child(odd) .timeline-content {float: right;  text-align: left;  padding-left: 30px;}
 .timeline-centered > .timeline-item:nth-child(even) .timeline-info {float: right; text-align: left;  padding-left: 30px;}
 .timeline-centered > .timeline-item:nth-child(even) .timeline-content {float: left; text-align: right; padding-right: 30px;}
 .timeline-centered > .timeline-item.period .timeline-content {float: none; padding: 0; width: 100%; text-align: center;}
 .timeline-centered .timeline-item.period {padding: 50px 0 90px;}
 .timeline-centered .period .timeline-marker:after {height: 30px;bottom: 0;top: auto;}
 .timeline-centered .period .timeline-title {left: auto;}
}
.marker-outline .timeline-marker:before {background: transparent; border-color: #FF6B6B;}
.marker-outline .timeline-item:hover .timeline-marker:before {background: #FF6B6B;}
.timeline-content-sub {padding:20px 30px 20px 30px;background:#f4f4f4;}
.timeline-content-sub.content-blue {padding:20px 30px 20px 30px;background:#007AC6;color:#fff;}
.lec-wrapper {
	padding:30px 40px;
	height:100%;
	width:calc(100% - 10px);
	margin-bottom:10px;
}
.lec-wrapper.lec-04.track_0 {
	font-size:1.35em;
}
.konkurs-infograph-value {
	font-size:1.35em;
}
.nominee {
	font-size:1.3em;
	text-transform:uppercase;
	font-weight:500;
	color:#fff;
}
.konkurs-infograph-value dt {
	font-size:1.1em;
	font-weight:400;
}
.lec-wrapper.lec-01 {
	background:#fff;
	background:linear-gradient(10deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0.75) 45.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-02 {
	background:#fff;
	background:linear-gradient(135deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0.75) 45.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-03 {
	background:#fff;
	background:linear-gradient(170deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0.75) 55.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-04 {
	background:#fff;
	background:linear-gradient(20deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0.75) 35.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-05 {
	background:#fff;
	background:linear-gradient(15deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0.75) 45.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-06 {
	background:#fff;
	background:linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,0.75) 45.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-07 {
	background:#fff;
	background:linear-gradient(120deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 55%, rgba(255,255,255,0.75) 55.1%, rgba(255,255,255,0.75) 100%);
}
.lec-wrapper.lec-08 {
	background:#fff;
	background:linear-gradient(30deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0.75) 35.1%, rgba(255,255,255,0.75) 100%);
}

.lec-wrapper.lec-09 {
	background:linear-gradient(45deg, rgba(240,50,100,0.85) 0%, rgba(240,50,100,0.85) 50%, rgba(240,50,100,0.95) 50.1%, rgba(240,50,100,0.95) 100%);
}
.lec-wrapper.lec-10 {
	background:linear-gradient(300deg, rgba(0,180,150,0.85) 0%, rgba(0,180,150,0.85) 50%, rgba(0,180,150,0.95) 50.1%, rgba(0,180,150,0.95) 100%);
}
.lec-wrapper.lec-11 {
	background:linear-gradient(120deg, rgba(0,175,220,0.85) 0%, rgba(0,175,220,0.85) 55%, rgba(0,175,220,0.95) 55.1%, rgba(0,175,220,0.95) 100%);
}
.lec-wrapper.lec-12 {
	background:linear-gradient(110deg, rgba(230,45,135,0.85) 0%, rgba(230,45,135,0.85) 55%, rgba(230,45,135,0.95) 55.1%, rgba(230,45,135,0.95) 100%);
}
.lec-wrapper.lec-13 {
	background:linear-gradient(150deg, rgba(0,140,115,0.85) 0%, rgba(0,140,115,0.85) 45%, rgba(0,140,115,0.95) 45.1%, rgba(0,140,115,0.95) 100%);
}
.lec-wrapper.lec-14 {
	background:linear-gradient(80deg, rgba(255,115,40,0.85) 0%, rgba(255,115,40,0.85) 39%, rgba(255,115,40,0.95) 39.1%, rgba(255,115,40,0.95) 100%);
}
.lec-wrapper.lec-15 {
	background:linear-gradient(20deg, rgba(60,175,115,0.85) 0%, rgba(60,175,115,0.85) 45%, rgba(60,175,115,0.95) 45.1%, rgba(60,175,115,0.95) 100%);
}
.lec-wrapper.lec-16 {
	background:linear-gradient(150deg, rgba(155,150,225,0.85) 0%, rgba(155,150,225,0.85) 45%, rgba(155,150,225,0.95) 45.1%, rgba(155,150,225,0.95) 100%);
}
.lec-wrapper.lec-17 {
	background:linear-gradient(120deg, rgba(125,95,175,0.85) 0%, rgba(125,95,175,0.85) 55%, rgba(125,95,175,0.95) 55.1%, rgba(125,95,175,0.95) 100%);
}




.lec-title dl {
	margin-bottom:30px;
	margin-top:15px;
}
.lec-title label {
	color:#795CAA;
	font-size:1.3em;
	font-weight:200;
}
.lec-title dt {
	color:#795CAA;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:300;
}
.lec-title dd {
	color:#333;
	font-size:1.3em;
	font-weight:400;
}
.zur-label span {
	padding: 7px 15px;
	margin-right:10px;
	border-radius: 20px;
	font-size:0.75em;
	color:#fff;
}
.a-label span {
	padding: 7px 12px;
	margin-right:5px;
	border-radius: 5px;
	font-size:0.75em;
	color:#fff;
	background: #07B39F;
}
.zur-1 {
	background:rgba(240,50,100,1);
}
.zur-2 {
	background:rgba(225,160,15,1);
}
.zur-3 {
	background:rgba(0,180,150,1);
}
.zur-4 {
	background:rgba(240,40,65,1);
}
.zur-5 {
	background:rgba(255,105,115,1);
}
.zur-6 {
	background:rgba(0,175,220,1);
}
.zur-7 {
	background:rgba(255,175,60,1);
}
.zur-8 {
	background:rgba(215,35,90,1);
}
.zur-9 {
	background:rgba(255,115,40,1);
}
.zur-10 {
	background:rgba(230,45,135,1);
}
.zur-11 {
	background:rgba(250,155,40,1);
}
.zur-12 {
	background:rgba(205,140,40,1);
}
.zur-13 {
	background:rgba(0,140,115,1);
}
.zur-14 {
	background:rgba(5,120,200,1);
}
.zur-15 {
	background:rgba(60,175,115,1);
}
.zur-16 {
	background:rgba(155,150,225,1);
}
.zur-17 {
	background:rgba(125,95,175,1);
}

/* ========================================================================== 
 ESG
   ========================================================================== */
.esg {
	color:#fff;
}
@media (min-width:1134px) {
	.esg {
		padding: 50px 50px;
		font-size:1.25em;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.esg {
		padding: 45px;
		font-size:1.2em;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.esg {
		padding: 40px;
		font-size:1.15em;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.esg {
		padding: 35px;
		font-size:1.1em;
	}
}
.esg ul li {
	margin-bottom:15px;
}
.esg.track_1 {
	background: linear-gradient(115deg, #252279 65%, #283890 65%);
}
.esg.track_2 {
	background: linear-gradient(115deg, #005E3F 65%, #006B47 65%);
}
.esg.track_3 {
	background: linear-gradient(115deg, #283890 65%, #005E3F 65%);
}
.esg.track_4 {
	background: linear-gradient(115deg, #9E450E 65%, #C75610 65%);
}
.esg.track_5 {
	background: linear-gradient(115deg, #A66714 65%, #9E450E 65%);
}
.esg.track_6 {
	background: linear-gradient(115deg, #AD424B 65%, #CF4E59 65%);
}
.esg.track_7 {
	background: linear-gradient(115deg, #9E2C67 65%, #C2367E 65%);
}
.esg.track_8 {
	background: linear-gradient(115deg, #BD4852 65%, #DB525E 65%);
}
.esg.track_9 {
	background: linear-gradient(115deg, #006A70 65%, #007C82 65%);
}
.esg.track_10 {
	background: linear-gradient(115deg, #9E450E 65%, #C75610 65%);
}
.esg.track_11 {
	background: linear-gradient(115deg, #9E450E 65%, #C75610 65%);
}
.esg.track_12 {
	background: linear-gradient(115deg, #6A57C7 65%, #8069F0 65%);
}
.esg.track_13 {
	background: linear-gradient(115deg, #69408C 65%, #724699 65%);
}

/* ========================================================================== 
 Footer
   ========================================================================== */
.copyright {
	background:#D7DCFF;
	color:#554178;
}
.copyright .container-fluid {
	max-width: 1440px;
}
@media (min-width:1134px) {
	.copyright {
		padding-top:60px;
		padding-bottom:50px;
	}
}
@media screen and (min-width:959px) and (max-width:1133px) {
	.copyright {
		padding-top:50px;
		padding-bottom:50px;
	}
}
@media screen and (min-width:768px) and (max-width:959px) {
	.copyright {
		padding-top:40px;
		padding-bottom:40px;
	}
}
@media screen and (min-width:320px) and (max-width:767px) {
	.copyright {
		padding-top:20px;
		padding-bottom:40px;
	}
}
.copyright .social-media a {
	width:40px; 
	height:40px; 
	border-radius:99%; 
	background:#756BD6; 
	transition:.4s ease;
	border-bottom:0;
	text-decoration:none;
}
.copyright .social-media a i {
	color:#333; 
	font-size:1.2rem; 
	line-height:40px;
}
.copyright .social-media a:hover {
	background:#8C7FFF;
}
.copyright .social-media a:hover i {
	color:#fff;
}
.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;
}
.social-network .ok:before {
	position:absolute; 
	left:2px; 
	top:1px; 
	content:''; 
	width:36px; 
	height:36px; 
	background-image:url(../img/icons/ok.svg); 
	background-repeat:no-repeat; 
	background-size:auto 36px;
}
.time-label {
	color:#795CAA;
	font-size:1.3em;
	font-weight:200;
}

@layer countdown {
  .countdown {
    display: inline-grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 1rem;
  }
.countdown > .part > .number {
	color: #fff;
}
	@media (min-width:960px) {
		.countdown {
			width: 100%;
		}
		  .countdown > .part > .number {
			font-size: 3.5rem;
		}
	}
	@media screen and (min-width:320px) and (max-width:959px) {
		.countdown {
			width: 100%;
		}
		  .countdown > .part > .number {
			font-size: 1.5rem;
		}
	}  
  
  .countdown > .part {
    display: grid;
    gap: 0.5rem;
  }
  .countdown > .part > .number {
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    border: 1px solid hsl(40 97% 74% / .5);
    position: relative
  }
  .countdown > .part.days { --num: 365 }
  .countdown > .part.hours { --num: 24 }
  .countdown > .part:where(.minutes, .seconds) { --num: 60 }
  .countdown > .part > .number::after{
    content: "";
    position: absolute;
    inset: calc(var(--border-size) * -0.5);
    border-radius: inherit;

    --degree: calc(360deg / var(--num) * (var(--num) - var(--value,0)));
    background-image: conic-gradient(var(--accent) var(--degree), transparent calc(var(--degree) + 0.1deg));

    --border-size: 4px;  
    --mask-image: radial-gradient(100% 100%, transparent calc(50% - var(--border-size)), black calc(50% - var(--border-size) + 1px));
    -webkit-mask-image: var(--mask-image);
    mask-image: var(--mask-image);
  }
  .countdown > .part > .text {
    text-align: center;
    opacity: 0.75;
	display:none;
  }
}
.count_title {
	color:#fff;
	font-size:1.4em;
	font-weight:400;
}


/* ========================================================================== 
 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:1050; 
	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%);
}
@media screen and (prefers-reduced-motion:reduce) {
 /* .modal.fade .modal-dialog {
    transition:none;
  }*/
}
.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(255,255,255);
	background-clip:padding-box;
	border-radius:0.5rem;
	outline:0;
	border:0;
}
.modal-content {
	width:100%;
	background:#FFF;
	}
.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:2.5rem 0 2rem 1rem;
	line-height:1.35;
	font-size:1.4em;
}
.modal-body {
	position:relative;
	-ms-flex:1 1 auto;
	flex:1 1 auto;
	padding:0 3rem 2rem 3rem;
	margin-top:-20px;
}
.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;
	}
}

.event-online {
	padding-left:30px;
	font-size:0.85em;
	line-height:1.3;
	margin-bottom:10px;
}
.event-online {
	position:relative;
	margin-top:15px;
	padding-top:0;
}
.event-online:before {
	position: absolute; 
	left: 0; 
	top: 5px; 
	content: ''; 
	width: 18px;  
	height: 18px; 
	background-image: url(../img/movie.svg); 
	background-repeat:no-repeat; 
	background-size:auto 16px;
}