strong {
  font-family: 'PP_Mori-Regular';
}

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
}

.navbar-brand-mobil {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: 0;
  font-size: 5.5vw;
  color: var(--white);
  text-decoration: none;
  white-space: nowrap;
}

.navbar {
  width: 100%;
  margin: 0;
  padding-left: 5vw !important;
  padding-right: 5vw !important;
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.0%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: sticky;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--pink-flamingo);
}

.nav-link:focus, .nav-link:hover {
  color: var(--white);
}

.nav-link {
  display: inline-block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 1.2rem;
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--stack);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

:root, .lsh {
  --athens-gray: #f5f6f8;
  --dusty-gray: #9a9a9a;
  --denim: #0d44d0;
  --malibu: #64c7ff;
  --dodger-blue: #2388ff;
  --blue-ribbon: #2260fe;
  --dark-blue: #002ed2;
  --jade: #05b16b;
  --azure-radiance: #0090f0;
  --storm-gray: #6c7489;
  --mine-shaft: #353535;
  --periwinkle-gray: #bfcae9;
  --perano: #9bb3f2;
  --perfume: #daa3f4;
  --pink-flamingo: #ff69f0;
  --heliotrope: #df38fa;
  --electric-violet: #ad0bc8;
  --purple: #78028b;
  --nevada: #6d7177;
  --stack: #9a9a9a;
  --screamin-green: #54f03a;
  --curious-blue: #1491e5;
  --lavender-rose: #fca1f2;
  --jordy-blue: #8aa7f5;
  --cornflower: #9bc3e9;
  --jungle-mist: #aed1d0;
  --moon-raker: #c8c2f3;
  --cherub: #f3c2ee;
  --tea-green: #bdeab4;
  --cadet-blue: #a9b6c1;
  --purple-pizzazz: #ff00d6;
  --malachite: #03b327;
  --cerulean: #00a0e7;
  --lochmara: #0481d0;
  --pink-lace: #ffd1e9;
  --persian-rose: #fa38a8;
  --hollywood-cerise: #d7028b;
  --flirt: #b20171;
  --fun-green: #018a35;
  --white: #ffffff;
  --supernova: #f7c700;
  --selective-yellow: #f4b200;
  --tangerine: #ed9101;
  --clementine: #e76901;
  --trinidad: #e65d02;
  --chartreuse-yellow: #d8df02;
  --rio-grande: #c8da00;
  --pistachio: #9fcf03;
  --limeade: #1fb600;
  --black: #000000;
}

:root, [data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13,110,253;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255,255,255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0,0,0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33,37,41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233,236,239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33,37,41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248,249,250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13,110,253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10,88,202;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

:root {
  --jw-gradient-1: linear-gradient(139deg, var(--dark-blue), var(--purple-pizzazz) 100%);
  --jw-gradient-2: linear-gradient(139deg, var(--dark-blue) 70%, var(--purple-pizzazz) 100%);
  --jw-gradient-3: linear-gradient(140deg, var(--curious-blue) 24%, var(--screamin-green) 81%);
  --jw-gradient-4: linear-gradient(140deg, var(--curious-blue) 60%, var(--screamin-green) 90%);
  --jw-gradient-5: linear-gradient(154deg, var(--lavender-rose) 22%, var(--perfume) 64%, var(--perano));
  --jw-gradient-6: linear-gradient(154deg, var(--lavender-rose) 15%, var(--perfume) 30%, var(--perano) 48%);
  --jw-gradient-synak: linear-gradient(135deg, #f302db, #9425f4 38%, #534cfb 69%, #0e88f1);
  --jw-gradient-synak2: linear-gradient(135deg, #f302db 27%, #9425f4 33%, #534cfb 62%, #0e88f1 80%);
  --jw-gradient-7: linear-gradient(115deg, #ff03e6 12%, #9924fe 34%, #534cfb 56%, #0089ff 77%, rgb(0,255,224) 100%);
  --jw-gradient-8: linear-gradient(115deg, var(--screamin-green) 16%, #0019ff 49%, #0089ff 73%, rgb(0,255,224) 91%);
  --jw-gradient-9: linear-gradient(109deg, var(--screamin-green) 7%, var(--limeade) 28%, var(--blue-ribbon) 54%, rgb(69,119,245) 76%, var(--perano) 94%);
  --jw-gradient-dlhopisy1: linear-gradient(125deg, #53ef37 5%, #30d42d 26%, #05af74 50%, #0096db 75%, #038fef 94%);
  --jw-gradient-0: linear-gradient(90deg, #ae0bc8 7%, #fb65ee 40%, #9bb4f2 92%);
}

.btn-sk {
  background: black;
  border-style: solid !important;
  border-color: var(--pink-flamingo)!important;
  border-radius: 4rem;
  color: white !important;
  width: 6rem;
  /*border: none;*/
  margin-right: 1rem;
  margin-top: 1rem;
}

.btn-sk:hover {
  background: var(--jw-gradient-1);
  border-style: solid !important;
  border-color: var(--black)!important;
  border-radius: 4rem;
  color: white !important;
  width: 6rem;
  border: none;
  margin-right: 1rem;
  margin-top: 1rem;
}

.btn-sk:active {
  background: var(--jw-gradient-1);
  border-style: solid !important;
  border-color: var(--black)!important;
  border-radius: 4rem;
  color: white !important;
  width: 6rem;
  /*border: none;*/
  margin-right: 1rem;
  margin-top: 1rem;
}

.uvod-desktop {
  padding-top: 3vw;
}

.uvod-desktop-col-1 {
  max-width: 17%;
}

.uvod-desktop-col-2 {
  width: 60%;
}

.uvod-desktop-btn-col-1 {
}

.btn-investovat:hover {
  color: white !important;
  width: 16vw;
  border-radius: 20rem;
  border-width: 0 !important;
  background: var(--jw-gradient-4);
  font-family: 'PP_Mori-Regular';
  font-size: 1vw;
}

.btn-investovat-mobil:hover {
  color: white !important;
  width: 60vw;
  border-radius: 20rem;
  border-width: 0 !important;
  background: var(--jw-gradient-4);
  font-family: 'PP_Mori-Regular';
  font-size: 4vw;
}

.btn-investovat {
  color: white;
  width: 16vw;
  border-radius: 20rem;
  border-width: 0 !important;
  background: var(--jw-gradient-3);
  font-family: 'PP_Mori-Regular';
  font-size: 1vw;
}

.btn-investovat-mobil {
  color: white;
  width: 16vw;
  border-radius: 20rem;
  border-width: 0 !important;
  background: var(--jw-gradient-3);
  font-family: 'PP_Mori-Regular';
  font-size: 1vw;
}

.btn-investovat-mobil {
  color: white;
  width: 60vw;
  border-radius: 20rem;
  /*border-width: 0 !important;*/
  background: var(--jw-gradient-3);
  font-family: 'PP_Mori-Regular';
  font-size: 4vw;
}

.btn-vsetky-projekty-mobil {
  width: 60vw;
  background: var(--jw-gradient-5);
  border-radius: 20rem;
  border-width: 0 !important;
  color: black;
  font-family: 'PP_Mori-Regular';
  font-size: 4vw;
}

.btn-vsetky-projekty {
  width: 16vw;
  background: var(--jw-gradient-5);
  border-radius: 20rem;
  border-width: 0 !important;
  color: black;
  font-family: 'PP_Mori-Regular';
  font-size: 1vw;
}

.btn-vsetky-projekty:hover {
  width: 16vw;
  background: var(--jw-gradient-6);
  border-radius: 20rem;
  border-width: 0 !important;
  color: black;
  font-family: 'PP_Mori-Regular';
  font-size: 1vw;
}

.btn-vsetky-projekty-mobil:hover {
  width: 60vw;
  background: var(--jw-gradient-6);
  border-radius: 20rem;
  border-width: 0 !important;
  color: black;
  font-family: 'PP_Mori-Regular';
  font-size: 4vw;
}

.uvod-mobil {
  padding-top: 3vw;
}

.uvod-mobil-img {
  padding-top: 0vw;
  /*height: 52vw;*/
  margin-top: -9vw;
}

.uvod-mob-row-2 {
  width: 100%;
  padding: 0vw 8vw 5vw 8vw;
}

.uvod-mob-row-4 {
  width: 100%;
  padding: 0vw 8vw 5vw 8vw;
}

.uvod-mobil-btn-col-1 {
  padding-top: 1vw;
  padding-bottom: 8vw;
}

.jw-uvodne-slovo {
  font-size: 2vw;
  text-align: center;
  padding-top: 0vw;
  padding-bottom: 1vw;
  font-family: 'PP_Mori-Regular';
  width: 70vw;
  margin: 0 auto;
}

.jw-uvodne-slovo-mobil {
  font-size: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  text-align: center;
  padding-top: 6vw;
  padding-bottom: 2vw;
  font-family: 'PP_Mori-Regular';
  width: 100%;
  margin: 0 auto;
}

.jw-row-uvod-kto-sme {
  padding-left: 2vw;
  padding-right: 2vw;
  width: 100%;
  margin: 0 auto;
  margin-top: 1vw;
}

.jw-row-uvod-kto-sme-mobil {
  padding-left: 7vw;
  padding-right: 7vw;
  width: 100%;
  margin: 0 auto;
}

.jw-txt-copy-kto-sme {
  font-size: 1vw;
}

.jw-txt-copy-kto-sme-mobil {
  font-size: 0.9rem;
  hyphens: auto;
  text-align: justify;
  margin-bottom: 10px;
}

@media (min-width:1200px) {
  .h1, h1 {
    font-size: 4.6vw;
  }
}

@media (min-width:1200px) {
  .h2, h2 {
    font-size: 3.8vw;
  }
}

@media (min-width:1200px) {
  .h3, h3 {
    font-size: 3.1vw;
  }
}

@media (min-width:1200px) {
  .h4, h4 {
    font-size: 2.4vw;
  }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
  font-family: 'PP_Mori-Medium';
}

.jw-col-kto-sme {
  padding: 1vw;
}

.jw-col-kto-sme-mobil {
  padding: 1vw;
}

.h5, h5 {
  font-size: 2vw;
}

.h5-mobil {
  /*font-size: 5vw;*/
  padding-top: 0.6rem;
}

#section-kto-sme-mobil {
  background-color: white;
  margin-top: 0vw;
  scroll-margin-top: 5rem;
}

#section-kto-sme {
  background-color: white;
  margin-top: 0vw;
}

#section-balkan-mobil {
  height: auto;
  width: 100%;
  margin: 0 auto;
  z-index: -100;
  margin-top: 2vw;
  scroll-margin-top: 5rem;
}

#section-balkan-desktop {
  height: auto;
  width: 100%;
  margin: 0 auto;
  z-index: -100;
  margin-top: 2vw;
  scroll-margin-top: 6rem;
}

#section-struktura-mobil {
  height: 27vw;
  scroll-margin-top: 5rem;
}

#section-struktura-desktop {
  height: 27vw;
  scroll-margin-top: 6rem;
  padding-left: 4vw;
  padding-right: 4vw;
}

.img-sturktura {
  width: 40vw;
}

.separator-33 {
  width: 95%;
  height: 0.3vw;
  background: var(--jw-gradient-05);
  margin: 0 auto;
  margin-top: 3vw;
  margin-bottom: 3vw;
  border-radius: 2vw;
}

.separator-33 {
  width: 95%;
  height: 0.3vw;
  background: var(--jw-gradient-05);
  margin: 0 auto;
  margin-top: 3vw;
  margin-bottom: 3vw;
  border-radius: 2vw;
}

.separator-31 {
  width: 95%;
  height: 0.3vw;
  background: var(--jw-gradient-05);
  margin: 0 auto;
  margin-top: 3vw;
  margin-bottom: 1vw;
  border-radius: 2vw;
}

.separator-13 {
  width: 95%;
  height: 0.2rem;
  background: var(--jw-gradient-synak);
  margin: 0 auto;
  margin-top: 1vw;
  margin-bottom: 3vw;
  border-radius: 2vw;
}

.separator-cards-balkan {
  width: 100%;
  height: 0.2rem;
  background: var(--jw-gradient-3);
  margin: 0 auto;
  margin-top: 1vw;
  margin-bottom: 1vw;
  border-radius: 2vw;
}

.separator-23 {
  width: 95%;
  height: 0.3vw;
  background: var(--jw-gradient-05);
  margin: 0 auto;
  margin-top: 2vw;
  margin-bottom: 3vw;
  border-radius: 2vw;
}

.separator-32 {
  width: 45%;
  height: 0.2rem;
  background: var(--jw-gradient-5);
  margin: 0 auto;
  margin-top: 3vw;
  margin-bottom: 2vw;
  border-radius: 2vw;
}

.separator-32-blue-green {
  width: 41%;
  height: 0.2rem;
  background: var(--jw-gradient-3);
  margin: 0 auto;
  margin-top: 3vw;
  margin-bottom: 2vw;
  border-radius: 2vw;
}

.mapa {
  width: 95%;
  height: 64vw;
  margin-top: 1vw;
  margin-bottom: 0vw;
  margin: 0 auto;
}

.mapa-mobil {
  width: 95%;
  height: 84vw;
  margin-top: 1vw;
  margin-bottom: 0vw;
  margin: 0 auto;
}

.hdl-balkan {
  margin-bottom: 2rem;
  margin: 0 auto;
  text-align: center;
  color: black;
  background: var(--jw-gradient-0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.separator-2x {
  display: flex;
  flex-wrap: nowrap;
}

.list-balkan {
  width: 80%;
  margin: 1vw auto;
  text-align: justify;
}

.balkan-cards-heading-txt {
  color: black;
  /*background: var(--jw-gradient-synak);*/
  /*-webkit-background-clip: text;*/
  /*-webkit-text-fill-color: transparent;*/
}

.balkan-bunka {
  width: 32vw;
  background-color: white;
  padding: 2vw;
}

.balkan-bunka-mobil {
  width: 100%;
  background-color: white;
  padding: 2vw 7vw 2vw 7vw;
}

.balkan-cards-row {
  margin: 0 auto;
}

.balkan-cards-copy {
  font-size: 1vw;
  text-align: justify;
}

.balkan-cards-copy-mobil {
  font-size: 0.9rem;
  hyphens: auto;
  text-align: justify;
  margin-bottom: 10px;
}

strong {
  font-family: 'PP_Mori-Bold';
}

.struktura_img {
  height: 22vw;
  width: 100%;
}

.struktura_img-mobil {
  height: 282vw;
  width: 100%;
}

.financovanie_img {
  height: 35vw;
  width: 100%;
}

.financovanie_img-en {
  height: 33vw;
  width: 100%;
}

.financovanie_img-mobil {
  height: 192vw;
  width: 100%;
  padding: 0;
}

.parametre_div {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 0vw;
  overflow-x: scroll;
  overflow-y: hidden;
}

.parametre_div-mobil {
  width: 90%;
  height: 37vw;
  margin: 0 auto;
  margin-bottom: 0vw;
  overflow-x: scroll;
  overflow-y: hidden;
}

.hdl-struktura {
  text-align: center;
  margin-top: 6vw;
}

.hdl-struktura-mobil {
  text-align: center;
  margin-top: 6vw;
}

.hdl-financovanie {
  text-align: center;
  margin-top: 6vw;
}

.hdl-financovanie-mobil {
  text-align: center;
  margin-top: 6vw;
}

.hdl-dlhopis-program {
  text-align: center;
  margin-top: 6vw;
}

.hdl-dlhopis-program-mobil {
  text-align: center;
  margin-top: 13vw;
}

.hdl-parametre {
  text-align: center;
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.hdl-parametre-mobil {
  text-align: center;
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.hdl-cielove-projekty {
  text-align: center;
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.hdl-cielove-projekty-mobil {
  text-align: center;
  margin-top: 3vw;
  margin-bottom: 2vw;
}

.jw-container-sucasne-projekty {
  width: 90% !important;
}

.jw-row-fotky-projektov {
  width: 100%;
}

.jw-col-fotky-projektov {
  width: 100%;
  height: 62vw;
}

.parametre-img {
  width: 90vw;
  position: relative;
}

.parametre-img-mobil {
  width: 303vw;
  height: 30vw;
  position: relative;
}

.cielove-projekty-img {
  width: 100%;
  height: 10vw;
  border-radius: 1vw;
  margin-bottom: 0.8vw;
}

.cielove-projekty-img-solo {
  width: 100%;
  height: 48vw;
  border-radius: 1vw;
  margin-bottom: 0.8vw;
}

.cielove-projekty-img-mobil {
  width: 100%;
  height: 31vw;
  border-radius: 1vw;
  margin-bottom: 0.8vw;
}

.cielove-projekty-img-mobil-solo {
  width: 100%;
  height: 58vw;
  border-radius: 1vw;
  margin-bottom: 0.8vw;
}

.cielove-projekty-nazov {
  background: var(--jw-gradient-dlhopisy1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*width: 16vw;*/
  margin-top: 0.3vw;
  margin-bottom: -0.7vw;
  display: inline;
}

.cielove-projekty-nazov-mobil {
  background: var(--jw-gradient-dlhopisy1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*width: 16vw;*/
  margin-top: 0.3vw;
  margin-bottom: -0.7vw;
  display: inline;
}

.cielove-projekty-krajina {
  margin-top: 0;
  font-size: 1.4vw;
}

.cielove-projekty-krajina-mobil {
  margin-top: 0;
  font-size: 3.4vw;
}

.cielove-projekty-bunka {
}

.cielove-projekty-bunka-solo {
  width: 100%;
  height: auto;
}

.cielove-projekty-row {
  width: 90%;
  margin: 0 auto;
}

.cielove-projekty-row-mobil {
  width: 100%;
  margin: 0 auto;
}

.cielove-projekty-txt-blok {
  display: inline-flex;
  flex-direction: column;
}

#section-parametre-mobil {
  scroll-margin-top: 5rem;
}

#section-parametre-desktop {
  scroll-margin-top: 6rem;
}

#section-cielove-projekty-desktop {
  scroll-margin-top: 6rem;
}

#section-cielove-projekty-mobil {
  scroll-margin-top: 5rem;
}

#section-financovanie-desktop {
  scroll-margin-top: 6rem;
}

#section-financovanie-mobil {
  scroll-margin-top: 6rem;
}

#section-dlhopisovy-program-desktop {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 11vw;
  scroll-margin-top: 6rem;
}

#section-dlhopisovy-program-mobil {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 28vw;
  scroll-margin-top: 5rem;
  padding: 0;
}

.dlhopis-program-heading {
  display: inline-flex;
  color: white !important;
  text-decoration: none !important;
  text-align: left !important;
  width: 100%;
  flex-direction: column;
  align-content: stretch;
}

.dlhopis-program-heading-mobil {
  display: flex;
  color: var(--white);
  text-align: left;
}

.dlhopis-program-heading-emitent {
  display: inline-flex;
  color: black;
  background: var(--jw-gradient-0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dlhopis-program-heading-emitent-mobil {
  display: inline-flex;
  color: black;
  background: var(--jw-gradient-0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dlhopis-program-column {
  display: inline-flex;
  flex-direction: column;
  background-color: rgba(255,255,255,0);
  padding: 1vw;
  margin: 0vw;
  align-content: stretch;
  justify-content: flex-start;
}

.dlhopis-program-column-mobil {
  /*display: inline-flex;*/
  flex-direction: column;
  /*background-color: #ffffff;*/
  padding: 5vw;
  margin: 0.6vw;
}

.dlhopis-program-link {
  font-size: 1.4vw;
}

.dlhopis-program-link-mobil a {
  font-size: 3.4vw;
  color: white !important;
}

#section-button-investovat-mobil {
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 5.3vw;
  /*background: url("../../assets/img/raster.svg") 0% 0% / 156%;*/
  /*height: 3.1vh;*/
  /*padding-top: 0.5vw;*/
}

#section-button-investovat-desktop {
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 6vh;
  /*background: url("../../assets/img/raster.svg") 0% 0% / 156%;*/
  /*height: 3.1vh;*/
  /*padding-top: 0.5vw;*/
}

@media (min-width: 768px) {
  #section-button-investovat-mobil {
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 5.3vw;
    /*background: url("../../assets/img/raster.svg") 0% 0% / 156%;*/
    /*height: 3.1vh;*/
    /*padding-top: 0.5vw;*/
    visibility: hidden !important;
  }
}

@media (max-width: 767px) {
  #section-button-investovat-desktop {
    text-align: center;
    width: 100%;
    position: fixed;
    bottom: 5.3vw;
    /*background: url("../../assets/img/raster.svg") 0% 0% / 156%;*/
    /*height: 3.1vh;*/
    /*padding-top: 0.5vw;*/
    visibility: hidden !important;
  }
}

.dlhopis-program-copy {
  font-size: 1.4vw;
  color: white;
}

.dlhopis-program-copy-mobil {
  font-size: 4.4vw;
  margin-bottom: 0;
  color: white;
}

.dlhopis-program-emitent-mobil {
  font-size: 4.4vw;
  margin-bottom: 0;
}

.LSH-footer {
  background: url("../../assets/img/raster.svg") 0% 0% / 156%;
  height: 10rem;
}

.text-muted {
  --bs-text-opacity: 1;
  color: var(--jungle-mist)!important;
  margin: 1rem;
}

.footer-txt a {
  color: var(--jungle-mist) !important;
  font-size: 1rem;
  margin-left: 2vw;
}

.text-center {
  text-align: center!important;
}

.footer-container {
  min-width: 100%;
}

.section-footer-desktop {
  width: 100%;
  height: 5vw;
  /*background: url("../../assets/img/raster.svg") 0% 0% / 156%;*/
  background-color: black;
}

.section-footer-mobil {
  width: 100%;
  height: 50vw;
  /*background: url("../../assets/img/raster.svg") 0% 0% / 156%;*/
  background-color: black;
}

.footer-txt {
  color: #ffffff!important;
  margin: 1vw;
  font-size: 1vw;
}

.footer-txt-mobil {
  color: #ffffff!important;
  margin: 1vw;
  font-size: 4vw;
  text-align: center;
  width: 100%;
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  color: var(--bs-orange);
}

.navbar-brand:focus, .navbar-brand:hover {
  color: var(--white);
}

#section-uvod-desktop {
  margin-top: -2vw;
  scroll-margin-top: 10rem;
}

#section-uvod-mobil {
  margin-top: -8.1vw;
  scroll-margin-top: 10rem;
}

anchor {
  position: relative;
  top: -100px;
  margin-bottom: 100px;
  visibility: hidden;
}

#anchor_kto-sme-desktop {
  scroll-margin-top: 30vw;
}

#anch-kto-sme {
  scroll-margin-top: 60vw;
}

#anch-balkan {
  scroll-margin-top: 30vw;
}

#anch-struktura {
  scroll-margin-top: 30vw;
}

#anch-parametre {
  scroll-margin-top: 40vw;
}

#anch-cielove-projekty {
  scroll-margin-top: 30vw;
}

#anch-financie {
  scroll-margin-top: 30vw;
}

#anch-dlhopisy {
  scroll-margin-top: 30vw;
}

#anch-start {
  scroll-margin-top: 30vw;
  margin-bottom: 3vw;
  visibility: hidden;
}

#section-kto-sme-desktop {
  scroll-margin-top: 6rem;
}

html {
  scroll-behavior: smooth;
}

@media (min-width:576px) {
  .modal {
    --bs-modal-margin: 0rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 1);
  }
}

.modal {
  --bs-modal-zindex: 2000;
  --bs-modal-width: 100%;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-bg: rgba(0,0,0,0);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 0rem;
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 0rem;
  --bs-modal-header-padding-y: 0rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.uvod-mobil-coumn-helper {
  height: 34vw;
}

.btn-close {
  transform: scale(2);
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 1;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: rgba(0,0,0,0);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

#link-mapa-modal {
  height: 170vw;
  width: 100%;
}

#mapa-img-mobil {
  width: 100%;
  height: 81vw;
}

.mapa-img-mobil {
  width: 100%;
  height: 85vw;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  /*margin-right: calc(-.5 * var(--bs-gutter-x));*/
  /*margin-left: calc(-.5 * var(--bs-gutter-x));*/
  margin-left: 0;
  margin-right: 0;
}

#section-parametre-mobil {
  max-width: 100%;
  margin-top: 12vw;
}

#symbol-sliding {
  --velkost-slide-symbolu--: 10vw;
  position: relative;
  bottom: 35vw;
  left: 28vw;
  width: var(--velkost-slide-symbolu--);
  height: var(--velkost-slide-symbolu--);
  color: white;
  z-index: 5;
}

.parametre-projektov-mobil {
  width: 100%;
  height: 305vw;
  margin-bottom: 8vw;
}

#emitent-row {
  background: var(--jw-gradient-7);
}

.konecne-podmienky-link-mobil {
  text-decoration: none;
}

.section-button-investovat-mobil {
}

.button-layout-mobil {
}

.show {
  opacity: 1;
}

.hide {
  opacity: 0;
}

.modal-header {
  display: flex;
  background: rgba(0,0,0,0);
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}

.btn-stiahnut-mobil btn {
  background: var(--jw-gradient-1);
}

.btn-stiahnut-mobil:hover {
  background-color: var(--pistachio);
  color: white;
  border-radius: 8vw;
  width: 40vw;
}

.btn-stiahnut-dessktop:hover {
  background-color: var(--pistachio);
  color: white;
  border-radius: 8vw;
  width: 40vw;
}

.btn-stiahnut-mobil:active {
  background-color: var(--pistachio);
  color: white;
  border-radius: 8vw;
  width: 40vw;
}

.btn-stiahnut-desktop:active {
  background-color: var(--pistachio);
  color: white;
  border-radius: 8vw;
  width: 16vw;
}

.btn-stiahnut-desktop:hover {
  background-color: var(--pistachio);
  color: black;
  border-radius: 8vw;
  /*width: 40vw;*/
}

.btn-stiahnut-mobil {
  background-color: black;
  color: white;
  border-radius: 8vw;
  width: 40vw;
}

.btn-stiahnut-desktop {
  background-color: black;
  color: white;
  border-radius: 8vw;
  width: 16vw;
  font-size: 1vw;
  margin-top: 2vw;
}

#row-1 {
  background: var(--jw-gradient-synak2);
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  padding: 0;
}

.dlhopis-program-copy-emitent {
  font-size: 1.7vw;
}

.section-button-investovat-desktop {
}

.cc-nb-okagree {
  background: var(--jw-gradient-synak) !important;
  border-radius: 10vw !important;
  color: white !important;
}

.cc-nb-okagree {
  background: var(--jw-gradient-3) !important;
  border-radius: 10vw !important;
}

.cc-nb-okagree {
  background: var(--jw-gradient-3) !important;
  border-radius: 10vw !important;
}

.cc-nb-reject {
  background: var(--jw-gradient-synak) !important;
  border-radius: 10vw !important;
  color: white !important;
}

.cc-nb-changep {
  background-color: black !important;
  border-radius: 10vw !important;
  color: white !important;
}

.cc-cp-foot-save {
  background: var(--jw-gradient-synak) !important;
  border-radius: 10vw !important;
  color: white !important;
}

#open_preferences_center {
  /*font-size: 1vw !important;*/
  color: white !important;
}

.open_preferences_center-mobil {
  font-size: 4vw !important;
}

.open_preferences_center-desktop {
  font-size: 1vw;
}

.open_preferences_center-desktop {
  font-size: 1vw;
}

.display-1 {
  font-size: calc(1.625rem + 3vw);
  font-weight: 300;
  line-height: 1.2;
}

.nove_logo_div {
  width: 12vw;
}

