:root {
	--c-00: #ffffff;
	--c-01: #1c4481;
	--c-03: #c0dee4;
	--c-04: #000000;
	--c-05: #99c43b;
	--c-06: #567225;
	--c-07: #888888;
	--c-08: #a7c1c7;
	--c-09: #f2f8fa;
	--c-10: #811c1c;
	--c-11: #fafafa;
	--c-12: #edf4e0;
	--c-13: #b49e33;
	--c-14: #333333;
	--c-20: rgba(0,0,0,0.8);
	--c-21: rgba(0,0,0,0.2);
	--c-22: rgba(0,0,0,0.5);
	--c-23: rgba(255,255,255,0.5);
	--c-24: rgba(153,196,59,0.9);
	--c-25: rgba(28, 68, 129, 0.8);
	--g-07: linear-gradient(180deg, rgba(192, 222, 228, 0.8) 0%, rgba(192, 222, 228, 0.3) 100%);
	--g-00: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	--g-01: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
	--g-02: linear-gradient(180deg, rgba(28, 68, 129, 0.9) 0%, rgba(28, 68, 129, 0.9) 100%);
	--f-02: 'Poppins';
}
body {
    padding: 0;
    margin: 0;
    font-family: var(--f-02);
    color: var(--c-01);
}
* {
    box-sizing: border-box;
    position: relative;
}
a {
	color: var(--c-05);
	text-decoration: none;
}
input, select, option {
    font-size: 1em;
    font-family: var(--f-02);
    cursor: pointer;
}
input {
     padding: 0.5em;
}
.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 3em 0;
}
section.contest .about p.text_09, section.contest .about ol.text_09, section.contest .about ul.text_09 {
	font-size: 0.9rem;
}
.edcont {
	margin-left: 10em;
	padding: 1em 0;
}
.edcont .lbl > div {
	margin-bottom: 0.6em; 
	font-size: 1.2em; 
	display: inline-block; 
	padding: 0.3em 1em; 
	color: var(--c-01);
	font-weight: bold;
}
.edmenu > div {
	font-size: 1.5em; 
	display: inline-block;
	padding: 0.2em 1em 0.2em 0; 
	font-weight: bold;
	color: var(--c-01);
}
.edmenu a {
	color: var(--c-01);
	font-size: 1.5em; 
	padding: 0.2em 1em; 
	display: inline-block;
    transition: all 0.2s;
}
.edmenu a:hover, .edmenu a.active {
	background: var(--c-00); 
}
.mobiicon {
	width: 3em;
	float: right;
	margin-top: 1.25em;
	cursor: pointer;
	fill: var(--c-05);
	display: inline-block;
	z-index: 888;
}
.mobiicon:hover, .mobiicon.active {
	fill: var(--c-01);
}
.mobitotop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 888;
	cursor: pointer;
	opacity: 0.7;
}
.mobitotop svg {
	width: 3em;
}
.mobimenu {
	position: absolute;
	top: 0;
	padding: 8em 0 1em 0;
	z-index: 777;
/*	padding: 1em 0em; */
	-webkit-box-shadow: 0px 6px 6px 0px rgb(161 161 179);
    -moz-box-shadow: 0px 6px 6px 0px rgb(161, 161, 179);
    box-shadow: 0px 6px 6px 0px rgb(161 161 179);
	background: var(--c-00);
	width: 100%;
	margin-top: 2em;
}
.mobimenu svg {
	width: 3em;
}
.mobimenu ul  {
	font-size: 1.1em;
	margin: 0;
	list-style: none;
	padding: 0 1em 0 1em;
}
.mobimenu .nav a {
	display: block;
	padding: 0.5em;
	color: var(--c-07);
}
.mobimenu .nav .active > a {
    background: var(--c-01);
    color: var(--c-00);
}
.mobimenu .nav .active.parent > a {
    background: var(--c-01);
    color: var(--c-00);
}
.mobimenu .nav .active.parent ul .active > a {
    background: var(--c-06);
    color: var(--c-00);
}
.top-block {
	background: var(--c-01);
	color: var(--c-00);
	width: 100%;
	max-width: 100%;
}
.top-block .c {
	display: flex;
	width: 100%;
	align-items: center;
	font-size: 0.8em;
}
.top-block .c .i {
	padding-left: 18em;
	display: none;
}
.top-block .c > div:last-child {
	text-align: right;	
	flex: 1;
}
.top-block .lang {
	margin-left: 3em;
	display: inline-block;
}
.top-block .lang a {
	display: inline-block;
	color: inherit;
	text-transform: uppercase;
	border-right: solid 0.1em var(--c-00);
	padding: 0 0.3em;
}
.top-block .lang a:last-child {
	border: none;
}
.top-block ul a.active, .top-block ul a:hover {
	opacity: 0.7;
}
.top-block .top-menu {
	float: right;
}
.top-block .top-menu a {
	color: inherit;
}
.top-block .top-menu .item-109 a {
	color: var(--c-05);
}
.top-block .top-menu a.extra, .mobimenu a.extra {
	color: var(--c-01);
}
.top-block .top-menu ul {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-block ul li { 
	padding: 0; 
	margin: 0; 
	display: inline-block;
	margin-left: 3em;
}
.top-block .l {
	background: var(--c-00);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0px 0px 6px 0px rgb(161 161 179);
    -moz-box-shadow: 0px 0px 6px 0px rgb(161, 161, 179);
    box-shadow: 0px 0px 6px 0px rgb(161 161 179);
	z-index: 999;
	padding: 1em;
	width: 8em
}
.top-block .l img {
	display: inline-block;
	width: 100%;
}

.s4mobi {
	display: none;
}
.pdd {
    padding: 1em;
}
.pddlr {
    padding: 0 1em;
}
.main-block {
	background: var(--c-03);
	min-height: 2em;
}
.sub-block {
	padding: 1em 0 0 0;
}
.sub-block .s {
	display: flex;
	gap: 3em;
}
.sub-block a {
	font-size: 1.2em;
}
.front_info {
	color: var(--c-01);
	background: var(--c-03);
	padding-top: 2em;
}
.front_info h2 {
	font-size: 3em;
	margin: 0;
}
.front_info .c {
	max-width: 75%;
}
.front_info p {
	font-size: 1.2em;
}
.front_info .more a {
	margin-top: 0;
	font-size: 0.9em;
	margin-bottom: 0.3em;
}
.front_info .c p:first-child {
	font-weight: 500;
}
.front_info p:last-child {
	margin-bottom: 0;
	font-size: 1.1em;
}
.front_banner {
	background: url(/images/layout/front_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.front_banner:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: var(--g-07);

}
.front_banner .container {
	min-height: 50vh;
}

.front_banner .container .flex {
	display: flex;
	gap: 3em;
	align-items: center;
}

.front_banner a {
	z-index: 20;
}
.front_banner .g {
	width: 12em;
}
.front_banner .f {
	width: 8em;
}
.front_news {
	background: var(--c-05);
}
.front_news .f {
	display: flex;
	gap: 1em;
}
.front_news .f > * {
	width: 50%;
	flex: 1;
}
.front_news .l {
	color: var(--c-00);
	display: flex;
	align-items: center;
	justify-content: center;
}
.front_news .l .p:hover {
	color: var(--c-06);
}
.front_news .l .t {
	font-size: 2em;
	font-weight: bold;
	display: block;
	margin-bottom: 0.5em;
}
.front_news .l .c {
	font-size: 1.8em;
	font-weight: bold;
	display: block;
	margin-bottom: 1em;
}
.front_news .l .p {
	padding: 2em 1em 3em 1em;
    transition: all 0.2s;
}
.front_news .l .c p {
	margin-top: 0.5em;
	font-weight: 600;
	margin-bottom: 0;
}
.front_news .l .p .a {
	display: block;
	text-align: right;
}
.front_news .l .p img.i {
	max-width: 100%;
	margin: 0;
	display: block;
}
.front_news .l:after {
	content : url(/images/layout/arrow_right_w.svg);
	position: absolute;
	right: 1em;
	bottom: 1em;
}
.front_news .r {
	display: flex;
	flex-direction: column;
	flex: 1;
	gap: 0.5em;
	padding: 0.5em 0;
}
.front_news .r .t {
	font-size: 1.4em;
	display: block;
	margin-bottom: 0.3em;
	line-height: 1.4em;
	font-weight: 500;
	padding: 0.5em 0.5em;
}
.front_news .r .a {
	display: block;
	text-align: right;
}
.front_news .r .d {
	opacity: 0.7;
	font-size: 0.8em;
	font-weight: normal;
}
.front_news .r a {
	color: var(--c-05);
	background: var(--c-01);

	color: var(--c-00);
	background: var(--c-21);

	padding: 1em 2em 2em 1em;
	margin-bottom: 1px;
	flex: 1;
    transition: all 0.2s;
}
.front_news .r a:after {
	content : url(/images/layout/arrow_right_w.svg);
	position: absolute;
	right: 1em;
	bottom: 0.5em;
}
.front_news .r a:last-child {
	margin: 0;
}
.front_news .r a:hover {
	background: var(--c-06);
}
.front_yt {
	border-top: dotted 0.2em var(--c-05);
	background: var(--c-06);
	font-weight: bold;
}
.front_yt h3 {
    font-weight: bold;
    font-size: 1.7em;
    margin-top: 0;
	margin-bottom: 1.5em;
	color: var(--c-05);  
}
.front_yt .f {
	display: flex;
	gap: 2em;
}
.front_yt .f a {
	color: var(--c-00); 
}
.front_yt .f > * > * {
	transition: all 0.2s;
}
.front_yt .f > * {
	flex: 1;
	padding: 2px;
	border: solid 2px var(--c-05); 
	transition: all 0.2s;
}
.front_yt .f img {
	width: 100%;
	max-width: 100%;
	display: block;
}
.front_yt .f a:hover {
	background: var(--c-05); 
}
.front_yt .f a:hover img {
	opacity: 0.8;
}
.front_yt .more {
	margin-top: 1.5em;
}
.front_webinars {
	background: var(--c-00);
	color: var(--c-01);
}
.front_webinars .f {
	display: flex;
	gap: 1em;
}
.front_webinars .f .l {
	width: 50%;
}
.front_webinars .f .l > div {
	padding-right: 4em;
}
.front_webinars .f .r {
	width: 85%;
}
.front_webinars .f .r .w {
	margin: 0.7em 0;
	display: flex;
	gap: 0.5em;
	font-size: 1.1em;
}
.front_webinars .hn {
	font-size: 1.5em;
	padding: 0.5em 0 0.5em 0;
}
.front_webinars .f .r .e {
	font-weight: bold;
	margin: 0.7em 0;
	font-size: 1.1em;
	border: dotted 0.2em var(--c-01);
	padding: 1em;
	background: var(--c-09);
}
.front_webinars .ho {
	font-size: 1.5em;
	padding: 1em 0 0.5em 0;
	color: var(--c-07);
}
.front_webinars .f .r .w span {
	max-width: 5.5em;
	width: 100%;
	font-weight: bold;
}
.front_webinars .f .r .w a {
	color: var(--c-05);
	font-weight: 600;
}
.front_webinars .f .r .w.o a, .front_webinars .f .r .w.o span {
	color: var(--c-07);
}
.front_webinars .f .r .w.o a:hover {
	color: var(--c-05);
}
.front_webinars h3 {
	font-weight: bold;
	font-size: 2em;
	margin-top: 0;
}
.front_webinars p {
	font-size: 1.3em;
}
.subhead {
	background: var(--c-01);
	color: var(--c-05);
	padding: 1em;
	font-weight: bold;
	font-size: 1.5em;
	margin: 2em 0;
}
.subhead.cg {
	background: var(--c-05);
	color: var(--c-00);
}
.subhead.cw {
	color: var(--c-00);
}
.itxt {
	font-size: 1.2em;
}

.webinars {
	color: var(--c-01);
}

.webinars .f {
	display: flex;
}
.webinars .w {
	padding: 1.3em 0;
	display: flex;
	gap: 0.5em;
	font-size: 1.1em;
}
.webinars .w.n {
	border-bottom: dotted 2px var(--c-01)
}
.webinars .e {
	font-weight: bold;
	margin: 0.7em 0;
	font-size: 1.2em;
	border: dotted 0.2em var(--c-01);
	padding: 1em;
	background: var(--c-09);
}
.webinars .g {
	width: 100%;
	max-width: 2.7em;
}
.webinars .he {
	font-size: 1.1em;
	font-weight: bold;
	margin: 1em 0;
	color: var(--c-08);
}
.webinars .w span {
	max-width: 5.5em;
	width: 100%;
	font-weight: bold;
}
.webinars .w a {
	color: var(--c-05);
	font-weight: bold;
	font-size: 1.1em;
}
.webinars .w.s {
	padding: 0.5em 0;
}
.webinars .w .t {
	margin-top: 0.7em;
}
.webinars .w.o {
/* 	margin-left: 10em; */
}
.webinars .w.o a, .webinars .w.o span {
	color: var(--c-07);
}
.webinars h3 {
	font-weight: normal;
	font-size: 2em;
	margin-top: 0;
}
.webinars p {
	font-size: 1.2em;
}
.webinar .f {
	display: flex;
	align-items: normal;
	justify-content: center;
}
.webinar .f:nth-child(odd) {
	background: var(--c-09);
}
.webinar .f .t {
	font-weight: bold;
	color: var(--c-05);
	padding: 1em;
	min-width: 4.8em;
}
.webinar .f .c {
	width: calc(100% - 4em);
	padding: 1em;
}
.webinar .f .c p:first-child {
	margin-top: 0;
}
.webinar .f .c p:last-child {
	margin-bottom: 0;
}
.webinar .at {
	font-size: 1.1em;
	line-height: 1.7em;
}
.webinar .m {
	padding: 2em;
	background: var(--c-05);
	margin-top: 3em;
}
.webinar .m h3 {
	font-weight: bold;
    font-size: 1.5em;
    margin: 0 0 1em 0;
	color: var(--c-00);
}
.item-page .th {
	width: 100%;
	max-width: 72%;
}
.agenda .l {
	height: 20em;
    overflow: hidden;
}
.agenda .l::before {
	content: '';
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6em;
    position: absolute;
    background: var(--g-00);
    z-index: 1;
}
.agenda .more {
    text-align: center;
}
.agenda.f .more {
	display: none;
}
.agenda.f .l::before {
	display: none;
}
.agenda.f .l {
	height: auto;
}
.agenda .l .f {
	display: flex;
	align-items: normal;
	justify-content: center;
}
.agenda .subhead { 
	margin-bottom: 1em;
}
.agenda .l .f:nth-child(odd) {
	background: var(--c-09);
}
.agenda .l .f .t {
	font-weight: bold;
	color: var(--c-05);
	padding: 1em;
	min-width: 4.8em;
}
.agenda .l .f .c {
	width: calc(100% - 4em);
	padding: 1em;
}
.agenda .l .f .c p:first-child {
	margin-top: 0;
}
.agenda .l .f .c p:last-child {
	margin-bottom: 0;
}


.item-page .wdc {
	width: 100%;
	max-width: 28%;
	align-self: end;
	min-width: 20em;
}
.item-page .wd {
	font-weight: bold;
	color: var(--c-00);
	display: flex;
	background: var(--c-05);
	font-size: 1.2em;
	flex-direction: column;
	white-space: nowrap;
	padding: 1em;
	gap: 0.5em;
}
.item-page .as {
	font-weight: bold;
	margin: 2em 0;
	color: var(--c-01);
}
.item-page .wd > * {
	display: flex;
}
.item-page .wdc {
	margin-bottom: 1em;
}
.item-page .wdc a.btn {
	display: block;
}
.item-page .wdc .btn {
	color: var(--c-01);
	background: var(--c-03);
	margin-top: 0.5em;
	text-align: center;
	padding: 1em;
	font-size: 1.1em;
	font-weight: bold;
}
.item-page .wdc .btn.scto {
	background: var(--c-01);
	cursor: pointer;
	color: var(--c-05);
}
.item-page .wdc .btn.scto.ir {
	color: var(--c-00);
	background: var(--c-13);
}
.item-page .wdc .btn.scto:hover {
	background: var(--c-06);
	color: var(--c-00);
}
.item-page .wd .io {
	
}
.item-page .wd svg {
    margin: 0 0.5em 0 0;
	fill: var(--c-01);
	vertical-align: middle;
}
.item-page .wd .i {
	text-align: center;
	width: 2em;
}
.item-page .wd .d svg {
	width: 1.2em;
    height: 1em;
}
.item-page .wd .t svg {
	width: 1.2em;
    height: 1em;
}
.item-page .wd .p svg {
	width: 1.2em;
    height: 1em;
}
.item-page .wd a {
	color: inherit;
	text-decoration: underline;
}
.panelists {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1em;
	border-bottom: dotted 0.1em var(--c-05);
	padding-bottom: 3em;
	margin: 3em 0 3em 0;
}
.panelists .p {
	text-align: center;
	flex: 0 1 calc(25% - 3/4 * 1em);
	min-width: 10em;
	transition-duration: 0.15s;
	cursor: pointer;
	background: var(--c-09);
}
.panelists .p .x {
	padding: 1em;
	background: var(--c-09);
	border: solid 0.1em var(--c-00);
	border-bottom: none;
}
.panelists .p:after {
    content: "▾";
    position: absolute;
    bottom: -0.25em;
    right: 0;
    color: var(--c-08);
    transition: all 0.3s;
    font-size: 1.5em;
}
.panelists .p .g {
	border-radius: 50%;
	border: solid 0.2em var(--c-00);
	width: 80%;
	overflow: hidden;
	margin: 0 auto 0.6em auto;
}
.panelists .p .g:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.panelists .p .n {
	font-size: 1em;
}
.panelists .p .fc {
	position: absolute;
	top: -0.5em;
	right: -0.5em;
	color: var(--c-00);
	font-size: 0.8em;
	padding: 0.3em 0.7em;
	background: var(--c-08);
}
.panelists .p .fc.f1 {
	background: var(--c-01);
}
.panelists .p .fc.f2 {
	background: var(--c-05);
}
.panelists .p .fc.f3 {
}
.panelists .p:hover {
	border-color: var(--c-05);
}
.panelists .p:hover .x {
	border-color: var(--c-05); 
 	background: var(--c-00);
}
.panelists .p:hover img {
	border-color: var(--c-05);
}
.panelists .p:hover:after {
	display: none;
}
.panelists .p:hover .n {
	color: var(--c-05); 
}
.panelists .p:hover .h {
	display: block;
}
.panelists .p .h {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
    width: 100%;
    z-index: 99;
	border: solid 0.1em var(--c-05);
	border-top: none;
	background: var(--c-00);
}
.panelists .p .h .i {
	position: relative;
	width: 100%;
	margin: auto;
	padding: 0 1em 1em 1em;
	text-align: left;
	font-size: 0.85em;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
}
img.ml {
	margin-left: 1em;
}

.tright {
	text-align: right;
}
.page-header-link a {
	color: var(--c-05);
}
a.more, .more > a {
	font-weight: bold;
	display: inline-block;
	padding: 0.75em 1em;
	background: var(--c-05);
	color: var(--c-01) !important;
	font-size: 1.1em;
	margin-top: 1em;
	min-width: 14em;
	text-align: center;
	cursor: pointer;
    transition: all 0.2s;
}
a.more.w, .more.w > a {
	background: var(--c-00);
    transition: all 0.2s;
}
a.more:hover, .more > a:hover {
	background: var(--c-01);
	color: var(--c-00) !important;
}
a.more.nmw, .more.nmw > a {
	display: block;
	max-width: 50%;
}
a.more.b, .more.b > a {
	font-size: 1.3em;
}
a.more.fw, .more.fw > a {
	width: 100%;
}
.more.cnt {
	text-align: center;
}
img.ml {
	margin-left: 1em;
}
section.foot {
	background: var(--c-01);
	color: var(--c-00);
}
section.foot .container {
	display: flex;
	align-items: center;
	gap: 1em;
}
section.foot .container > * {
	flex: 1;
}
section.foot .c1 {
	width: 50%;
	padding-right: 3em;
}
section.foot .c1 h3 {
	font-size: 1.5em;
	margin-top: 0;
}
section.foot .c1 h3 span {
	display: block;
	color: var(--c-05);	
}
section.foot .c2 { 
	width: 50%;
	font-size: 1.3em;
	color: var(--c-05);
}
section.foot .c2 a { 
	color: var(--c-05);
}

section.foot .c1 form > span {
	display: flex;
	white-space: nowrap;
	margin-bottom: 1em;
}
section.foot .c1 form input {
	display: inline-block;
	border: none;
	height: 2.7em;
}
section.foot .c1 form input:first-child { 
	width: 100%:
	max-width: 15em;
}
section.foot .c1 form input:last-child { 
	max-width: 3.5em; 
	width: 100%;
	color: var(--c-00);
	background: var(--c-05);
	font-weight: bold;
    transition: all 0.2s;
}
section.foot .c1 form input:last-child:hover {
	background: var(--c-00);
	color: var(--c-05);
}
section.foot .c1 form .t span {
	text-decoration: underline;
	cursor: pointer;
}
section.foot .c1 .newsletter {
	max-width: 20em;
}
section.foot  .sm {
	display: flex;
	gap: 1em;
	margin-top: 2em;
}
section.foot  .sm a {
	display: flex;
	width: 1.8em;
	height: 1.8em;
	background: var(--c-00);
	border-radius: 0.3em;
	align-items: center;
	justify-content: center;
    transition-duration: 0.3s;
	cursor: pointer;
}
section.foot .sm a:hover {
	opacity: 0.7;
}
section.foot .sm svg {
	fill: var(--c-01);
}
section.foot .sm  a.f svg {
	width: 0.6em;
}
section.foot .sm  a.l svg {
	width: 1.2em;
}
section.foot .sm  a.fk svg {
	width: 1.2em;
}
section.foot .sm  a.y svg {
	width: 1.2em;
}
section.partners .h {
	text-align: center;
	margin: 0 0 4em 0;
	/* background: var(--c-11); */
	color: var(--c-01);
	padding: 1em 1em 0.5em 1em;
	font-weight: 600;
	font-size: 1.2em;
}
section.partners .flex {
	display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: auto;
    width: 100%;
	gap: 3em;
	margin-bottom: 3em;
	align-items: center;
	justify-content: center;
	border-bottom: solid 0.2em var(--c-11);
	padding-bottom: 5em;
}
section.partners .flex a {
	display: inline-block;
}
section.partners .flex a:hover img {
	transform: scale(1.05)
}
section.partners .flex img {
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	transition-duration: 0.2s;
}
section.partners .flex > * {
	flex: 0 0 calc(25% - 3/4*3em);
	align-items: center;
    justify-content: center;
    display: flex;
	/* width: calc(25% - 3/4*2em); */
}
section.editions {
	color: var(--c-00); 
	background: var(--c-05); 
	font-size: 1.2em;
}
section.editions .l a {
	display: inline-block;
	padding: 0.5em 0;
	margin: 0 1em 1em 0;
	min-width: 6em;
	text-align: center;
	font-weight: bold;
}
section.contest .about {
	margin-bottom: 2em;
	display: flex;
	gap: 2em;
}
.gallery {
	padding: 1em;
	background: var(--c-05); 
    font-size: 1.5em;
}
.gallery h3 {
	font-weight: bold;
    margin: 0 0 1em 0;
    color: var(--c-00);
	font-size: 1em;
}
.gallery a {
	font-size: 0.8em;
}
.gallery .item a img {
	/* border: solid 1px white; */
}
.gallery .item a::before {
	position: absolute;
	content: '+';
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0.4em;
	bottom: 0.4em;
	width: 2em;
	height: 2em;
	font-weight: bold;
	font-size: 1em;
	color: var(--c-00);
	background: var(--c-20);
	z-index: 1;
	border-radius: 50%;
    transition-duration: 0.2s;
	border: solid 0.2em var(--c-00);
	opacity: 0.5;
}
.gallery .item a:hover::before {
	transform: scale(1.2);
	right: 0.8em;
	bottom: 0.8em;
	opacity: 0.8;
}
section.contest .about h3 {
	color: var(--c-05);
	padding: 0.5em 1em;
	font-size: 1em;
	background: var(--c-12);
	margin: 0.4em 0;
	width: 100%;
}
section.contest .about .l {
	width: 100%;
	max-width: 20%;
	min-width: 150px;
}
section.contest .about .l img {
	max-width: 100%;
	width: 100%;
}
section.contest .about .l div {
	background: var(--c-05);
	padding: 2em;
}
section.contest .about .r {
	font-size: 1.2em;
	width: 100%;
}
section.contest .about p {
	font-size: 1em;
}
section.contest .qanda {
	font-size: 1.1em;
}
section.contest .qanda {
	padding: 1em 2em;
	background: var(--c-09);
}
section.contest .qanda h3 {
	color: var(--c-01);
}
section.contest .qanda p {
	padding-left: 2em;
}
section.contest .forms {
	background: var(--c-05);
	margin-top: 3em;
	padding: 1em;
	display: flex;
	gap: 1em;
	font-size: 1.5em;
}
section.contest .forms .l {
	width: 35%;
	color: var(--c-00);
}
section.contest .forms .l h3 {
	font-size: 1em;
	margin: 0;
}
section.contest .forms .l span {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
    border: dotted 0.2em var(--c-00);
    padding: 1em;
	color: var(--c-00);
	margin-top: 1.5em;
}
section.contest .forms .r {
	display: flex;
	gap: 1em;
	flex-direction: column;
	width: 65%;
}
section.contest .forms .r a {
	display: block;
	font-weight: bold;
	font-size: 0.9em;
	padding: 1em;
}
section.contest .forms .r span {
	font-weight: bold;
	font-size: 0.8em;
    border: dotted 0.2em var(--c-01);
    padding: 1em;
	color: var(--c-01);
}
section.contest .statute {
	margin-bottom: 3em;
}
section.contest .statute .h {
	height: 20em;
	overflow: hidden;
}
section.contest .statute .h::before {
	content: '';
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	height: 6em;
	position: absolute;
	background: var(--g-00);
	z-index: 1;
/*	border-bottom: dotted var(--c-01) 0.2em; */
}
section.contest .statute .more {
	text-align: center;
}
section.contest .statute.f .h::before {
	display: none;
}
section.contest .statute.f .h {
	height: auto;
}
section.contest .statute.f .more {
	display: none;
}
section.contest .laureates {
	font-size: 1.2em;
	margin-bottom: 3em; 
}
section.contest .laureates li p {
	margin: 0 0 auto 0;
}
section.contest .laureates li {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
section.contest .laureates .more {
	text-align: center;
}
section.contest .laureates b, section.contest .laureates strong {
	font-size: 1.2em;
	color: var(--c-05);
}
section.contest .laureates li b, section.contest .laureates li strong {
	font-size: 1em;
	color: inherit;
}



table.expand {
	width: 100%;
}
table.expand .t {
    color: var(--c-05);
    padding: 0.5em 2em 0.5em 1em !important;
    font-size: 1em;
    background: var(--c-12);
    margin: 0.4em 0;
    width: 100%;
	cursor: pointer;
	font-weight: bold;
}
table.expand .t:hover:after {
	transform: rotate(90deg);
}
table.expand .t p {
	font-size: 1em;
	margin: 0;
}
table.expand .t:hover, table.expand.e .t {
    color: var(--c-12) !important;
    background: var(--c-05) !important;
}
table.expand .t:after {
	content: '>';
	display: block;
	position: absolute;
	right: 0.7em;
	top: 0.3em;
	font-weight: bold;
	font-size: 1.2em;
	transition: transform 0.2s;
}
table.expand.e .t:after {
	transform: rotate(-90deg);
}
table.expand .c {
	display: none;
	padding-bottom: 1em;
}
table.expand.small .c * {
	font-size: 1rem;
}
table.expand.e .c {
	display: table-cell;
}

section.conference {

}
section.conference .relation {
	padding: 1em;
	background:  var(--c-05);
	margin-bottom: 0.2em;
    font-size: 1.5em;
}
section.conference .relation .f {
	display: flex;
	width: 100%;
	gap: 1em;
	flex-wrap: wrap;
}
section.conference .relation .f .a {
	width: 100%;
}
section.conference .relation .f .o {
	width: calc(50% - 1/2*1em);
}
section.conference .relation h3 {
    font-weight: bold;
    margin: 0 0 1em 0;
    color: var(--c-00);
	font-size: 1em;
}
section.conference .relation h3 > span {
	display: flex;
	font-size: 0.8em;
	color: var(--c-01);
}
section.conference .relation h3 > span svg {
    width: 1.2em;
    height: 1em;
}
section.conference .relation h3 > span svg {
    margin: 0 0.5em 0 0;
    fill: var(--c-01);
    vertical-align: middle;
}


section.conference .page-header img {
	width: 100%;
}
section.conference .about {
	font-size: 1.2em;
	margin-bottom: 3em;
}
section.conference .registration, .webinar .registration  {
	font-size: 1.5em;
	background: var(--c-13);
	padding: 1em;
	margin-bottom: 1em;
}
.webinar .registration  {
	margin-top: 2em;
}
section.conference .registration a,  .webinar .registration a {
	min-width: auto;
}
.webinar .registration a {
	margin-top: 0;
}
section.conference .registration h2, .webinar .registration h2 {
	color: var(--c-00);
	margin-top: 0;
	font-size: 1em;
}
section.conference .registration .i, .webinar .registration .i {
	font-weight: bold;
	font-size: 0.8em;
	border: dotted 0.2em var(--c-01);
    padding: 1em;
	text-align: center;
	border-color: var(--c-00);	
	color: var(--c-00);	
}
section.conference .registration .i.w,  .webinar .registration .i.w {
	background: var(--c-21);
}
section.conference .m {
	display: flex;
	width: 100%;
	background: var(--c-09);
	color: var(--c-01);
	margin: 2em 0 1em 0;
	gap: 2px;
}
section.conference .m > * {
	flex: 1 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: normal;
	padding: 1em;
}

section.conference .m > *.active, section.conference .m > *:hover {
	background: var(--c-03);
	color: var(--c-01);
	cursor: pointer;
}
section.conference .m span.z {
	display: block;
	font-weight: bold;
}
section.conference .days {
	border: solid 1px var(--c-03);
	padding: 1em;
	margin-bottom: 2em;
}
section.conference .days .title {
	font-size: 2em;
	padding: 1em;
	margin: 0 0 1em 0;
	text-align: center;
	background: var(--c-03);
}
section.conference .days .title span {
	font-weight: bold;
	display: block;
}
section.conference .days .title .p {
	font-size: 0.8em;
}

section.conference .publications {
	margin-bottom: 3em;
}

section.conference .publications .f {
	display: flex;
	gap: 2em;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
section.conference .publications .f > a {
	flex: 0 1 calc(50% - 1/2*2em);
}

@-webkit-keyframes iui-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-moz-keyframes iui-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-ms-keyframes iui-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-o-keyframes iui-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes iui-fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@-webkit-keyframes iui-fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-moz-keyframes iui-fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-ms-keyframes iui-fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@-o-keyframes iui-fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes iui-fadeOut {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

.hub .filter {
	margin: 1em 0;
	display: flex;
	padding: 1em;
	background: var(--c-05);
	gap: 1em;
	margin-bottom: 2em;
	flex-wrap: wrap;
}
.hub .filter > * {
	display: flex;
}
.hub .embed-responsive {
	margin: 2em 0;
}
.hub .filter > *:last-child {
	display: flex;
}
.hub .fb {
	background: var(--c-01);
	height: 100%;
	padding: 0.5em 1.5em;
	box-sizing: border-box;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--c-05);
	color: var(--c-05);
	cursor: pointer;
}
.hub .fb:hover {
	background: var(--c-00);
	transition: all 0.2s;
}
.dropdown-display, .dropdown-display-label {
	min-width: 13em;
	background: var(--c-00);
}
.dropdown-multiple,
.dropdown-multiple-label,
.dropdown-single {
	position: relative
}

.dropdown-multiple-label.active .dropdown-main,
.dropdown-multiple.active .dropdown-main,
.dropdown-single.active .dropdown-main {
  display: block;
  -webkit-animation: iui-fadeIn .2s ease-in forwards;
  -moz-animation: iui-fadeIn .2s ease-in forwards;
  -ms-animation: iui-fadeIn .2s ease-in forwards;
  -o-animation: iui-fadeIn .2s ease-in forwards;
  animation: iui-fadeIn .2s ease-in forwards
}

.dropdown-multiple-label.active .dropdown-display-label:after,
.dropdown-multiple-label.active .dropdown-display:after,
.dropdown-multiple.active .dropdown-display-label:after,
.dropdown-multiple.active .dropdown-display:after,
.dropdown-single.active .dropdown-display-label:after,
.dropdown-single.active .dropdown-display:after {
  border-top: none;
  border-bottom: .5em solid var(--c-05);
  border-left: .25em solid transparent;
  border-right: .25em solid transparent;
}

.dropdown-multiple-label.active .dropdown-display,
.dropdown-multiple-label.active .dropdown-display-label,
.dropdown-multiple.active .dropdown-display,
.dropdown-multiple.active .dropdown-display-label,
.dropdown-single.active .dropdown-display,
.dropdown-single.active .dropdown-display-label {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.dropdown-placeholder {
  padding: .3em .7em .2em .7em;
  margin-bottom: .3em;
  display: block;
}

.dropdown-display,
.dropdown-display-label {
  position: relative;
  display: block;
  margin-bottom: 0;
  font-size: 1em;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid var(--c-05);
  color: var(--c-14);
}

.dropdown-display-label:after,
.dropdown-display:after {
  content: '';
  position: absolute;
  border-top: .5em solid var(--c-05);
  border-left: .25em solid transparent;
  border-right: .25em solid transparent;
  top: 1.2em;
  right: 0.5em
}

.dropdown-clear-all {
}

.dropdown-clear-all:focus {
  outline: 0
}

.dropdown-clear-all:hover {
  color: #ccc;
  text-decoration: none;
}

.dropdown-display {
  white-space: nowrap;
  padding: .5em 1em .5em 1em
}

.dropdown-multiple:hover .dropdown-clear-all,
.dropdown-single:hover .dropdown-clear-all {
  display: block
}

.dropdown-display .dropdown-chose-list {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  padding-right: 1em;
}

.dropdown-display .dropdown-chose-list span:before {
  content: ','
}

.dropdown-display .dropdown-chose-list span:first-child:before {
  content: ''
}

.dropdown-display .placeholder {
  display: none
}

.dropdown-display .placeholder:first-child {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  color: #999;
  display: block;
  text-indent: 10px;
  font-size: 13px;
  line-height: 32px
  z-index: 2;
}

.dropdown-display input {
  border: 0;
  outline: 0
}

.dropdown-display-label {
  padding: .3em 1.3em 0 .3em;
}

.dropdown-display-label .dropdown-search {
  display: inline-block
}

.dropdown-display-label input,
.dropdown-display-label input:focus {
  border: none;
  outline: 0
}

.dropdown-display-label .dropdown-chose-list {
  display: inline-block;
  padding: 0
}

.dropdown-display-label .dropdown-chose-list .placeholder {
  display: none
}

.dropdown-display-label .dropdown-selected {
  position: relative;
  margin: 0.3em 0.3em 0.5em 0.2em;
  padding: 0 1.5em 0 0.5em;
  max-width: 100%;
  background-repeat: repeat-x;
  color: var(--c-00);
  cursor: default;
  display: inline-block;
  background: var(--c-05);
}

.dropdown-display-label .dropdown-selected .del {
  -webkit-appearance: none;
  padding: 0.2em;
  cursor: pointer;
  background: 0 0;
  border: 0;
  float: right;
  line-height: 1;
  color: var(--c-00);
  position: absolute;
  right: .25em;
  top: 0;
  bottom: 0;
  display: flex;
  background: var(--c-05);
  align-items: center;
  justify-content: center;
}

.dropdown-display-label .dropdown-selected .del:after {
  content: '\D7';
  font-size: 1em;
  margin-top: 0.2em;
}

.dropdown-main {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1010;
  width: 100%;
  color: #444;
  box-sizing: border-box;
  background-color: var(--c-00);
  border: 1px solid var(--c-05);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  margin-top: -1px;
  border-top: 0;
  padding: 4px 7px;
  display: none
}

.dropdown-main ul {
  overflow-y: auto;
  max-height: 340px;
  margin: 0;
  padding: 0
}

.dropdown-main input {
  margin-top: 0;
  display: block;
  box-sizing: border-box;
  height: 30px;
  border: 1px solid #ccc;
  width: 100%;
  text-indent: 5px;
  border-radius: 3px
}

.dropdown-main .dropdown-search {
  display: block;
  padding: 5px 0
}

.dropdown-group {
  font-weight: 700
}

.dropdown-group,
.dropdown-option {
  margin: 0;
  padding-left: 0;
  list-style: none;
  line-height: 26px;
  white-space: nowrap;
  font-size: 0.9em;
  padding-left: 0.7em;
}

.dropdown-option {
  cursor: pointer
}

.dropdown-option:focus,
.dropdown-option:hover {
  background-color: #efefef;
  outline: 0
}

.dropdown-option[disabled] {
  color: #ddd;
  background-color: #fff;
  cursor: not-allowed;
  text-decoration: line-through
}
.dropdown-option.dropdown-chose {
	background: var(--c-05);
	color: var(--c-00);
}
.dropdown-maxItem-alert, .dropdown-minItem-alert {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e4e3e2;
  width: 100%;
  height: 39px;
  line-height: 39px;
  padding: 0 5px;
  border-radius: 5px;
  color: #999;
  -webkit-animation: iui-fadeIn .2s ease-in forwards;
  -moz-animation: iui-fadeIn .2s ease-in forwards;
  -ms-animation: iui-fadeIn .2s ease-in forwards;
  -o-animation: iui-fadeIn .2s ease-in forwards;
  animation: iui-fadeIn .2s ease-in forwards
}
.hub .lead {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 2em;
    padding: 1em 2em;
    background: var(--c-09);
}
.hub .tags {
	margin-top: 5em;
	margin-bottom: 2em;
}
.hub .tags a {
	display: inline-block;
	color: var(--c-00);
	background: var(--c-05);
	padding: 0.2em 0.5em;
	margin: 0 0.3em 0.3em 0;
	font-size: 0.9em;
    transition: all 0.2s;
}
.hub .tags a:hover {
	background: var(--c-01);
}
.hub .partner {
	margin-bottom: 5em;
	border: dotted 0.2em var(--c-01);
	padding: .5em .5em 2em .5em;
	text-align: center;
	width: 100%;
}
.hub .partner h3 {
	background: var(--c-09);
	padding: 0.5em 1em;
	margin: 0 0 2em 0;
}
.hub .partner a {
	display: inline-block;
	font-weight: bold;
    transition: all 0.2s;
}
.hub .partner a:hover {
	transform: scale(1.05);
}
.hub .slide {

}
.hub .slide a {
}
.hub .slide a > span {
	min-height: 20em;
	display: flex !important;
	font-size: 2em;
	color: var(--c-00);
	font-weight: bold;
}
.hub .slide a > span .c {
	display: block;
	font-weight: normal;
	font-size: 0.6em;
	margin-bottom: 1em;
}
.hub .slide a > span > span {
	width: 45%; 
	padding: 2em 2em 2em 120px;  
	background: rgba(0,0,0,0.6);
    transition: all 0.2s;
}
.hub .slide a > span > span > span {
	max-width: 550px;
	width: 100%;
	float: right;
}
.hub .slide a > span:hover > span {
	background: var(--c-24);
}
.hub .slide a .t {
	display: block;
}
.hub .slide a .a {
	display: inline-block;
	margin-top: 1em;
}
.hub .list {
	display: flex; 
	gap: 1em;
	flex-wrap: wrap;
}
.hub .list > * {
	display: flex;
	flex: 0 1 calc(33.3% - 2/3*1em);
	min-height: 14em; 
	border: solid 2px var(--c-05);
    transition: all 0.2s;
}
.hub .list > * > span {
	align-self: flex-end;
	font-size: 1.05em;
	width: 100%;
	padding: 1em; 
    transition: all 0.2s;
}
.hub .list > * .a {
	display: block;
	text-align: right;
}
.hub .list > *.i {
	color: var(--c-00);
	border: none;
    transition: all 0.2s;
}
.hub .list > *.i > span {
	background: var(--c-25);
    transition: all 0.2s;
	z-index: 10;
}

.hub .list > *.i:after {
	content: '';
	display: block;
	background: var(--g-02);
	position: absolute;
	opacity: 0.5;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}


.hub .list > * .c { 
	font-size: 0.7em;
	display: block;
	margin-bottom: 0.3em;
	color: var(--c-00);
}
.hub .list > *:hover > span {
	padding-bottom: 1.5em;
}

.hub .list > *:not(.i) .c {
	color: var(--c-07);
}
.hub .list > *:not(.i):hover {
	background: var(--c-05);
	color: var(--c-00) !important;
}
.hub .list > *:not(.i):hover * {
	color: var(--c-00) !important;
}
.hub .list > *.i:hover > span {
	background: var(--c-24);
	color: var(--c-00) !important;
}

.hub .list > *.i:hover:after {
	background: none;
}

.langscont {
	width: 100%;
	text-align: right;
	margin-bottom: 2em;
}
.langscont > div {
	padding: 2px;
	border: solid 2px var(--c-01);
	display: inline-block;
}
.langscont .langs {
	display: flex;
	gap: 2px;
}
.langscont .langs > * {
	padding: 0.2em 0.5em;
	cursor: pointer;
	width: 5.6em;
	text-align: center;
    transition: all 0.2s;
}
.langscont .langs > *.active {
	font-weight: bold;
}
.langscont .langs > *.active, .langscont .langs > *:hover {
	color: var(--c-00); 
	background: var(--c-05); 
}

.download form h3 {
	margin-top: 0;
}
.download form {
	margin-top: 1em;
}
.download form > span {
	display: flex;
	white-space: nowrap;
	margin-bottom: 1em;
}
.download form input {
	display: inline-block;
	border: none;
	height: 2.7em;
}
.download form input:first-child { 
	width: 100%;
	max-width: 15em;
}
.download form input:last-child { 
	max-width: 3.5em; 
	width: 100%;
	color: var(--c-03);
	background: var(--c-01);
	font-weight: bold;
    transition: all 0.2s;
}
.download form input:last-child:hover {
	background: var(--c-00);
	color: var(--c-05);
}
.download form .t {
	color: var(--c-00);
}
.download form .t span {
	text-decoration: underline;
	cursor: pointer;
}


a.clr1 {
    color: var(--c-01);
	background: var(--c-00);
}
a.clr1:hover {
    color: var(--c-00);
	background: var(--c-01);
}
a.clr2 {
	background: var(--c-05);
    color: var(--c-01) !important;
}
a.clr2:hover {
	background: var(--c-01);
    color: var(--c-00) !important;
}
a.btn {
	padding: 0.75em 1em;
    font-size: 1.3em;
    margin-top: 1em;
    min-width: 14em;
    text-align: center;
    cursor: pointer;
	font-weight: bold;
}
span.br {
	display: block;
}
.copy {
	text-align: center;
	color: var(--c-07); 
}
.copy a {
	color: inherit;
}
.copy .l {
	display: flex;
	gap: 3em;
	align-items: center;
	margin: auto;
	justify-content: center;
	margin: 3em 0 3em 0;
}
.copy .l a {
    vertical-align: middle;
}
.copy .l .g {
	width: 100%;
	max-width: 12em;
}
.copy .l .f {
	width: 100%;
    max-width: 8em;
}
.item-page .page-header, .com-content-category-blog > .page-header {
	padding-bottom:0;
	border-bottom: solid 0.5rem var(--c-01);
	margin-bottom: 3em;
}

/* .com-content-category-blog h1 {
	padding-bottom: 0.5em;
	border-bottom: solid 0.2em var(--c-01);
	margin-bottom: 3em;
} */

.com-content-category-blog .item-content {
	color: var(--c-01);
}

.com-content-category-blog .item-content h2 {
	font-weight: normal;
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
}
.com-content-category-blog .item-content h2 a {
	color: var(--c-05);
}
.blog .news.items-leading {
	display: flex;
	gap: 2em;
}
.blog .news.items-leading > div {
	width: calc(33.3% - 2/3*1em);
}
.blog .news.blog-items:not(.items-leading) {
	margin-top: 2em;
}
.blog .news.blog-items:not(.items-leading) .item-content {
	background: var(--c-11);
	padding: 2em;
	margin-bottom: 1em;
}
.blog .news.blog-items.items-leading {
	width: 100%;
	margin-bottom: 3em;
}
.blog .news.blog-items.items-leading .item-content .thumb {
	width: 100%;
    padding-top: 50%;
	margin-bottom: 1em;
}

.blog .publications.items-leading {
	display: flex;
	gap: 3em;
	flex-wrap: wrap;
}
.blog .publications.items-leading > div {
	width: calc(25% - 3/4*3em);
}
.blog .publications.items-leading .more {
	min-width: 100%;
}
.blog .publications .thumb {
	width: 100%;
	margin-bottom: 1em;
}
.publicationslide {
	margin-top: 3em;
	border-top: solid 0.1rem var(--c-03);
}
.publicationslide li {
	max-width: 13em;
	width: 100%;
    transition: all 0.2s;
	margin: .5em;
}
.publicationslide li:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0px 0px 8px 0px rgb(161 161 179);
    -moz-box-shadow: 0px 0px 8px 0px rgb(161, 161, 179);
    box-shadow: 0px 0px 8px 0px rgb(161 161 179);
}
.publicationslide li img {
	width: 100%;
}
.item-page .publiaction {
	display: flex;
	gap: 4em;
}
.item-page .publiaction > * {

}
.item-page .publiaction > *:first-child {
	width: 70%;
}
.item-page .publiaction > *:last-child {
	width: 30%;
	min-width: 20em;
}
.item-page .publiaction .download {
	background: var(--c-05);
	padding: 1em;
}
.item-page .publiaction .download img {
	max-width: 100%;
	width: 100%;
}
.item-page .page-header h1 {
/*	font-size: 3em; */
	font-size: 2.5em;
	color: var(--c-01);
	margin: 0.9em 0;
}
.com-content-category-blog h1 {
	color: var(--c-01);
	font-size: 2.5em;
	margin: 0.9em 0;
}
.item-page .page-header.flex {
	display: flex;
	gap: 4em;
	align-items: center;
}
/* .item-page .page-header.flex h1 {
	margin: 0 0 0.5em 0;
} */
.item-page .page-header h2 {
	color: var(--c-01);
	font-size: 2.3em;
}
.item-page .page-header h3 {
	background: var(--c-08);
	font-size: 1.2em;
	display: inline-block;
	padding: 0.3em 1em;
	color: var(--c-00);
}
.item-page .tright {
	margin-top: 2em;
}

.item-page .page-header.smg h1 {
	margin: 0 0 0.83em 0;
}

.item-page .imgthumb.center {
	width: 100%;
	max-width: 100%;
	margin-bottom: 2em;
}
.item-page .imgthumb img {
	width: 100%;
	max-width: 100%;
}
.item-page .imgthumb.right {
	float: right;
	max-width: 40%;
	margin: 0 0 2em 2em;
}
.item-page .imgthumb .c {
	text-align: right;
	font-size: 0.9em;
	color: var(--c-07);
	max-width: 387px;
	margin-left: auto;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin: 0;
    padding-bottom: 56.25%;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.pg105 .map {
	background: rgb(221, 221, 221) !important;
}
.pg105 .map iframe {
	display: block;
	margin: auto;
	border: none;
	border-top: solid 0.5rem var(--c-01);
	width: 100%; 
	height: 90vh;
}
.pg105 .item-page .page-header {
	border-bottom: none;
	margin-bottom: 0;
}
.pg105 .item-page .page-header h1 {
	padding-bottom: 0;
	margin-bottom: 0.5em;
}

.content.flex {
	display: flex;
	gap: 4em;
}
.content.flex > div:first-child {
	width: 70%;
}
.content.flex > div:last-child {
	width: 30%;
}
.moduletable {
	margin-top: 5em;
}
.moduletable h3 {
	font-size: 1.2em;
	color: var(--c-01);
	font-weight: bold;
}
.moduletable a {
	color: var(--c-05);
}
.moduletable h4 {
	margin-top: 0;
	margin-bottom: 0.5em;
	font-size: 1em;
}
.moduletable .mod-articlesnews__item h4 {
	margin: 0 0 0.3em 0;
	font-size: 1.1em;
}
.moduletable .mod-articlesnews__item {
	margin-bottom: 2em;
}
.moduletable .mod-articlesnews__item .d {
	color: var(--c-07);
	font-size: 0.8em;
	margin-bottom: 0.3em;
}
.art-image img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1em;
}
.art-image.right {
	float: right;
	width: 45%;
	margin: 0 0 2em 2em;
}
.pagenavigation {
	border-top: solid 0.1rem var(--c-03);
	margin-top: 8em;
}
 .pagination__wrapper {
	margin-top: 4em;
}
.pagenavigation a, .pagination__wrapper a {
	background: var(--c-03);
	max-width: 100%;
	word-wrap: normal;
}
.unl a:hover, a.unl:hover {
	text-decoration: underline;
}
.mw100 {
	max-width: 100%;
}
.nbb {
	border-bottom: none !important;
}
.nrf-widget.gallery {
    --columns: 3;
    --tablet-columns: 3;
    --mobile-columns: 3;
    --gap: 10px;
    --tablet-gap: 10px;
    --mobile-gap: 10px;
	margin-top: 3em;
}
.tf-gallery-wrapper .gallery-items.grid {
	display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: var(--gap);
    grid-template-columns: repeat(var(--columns), 1fr);
}
.tf-gallery-wrapper .gallery-items.grid img {
	display: block;
}
.pagination {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	gap: 1em;
}
.pagination > * {
	flex: 1;
	margin: 0;
	padding: 0;
}
.pagination > *:last-child {
	text-align: right;
}
.pagination .page-item.disabled {
	display: none;
}
.nmgt {
	margin-top: 0;
}
.nmgb {
	margin-bottom: 0 !important;
}
.npdd {
	padding: 0;
}
.npddb {
	padding-bottom: 0;
}
.pddt15 {
	padding-top: 2em;
}
.pddt {
	padding-top: 3em;
}
.pddt2 {
	padding-top: 6em;
}
.pddb {
	padding-bottom: 3em;
}
.pddb2 {
	padding-bottom: 6em;
}

.o-b1 {
	display: flex;
	gap: 3em;
}
.o-b1 > * {
	width: 50%;
}
.o-b1 > *:last-child {
	text-align: center;
    align-self: center;
	padding: 1.7em
}
.o-b1 .e {
    width: 100%;
    max-width: 16em;
}
.o-b1 .gf {
	display: flex;
	gap: 4em;
    align-items: center;
    justify-content: center;
	margin-top: 3em;
}
.o-b1 .g {
    width: 100%;
    max-width: 12em;
}
.o-b1 .f {
    width: 100%;
    max-width: 8em;
}

.o-b4 {
	display: flex;
	gap: 3em;
}
.o-b4 > * {
	width: 50%;
}
.o-b4 > *:last-child {
	text-align: center;
    align-self: center;
	padding: 1.7em 0 1.7em 1.7em;
}
.o-b4 > *:last-child img {
	width: 100%;
	max-width: 100%;
}

.o-b2 {
	display: flex;
	gap: 2em;
    justify-content: center;
	font-weight: bold;
	margin: 4em 0 2em 0;
}
.o-b2 > * {
	text-align: center;
	width: calc(100% / 5 - 5/4 * 2em);
}
.o-b3 {
	display: flex;
	gap: 3em;
	background: var(--c-01);
	color: var(--c-00);
	margin: 3em 0;
}
.o-b3 p {
	margin-bottom: 0;
}
.o-b3 > * {
	width: 50%;
	padding: 1.7em;
}
.o-b3 .head {
    font-weight: bold;
    font-size: 1.5em;
	margin-bottom: 1em;
}
.o-b3 > *:last-child {
	align-self: center;
}
.o-b3 > *:last-child img {
	width: 100%;
	display: block;
}
.oprojekcie-organizatorzy {
	padding: 1em 2em;
	background: var(--c-09);
	margin-bottom: 1em;
	background: none;
}

.oprojekcie-organizatorzy {
    display: flex;
    gap: 3em;
    align-items: center;
    margin: auto;
    justify-content: center;
    margin: 3em 0 3em 0;
}
.oprojekcie-organizatorzy a {
    vertical-align: middle;
}
.oprojekcie-organizatorzy .g {
    width: 100%;
    max-width: 12em;
}
.oprojekcie-organizatorzy .f {
    width: 100%;
    max-width: 8em;
}

.oprojekcie-konkurs {
	padding: 1em 2em;
	background: var(--c-09);
	margin: 1em 0;
}
.oprojekcie-warsztaty {
	padding: 1em 2em;
	background: var(--c-09);
	margin: 1em 0;
}
.oprojekcie-konferencja {
	padding: 1em 2em;
	background: var(--c-09);
	margin: 1em 0;
}



.tac {
	text-align: center;
}

.tiptop {
	position: absolute;
	z-index: 600;
	max-width: 300px;
	padding: 10px;
	font-size: 0.8em;
	color: var(--c-07);
	background: var(--c-00);
	border-radius: 0.2em;
	border: solid 1px var(--tooltip-ramka);
	-webkit-box-shadow: 0px 0px 8px 0px rgb(161 161 179);
	-moz-box-shadow: 0px 0px 8px 0px rgb(161, 161, 179);
	box-shadow: 0px 0px 8px 0px rgb(161 161 179);
}



.loader {
  --clock-color: var(--c-00);
  --clock-width: 4rem;
  --clock-radius: calc(var(--clock-width) / 2 - 0.8rem);
  --clock-minute-length: calc(var(--clock-width) * 0.4);
  --clock-hour-length: calc(var(--clock-width) * 0.2);
  --clock-thickness: 0.2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--clock-width);
  height: var(--clock-width);
  border: 3px solid var(--clock-color);
  border-radius: 50%;
}
.loader::before, .loader::after {
  position: absolute;
  content: "";
  top: calc(var(--clock-radius) * 0.25);
  width: var(--clock-thickness);
  background: var(--clock-color);
  border-radius: 10px;
  transform-origin: center calc(100% - calc(var(--clock-thickness) / 2));
  animation: spin infinite linear;
}
.loader::before {
  height: var(--clock-minute-length);
  animation-duration: 2s;
}
.loader::after {
  top: calc(var(--clock-radius) * 0.25 + var(--clock-hour-length));
  height: var(--clock-hour-length);
  animation-duration: 15s;
}
@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}




/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -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);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
	font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('/css/fonts/slick.eot');
    src: url('/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/css/fonts/slick.woff') format('woff'), url('/css/fonts/slick.ttf') format('truetype'), url('/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â';
}
[dir='rtl'] .slick-next:before
{
    content: 'â';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
	position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li
{
	position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button
{
	font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
	font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: var(--c-05);
}


.slide ul {
	margin: 0; 
	padding: 0;
}

/* .slide ul li:hover {
	transform: scale(1.05);
	-webkit-box-shadow: 0px 0px 8px 0px rgb(161 161 179);
    -moz-box-shadow: 0px 0px 8px 0px rgb(161, 161, 179);
    box-shadow: 0px 0px 8px 0px rgb(161 161 179);
} */

.slide .slick-prev, .slide .slick-next {
	z-index: 888;
	height: 48px;
	width: 48px;
	background:  var(--c-00);
	border-radius: 50%;
	border: solid 4px var(--c-00);
	fill: var(--c-05);
}
.slide .slick-prev:hover, .slide .slick-next:hover {
	fill: var(--c-01);
}
.slide .slick-prev:before, .slide .slick-next:before {
	display: none;
}

.hub .counter {
	margin-bottom: 2em;
	font-weight: bold;
}
.hub .counter span {

}
.hub .slick-slide {
	width: 100%;
}
.hub .slick-prev {
	left: 24px;
}
.hub .slick-next {
	right: 24px;
}
.hub .slick-dots {
/*	bottom: -50px; */
}



@media (max-width: 1240px) {
	body {
		font-size: 0.9em;
	}
@media (max-width: 1000px) {
	body {
		font-size: 0.8em;
	}
	.blog .publications.items-leading {

	}
	.blog .publications.items-leading > div {
		width: calc(33.3% - 2/3*3em);
	}
}
@media (max-width: 860px) {
	.h4mobi {
		display: none;
	}
	.s4mobi {
		display: block;
	}
	.top-block .l {
		left: 1em;
		padding: 1em;
		width: 7em;
	}
	.edmenu > div {
		display: block;
	}
	.front_news .r a .c {
		display: none;
	}
	.hub .slide a > span > span {
		width: 100%;
		align-self: flex-end;
		padding: 1em;
	}
	.hub .list > * {
		flex: 0 1 calc(50% - 1/2*1em);
	}
	.hub .slide a > span > span > span {
		max-width: 100%;
	}
	.slick-arrow { display: none !important; }
	.o-b2 {
		flex-wrap: wrap;
	}
	.o-b2 > * {
		width: 25%;
	}
}
@media (max-width: 750px) {
	.npdd {
		padding: 2em 0 !important;
	}
	.npda {
		padding: 0 !important;
	}
	.panelists .p {
		text-align: center;
		flex: 0 1 calc(33.3% - 2/3 * 1em);
	}
	.fc750 {
		flex-direction: column;
	}
	.fc750 > * {
		width: 100% !important;
	}
	.sub-block .s {
		display: block;
	}
	.sub-block a {
		display: inline-block;
		margin: 0.2em 2em 0.2em 0;
	}
	section.conference .m span {
/*		display: inline;
		margin-right: 1em; */
	}
	.g1750 {
		gap: 1em !important;
	}
	.tiptop {
		max-width: 100%;
		left: 1em !important;
		right: 1em !important;
	}
	.hub .lead {
		padding: 1em;
	}
	.hub .tags {
		margin-top: 0;
	}
	.front_yt .f {
		flex-wrap: wrap;
		gap: 1em;
	}
	.front_yt .f > * {
		flex: calc(50% - 1em);
	}
@media (max-width: 650px) {
	body {
		font-size: 0.9em;
	}
	.hon650 {
		display: none;	
	}
	.front_info .c {
		max-width: 100%;
	}
	.front_banner .container {
	   min-height: 25em;
	}
	.front_news .f, .front_webinars .f {
		flex-direction: column;
	}
	.front_news .f > div, .front_webinars .f > div {
		width: 100% !important;
	}
	.fc650 {
		flex-direction: column;
	}
	.fc650 > * {
		width: 100% !important;
	}
	.gan650 {
		gap: 0em;
	}
	.blog .items-leading {
		gap: 3em;
	}
	.item-page .page-header.flex {
		align-items: start;
	}
	.item-page .th, .item-page .wdc {
		width: 100%;
		max-width: 100%;
	}
	section.foot .container > * {
		width: 100%;
		padding: 0;
	}
	section.foot .c2 {
		padding-top: 2em;
	}
	span.br {
		display: none;
	}
	.panelists .p {
		text-align: center;
		flex: 0 1 calc(50% - 1/2 * 1em);
	}
	.blog .publications.items-leading > div {
		width: calc(50% - 1/2*3em);
	}
	.edcont {
		margin: 0;
		padding-top: 6em;
	}
	.edmenu {  
		
	}
	.edmenu a {
		display: block;
	}
	.front_news .r a .c {
		display: block;
	}
	.front_news .f > * {
		width: 100%;
	}
	.w100650 {
		width: 100%;
	}
	.item-page .page-header.smg h1 {
		margin-bottom: 0;
	}
	.o-b1 {
		flex-direction: column-reverse;
	}
	.o-b2 > * {
		width: 50%;
	}
	.o-b4 > *:last-child {
		padding: 1.7em 0 0 0;
	}
	.pddl650 {
		padding-left: 1em;
	}
}
@media (max-width: 550px) {
	.f4cols > div {
		flex: 100%;
	}
	section.front_partnership .c {
		flex-direction: column-reverse;
	}
	section.front_partnership .c > * {
		width: 100%;
	}
	section.front_partnership .t {
		max-width: 100%;
	}
	section.front_partnership .c img {
		width: 10em;
		height: auto;
	}
	section.front_partnership .ic {
		text-align: left;
		padding-left: 1em;
	}
	section.sdgs .partners-list > .item {
	    flex: 0 0 calc(50% - 1/2*1em);
	}
	div.copy span {
		display: block;
		border: none;
		height: 0;
	}
	.panelists .p {
		text-align: center;
		flex: 0 1 100%;
	}
	.fc550 {
		flex-direction: column;
	}
	.fc550 > * {
		width: 100% !important;
	}
	.column1550 {
		flex-direction: column;
	}
	.hub .slick-prev {
		display: none;
	}
	.hub .slick-next {
		display: none;
	}
	.hub .list > * {
		flex: 0 1 100%;
	}
	.pagination > * a {
		min-width: 100%;
	}
	.tf-gallery-wrapper .gallery-items.grid {
		display: flex;
		flex-direction: column;
		gap: 1em;
	}
	section.conference .relation .f .o {
		width: 100%;
	}
	.webinar .f .c {
		width: 100%;
	}
	.agenda .l .f .c {
		width: 100%;
	}
}
@media (max-width: 450px) {
	section.projects .projects-list > .item {
		flex: 0 0 calc(100%);
	}
	section.projects .filters .filter.button {
		display: inline-block;
	}
	section.foot .container > a {
		width: 100%
	}
	section.project .col1 .b .d .pc {
		gap: 1em;
	}
	.fcols > div {
		padding: 1em 0;
	}
	section.foot .c2 {
		white-space: normal;
	}
	.fx9c > div {
		flex: 0 0 calc(33.3% - 2/3*1em);
	}
	.fc450 {
		flex-direction: column;
	}
	.front_banner .container .flex {
		gap: 1.5em;
		margin-bottom: 30em;
	    align-items: normal;
	}
	section.foot .c1 form input:first-child {
		max-width: calc(100% - 3.5em) !important;
	}
	.front_yt .f > * {
		flex: 100%;
	}
}
