body {
  background: #ffffff;
  overflow-x: hidden;
  font-family: "Noto Sans", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  color: #3c3c3b;
  box-sizing: border-box; 
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #8994b3; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/*H1-H5 and colors styles*/

ul, ol {
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 15px;
}

ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  color: #5a5f65;
}

ol li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  color: #5a5f65;
}

ul li:before {
  position: absolute;
  content: '';
  border-radius: 100%;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: -18px;
  top: 9px;
  display: inline-block;
  background: #A88B6D;
}

strong {
  font-weight: 600;
  font-size: 16px;
}

h1 {
  font-size: 40px;
  margin: -50px 0 20px 0;
  padding-top: 100px;
  position: relative;
  color: #003060;
  font-weight: 600;
  border-bottom: 1px solid #B4BFCA;
  padding-bottom: 20px;
}

h2 {
  font-size: 30px;
  margin: 30px 0 20px 0;
  position: relative;
  color: #131313;
  font-weight: 600;
}

h3 {
  font-size: 26px;
  margin: 30px 0 20px 0;
  font-weight: 600;
  color: #131313;
}

h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 20px 0;
  color: #003060;
}

h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 10px 0;
  color: #0061AD;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  margin-top: 10px;
  border-bottom: 2px solid #003060;
}

table th {
  background: #fff;
  color: #131313;
  padding: 6px 10px;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #003060;
  border-top: 2px solid #003060;
}

table th:last-child {
  border-right: none;
}

table td {
  color: #5a5f65;
  padding: 4px 10px;
  text-align: right;
  border-bottom: 1px solid #003060;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
}

table td:last-child {
  border-right: none;
}

table th:first-child,
table td:first-child {
  text-align: left;
}

table tr:last-child {
  border-bottom: 1px solid #9c9c9c;
}

.sdg-table table {
  border-bottom: 1px solid #9caab8;
}

.sdg-table table th {
  background: #fff;
  color: #131313;
  padding: 6px 10px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid #9caab8;
  border-top: 1px solid #9caab8;
}

.sdg-table table td {
  color: #131313;
  padding: 10px 10px;
  text-align: left;
  border-bottom: 1px solid #9caab8;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.3px;
}

.sdg-table .white {
  color: #fff;
}

.sdg-table .bold {
  font-weight: 600;
}

.flex-body {
  display: flex;
  flex-direction: column;
}

.flex-main {
  flex: 1;
}

.sidebar {
  position: relative;
  z-index: 150;
  width: 340px;
}

.main-menu {
  background: #EBEEF3;
  background: linear-gradient(180deg, rgba(235, 238, 243, 1) 0%, rgba(255, 255, 255, 1) 100%);
  padding: 20px 30px;
  position: fixed;
  top: 0px;
  bottom: 0px;
  height: 100vh;
  overflow-y: auto; 
  min-width: 340px;
  width: 340px;
  border-right: 2px solid #003060;
}

.main-menu::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}

.cell-bg-grey {
  background: #f3f4f6;
}

.graf-item {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 450px;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 10px;
}

.graf-item div img {
  width: 100%;
}

.graf-item div {
  color: #0061AD;
  font-size: 14px;
  font-weight: 600;
}

.bg-blue {
  background: #e9eef9;
}

.orange {
  color: #E95122;
}

.grey-block-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}

.grey-block-subtitle {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 25px;
}

.fs-16 {
  font-size: 16px;
}

.bg-white {
  background: #fff;
}

.padding-20 {
  padding: 20px;
}

.number {
  font-size: 72px;
  font-weight: 600;
}

.gri {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 5px;
  background: #003060; 
}

.gri ~ h4 {
  margin: 0 0 20px 0;
}

.table .img {
  max-width: 800px;
}

.table .img img {
  border-bottom: none;
}

.table {
  width: 800px;
}

section {
  margin: 0;
}

.sup {
  margin-top: 20px;
  border-top: 1px solid #B6BFC9;
  padding-top: 10px; 
  max-width: 600px;
}

.sup p {
  font-size: 12px !important;
  margin-bottom: 8px !important;
}

.sup p a {
  font-size: 12px  !important;
  transition: 0.2s;
  color: #003060 !important;
}

.sup p a:hover {
  color: #A88B6D !important;
  transition: 0.2s;
}

.sup p sup {
  font-size: 9px !important;
}

sup {
  font-size: 9px;
  cursor: pointer;
  text-transform: none;
  text-align: left;
}

sub {
  font-size: 9px;
  text-transform: none;
}

.flex-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.flex-icon div img {
  width: 70px;
}

.flex-icon div {
  font-size: 18px;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.flex-item {
  width: 100%;
}

.flex-item img {
  width: 100%;
}

.page-01 ul li:before {
    background: #00305d;
}

.page-02 ul li:before {
    background: #14649A;
}

.page-03 ul li:before {
    background: #A88B6D;
}

.page-04 ul li:before {
    background: #0082a4;
}

.page-05 ul li:before {
    background: #c76a00;
}

.page-06 ul li:before {
    background: #41a6a7;
}

.page-07 ul li:before {
    background: #00305d;
}

.wrap p {
  margin-bottom: 25px;
  font-size: 16px;
  color: #5a5f65;
}

.wrap p ~ ul {
  margin-top: -15px;
}

.wrap ul ~ p {
  margin-top: 25px;
}

.wrap ul ~ .gri ~ p {
  margin-top: 0px;
}

.wrap p a,
.wrap ul li a,
.wrap table a {
  padding: 0;
  text-decoration: none;
  color: #003060 !important;
  font-weight: 400;
  text-decoration: underline;
}

.wrap p a:hover,
.wrap ul li a:hover,
.wrap table a:hover {
  color: #A88B6D !important;
  transition: 0.2s;
}

.chapter-1 {
  color: #00305d;
}

.chapter-2 {
  color: #14649A;
}

.chapter-3 {
  color: #A88B6D;
}

.chapter-4 {
  color: #0082a4;
}

.chapter-5 {
  color: #c76a00;
}

.chapter-6 {
  color: #41a6a7;
}

.chapter-7 {
  color: #00305d;
}

.f-s-22 {
  font-size: 22px !important;
}

.f-s-20 {
  font-size: 20px !important;
}

.f-s-18 {
  font-size: 18px !important;
}

.f-s-16 {
  font-size: 16px !important;
}

.f-s-14 {
  font-size: 14px !important;
}

ul li ul {
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 10px;
}

ul li ul li:before {
  position: absolute;
  content: '';
  border-radius: 100%;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  left: -12px;
  top: 10px;
  display: inline-block;
  background: #A88B6D;
}

.wrap {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px; 
}

.img {
  width: 100%;
  margin: 20px 0;
}

.img img {
  width: 100%;
}

.img-block {
  width: 100%;
  position: relative;
}

.img-block img {
  width: 100%;
}

/*
.main-bg {
  background-image: url(/img/cover.jpg);
  display: block;
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
*/

.page-bg {
  display: block;
  width: calc(100vw - 6px);
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  min-height: 800px;
}

.lang {
  display: flex;
  flex-direction: row;
  background: transparent;
  transition: 0.2s;
  padding: 2px 8px;
  gap: 10px;
}

.lang a {
  font-weight: 400;
  color: #5A5F65;
  text-decoration: none;
  transition: 0.2s;
  font-size: 18px;
}

.lang.main a {
  color: #5A5F65;
}

.lang a:hover {
  color: #003060;
}

a.active-link {
  color: #003060;
  text-decoration: underline;
}

.main-logo {
  width: 100%;
  text-align: center;
}

.main-logo img {
  width: 100%;
  max-width: 210px;
}

.main-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 2px solid #B4BFCA;
  border-bottom: 2px solid #B4BFCA;
  width: calc(100% + 60px);
  margin: 10px -30px 10px -30px;
  padding: 8px 30px;
}

.home i {
  color: #003060;
  font-weight: 600;
  font-size: 20px;
}

.search {
  cursor: pointer;
}

.search i {
  color: #003060;
  font-weight: 600;
  font-size: 20px;
}

.pdf i {
  color: #003060;
  font-weight: 600;
  font-size: 20px;
}

.logo-text {
  position: absolute;
  top: 25px;
  left: 320px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.logo-text span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.scrollup {
  width: 32px;
  height: 32px;
  border-radius: 5px;
  position: fixed;
  bottom: 95px;
  right: 5px;
  display: none;
  background: #003060;
  text-align: center;
  transition: 0.2s;
}

.scrollup:hover {
  background: #A88B6D;
}

.scrollup i {
  color: #fff;
  font-size: 18px;
  margin-top: 8px;
}

.footer {
  padding: 30px 30px;
  width: 100%;
  border-top: 2px solid #003060;
  background: #fff;
  position: relative;
  z-index: 200;
}

.footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-flex div {
  font-size: 16px;
  color: #131313;
}

.footer-flex div a {
  font-size: 16px;
  transition: 0.2s;
  color: #131313;
}

.footer-flex .soc-icons div a i {
  font-size: 22px;
  color: #9caab8;
  transition: 0.2s;
}

.footer-flex .soc-icons div a i:hover {
  color: #003060;
}

.footer-flex div a:hover {
  color: #003060;
  text-decoration: underline;
}

.footer-flex-right {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px; 
}

.soc-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.content-title {
  font-size: 28px;
  font-weight: 600;
  color: rgba(247,166,0,1.0);
}

.chapter-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}

.chapter-nav-arrow i {
  font-size: 32px;
  color: #E95122;
}

.chapter-nav-download a {
  font-size: 16px;
  color: #003060;
}

.chapter-nav-download i {
  margin-right: 6px;
  font-size: 18px;
  color: #003060;
}

.content {
  left: 400px;
  top: 0;
  width: calc(100% - 400px);
  position: relative;
  padding-right: 40px;
}

.no-cover .content {
  min-height: 100vh;
}

.chapter-block-top {
  width: 340px;
  height: 300px;
  background: rgba(255,255,255,0.3);
  position: absolute;
  top: 0;
  left: 50px;
}

.chapter-block-bottom {
  width: 340px;
  height: 200px;
  position: absolute;
  top: 300px;
  left: 50px;
}

.page-01 .chapter-block-bottom {
  background: #00305d;
}

.page-02 .chapter-block-bottom {
  background: #14649A;
}

.page-03 .chapter-block-bottom {
  background: #A88B6D;
}

.page-04 .chapter-block-bottom {
  background: #0082a4;
}

.page-05 .chapter-block-bottom {
  background: #c76a00;
}

.page-06 .chapter-block-bottom {
  background: #41a6a7;
}

.page-07 .chapter-block-bottom {
  background: #00305d;
}


.page-06 .review {
    top: 550px;
}

.chapter-title {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  left: 20px;
  top: 10px;
}

.chapter-number {
  color: #fff;
  font-size: 120px;
  font-weight: 600;
  position: absolute;
  left: 20px;
  bottom: 0px;
}

.review {
  position: relative;
  top: 600px;
  max-width: 370px;
  margin: 0 auto;
  display: flex;
  gap: 10px;
}

.review div {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.review-arr-left {
  position: relative;
  display: flex;
  align-items: flex-start;
}

.review-arr-right {
  position: relative;
  display: flex;
  align-items: flex-end;
}

.review-arr-left img,
.review-arr-right img {
  width: 24px;
}

.review-arr-left i {
  color: #fff;
  font-size: 24px;
}

.review-arr-right i {
  color: #fff;
  font-size: 24px;
}

.glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 460px;
  height: 100%;
  position: absolute;
  left: 340px;
  top: 0;
  z-index: 1;
}

.glass-text {
  color: #fff;
  font-size: 12px;
  transform: rotate(-90deg);
  bottom: 120px;
  right: -65px;
  position: absolute;
  width: 200px;
}

.glass-year {
  color: #fff;
  font-size: 16px;
  transform: rotate(-90deg);
  bottom: 260px;
  right: 15px;
  position: absolute;
}

.internal .top-line {
    background: rgba(19,53,122,1.0);
}

.page-01 .page-bg {
  background-image: url(/img/bg-1.jpg);
  background-position: right;
}

.page-02 .page-bg {
  background-image: url(/img/bg-2.jpg);
}

.page-03 .page-bg {
  background-image: url(/img/bg-3.jpg);
}

.page-04 .page-bg {
  background-image: url(/img/bg-4.jpg);
}

.page-05 .page-bg {
  background-image: url(/img/bg-5.jpg);
}

.page-06 .page-bg {
  background-image: url(/img/bg-6.jpg);
}

.page-07 .page-bg {
  background-image: url(/img/bg-7.jpg);
}

.page-01-1 .page-bg {
  height: 0;
  min-height: 70px;
}

.page-01-1 .content {
  margin-top: 0px;
  margin-bottom: 0px;
  background: rgba(19,53,122,1.0);
}

.page-03-1 .page-bg {
    height: 0;
    min-height: 70px;
}

.page-03-1 .content {
  margin-top: 0px;
  margin-bottom: 0px;
  background-image: url(/img/bg-03-1.jpg);
  display: block;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow-y: hidden;
  overflow-x: hidden;
  background-attachment: fixed;
}

.page-04-1 .page-bg {
    height: 0;
    min-height: 70px;
}

.page-04-1 .content {
  margin-top: 0px;
  margin-bottom: 0px;
}

.flex-icons-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.bg-grey {
  background-color: #b4bfca;
}

.bg-grey-blue {
  background-color: #e2e3f0;
}

.mission {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  max-width: 800px;
}

.w-100 {
  width: 100%;
}

.w-320 {
  width: 320px !important;
}

.w-self {
  width: inherit;
  min-width: 250px;
}

.bg-light-blue {
  background: rgba(19,53,122,0.4);
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.space-20 {
  height: 20px;
}

.space-40 {
  height: 40px;
}

.space-80 {
  height: 80px;
}

.m-30-0 {
  margin: 30px 0;
}

.m-20-0 {
  margin: 20px 0;
}

.rating {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  border-top: 2px solid #B4BFCA;
  border-bottom: 2px solid #B4BFCA;
}

.rating-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-bottom: 1px solid #B4BFCA;
  padding: 20px 0;
}

.rating-row div {
  color: #A88B6D;
  font-size: 18px;
  font-weight: 400;
}

.rating-row div span {
  color: #A88B6D;
  font-size: 36px;
  font-weight: 600;
}

.akcent-value {
  max-width: 380px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid #0061AD;
  padding: 12px 20px;
}

.akcent-value-text {
  color: #0061AD;
  font-size: 16px;
  font-weight: 600;
}

.akcent-value-num {
  color: #0061AD;
  font-size: 46px;
  font-weight: 300;
}

.akcent-value-num span {
  color: #0061AD;
  font-size: 14px;
  font-weight: 400;
}

.left th,
.left td {
  text-align: left;
}

.v-a-top th,
.v-a-top td {
  vertical-align: top;
}

.flex-3 {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: flex-start;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.white {
  color: #fff;
}

.wrap p.orange {
  color: #f7a600;
}

.menu {
  margin: 20px 0 20px 0;
}

.space-menu {
  width: 100%;
  height: 60px;
}

.menu-item {
  padding: 4px 0;
  transition: 0.2s;
}

.menu-item a {
  font-size: 13px;
  color: #131313;
}

.menu-item a:hover {
  color: #003060;
  text-decoration: underline;
  transition: 0.2s;
}

.menu-item a i {
  font-size: 13px;
  color: #5A5F65;
}

.menu-item a.active-menu-item {
  color: #003060;
  font-weight: 600;
  text-decoration: underline;
}

.chapter-item a {
  font-size: 15px;
}

.space-10 {
  height: 10px;
}

.menu-item-submenu {
  border-left: 1px solid #A1A1A1; 
  padding: 0px 0px 0px 20px;
  margin: 6px 0 6px 20px;
}

.submenu-item {
  padding: 2px 0;
}

.submenu-item a {
  font-size: 12px;
  color: #A1A1A1;
}

.submenu-item.submenu-active a {
  color: #A88B6D;
}

.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
  color: #5a5f65;
}

.blue {
  color: #003060;
}

.corp {
  color: #A88B6D;
}

.red {
  color: #c76a00;
}

.wrap p.corp {
  color: #A88B6D;
}

.grid-3 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-3 div {
  width: 100%;
}

.grid-3 div img {
  width: 100%;
  max-width: 160px;
}

.grid-4 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-4 div {
  width: 100%;
}

.grid-4 div img {
  width: 100%;
  max-width: 160px;
}

.grid-5 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid-5 div {
  width: 100%;
}

.grid-5 div img {
  width: 100%;
  max-width: 110px;
}

.grid-2 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.grid-2-img {
  display: grid;
  gap: 10px;
  grid-template-columns: 350px 350px;
  justify-content: flex-start;
}

.grid-2-img div {
  background: #e6e9ed;
}

.grid-2-img img {
  width: 350px;
}

.grid-3-img {
  display: grid;
  gap: 10px;
  grid-template-columns: 250px 250px 250px;
  justify-content: flex-start;
}

.grid-3-img div {
  background: #e6e9ed;
}

.grid-3-img img {
  width: 250px;
}

.grid-2-graf {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  justify-content: flex-start;
}

.grid-2-graf div {
  background: #e6e9ed;
}

.grid-2-graf img {
  max-width: 500px;
  width: 100%;
}

.grid-5-img {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-content: flex-start;
}

.grid-5-img div {
  background: #e6e9ed;
}

.grid-5-img img {
  width: 200px;
}

.grid-vert {
  grid-template-rows: repeat(2, auto);
  align-items: flex-start;
}

.grid-gap-30 {
  display: grid;
  gap: 30px;
}

.key-indicators-grid-2 {
  display: grid;
  grid-template-columns: 350px 350px;
  gap: 100px;
  margin-bottom: 40px;
}

.key-indicators-grid-3 {
  display: grid;
  grid-template-columns: 300px 300px 300px;
  gap: 50px;
  margin-bottom: 40px;
}

.key-indicators-grid-item {
  width: 100%;
}

.key-indicators-grid-item img {
  width: 100%;
}

.key-indicators-grid-item div {
  font-size: 14px;
  color: #003060;
  margin-bottom: 8px;
  line-height: 18px;
}

.key-indicators-title {
  font-size: 18px;
  font-weight: 600;
  color: #003060;
  min-width: 250px;
}

.key-indicators-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
  margin: 0px 0px 30px 0;
}

.key-indicators-line {
  width: 100%;
  height: 4px;
}

.corp .key-indicators-line {
  background: #A88B6D;
}

.red .key-indicators-line {
  background: #c76a00;
}

.turq .key-indicators-line {
  background: #41a6a7;
}

.key-indicators-number,
.key-indicators-number span {
  font-size: 54px !important;
  font-weight: 600;
  margin: 30px 0 !important;
}

.key-indicators-grid-item div.corp,
.key-indicators-grid-item div.corp span {
  color: #A88B6D;
}

.key-indicators-grid-item div.red,
.key-indicators-grid-item div.red span {
  color: #c76a00;
}

.key-indicators-grid-item div.turq,
.key-indicators-grid-item div.turq span {
  color: #41a6a7;
}

.box-blue {
  border-radius: 10px;
  background: #e9eef9;
  padding: 20px 30px;
  max-width: 450px;
}

.box-blue img {
  width: 100%;
}

.graf {
  width: 100%;
}

.graf img {
  width: 100%;
  max-width: 400px;
  margin: 10px 0;
}

.element {
  width: 100%;
}

.element img {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #0061ae;
}

.head-block {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #0061AD;
}

.head-block-up {
  padding: 30px 50px;
  background: #0061AD;
  border-radius: 20px 20px 0 0;
  position: relative;
}

.head-block-up-title {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.head-block-up-img {
  position: absolute;
  left: -15px;
  top: calc(50% - 25px);
  width: 50px;
}

.head-block-up-img img {
  width: 100%;
  border-radius: 10px;
}

.head-block-bottom {
  padding: 30px;
}

.flex-icon-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
}

.flex-icon-box div {
  font-size: 12px;
}

.flex-icon-box img {
  width: 60px;
}

.large {
  font-size: 18px;
}

.grey-block {
  background: #e6e9ed;
  padding: 30px;
  margin-bottom: 25px;
}

.grey-block p.blue {
  color: #003060;
}

.blue-block {
  background: #00305d;
  padding: 30px;
}

.blue-block-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
}

.blue-block div {
  color: #fff;
}

.grey-block ul {
  margin-bottom: 0;
}

.accordion {
  margin: 20px 0;
}

.accordion-item-visible {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  border-bottom: 1px solid #B4BFCA;
  padding: 10px 0;
}

.accordion-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.accordion-item-img {
  width: 70px;
}

.accordion-item-img img {
  width: 100%;
}

.accordion-item-title {
  font-size: 24px;
  color: #003060;
  width: calc(100% - 70px);
}

.accordion-item-title span {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.accordion-item-hidden {
  display: none;
  transition: all 0.3s ease;
  border-bottom: 1px solid #B4BFCA;
}

.accordion-item.open .accordion-item-hidden {
  display: block;
}

.accordion-item-arrow i {
  transition: transform 0.3s ease;
  font-size: 24px;
  color: #003060;
}

.accordion-item.open .accordion-item-arrow i {
  transform: rotate(180deg);
}

 .timeline {
  position: relative;
  margin: 0 auto;
  padding: 20px 0;
  width: 800px;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background-color: #0a2e58;
  transform: translateX(-50%);
}

.timeline-block {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 0 0;
}

.timeline-title {
  width: 45%;
  text-align: left;
  padding-right: 40px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}

.timeline-title:before {
  content: '';
  width: 70px;
  height: 1px;
  background: #003060;
  right: -40px;
  top: 13px;
  position: absolute;
}

.timeline-title:after {
  content: '';
  width: 30px;
  height: 30px;
  background: #003060;
  border-radius: 999em;
  right: -55px;
  top: 0px;
  position: absolute;
}

.timeline-number {
  position: absolute;
  left: -56px;
  top: 5px;
  width: 40px;
  height: 40px;
  background: #003060;
  border-radius: 999em;
  outline: 4px solid rgba(0,48,96,0.2);
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.timeline-events {
  width: 45%;
  text-align: left;
  padding-left: 40px;
  margin-top: 40px;
}

.event {
  margin-bottom: 20px;
  position: relative;
}

.event:before {
  content: '';
  width: 70px;
  height: 1px;
  background: #003060;
  left: -80px;
  top: 8px;
  position: absolute;
}

.event:after {
  content: '';
  width: 12px;
  height: 12px;
  background: #003060;
  border-radius: 999em;
  left: -85px;
  top: 2px;
  position: absolute;
}

.event-date {
  font-weight: bold;
  color: #0a2e58;
}

.event-desc {
  font-size: 14px;
}

.grid-3.hww div img {
    width: 100%;
    max-width: 80px;
}

.hww .flex-icon-box div:first-child {
  width: 80px;
}

.call table td {
  vertical-align: top;
  width: 50%;
}

.call p {
  font-size: 13px;
  margin-bottom: 10px;
}

.call table div {
  font-size: 13px;
  margin-bottom: 2px;
  margin-top: 5px;
}

.call ul li,
.call ol li {
  font-size: 13px;
}

.call .accordion-item-hidden {
    border-bottom: none;
}

.call .open .accordion-item-visible {
    border-bottom: none;
}

.kaskad {
  position: relative;
  margin: 50px 0;
}

.kaskad-item {
  margin: 20px 0;
}

.kaskad-item-top {
  position: relative;
  height: 0;
}

.kaskad-number {
  position: relative;
  width: 50px;
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #7380a6;
  border: 4px solid #a4b4c6; 
  border-radius: 999em;
  font-size: 22px;
  font-weight: 600;
  left: 0px;
  top: -25px;
}

.kaskad-item-bottom {
  padding: 30px 40px;
  border-top: 1px solid #fff;
  margin-left: 25px;
}

.kaskad-title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.kaskad-title:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 20px solid #7380a6;
  position: absolute;
  top: -30px;
}

.kaskad-item.one .kaskad-title:after {
  left: 0%;
}

.kaskad-item.two .kaskad-title:after {
  left: 20%;
}

.kaskad-item.three .kaskad-title:after {
  left: 40%;
}

.kaskad-item.four .kaskad-title:after {
  left: 60%;
}

.kaskad-item.five .kaskad-title:after {
  left: 80%;
  top: -50px;
  transform: rotate(180deg);
}

.kaskad-item.five .kaskad-item-bottom {
  border: 1px solid #fff;
}

.kaskad-item.two .kaskad-title,
.kaskad-item.two .kaskad-text {
  margin-left: 10%;
}

.kaskad-item.three .kaskad-title,
.kaskad-item.three .kaskad-text {
  margin-left: 15%;
}

.kaskad-item.four .kaskad-title,
.kaskad-item.four .kaskad-text {
  margin-left: 20%;
}

.chapter-nav {
  background: #fff;
  position: relative;
  border-top: 2px solid #003060;
  left: 340px;
  width: calc(100% - 340px);
}

.chapter-nav-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 5px 40px;
}

.chapter-nav-prev i,
.chapter-nav-next i {
  font-size: 22px;
  color: #131313;
  transition: 0.2s;
}

.chapter-nav-prev:hover i,
.chapter-nav-next:hover i {
  color: #003060;
}

.chapter-nav-download {
  font-size: 16px;
  color: #131313;
  transition: 0.2s;
}

.chapter-nav-download i {
  font-size: 20px;
  color: #131313;
}

.chapter-nav-download:hover {
  color: #003060;
  text-decoration: underline;
}

.chapter-nav-download:hover i {
  color: #003060;
}

.mobile_buttons {
  display: none;
  position: relative;
}

.burger span {
  display: block;
  position: absolute;
  top: 33px;
  left: 16px;
  right: 16px;
  height: 3px;
  background: #003060;
  border-radius: 15px;
}

.burger:hover span {
  background: #003060;
}

.open .burger span {
  background: 0 0 transparent;
  transform: rotate(90deg);
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  -o-transition: all 0s ease;
  -webkit-transition-delay: 0s,0s;
  transition-delay: 0s,0s;
}

.burger span::after,
.burger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #003060;
  content: "";
  border-radius: 5px;
}

.burger:hover span::after,
.burger:hover span::before {
  background-color: #003060;
}

.burger span::before {
  top: -8px;
  -webkit-transition-property: top,-webkit-transform;
  transition-property: top,transform;
}
.burger span::after {
  bottom: -8px;
  -webkit-transition-property: bottom,-webkit-transform;
  transition-property: bottom,transform;
}

.open .burger span::after,
.open .burger span::before {
  -webkit-transition-delay: 0s,.1s;
  transition-delay: 0s,.1s;
  background-color: #003060;
}
.open .burger span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open .burger span::after {
  bottom: 1px; /* Fix for codepen, set to zero for normal use */
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open #burger-wrap {
  background: transparent;
}

.burger {
    position: relative;
    top: 0px;
    right: 0px;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    display: block;
}

.main-menu.open {
    height: 100vh;
    overflow-y: auto;
}

.p-l-20 {
  padding-left: 20px;
}

.sdg-table::-webkit-scrollbar {
  height: 4px;
}

.sdg-table::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}

.sdg-table::-webkit-scrollbar-thumb {
  background: #003060;
  border-radius: 4px;
}

mark {
  background: yellow;
  color: black;
}

.modal-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.modal-overlay.active {
  display: flex;
}

.modal-box {
  background: white;
  padding: 30px;
  max-width: 600px;
  width: 100%;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
  overflow-y: auto;
  max-height: 90vh;
}

.close-modal {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
}

#searchInput {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 16px;
  box-sizing: border-box;
}

.results-box div {
  margin-bottom: 10px;
  font-size: 16px;
}

.results-box a {
  font-weight: bold;
  color: #003060;
  text-decoration: none;
}

.results-box mark {
  background-color: yellow;
}

a .img {
  cursor: zoom-in;
}

.table-line {
  width: 100%;
  background: #e6e9ed;
  padding: 4px 10px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
}

.risks table td {
  width: 33%;
}

.risks table {
  min-width: 800px;
}

.gov .accordion-item-hidden {
  padding: 20px;
}

.grid-3-img.w-350 {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: flex-start;
}

.grid-3-img.w-350 img {
  width: 300px;
}

.sd .timeline-title span {
    color: #fff;
}

.sd.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    width: 2px;
    background-color: #fff;
    transform: translateX(-50%);
}

.sd .timeline-number {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 60px;
    height: 60px;
    background: #7380a6;
    border-radius: 999em;
    outline: 8px solid rgba(255, 255, 255, 0.5);
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd .timeline-title:before {
    content: '';
    width: 100px;
    height: 1px;
    background: #fff;
    right: -160px;
    top: 30px;
    position: absolute;
}

.sd .timeline-title {
    width: 10px;
    text-align: left;
    padding-right: 0px;
    font-weight: bold;
    font-size: 18px;
    position: relative;
}

.sd .timeline-title:after {
    display: none;
}

.sd .event:after {
    display: none;
}

.sd .event:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    left: -24px;
    top: 8px;
    border-radius: 999em;
    position: absolute;
}

.sd .timeline-events {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    margin-top: 30px;
    margin-left: 160px;
    border-left: 1px solid #fff;
}

.sd .timeline-events ul li {
    color: #fff; 
    font-size: 13px;
    margin: 20px 0;
}

.sd .timeline-events ul li:before {
    background: #fff;
}

.role {
  width: 100%;
  background-image: url(/img/01_img_1.jpg);
  display: block;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.role-bg {
  background: rgba(0,48,96,0.7);
  padding: 30px;
}

.role-flex {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 20px;
  margin: 30px 20px;
}

.role-title {
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  background: #FFF;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.8) 100%);
  text-align: center;
  padding: 3px 10px;
}

.role-number {
  width: 60px;
  height: 60px;
  border-radius: 999em;
  background: #fff;
  border: 10px solid rgba(0,48,96,0.9);
  position: relative;
  display: block;
}

.role-value {
  color: rgba(0, 48, 96, 1.0);
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 6px;
  position: relative;
  z-index: 2;
}

/* Лучи (псевдоэлемент круга) */
.role-number::before {
  content: "";
  position: absolute;
  top: -15px;
  left: -15px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-image: conic-gradient(
    rgba(255, 255, 255, 0.3) 0deg 5deg,
    transparent 5deg 10deg,
    rgba(255, 255, 255, 0.3) 10deg 15deg,
    transparent 15deg 20deg,
    rgba(255, 255, 255, 0.3) 20deg 25deg,
    transparent 25deg 30deg,
    rgba(255, 255, 255, 0.3) 30deg 35deg,
    transparent 35deg 40deg,
    rgba(255, 255, 255, 0.3) 40deg 45deg,
    transparent 45deg 50deg,
    rgba(255, 255, 255, 0.3) 50deg 55deg,
    transparent 55deg 60deg,
    rgba(255, 255, 255, 0.3) 60deg 65deg,
    transparent 65deg 70deg,
    rgba(255, 255, 255, 0.3) 70deg 75deg,
    transparent 75deg 80deg,
    rgba(255, 255, 255, 0.3) 80deg 85deg,
    transparent 85deg 90deg,
    rgba(255, 255, 255, 0.3) 90deg 95deg,
    transparent 95deg 100deg,
    rgba(255, 255, 255, 0.3) 100deg 105deg,
    transparent 105deg 110deg,
    rgba(255, 255, 255, 0.3) 110deg 115deg,
    transparent 115deg 120deg,
    rgba(255, 255, 255, 0.3) 120deg 125deg,
    transparent 125deg 130deg,
    rgba(255, 255, 255, 0.3) 130deg 135deg,
    transparent 135deg 140deg,
    rgba(255, 255, 255, 0.3) 140deg 145deg,
    transparent 145deg 150deg,
    rgba(255, 255, 255, 0.3) 150deg 155deg,
    transparent 155deg 160deg,
    rgba(255, 255, 255, 0.3) 160deg 165deg,
    transparent 165deg 170deg,
    rgba(255, 255, 255, 0.3) 170deg 175deg,
    transparent 175deg 180deg,
    rgba(255, 255, 255, 0.3) 180deg 185deg,
    transparent 185deg 190deg,
    rgba(255, 255, 255, 0.3) 190deg 195deg,
    transparent 195deg 200deg,
    rgba(255, 255, 255, 0.3) 200deg 205deg,
    transparent 205deg 210deg,
    rgba(255, 255, 255, 0.3) 210deg 215deg,
    transparent 215deg 220deg,
    rgba(255, 255, 255, 0.3) 220deg 225deg,
    transparent 225deg 230deg,
    rgba(255, 255, 255, 0.3) 230deg 235deg,
    transparent 235deg 240deg,
    rgba(255, 255, 255, 0.3) 240deg 245deg,
    transparent 245deg 250deg,
    rgba(255, 255, 255, 0.3) 250deg 255deg,
    transparent 255deg 260deg,
    rgba(255, 255, 255, 0.3) 260deg 265deg,
    transparent 265deg 270deg,
    rgba(255, 255, 255, 0.3) 270deg 275deg,
    transparent 275deg 280deg,
    rgba(255, 255, 255, 0.3) 280deg 285deg,
    transparent 285deg 290deg,
    rgba(255, 255, 255, 0.3) 290deg 295deg,
    transparent 295deg 300deg,
    rgba(255, 255, 255, 0.3) 300deg 305deg,
    transparent 305deg 310deg,
    rgba(255, 255, 255, 0.3) 310deg 315deg,
    transparent 315deg 320deg,
    rgba(255, 255, 255, 0.3) 320deg 325deg,
    transparent 325deg 330deg,
    rgba(255, 255, 255, 0.3) 330deg 335deg,
    transparent 335deg 340deg,
    rgba(255, 255, 255, 0.3) 340deg 345deg,
    transparent 345deg 350deg,
    rgba(255, 255, 255, 0.3) 350deg 355deg,
    transparent 355deg 360deg
  );
}

.role-text {
  color: #fff;
  font-size: 16px;
}

.fund-grid {
  display: grid;
  gap: 60px;
  grid-template-columns: 350px 350px;
}

.fund-grid-1 {
  background: #ebeef1;
  padding: 30px;
  display: grid;
  grid-template-columns: 1fr;
}

.fund-grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 3;
  gap: 50px;
  background: #ebeef1;
  padding: 30px;
}

.fund-item-img img {
  width: 50px;
}

.fund-item-number {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: rgba(0, 48, 96, 1.0);
}

.fund-item-number span {
  font-size: 72px;
  line-height: 80px;
  font-weight: 700;
  color: rgba(0, 48, 96, 1.0);
}

.fund-item-money {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 48, 96, 1.0);
}

.fund-item-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 48, 96, 1.0);
}

.separate {
  width: 100%;
  border-bottom: 1px solid rgba(0, 48, 96, 1.0);
  padding: 10px 0; 
}

.fund-flex {
  display: grid;
  grid-template-columns: 40px 40px 1fr;
  gap: 10px;
  margin: 8px 0;
}

.fund-flex-img img {
  width: 40px;
}

.fund-flex-perc {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 48, 96, 1.0);
}

.fund-flex-text {
  font-size: 13px;
  color: rgba(0, 48, 96, 1.0);
  padding-left: 10px;
}

 .company-grid {
  display: grid;
  grid-template-columns: 250px 250px;
  gap: 20px;
  margin: 60px 0 20px 0;
}

 .company-grid-img img {
  width: 60px;
}

 .company-grid-img {
  font-size: 86px;
  line-height: 86px;
  color: rgba(0, 48, 96, 1.0);
  font-weight: 900;
}

 .company-grid-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}

.company-grid-text {
  font-size: 18px;
  color: rgba(0, 48, 96, 1.0);
  font-weight: 600;
}

.sector {
  background: #ebeef1;
  padding: 30px;
}

.sector-top {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 20px;
  align-items: center;
}

.sector-top img {
  width: 70px;
}

.sector-top div {
  color: rgba(0, 48, 96, 1.0);
  font-size: 20px; 
  font-weight: 600;
}

.sector-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.sector-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 10px;
  align-items: flex-start;
  max-width: 350px;
}

.sector-img img {
  width: 40px;
}

.sector-flex {
  display: flex;
  flex-direction: column;
}

.sector-text {
  font-size: 13px;
  color: rgba(0, 48, 96, 1.0);
}

.sector-perc {
    font-size: 34px;
    font-weight: 600;
    color: rgba(0, 48, 96, 1.0);
}

.sector-perc span {
    font-size: 34px;
    font-weight: 600;
    color: rgba(0, 48, 96, 1.0);
}

.nd-top {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 10px;
  align-items: center;
}

.nd-top img {
  width: 50px;
}

.nd-title {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 48, 96, 1.0); 
}

.nd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 30px;
  background: rgba(0, 48, 96, 1.0);
}

.nd-grid div,
.nd-grid span {
  color: #fff;
}

.nd-grid-title {
  font-size: 16px;
}

.nd-grid-number {
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.nd-grid-number span {
  font-size: 72px;
  font-weight: 600;
  line-height: 80px;
}

.nd-grid-value {
  font-size: 14px;
  font-weight: 600;
}

.nd-grid-delta {
  font-size: 12px;
}

.pokaz {
  width: 100%;
  margin: 20px 0;
}

.pokaz-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 48, 96, 1.0);
  padding: 10px 0 20px 0;
}

.pokaz-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  padding: 20px 30px;
  background: rgba(0, 48, 96, 1.0);
}

.pokaz-grid-item {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 10px;
  align-items: center;
}

.pokaz-grid-item div {
  color: #fff;
}

.pokaz-grid-item img {
  width: 30px;
}

.pokaz-grid-number {
  font-size: 22px;
  font-weight: 600;
}

.pokaz.descr .pokaz-grid-number {
  font-size: 14px;
  font-weight: 600;
  color: #131313;
}

.nd-2 {
  background: #7380a6;
}

.nd-3 {
  background: #c9d0d8;
}

.nd-3 .pokaz-grid-item div {
  color: rgba(0, 48, 96, 1.0);
}

.nd-grid.nd-3 div,
.nd-grid.nd-3 span {
  color: rgba(0, 48, 96, 1.0);
}

.nd-4 {
  background: #cabaa4;
}

.nd-4 .pokaz-grid-item div {
  color: rgba(0, 48, 96, 1.0);
}

.nd-grid.nd-4 div,
.nd-grid.nd-4 span {
  color: rgba(0, 48, 96, 1.0);
}

.nd-5 {
  background: #dfd5c8;
}

.nd-5 .pokaz-grid-item div {
  color: rgba(0, 48, 96, 1.0);
}

.nd-grid.nd-5 div,
.nd-grid.nd-5 span {
  color: rgba(0, 48, 96, 1.0);
}

.nd-6 {
  background: #eee9e2;
}

.nd-6 .pokaz-grid-item div {
  color: rgba(0, 48, 96, 1.0);
}

.nd-grid.nd-6 div,
.nd-grid.nd-6 span {
  color: rgba(0, 48, 96, 1.0);
}

.nd-7 {
  background: #fff;
}

.nd-grid.nd-7 div,
.nd-grid.nd-7 span {
  color: rgba(0, 48, 96, 1.0);
}

.based {
  padding: 30px 0;
  font-size: 20px;
  text-transform: uppercase;
}

.main-line {
  width: 100%;
  height: 1px;
  background: #B4BFCA;
}

.grid-main {
  display: grid;
  grid-template-columns: 1fr 1px 1fr;
  gap: 30px;
  align-items: center;
}

.grid-main-item-separator {
  display: block;
  width: 1px;
  height: 100px;
  background: rgba(0, 48, 96, 1.0);
}

.grid-main-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.grid-main-item-number {
  font-size: 64px;
  font-weight: 700;
  color: rgba(0, 48, 96, 1.0);
}

.grid-main-item-number span {
  font-size: 64px;
  font-weight: 700;
  color: rgba(0, 48, 96, 1.0);
}

.grid-main-item-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 48, 96, 1.0);
  max-width: 350px;
  text-align: center;
}

.grid-main-item-text span {
  font-weight: 600;
  color: rgba(0, 48, 96, 1.0);
  font-size: 16px;
}

.video-container {
  width: calc(100% + 150px);
  background-color: #000;
  overflow: hidden; 
  margin: 0 -75px 0 -75px;
  position: relative;
}

.video-container video {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(168, 139, 109, 0.8);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.play-button:hover {
    background-color: rgba(168, 139, 109, 1.0);
}

.play-button::before {
    content: '';
    border-style: solid;
    border-width: 18px 0 18px 30px;
    border-color: transparent transparent transparent #fff;
    margin-left: 5px;
}

.play-button.hidden {
    display: none;
}

.slogan {
  position: absolute;
  bottom: 40px;
  right: 0;
  background: rgba(168, 139, 109, 1.0);
  color: rgba(255, 255, 255, 1.0);
  font-size: 36px;
  font-weight: 600;
  padding: 20px;
  width: 500px;
}

.slogan.hidden {
  display: none;
}

.sm-icon img {
  max-width: 70px !important;
}

.grid-3.sm-icon .flex-icon div:first-child {
    width: 70px;
}

.grid-main-but {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0;
}

.grid-main-but-inn {
  display: grid;
  align-items: center;
  gap: 30px;
  grid-template-columns: 150px 1px 300px;
}

.grid-main-but-year {
  color: #A88B6D;
  font-size: 68px;
  font-weight: 600;
}

.grid-main-but-line {
  width: 1px;
  height: 50px;
  background: #A88B6D;
}

.grid-main-but-text {
  color: #A88B6D;
  font-size: 16px;
  font-weight: 600;
}

.main-button {
  background: #fff;
  border-radius: 10px;
  border: 2px solid rgba(0, 48, 96, 1.0);
  color: rgba(0, 48, 96, 1.0);
  font-size: 18px;
  padding: 12px 32px;
  transition: 0.2s;
}

.main-button i {
  color: rgba(0, 48, 96, 1.0);
  font-size: 18px;
  margin-right: 6px;
  transition: 0.2s;
}

.main-button:hover {
  background: rgba(0, 48, 96, 1.0);
  border: 2px solid rgba(0, 48, 96, 1.0);
  color: #fff;
}

.main-button:hover i {
  color: #fff;
}

.subjects {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  grid-auto-rows: 1fr;
}

.subject-item {
  display: flex;
  flex-direction: column;
}

.subject-item-img {
  max-height: 190px;
  overflow: hidden;
}

.subject-item-img img {
  width: 100%;
  transform: scale(1.05);
  transition: transform 0.3s ease;
}

.subject-item:hover .subject-item-img img {
  transform: scale(1.00);
}

.subject-item-grid-number {
  font-size: 58px;
  font-weight: 600;
  color: #fff;
}

.subject-item-grid-title {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}

.subject-item-grid {
  flex-grow: 1;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
  align-items: center;
  padding: 10px 20px;
}

.subject-item-grid.chapter-1  {
  background: #00305d;
}

.subject-item-grid.chapter-2 {
  background: #14649A;
}

.subject-item-grid.chapter-3 {
  background: #A88B6D;
}

.subject-item-grid.chapter-4 {
  background: #0082a4;
}

.subject-item-grid.chapter-5 {
  background: #c76a00;
}

.subject-item-grid.chapter-6 {
  background: #41a6a7;
}

.subject-item-grid.chapter-7 {
  background: #00305d;
}

.portfolio-icons {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.portfolio-icons img {
  width: 80px !important;
}

.portfolio-icons div {
  text-align: center;
  max-width: 150px;
}

.portfolio-icons-number {
  font-size: 32px;
  font-weight: 600;
  color: rgba(255,255,255,0.6) !important;
}

.portfolio-icons-text {
  font-size: 14px;
}


.form-wrapper {
  background: transparent;
}

label {
  display: block;
  margin: 12px 0 0 0;
  font-size: 16px;
}

.multi-row {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-bottom: 10px;
}

.multi-row label {
  margin-right: 18px;
  font-weight: 400;
}

.checkbox-group, .radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 34px;
  margin-bottom: 16px;
}

.checkbox-group label, .radio-group label {
  display: flex;
  align-items: center;
  margin: 0;
}

.checkbox-group input, .radio-group input {
  margin-right: 7px;
}

.inputs-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 500px;
}

input[type="text"], input[type="email"], input[type="tel"] {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #bbb;
  border-radius: 6px;
  font-size: 16px;
  margin-top: 4px;
  box-sizing: border-box;
}

.submit-row {
  text-align: left;
  margin-top: 30px;
}

button[type="submit"] {
  background: #003060;
  color: #fff;
  padding: 12px 32px;
  font-size: 16px;
  border-radius: 7px;
  border: none;
  cursor: pointer;
  transition: background 0.2s;
}

button[type="submit"]:hover {
  background: #A88B6D;
}

.trans div {
  background: transparent !important;
}

@media (max-width: 1440px) {
 
}

@media (max-width: 1366px) {

  .subject-item-grid-title {
    font-size: 15px;
  }

  .subject-item-img {
    max-height: 160px;
  }

}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

  .content {
    left: 370px;
    width: calc(100% - 370px);
  }

  .slogan {
    position: absolute;
    bottom: 20px;
    right: 0;
    background: rgba(168, 139, 109, 1.0);
    color: rgba(255, 255, 255, 1.0);
    font-size: 26px;
    font-weight: 600;
    padding: 20px;
    width: 400px;
  }

  .subjects {
    grid-template-columns: 1fr 1fr;
  }

  .grid-main-item-number {
    font-size: 44px;
  }

  .grid-main-item-number span {
    font-size: 44px;
  }

  .grid-main-item-text {
    font-size: 13px;
  }

  .grid-main-item-text span {
    font-size: 13px;
  }

  .grid-main-but-inn {
    grid-template-columns: 150px 1px 200px;
  }

  .event-desc {
    max-width: 340px;
  }

  .grid-mob-1 {
    grid-template-columns: 1fr;
  }

  .sector-perc {
    font-size: 30px;
  }

  .key-indicators-grid-item img {
    max-width: 400px;
  }

  .sdg-table {
      overflow-x: scroll;
  }

  .timeline {
    width: 500px;
  }

  .timeline-title:before {
    right: -20px;
  }

  .timeline-title:after {
    right: -40px;
  }

  .event:before {
    width: 50px;
    left: -60px;
  }

  .event:after {
    left: -70px;
  }

  .accordion-item-title {
    font-size: 20px;
  }

  .table {
    overflow-x: scroll;
    width: 100%;
  }

  table td {
    min-width: 80px;
  }

  .rating img {
    max-width: 200px;
  }

  .grid-mob-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-img.w-350 {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {
  .menu {
    display: none;
  }

  .main-logo img {
    max-width: 140px;
  }

  .main-menu {
    padding: 10px 20px;
    position: fixed;
    height: 82px;
    overflow-y: auto;
    min-width: 100%;
    width: 100%;
    border-right: none;
    z-index: 500;
  }

  .glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
    min-height: 900px;
  }

  .page-bg {
    width: 100vw;
  }

  .sidebar {
    width: 100%;
  }

  .content {
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    padding-right: 0px;
    min-height: 100vh;
  }

  .sdg-table {
      overflow-x: scroll;
  }

  .chapter-nav {
    left: 0;
    width: 100%;
  }

  .footer {
    padding: 25px;
  }

  .footer-flex {
    flex-direction: column-reverse;
  }

  .footer-flex-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .chapter-nav-flex {
    gap: 30px;
    padding: 5px 0px;
  }

  .chapter-nav-download {
    text-align: center;
  }

  .chapter-nav-download a {
    font-size: 14px;
  }

  .mobile_buttons {
    display: block;
  }

  .main-logo {
    display: flex;
    justify-content: space-between;
  }

  .open .menu {
      display: block;
  }

  .main-buttons {
    width: calc(100% + 40px);
    margin: 10px -20px 10px -20px;
  }

  .page-bg {
    min-height: 900px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .kaskad-item.five .kaskad-title:after {
    left: 60%;
  }

  .kaskad-item.two .kaskad-title, 
  .kaskad-item.two .kaskad-text,
  .kaskad-item.three .kaskad-title, 
  .kaskad-item.three .kaskad-text,
  .kaskad-item.four .kaskad-title, 
  .kaskad-item.four .kaskad-text {
    margin-left: 0%;
  }

  .chapter-title {
    font-size: 28px;
  }

  .scrollup {
    bottom: 25px;
    z-index: 140;
  }

  .no-cover .content {
    padding-top: 70px;
  }

  .accordion-item-title {
    font-size: 16px;
  }

  .timeline {
    width: 350px;
  }

  .timeline-title {
    font-size: 14px;
    text-align: right;
  }

  .timeline-number {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px 70%;
  }

  .timeline-title:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #003060;
    right: -10px;
    top: 20px;
    position: absolute;
  }

  .timeline-title:after {
    content: '';
    width: 26px;
    height: 26px;
    background: #003060;
    border-radius: 999em;
    right: -30px;
    top: 8px;
    position: absolute;
  }

  .event-desc {
    font-size: 11px;
  }

  .event:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #003060;
    left: -58px;
    top: 8px;
    position: absolute;
  }

  .event:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #003060;
    border-radius: 999em;
    left: -63px;
    top: 2px;
    position: absolute;
  }

  .chapter-block-top {
    left: 20px;
  }

  .chapter-block-bottom {
    left: 20px;
  }

  .table {
    overflow-x: scroll;
    width: 100%;
  }

  .table table {
      min-width: 800px;
  }

  .rating {
    max-width: 100%;
  }

  .rating-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .grid-mob-1 {
    grid-template-columns: 1fr !important;
  }

  .grid-mob-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grey-block-title {
    font-size: 22px;
  }

  .hide {
    display: none;
  }

  .key-indicators-grid-2 {
    gap: 30px;
  }

  .key-indicators-grid-3 {
    gap: 30px;
  }

  .sd.timeline::before {
    left: 30px;
  }

  .sd .timeline-title:before {
    display: none;
  }

  .sd .timeline-title {
    width: 0px;
  }

  .sd .timeline {
      width: 100%;
  }

  .sd .timeline-events {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    margin-top: 90px;
    margin-left: 0px;
    border-left: 1px solid #fff;
    max-width: 270px;
    position: relative;
    left: -50px;
  }

  .sd .timeline-events ul li {
    font-size: 11px;
  }

  .video-container {
    width: 100%;
    background-color: #000;
    overflow: hidden;
    margin: 20px 0 0 0;
    position: relative;
  }

  .based {
    font-size: 18px;
    text-align: center;
  }

  .grid-main-item-number {
    font-size: 30px;
  }

  .grid-main-item-number span {
      font-size: 30px;
  }

  .grid-main-item-text {
    font-size: 12px;
  }

  .grid-main-item-text span {
    font-size: 12px;
  }

  .grid-main-but {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  .grid-main-but-inn {
    gap: 0px;
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 20px;
  }

  .grid-main-but-line {
    display: none;
  }

  .fund-item-number span {
    font-size: 54px;
  }

  .fund-item-number {
    font-size: 54px;
  }

  .sector-top div {
    font-size: 16px;
  }

  .nd-title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 48, 96, 1.0);
  }

  .nd-grid-number span {
    font-size: 62px;
    line-height: 72px;
  }

  .pokaz-title {
    font-size: 16px;
  }

  .pokaz-grid-number {
    font-size: 17px;
    font-weight: 600;
  }

  .grid-main {
    align-items: flex-start;
  }

  .subject-item-grid-title {
    font-size: 18px;
  }

  .slogan {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    width: 100%;
    text-align: center;
  }

  .subject-item-img {
      max-height: 300px;
  }

  .subject-item {
    width: 500px;
    margin: 0 auto;
  }

  .main-buttons {
    justify-content: flex-start;
    gap: 30px;
  }

}

@media (max-width: 567px) {

  .main-buttons {
      justify-content: space-between;
  }

  .subject-item-img {
      max-height: 260px;
  }

    .subject-item {
      width: 100%;
      margin: 0 auto;
  }

  .menu {
    display: none;
  }

  .main-logo img {
    max-width: 140px;
  }

  .main-menu {
    padding: 10px 20px;
    position: fixed;
    height: 82px;
    overflow-y: auto;
    min-width: 100%;
    width: 100%;
    border-right: none;
    z-index: 500;
  }

  .glass {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
    min-height: 900px;
  }

  .page-bg {
    width: 100vw;
  }

  .sidebar {
    width: 100%;
  }

  .content {
    left: 0;
    top: 0;
    width: 100%;
    position: relative;
    padding-right: 0px;
    min-height: 100vh;
  }

  .sdg-table {
      overflow-x: scroll;
  }

  .chapter-nav {
    left: 0;
    width: 100%;
  }

  .footer {
    padding: 25px;
  }

  .footer-flex {
    flex-direction: column-reverse;
  }

  .footer-flex-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .chapter-nav-flex {
    gap: 30px;
    padding: 5px 0px;
  }

  .chapter-nav-download {
    text-align: center;
  }

  .chapter-nav-download a {
    font-size: 14px;
  }

  .mobile_buttons {
    display: block;
  }

  .main-logo {
    display: flex;
    justify-content: space-between;
  }

  .open .menu {
      display: block;
  }

  .main-buttons {
    width: calc(100% + 40px);
    margin: 10px -20px 10px -20px;
  }

  .page-bg {
    min-height: 900px;
  }

  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 20px;
  }

  .kaskad-item.five .kaskad-title:after {
    left: 60%;
  }

  .kaskad-item.two .kaskad-title, 
  .kaskad-item.two .kaskad-text,
  .kaskad-item.three .kaskad-title, 
  .kaskad-item.three .kaskad-text,
  .kaskad-item.four .kaskad-title, 
  .kaskad-item.four .kaskad-text {
    margin-left: 0%;
  }

  .chapter-title {
    font-size: 28px;
  }

  .scrollup {
    bottom: 25px;
    z-index: 140;
  }

  .no-cover .content {
    padding-top: 70px;
  }

  .accordion-item-title {
    font-size: 16px;
  }

  .timeline {
    width: 350px;
  }

  .timeline-title {
    font-size: 14px;
    text-align: right;
  }

  .timeline-number {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 0 10px 70%;
  }

  .timeline-title:before {
    content: '';
    width: 30px;
    height: 1px;
    background: #003060;
    right: -10px;
    top: 20px;
    position: absolute;
  }

  .timeline-title:after {
    content: '';
    width: 26px;
    height: 26px;
    background: #003060;
    border-radius: 999em;
    right: -30px;
    top: 8px;
    position: absolute;
  }

  .event-desc {
    font-size: 11px;
  }

  .event:before {
    content: '';
    width: 40px;
    height: 1px;
    background: #003060;
    left: -58px;
    top: 8px;
    position: absolute;
  }

  .event:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #003060;
    border-radius: 999em;
    left: -63px;
    top: 2px;
    position: absolute;
  }

  .chapter-block-top {
    left: 20px;
  }

  .chapter-block-bottom {
    left: 20px;
  }

  .table {
    overflow-x: scroll;
    width: 100%;
  }

  .table table {
      min-width: 800px;
  }

  .rating {
    max-width: 100%;
  }

  .rating-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .grid-mob-1 {
    grid-template-columns: 1fr !important;
  }

  .grid-mob-2 {
    grid-template-columns: 1fr 1fr;
  }

  .grey-block-title {
    font-size: 22px;
  }

  .hide {
    display: none;
  }

  .key-indicators-grid-2 {
    gap: 30px;
  }

  .key-indicators-grid-3 {
    gap: 30px;
  }

  .sd.timeline::before {
    left: 30px;
  }

  .sd .timeline-title:before {
    display: none;
  }

  .sd .timeline-title {
    width: 0px;
  }

  .sd .timeline {
      width: 100%;
  }

  .sd .timeline-events {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    margin-top: 90px;
    margin-left: 0px;
    border-left: 1px solid #fff;
    max-width: 270px;
    position: relative;
    left: -50px;
  }

  .sd .timeline-events ul li {
    font-size: 11px;
  }

  .video-container {
    width: 100%;
    background-color: #000;
    overflow: hidden;
    margin: 20px 0 0 0;
    position: relative;
  }

  .based {
    font-size: 18px;
    text-align: center;
  }

  .grid-main-item-number {
    font-size: 30px;
  }

  .grid-main-item-number span {
      font-size: 30px;
  }

  .grid-main-item-text {
    font-size: 12px;
  }

  .grid-main-item-text span {
    font-size: 12px;
  }

  .grid-main-but {
    flex-wrap: wrap;
    justify-content: center;
  }

  .grid-main-but-inn {
    gap: 0px;
    grid-template-columns: 1fr;
    text-align: center;
    margin-bottom: 20px;
  }

  .grid-main-but-line {
    display: none;
  }

  .fund-item-number span {
    font-size: 54px;
  }

  .fund-item-number {
    font-size: 54px;
  }

  .sector-top div {
    font-size: 16px;
  }

  .nd-title {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0, 48, 96, 1.0);
  }

  .nd-grid-number span {
    font-size: 62px;
    line-height: 72px;
  }

  .pokaz-title {
    font-size: 16px;
  }

  .pokaz-grid-number {
    font-size: 17px;
    font-weight: 600;
  }

  .grid-main {
    align-items: flex-start;
  }

  .subject-item-grid-title {
    font-size: 18px;
  }

  .slogan {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    width: 100%;
    text-align: center;
  }

}

@media (max-width: 320px) {

  .nd-title {
    font-size: 17px;
    font-weight: 600;
    color: rgba(0, 48, 96, 1.0);
  }

  .slogan {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 25px;
    width: 100%;
    text-align: center;
  }

  .pokaz-grid-number {
    font-size: 15px;
    font-weight: 600;
  }

  .sd .timeline-events {
    width: 100%;
    text-align: left;
    padding-left: 20px;
    margin-top: 90px;
    margin-left: 0px;
    border-left: 1px solid #fff;
    max-width: 200px;
    position: relative;
    left: -50px;
  }

  h1 {
    font-size: 26px;
  }

  .timeline {
    width: 280px;
  }

}