<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* -------------------- OTP VARIABLES --------------------*/
:root {
  /* Black
Color */
  --black-color: rgba(0, 0, 0, 1); /* White Color */
  --white-color: rgba(255, 255, 255, 1); /* Background Grey Color */
  --background-grey-color: rgba(
    246,
    247,
    250,
    1
  ); /* Footer Background Grey Color */
  --footer-background-grey-color: rgba(236, 239, 246, 1); /* OTP Green Color */
  --otp-green-color: rgba(82, 174, 48, 1); /* OTP Hover Green Color */
  --otp-hover-green-color: rgba(82, 174, 48, 0.8); /* OTP Orange Color */
  --otp-orange-color: rgba(255, 102, 0, 1); /* OTP Hover Orange Color */
  --otp-hover-orange-color: rgba(255, 133, 51, 1);
  /* OTP Background Green Color*/
  --otp-background-green-color: rgba(168, 204, 171, 1); /* Subtitle Grey Color*/
  --subtitle-grey-color: rgba(125, 130, 139, 1); /* Subtitle Black Color */
  --subtitle-black-color: rgba(0, 0, 0, 1); /* Body Font */
} /*! HTML5 Boilerplate v9.0.0-RC1 | MIT License |
https://html5boilerplate.com/ */ /* main.css 3.0.0 | MIT License |
https://github.com/h5bp/main.css#readme */ /* * What follows is the result of
much research on cross-browser styling. * Credit left inline and big thanks to
Nicolas Gallagher, Jonathan Neal, * Kroc Camen, and the H5BP dev community and
team. */ /*
========================================================================== Base
styles: opinionated defaults
========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  background-color: var(--background-grey-color);
} /* * Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301 * * Customize the background
color to match your design. */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
} /*
* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  width: calc(100% - 3rem);
} /* * Remove the gap between audio, canvas, iframes, * images, videos and the
bottom of their containers: *
https://github.com/h5bp/html5-boilerplate/issues/440 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
} /* * Remove default fieldset styles.
*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
} /* * Allow only vertical
resizing of textareas. */
textarea {
  resize: vertical;
} /*
==========================================================================
Author's custom styles
========================================================================== */ /*
==========================================================================
Helper classes
========================================================================== */ /*
* Hide visually and from screen readers */
.hidden,
[hidden] {
  display: none !important;
} /* * Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility * * 1.
For long content, line feeds are not interpreted as spaces and small width *
causes content to wrap 1 word per line: *
https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; /* 1 */
} /* * Extends the .visually-hidden class to allow the
element * to be focusable when navigated to via the keyboard: *
https://www.drupal.org/node/897638 */
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
} /* *
Hide visually and from screen readers, but maintain layout */
.invisible {
  visibility: hidden;
} /* * Clearfix: contain floats * * The use of `table`
rather than `block` is only necessary if using * `::before` to contain the
top-margins of child elements. */
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
@media print,
  (-webkit-min-device-pixel-ratio: 1.25),
  (min-resolution: 1.25dppx),
  (min-resolution: 120dpi) {
}
/* ==========================================================================
Print styles. Inlined to avoid the additional HTTP request:
https://www.phpied.com/delay-loading-your-print-css/
========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    background: #fff !important;
    color: #000 !important; /* Black prints faster */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]::after,
  a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h1,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
    font-family: "Source Sans Pro", sans-serif;
  }
  h2,
  h3 {
    page-break-after: avoid;
    font-family: "Source Sans Pro", sans-serif;
  }
}
body {
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1.42857143;
  background: var(--background-grey-color);
  color: var(--black-color);
}

/* Regular */
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf")
    format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

/* Italic */
@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Italic.ttf")
    format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "Source Sans Pro";
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-SemiBold.ttf")
    format("truetype");
  font-weight: 600;
  font-style: normal;
}

/* Heavy */
@font-face {
  font-family: "Squad Heavy";
  src: url("../fonts/squad_font/squad-heavy.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/*-------------------- GLOBAL classes --------------------*/
main {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.bold-900 {
  font-weight: 900;
}
.bold-700 {
  font-weight: 700;
}
.bold-600 {
  font-weight: 600;
}
.bold-400 {
  font-weight: 400;
}
.italic-text {
  font-style: italic;
}
.margin-bottom-half {
  margin-bottom: 0.5rem;
}
.max-card-width {
  max-width: 19.5rem;
}

.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}
.modal2 {
  display: none;
}

.cookie-popup-modal {
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: min(100% - 40px, 900px);
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  text-align: start;
}

.cookie-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: min(100% - 40px, 900px);
  max-height: 80vh;
  background-color: #fff;
  padding: 20px 40px;
  border-radius: 4px;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  text-align: start;
  overflow-y: none;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #c5c5c5;
  margin-top: 32px;
  margin-bottom: 20px;
}

.cookie-content {
  display: flex;
  flex-direction: column;
}

.cookie-intro {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.cookie-popup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: normal;
  text-align: left;
  white-space: normal;
}

.cookie-description {
  flex: 1;
  padding-left: 160px;
  overflow: hidden;
  max-width: 100%;
  float: left;
}
.cookie-description &gt; div {
  max-height: 100;
  overflow: hidden;
}

.cookie-description-href {
  color: var(--otp-green-color);
}

.cookie-popup .cookie-description h4 {
  font-size: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  font-weight: 600;
  white-space: normal;
}

.cookie-popup .cookie-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  font-family: "Source Sans Pro", sans-serif;
  letter-spacing: normal;
  text-align: left;
  white-space: normal;
}

.cookie-popup h3 {
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
  font-weight: 600;
  color: #4a4a4a;
  white-space: normal;
  letter-spacing: normal;
}

.additional-info {
  margin-top: 20px;
  font-size: 15px;
  max-width: 320px;
}

.cookie-popup .additional-info p {
  font-size: 16px;
  text-align: left;
  white-space: normal;
  line-height: 1.2;
}

.slider-description-container {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}

.slider-container {
  display: flex;
  align-items: center;
  gap: 20px;
}

.slider-line {
  position: relative;
  width: 4px;
  background-color: #ccc;
  height: 280px;
}

.slider-icon {
  position: absolute;
  top: 0;
  left: -18px;
  width: 40px;
  height: 40px;
  background-color: var(--otp-green-color);
  box-shadow: 0 2px 9px 0 rgba(82, 174, 48, 0.7);
  border-radius: 50%;
  cursor: pointer;
  transition: top 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.arrow-up,
.arrow-down {
  width: 25px;
  height: 25px;
  margin: -5px 0;
}

.slider-icon .arrow-right,
.slider-icon .arrow-left {
  display: none;
}

.picker-labels {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
}
.picker-labels ul {
  list-style-type: none;
  padding: 0;
  margin-left: 40px;
}

.picker-labels ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
  margin-bottom: 95px;
}

.picker-labels ul li:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 8px;
  background-color: #9e9e9e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.buttons-cookie {
  cursor: pointer;
  background-color: var(--white-color);
  color: var(--otp-green-color);
  border: 1px solid var(--otp-green-color);
  padding: 10px 24px;
  border-radius: 100px;
  line-height: normal;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  margin-top: 15px;
  max-width: 250px;
}

.button-container {
  margin-top: 20px;
  text-align: left;
}

.button-display {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.button-cookie {
  cursor: pointer;
  background-color: var(--white-color);
  color: var(--otp-green-color);
  border: 1px solid var(--otp-green-color);
  padding: 10px 24px;
  border-radius: 100px;
  line-height: normal;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  letter-spacing: normal;
  text-transform: none;
  max-width: 300px;
  white-space: nowrap;
}

.href-color {
  color: var(--otp-green-color);
  text-decoration: none;
}

/*-------------------- LAYOUT AND BUTTONS --------------------*/
.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.card {
  border: 1px solid #ddd;
  box-shadow: 0 16px 48px 0 rgba(73, 92, 136, 0.15);
  border-radius: 1.5rem;
  background-color: var(--white-color);
  overflow: hidden;
}
.check-list {
  list-style-type: none;
  margin: 1rem 0 1rem 0.5rem;
}
.check-list-element {
  position: relative;
  align-items: center;
  margin: 0.5rem 0 0.5rem 0.5rem;
  padding-left: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.check-list-element::before {
  content: "";
  position: absolute;
  left: -1rem;
  height: 1.5rem;
  width: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.count-list-element {
  font-size: 1rem;
  line-height: 1.5rem;
  position: relative;
  align-items: center;
  margin: 1rem;
}
.count-list-element::before {
  content: counter(item) ") ";
  position: absolute;
  left: -2.2rem;
  height: 1.5rem;
  width: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
}
.no-underline {
  text-decoration: none;
}
.btn-green {
  cursor: pointer;
  background-color: var(--otp-green-color);
  color: var(--white-color);
  border: 1px solid var(--otp-green-color);
  padding: 0.8rem 2rem 0.8rem 2rem;
  border-radius: 1.75rem;
  line-height: 1.125rem;
  font-size: 1rem;
  width: 100%;
  max-width: 262px;
  margin: 0.5rem 0;
  display: inline-block;
  text-align: center;
}
.btn-green:hover {
  background-color: var(--otp-hover-green-color);
}
.btn-white {
  cursor: pointer;
  background-color: var(--white-color);
  color: var(--otp-green-color);
  border: 1px solid var(--otp-green-color);
  padding: 0.8rem 2rem 0.8rem 2rem;
  border-radius: 1.75rem;
  line-height: 1.125rem;
  font-size: 1rem;
  margin: 0.5rem 0;
  width: 100%;
  max-width: 262px;
  display: inline-block;
  text-align: center;
}
.responsive-picture {
  display: block;
  width: 100%;
  height: auto;
}
.card-image {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
  display: block;
}
/*-------------------- NAVIGATION section --------------------*/
header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  height: 8vh;
}
.header-holder {
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  width: 100vw;
}
.logo img {
  width: 10.4rem;
  height: auto;
}
/* -------------------- HERO section --------------------*/
.hero-section-container {
  position: relative;
  padding-top: 7vh;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.hero-upper-half,
.hero-bottom-half {
  position: absolute;
  left: 0;
  right: 0;
}
.hero-upper-half {
  top: 0;
  height: 45%;
  background-image: url("../img/images/katalog-usluga/katalog.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.hero-bottom-half {
  background: var(--background-grey-color);
  z-index: 2;
  top: 55%;
  height: 55%;
}
.hero-section-content {
  position: relative;
  z-index: 2;
}
.page-title {
  color: var(--white-color);
  font-weight: 800;
  font-size: 2.5rem;
  line-height: 3rem;
  margin: 8rem 1.5rem 1.5rem 1.5rem;
  font-family: "Squad-Heavy", sans-serif;
  white-space: normal;
}
.page-title::before {
  content: "OTP";
  display: block;
}
.page-title span {
  white-space: normal;
}
.hero-card {
  margin: 1.5rem 1.5rem 3.5rem 1.5rem;
  padding: 1.5rem;
}
.hero-card h1 {
  margin-bottom: 1rem;
  line-height: 2rem;
  font-size: 1.875rem;
}
.hero-card p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  text-align: left;
}
.hero-rocket {
  display: none;
}
/* -------------------- ACCOUNT section --------------------*/
.accounts-section-container {
  position: relative;
  width: 100%;
  margin-top: -1px;
  height: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  align-items: start;
  background-color: var(--background-grey-color);
}
.accounts-section-content-holder {
  width: 100%;
}
.accounts-section-content {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}
.accounts-section-content::-webkit-scrollbar {
  display: none;
}
.accounts-section-content {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.accounts-card {
  flex: 0 0 auto;
  scroll-snap-align: center;
  display: inline-block;
  height: 50.5rem;
  width: 21rem;
  background-color: var(--white-color);
}
.accounts-card h2 {
  margin-bottom: 1.25rem;
  line-height: 2rem;
  font-size: 1.5rem;
  font-family: "Source Sans Pro", sans-serif;
}
.accounts-card li {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  margin-bottom: 0.75rem;
}
.accounts-card:first-child {
  margin: 0.5rem 0.25rem 3.5rem 2rem;
}
.accounts-card:last-child {
  margin: 0.5rem 2rem 3.5rem 0.25rem;
}
.card-image {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
}
.accounts-card-content-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 38rem;
  padding: 1.5rem;
}
.section-title-holder {
  margin: 1.5rem;
}
.section-title {
  font-size: 1.875rem;
  font-family: "Squad-Heavy", sans-serif;
}
.section-subtitle {
  margin-bottom: 1rem;
  color: var(--subtitle-grey-color);
  font-size: 1rem;
  line-height: 1.5rem;
}
.section-description {
  font-size: 1rem;
}
.card-button-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ls-nav-prev-account,
.ls-nav-next-account {
  position: absolute;
  top: 78.5%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 2;
  width: 10rem;
  height: 10rem;
  display: flex;
  background-size: contain;
  align-items: center;
  justify-content: center;
}

.ls-nav-next-account {
  left: -2rem;
  background: url("../img/skin-prev.png") no-repeat center center;
}

.ls-nav-prev-account {
  right: -2rem;
  background: url("../img/skin-next.png") no-repeat center center;
}

.ls-nav-prev-account::before,
.ls-nav-next-account::before {
  content: "";
  display: block;
  background-size: contain;
}
/* -------------------- CREDITS section --------------------*/
.credits-section-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  overflow: hidden;
  background-color: var(--background-grey-color);
}
.credits-section-content-holder {
  width: 100%;
}
.credits-section-content {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  padding-bottom: 1rem;
}
.credits-section-content::-webkit-scrollbar {
  display: none;
}
.credits-section-content {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.credits-card {
  flex: 0 0 auto;
  scroll-snap-align: center;
  display: inline-block;
  margin: 0.5rem 0.25rem 3.5rem 0.25rem;
  width: 20.375rem;
  height: 49.5rem;
  background-color: var(--white-color);
}
.credits-card h2 {
  margin-bottom: 1.25rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
.credits-card li {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  margin-bottom: 0.75rem;
}
.credits-card:first-child {
  margin: 0.5rem 0.25rem 3.5rem 2rem;
}
.credits-card:last-child {
  margin: 0.5rem 2.5rem 3.5rem 0.25rem;
}
.credits-card-content-holder {
  display: flex;
  height: 37rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.5rem;
}
.ls-nav-prev-credits,
.ls-nav-next-credits {
  position: absolute;
  top: 78.5%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 2;
  width: 10rem;
  height: 10rem;
  display: flex;
  background-size: contain;
  align-items: center;
  justify-content: center;
}

.ls-nav-next-credits {
  left: -2.5rem;
  background: url("../img/skin-prev.png") no-repeat center center;
}

.ls-nav-prev-credits {
  right: -2.5rem;
  background: url("../img/skin-next.png") no-repeat center center;
}

.ls-nav-prev-credits::before,
.ls-nav-next-credits::before {
  content: "";
  display: block;
  background-size: contain;
}
/* -------------------- UPDATES section --------------------*/
.updates-section-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
  align-items: start;
  overflow: hidden;
  background-color: var(--background-grey-color);
}
.updates-section-content-holder {
  width: 100%;
}
.updates-section-content {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  width: calc(100% + 1rem);
  margin-left: -0.5rem;
}
.updates-section-content::-webkit-scrollbar {
  display: none;
}
.updates-section-content {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.updates-card {
  flex: 0 0 auto;
  scroll-snap-align: center;
  display: inline-block;
  width: 21rem;
  height: 37rem;
  background-color: var(--white-color);
  padding: 1.5rem;
}
.updates-card p {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
}
.updates-card h2 {
  margin-bottom: 1.25rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
.updates-card li {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}
.updates-card:first-child {
  margin: 0.5rem 0.25rem 3.5rem 2rem;
}
.updates-card:last-child {
  margin: 0.5rem 2rem 3.5rem 0.25rem;
}
.updates-card-content-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.updates-card-info-holder {
  margin-left: 0.5rem;
}
.updates-card-info-holder span {
  display: inline-flex;
}
.updates-list {
  line-height: 1.5rem;
  margin-left: 1.5rem;
}
.updates-check-list-element {
  position: relative;
  align-items: center;
  margin: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.updates-check-list-element::before {
  content: "";
  position: absolute;
  left: -2.2rem;
  height: 1.5rem;
  width: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/check.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
.ls-nav-prev-updates,
.ls-nav-next-updates {
  position: absolute;
  top: 82.5%;
  transform: translateY(-50%);
  background-color: #fff;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 2;
  width: 10rem;
  height: 10rem;
  display: flex;
  background-size: contain;
  align-items: center;
  justify-content: center;
}

.ls-nav-next-updates {
  left: -2rem;
  background: url("../img/skin-prev.png") no-repeat center center;
}

.ls-nav-prev-updates {
  right: -2rem;
  background: url("../img/skin-next.png") no-repeat center center;
}

.ls-nav-prev-updates::before,
.ls-nav-next-updates::before {
  content: "";
  display: block;
  background-size: contain;
}
/* -------------------- SECURITY section --------------------*/
.security-section-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: 1rem;
  flex-direction: column;
  align-items: start;
  overflow: hidden;
  background-color: var(--background-grey-color);
}
.security-section-content-holder {
  width: 100%;
}
.security-section-content {
  display: flex;
  justify-content: start;
  width: 100%;
  margin-bottom: 4rem;
}
.security-card {
  width: 20.375rem;
  padding: 1.5rem;
  margin: 0.5rem 1.5rem 1.5rem 1.5rem;
  height: 25.5rem;
  background-color: var(--white-color);
}
.security-card h2 {
  margin-bottom: 1.25rem;
  line-height: 2rem;
  font-size: 1.5rem;
}
.security-card li {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: left;
  margin-top: 0.75rem;
  margin-bottom: 0.25rem;
}
.security-card-content-holder {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 22.5rem;
}
.security-card-info-holder {
  margin: 1rem 0 0.5rem 0.5rem;
}
/* -------------------- CONTACT section --------------------*/
.contacts-section-container {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  margin-top: -1px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  background-color: var(--footer-background-grey-color);
}
.contacts-section-content-holder {
  width: 100%;
}
.contacts-section-title-holder {
  margin: 1.5rem 1.5rem 1rem 1.5rem;
}
.contacts-section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
}
.contact-card {
  width: 20rem;
  padding: 1.5rem;
  margin: 0.5rem 1.5rem 0.5rem 1.5rem;
  background-color: var(--white-color);
}
.contact-card:first-child {
  margin: 1rem 1.5rem 0.5rem 1.5rem;
}
.contact-card:last-child {
  margin: 0.5rem 1.5rem 5rem 1.5rem;
}
.contact-section-subtitle {
  margin-bottom: 1rem;
  color: var(--subtitle-black-color);
  font-size: 1rem;
  line-height: 1.5rem;
}
.contact-card-content-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
.contact-info-holder {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact-icon {
  height: 4rem;
  width: 4rem;
  margin: 0 0.5rem 0.5rem 0.5rem;
}
.contact-p-first {
  font-size: 1.25rem;
  line-height: 2rem;
  margin-bottom: 0.25rem;
}
.contact-p-second {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.2rem;
}
.contact-p-notary {
  font-size: 1rem;
  line-height: 1.25rem;
  text-align: center !important;
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.contact-p-number {
  color: var(--otp-green-color);
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
}
.no-underline {
  text-decoration: none;
}
.contacts-btn {
  max-width: 294px;
  width: 100%;
}
/*-------------------- FOOTER section --------------------*/
footer {
  background-color: var(--footer-background-grey-color);
  color: var(--white-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-container {
  border-radius: 1.8rem 1.8rem 0 0;
  overflow: hidden;
  background: var(--otp-green-color);
  width: calc(100% - 3rem);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer-content p {
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  font-family: "Latin extended", sans-serif;
}
.footer-content a {
  text-decoration: none;
  color: var(--white-color);
}
.footer-logo {
  width: 7.875rem;
  margin-bottom: 0.35rem;
}
.footer-copyright p::after {
  content: "\Sva prava pridrÅ¾ana.";
  display: block;
}

/*-------------------- MEDIA QUERIES --------------------*/

/* -------------------------------------- IPHONE VIEW --------------------------------------*/
@media screen and (min-width: 370px) {
  /* -------------------- HERO section --------------------*/
  .hero-upper-half {
    height: 47%;
  }
  .hero-bottom-half {
    top: 53%;
    height: 53%;
  }
  .modal {
    padding: 20px;
  }
  .button-display {
    flex-direction: column;
    gap: 20px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/*-------------------------------------- IPHONE PRO VIEW --------------------------------------*/
@media screen and (min-width: 410px) {
  /* -------------------- HERO section --------------------*/
  .hero-upper-half {
    height: 55%;
  }
  .hero-bottom-half {
    height: 45%;
  }
  .accounts-card {
    width: 23.375rem;
  }
  .credits-card {
    width: 23.375rem;
  }
  .updates-card {
    width: 23.375rem;
  }
  .security-card {
    width: 22.375rem;
  }
  .contact-card {
    width: 22.375rem;
  }
  .ls-nav-next-updates,
  .ls-nav-prev-updates {
    top: 79%;
  }
}
/*-------------------------------------- ULTRA WIDE PHONE VIEW --------------------------------------*/
@media screen and (min-width: 445px) {
  /* -------------------- HERO section --------------------*/
  .hero-upper-half {
    height: 60%;
  }
  .hero-bottom-half {
    top: 60%;
    height: 40%;
  }
  .ls-nav-prev-updates {
    left: -1rem;
  }
  .ls-nav-next-updates {
    right: 1rem;
  }
}

@media screen and (min-width: 500px) {
  .page-title {
    white-space: nowrap;
  }
  .page-title::before {
    display: inline;
  }
  .page-title span {
    white-space: nowrap;
  }
  .hero-card {
    margin: 0.5rem 1.5rem 3.5rem 1.5rem;
  }
  .ls-nav-prev-account,
  .ls-nav-next-account {
    display: none !important;
  }
  .ls-nav-prev-credits,
  .ls-nav-next-credits {
    display: none !important;
  }
  .ls-nav-prev-updates,
  .ls-nav-next-updates {
    display: none !important;
  }
  .button-display {
    flex-direction: column;
    gap: 20px;
    display: flex;
    align-items: center;
  }
}
/*-------------------------------------- IPAD MINI VIEW --------------------------------------*/
@media screen and (min-width: 650px) {
  hr {
    max-width: 43rem;
  }
  .max-width {
    max-width: 53rem;
  }
  .header-holder {
    justify-content: start;
    max-width: 43rem;
  }
  .ls-nav-prev-account,
  .ls-nav-next-account {
    display: none !important;
  }
  .ls-nav-prev-credits,
  .ls-nav-next-credits {
    display: none !important;
  }
  .ls-nav-prev-updates,
  .ls-nav-next-updates {
    display: none !important;
  }

  .button-display {
    flex-direction: column;
    gap: 20px;
    display: flex;
    align-items: center;
  }

  .cookie-popup {
    max-height: 100%;
  }

  .cookie-description {
    padding-left: 40px;
  }
  /* -------------------- HERO section --------------------*/
  .hero-upper-half {
    height: 70%;
    background-image: url("../img/images/katalog-usluga/katalog.jpg");
  }
  .hero-bottom-half {
    top: 70%;
    height: 30%;
  }
  .page-title {
    font-size: 3.875rem;
    line-height: 6.454rem;
    margin: 7rem 0rem 0.5rem 0rem;
    white-space: nowrap;
  }
  .page-title::before {
    display: inline;
  }
  .page-title span {
    white-space: nowrap;
  }
  .hero-card {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 43rem;
    height: 12.5rem;
    margin: 0.5rem 0rem 3.5rem 0rem;
    padding: 1.5rem;
  }
  .hero-text {
    width: 80%;
  }
  .hero-rocket {
    display: block;
    height: 5rem;
    width: 5rem;
  }
  .section-title-holder {
    width: 100%;
    padding: 0 2.75rem;
  }
  .ls-nav-next .ls-nav-prev {
    display: none !important;
  }
  /*-------------------- ACCOUNT section --------------------*/
  .accounts-section-container {
    flex-direction: column;
    align-items: center;
  }
  .accounts-section-content-holder {
    width: 48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .accounts-section-content {
    align-items: start;
    justify-content: center;
    width: 100%;
  }
  .accounts-card-content-holder {
    height: 36.5rem;
  }
  .accounts-card {
    width: 20rem;
    margin: 0;
    height: 49rem;
  }
  .accounts-card:first-child {
    margin: 2rem 1rem 3.5rem 1.5rem;
  }
  .accounts-card:last-child {
    margin: 2rem 1.5rem 3.5rem 1rem;
  } /* -------------------- CREDITS section --------------------*/
  .credits-section-container {
    flex-direction: column;
    align-items: center;
  }
  .credits-section-content-holder {
    width: 48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .credits-section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows:
      41rem
      49.5rem;
    width: 100%;
    gap: 2rem;
    margin-top: 2rem;
    padding-bottom: 3.5rem;
  }
  .credits-card {
    height: 41rem;
    width: 20rem;
    margin: 0;
    justify-self: start;
  }
  .credits-card:first-child {
    height: 41rem;
    margin: 0;
    justify-self: end;
  }
  .credits-card-content-holder {
    height: 28.5rem;
  }
  .credits-card:first-child .credits-card-content-holder {
    height: 28.5rem;
  }
  .credits-card:last-child {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: end;
    height: 49.5rem;
    margin: 0;
  }
  .credits-card:last-child .credits-card-content-holder {
    height: 37rem;
  }
  /*-------------------- UPDATES section --------------------*/
  .updates-section-container {
    flex-direction: column;
    align-items: center;
  }
  .updates-section-content-holder {
    width: 48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
  .updates-section-content {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .updates-card {
    width: 20rem;
    height: 36.5rem;
  }
  .updates-card:first-child {
    margin: 1.5rem 1rem 3.5rem 2rem;
  }
  .updates-card:last-child {
    margin: 1.5rem 2rem 3.5rem 1rem;
  }
  .updates-check-list-element {
    margin: 1rem 1rem 1rem 1rem;
  }
  .updates-list {
    margin-left: 2rem;
  }
  .updates-card p {
    line-height: 1.75rem;
  }
  /* -------------------- SECURITY section --------------------*/
  .security-section-container {
    align-items: center;
  }
  .security-section-content-holder {
    width: 48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
  .security-card {
    width: 20rem;
    margin-top: 0.5rem;
    margin-left: 2.5rem;
  }
  .security-card-content-holder {
    height: 100%;
  }
  .security-check-list-element {
    margin: 1rem 1rem 1rem 1.5rem;
  }
  /* -------------------- CONTACT section --------------------*/
  .contacts-section-content-holder {
    width: 48rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
  .contacts-section-content {
    flex-direction: row;
    align-items: center;
    padding: 0;
  }
  .contact-card {
    height: 23rem;
    width: 13rem;
    margin: 1rem 1.5rem 4.5rem 1.5rem;
  }
  .contact-card:first-child {
    margin: 1rem 0.5rem 4.5rem 2.5rem;
  }
  .contact-card:last-child {
    margin: 1rem 2.5rem 4.5rem 0.5rem;
  }
  .contact-icon {
    height: 5rem;
    width: 5rem;
  }
  .contact-card-content-holder {
    height: 20rem;
    justify-content: space-between;
  }
  .footer-content {
    padding: 1.5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-copyright p::after {
    content: "Sva prava pridrÅ¾ana.";
    display: inline;
  }
}

/* -------------------------------------- IPHONE VIEW --------------------------------------*/
@media screen and (max-width: 650px) {
  #modal3 {
    display: block;
  }
  .cookie-popup {
    overflow-y: none;
    padding: 20px;
    max-height: 100%;
  }

  .cookie-content {
    display: flex;
    flex-direction: column;
  }

  .cookie-popup h3 {
    margin-bottom: 30px;
    line-height: 1.1;
  }

  .cookie-popup p {
    margin-bottom: 10px;
  }

  .slider-container {
    flex-direction: column;
    padding-top: 15px;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .slider-line3 {
    width: 100%;
    height: 4px;
    background-color: #ccc;
    position: relative;
  }

  .slider-icon3 {
    position: absolute;
    top: -18px;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: var(--otp-green-color);
    box-shadow: 0 2px 9px 0 rgba(82, 174, 48, 0.7);
    border-radius: 50%;
    cursor: pointer;
    transition: top 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .slider-icon3 .arrow-up,
  .slider-icon3 .arrow-down {
    display: none;
  }

  .slider-icon3 .arrow-right {
    position: absolute;
    left: 15px;
    margin: 5px 0px;
    display: block;
  }
  .slider-icon3 .arrow-left {
    position: absolute;
    right: 15px;
    margin: 5px 0px;
    display: block;
  }

  .picker-labels {
    width: 100%;
    height: auto;
  }

  .picker-labels ul {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-left: 0;
    padding: 0;
    width: 100%;
    margin-top: 20px;
  }

  .picker-labels ul li:first-child {
    text-align: left;
    margin-right: auto;
  }

  .picker-labels ul li:last-child {
    text-align: right;
    margin-left: auto;
  }

  .picker-labels ul li {
    position: relative;
    padding: 0;
    margin: 0;
    flex: 0 1 auto;
    text-align: center;
  }
  .picker-labels ul li:before {
    content: "";
    display: block;
    height: 10px;
    width: 1px;
    background-color: #9e9e9e;
    position: absolute;
    top: -15px;
  }

  .picker-labels ul li:first-child:before {
    left: 0;
  }

  .picker-labels ul li:nth-child(2):before {
    left: 50%;
    transform: translateX(-50%);
  }

  .picker-labels ul li:last-child:before {
    right: 0;
    left: auto;
  }

  .additional-info {
    max-width: 100%;
  }

  .cookie-description {
    flex-direction: column;
    width: 100%;
    margin-bottom: 0;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin: 5px 0;
  }
  .cookie-description &gt; div {
    max-height: 100;
    overflow: hidden;
  }

  .button-display {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .button-cookie {
    cursor: pointer;
    background-color: var(--white-color);
    color: var(--otp-green-color);
    border: 1px solid var(--otp-green-color);
    border-radius: 100px;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    max-width: 280px;
    margin: 25px auto;
    padding: 10px 24px;
    white-space: nowrap;
  }

  .cookie-description h3 {
    white-space: normal;
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0;
  }
}
/* -------------------------------------- IPAD AIR VIEW--------------------------------------*/
@media screen and (min-width: 820px) {
  .footer-content {
    padding: 1.5rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-logo {
    width: 7.875rem;
    margin-right: 0.5rem;
  }
  .footer-copyright p::after {
    content: "Sva prava pridrÅ¾ana.";
    display: inline;
  }
  .ls-nav-prev-account,
  .ls-nav-next-account {
    display: none !important;
  }
  .ls-nav-prev-credits,
  .ls-nav-next-credits {
    display: none !important;
  }
  .ls-nav-prev-updates,
  .ls-nav-next-updates {
    display: none !important;
  }

  .button-display {
    flex-direction: row;
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
/*!* -------------------------------------- IPAD PRO VIEW --------------------------------------*!*/
@media screen and (min-width: 1000px) {
  hr {
    max-width: 48.9rem;
  }
  .max-width {
    max-width: 58.813rem;
  }
  .header-holder {
    max-width: 48.9rem;
  }
  .section-title-holder {
    max-width: 48.9rem;
    padding: 0;
  }

  .cookie-description h3 {
    white-space: nowrap;
    font-size: 20px;
  }
  .cookie-popup {
    max-height: 800px;
  }

  .slider-container {
    margin-right: 0 !important;
  }
  .cookie-description {
    padding-left: 160px;
    max-width: 100%;
  }

  /*-------------------- HERO section --------------------*/
  .page-title {
    font-size: 4.875rem;
    line-height: 6.454rem;
    white-space: nowrap;
  }
  .page-title::before {
    display: inline;
  }
  .page-title span {
    white-space: nowrap;
  }
  .hero-card {
    width: 49rem;
    padding: 1.5rem 1.5rem 1.5rem 2rem;
  }
  .ls-nav-prev-account,
  .ls-nav-next-account {
    display: none !important;
  }
  .ls-nav-prev-credits,
  .ls-nav-next-credits {
    display: none !important;
  }
  .ls-nav-prev-updates,
  .ls-nav-next-updates {
    display: none !important;
  }
  .hero-upper-half {
    background-position: right -60px;
  }

  /* -------------------- ACCOUNT section --------------------*/
  .accounts-section-content {
    width: 58.9rem;
  }
  .accounts-card {
    width: 23.4rem;
    margin: 0;
    height: 49rem;
  }
  .accounts-card:first-child {
    margin: 2rem 1rem 3.5rem 2.5rem;
  }
  .accounts-card:last-child {
    margin: 2rem 2.5rem 3.5rem 1rem;
  } /*
-------------------- CREDITS section --------------------*/
  .credits-section-content {
    grid-template-rows: 41rem;
    width: 58.9rem;
    padding-bottom: 3rem;
  }
  .credits-card {
    width: 23.4rem;
  }
  .credits-card:last-child {
    height: 49.5rem;
  }
  .credits-card:last-child .credits-card-content-holder {
    height: 37rem;
  }
  /* -------------------- UPDATES section --------------------*/
  .updates-section-content {
    width: 58.9rem;
  }
  .updates-card {
    width: 23.4rem;
  }
  /* -------------------- SECURITY section --------------------*/
  .security-card {
    width: 23.4rem;
    margin: 0.5rem 0.5rem 1.5rem 0;
  } /* -------------------- CONTACT section --------------------*/
  .contact-card {
    height: 23rem;
    width: 17rem;
    margin: 1rem 1.5rem 4.5rem 1.5rem;
  }
  .contact-card:first-child {
    margin: 1rem 0.5rem 4.5rem 0;
  }
  .contact-card:last-child {
    margin: 1rem 0 4.5rem 0.5rem;
  }
  .footer-container {
    width: 48.9rem;
  }
  .footer-copyright p::after {
    content: "Sva prava pridrÅ¾ana.";
    display: inline;
  }
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 1rem;
  }
  .footer-logo-holder {
    display: flex;
    align-items: center;
  }
  .footer-logo {
    margin-right: 3rem;
  }
}
/*!* -------------------------------------- PC VIEW --------------------------------------*!*/
@media screen and (min-width: 1280px) {
  hr {
    max-width: 70rem;
  }
  .max-width {
    max-width: 80rem;
  }
  .header-holder {
    max-width: 70rem;
  }
  .card-image {
    height: 12.7rem;
  }
  .section-title-holder {
    width: 100%;
    max-width: 80rem;
    margin: 0;
  }
  .check-list-element {
    margin: 1rem 0.5rem;
  }
  .modal {
    padding: 20px 40px;
  }

  .cookie-description h3 {
    white-space: nowrap;
    font-size: 20px;
  }

  /* -------------------- LAYOUT AND BUTTONS --------------------*/
  .btn-green {
    white-space: nowrap;
  }
  /* -------------------- HERO section --------------------*/
  .hero-card {
    width: 70rem;
    height: 11rem;
    margin: 1.5rem 0rem 4.5rem 0rem;
  }
  .page-title {
    margin: 7rem 0rem 0.5rem 0rem;
    white-space: nowrap;
  }
  .page-title::before {
    display: inline-block;
  }
  .page-title span {
    white-space: nowrap;
  }
  .hero-text {
    width: 80%;
  }
  .hero-upper-half {
    background-image: url("../img/images/katalog-usluga/katalog.jpg");
    background-size: cover;
    background-position: right -120px;
  }
  /* -------------------- ACCOUNT section --------------------*/
  .accounts-section-content-holder {
    width: 70em;
  }
  .accounts-section-content {
    width: 80rem;
  }
  .accounts-card {
    width: 34rem;
    height: 38.313rem;
  }
  .accounts-card:first-child {
    margin: 1rem 0.9rem 3.5rem 2rem;
  }
  .accounts-card:last-child {
    margin: 1rem 1.5rem 3.5rem 1rem;
  }
  .accounts-card-content-holder {
    height: 25.5rem;
  }
  .card-button-holder {
    flex-direction: row;
    gap: 1rem;
  }
  /* -------------------- CREDITS section --------------------*/
  .credits-section-content-holder {
    width: 70rem;
  }
  .credits-section-content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
    padding-bottom: 0;
    grid-template-rows: 32.313rem 39.313rem;
    width: 80rem;
  }
  .credits-card {
    height: 32.313rem;
    width: 34rem;
    margin: 0;
    justify-self: start;
  }
  .credits-card:first-child {
    height: 32.313rem;
    width: 34rem;
    margin: 0;
    justify-self: end;
  }
  .credits-card:first-child .credits-card-content-holder {
    height: 19.5rem;
  }
  .credits-card:last-child {
    height: 34.8rem;
    width: 34rem;
    margin: 0;
    justify-self: end;
  }
  .credits-card:last-child .credits-card-content-holder {
    height: 22rem;
  }
  .credits-card-content-holder {
    height: 19.5rem;
    padding: 1.5rem;
  }
  .contact-icon {
    margin-top: 0.5rem;
  }
  .check-list {
    margin: 0 0 0 0.5rem;
  }
  .check-list-element {
    margin: 0.25rem 0 0.25rem 0.5rem;
  }
  .credits-card-content-holder-info {
    height: 100%;
  }
  /* -------------------- UPDATES section --------------------*/
  .updates-section-content-holder {
    width: 70rem;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
  }
  .updates-section-content {
    width: 80rem;
  }
  .updates-card {
    width: 34rem;
    height: 26rem;
  }
  .updates-card:first-child {
    margin: 1.5rem 1rem 3.5rem 0.5rem;
  }
  .updates-card:last-child {
    margin: 1.5rem 0rem 3.5rem 1rem;
  }
  /*-------------------- SECURITY section --------------------*/
  .security-section-content-holder {
    width: 70rem;
    align-items: center;
    margin-top: 2rem;
  }
  .security-section-content {
    width: 80rem;
    margin-top: 1rem;
  }
  .security-card {
    height: 18.5rem;
    width: 34rem;
  }
  .security-card {
    margin-left: 5rem;
  }
  .security-card-content-holder {
    height: 100%;
  }
  /*-------------------- CONTACT section --------------------*/
  .contacts-section-content-holder {
    width: 70rem;
    margin-top: 2rem;
  }
  .contact-card {
    width: 22rem;
    height: 18.5rem;
    margin: 1rem 1rem 4.5rem 1rem;
  }
  .contact-card:first-child {
    margin: 1rem 1rem 4.5rem 0;
  }
  .contact-card:last-child {
    margin: 1rem 0 4.5rem 1rem;
  }
  .contact-card-content-holder {
    height: 15.5rem;
  }
  .footer-container {
    width: 70rem;
  }
  .footer-copyright p::after {
    content: "Sva prava pridrÅ¾ana.";
    display: inline;
  }
  .ls-nav-prev-account,
  .ls-nav-next-account {
    display: none !important;
  }
  .ls-nav-prev-credits,
  .ls-nav-next-credits {
    display: none !important;
  }
  .ls-nav-prev-updates,
  .ls-nav-next-updates {
    display: none !important;
  }
  .cookie-description h3 {
    white-space: nowrap;
  }
}

/* -------------------------------------- PC VIEW --------------------------------------*/
@media screen and (min-width: 1550px) {
  .hero-upper-half {
    background-image: url("../img/images/katalog-usluga/katalog-xl.jpg");
    background-size: cover;
    background-position: right -170px;
    margin: 0;
  }
  .cookie-description h3 {
    white-space: nowrap;
  }
}

/* -------------------- OVERWRITE CLASSES --------------------*/
.margin-bottom-zero {
  margin-bottom: 0;
}
.margin-top-half {
  margin-top: 0.5rem;
}
</pre></body></html>