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: 20px;
}

ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
}

ol li {
  position: relative;
  margin-bottom: 10px;
  list-style: decimal;
}

ol li ul {
  margin-top: 10px;
}

ol li ul li {
  position: relative;
  margin-bottom: 10px;
  list-style: circle;
}

ul li:before {
  position: absolute;
  content: '';
  border-radius: 100%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: -18px;
  top: 6px;
  display: inline-block;
  background: transparent;
  border: 2px solid #0061ae;
}

ol li:before {
  display: none;
}

.table-icon-flex {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 20px;
  align-items: center;
}

.table-icon-flex img {
  width: 100%;
}

.table-icon-flex div {
  font-weight: 600;
  font-size: 16px;
}

.icon-akcent {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.icon-akcent-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 15px;
}

.icon-akcent-item img {
  width: 100%;
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 38px;
  position: relative;
  color: #004B8B;
  font-weight: 600;
}

h2 {
  font-size: 28px;
  position: relative;
  color: #0061AD;
  font-weight: 600;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  color: #0061AD;
}

h4 {
  font-size: 20px;
  font-weight: 600;
  color: #0061AD;
}

h5 {
  font-size: 16px;
  font-weight: 600;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  margin-top: 10px;
  border-bottom: 2px solid #0061ae;
}

table th {
  background: #e5e6e7;
  color: #5a5f65;
  padding: 10px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 2px solid #0061ae;
  border-top: 2px solid #0061ae;
}

table th:last-child {
  border-right: none;
}

table td {
  color: #5a5f65;
  padding: 4px 10px;
  text-align: right;
  border-bottom: 1px solid #5a5f65;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
  min-width: 120px;
}

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;
}

.cell-bg-blue {
  background: #e0ecf5;
}

.graf-item {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 450px;
  gap: 10px;
  padding: 20px 20px;
  border-radius: 10px;
}

.graf-item div img {
  width: 100%;
}

.graf-item div {
  color: #0061AD;
  font-size: 14px;
  font-weight: 600;
}

.w-550 {
  max-width: 550px;
}

.bg-blue {
  background: #e9eef9;
}

.orange {
  color: #E95122;
}

.fs-16 {
  font-size: 16px;
}

.gri {
  color: #E95122;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.table .img {
  max-width: 800px;
}

.table .img img {
  border-bottom: none;
}

.table {
  width: 100%;
  overflow-x: auto;
}

section {
  margin: 0;
}

.sup {
  border-top: 1px solid #B6BFC9;
  max-width: 800px;
  padding-top: 10px;
}

.sup p {
  font-size: 11px !important;
  margin-bottom: 10px !important;
  line-height: 16px !important;
}

.sup p a {
  font-size: 11px !important;
}

sup {
  font-size: 9px;
  cursor: pointer;
  text-transform: none;
  text-align: left;
}

sub {
  font-size: 11px;
  text-transform: none;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
}

.flex-item {
  width: 100%;
}

.flex-item img {
  width: 100%;
}

.wrap p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
  color: #5a5f65;
}

.wrap p ~ ul {
  margin-top: 0px;
}

.wrap ul li {
  color: #5a5f65;
}

.wrap ol li {
  color: #5a5f65;
}

.wrap p a,
.wrap ul li a,
.wrap table a {
  padding: 0;
  text-decoration: none;
  color: #004B8B;
  font-weight: 400;
  text-decoration: underline;
}

.wrap p a:hover,
.wrap ul li a:hover,
.wrap table a:hover {
  color: #E95122;
  transition: 0.2s;
}

.f-s-28 {
  font-size: 28px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-16 {
  font-size: 16px;
}

ul li ul {
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 10px;
}

ul li ul li:before {
  position: absolute;
  content: '';
  border-radius: 100%;
  width: 2px;
  height: 2px;
  border-radius: 100%;
  left: -18px;
  top: 7px;
  display: inline-block;
  background: #13357a;
}

.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: #004B8B;
}

.lang a.active-link {
  color: #004B8B;
  text-decoration: underline;
}

.main-menu {
  background: #F6F5FA;
  padding: 20px 30px;
  border-radius: 20px;
  width: 380px;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 2;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
}

.main-logo {
  width: 100%;
  text-align: center;
}

.main-logo img {
  width: 100%;
  max-width: 286px;
}

.main-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #B6BFC9;
  border-bottom: 1px solid #B6BFC9;
  margin: 10px 0;
  padding: 8px 0;
}

.main-electro {
  width: calc(100% + 60px);
  margin: 20px -30px 0 -30px;
}

.main-electro img {
  width: 100%;
}

.home i {
  color: #004b8b;
  font-weight: 600;
  font-size: 20px;
}

.search {
  cursor: pointer;
}

.search i {
  color: #004b8b;
  font-weight: 600;
  font-size: 20px;
}

.pdf i {
  color: #004b8b;
  font-weight: 600;
  font-size: 20px;
  margin-right: 2px;
}

.pdf {
  color: #004b8b;
  font-weight: 300;
  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: 40px;
    height: 40px;
    border-radius: 10px;
    position: fixed;
    bottom: 80px;
    right: 20px;
    display: none;
    background: rgba(19,53,122,0.8);
    text-align: center;
    z-index: 300;
}

.scrollup i {
    color: #fff;
    font-size: 22px;
    margin-top: 8px;
}

.zoom {
  cursor: zoom-in;
}

.review {
  background: #ededee;
  padding: 30px;
  border-radius: 10px;
}

.review-name {
  color: #0061ae;
  font-size: 18px;
  font-weight: 600;
}

.review-position {
  font-weight: 600;
  font-size: 14px;
  margin: 10px 0;
}

.review-title {
  color: #0061ae;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  margin: 60px 0 20px 0;
}

.review-title:before {
  position: absolute;
  width: 26px;
  height: 29px;
  content: "";
  background-image: url("/img/quote.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -30px;
  left: 0;
}

.review-text {
  position: relative;
  margin-bottom: 10px;
}

.review-text:after {
  position: absolute;
  width: 26px;
  height: 29px;
  content: "";
  background-image: url("/img/quote.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
  margin-top: 10px;
}

.table-left table td {
  text-align: left;
}

.table-left table th {
  text-align: left;
}

.top table td {
  vertical-align: top;
}

.top table th {
  vertical-align: top;
}

.footer {
    padding: 20px 30px;
    width: 100%;
    border-top: 2px solid #13357a;
    background: #fff;
    display: flex;
    justify-content: space-between;
    z-index: 200;
}

.footer div {
    color: #13357a;
}

.footer-right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.footer-right a i {
  font-size: 26px;
  color: #004b8b;
  transition: 0.2s;
}

.footer-right a:hover i {
  color: #E95122;
}

.footer-left {
  font-size: 16px;
  color: #333;
  line-height: 27px;
}

.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;
  margin-top: 30px;
}

.chapter-nav-arrow i {
  font-size: 32px;
  color: #E95122;
}

.chapter-nav-download a {
  font-size: 16px;
  color: #004B8B;
}

.chapter-nav-download i {
  margin-right: 6px;
  font-size: 18px;
  color: #004B8B;
}

.glass {
  background: rgba(255, 255, 255, 0.1); /* полупрозрачный фон */
  backdrop-filter: blur(10px);          /* размытие фона */
  -webkit-backdrop-filter: blur(10px);  /* поддержка для Safari */
  border: 1px solid rgba(255, 255, 255, 0.2); /* тонкая светлая рамка */
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* лёгкая тень */
  padding: 20px;
  width: 70px;
  height: 100%;
  position: absolute;
  right: 0;
  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;
}

.kk .glass-year {
  bottom: 130px;
}

.en .glass-year {
  bottom: 200px;
}

.kk .chapter-title {
  font-size: 44px;
}

.main-slogan-1 {
  position: absolute;
  left: 400px;
  top: 40px;
  background: rgba(0,75,139,0.5);
  padding: 10px 20px;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
}

.main-slogan-2 {
  position: absolute;
  left: 400px;
  top: 120px;
  background: rgba(0,75,139,0.5);
  padding: 10px 20px;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
}

.main-slogan-3 {
  position: absolute;
  left: 400px;
  top: 200px;
  background: rgba(0,75,139,0.5);
  padding: 10px 20px;
  color: #fff;
  font-size: 42px;
  text-transform: uppercase;
  border-radius: 0 20px 20px 0;
}

.internal .top-line {
    background: rgba(19,53,122,1.0);
}

.main .page-bg {
  background-image: url(/img/main-bg-2.jpg);
  background-position: 20% 50%;
}

.main .glass-text {
  text-shadow: 0px 0px 2px #000;
}

.main .glass-year {
  text-shadow: 0px 0px 2px #000;
}

.page-01 .page-bg {
  background-image: url(/img/se-bg-1.jpg);
}

.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-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-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-10 {
  height: 10px;
}

.space-20 {
  height: 20px;
}

.space-40 {
  height: 40px;
}

.space-60 {
  height: 60px;
}

.space-80 {
  height: 80px;
}

.m-30-0 {
  margin: 30px 0;
}

.m-20-0 {
  margin: 20px 0;
}

.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;
}

.circle {
  max-width: 300px;
}

.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: 10px 0;
}

.menu-item {
  padding: 6px 0;
  transition: 0.2s;
}

.menu-item a {
  font-size: 14px;
  color: #5A5F65;
}

.menu-item a:hover {
  color: #004B8B;
  text-decoration: underline;
}

.menu-item a.active-menu-item {
  color: #004B8B;
  font-weight: 600;
  text-decoration: underline;
}

.menu-flex a {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5px;
}

.menu-flex a i {
  margin-top: 2px;
}

.menu-item a span {
  font-size: 14px;
  color: #5A5F65;
}

.menu-item a:hover i {
  color: #004B8B;
}

.menu-item a:hover span {
  color: #004B8B;
  text-decoration: underline;
}

.menu-item-submenu {
  border-left: 1px solid #E95122; 
  padding: 2px 0 2px 20px;
  margin-top: 4px;
}

.submenu-item {
  padding: 2px 0;
}

.submenu-item a {
  font-size: 12px;
  color: #5A5F65;
}

a.active-submenu-item {
  color: #004B8B;
  font-weight: 600;
}

.chapter-page {
  display: flex;
  flex-direction: column;
}

.flex-main {
  flex: 1;
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 60px;
}

.sidebar {
  position: relative;
  z-index: 150;
  width: 400px;
  padding-bottom: 20px;
}

.content {
  width: 100%;
  position: relative;
  padding-right: 30px;
  overflow-x: hidden;
}

.chapter-page .main-menu {
  position: sticky;
  height: 100vh;
  min-height: 800px;
}

.chapter-page .menu {
  overflow-y: auto;
  max-height: 480px;
  padding-right: 10px;
}

.chapter-page .menu::-webkit-scrollbar {
  width: 2px;
  scrollbar-gutter: stable;
  padding-inline-end: 5px;
  padding-inline-start: 5px;
}

.chapter-page .menu::-webkit-scrollbar-thumb {
  background: rgba(0,75,139,.15); 
}

.chapter-page .menu::-webkit-scrollbar-track {
  background: rgba(0,0,0,.08);
  border-radius: 8px;
}

.space-menu {
  width: 100%;
  height: 20px;
}

.chapter-title {
  background: #E95122;
  padding: 30px 50px;
  border-radius: 30px;
  color: #fff;
  font-size: 48px;
  font-weight: 600;
  position: absolute;
  right: -40px;
  top: 50px;
  width: 580px;
  filter: drop-shadow(0px 4px 4px rgba(0,0,0,0.25));
  z-index: 3;
  display: flex;
  align-items: center;
  min-height: 190px;
}

.chapter-number {
  background: rgba(8,125,224,0.5);
  border-radius: 20px;
  color: #fff;
  font-size: 82px;
  font-weight: 600;
  position: absolute;
  right: 520px;
  top: 80px;
  width: 120px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.bold {
  font-weight: 600;
}

.italic {
  font-style: italic;
}

.blue {
  color: #0061ae;
}

h5.blue sup {
  color: #0061ae;
}

h5.blue sub {
  color: #0061ae;
}

p.blue {
  color: #0061ae;
}

.red {
  color: #ba2d26;
}

.mission-title {
  color: #ba2d26;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

.zoom {
  cursor: zoom-in;
}

.grid-3 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4 {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-2 {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}

.grid-vert {
  grid-template-rows: repeat(2, auto);
  align-items: flex-start;
}

.grid-gap-30 {
  display: grid;
  gap: 30px;
}

.box-blue {
  border-radius: 10px;
  background: #e9eef9;
  padding: 20px 30px;
  max-width: 450px;
}

.box-blue img {
  width: 100%;
}

.akcent-blue {
  border-radius: 10px;
  background: #e9eef9;
  padding: 20px 30px;
  max-width: 450px;
}

.akcent-blue-num {
  color: #0061AD;
  font-size: 46px;
  font-weight: 300;
}

.akcent-blue-num span {
  color: #0061AD;
  font-size: 18px;
  font-weight: 600;
}

.akcent-blue-text {
  color: #0061AD;
  font-size: 14px;
  font-weight: 500;
}

.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: #e9eef9;
  padding: 30px;
  border-radius: 20px;
}

.chapter-submenu {
  position: absolute;
  top: 230px;
  right: 70px;
  background: #f0eef0;
  padding: 25px;
  border-radius: 0 0 0 10px;
  width: 410px;
}

.chapter-submenu-item {
  padding: 5px 0;
}

.chapter-submenu-item a {
  color: #004B8B;
  font-weight: 600;
  transition: 0.2s;
}

.chapter-submenu-item a:hover {
  text-decoration: underline;
}

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;
}

.project-grid {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.project-grid-topline {
  display: grid;
  grid-template-columns: 52px 100px 1fr;
  align-items: center;
  gap: 20px;
  background: #85b3d8;
  padding: 10px 20px;
  border-radius: 10px;
  grid-template-areas: "col1 col2 col3";
}

.project-grid-number {
  font-size: 46px;
  color: #fff;
  font-weight: 700;
  text-align: right;
  grid-area: col1;
}

.project-grid-label {
  background: #e95123;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  grid-area: col2;
}

.project-grid-title {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  grid-area: col3;
}

.project-grid-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-left: 70px;
  padding: 20px 0 20px 40px;
  border-left: 1px solid #0061ae;
}

.project-grid-year {
  background: #0061ad;
  padding: 4px 8px;
  color: #fff;
  font-weight: 600;
  display: inline-block;
  border-radius: 5px;
}

.dir {
  display: flex;
  flex-direction: column;
  max-width: 500px;
}

.dir-photo {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E95122;
  width: 450px;
}

.dir-photo img {
  width: 100%;
  border-radius: 20px;
}

.dir-name {
  background: #E95122;
  padding: 10px 40px;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  border-radius: 0 10px 10px 0;
  margin-top: -20px;
  margin-left: -20px;
}

.dir-pos {
  background: #0061ae;
  padding: 10px 40px;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  border-radius: 0 10px 10px 0;
  margin-left: -20px;
  margin-right: 40px;
}

.dir-review {
  border-radius: 10px;
  background: #e9eef9;
  padding: 20px 30px;
}

.dir-review-title {
  color: #0061ae;
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  position: relative;
  margin: 0px 0 20px 0;
}

.dir-review-title:before {
  position: absolute;
  width: 36px;
  height: 40px;
  content: "";
  background-image: url(/img/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: -60px;
  right: 40px;
  background-color: #e9eef9;
  padding: 10px;
}

.dir-review-title:after {
    position: absolute;
    width: 26px;
    height: 29px;
    content: "";
    background-image: url(/img/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 20px;
    margin-top: 20px;
}

.het .dir-review-title:after {
    display: none;
}

.dir-review-text {
    position: relative;
}

.dir-review-text:after {
    position: absolute;
    width: 26px;
    height: 29px;
    content: "";
    background-image: url(/img/quote.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
    margin-top: 5px;
}

.figures {
  padding: 30px;
  background: #004B8B;
  border-radius: 10px;
}

.figures-title {
  font-size: 22px;
  font-weight: 600;
  color: #E95122;
}

.figures-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

.figures-grid-text {
  color: #fff;
  font-size: 12px;
}

.figures-grid-number {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

.figures-grid-item {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  background: rgba(255,255,255,0.1);
  padding: 20px;
  border-radius: 10px;
}

.figures-line {
  background: #E95122;
  width: 100%;
  height: 1px;
  margin: 10px 0;
}

.highlights {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.highlights-item {
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  background: #0061AE;
  background: linear-gradient(90deg,rgba(0, 97, 174, 0.29) 0%, rgba(255, 255, 255, 1) 100%);
  border-radius: 10px;
  padding: 20px;
}

.highlights-item-top {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}

.highlights-item-date {
  color: #0061ae;
  font-size: 42px;
  line-height: 42px;
  font-weight: 600;
}

.highlights-item-month {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  background: #E95122;
  text-align: center;
  padding: 4px 8px;
  border-radius: 5px;
  min-width: 90px;
}

.company-details {
  display: grid;
  padding: 30px;
  border-radius: 0 0 20px 20px;
  background: #e9eef9;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-bottom: 40px;
}

.company-grid {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 15px;
}

.company-grid img {
  width: 100%;
}

.company-grid a {
  color: #0061ae;
  text-decoration: underline;
}

.company-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 340px;
  position: relative;
}

.operating-sector {
  padding: 10px 20px;
  color: #fff;
  background: #ba2d26;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0 10px 10px 0;
  margin: 20px 0;
  max-width: 580px;
}

.company-title {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 20px;
  background: rgba(0,75,139,0.6);
  color: #fff;
  width: 80%;
  border: 1px solid #fff;
  border-radius: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.company-sub-title {
  position: relative;
  padding: 20px;
  background: rgba(0,75,139,1.0);
  color: #fff;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 0 20px 0 0;
  font-size: 18px;
  font-weight: 600;
}

.box-number {
  display: grid;
  grid-template-columns: 60px 1fr;
  margin-bottom: 10px;
}

.box-number-text {
  background: #e9eef9;
  padding: 20px;
  border-radius: 20px;
}

.box-number-num {
  background: rgba(8, 125, 224, 0.9);
  border-radius: 10px 0 0 10px;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  width: 60px;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.divider {
  width: 100%;
  height: 1px;
  background: #004B8B;
  margin: 10px 0;
}

.board {
  display: flex;
  flex-direction: column;
}

.board-photo {
  width: 380px;
  background: #0061AE;
  background: linear-gradient(0deg, rgba(0, 97, 174, 0.29) 0%, rgba(255, 255, 255, 1) 100%);
  margin-left: 20px;
}

.board-photo img {
  width: 320px;
  display: block;
  margin: 0 auto;
}

.board-name {
  background: #0061AE;
  padding: 20px 20px;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  display: inline-block;
  border-radius: 10px 10px 0 0;
  box-sizing: content-box;
}

.board-content {
  background: #e9eef9;
  padding: 20px;
  border-radius: 10px;
}

.board-content p {
  margin-bottom: 10px;
  margin-left: 10px;
}

.board-content ul {
  margin-left: 30px;
}

.board-content-section {
  background: #fff;
  padding: 5px 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  color: #E95122;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}

.managment {
  margin: 40px 0;
}

.managment-item {
  display: flex;
  flex-direction: column;
  border-bottom: 2px solid #0061ae;
  margin-bottom: 20px;
}

.managment-item-top {
  display: grid;
  grid-template-columns: 260px 1fr;
  border-bottom: 1px solid #333;
  gap: 20px;
  align-items: flex-end;
}

.managment-item-photo {
  width: 100%;
}

.managment-item-photo img {
  width: 100%;
  display: block;
}

.managment-item-bottom {
  padding: 20px;
}

.managment-item-bottom p {
  margin: 0;
}

.managment-item-name {
  padding: 10px 20px;
  color: #0061AD;
  font-size: 22px;
  font-weight: 600;
}

.managment-item-position {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 10px 20px;
  font-weight: 600;
}

.managment-item-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 10px 20px;
}

.managment-item-title {
  color: #E95122;
  font-weight: 600;
  margin-bottom: 6px;
}

.review-grid {
  display: grid;
  grid-template-columns: 120px 1fr;
  align-items: center;
  gap: 20px;
}

.review-photo {
  width: 100%;
  padding: 5px;
  border: 1px solid #E95122;
  border-radius: 5px;
}

.review-photo img {
  width: 100%;
  display: block;
}

.sdg {
  display: flex;
  flex-direction: column;
  border: 2px solid #e9eef9;
  border-radius: 20px;
  margin-bottom: 20px;
}

.sdg-top {
  display: grid;
  grid-template-columns: 120px 1fr 90px;
  gap: 20px;
  background: #85b3d8;
  padding: 20px 30px;
  border-radius: 20px 20px 0 0;
  align-items: center;
}

.sdg-top-num {
  font-size: 72px;
  font-weight: 600;
  color: #fff;
}

.sdg-top-icon {
  width: 100%;
}

.sdg-top-icon img {
  width: 100%;
  display: block;
}

.sdg-top-title {
  font-size: 18px;
  color: #fff;
}

.sdg-bottom {
  padding: 20px 30px;
}

.sdg-list h5 {
  border-bottom: 1px solid #333;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
}

.sdg-list p {
  border-bottom: 1px solid #333;
  padding: 0 10px 10px 10px;
  margin-bottom: 10px;
}

.gg {
  display: grid;
  grid-template-columns: 80px 180px 1fr;
  gap: 20px;
  align-items: center;
  padding: 10px 20px;
  border-radius: 10px;
  background: #85b3d8;
}

.gg-img {
  width: 100%;
}

.gg-img img {
  width: 100%;
}

.gg-title {
  font-size: 48px;
  color: #fff;
  font-weight: 600;
}

.gg-text {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.rotate {
  text-align: right;
}

.flex-3 {
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
}

.flex-3-img {
  width: 100%;
}

.flex-3-img img {
  width: 100%;
}

.flex-3-text {
  font-size: 15px;
  font-weight: 600;
}

.burger span {
  display: block;
  position: absolute;
  top: 33px;
  left: 16px;
  right: 16px;
  height: 3px;
  background: #0061ae;
  border-radius: 15px;
}

.burger:hover span {
  background: #0061ae;
}

.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: #0061ae;
  content: "";
  border-radius: 5px;
}

.burger:hover span::after,
.burger:hover span::before {
  background-color: #0061ae;
}

.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: #0061ae;
}
.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: none;
}

@media (max-width: 1440px) {
 
}

@media (max-width: 1366px) {
  .figures-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

  .flex {
    flex-wrap: wrap;
  }

  .se-qr {
    max-width: 300px;
  }

  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .chapter-title {
      background: #E95122;
      padding: 30px 50px;
      border-radius: 30px;
      color: #fff;
      font-size: 40px;
      font-weight: 600;
      position: absolute;
      right: -40px;
      top: 50px;
      width: 530px;
      filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
      z-index: 3;
      display: flex;
      align-items: center;
      min-height: 190px;
  }

  .chapter-number {
      right: 470px;
  }

  .kk .chapter-title {
    font-size: 40px;
  }

  .company-details {
    grid-template-columns: 1fr 1fr;
  }

  .managment-item-top {
    grid-template-columns: 1fr;
  }

    .figures-grid {
      grid-template-columns: 1fr 1fr;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 768px) {

  .burger {
    display: block;
  }

  .flex-main {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
  }

  .main-menu {
    background: #F6F5FA;
    padding: 20px;
    border-radius: 0px;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.15));
  }

  .main-logo {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .main-logo img {
    width: 100%;
    max-width: 180px;
  }

  .sidebar {
    width: 100%;
    padding: 0;
  }

  .space-menu {
    height: 70px;
  }

  .main-buttons {
    display: none;
  }

  .main-menu.open .main-buttons {
    display: flex;
  }

  .main-menu.open .menu {
    display: block;
  }

  .main-menu {
    position: fixed !important;
    height: auto !important;
    min-height: auto !important;
    z-index: 500;
  }

  .main-menu.open {
    position: fixed;
    height: 100vh !important;
    z-index: 1000;
  }

  .menu {
    display: none;
  }

  .chapter-nav {
    display: none;
  }

  .main-menu.open .chapter-nav {
    display: flex;
  }

  .chapter-number {
    background: rgba(8, 125, 224, 0.5);
    border-radius: 20px 0 0 20px;
    color: #fff;
    font-size: 52px;
    font-weight: 600;
    position: absolute;
    right: 360px;
    top: 170px;
    width: 60px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }

  .chapter-title {
    background: #E95122;
    padding: 30px 50px;
    border-radius: 30px;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    position: absolute;
    right: -40px;
    top: 130px;
    width: 400px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 148px;
  }

  .chapter-submenu {
    position: absolute;
    top: 277px;
    right: 70px;
    background: #f0eef0;
    padding: 25px;
    border-radius: 10px 0 0 10px;
    width: auto;
  }

  .kk .chapter-title {
    font-size: 28px;
  }

  .footer {
    padding: 20px 20px;
  }

  .footer-right a i {
    font-size: 22px;
  }

  .main-slogan-1 {
    position: absolute;
    left: 0px;
    top: 120px;
    background: rgba(0, 75, 139, 0.5);
    padding: 10px 20px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border-radius: 0 20px 20px 0;
    z-index: 2;
  }

  .main-slogan-2 {
    position: absolute;
    left: 0px;
    top: 190px;
    background: rgba(0, 75, 139, 0.5);
    padding: 10px 20px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border-radius: 0 20px 20px 0;
    z-index: 2;
  }

  .main-slogan-3 {
    position: absolute;
    left: 0px;
    top: 260px;
    background: rgba(0, 75, 139, 0.5);
    padding: 10px 20px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    border-radius: 0 20px 20px 0;
    z-index: 2;
  }

  .main .page-bg {
    background-position: 80% 50%;
  }

  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 20px;
  }

  .dir-photo {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #E95122;
    width: 100%;
  }

  .dir-review {
    margin-top: 30px;
  }

  .dir-review-title {
    font-size: 20px;
  }

  .figures-grid {
      grid-template-columns: 1fr;
  }

  .content {
    padding-right: 0px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .project-grid-topline {
    grid-template-columns: 52px 1fr;
    gap: 10px;
    grid-template-areas:
      "col1 col2"
      "col3 col3";
  }

  .project-grid-label {
    width: fit-content;
  }

  .project-grid-title {
    padding-bottom: 10px;
  }

  .project-grid-content {
    grid-template-columns: 1fr;
  }

  .company-details {
    grid-template-columns: 1fr;
  }

  .sdg-top {
    grid-template-columns: 60px 1fr 80px;
    gap: 10px;
  }

  .sdg-top-num {
    font-size: 42px;
  }

  .gg {
    display: grid;
    grid-template-columns: 60px 130px 1fr;
  }

  .gg-title {
    font-size: 32px;
  }

  .board-photo img {
    width: 220px;
  }

  .board-photo {
    width: 350px;
  }

  .managment-item-top {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 528px) {

.chapter-number {
    background: rgba(8, 125, 224, 0.5);
    border-radius: 20px 0 0 20px;
    color: #fff;
    font-size: 46px;
    font-weight: 600;
    position: absolute;
    right: 320px;
    top: 170px;
    width: 60px;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }

  .chapter-title {
    background: #E95122;
    padding: 30px 50px;
    border-radius: 30px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    position: absolute;
    right: -40px;
    top: 130px;
    width: 360px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    z-index: 3;
    display: flex;
    align-items: center;
    min-height: 148px;
  }

  .chapter-submenu {
    position: absolute;
    top: 277px;
    right: 70px;
    background: #f0eef0;
    padding: 25px;
    border-radius: 10px 0 0 10px;
    width: auto;
  }

  .kk .chapter-title {
    font-size: 26px;
  }

}