@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-BlackItalic.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-LightItalic.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-ThinItalic.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("./../../fonts/Roboto/Roboto-Thin.woff2") format("woff2"), url("./../../fonts/Roboto/Roboto-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
* {
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "Roboto";
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  /* margin: 0.67em 0; */
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
* Set image
 */
img, video, iframe {
  max-width: 100%;
}

.container, .container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 567px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 776px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.container-right {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin-left: 0;
  margin-right: auto;
  width: auto;
}

@media (min-width: 567px) {
  .container-right {
    max-width: 540px;
  }
}
@media (min-width: 776px) {
  .container-right {
    max-width: 720px;
  }
}
@media (min-width: 991px) {
  .container-right {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-right {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-right {
    max-width: 1320px;
  }
}
body {
  background: #F5F9FD;
}
body.subpage {
  background: white;
}

.mw-1000 {
  max-width: 1000px;
}

.default-heading {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.default-heading.blue h2, .default-heading.blue h3 {
  color: #3788DD;
}
.default-heading.right:after {
  content: "";
  width: 116%;
  height: 95px;
  position: absolute;
  right: -15%;
  top: -32px;
  background: url(./../icons/arrow/long-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .default-heading.right:after {
    display: none;
  }
}
.default-heading.left:after {
  content: "";
  width: 116%;
  height: 95px;
  position: absolute;
  left: -15%;
  top: -32px;
  background: url(./../icons/arrow/long-left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .default-heading.left:after {
    display: none;
  }
}
.default-heading h2 {
  color: #0A1B3C;
  font-size: 2rem;
  font-weight: bold;
}
.default-heading h3 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #0A1B3C;
}
.default-heading p {
  color: #3788DD;
  margin-top: 1rem;
}

.arrow-left {
  overflow: hidden;
  display: block;
}
.arrow-left:after {
  display: block;
  content: "";
  width: 86%;
  height: 95px;
  background: url(./../icons/arrow/long-left.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.arrow-right {
  overflow: hidden;
  display: block;
}
.arrow-right:after {
  display: block;
  content: "";
  width: 116%;
  /* height: 95px; */
  height: 130px;
  background: url(/images/long-right.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.arrow-right.heading-small, .arrow-left.heading-small {
  margin-top: -95px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 1200px) {
  .arrow-right.heading-small, .arrow-left.heading-small {
    margin-top: -79px;
  }
}
@media screen and (max-width: 991px) {
  .arrow-right.heading-small, .arrow-left.heading-small {
    margin-top: -75px;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 776px) {
  .arrow-right.heading-small, .arrow-left.heading-small {
    margin-top: -67px;
    margin-bottom: 0.5rem;
  }
}
@media screen and (max-width: 567px) {
  .arrow-right.heading-small, .arrow-left.heading-small {
    margin-top: -55px;
    margin-bottom: 0;
  }
}
.arrow-right.heading-large, .arrow-left.heading-large {
  margin-top: -95px;
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 1200px) {
  .arrow-right.heading-large, .arrow-left.heading-large {
    margin-top: -79px;
  }
}
@media screen and (max-width: 991px) {
  .arrow-right.heading-large, .arrow-left.heading-large {
    margin-top: -90px;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 776px) {
  .arrow-right.heading-large, .arrow-left.heading-large {
    margin-top: -78px;
  }
}
@media screen and (max-width: 567px) {
  .arrow-right.heading-large, .arrow-left.heading-large {
    margin-top: -95px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 425px) {
  .arrow-right.heading-large, .arrow-left.heading-large {
    margin-top: -85px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 567px) {
  .arrow-right.sm-pt, .arrow-left.sm-pt {
    padding-top: 1rem;
  }
}

.subpage .hero h1 {
  max-width: 100%;
}

.subpage .hero h1.news-head {
  min-height: 80px;
}
@media screen and (min-width: 991px) {
  .subpage .hero h1.news-head {
    min-height: 135px;
  }
}

.body-spacing {
  margin-bottom: 4rem;
}

.mapbg {
  background: url(./../images/mapbg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 567px) {
  .mapbg {
    background-position: center;
  }
}

#project-desc {
  color: black;
  line-height: 1.5;
}

.auth-box {
  background: linear-gradient(90deg, #0A1B3C 0%, #2151A1 100%);
  padding: 2rem;
  border-radius: 16px;
}
.auth-box-title {
  color: #F5F9FD;
}
.auth-box-title h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.auth-box-title p {
  color: white;
}

.form-input {
  background: rgba(255, 255, 255, 0.0);
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
  /* border-bottom: 1px solid #F5F9FD; */
  margin: 1.5rem 0;
}
.form-input label {
  color: #F5F9FD;
  font-size: 1rem;
  font-weight: 500;
}

.checkbox-input {
  margin-bottom: 2rem;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.checkbox-input input {
  display: none;
}
.checkbox-input input:checked ~ label:after {
  display: block;
}
.checkbox-input label {
  color: white;
  position: relative;
  padding-left: 40px;
  font-weight: 500;
  height: 35px;
  display: flex;
  align-items: center;
  cursor: pointer;
  gap: 0.25rem;
}
.checkbox-input label a {
  color: white;
  text-decoration: underline;
  font-weight: 500;
}
.checkbox-input label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 30px;
  height: 30px;
  border: 2px solid #CCE0F5;
  border-radius: 4px;
}
.checkbox-input label:after {
  content: "";
  display: none;
  position: absolute;
  left: 4px;
  top: 6px;
  width: 22px;
  height: 22px;
  background: #CCE0F5;
  border-radius: 1px;
}

.gap-5 {
  gap: 0.5rem;
}

.success-message {
  background: #65C728;
  color: white;
  padding: 1rem;
  border-radius: 16px;
  font-weight: 500;
}

.error-message {
  background: #7030A0;
  color: white;
  padding: 1rem;
  border-radius: 16px;
  font-weight: 500;
}

.btn {
  text-decoration: none;
}
.btn-header {
  border-radius: 50px;
  border: 1px solid #868686;
  color: #0A1B3C;
  font-size: 1rem;
  background: none;
  font-weight: 500;
  padding: 0.5rem 2rem;
}
.btn-header:hover {
  background: #CCE0F5;
  border-color: #3788DD;
}
.btn-primary {
  background: #3788DD;
  padding: 0.75rem 1.875rem;
  color: white;
  display: flex;
  max-width: fit-content;
  font-size: 1rem;
  border-radius: 50px;
  gap: 1.5rem;
  align-items: center;
}
.btn-primary svg path {
  stroke: white;
}
.btn-primary:hover {
  background: #0A1B3C;
  color: white;
}
.btn-primary-long {
  max-width: 100%;
  width: 100%;
  justify-content: center;
  position: relative;
}
.btn-primary-long svg {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}
.btn-primary-small {
  background: #3788DD;
  padding: 0.5rem 2.5rem;
  color: white;
  display: flex;
  max-width: fit-content;
  font-size: 1rem;
  border-radius: 50px;
}
.btn-primary-small:hover {
  background: #0A1B3C;
  color: white;
}
.btn.inactive {
  background: #868686;
  border-color: #868686;
}
.btn.inactive:hover {
  background: #0A1B3C;
  color: white;
}

.news {
  padding: 3rem 0;
}
.news-navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.news-navigation button {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.news-content {
  display: flex;
  gap: 2rem;
}
.news .owl-stage {
  display: flex;
}
.news .owl-stage > .owl-item {
  flex: 1;
}
.news-catalog-grid {
  margin: 2rem 0 4rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 776px) {
  .news-catalog-grid {
    grid-template-columns: 1fr;
  }
}
.news-item {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}
.news-item-content {
  height: 100%;
  min-height: 95px;
  padding: 1rem;
  background: #CCE0F5;
  border-bottom: 5px solid #3788DD;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-item-content span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  color: #3788DD;
}
@media screen and (max-width: 776px) {
  .news-item-content span {
    font-size: 0.875rem;
  }
}
.news-item-content span.large {
  font-size: 1.3rem;
  display: block;
  margin-top: 0.75rem;
}
.news-item-content p {
  font-size: 0.925rem;
  color: #0A1B3C;
  line-height: 1.4;
  margin-top: 1rem;
}
.news-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
}
.news-item-bottom-date {
  color: #3788DD;
  font-weight: 300;
}
.news-item-bottom-more {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.news-item-bottom-more img {
  height: auto;
  width: auto;
}
.news-item-bottom-more span {
  color: #3788DD;
  font-weight: 500;
}
.news-slider .news-item-content {
  justify-content: flex-start;
}
.news-image {
  width: 100%;
}
.news-image img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  object-position: left;
}
.news-image-bottom {
  width: 100%;
}
.news-image-bottom img {
  width: 100%;
  max-height: 400px;
  object-fit: contain;
  object-position: left;
}
.news-text {
  padding: 4rem 0;
}
.news-text-all {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 776px) {
  .news-text-all {
    max-height: 128px;
  }
}
.news-text h2 {
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 600;
  color: #0A1B3C;
}
.news-text h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: #0A1B3C;
}
.news-text p {
  color: #0A1B3C;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.4;
}
.hidden-news-item {
  display: none;
}

.header {
  padding: 2rem 0;
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 1rem;
    background: white;
  }
}
.header.scroll {
  background: white;
}
.header.scroll .header-content-menu {
  background: white;
}
.header.scroll .header-content-menu::after {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, white 100%);
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-content-logo {
  position: relative;
}
.header-content-logo-link {
  position: relative;
  z-index: 2;
  display: block;
}
.header-content-logo-line span {
  display: block;
  content: "";
  width: 500px;
  height: 92px;
  background: url("/images/logo-line.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 1200px) {
  .header-content-logo-line span {
    top: 8px;
    width: 252px;
    height: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .header-content-logo-line span::after {
    content: "";
    position: absolute;
    height: 33px;
    top: 0;
    right: 0;
    width: 100px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, white 100%);
  }
}
@media screen and (max-width: 1200px) {
  .header-content-logo img {
    max-width: 100px;
  }
}
.header-content-mobile {
  display: flex;
  align-items: center;
  gap: 1rem;
  position: relative;
  z-index: 2;
  background: white;
}
@media screen and (min-width: 1200px) {
  .header-content-mobile {
    display: none;
  }
}
.header-content-mobile::after {
  content: "";
  position: absolute;
  height: 46px;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  width: 50px;
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, white 100%);
}
.header-content-mobile::before {
  content: "";
  position: absolute;
  height: 46px;
  top: 0;
  width: 100%;
  background-color: white;
  left: 0;
  z-index: -1;
}
.header-content-button {
  background: none;
  border: none;
  cursor: pointer;
  height: 14px;
  margin: 0;
  outline: none;
  position: relative;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 20px;
  z-index: 100;
}
.header-content-button span {
  background: #0A1B3C;
  border-radius: 9px;
  display: block;
  height: 2px;
  left: 0;
  opacity: 1;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
  width: 100%;
}
.header-content-button span:first-child {
  top: 0px;
}
.header-content-button span:nth-child(2) {
  top: 6px;
}
.header-content-button span:nth-child(3) {
  top: 12px;
}
.header-content-menu {
  z-index: 2;
  padding: 0 0.5rem;
  background: #F5F9FD;
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .header-content-menu::after {
    content: "";
    position: absolute;
    height: 74px;
    top: 0;
    left: 0;
    width: 100px;
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, #F5F9FD 100%);
  }
}
@media screen and (max-width: 1200px) {
  .header-content-menu {
    top: -100%;
    position: fixed;
    left: 0;
    width: 100%;
    padding: 2rem;
    background: white;
    transition: 0.25s ease-in-out;
    border-top: 1px solid #868686;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}
.header-content-menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 2rem;
}
@media screen and (max-width: 1400px) {
  .header-content-menu ul {
    gap: 2rem 1.5rem;
  }
}
.header-content-menu ul li a {
  color: #868686;
  font-weight: 500;
  text-decoration: none;
}
@media screen and (max-width: 1400px) {
  .header-content-menu ul li a {
    font-size: 0.875rem;
  }
}
.header-content-menu ul li a:hover, .header-content-menu ul li a.active {
  color: #0A1B3C;
}
.header-content-action {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-content-language-active {
  width: 31px;
  height: 31px;
  padding: 1px;
  border-radius: 50px;
  border: 1px solid #868686;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header.open .header-content-menu {
  top: 62px;
}
.header.open .header-content-menu ul {
  gap: 0.75rem;
  flex-direction: column;
}

.subpage .header-content-menu {
  background: white;
}
.subpage .header-content-menu::after {
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, white 100%);
}

.footer {
  background: #0A1B3C;
  overflow-x: hidden;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.footer-content::before {
  position: absolute;
  top: 18px;
  left: 0;
  display: block;
  content: "";
  width: 1415px;
  height: 55px;
  background: url(/images/logo-line-footer.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .footer-content {
    flex-direction: column;
  }
}
.footer-content-left {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .footer-content-left {
    width: 100%;
  }
}
.footer-content-left-logo {
  margin-bottom: 3rem;
}
.footer-content-left-heading {
  color: #3788DD;
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}
.footer-content-left-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  .footer-content-left-bottom {
    flex-direction: column;
  }
}
.footer-content-left-bottom-left {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  .footer-content-left-bottom-left {
    width: 100%;
  }
}
.footer-content-left-bottom-left p {
  color: #CCE0F5;
  font-weight: 500;
  line-height: 1.4;
}
.footer-content-left-bottom-right {
  width: 40%;
  /* display: flex; */
  flex-direction: column;
  gap: 0.5rem;
  align-content: flex-end;
}
@media screen and (max-width: 1200px) {
  .footer-content-left-bottom-right {
    width: 100%;
    margin-top: 2rem;
  }
}
.footer-content-left-bottom-right a {
  color: #3788DD;
  text-decoration: none;
  font-weight: bold;
}
.footer-content-left-bottom-right a:hover {
  text-decoration: underline;
}
.footer-content-right {
  width: 50%;
  padding-top: 2rem;
  display: flex;
}

.footer-content-right .footer-content-items {
  align-items: flex-end;
  display: flex;
  justify-content: space-evenly;
}

@media screen and (max-width: 991px) {
  .footer-content-right {
    width: 100%;
  }
}
.footer-content-item h3 {
  color: #CCE0F5;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.footer-content-item ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.footer-content-item ul li a {
  color: #3788DD;
  text-decoration: none;
}
.footer-content-item ul li a:hover {
  text-decoration: underline;
}
.footer-content-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  width: 100%;
}
@media screen and (max-width: 567px) {
  .footer-content-items {
    display: flex;
    flex-direction: column;
  }
}
.footer-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
  color: #CCE0F5;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .footer-bottom {
    flex-direction: column;
  }
}
.footer-bottom-socials {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.footer-bottom-copyright {
  font-weight: 500;
}
@media screen and (max-width: 567px) {
  .footer-bottom-copyright {
    text-align: center;
    font-size: 0.75rem;
  }
}
.footer-bottom-address {
  font-weight: 300;
}
@media screen and (max-width: 567px) {
  .footer-bottom-address {
    text-align: center;
    font-size: 0.75rem;
  }
}

.product-content {
  display: flex;
}
@media screen and (max-width: 776px) {
  .product-content {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 991px) {
  .product-content .product-slider-item {
    width: 33%;
    transition: 0.5s ease-in-out all;
    cursor: pointer;
  }
  .product-content .product-slider-item:hover, .product-content .product-slider-item.active {
    width: 66%;
  }
}

.product-slider-item {
  height: 500px;
  width: 100%;
  position: relative;
  padding: 2rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-slider-item:before {
  content: "";
  height: 230px;
  width: 100%;
  background: linear-gradient(0deg, rgba(10, 27, 60, 0.8) 0%, rgba(27, 73, 162, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1200px) {
  .product-slider-item {
    height: 350px;
  }
}
@media screen and (max-width: 1200px) {
  .product-slider-item-icon svg {
    height: 30px;
    width: auto;
  }
}
.product-slider-item-image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.product-slider-item-image img, .product-slider-item-image iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.product-slider-item-image.video {
  z-index: 5;
}
.product-slider-item-bottom {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1400px) {
  .product-slider-item-bottom {
    min-height: 125px;
  }
}
.product-slider-item-bottom-title {
  color: white;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .product-slider-item-bottom-title {
    font-size: 1.5rem;
  }
}
.product-slider-item-bottom p {
  color: white;
  font-size: 13px;
}
.product-slider-item-bottom-location {
  display: flex;
  align-items: center;
  color: white;
  gap: 0.5rem;
}
.product-slider-item-bottom-action {
  background: rgba(217, 217, 217, 0.5019607843);
  color: white;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  max-width: fit-content;
  font-size: 0.875rem;
  border-radius: 50px;
  border: 1px solid white;
  padding: 0.75rem 2rem;
  text-decoration: none;
}
.product-slider-item-bottom ul {
  list-style-type: disc;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-left: 20px;
}
.product-slider-item-bottom ul li {
  color: white;
  font-weight: 500;
  font-size: 1.25rem;
}
@media screen and (max-width: 1200px) {
  .product-slider-item-bottom ul li {
    font-size: 0.875rem;
  }
}

.expandingSlider-container {
  display: flex;
  width: 100vw;
  overflow: hidden;
}

.expandingSlider-wrapper {
  display: flex;
  transition: transform 0.5s ease;
  width: 300vw;
  margin-left: -3px;
}

.expandingSlider-item {
  flex: 1;
  width: 33.3333333333vw;
  transition: flex 0.5s ease;
  overflow: hidden;
  position: relative;
  padding: 0 3px;
  cursor: pointer;
}

.expandingSlider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.expandingSlider-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
}

.map-header {
  margin-bottom: 3rem;
}
.map-header ul {
  display: flex;
  margin: 0 auto;
  border-radius: 50px;
  max-width: fit-content;
}
@media screen and (max-width: 1400px) {
  .map-header ul {
    flex-wrap: wrap;
    gap: 0.25rem;
    border-radius: 0;
  }
}
.map-header ul li {
  text-align: center;
  background: black;
  color: white;
  font-weight: 500;
  font-size: 0.75rem;
  cursor: pointer;
}
@media screen and (max-width: 776px) {
  .map-header ul li {
    width: calc(50% - 0.125rem);
    border-radius: 0 !important;
  }
}
.map-header ul li:nth-child(1) {
  background: #2151A1;
}
.map-header ul li:nth-child(2) {
  background: #3788DD;
}
.map-header ul li:nth-child(3) {
  background: #7030A0;
}
.map-header ul li:nth-child(4) {
  background: #FFC800;
}
.map-header ul li:nth-child(5) {
  background: #65C728;
}
.map-header ul li:nth-child(6) {
  background: #CF1468;
}
.map-header ul li a {
  text-decoration: none;
  color: white;
  padding: 1rem 4.5rem;
  display: block;
}
@media screen and (max-width: 1400px) {
  .map-header ul li a {
    padding: 1rem 3.5rem;
  }
}
@media screen and (max-width: 776px) {
  .map-header ul li a {
    padding: 1rem 1.5rem;
  }
}
.map-header ul li:hover {
  opacity: 0.9;
}
.map-header ul li:first-child {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.map-header ul li:last-child {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
@media screen and (max-width: 1200px) {
  .map-header ul li {
    border-radius: 0;
  }
}
.map-content svg {
  max-width: 100%;
  height: auto;
}
.map-content svg .clickable {
  cursor: pointer;
}
.map-content svg .clickable:hover {
  opacity: 0.9;
}

.blocks {
  padding: 4rem 0;
}
.blocks-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}
@media screen and (max-width: 567px) {
  .blocks-content {
    grid-template-columns: 1fr;
  }
}
.blocks-item {
  display: flex;
  flex-direction: column;
}
.blocks-item h3 {
  color: #3788DD;
  font-weight: 500;
  margin-bottom: 1rem;
}
.blocks-item-box {
  background: #F5F9FD;
  border: 1px solid #3788DD;
  border-radius: 20px;
  padding: 1.5rem 1rem;
  color: #0A1B3C;
  flex: 1;
}
.blocks-item-box ul {
  padding-left: 20px;
  list-style-type: disc;
  line-height: 2;
}
.blocks-item-box p {
  line-height: 2;
  color: #0A1B3C;
}
.blocks-item-box p b {
  color: #2151A1;
}
.blocks-item-box p a {
  color: #3788DD;
  text-decoration: none;
}
.blocks-item-box p a:hover {
  text-decoration: underline;
}

.document-heading h3 {
  font-size: 1rem;
  color: #2151A1;
  font-weight: 500;
  margin-bottom: 2rem;
  width: 100%;
  border-bottom: 4px solid #3788DD;
  padding-bottom: 0.5rem;
}
.document-item {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}
.document-item:hover {
  text-decoration: none;
  transform: scale(1.05);
}
.document-item-stripe {
  width: 32px;
  background: #3788DD;
  min-height: 70px;
  display: block;
  flex-shrink: 0;
}
.document-item-content {
  padding: 1rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #CCE0F5;
  min-height: 70px;
}
@media (max-width: 567px) {
  .document-item-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
.document-item-content-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media (max-width: 567px) {
  .document-item-content-left {
    padding-top: 0.25rem;
  }
}
.document-item-content-left span:first-child {
  color: #0A1B3C;
}
.document-item-content-left span:last-child {
  color: #3788DD;
}
.document-item-content-right {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.document-item-content-right-languages {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-size: 0.875rem;
}
.document-item-content-right-languages a {
  color: #3788DD;
  font-weight: bold;
  text-decoration: none;
}
.document-item-content-right-languages a:not(.document-item-content-right-languages a:last-child):after {
  margin-left: 0.25rem;
  content: "/";
}
.document-item-content-icon {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.document-item-content-icon span {
  background: #FF0000;
  color: white;
  border-radius: 3px;
  padding: 14px 8px;
  font-size: 12px;
}
.document-item-content-icon svg {
  width: 32px;
  height: 32px;
}
.document-item.carrer {
  color: black;
}
.document-item.carrer .document-item-content-left span {
  color: black !important;
}
.document-item.carrer .document-item-content-icon {
  min-width: 50px;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  color: #3788DD;
  font-weight: bold;
}
.document-largebox {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  border-radius: 12px;
  background: #CCE0F5;
  overflow: hidden;
  text-decoration: none;
  transition: 0.25s ease-in-out;
}
.document-largebox-stripe {
  width: 32px;
  background: #3788DD;
  display: block;
  flex-shrink: 0;
}
.document-largebox-content {
  padding: 3.5rem 5rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem 0;
  width: 100%;
}
@media (max-width: 776px) {
  .document-largebox-content {
    padding: 2rem 1.5rem;
    gap: 1rem 0;
  }
}
.document-largebox-item {
  width: 50%;
}
@media (max-width: 1200px) {
  .document-largebox-item {
    width: 100%;
  }
}
.document-largebox-item a {
  max-width: 100%;
  width: 380px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .document-largebox-item a {
    margin: 0 !important;
    width: 100%;
  }
}
.document-largebox-item a span {
  width: 100%;
}

@keyframes fullWidthToZero {
  from {
    width: 100%;
  }
  to {
    width: 0;
  }
}
@keyframes fadeOutContainer {
  10% {
    z-index: 1000;
  }
  91% {
    opacity: 1000;
  }
  100% {
    opacity: -1;
  }
}
@keyframes fadeOut {
  10% {
    opacity: 1;
  }
  91% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.flashMessage {
  position: fixed;
  top: 7.5rem;
  left: 0;
  width: 100%;
  z-index: -1;
  animation-name: fadeOutContainer;
  animation-duration: 5.9s;
}
@media screen and (max-width: 1200px) {
  .flashMessage {
    top: 4.5rem;
  }
}
.flashMessage-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.flashMessage-item {
  display: block;
  text-align: center;
  width: 100%;
  background-color: #CCE0F5;
  color: #000;
  position: relative;
  padding: 0.75rem 1.25rem 1rem;
  animation-name: fadeOut;
  animation-timing-function: linear;
  animation-duration: 5.5s;
  opacity: 0;
  transition-duration: 0.5s;
  cursor: pointer;
}
.flashMessage-item:hover {
  filter: brightness(0.9);
}
.flashMessage-item::after {
  content: "";
  position: absolute;
  width: 0;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  animation-name: fullWidthToZero;
  animation-timing-function: linear;
  animation-duration: 5s;
}
.flashMessage-item span {
  line-height: 1.5;
  font-weight: 500;
}
.flashMessage-item.success {
  background-color: #358833;
  color: #F5F9FD;
}
.flashMessage-item.error {
  background-color: #d32d2d;
  color: #F5F9FD;
}

.hero-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .hero-nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.hero-nav-text {
  font-weight: 500;
  color: #868686;
  max-width: 600px;
}
.hero-nav-text.black {
  color: #000;
}
.hero-nav-links {
  display: flex;
  gap: 0.5rem;
}
.hero-banner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  height: 650px;
  position: relative;
}
@media screen and (max-width: 991px) {
  .hero-banner {
    height: 400px;
  }
}
.hero-banner h2 {
  font-size: 3.5rem;
  font-weight: 400;
  position: relative;
  z-index: 10;
  color: white;
  max-width: 700px;
}
.hero-banner img, .hero-banner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center;
}
.hero-content {
  position: relative;
  padding-bottom: 0;
  margin-bottom: 1rem;
  line-height: 1.5;
  font-size: 22px;
}
.hero-content.akcionar span {
  color: #3788DD;
  font-weight: bold;
}
.hero-content.hydropower {
  display: flex;
  align-items: center;
  gap: 0 2.5rem;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1400px) {
  .hero-content.hydropower {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 2rem !important;
  }
}
.hero-content.hydropower h1 {
  max-width: 550px;
}
.hero-content.hydropower img {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1400px) {
  .hero-content.hydropower img {
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 567px) {
  .hero-content.hydropower img {
    max-width: 250px;
  }
}
@media screen and (max-width: 991px) {
  .hero-content {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.hero-content > p {
  color: #0A1B3C;
  font-weight: bold;
}
.hero-content > p a {
  color: #3788DD;
  text-decoration: none;
}
.hero-content h1 {
  font-size: 3.5rem;
  color: #0A1B3C;
  max-width: 750px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  .hero-content h1 {
    font-size: 2rem;
  }
}
.hero-content-action {
  position: unset;
  bottom: 0;
  left: 300px;
  display: flex;
  align-items: center;
  gap: 1rem;
  /* max-width: 500px; */
}
@media screen and (max-width: 991px) {
  .hero-content-action {
    position: unset;
  }
}
@media screen and (max-width: 567px) {
  .hero-content-action {
    flex-direction: column;
    align-items: flex-start;
  }
}
.hero-content-action p {
  color: #0A1B3C;
}

.subpage .hero-content-action {
  position: unset;
  max-width: 600px;
}
@media screen and (max-width: 776px) {
  .subpage .hero-content-action {
    flex-direction: column;
    align-items: flex-start;
  }
  .subpage .hero-content-action p {
    order: 1;
  }
  .subpage .hero-content-action a {
    order: 2;
  }
}

.about {
  padding-top: 4rem;
}
@media screen and (max-width: 991px) {
  .about {
    padding-top: 2rem;
  }
}
.about-content h2 {
  color: #0A1B3C;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.about-content h2.blue {
  color: #3788DD;
}
.about-content p {
  font-size: 1rem;
  color: #0A1B3C;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.categories {
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  .categories {
    padding: 2rem 0;
  }
}
.categories-content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}
.categories-content.five {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 991px) {
  .categories-content, .categories-content.five {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 776px) {
  .categories-content, .categories-content.five {
    grid-template-columns: repeat(1, 1fr);
  }
}
.categories-item {
  border: 1px solid #CCE0F5;
  background: none;
  border-radius: 20px;
  display: flex;
  padding: 1rem 1.5rem;
  gap: 0.5rem 1rem;
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.1);
  align-items: center;
}
@media screen and (max-width: 776px) {
  .categories-item-icon {
    flex-shrink: 0;
    width: 35px;
  }
}
.categories-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  justify-content: center;
}
.categories-item-content span {
  font-size: 2rem;
  color: #0A1B3C;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 1200px) {
  .categories-item-content span {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 776px) {
  .categories-item-content span {
    font-size: 1.25rem;
  }
}
.categories-item-content small {
  font-size: 0.75rem;
  font-weight: 500;
  color: #3788DD;
}
@media screen and (max-width: 776px) {
  .categories-item-content small {
    font-size: 0.675rem;
  }
}

.brands {
  padding: 4rem 0;
}
.brands-content {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 991px) {
  .brands-content {
    flex-direction: column;
  }
}
.brands-item {
  max-width: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .brands-item {
    max-width: 100%;
  }
}
.brands-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
}
.brands-item-image img {
  height: 100px;
  object-fit: scale-down;
}
.brands-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex: 1;
}
.brands-item-content span {
  font-weight: bold;
  font-size: 1rem;
  color: #0A1B3C;
}
.brands-item-content p, .brands-item-content a {
  font-size: 0.75rem;
  color: #0A1B3C;
  font-weight: 400;
  line-height: 1.2;
}

.projects {
  padding: 4rem 0;
}

.activities {
  padding: 4rem 0;
}
@media screen and (max-width: 991px) {
  .activities {
    padding: 2rem 0;
  }
}
.activities-content {
  background: #CCE0F5;
  padding: 1rem;
}
.activities-item {
  padding: 1rem;
  position: relative;
  height: 600px;
}
@media screen and (max-width: 991px) {
  .activities-item {
    height: 350px;
  }
}
.activities-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.activities-item > div {
  display: block;
  z-index: 99;
  position: absolute;
  bottom: 2rem;
  left: 2rem;
}
.activities-item > div span {
  font-size: 2rem;
  color: white;
  font-weight: 600;
}
.activities-item > div p {
  margin-top: 1rem;
  color: white;
  font-size: 1rem;
  line-height: 1.5;
}

.investment-items {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.investment-items .investment-item {
  background: #CCE0F5;
  border-bottom: 3px solid #3788DD;
  display: flex;
  align-items: center;
  padding: 1rem;
  gap: 1.5rem;
}
@media screen and (max-width: 776px) {
  .investment-items .investment-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.investment-items .investment-item-icon {
  min-width: 140px;
  display: block;
  padding-left: 1rem;
}
.investment-items .investment-item-content {
  flex: 1;
  align-items: center;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  color: #0A1B3C;
}
.investment-items .investment-item-content span {
  font-weight: 600;
}
@media screen and (max-width: 776px) {
  .investment-items .investment-item-content {
    text-align: center;
  }
}

.timeline {
  padding-bottom: 4rem;
}
.timeline-header {
  text-align: center;
  background: #3788DD;
  color: white;
  padding: 1rem 2.5rem;
  border-radius: 50px;
  font-weight: 400;
  max-width: fit-content;
  margin: auto;
}
.timeline-content {
  position: relative;
  padding: 4rem 0;
}
.timeline-content:after {
  content: "";
  width: 3px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  background: linear-gradient(to top, #3788DD, rgba(30, 73, 119, 0.2));
  z-index: -1;
}
.timeline-content:before {
  content: "";
  width: 35px;
  height: 35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -10px;
  background: url(./../icons/arrow/triangle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.timeline-item {
  border-bottom: 2px solid #3788DD;
  display: flex;
  width: 100%;
  max-width: 50%;
  align-items: center;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 776px) {
  .timeline-item {
    flex-direction: column;
    gap: 1rem;
  }
}
.timeline-item:after {
  content: "";
  width: 16px;
  height: 16px;
  background: #3788DD;
  position: absolute;
  left: -8px;
  bottom: -8px;
  border-radius: 50px;
}
.timeline-item:nth-child(odd) {
  margin-left: unset;
  margin-right: auto;
  display: flex;
  justify-content: flex-end;
}
.timeline-item:nth-child(odd):after {
  left: unset;
  right: -8px;
}
.timeline-item:nth-child(odd) .timeline-item-content {
  text-align: right;
}
@media screen and (max-width: 776px) {
  .timeline-item:nth-child(odd) .timeline-item-content {
    order: 2;
  }
}
.timeline-item:nth-child(odd) .timeline-item-year {
  order: 2;
}
@media screen and (max-width: 776px) {
  .timeline-item:nth-child(odd) .timeline-item-year {
    order: 1;
  }
}
.timeline-item-year {
  color: #3788DD;
  text-align: center;
  min-width: 150px;
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .timeline-item-year {
    min-width: 130px;
  }
}
.timeline-item-content {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  background: #CCE0F5;
  padding: 1rem;
  flex: 1;
}
@media screen and (max-width: 776px) {
  .timeline-item-content {
    border-radius: 0;
  }
}
.timeline-item-content ul {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.3;
}
@media screen and (max-width: 567px) {
  .timeline-item-content ul {
    font-size: 0.875rem;
  }
}

.about-content.akcionar {
  gap: 1.5rem;
  display: flex;
  flex-direction: column;
}
.about-content.akcionar p {
  font-size: 22px;
  line-height: 1.5;
}
.about-content.akcionar p span {
  color: #3788DD;
  font-weight: 700;
}
.about-content.akcionar ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.about-content.akcionar ul li {
  font-size: 22px;
  line-height: 1.5;
  padding-left: 1.5rem;
  position: relative;
}
.about-content.akcionar ul li:after {
  content: "";
  height: 100%;
  width: 3px;
  background: #3788DD;
  position: absolute;
  left: 0;
  top: 0;
}
.about-content.akcionar ul li span {
  color: #3788DD;
  font-weight: 700;
}

.country {
  color: #0A1B3C;
}
.country-content {
  padding: 2rem 0;
}
.country-content h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.country-content h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.country-content p {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.country-content-image {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.country-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.country-content table th, .country-content table td {
  border: 1px solid #3788DD;
  padding: 1rem;
  text-align: left;
}
.country-content table th {
  background: #CCE0F5;
}
.country-content-2 {
  padding: 1rem 0;
}
.country-content-2 h1 {
  font-size: 2.5rem;
  font-weight: 700;
}
.country-content-2 h2 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.country-content-2 p {
  font-size: 1.25rem;
  line-height: 1.4;
}
.country-content-2-image {
  max-width: 300px;
  width: 100%;
  height: auto;
}
.country-content-2 ul li {
  margin-left: 2rem;
  font-size: 1.25rem;
  line-height: 1.4;
  list-style: disc;
}
.country-content-2 ul li ul > li {
  list-style: circle;
  margin-left: 2rem;
}
.country-content-2 table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
  line-height: 1.4;
}
.country-content-2 table th, .country-content-2 table td {
  border: 1px solid #3788DD;
  padding: 1rem;
  text-align: left;
}
.country-content-2 table th {
  background: #CCE0F5;
}
.country-lines {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0.5rem;
}
@media screen and (max-width: 991px) {
  .country-lines {
    grid-template-columns: 1fr 1fr;
    grid-gap: 1rem;
  }
}
.country-lines-item {
  border-left: 2px solid #3788DD;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  height: fit-content;
}
.country-lines-item-one {
  display: flex;
  flex-direction: column;
}
.country-lines-item-one-heading {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.country-lines-item-one-content {
  font-size: 1rem;
  line-height: 1.5;
}
.country-lines-item-one-content a {
  line-height: 2;
  display: block;
  color: #0A1B3C;
}
.country-projects {
  padding: 1rem 0;
  background: rgba(204, 224, 245, 0.3490196078);
  display: flex;
  flex: 1;
  margin: 4rem 0;
}
@media screen and (max-width: 776px) {
  .country-projects {
    flex-direction: column;
  }
}
.country-projects-nav {
  max-width: 300px;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .country-projects-nav {
    max-width: 200px;
  }
}
@media screen and (max-width: 776px) {
  .country-projects-nav {
    max-width: 100%;
    padding: 0 1rem;
  }
}
.country-projects-nav ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.country-projects-nav ul li a, .country-projects-nav ul li button {
  display: flex;
  width: 100%;
  border: none;
  padding: 0.75rem 1rem;
  color: #2151A1;
  background: #CCE0F5;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: 0.25s ease-in-out all;
  text-align: left;
}
.country-projects-nav ul li a.grey, .country-projects-nav ul li button.grey {
  background-color: #cecece;
}
.country-projects-nav ul li a.magenta, .country-projects-nav ul li button.magenta {
  background-color: #EED5E0;
}
@media screen and (max-width: 991px) {
  .country-projects-nav ul li a, .country-projects-nav ul li button {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
  }
}
.country-projects-nav ul li a.active, .country-projects-nav ul li a:hover, .country-projects-nav ul li a.grey:hover, .country-projects-nav ul li a.magenta:hover, .country-projects-nav ul li button.active, .country-projects-nav ul li button:hover, .country-projects-nav ul li button.grey:hover, .country-projects-nav ul li button.magenta:hover {
  background: #FFC800;
}
.country-projects-map {
  flex: 1 0;
  padding-left: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 776px) {
  .country-projects-map {
    padding: 0 0.5rem;
  }
}
.country-projects-map svg {
  max-width: 100%;
}
@media screen and (max-width: 776px) {
  .country-projects-map svg {
    height: auto;
    margin: 3rem 0 1.75rem;
  }
}
.country-projects-map .map-pin {
  fill: #2151A1;
  transition: 0.25s ease-in-out all;
  cursor: pointer;
}
.country-projects-map .map-pin.light-blue {
  fill: #3688dd;
}
.country-projects-map .map-pin.secondary {
  fill: #3788DD;
}
.country-projects-map .map-pin-inner {
  cursor: pointer;
}
.country-projects-map .map-pin.highlight {
  fill: #FFC800;
}
.country-item {
  display: none;
}
.country-item.active {
  display: block;
}
.country-item-history {
  display: grid;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  grid-template-columns: 1fr 2fr;
}
@media screen and (max-width: 776px) {
  .country-item-history {
    grid-template-columns: 1fr;
  }
}
.country-item-history h3 {
  font-size: 1.875rem;
  color: #2151A1;
  font-weight: bold;
}
.country-item-boxes {
  background: #CCE0F5;
  padding: 1.25rem 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 776px) {
  .country-item-boxes {
    grid-template-columns: 1fr;
  }
}
.country-box-heading {
  padding-bottom: 1rem;
  width: 100%;
  border-bottom: 3px solid #3788DD;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  color: #2151A1;
}
.country-box p {
  color: #2151A1;
  line-height: 1.3;
}
.country-box a {
  color: #2151A1;
}
.country-box-large {
  padding: 0.75rem 0 0.5rem;
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 1rem 7.5rem;
}
@media screen and (max-width: 1200px) {
  .country-box-large {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 991px) {
  .country-box-large {
    grid-template-columns: 1fr;
  }
}
.country-box-large-contacts a {
  display: block;
}
.country-box-large p {
  font-size: 1.375rem;
}
.country-contact {
  margin-bottom: 4rem;
  margin-top: 4rem;
  border-radius: 15px;
  border: 1px solid #3788DD;
  background: #F5F9FD;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1rem;
}
.country-contact.one-col {
  margin-top: 5rem;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 776px) {
  .country-contact {
    grid-template-columns: 1fr;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 1rem;
}
@media screen and (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 776px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }
}
.gallery-grid .gallery-item {
  height: 300px;
  cursor: pointer;
}
.gallery-grid .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.diff-web.hidden {
  display: none;
}

.contact-toggle {
  display: flex;
  padding: 4rem 0;
}
@media screen and (max-width: 776px) {
  .contact-toggle {
    flex-direction: column;
  }
}
.contact-toggle-nav {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 325px;
}
@media screen and (max-width: 991px) {
  .contact-toggle-nav {
    max-width: 175px;
  }
}
@media screen and (max-width: 776px) {
  .contact-toggle-nav {
    max-width: 100%;
  }
}
.contact-toggle-nav button {
  background: #2151A1;
  display: block;
  border: none;
  outline: none;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  color: #F5F9FD;
  font-weight: 500;
  cursor: pointer;
  border-bottom: 1px solid white;
  text-align: left;
}
.contact-toggle-nav button.active {
  background: white;
  color: #2151A1;
}
.contact-toggle-main {
  flex: 1;
  padding: 2rem;
  background: rgba(55, 136, 221, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-toggle-main .blocks-content {
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 776px) {
  .contact-toggle-main .blocks-content {
    padding: 1rem;
    flex-direction: column;
    width: 100%;
  }
}
.contact-toggle-main .contact-toggle-box {
  display: none;
}
.contact-toggle-main .contact-toggle-box.active {
  margin: auto;
  display: flex;
}

.cover-box {
  padding: 4rem 0;
}
.cover-box-text {
  position: absolute;
  bottom: 1rem;
  right: 0;
  background: rgba(30, 30, 30, 0.7098039216);
  font-weight: 500;
  color: white;
  padding: 4px 8px;
  z-index: 5;
}
.cover-box-image {
  height: 450px;
  width: 100%;
  position: relative;
  display: flex;
  padding: 1.5rem 3rem;
  align-items: center;
  justify-content: flex-start;
}
.cover-box-image h2,
.cover-box-image h1 {
  color: white;
  font-size: 3rem;
  font-weight: normal;
  position: relative;
  z-index: 2;
  max-width: 650px;
}
@media screen and (max-width: 991px) {
  .cover-box-image h2 {
    font-size: 2rem;
    text-align: center;
  }
}
.cover-box-image img {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
}
.cover-box-content {
  background: linear-gradient(90deg, #0A1B3C 0%, #2151A1 100%);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  border-bottom-left-radius: 22px;
  border-bottom-right-radius: 22px;
}
@media (max-width: 567px) {
  .cover-box-content {
    flex-direction: column;
  }
}

.investor-item {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.5rem;
  background: #CCE0F5;
  border-radius: 16px;
  height: 100%;
}
.investor-item h2 {
  font-size: 2rem;
  color: #0A1B3C;
  font-weight: 600;
}
.investor-item-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.investor-item-content a {
  color: #2151A1;
  font-weight: 600;
}
.investor-item > a {
  display: flex;
  color: #3788DD;
  gap: 0.25rem;
  align-items: center;
}

.call-box {
  margin-top: 4rem;
  background: linear-gradient(90deg, #0A1B3C 0%, #2151A1 100%);
  padding: 2rem;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.call-box h2 {
  color: white;
  font-weight: 500;
  font-size: 2rem;
}

.ratings-header {
  padding-top: 2rem;
}
.ratings-header h3 {
  color: #2151A1;
  font-size: 1.375rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.ratings-item {
  padding: 1rem 2rem;
  background: #CCE0F5;
  border-radius: 16px;
}
.ratings-item h4 {
  color: #0A1B3C;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
.ratings-item-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0.25rem;
}
@media screen and (max-width: 567px) {
  .ratings-item-wrap {
    grid-template-columns: 1fr;
  }
}
.ratings-item-rectangle {
  width: 100%;
  border-radius: 12px;
  background: #F5F9FD;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 0.75rem;
}
.ratings-item-rectangle span:first-child {
  color: #3788DD;
  font-size: 0.875rem;
  font-weight: 400;
}
.ratings-item-rectangle span:last-child {
  font-weight: 800;
  color: #0A1B3C;
}

.work {
  /*
  &-hr {
    h2 {
      color: $blue;
      font-size: 1.5rem;
      font-weight: 500;
      margin-bottom: 1.5rem;
    }
    &-box {
      background: #F5F9FD;
      border-radius: 20px;
      border: 1px solid $blue;
      padding: 1rem;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 4rem;
      @media screen and (max-width: $lg) {
        flex-direction: column;
        gap: 1.5rem;
      }

      &-avatar {
        max-width: 120px;
        img {

        }
      }
      &-name {
        color: black;
        b {
          font-weight: bold;
        }
      }
      &-contact {
        display: flex;
        flex-direction: column;
        color: $blue;
        gap: .5rem;
        span, a {
          color: $blue;
          font-weight: bold;
        }
      }
    }
  }*/
}
.work-content {
  font-size: 1.25rem;
  color: #0A1B3C;
  line-height: 1.6;
  margin-top: 1rem;
}
.work-content ul {
  list-style: disc;
  padding-left: 30px;
}
.work-people {
  margin-top: 5rem;
}
@media screen and (max-width: 776px) {
  .work-people {
    margin-top: 4.25rem;
  }
}
.work-people-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.25rem;
}
@media screen and (max-width: 1400px) {
  .work-people-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 776px) {
  .work-people-wrapper {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}
.work-people-item {
  border-radius: 20px;
  border: 1px solid #3788DD;
  background-color: #F5F9FD;
  padding: 1rem 1.25rem;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem 1.5rem;
}
@media screen and (max-width: 475px) {
  .work-people-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.work-people-item-imagebox {
  flex-shrink: 0;
}
.work-people-item-imagebox img {
  height: 135px;
  width: 135px;
  border-radius: 50%;
  object-fit: cover;
}
.work-people-item-textbox {
  padding: 0.75rem 0;
}
.work-people-item-title {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 475px) {
  .work-people-item-title {
    margin-bottom: 1rem;
  }
}
.work-people-item-title h4 {
  font-size: 22px;
  line-height: 25px;
  color: #0A1B3C;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
.work-people-item-title span {
  font-size: 16px;
  line-height: 20px;
  color: #0A1B3C;
}
.work-people-item-contact a {
  display: block;
  color: #3788DD;
  font-weight: 600;
  text-decoration: none;
}
.work-people-item-contact a:not(:last-child) {
  margin-bottom: 0.5rem;
}
.work-people-item-contact a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=app.css.map */

