@import url("/css/editor.css");

:root {
  --c-00: #ffffff;
  --c-01: #00abf1;
  --c-01a: rgb(0 171 241 / 0.5);
  --c-01b: rgb(0 171 241 / 0.9);
  --c-02: #f6f6f6;
  --c-02a: rgb(246 246 246 / 0.5);
  --c-03: #0f5d95;
  --c-03a: rgb(18 106 169 / 0.7);
  --c-03b: rgb(18 106 169 / 0.9);
  --c-04: #4b4f57;
  --c-05: rgb(161 161 179);
  --c-06: #00c3ff;
  --c-07: #1c4481;
  --c-08b: rgb(0 0 0 / 0.7);
  --g-01: linear-gradient(90deg, rgba(28, 68, 129, 0.8) 33%, rgba(28, 68, 129, 0) 100%);
  --g-02: linear-gradient(90deg, rgba(0, 171, 241, 0) 0%, rgba(0, 171, 241, 100) 100%);
  --g-03: linear-gradient(180deg, rgba(0, 171, 241, 0) 0%, rgba(0, 171, 241, 100) 100%);
  --f-01: 'Poppins', sans-serif;
  --f-02: 'Source Sans Pro', sans-serif;

  --fs-01: 1.5em;
}

body { 
	padding: 0; 
	margin: 0; 
	font-family: var(--f-02); 
	color: var(--c-04);
}
input { 
	font-family: var(--f-02); 
	padding: 0.5em;
}
* { 
	box-sizing: border-box; 
	position: relative; 
}
img {
	vertical-align: middle;
}
input, select, option { 
	font-size: 1em; 
	font-family: var(--f-02); 
	cursor: pointer;
}
select {
	max-width: 100%;
}
h4 { 
	color: var(--c-01); 
	font-weight: normal;
	font-size: 1.1em;
}
a {
	text-decoration: none;
	color: inherit;
}
a.hul:hover, .hul a:hover {
	text-decoration: underline;
}
.nosel {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.center { 
	text-align: center;
}
.tsbg {
	background: var(--c-02); 	
}
.more .button, .cbutton { 
	background: var(--c-01); 
	cursor: pointer; 
	display: inline-block;
	padding: 2em;
	color: var(--c-00) !important;
	font-weight: bold !important;
	margin: 1em auto;
	font-family: var(--f-01);
}
.more .button:hover, .cbutton:hover {
	background: var(--c-03); 	
}
.more.sl .button {
	padding: 0.75em 2em;
	font-size: 1.2em;
}


.more.sl form {
	background: var(--c-01);
	padding: 2em;
	color: var(--c-00) !important;
	margin: 1em auto;
}
.more.sl form .f {
	display: flex;
	gap: 2em;
}
.more.sl form .f > div {
	flex: 1;
}
.more.sl form .button {
	display: inline-block;
    padding: 1em 2em;
    background: var(--c-07);
    margin-top: 1em;
    font-size: 1em;
    font-weight: 700;
	margin-bottom: 0;
}
.more.sl form .button:hover {
	background: var(--c-00);
	color: var(--c-07) !important;
}
.more.sl form input {
	width: 100%;
	text-align: center;
	border: none;
}
.more.sl .fff {
	text-align: center;
}
.more.sl .fff .loader {
	margin-top: 1em;
}
.more.sl .fff .loader::before {
	background: var(--c-07);
}

.lmb {
	display: flex;
	width: 100%;
}
.lmb .more {
	flex: 0 0 50%;
}
.lmb .mn {
	text-align: left;
}
.lmb .mo {
	text-align: right;
}
section {
	display: block; 
	width: 100%; 
}
.container {
	width: 100%; 
	max-width: 1200px; 
	margin: auto;
	padding: 3em 0;
}
.container.ssw {
/*	max-width: 980px; */
/*	max-width: 980px; */
}
.container.lf, .block.rc  {
	display: table; 
	width: 100%;
}
.container.lf > .col1 {
	display: table-cell; 
	width: 15em; 
	min-width: 15em;
/*	padding: 1em; */
	vertical-align: top;
}
.container.lf > .col2 {
	display: table-cell; 
	width: 100%;
	padding: 1em;
}
.container.lf .filter { 
	cursor: pointer; 
}
.container.lf .radio, select.filters {
	border: solid 0.1em var(--c-03);
	color: var(--c-03);
	background: var(--c-00);
	font-size: 0.9em;
	padding: 0.2em;
}
select.filters {
	max-width: 15em;
}
.container.lf .radio option {
	color: var(--c-03);
}
.container.lf .filter.button {
	padding: 0.2em 0.5em 0.2em 0.5em; 
	border-radius: 1em; 
	margin: 0 0.3em 0.3em 0; 
	background: var(--c-02);
	font-size: 0.9em;
	color: var(--c-03);
	display: inline-block;
}
.container.lf .filter.button:hover {
	color: var(--c-01);
	background: var(--c-02a);
}
.container.lf .filter.button.active { 
	color: var(--c-00); 
	background: var(--c-03); 
	padding-left: 1.6em;
}
.container.lf .filter.button.active::before {
	width: 1em;
	height: 1em;
	position: absolute;
	left: 0.25em;
	top: 50%;
	transform: translateY(-50%);
	content: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2030%2030%22%0A%09%20xml%3Aspace%3D%22preserve%22%3E%3Cstyle%20type%3D%22text%2Fcss%22%3E.svgColor%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%0A%09%3Cpath%20class%3D%22svgColor%22%20d%3D%22M15%2C0C6.7%2C0%2C0%2C6.7%2C0%2C15c0%2C8.3%2C6.7%2C15%2C15%2C15s15-6.7%2C15-15C30%2C6.7%2C23.3%2C0%2C15%2C0z%20M21.8%2C18.9c0.8%2C0.8%2C0.8%2C2.1%2C0%2C2.9%0A%09c-0.4%2C0.4-0.9%2C0.6-1.4%2C0.6c-0.5%2C0-1.1-0.2-1.4-0.6L15%2C17.9l-3.9%2C3.9c-0.4%2C0.4-0.9%2C0.6-1.4%2C0.6c-0.5%2C0-1-0.2-1.4-0.6%0A%09c-0.8-0.8-0.8-2.1%2C0-2.9l3.9-3.9l-3.9-3.9c-0.8-0.8-0.8-2.1%2C0-2.9c0.8-0.8%2C2.1-0.8%2C2.9%2C0l3.9%2C3.9l3.9-3.9c0.8-0.8%2C2.1-0.8%2C2.9%2C0%0A%09c0.8%2C0.8%2C0.8%2C2.1%2C0%2C2.9L17.9%2C15L21.8%2C18.9z%22%2F%3E%0A%3C%2Fsvg%3E);
	opacity: 0.6;
}
.container.lf .filter.button.active:hover { 
	background: var(--c-03a); 
}
.container.lf .filter.button .close {
	fill: #FF0000;
}

.block.rc > .col1 {
	display: table-cell; 
	width: 70%;
	/* padding: 1em; */
	vertical-align: top;
}
.block.rc > .col1::after {
	content: '';
	display: block;
	clear: both;
}
.block.rc > .col2 {
	display: table-cell; 
	width: 30%; 
	padding: 1em 1em 1em 4em;
}
.block.rc > .col2 h4 {
	margin-top: 0;
	text-transform: uppercase;
}

.front_scroll {
	text-align: center;
	padding: 0.6em 1.5em;
	font-family: var(--f-01);
	overflow: hidden;
}
.front_scroll a { 
	color: var(--c-00);
}
.front_scroll .bg { 
	animation:slide 3s ease-in-out infinite alternate;
	bottom:0;
	left:-50%;
	opacity:.6;
	position:absolute;
	right:-50%;
	top:0;
	z-index:-1;
}
.front_scroll .bg2 {
	animation-direction:alternate-reverse;
	animation-duration:4s;
}
.front_scroll .bg3 {
	animation-duration:5s;
}
@keyframes slide {
  0% {
    transform:translateX(-25%);
  }
  100% {
    transform:translateX(25%);
  }
}


section.front_partnership {

}
section.front_partnership p {
	font-size: 1.2em;
}
section.front_partnership .b {
	display: flex; 
	width: 100%; 
	flex-flow: row wrap;
}
section.front_partnership .l {
	width: auto; 
	min-height: 10em; 
	flex: 1 0 auto; 
	background-image: url(/images/sdgs/sdgs_02_l.png); 
	background-repeat: repeat-x; 
	align-self: flex-end; 
	background-position: bottom; 
	background-size: auto 20em;
}
section.front_partnership .c {
	width: 100%; 
	min-width: 1200px; 
	flex:1;  
	background-image: url(/images/sdgs/sdgs_02_l.png); 
	background-repeat: repeat-x; 
	align-self: flex-end;
	background-position: bottom;
	background-size: auto 20em;
	display: flex;
}
section.front_partnership .r {
	width: auto;
	min-height: 10em;
	flex: 1 0 auto;
	background-image: url(/images/sdgs/sdgs_02_r.png);
	background-repeat: repeat-x; 
	align-self: flex-end;  
	background-position: bottom; 
	background-size: auto 20em;
}
section.front_partnership .t {
	padding: 1em 4em 5em 1em;
	width: 100%;
	max-width: 85%;
}
section.front_partnership .ic {
	align-self: flex-end; 
	flex: 1; 
	text-align: right;
}
section.front_partnership .i {
	height: 20em; 
	width: auto; 
	display: inline-block; 
	vertical-align: bottom;
}
section.front_partnership a {
	background: var(--c-01);
    cursor: pointer;
    display: inline-block;
    padding: 1em 2em;
    color: var(--c-00);
    font-weight: bold;
    margin: 1em auto;
    font-family: var(--f-01);
}
section.front_partnership a:hover {
	background: var(--c-03);
}
section.front_banner {
    color: var(--c-00);
	background-position: center;
}
section.front_banner .container {
	height: 100%;
	min-height: 40vw;
}
section.front_banner::before {
    display: block;
    content: '';
    background-image: var(--g-01);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1;
}
section.front_banner h1 {
	font-size: 2em;
    font-family: var(--f-01);
    margin-top: 0;
	/* height: 50vw; */
}
section.front_banner p {
	font-size: 1.2em;
}
section.front_banner .c {
	position: absolute;
	bottom: 3em;
	right: 1em;
	cursor: pointer;
	text-align: right;
	max-width: 50%;
	width: auto;
}
section.front_banner .c .i {
	display: none;
	font-size: 1em;
	padding: 1em 2.2em 1em 1em;
	float: right;
}
section.front_banner .c:hover {
	background: var(--c-01b);
	border-radius: 1em 1em 0px 1em;
}
section.front_banner .c:hover .i {
	display: block;
}
section.front_banner .m {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 1.6em;
	line-height: 1.6em;
    font-family: var(--f-01);
	border-radius: 50%;
	background: var(--c-01a);
	width: 1.5em;
	height: 1.5em;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
}
section.front_banner .c:hover .m {
	opacity: 0.7;
}
section.front_banner .m {

}
section.front_banner .t {
	max-width: 50%;
	vertical-align: middle;
	/* padding-left: 3em; */
}
section.front_banner .t::after {
	content: '';
	display: block;
	clear: both;
}
section.front_banner .t h3 {
	font-family: var(--f-01);
	font-size: 1.1em;
	font-weight: 400;
}
blockquote {  
	background: var(--c-01);
	margin: 0;
	padding:0;
	color: var(--c-00);
	font-family: var(--f-01);
	max-width: 70%;
	display: flex;
}
blockquote i, blockquote em {
	font-size: 1.2em;
}
blockquote > div:first-child {
	width: 30%;
	
}
blockquote > div:first-child::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 15%;
	background: var(--g-02);
}
blockquote > div:last-child {
	width: 70%;
	padding: 1em 2em;
}
section.front_banner img {
	width: 100%;
	max-width: 50%;
	margin-top: 1em;
}
section.front_youtube ul {
    margin: 0;
    padding: 0 2em;
}
section.front_youtube ul li {
	transition-duration: 0.3s;
	width: 20em;
	-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);
	background: var(--c-02a);
	margin: 0.5em;
	display: table-cell !important;
	float: none;
}
section.front_youtube .slick-track {
	display: flex !important;
	border-spacing: 1em;
}
section.front_youtube li.slick-current, section.front_youtube ul li:hover {
	transform: scale(1.05);
}
section.front_youtube li.slick-current a .i:before, section.front_youtube li a:hover .i:before {
	opacity: 0.5;
}
section.front_youtube li .i:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
	background: url(/images/layout/play_mask.svg);
	background-position: center;
	background-size: cover;
	opacity: 0.8;
	transition-duration: 0.3s;
}
section.front_youtube li.slick-current a .t, section.front_youtube li a:hover .t {
	opacity: 1;
}
section.front_youtube ul li img {
	max-width: 100%;
}
section.front_youtube ul li .t {
	opacity: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2em;
	font-size: 0.9em;
	z-index: 2;
	font-family: var(--f-01);
	font-weight: bold;
	background: var(--c-03b);
	color: var(--c-00);
	transition-duration: 0.3s;
}
section.front_projects {
	margin-top: 3em;
}
section.front_projects p {
	font-size: 1.2em;
}
section.front_projects .container {
	padding: 1em;
}
section.front_projects ul { 
	margin: 0; 
	padding: 0 2em;
}
section.front_projects ul li {
	margin: 0.5em;
	-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);
	width: 15em; 
	height: 15em;
	display: inline-block;
	transition-duration: 0.3s;
}
section.front_projects ul li a {
	position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0;
}
section.front_projects ul li:hover {
	transform: scale(1.05);
}
section.front_projects ul li a:before {
    content: "";
    display: block;
    padding-top: 100%;
    float: left;
}
section.front_projects li img {
	width: 100%;
}
.slick-prev:before, .slick-next:before {
	display: none;
/*	color: var(--c-01); */
}
.slick-prev, .slick-next {
	z-index: 888 !important;
	height: 48px !important;
	width: 48px !important;
	background:  var(--c-00) !important;
	border-radius: 50% !important;
	border: solid 4px var(--c-00) !important;
	fill: var(--c-05);
}
.slick-prev:hover svg, .slick-next:hover svg {
	fill: var(--c-01);
}
section.projects .projects-list, section.sdgs .partners-list, section.mediaabout .media-list {
	display: flex;  
	flex-direction: row; 
	align-items: flex-start; 
	flex-wrap: wrap; 
	margin: auto; 
	width: 100%;
	gap: 2em;
}

section.projects .projects-list > .item {
	/* flex: 0 0 calc(25% - 3/4*1em); */
	flex: 0 0 calc(33.3% - 2/3*2em);
	background: var(--c-00); 
	-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);
	position: relative;
	transition-duration: 0.3s;
}
section.mediaabout .media-list {
	align-items: stretch;
}

section.mediaabout .media-list > .item {
	flex: 0 1 calc(50% - 1/2*2em);
	-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);
	position: relative;
	transition-duration: 0.3s;
	align-items: center;
	justify-content: center;
	display: flex;
	padding: 2em;
	gap: 2em;
}
section.mediaabout .media-list > .item .i {
	width: 100%;
	max-width: 25%;
	align-items: center;
	justify-content: center;
	display: flex;
}
section.mediaabout .media-list > .item .c {
	width: 100%;
	max-width: 75%;
}
section.mediaabout .media-list > .item .t {
	font-size: var(--fs-01);
    font-family: var(--f-01);
    line-height: 1.3em;
    margin: 0 0 0.5em 0;
    display: inline-block;
    font-weight: 700;
}
section.mediaabout .media-list > .item .d {
	color: var(--c-01);
    margin-bottom: 0.5em;
}
section.mediaabout .media-list > .item a:hover {
	color: var(--c-01);
}

section.mediaabout .media-list > .item .st {
    background: var(--c-01);
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5em 1em;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    font-family: var(--f-01);
    border-bottom-left-radius: 0.4em;
}

section.sdgs .partners-list > .item {
	flex: 0 0 calc(20% - 4/5*2em);
	background: var(--c-00); 
	-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);
	position: relative;
	transition-duration: 0.3s;
	align-items: center;
	justify-content: center;
	display: flex;
}
section.sdgs .partners-list > .item img {
	width: 90%;
	max-height: 90%;
}
section.projects .projects-list > .item > span, section.sdgs .partners-list > .item > span {
	padding: 1em; 
	display: block;
}
section.projects .projects-list > .item .info,  section.sdgs .partners-list > .item .info {
	display: none; 
	position: absolute; 
	top: 0; bottom: 0; left: 0; right: 0; 
	background: var(--c-03b); 
	z-index: 99;
	color: #ffffff;
	padding: 1em;
	display: none;
	transition-duration: 0.3s;
}
section.projects .projects-list > .item:before, section.sdgs .partners-list > .item:before {
    content: "";
    display: block;
    padding-top: 100%;
    float: left;
}
section.projects .projects-list > .item:hover .info {
	display: inline-block;
}
section.sdgs .partners-list > .item:hover .info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
section.projects .projects-list > .item:hover, section.sdgs .partners-list > .item:hover {
	transform: scale(1.05);
}
section.project .col1 .b, section.sdgs.partner .col1 .b {
	display: block;
	-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); 
}
section.project .col1 .b .logo, section.sdgs.partner .col1 .b .logo  {
	margin: 1em 0 3em 0;
}
section.project .col1 .b .logo img, section.sdgs.partner .col1 .b .logo {
	max-width: 20em;
	width: 100%;
}
section.project .col1 .b .st,  section.sdgs.partner .col1 .b .st {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0.5em 1em;
	color: white;
	font-weight: bold;
	font-size: 0.8em;
	font-family: var(--f-01);
	border-bottom-left-radius: 0.4em;
}
section.project .col1 .b .st.on,  section.sdgs.partner .col1 .b .st.on {
	background: var(--c-01);
}
section.project .col1 .b .st.off {
	background: var(--c-05);
}

/* section.project .col1 .b .i {
	padding: 2.5em;
} */
section.project .col1 .b .d,  section.sdgs.partner .col1 .b .d {
	background: var(--c-01);
	padding: 2.5em;
	display: flex;
	align-items: flex-start; 
	flex-wrap: wrap; 
	gap: 6em;
	align-items: center;
/*	justify-content: center; */
}
section.project .col1 .b .d .wb {
	margin-bottom: 1em;
}
section.project .col1 .b .d .wb a,  section.sdgs.partner .col1 .b .d .wb a {
	background: var(--c-00);
	display: inline-block;
	padding: 0.7em 2em;
	text-decoration: none;
	color: var(--c-01);
    font-family: var(--f-01);
	font-weight: bold;
}
section.project .col1 .b .d .sm {
	display: flex;
	gap: 1em;
}
section.project .col1 .b .d .sm a {
	display: flex;
	width: 2em;
	height: 2em;
	background: var(--c-00);
	border-radius: 0.3em;
	align-items: center;
	justify-content: center;
}
section.project .col1 .b .d .sm svg {
	fill: var(--c-01);
}
section.project .col1 .b .d .pc {
	font-size: 1.1em;
	color: var(--c-00);
	display: flex;
	align-items: center;
	gap: 2em;
}
section.project .col1 .b .d .pc img {
	width: 100%;
	max-width: 5.5em;
	border-radius: 50%;
}
section.project .col1 .b .d .pc .t {
	font-weight: bold;
}
section.project .col1 .b .d .pc a {
	color: inherit;
}

section.project .col1 .b .d .pc > div > div {
	padding: 0.05em 0;
}
section.project .col1 .b .d .pd a,  section.sdgs.partner .col1 .b .d .pd a {
	transition-duration: 0.3s;
}
section.project .col1 .b .d .pd a:hover,  section.sdgs.partner .col1 .b .d .pd a:hover {
	opacity: 0.7;
}
section.sdgs.partner .col1 .ac {
	padding: 1em;
	background: var(--c-02a);
	margin-top: 0.5em;
}
section.sdgs.partner .col1 .ac .c p:first-child {
	margin-top: 0;
}
section.sdgs.partner .col1 .ac .c p:last-child {
	margin-bottom: 0;
}
section.sdgs.partner .col1 .ac img {
	max-width: 100%;
}
section.sdgs.partner .col1 .ac .l {
	text-align: right;
}
section.sdgs.partner .col1 .ac .cbutton {
	font-size: 0.8em !important;
	padding: 0.5em 1em !important;
	margin-bottom: 0;
}
section.sdgs.partner .col1 .t {
	margin-bottom: 2em;
}

.pubslider {
	margin: 0;
    padding: 0 2em;
}
.pubslider li {
	margin: 0.5em;
    -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);
    width: auto;
    height: 15em;
    display: inline-block;
    transition-duration: 0.3s;
}
.pubslider li:hover {
	transform: scale(1.05);
}
.pubslider li img {
	height: 15em;
	width: auto;
}
.projects-table {
	display: flex;
	gap: 2em;
	flex-wrap: wrap; 
	margin: 2em 0 2em 30px;
}
.projects-table > * {
    flex: 0 0 calc(20% - 4/5*2em);
	-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);
    transition-duration: 0.3s;
}
.projects-table > *:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.projects-table > *:hover {
	transform: scale(1.05);
}
.areas {
	width: calc(100% - 30px);
}
.areas img {
	margin: 1em;
}
.areas {
	margin-left: 30px;
}
.areas .h {
	display: none;
	cursor: pointer;
}
.areas tr {
	margin-top: 1em;
	display: flex;
	gap: 1em;
}
.areas tr > td {
	flex: 1;
	text-align: center;
	background: var(--c-02a);
	border-radius: 1em;
}
.areas tr > td:hover {
	background: var(--c-02);
}
.areas tr > td:hover .h {
	display: flex;
	position: absolute;
	border-radius: 1em;
	background: var(--c-01);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	align-items: center;
	justify-content: center;
	padding: 2em;
	color: var(--c-00);
}
.areas tr > td div {
	padding: 1em 1.5em;
}
.areas tr > td p {
	margin-top: 0;
}
.areas tr > td p:last-child {
	margin-bottom: 0em;
}
.tblc2_2-1, .tblc2_2-1 tbody, .tblc2_2-1 tbody tr  {
	display: flex;
	gap 2em;
	width: 100%;
}
.tblc2_2-1 td:first-child {
	flex: 1;
	width: calc(66.6% - 1/2*1em);
	align-self: top;
}
.tblc2_2-1 td:first-child p:first-child {
	margin-top: 0;
}
.tblc2_2-1 td:last-child {
	width: calc(33.6% - 1/2*1em);
	text-align: right;
	align-self: center;
}
.tblc2_2-1 td:last-child img {
	width: 100%;
	max-width: 15em;
}
.cols-2_66-33 {
	display: flex;
	gap: 2em;
}
.cols-2_66-33 > *:first-child {
	width: calc(66.6% - 1/2*1em);
}
.cols-2_66-33 > *:last-child {
	width: calc(33.4% - 1/2*1em);
	display: flex;
}
.cols-2_66-33 > *:last-child iframe {
	flex: 1 !important;
	height: 100% !important;
}
.tbl2-3 {
	width: 100%;
}
.tbl2-3 tr {
	display: flex;
	gap: 2em;
}
.tbl2-3 td {
	width: 33.3%;
}
.tbl2-3 td:first-child {
	width: 66.6%;
}
.vat td {
	vertical-align: top;
}
section.patronage {
	margin-top: 6em;
}
section.patronage h3 {
	margin-top: 0;
	font-weight: normal;
	font-size: 1.2em;
}
section.patronage table {
	font-family: var(--f-01);
}
section.patronage a {
	display: inline-block;
	padding: 1em 2em;
	background: var(--c-07);
	margin-top: 1em;
	font-size: 1em;
	font-weight: 700;
}
section.patronage a:hover {
	background: var(--c-00);
	color: var(--c-07);
	text-decoration: none;
}
section.foot {
	background: var(--c-07);
	color: var(--c-00);
}
section.foot .container {
	display: flex;
}
section.foot .c1 {
	width: 75%;
	padding: 1em;
}
section.foot .c2 { 
	width: 25%;
	min-width: 13em;
	gap: 2em;
	flex-direction: column; 
	width: 25%;
	border-left: solid 1px #ffffff;
	padding: 1em 1em 1em 3em;
	flex: 1;
	display: flex;
}
section.foot .container ul {
	list-style: none;
	padding: 0;
	margin: 0;
	column-gap: 2em;
	columns: 2;
}
section.foot .c2 > div {
	flex: 1;
}

section.foot .c2 form input {
	float: left;
	border: none;
	height: 2.5em;
}
section.foot .c2 form > span {
	display: block;
	white-space: nowrap;
}
section.foot .c2 form input:first-child { 
	width: 85%;
}
section.foot .c2 form input:last-child { 
	width: 2.5em; 
	color: var(--c-00);
	background: var(--c-01);
	font-weight: bold;
	width: 15%;
}
section.foot .c2 form input:last-child:hover {
	background: var(--c-00);
	color: var(--c-01);
}
section.foot .c2 form .t {
	clear: both;
	padding: 0.5em 0;
}
section.foot .c2 form .t span {
	text-decoration: underline;
	cursor: pointer;
}
section.foot .container ul li {
	width: 100%;
	font-size: 1.2em;
	padding-bottom: 0.5em;
/*		padding: 0.7em 1em; */
}
section.foot h3 {
	font-size: 1.8em;
	font-family: var(--f-01);
	color: var(--c-00);
	margin-top: 0;
}
section.foot  .sm {
	display: flex;
	gap: 1em;
	margin-top: 1em;
	flex-wrap: wrap; 
}
section.foot  .sm a {
	display: flex;
	width: 2em;
	height: 2em;
	background: var(--c-00);
	border-radius: 0.3em;
	align-items: center;
	justify-content: center;
    transition-duration: 0.3s;
}
section.foot .sm a:hover {
	opacity: 0.7;
}
section.foot .sm svg {
	fill: var(--c-07);
}


div.copy {
	color: var(--c-07);
}
div.copy span {
	border-left: solid 1px var(--c-07);
	display: inline-block;
	width: 1px;
	height: 0.8em;
	margin: 0 0.3em;
}
.list-simple .st {
    background: var(--c-01);
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5em 1em;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    font-family: var(--f-01);
    border-bottom-left-radius: 0.4em;
}
.list-simple .b {
	padding: 2.5em; 
	-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); 
	margin-bottom: 1em;
}
.list-simple a.m {
	color: var(--c-01);
	margin-top: 1em;
	display: inline-block;
}
.list-simple .b a:hover {
	color: var(--c-01);
}
.list-simple .t {
	font-size: var(--fs-01);
    font-family: var(--f-01);
	line-height: 1.3em;
	margin: 0 0 0.5em 0;
	display: inline-block;
	font-weight: 700;
}
.list-simple .d {
	color: var(--c-01);
	margin-bottom: 0.5em;
}
.content-block {

}
.content-block .col1 .i {
	padding: 2.5em;
}
.content-block .col1 .i .prs {
	text-align: center;
	margin: 5em 0;
}
.content-block .col1 .i .prs .s {
	display: flex;
    gap: 3em;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 4em;
}
.content-block .col1 .i .prs h3 {
	margin-bottom: 2em;
}
.content-simple {
	
}
.content-simple .col1 .b {
	display: block;
}
.content-simple .col1 .d {
	color: var(--c-01);
}
.cols2 {
	display: flex;
	width: 100%;
}
.cols2 > div {
	width: 50%;
	flex-grow:1;
}
.block.rc > .col2 .link a {
	font-size: 1.3em;
	font-family: var(--f-01);
	color: var(--c-01);
	font-weight: bold;
	text-decoration: none;
	line-height: 1.3em;
}
.block.rc > .col2 .link a:hover {
	text-decoration: underline;
}

.block.rc > .col2 .link.s a {
	font-size: 1.1em;
}

.block.rc > .col2 .link p {
	margin-top: 0;
	line-height: 1.5em;
}
.block.rc {

}
.page-header {
	font-family: var(--f-01);
}
.page-header h1 {
	font-size: 1.8em;
	margin-top: 0;
}
.com-content-article__body {
	font-size: 1.15em;
}
.com-content-article__body p, .com-content-article__body ul {
	line-height: 1.5em;
}
.com-content-article__body .ll {
	padding: 1em 0;
}
.com-content-article__body .ll a {
	display: inline-block;
	padding: 0.2em 0 0.4em 0;
	font-size: 1.2em;
	font-family: var(--f-01);
	color: var(--c-01);
}
.com-content-article__body .ll a:first-letter, .more.sl .button:first-letter {
  text-transform: uppercase;
}

.com-content-article__body a {
	color: var(--c-01);
    font-family: var(--f-01);
    cursor: pointer;
    font-weight: 400;
}
h1.t, h2.t {
	font-size: 1.8em;
	font-family: var(--f-01);
	line-height: 1.4em;
}
h1.t.c, h2.t.c {
	color: var(--c-01);
}
.ib {
	background: var(--c-01);
	color: var(--c-00);
}
.ib h1 {
	margin: 0;
	font-size: 3em;
	font-family: var(--f-01);
}
.ib p {
	font-size: 1.2em;
}
.sm a.fk svg {
	width: 1.3em;
}
.sm a.f svg {
	width: 0.6em;
}
.sm a.t svg {
	width: 1.3em;
}
.sm a.l svg {
	width: 1.3em;
}
.top-block .container::after {
	content: '';
	display: block;
	clear: both;
}
.main-block::after {
	content: '';
	display: block;
	clear: both;
}
.main-block::after {
	content: '';
	display: block;
	clear: both;
}
.main-menu {
    color: var(--c-07);
	float: right;
	font-family: var(--f-02);
}
.main-menu ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
}
.main-menu ul li { 
	padding: 0; 
	margin: 0; 
	display: inline-block;
}
.main-menu ul a {
	padding: 2em 2.5em;
	display: inline-block;
	color: inherit;
	font-size: 1.2em;
	font-weight: bold;
    transition: background-color 0.3s ease;
}
.main-menu ul a:hover {
	background: var(--c-06);
    color: var(--c-00);
}
.main-menu ul .active a {
	background: var(--c-01);
    color: var(--c-00);
}

.main-submenu {
	background: var(--c-01);
    color: var(--c-00);
}
.main-submenu ul { 
	list-style: none; 
	padding: 0; 
	margin: 0; 
	display: flex;
	width: 100%;
}
.main-submenu ul li { 
	flex: 1;
	padding: 0; 
	margin: 0; 
	display: flex;
	/* text-transform: uppercase; */
	text-align: center;
}
.main-submenu ul a {
	padding: 1.3em 2em;
	font-weight: bold;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.1em;
    transition: background-color 0.3s ease;
}
.main-submenu ul a:hover, .main-submenu .current a, .main-submenu .active a {
	background: var(--c-06);
}

.top-block {
	background: var(--c-07);
	color: var(--c-00);
}
.top-block .lang {
	float: right;
	margin-left: 3em;
/*	display: inline-block; */
	display: none;
}
.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 a.active, .top-block a:hover {
	opacity: 0.7;
}
.top-block .top-menu {
	float: right;
}
.top-block .top-menu a {
	color: inherit;
}
.top-block .top-menu a.extra, .mobimenu a.extra {
	color: var(--c-01);
}
.top-block .top-menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-block::after {
	content: '';
	display: block;
	clear: both;
}
.top-block ul li { 
	padding: 0; 
	margin: 0; 
	display: inline-block;
	margin-left: 3em;
}
.fcols {
	display: flex;
	align-items: flex-start; 
	flex-wrap: wrap; 
}
.fcols > div .n {
	font-weight: bold;
	font-size: 1.1em;
}
.fcols > div .c {
	font-weight: bold;
	color: var(--c-01);
}
.fcols > div .p {

}
.f4cols > div {
	width: 25%;
	padding: 2em 0 2em 2em;
}
.f3cols > div {
	width: 33.3%;
	padding: 2em;
}
.team .l img {
	width: 100%;
    max-width: 7.5em;
    border-radius: 50%;
	margin-bottom: 1em;
}
.team .l .cl {
	color: var(--c-01);
	font-size: 1.3em;
	font-weight: bold;
	font-family: var(--f-01);
	margin: 2em 0;
}

.linkblock {
	padding: 1em 0 2em 0;
}
.linkblock a {
	color: var(--c-01);
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}
.linkblock a:hover {
	text-decoration: underline;
}
.base-list {
	display: flex;  
	align-items: stretch;
	flex-wrap: wrap; 
	width: 100%;
	gap: 1em;
}
.base-list .b.np {
	padding: 0;
}
.base-list .cl {
	width: calc(50% - 1/2*1em);
	align-items: stretch;
	flex: 1;
}
.base-list .cl:first-child {
	flex: 1;
	/* padding-bottom: 2.5em; */
}
.base-list .cl:last-child {
	display: flex;  
	flex-direction: column; 
	gap: 1em;
	flex: 1;
}
.base-list .cl.b {
	display: flex;
	flex-direction: column; 
}
.base-list .cl.b .ft {
	flex: 1;
}

.base-list .b {
	width: calc(50% - 1/2*1em);
	padding: 2.5em;
    -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);
}
.base-list .cl .b {
	flex: 1;
	width: 100%;
}
.base-list .fl {
	display: flex; 
	gap: 1em; 
	flex-direction: column;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	align-items: stretch;
}
.base-list .fl .b {
	width: 100%;
}
.base-list .ft {
	width: 100%; 
	height: 13em;
}
.base-list .z {
	padding-bottom: 1em;
	color: var(--c-06);
}
.base-list .d {
	font-size: 0.9em;
	color: var(--c-05);
	margin-bottom: 0.5em;
}
.base-list .st {
    background: var(--c-01);
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.5em 1em;
    color: white;
    font-weight: bold;
    font-size: 0.8em;
    font-family: var(--f-01);
    border-bottom-left-radius: 0.4em;
}
.base-list .t {
    font-size: var(--fs-01);
    font-family: var(--f-01);
    line-height: 1.3em;
    margin: 0 0 0.5em 0;
    display: inline-block;
	font-weight: 700;
	display: block;
}
.base-list a.m {
    color: var(--c-01);
    margin-top: 1em;
    display: inline-block;
}
.base-list .b a:hover {
	color: var(--c-01);
}
.base-list .b .pd {
	padding: 2.5em;
}
.slick-next {
	right: -1em !important;
}
.slick-prev {
	left: -1em !important;
}
.pdd {
	padding: 1em;
}
.pdd2 {
	padding: 2em;
}
.pdd3 {
	padding: 3em;
}
.pddtb {
	padding-top: 1em;
	padding-bottom: 1em;
}
.pddt {
	padding-top: 3em;
}
.pddt2 {
	padding-top: 6em;
}
.pddt3 {
	padding-top: 9em;
}
.pddlr {
	padding: 0 1em;
}
.pddhb {
	padding-bottom: 3em;
}
.pddhb2 {
	padding-bottom: 6em;
}
.npdl {
	padding-left: 0 !important;
}
.item-page h2, .item-page h1 {
	color: var(--c-01);
	font-family: var(--f-01);
	margin-top: 2rem;
	text-transform: uppercase;
}
.item-page table {
	border-spacing: 0;
}
.item-page table td {
	padding: 0;
}
.fx6c {
	display: flex;
	gap: 1em;
}
.fx6c > div {
	flex: 0 0 calc(16.6% - 5/6*1em);
}
.fx6c > div img {
	width: 100%;
	max-width: 100%;
}

.fx8c {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}
.fx8c > div {
	flex: 0 0 calc(12.5% - 7/8*1em);
}
.fx8c > div img {
	width: 100%;
	max-width: 100%;
}
.fx9c {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
}
.fx9c > div {
	flex: 0 0 calc(11.1% - 8/9*1em);
}
.fx9c > div img {
	width: 100%;
	max-width: 100%;
}
.tbl {
	display: table;
}
.tbl > div {
	display: table-cell;
	vertical-align: top;
}
.goal {
	border-top: solid 1px var(--c-00);
}
.goal .i {
	width: 25%;
	text-align: center;
}
.goal .i img {
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: 10em;
}
.goal .b {
	margin-top: 3em;
	background: url(/images/sdgs/rds_l.svg) repeat-x;
}
.goal .bt {
	width: 18em; 
	max-width: 100%;
}
.goal .btc {
	display: inline-block;
	margin-left: 25%
}

.imgfull {
	width: 100%;
	max-width: 100%;
}
.imgfull img {
	width: 100%;
	max-width: 100%;
}
.imgthumb {
	float: right;
	margin: 0 0 2em 2em;
}
.imgthumb img {
	display: block;
}
.com-content-article__body .imgthumb img {
	max-width: 15em;
	width: 100%;
}
.imgfull::after, .imgthumb::after {
	content: '';
	clear: both;
	display: block;
}
.caption {
	font-size: 0.8em;
	line-height: 1.15em;
	padding: 0.5em 0;
	display: inline-block;
	text-align: right;
	border-bottom: solid 1px var(--c-04);
	float: right;
}
.imgthumb .caption {
	width: 100%;
	max-width: 15em;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin: 2em 0;
    padding-bottom: 56.25%;
}
.embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.cw, .cw h1, .cw h2 {
	color: var(--c-00) !important;
}
.s4mobi {
	display: none;
}
.mobiicon {
	width: 3em;
	float: right;
	margin-top: 1.95em;
	cursor: pointer;
	fill: var(--c-05);
}
.mobiicon:hover, .mobiicon.active {
	fill: var(--c-01);
}
.mobitotop {
	position: fixed;
	bottom: 1em;
	right: 1em;
	z-index: 889;
	cursor: pointer;
	opacity: 0.7;
}
.mobitotop svg {
	fill: var(--c-05);
	width: 3em;
}
.mobitotop svg:hover {
	fill: var(--c-01);
}
.mobimenu {
	position: absolute;
	top: 6em;
	z-index: 999;
	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%;
}
.mobimenu svg {
	width: 3em;
}
.mobimenu > ul {
	font-size: 1.1em;
}
.mobimenu ul  {
	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);
}

.front h2 {
	color: var(--c-07);
	font-size: 1.8em;
	font-family: var(--f-01);
}
.front_partners .m {
	background: url(/images/layout/map.png);
	background-size: cover;
	background-position: center center;
	height: 80vh;
	color: var(--c-00);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	flex-shrink: 0;
}
.front_partners .m iframe, .geoportal {
	height: 80vh;
	width: 100%;
	border: none;
 }
 .map {
	height: 50vh;
	width: 100%;
	border: none;
 }
.prinart {
	margin-left: calc(17px);
}
.prinart a {
	display: block;
	margin: 1em;
    -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);
    transition-duration: 0.3s;
}
.prinart a:hover {
	transform: scale(1.05);
}
 .prinart img {
	width: 100;
	max-width: 10em;
 }
.front_partners .b {
	font-size: 1.8em;
	font-family: var(--f-01);
	flex: 1;
	display: none;
	background: var(--c-08b);
	align-items: center;
	justify-content: center;
	height: 100%;
	cursor: pointer;
}
.front_partners .m:hover .b {
	display: flex;
}
.front section.patronage {
	margin-top: 0;
}
.logoslist a {
	margin: 1em;
	background: #efefef;
}
.logoslist img {
	margin: 1em;
}
.front_news .twitter-timeline {
	-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);
	width: 100% !important;
}
.sb {
	padding: 1em 2em !important;
}
.mt {
	margin-top: 2em;
}
.mt15 {
	margin-top: 1.5em;
}
.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: 3px;
	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);
}
.cts  {
	padding-bottom: 1.5em;
}
.cts a { 
	padding: 0.2em 0.5em 0.2em 0.5em; 
	border-radius: 1em; 
	margin: 0.2em 0.2em 0.2em 0;  
	background: var(--c-02);
	font-size: 0.8em;
	color: var(--c-03);
	display: inline-block;
	font-family: var(--f-02);
}
.cts a:hover {
	color: var(--c-01) !important;
	background: var(--c-02a) !important;
}
.block-new p:first-child strong, .block-new div + p strong {
	font-weight: 500;	
}
.block-new p:first-child, .block-new div + p {
	line-height: 1.8em;
	font-family: var(--f-01);
	font-weight: 500;
	margin-bottom: 2em;
}
table.showhide {
	margin-left: 30px;
	margin-bottom: 0.5em;
}
table.showhide td {
	padding: 0;
	border-spacing: 0;
}
table.showhide > tbody > tr:first-child > td {
	font-weight: bold;
	cursor: pointer;
	color: var(--c-01);
	padding-left: 30px;
	font-size: 1.1em;
}
table.showhide > tbody > tr:first-child > td::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0.4em;
	border-style: solid;
	border-width: 0.4em 0.4em 0 0.4em;
	border-color: var(--c-01) transparent transparent transparent;
	transition-duration: 0.3s;
}
table.showhide.sh > tbody > tr:first-child > td::before {
	-webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
table.showhide > tbody > tr:last-child > td > table {
	display: none;
}
table.showhide.sh > tbody > tr:last-child > td > table {
	display: block;
}
.loader {
  transform: scale(1.3);
  --path: var(--c-00);
  --dot: var(--c-01);
  --duration: 3s;
  width: 44px;
  height: 44px;
  position: relative;
}
.loader::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  display: block;
  background: var(--dot);
  top: 37px;
  left: 19px;
  transform: translate(-18px, -18px);
  -webkit-animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: dotRect var(--duration) cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
.loader svg {
  display: block;
  width: 100%;
  height: 100%;
}
.loader svg rect {
  fill: none;
  stroke: var(--path);
  stroke-width: 10px;
  stroke-linejoin: round;
  stroke-linecap: round;
}
.loader svg rect {
  stroke-dasharray: 192 64 192 64;
  stroke-dashoffset: 0;
  -webkit-animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
          animation: pathRect 3s cubic-bezier(0.785, 0.135, 0.15, 0.86) infinite;
}
@-webkit-keyframes pathRect {
  25% {
    stroke-dashoffset: 64;
  }
  50% {
    stroke-dashoffset: 128;
  }
  75% {
    stroke-dashoffset: 192;
  }
  100% {
    stroke-dashoffset: 256;
  }
}
@keyframes pathRect {
  25% {
    stroke-dashoffset: 64;
  }
  50% {
    stroke-dashoffset: 128;
  }
  75% {
    stroke-dashoffset: 192;
  }
  100% {
    stroke-dashoffset: 256;
  }
}
@-webkit-keyframes dotRect {
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(18px, -18px);
  }
  75% {
    transform: translate(0, -36px);
  }
  100% {
    transform: translate(-18px, -18px);
  }
}
@keyframes dotRect {
  25% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(18px, -18px);
  }
  75% {
    transform: translate(0, -36px);
  }
  100% {
    transform: translate(-18px, -18px);
  }
}
.loader {
  display: inline-block;
  margin: 0 0 0 0.4em;
}

img.img_to_right {
	width: calc(28% + 3em) !important;
	padding: 0;
	margin: 0 0 3em 3em;
}

div.img_to_right {
	padding: 0;
	margin: 0 0 3em 3em;
}
div.img_to_right img {
	width: 100% !important;
	height: auto;
}

@media (max-width: 1240px) {
	body {
		font-size: 0.8em;
	}
	section.front_partnership .l, section.front_partnership .r {
		display: none;
	}
	section.front_partnership .c {
		min-width: auto;
	}
}
@media (max-width: 1000px) {
	section.foot .container > a {
		width: 33.3%
	}
	section.projects .projects-list > .item {
		flex: 0 0 calc(33.3% - 2/3*2em);
	}
	.projects-table {
		gap: 1em;
	}
	.projects-table > * {
		flex: 0 0 calc(20% - 4/5*1em);
	}
}
@media (max-width: 860px) {
	section.project .col1 .b .d {
		gap: 2em;
	}
	.f4cols > div {
		width: 33.3%;
	}
	.f3cols > div {
		width: 50%;
	}
	.container.lf > .col1, .container.lf > .col2, .block.rc > .col1, .block.rc > .col2 {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.h4mobi {
		display: none;
	}
	.s4mobi {
		display: block;
	}
	.cols-2_66-33 > .base-list .b {
		width: 100%;
	}
	section.sdgs .partners-list > .item {
	    flex: 0 0 calc(25% - 3/4*1em);
	}
	.top-block {
		display: none;
	}
}
@media (max-width: 750px) {
	.cols-2_66-33 {
		width: 100%;
		display: block;
	}
	.cols-2_66-33 > * {
		width: 100% !important;
	}
	.container.lf > .col1, .container.lf > .col2, .block.rc > .col1, .block.rc > .col2 {
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.block.rc > .col2 {
		border-top: solid 1px var(--c-05);
	}
	section.foot .container {
		flex-direction: column;
	}
	section.foot .c2 {
		border: none;
		border-top: solid 1px var(--c-00);
		padding: 1em;
	}
	section.foot .container .c1 {
		width: 100% !important;
		padding: 1em 1em 4em 1em;
	}
	section.foot .container .c2 {
		width: 100% !important;
		padding: 4em 1em 1em 1em;
	}
	section.foot .c2 form {
		width: 100%;
		max-width: 20em;
	}
	.block.rc > .col1.npdl {
		padding-right: 0;
	}
	.list-simple .b, .list-simple .b .i, .content-block .col1 .i {
		padding: 1.5em;
	}
	.npdd {
		padding: 2em 0 !important;
	}
	.front_news .twitter-timeline {
		margin-top: 2em !important;
		height: 50vh !important;
	}
	.cols-2_66-33 > *:last-child {
		height: 50vh !important;
	}
	.base-list {
		width: 100%;
		flex-wrap: wrap;
	}
	.tbl2-3 tr {
		flex-direction: column-reverse;
	}
	.tbl2-3 td, .tbl2-3 td:first-child {
		width: 100%;
	}
	.tbl2-3 td img {
		max-width: 70%;
	}
	.tiptop {
		max-width: 100%;
		left: 1em !important;
		right: 1em !important;
	}
	.front_partners .m {
		height: 50vh;
	}
	section.mediaabout .media-list > .item {
		flex: 0 0 100%;
	}
}
@media (max-width: 650px) {
	body {
		font-size: 0.9em;
	}
	section.projects .projects-list > .item {
		flex: 0 0 calc(50% - 1/2*2em);
	}
	section.projects .filters .filter.button {
		display: inline-block;
	}
	section.foot .container > a {
		width: 50%;
	}
	.f4cols > div {
		flex: 0 0 50%;
	}
	.f3cols > div {
		flex: 0 0 100%;
	}
	section.foot .container, section.foot .container > div {
		display: block;
		width: 100%;
	}
	img.thumb {
		width: 100%;
	}
	.base-list .b {
		width: 100%;
	}
	.imgthumb, .imgthumb img {
		width: 100%;
	}
	.imgthumb {
		margin: 0 0 1.5em 0;
	}
	.imgthumb .caption {
		float: left;
	}
	.com-content-article__body img {
		max-width: 100%;
		height: auto;
	}
	.com-content-article__body .imgthumb img {
		max-width: 100%;
	}
	.goal .i {
		width: 100%;
	}
	.goal .i img {
		max-width: 20em;
	}
	.goal .tbl > div {
		display: block;
	}
	.goal .btc {
		margin-left: 0;
	}
	.fx9c > div {
		flex: 0 0 calc(25% - 3/4*1em);
	}
	.main-submenu .container {
		padding: 0;
	}
	.main-submenu ul {
		flex-direction: column;
	}
	.main-submenu ul li, .main-submenu ul a {
		display: block;
	}
	.main-submenu ul a {
		padding: 1em;
	}
	.hon650 {
		display: none;	
	}
	section.front_banner .t {
		max-width: 100%;		
		padding-bottom: 0;
	}
	.base-list .cl {
		width: 100%;
		flex: none !important;
	}
	section.foot .container ul {
	 	columns: 1;
	}
	section.sdgs .partners-list > .item {
	    flex: 0 0 calc(33.3% - 2/3*1em);
	}
	.areas tr {
		flex-direction: column;
	}
	.areas td {
		width: 100%;
		flex: 0;
	}
	img.img_to_right {
		max-width: 100% !important;
		margin: 2em 0 3em 0;
		width: 100% !important;
		float: none;
	}
	div.img_to_right {
		max-width: 100% !important;
		width: 100% !important;
		margin: 2em 0 5em 0;
		float: none;
	}
	blockquote {
		max-width: 100%;
	}
	.list-simple .d {
		margin-top: 1.5em;
	}
	.projects-table > * {
		flex: 0 0 calc(25% - 3/4*1em);
	}
	.more.sl form .f {
		flex-direction: column;
	}
}
@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;
	}
	.projects-table > * {
		flex: 0 0 calc(50% - 1/2*1em);
	}
}
@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);
	}
	.ib h1 {
		font-size: 2.3em;
	}
	blockquote {
		flex-direction: column;
	}
	blockquote > div:first-child {
		width: 100%;
		padding-top: 100%;
	}
	blockquote > div:first-child::before {
		background: var(--g-03);
		height: 10%;
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
		width: auto;
	}
	blockquote > div:last-child {
		width: 100%;
	}
	section.front_youtube ul li {
		width: 14em;
	}
	section.front_youtube ul li .t {
		display: none !important;
	}
}