body {
  background: #ffffff;
  overflow-x: hidden;
  font-family: 'Roboto', 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;
}

ol li {
  position: relative;
  margin-bottom: 10px;
}

ul li:before {
  position: absolute;
  content: '';
  border-radius: 100%;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  left: -18px;
  top: 4px;
  display: inline-block;
  background: transparent;
  border: 2px solid #13357a;
}

.in-numbers ul li:before {
  border: 2px solid #fff;
}

strong {
  font-weight: 600;
}

h1 {
  font-size: 32px;
  margin: -50px 0 20px 0;
  padding-top: 80px;
  position: relative;
  color: #13357a;
  font-weight: 600;
}

h2 {
  font-size: 24px;
  margin: 30px 0 20px 0;
  position: relative;
  color: #13357a;
  font-weight: 300;
}

h3 {
  font-size: 18px;
  margin: 30px 0 20px 0;
  font-weight: 400;
  color: #f7a600;
}

h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 20px 0;
  color: #13357a;
}

h5 {
  font-size: 14px;
  font-weight: 600;
  margin: 20px 0 20px 0;
  color: #313131;
  text-decoration: underline;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 25px;
  margin-top: 10px;
}

table th {
  background: #13357a;
  color: #fff;
  padding: 8px 10px;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 1px solid #9c9c9c;
  border-right: 1px solid #fff;
}

table th:last-child {
  border-right: none;
}

table td {
  color: #333;
  padding: 8px 10px;
  text-align: right;
  border-bottom: 1px solid #9c9c9c;
  border-right: 1px solid #9c9c9c;
  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;
}

.gri {
  border-left: 3px solid #f7a600;
  padding: 0 6px;
  color: #13357a;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 15px 0;
}

.gri ~ .table .img {
  margin-top: 0;
}

.table .img {
  max-width: 800px;
}

.table .img img {
  border-bottom: none;
}

.table {
  width: 800px;
}

.pdf-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  margin-bottom: 15px;
}

.pdf-flex img {
  width: 30px;
}

.pdf-flex div a {
  color: #13357a;
  font-weight: 400;
}

.pdf-flex div a:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.open-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  margin-bottom: 15px;
}

.open-flex div i {
  color: #13357a;
  font-size: 32px;
}

.open-flex div a {
  color: #13357a;
  font-weight: 400;
}

.open-flex div a:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.web-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  margin-bottom: 15px;
}

.web-flex img {
  width: 30px;
}

.web-flex div a {
  color: #13357a;
  font-weight: 400;
}

.web-flex div a:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.more-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  margin-bottom: 15px;
}

.more-flex img {
  width: 30px;
}

.more-flex div a {
  color: #13357a;
  font-weight: 400;
}

.more-flex div a:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.graf-flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  margin-bottom: 20px;
}

.graf-flex div {
  width: 260px;
}

.graf-flex div img {
  width: 100%;
}

.key-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  margin: 40px 0;
}

.key-number {
  font-size: 76px;
  line-height: 82px;
  color: #f7a600;
  font-weight: 300;
}

.key-value {
  font-size: 22px;
  color: #13357a;
  font-weight: 300;
}

.key-line {
  width: 100%;
  height: 1px;
  background: #f7a600;
}

.key-text {
  font-size: 14px;
  color: #13357a;
  font-weight: 300;
}

.key-text strong {
  color: #13357a;
  font-weight: 600;
}

.large strong {
  font-size: 18px;
}

section {
  margin: 0;
}

.sup p {
  font-size: 12px !important;
}

.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;
}

.akcent {
  background: #e2e3f0;
  padding: 30px;
  border-left: 5px solid #f7a600;
}

.akcent-title {
  font-size: 20px;
  font-weight: 600;
  color: #13357a;
  margin-bottom: 25px;
}

.akcent p {
  font-weight: 600 !important;
  color: #13357a !important;
}

.akcent p:last-child {
  margin-bottom: 0;
}

.flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

.flex-item {
  width: 100%;
}

.wrap p {
  margin-bottom: 15px;
  font-size: 14px;
  color: #333;
}

.wrap p ~ ul {
  margin-top: 0px;
}

.wrap p a,
.wrap ul li a,
.wrap table a {
  padding: 0;
  text-decoration: none;
  color: #13357a !important;
  font-weight: 400;
}

.wrap p a:hover,
.wrap ul li a:hover,
.wrap table a:hover {
  text-decoration: underline;
  transition: 0.2s;
}

.comitet-block {
  padding: 20px 30px;
  border: 2px solid #f7a600;
}

.img-bg {
  width: 100%;
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-bg.prod {
  min-height: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: rgba(19,53,122,0.7);
  border-top: 7px solid #f7a600;
  overflow: hidden;
  margin-top: 50px;
  background-position: center;
}

.prod .img-bg-text sup {
  color: #fff;
}

.mark {
  position: absolute;
  left: calc(50% - 85px);
  top: -90px;
  color: #fff;
  background: #f7a600;
  border-radius: 50%;
  width: 170px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 25px;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-16 {
  font-size: 16px;
}

.prod .img-bg-block {
  background: rgba(19,53,122,0.7);
  border-bottom: 7px solid #f7a600;
}

.prod .img-bg-block p {
  margin-bottom: 15px;
}

.production-top {
  border-bottom: 2px solid #f7a600;
}

.production-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.production-grid-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}

.production-title {
  color: #f7a600;
  font-weight: 600;
}

.production-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(19,53,122,1.0);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
}

.production-img img {
  width: 50px;
  height: 50px;
}

.production-text {
  color: #13357a;
  font-weight: 600;
  text-align: center;
}

.img-bg-text {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 15px;
}

.img-bg-title {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.img-bg-text h1,
.img-bg-text h2,
.img-bg-text h4,
.img-bg-text .gri,
.img-bg-text p {
  color: #fff;
}

ul li ul {
  margin-top: 10px;
  margin-left: 40px;
  margin-bottom: 10px;
}

ul li ul li:before {
  position: absolute;
  content: '';
  border-radius: 100%;
  width: 3px;
  height: 3px;
  border-radius: 100%;
  left: -18px;
  top: 4px;
  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%;
  border-bottom: 3px solid #f7a600;
}

.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;
}


/* Relative Code Starts Here */
#top-nav {
  position: fixed;
  background: transparent;
  z-index: 19;
}

.nav-menu {
  background: none;
  top: 0;
  right: 15px;
  -webkit-transition: width 0.2s ease, height 0.4s ease;
  -moz-transition: width 0.2s ease, height 0.4s ease;
  -o-transition: width 0.2s ease, height 0.4s ease;
  transition: width 0.2s ease, height 0.4s ease;
}

.open {
  position: fixed;
  background: rgba(19,53,122,0.95);
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 20;
  transition: 0s;
}

.menu-list {
  margin-top: 100px;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  opacity: 0;
}

.list-open {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.64s ease;
  -webkit-transition-delay: 0.34s;
  -moz-transition-delay: 0.34s;
  -o-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

/* Burger */

.open #lang-wrap {
  display: block;
}

.pdf {
	font-size: 11px;
	color: #fff;
}

.burger {
  position: absolute;
  top: 11px;
  right: 0px;
  overflow: hidden;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 70px;
  border-radius: 50%;
  border: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: transparent;
}

.lang {
  display: flex;
  flex-direction: row;
  background: transparent;
  transition: 0.2s;
  position: absolute;
  right: 70px;
  top: 32px;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 2px 8px;
  border-radius: 10px;
  gap: 10px;
}

.lang a {
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: 0.2s;
  font-size: 18px;
}

.lang.main a {
  color: #fff;
}

.lang a:hover {
  color: #f7a600;
}

a.active-link {
  color: #f7a600;
}

.download {
  position: absolute;
  right: 200px;
  top: 25px;
}

.download i {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  z-index: 21;
}

.download:hover i {
  color: #f7a600;
  transition: 0.2s;
}

.home {
  position: absolute;
  right: 190px;
  top: 36px;
}

.home i {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  z-index: 21;
}

.home:hover i {
  color: #f7a600;
  transition: 0.2s;
}

.burger span {
  display: block;
  position: absolute;
  top: 33px;
  left: 16px;
  right: 16px;
  height: 3px;
  background: #fff;
  border-radius: 15px;
}

.burger:hover span {
  background: #f7a600;
}

.open .burger span {
  background: 0 0 transparent;
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s 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: #fff;
  content: "";
  border-radius: 5px;
}

.burger:hover span::after,
.burger:hover span::before {
  background-color: #f7a600;
}

.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,.4s;
  transition-delay: 0s,.4s;
  background-color: #fafafa;
}
.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;
}

.nav-content {
  display: none;
  position: relative;
  width: 100%;
  height: 100vh;
  padding: 120px 80px;
}

.open .nav-content {
  display: flex;
  justify-content: flex-start;
  color: #333;
  flex-direction: column;
  overflow-y: scroll;
}

.nav-item {
  display: flex;
  justify-content: flex-start;
  margin-left: 15px;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.submenu {
  display: flex;
  flex-direction: column;
  margin-left: 80px;
  margin-top: -10px;
}

.submenu a {
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  margin-bottom: 5px;
}

.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: 60px;
    right: 20px;
    display: none;
    background: rgba(19,53,122,0.8);
    text-align: center;
}

.scrollup i {
    color: #fff;
    font-size: 22px;
    margin-top: 8px;
}

.footer {
    padding: 20px 30px;
    width: 100%;
    border-top: 2px solid #13357a;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer div {
    color: #13357a;
}

.footer-left {
    display: flex;
    justify-content: flex-start;
    font-weight: 600;
    gap: 40px;
}

.footer-left div a {
    color: #13357a;
    text-decoration: none;
}

.footer-left div i {
    margin-left: 4px;
    color: #13357a;
}

.top-line {
  width: 100%;
  height: 92px;
  background: rgba(19,53,122,1.0);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  border-bottom: 3px solid #f7a600;
}

.open .top-line {
  background: rgba(19,53,122,1.0);
}

.nav-logo {
  position: absolute;
  left: 50px;
  top: 10px;
  width: 200px;
  height: 71px;
}

.nav-logo img {
  width: 100%;
}

.open .nav-logo-block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.content-title {
  font-size: 28px;
  font-weight: 600;
  color: rgba(247,166,0,1.0);
}

.menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 30px;
  width: 100%;
  gap: 50px;
}

.menu-item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.menu-item-chapter {
  margin-bottom: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.menu-item-icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: rgba(255,255,255,0.3);
  padding: 5px;
  position: relative;
}

.menu-item-number {
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 42px;
  font-weight: 600;
  color: rgba(247, 166, 0, 1.0);
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: rgba(19, 53, 122, 0.2);
  border-radius: 999em;
}

.menu-item-icon img {
  border-radius: 100%;
  width: 100%;
  border: 1px solid #fff;
}

.menu-item a {
  font-size: 18px;
  color: rgba(255,255,255,1.0);
  font-weight: 500;
  text-transform: uppercase;
}

.menu-item a:hover {
  color: #f7a600;
  transition: 0.2s;
}

.menu-item-title {
  width: calc(100% - 80px);
}

.content {
  margin-top: 10px;
  margin-bottom: 30px;
}

.internal .top-line {
    background: rgba(19,53,122,1.0);
}

.page-01 .page-bg {
  background-image: url(/img/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-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;
}

.stage {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0px;
}

.stage ul {
  margin-top: 5px;
}

.stage-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 30px;
}

.stage-year {
  background: rgba(19,53,122,1.0);
  color: #fff;
  padding: 4px 12px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  position: relative;
  text-align: center;
}

.stage-year:before {
  background: rgba(19,53,122,1.0);
  position: absolute;
  right: -10px;
  top: 10px;
  width: 2px;
  height: 8px;
  content: "";
}

.stage-year:after {
  background: rgba(19,53,122,1.0);
  position: absolute;
  right: -32px;
  top: 13px;
  width: 22px;
  height: 2px;
  content: "";
}

.stage-line {
  background: rgba(19,53,122,1.0);
  width: 6px;
  height: 100%;
  min-height: 20px;
}

.flex-icons-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.timeline {
  margin: 10px 0 40px 0;
}

.timeline-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.timeline-month {
  width: 110px;
  position: relative;
}

.timeline-month div {
  padding: 2px 12px;
  background: rgba(19,53,122,1.0);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-radius: 20px;
  display: inline-block;
}

.timeline-month:after {
  content: "";
  position: absolute;
  right: -5px;
  top: 7px;
  background: url("../img/arrow.svg");
  width: 10px;
  height: 10px;
  color: #f7a600;
}

.timeline-text {
  border-left: 2px solid #f7a600;
  margin-left: 15px;
  padding: 30px 0;
}

.timeline-text ul {
  margin-left: 30px;
  margin-bottom: 0;
}

.timeline-text ul li {
  margin-bottom: 15px;
}

.timeline-img {
  margin: 50px 0 0 0;
  position: relative;
}

.timeline-cover {
  position: absolute;
  height: 70px;
  width: 100%;
  background: rgba(19,53,122,0.7);
  top: 3px;
  left: 0;
}

.timeline-img img {
  width: 100%;
  border-bottom: 3px solid #f7a600;
  border-top: 3px solid #f7a600;
}

.graf .img {
    max-width: 800px;
}

.graf .img img {
    border-bottom: none;
}

.row-numbers {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.row-numbers-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  position: relative;
}

.row-numbers-item:nth-child(2) {
  margin-left: -50px;
}

.row-numbers-value {
  color: #13357a;
  font-size: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #13357a;
  padding: 10px;
  border-radius: 50%;
  line-height: 72px;
  width: 110px;
  height: 110px;
  font-weight: 300;
  position: relative;
  z-index: 2;
  background: #fff;
}

.row-numbers-text {
  width: calc(100% - 110px);
  border-top: 2px solid #f7a600;
  border-bottom: 2px solid #f7a600;
  border-right: 2px solid #f7a600;
  padding: 20px 20px 20px 40px;
  position: relative;
  z-index: 1;
  margin-left: -30px;
}

.bg-grey-blue {
  background-color: #e2e3f0;
}

.mission {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  max-width: 800px;
}

.mission-block {
  padding: 0px 30px;
  border-top: 1px solid #f7a600;
  border-left: 1px solid #f7a600;
  border-bottom: 1px solid #f7a600;
  height: 163px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 600px;
}

.mission-arrow {
    height: 163px;
    width: 70px;
    overflow: hidden;
    margin-left: -7px;
    position: relative;
}

.mission-arrow img {
  height: 163px;
  width: 70px;
}

.mission-img:before {
  content: "";
  position: absolute;
  left: -20px;
  top: calc(50% - 5px);
  background: url("../img/arrow.svg");
  width: 10px;
  height: 10px;
  color: #f7a600;
}

.mission-title {
  font-size: 16px;
  font-weight: 600;
  color: #13357a;
  margin-bottom: 15px;
}

.mission-text {
  font-size: 14px;
  font-weight: 400;
  color: #13357a;
}

.mission-img {
  border-radius: 999em;
  border: 1px solid #13357a;
  padding: 20px;
  width: 120px;
  height: 120px;
  margin-left: 20px;
  position: relative;
}

.mission-img img {
  width: 100%;
}

.mission-icons {
  display: flex;
  justify-content: flex-start;
  gap: 30px;
}

.mission-icons-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 90px;
}

.mission-icons-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #13357a;
  padding: 10px;
}

.mission-icons-img img {
  width: 100%;
}

.mission-icons-title {
  color: #13357a;
  font-size: 12px;
}

.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;
}

.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;
}

.project {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #f7a600;
  border-top: 1px solid #f7a600;
  padding: 20px 0;
  margin-bottom: 30px;
  min-height: 114px;
}

.project-number {
  width: 50px;
  height: 50px;
  padding: 10px;
  border: 1px solid rgba(19,53,122,1.0);
  color: rgba(19,53,122,1.0);
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.project-title {
  width: calc(100% - 70px);
  display: flex;
}

.project-text {
  color: rgba(19,53,122,1.0);
  font-size: 14px;
  font-weight: 500;
}

.project-text a {
  color: rgba(19,53,122,1.0);
  font-size: 14px;
  font-weight: 500;
}

.project-text:hover {
  text-decoration: underline;
}

.project-name div {
  font-size: 32px;
  font-weight: 300;
  color: #f7a600;
  min-width: 90px;
}

.project-name div span {
  font-size: 12px;
  font-weight: 300;
  color: rgba(19,53,122,1.0);
  line-height: 14px;
  display: block;
  margin-top: -14px;
}

.f-d-row {
  flex-direction: row;
}

.f-d-column {
  flex-direction: column;
}

.a-i-center {
  align-items: center;
}

.a-i-flex-start {
  align-items: flex-start;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.in-numbers {
  padding: 40px 0;
}

.in-numbers-title {
  font-size: 32px;
  position: relative;
  color: #fff;
  font-weight: 600;
}

.in-numbers-content {
  background: rgba(19,53,122,0.7);
  margin-top: 20px;
  padding: 20px;
}

.in-numbers-subtitle {
  font-size: 16px;
  position: relative;
  color: #fff;
  font-weight: 400;
}

.in-numbers-value {
  font-size: 44px;
  font-weight: 400;
  color: #f7a600;
}

.in-numbers-unit {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}

.in-numbers-line {
  width: 100%;
  background: #fff;
  height: 1px;
  margin: 8px 0;
}

.in-numbers-text {
  font-size: 11px;
  color: #fff;
  font-weight: 300;
}

.in-numbers-item {
  max-width: 190px;
}

.in-numbers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 30px;
  margin: 30px 0 50px 0;
}

.result {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 30px;
  max-width: 100%;
}

.result-block {
  padding: 0px 30px;
  border-top: 1px solid #e2e3f0;
  border-left: 1px solid #e2e3f0;
  border-bottom: 1px solid #e2e3f0;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 107px);
}

.result-arrow {
  height: 250px;
  width: 107px;
  overflow: hidden;
  margin-left: -11px;
  position: relative;
}

.result-arrow img {
  height: 250px;
  width: 107px;
}

.result-flex {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}

.result-flex-graf p {
  color: #13357a;
  font-weight: 600;
}

.result-flex-text {
  margin: auto 0;
}

.result-flex div img {
  width: 260px;
}

.goal .result-block {
  padding: 0px 30px;
  border-top: 1px solid #e2e3f0;
  border-left: 1px solid #e2e3f0;
  border-bottom: 1px solid #e2e3f0;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.goal .result-flex {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 30px;
}

.goal .result-arrow {
  height: 150px;
  width: 64px;
  margin-left: -7px;
}

.goal .result-arrow img {
  height: 150px;
  width: 64px;
}

.goal .result-flex div img {
  width: 100px;
}

.white {
  color: #fff;
}

.orange {
  color: #f7a600;
}

.wrap p.orange {
  color: #f7a600;
}

.chapter-number {
  position: absolute;
  top: 70px;
  right: 400px;
  width: 300px;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 60px;
  color: #f7a600;
  background: rgba(19, 53, 122, 0.8);
  font-size: 262px;
  min-height: 800px;
  font-weight: 600;
}

.sub-menu {
  position: absolute;
  top: 70px;
  right: 0px;
  width: 400px;
  height: 100vh;
  background: rgba(19, 53, 122, 1.0);
  padding: 60px;
  min-height: 800px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.sub-menu-title {
  font-size: 32px;
  color: #f7a600;
  font-weight: 300;
  font-weight: 600;
}

.sub-menu-block {
  padding-left: 0px;
  margin: 60px 0 0 0;
}

.sub-menu-items {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.sub-menu-items a {
  margin-bottom: 6px;
  font-size: 18px;
  color: #fff;
}

.sub-menu-items a:hover {
  color: #f7a600;
  transition: 0.2s;
}

.bold {
  font-weight: 600;
}

.blue {
  color: #13357a;
}

.large {
  font-size: 18px;
}

.director-title {
  font-size: 32px;
  padding: 50px 0 20px 0;
  position: relative;
  color: #f7a600;
  font-weight: 600;
}

.director {
  position: relative;
  overflow: hidden;
  padding-left: 0px;
}

.director p {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 15px;
}

.director .gri {
  color: #fff;
}

.director-position {
  color: #f7a600;
  font-weight: 600;
  max-width: 270px;
  font-size: 16px;
}

.director-name {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  margin-top: 5px;
}

.cover {
  background: rgba(19, 53, 122, 0.8);
  position: relative;
  z-index: 2;
  left: 200px;
  padding: 0 60px 60px 0;
}

.director-photo img {
  width: 100%;
}

.flex-director {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 40px;
}

.flex-director-item {
  width: 100%;
}

.management {
  display: flex;
  justify-content: flex-start;
  gap: 40px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.management-item {
    width: 100%;
    max-width: 350px;
}

.management-photo {
    width: 100%;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 350px;
    position: relative;
    border: 1px solid #f7a600;
    background-position: center;
}

.management-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.management-title {
  text-align: center;
  width: 100%;
  padding: 10px 20px;
  background: rgba(19,53,122,0.8);
  color: #fff;
  font-size: 16px;
}

.management-position {
  text-align: center;
  width: 100%;
  padding: 10px 20px;
  background: #f7a600;
  color: #fff;
  font-size: 15px;
}

.management-header {
  color: #13357a;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #f7a600;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

.management-text p,
.management-text li,
.management-text sup,
.management-text strong {
  color: #13357a;
}

.sdg {
  display: flex;
  gap: 40px;
  justify-content: flex-start;
  align-items: flex-start;
}

.sdg-item {
  width: 300px;
}

.sdg-item-block {
  padding: 0px 30px;
  border-top: 1px solid #f7a600;
  border-left: 1px solid #f7a600;
  border-right: 1px solid #f7a600;
  text-align: center;
}

.sdg-item-block p {
  margin-top: 20px;
  color: #13357a;
  text-align: center;
}

.sdg-item-title {
  color: #13357a;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 10px;
}

.sdg-arrow {
  width: 300px;
  height: 99px;
}

.sdg-arrow img {
  transform: rotate(90deg) translateX(-100px) translateY(-100px);
  height: 300px;
  width: 99px;
}

.main-top-bg {
    background-image: url(/img/man.jpg);
    display: block;
    width: 100%;
    height: 80vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.main-bottom-bg {
    background-image: url(/img/bottom.jpg);
    display: block;
    width: 100%;
    height: 20vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-top: 12px solid #f7a600;
}

.tubes {
    background-image: url(/img/tubes.jpg);
    display: block;
    width: 200px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-right: 60px solid rgba(255,255,255,0.7);
}

.back-rotate {
  transform: rotate(-45deg);
  position: relative;
}

.main-text {
  position: absolute;
  right: 500px;
  top: 120px;
  width: 300px;
  color: rgba(19,53,122,1);
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.main-text span {
  color: #313131;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

.main-logo {
  position: absolute;
  right: 440px;
  top: 170px;
}

.main-logo img {
  width: 300px;
}

.main-year {
  position: absolute;
  right: 457px;
  top: 230px;
  color: #13357a;
  font-size: 88px;
  font-weight: 600;
}

.main_slogan {
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(19,53,122,0.3) 0%, rgba(19,53,122,1) 100%);
  text-transform: uppercase;
  padding: 20px 40px 150px 40px;
  text-align: left;
}

.main-rotate-block {
  width: 1200px;
  height: 100%;
  transform: rotate(45deg);
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  position: absolute;
  right: -400px;
  top: -150px;
}

.main-partner {
  position: absolute;
  right: 20px;
  bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.main-partner div {
  color: #fff;
}

.main-eu {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}

.main-eu img {
  width: 46px;
}

.main-eu div:nth-child(2) {
  font-size: 11px;
  width: 200px; 
  color: #fff;
}

.uran {
    background-image: url(/img/uran.jpg);
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
    overflow: hidden;
    border-bottom: 40px solid #13357a;
}

.white-bg {
  background: #fff;
  width: 100%;
  height: 550px;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.page-partner {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.page-eu {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}

.page-eu img {
  width: 50px;
}

@media (min-width: 2560px) {

  .menu-item a {
    font-size: 32px;
  }

  .submenu a {
    font-size: 24px !important;
    margin-bottom: 15px;
  }

  .submenu {
    margin-top: 0px;
  }

  .main-rotate-block {
    right: -550px;
    top: -450px;
  }

  .white-bg {
    height: 600px;
  }

}

@media (min-width: 1920px) {
 .menu-item a {
    font-size: 26px;
  }

  .submenu a {
    font-size: 18px !important;
    margin-bottom: 10px;
  }
  .submenu {
    margin-top: -5px;
  }
}

@media (max-width: 1440px) {
 
}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {

}

@media (max-width: 1024px) {

  .main_slogan {
    font-size: 24px;
  }

}

@media (max-width: 528px) {

  .main-bottom-bg {
    height: 30vh;
  } 

  .table {
    overflow-x: scroll;
    width: 100%;
  }

  .table .img {
    width: 100%;
    max-width: none;
  }

  .table .img img {
    min-width: 800px;
  }

  table {
    min-width: 800px;
  }

  .top-line .lang {
    display: none;
  }

  .top-line .download {
    display: none;
  }

  .top-line .home {
    display: none;
  }

  .tubes {
    width: 30px;
    border-right: 10px solid rgba(255, 255, 255, 0.7);
  }

  .nav-content {
    padding: 130px 20px;
  }

  .menu {
    display: grid;
    grid-template-columns: 1fr;
    margin-top: 10px;
    width: 100%;
    gap: 50px;
  }

  .nav-logo {
    left: 20px;
  }

  .mob-submenu {
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
    top: -65px;
    right: 12%;
  }

  .content-title {
    font-size: 26px;
    font-weight: 600;
    color: rgba(247, 166, 0, 1.0);
    text-align: center;
    margin-top: 0px;
    border-top: 1px solid #fff;
    padding-top: 15px;
  }

  .main-text {
    top: 110px;
  }

  .main-logo {
    top: 120px;
  }

  .main-year {
    top: 180px;
  }

  .main_slogan {
    font-size: 24px;
  }

  .main-partner {
    position: absolute;
    right: 20px;
    bottom: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
  }

  .main-eu {
    position: absolute;
    right: 10px;
    left: 10px;
    bottom: 15px;
  }

  .main-eu div:nth-child(2) {
    font-size: 11px;
    width: 100%;
    color: #fff;
  }

  .cover {
    left: 20px;
    padding: 0 40px 60px 0;
    z-index: 0;
  }

  .flex-director {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 40px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .director-title {
    font-size: 28px;
    padding: 0px 0 20px 0;
    position: relative;
    color: #f7a600;
    font-weight: 600;
  }

  .footer {
    padding: 20px;
    justify-content: center;
    flex-direction: column-reverse;
    gap: 20px;
  }

  .page-eu {
    width: 300px;
  }

  .page-eu {
      font-size: 11px;
  }

  .footer-left {
    gap: 20px;
  }

  .footer div {
    font-size: 12px;
  }

  .footer div a {
    font-size: 12px;
  }

  .in-numbers-grid {
    grid-template-columns: 1fr 1fr;
  }

  h1 {
    font-size: 28px;
  }

  .timeline-cover {
    height: 100%;
  }

  .timeline-text {
    width: calc(100% - 110px);
  }

    .mission-block {
      padding: 30px 30px;
      border: 1px solid #f7a600;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex-wrap: wrap;
      width: 100%;
  }

  .mission-icons {
    flex-wrap: wrap;
    gap: 30px;
  }

  .mission-arrow {
    display: none;
  }

  .mission-img {
    display: none;
  }

  .flex-3 {
    flex-wrap: wrap;
  }

  .row-numbers-item:nth-child(2) {
    margin-left: 0px;
    margin-top: 30px;
  }

  .row-numbers {
    flex-wrap: wrap;
  }

  .result-block {
    padding: 20px;
    border: 1px solid #e2e3f0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .result-flex {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .result-arrow {
    display: none;
  }

  .production-grid {
    grid-template-columns: 1fr 1fr;
  }

  .chapter-number {
    position: absolute;
    top: 70px;
    right: 0;
    left: 50px;
    width: 300px;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0px;
    color: #f7a600;
    background: rgba(19, 53, 122, 0);
    font-size: 262px;
    min-height: 100px;
    font-weight: 600;
    display: none;
  }

  .sub-menu {
    background: rgba(19, 53, 122, 0.8);
  }

  h2 {
    font-size: 20px;
  }

  .flex {
    flex-wrap: wrap;
  }

  .sdg {
    flex-wrap: wrap;
    justify-content: center;
  }

  .sdg-item {
    width: 300px;
  }

  .footer-left {
    display: none;
  }

}

@media (max-width: 414px) {

  .main_slogan {
    font-size: 18px;
  }

  .main-partner {
    transform: scale(0.8);
  }

  .main-partner div {
    font-size: 11px;
  }

  .footer {
    padding: 10px;
  }

}