@media only screen and (min-width: 0rem) {
  #hero-shared {
    padding: var(--sectionPadding);
    padding-top: clamp(11.875rem, 25vw, 17.5rem);
    padding-bottom: 0rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #hero-shared .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
  }
  #hero-shared .cs-int-title {
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 400;
    line-height: 1.2em;
    text-align: left;
    margin: 0 0 1rem;
    color: var(--bodyTextColorWhite);
    font-family: var(--headerFontFamily);
    text-transform: uppercase;
    position: relative;
  }
  #hero-shared .cs-text {
    text-align: left;
    margin-bottom: clamp(3.75rem, 7vw, 7.5rem);
    max-width: 43.75rem;
    color: var(--bodyTextColorWhite);
  }
  #hero-shared .cs-breadcrumbs {
    padding: clamp(1rem, 3vw, 1.5rem) 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  #hero-shared .cs-breadcrumbs:before {
    content: "";
    width: 200vw;
    height: 100%;
    background-color: #fff;
    opacity: 0.12;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #hero-shared .cs-breadcrumbs:after {
    content: "";
    width: 200vw;
    height: 100%;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
  }
  #hero-shared .cs-link {
    font-size: 1rem;
    line-height: 1.2em;
    text-decoration: none;
    color: var(--bodyTextColorWhite);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #hero-shared .cs-link:last-of-type::after {
    display: none;
  }
  #hero-shared .cs-link:after {
    content: "";
    width: 0.0625rem;
    height: 1.5rem;
    margin: 0 1rem;
    background-color: #88898b;
    position: relative;
    display: block;
  }
  #hero-shared .cs-link.cs-active {
    color: var(--primary);
  }
  #hero-shared .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #hero-shared .cs-background:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.72;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #hero-shared .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: -1;
  }
}
@media only screen and (min-width: 0rem) {
  #lista-usluga {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  #lista-usluga .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2.5rem, 3.9vw, 4rem);
  }
  #lista-usluga .cs-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #lista-usluga .cs-title {
    margin: 0;
    max-width: 23ch;
  }
  #lista-usluga .cs-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: clamp(1rem, 3.2vw, 2rem);
  }
  #lista-usluga .cs-card-group {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: clamp(1rem, 2vw, 2rem);
  }
  #lista-usluga .cs-item {
    list-style: none;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 1rem;
  }
  #lista-usluga .cs-item-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
  #lista-usluga .cs-item-number {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--primary);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5rem;
  }
  #lista-usluga .cs-h3 {
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
  }
  #lista-usluga .cs-item-text {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #lista-usluga .cs-floater {
    width: clamp(15.375rem, 50vw, 36.375rem);
    height: auto;
    position: absolute;
    right: -4rem;
    top: -0.5rem;
    z-index: -1;
  }
}
@media only screen and (min-width: 48rem) {
  #lista-usluga .cs-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 0rem) {
  #cenovnik-tekst {
    padding: var(--sectionPadding);
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #cenovnik-tekst .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 4vw, 4rem);
  }
  #cenovnik-tekst .cs-content {
    text-align: left;
    width: 100%;
    max-width: 40rem;
    display: flex;
    flex-direction: column;
    align-items: left;
  }
  #cenovnik-tekst .cs-content > a.cs-button-solid:last-child {
    align-self: center;
    margin-inline: auto;
    width: fit-content;
  }
  #cenovnik-tekst .cs-title {
    max-width: 25ch;
    font-size: 2rem;
  }
  #cenovnik-tekst .cs-text {
    margin-bottom: 1rem;
  }
  #cenovnik-tekst .cs-text:last-of-type {
    margin-bottom: 1.5rem;
  }
  #cenovnik-tekst .cs-h3 {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
    color: var(--headerColor);
    letter-spacing: 0.1rem;
  }
  #cenovnik-tekst .cs-ul {
    margin: 0.75rem 0 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }
  #cenovnik-tekst .cs-li {
    font-size: 1rem;
    line-height: 1.5em;
    list-style: none;
    padding-left: clamp(1.25rem, 3vw, 1.5rem);
    color: var(--bodyTextColor);
    position: relative;
  }
  #cenovnik-tekst .cs-li strong {
    color: var(--headerColor);
  }
  #cenovnik-tekst .cs-li::before {
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    margin-top: 0.5rem;
    background-color: var(--secondary);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(45deg);
  }
  #cenovnik-tekst .cs-button-box {
    font-size: inherit;
    width: 100%;
    max-width: 39.375rem;
    margin: clamp(3rem, 6.5vw, 4rem) 0 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #cenovnik-tekst .cs-link {
    text-decoration: none;
    padding-right: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
  }
  #cenovnik-tekst .cs-link:hover:before {
    width: 100%;
    height: 4.5em;
  }
  #cenovnik-tekst .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #cenovnik-tekst .cs-link:hover .cs-icon {
    transform: translateX(0.4375rem);
  }
  #cenovnik-tekst .cs-link:before {
    content: "";
    width: 3.75em;
    height: 3.75em;
    background: var(--primary);
    opacity: 0.05;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
    transition: width 0.3s, height 0.3s, border-radius 0.3s;
  }
  #cenovnik-tekst .cs-wrapper {
    width: 3.75em;
    height: 3.75em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
    transition: transform 0.3s;
  }
  #cenovnik-tekst .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #cenovnik-tekst .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #cenovnik-tekst .cs-header {
    font-size: 1em;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #cenovnik-tekst .cs-link-content {
    font-size: 1.5625em;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #cenovnik-tekst .cs-image-group {
    font-size: min(2.32vw, 0.9rem);
    width: 39.375em;
    height: 36.125em;
    display: block;
    position: relative;
    z-index: 1;
    order: -1;
  }
  #cenovnik-tekst .cs-picture {
    display: block;
    position: absolute;
  }
  #cenovnik-tekst .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #cenovnik-tekst .cs-picture1 {
    width: 25.75em;
    height: 25.75em;
    border-right: 0.875em solid #fff;
    border-bottom: 0.875em solid #fff;
    top: 0;
    bottom: 17.5625em;
    left: 0;
  }
  #cenovnik-tekst .cs-picture2 {
    width: 25.8125em;
    height: 22em;
    right: 0;
    bottom: 0;
    z-index: -1;
  }
  #cenovnik-tekst .cs-picture3 {
    width: 14.5625em;
    height: auto;
    bottom: 5.8125em;
    left: 6.25em;
  }
  #cenovnik-tekst .cs-picture3 img {
    position: relative;
  }
}
@media only screen and (min-width: 48rem) {
  #cenovnik-tekst .cs-container {
    max-width: 80rem;
  }
}
@media only screen and (min-width: 64rem) {
  #cenovnik-tekst .cs-container {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #cenovnik-tekst .cs-button-box {
    font-size: min(1.4vw, 1rem);
    flex-direction: row;
    flex-wrap: nowrap;
  }
  #cenovnik-tekst .cs-image-group {
    font-size: min(1.1vw, 1rem);
    height: auto;
    min-height: 36.125em;
    margin-bottom: 4.375rem;
    order: initial;
    flex: none;
  }
  #cenovnik-tekst .cs-picture1 {
    height: auto;
    top: 0;
    bottom: 10.375em;
  }
  #cenovnik-tekst .cs-picture2 {
    height: auto;
    top: 14.125em;
  }
}
@media only screen and (min-width: 0rem) {
  #cenovnik2 {
    padding: var(--sectionPadding);
    background-color: #fafbfc;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #cenovnik2 .cs-container {
    width: 100%;
    max-width: 44rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  #cenovnik2 .cs-wrapper {
    display: flex;
    flex-direction: column;
    gap: clamp(3rem, 6vw, 4rem);
    width: 100%;
    max-width: 45rem;
    align-items: center;
  }
  #cenovnik2 .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 40rem;
  }
  #cenovnik2 .cs-topper {
    color: var(--secondary);
  }
  #cenovnik2 .cs-title {
    margin: 0;
  }
  #cenovnik2 .cs-card-group {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.5rem, 3vw, 2rem);
  }
  #cenovnik2 .cs-item {
    list-style: none;
    padding-bottom: 2rem;
    border-bottom: var(--primary) 1px solid;
    display: flex;
    align-items: flex-start;
    gap: clamp(1rem, 2vw, 1.5rem);
    position: relative;
    scroll-margin-top: 9rem;
  }
  #cenovnik2 .cs-item:last-of-type {
    border-bottom: none;
  }
  #cenovnik2 .cs-flex {
    display: flex;
    flex-direction: column;
  }
  #cenovnik2 .cs-flex > a.cs-button-solid:last-child {
    align-self: center;
    margin-inline: auto;
    width: fit-content;
  }
  #cenovnik2 .cs-number {
    font-size: clamp(3.0625rem, 6vw, 4.5rem);
    font-weight: 900;
    line-height: 1.1875em;
    color: var(--primary);
    opacity: 0.2;
    display: block;
  }
  #cenovnik2 .cs-h3 {
    font-size: clamp(1.25rem, 2.5vw, 1.5625rem);
    font-weight: 700;
    line-height: 1.125em;
    margin: 0 0 0.75rem 0;
    color: var(--headerColor);
  }
  #cenovnik2 .cs-item-text {
    font-size: 1.125rem;
    line-height: 1.25em;
    max-width: 50vw;
    text-align: left;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #cenovnik2 .comparison-table {
    width: 85vw;
    border-collapse: collapse;
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  #cenovnik2 .comparison-table th,
  #cenovnik2 .comparison-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
  }
  #cenovnik2 .comparison-table thead {
    background: var(--primary);
    color: #fff;
  }
  #cenovnik2 .comparison-table thead th {
    font-weight: bold;
  }
  #cenovnik2 .comparison-table tbody tr:nth-child(even) {
    background: #f8f8f8;
  }
  #cenovnik2 .comparison-table tbody tr:hover {
    background: #eaeaea;
  }
  #cenovnik2 .comparison-table tbody td:last-child {
    width: 30%;
  }
}
@media only screen and (min-width: 64rem) {
  #cenovnik2 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    align-items: stretch;
    gap: clamp(3rem, 6vw, 3.75rem);
  }
  #cenovnik2 .cs-wrapper {
    width: 100%;
    max-width: 80rem;
  }
  #cenovnik2 .cs-card-group {
    gap: clamp(1rem, 3vw, 2rem);
  }
  #cenovnik2 .cs-item {
    flex-direction: row;
  }
  #cenovnik2 .comparison-table {
    width: 50vw;
  }
}

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