@media only screen and (min-width: 0rem) {
  #content-page {
    padding: var(--sectionPadding);
    padding-bottom: 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #content-page .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #content-page .cs-content {
    text-align: left;
    width: 100%;
    max-width: 47.75rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #content-page .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 400;
    line-height: 1.2em;
    text-align: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #content-page h2, #content-page h3, #content-page h4, #content-page h5, #content-page h6 {
    font-weight: 400;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--primary);
  }
  #content-page h2 {
    font-size: 2rem;
    margin-top: 2rem;
  }
  #content-page h3 {
    font-size: 1.5rem;
    color: var(--primary);
  }
  #content-page h4, #content-page h5, #content-page h6 {
    font-size: 1.25rem;
  }
  #content-page .cs-button-solid {
    margin-bottom: 2rem;
  }
  #content-page p {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #content-page p:last-of-type {
    margin-bottom: 2rem;
  }
  #content-page p a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    color: var(--primary);
    filter: brightness(120%);
  }
  #content-page ol {
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #content-page ol li {
    font-size: 1rem;
    line-height: 1.5em;
  }
  #content-page ol li strong {
    color: var(--headerColor);
  }
  #content-page ol li p:last-of-type {
    margin: 0;
  }
  #content-page ul {
    margin: 0 0 2rem 0;
    padding-left: 1.5rem;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #content-page ul li {
    list-style: none;
    line-height: 1.5em;
    font-size: 1rem;
    color: inherit;
    position: relative;
  }
  #content-page ul li strong {
    color: var(--headerColor);
  }
  #content-page ul li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: currentColor;
    opacity: 1;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0.625rem;
    left: -0.75rem;
  }
  #content-page .cs-image-group {
    font-size: min(2.29vw, 1rem);
    width: 29.875em;
    height: 47.75em;
    display: block;
    position: relative;
    z-index: 2;
  }
  #content-page .cs-picture {
    width: 29.4375em;
    height: 42.5625em;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 1rem;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  #content-page .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
  #content-page .cs-graphic {
    height: auto;
    position: absolute;
  }
  #content-page .cs-twirl {
    width: 11.0625em;
    height: auto;
    top: 0.9375em;
    right: 0;
    z-index: 1;
  }
  #content-page .cs-peach {
    width: 5.375em;
    height: auto;
    top: 0.375em;
    right: 5.6875em;
  }
  #content-page .cs-blob {
    width: 19.1875em;
    height: auto;
    bottom: 0;
    left: 0;
    z-index: -2;
  }
  #content-page .cs-leaf {
    width: 16.4375em;
    height: auto;
    right: 0;
    bottom: 0;
    z-index: -3;
  }
}
@media only screen and (min-width: 64rem) {
  #content-page .cs-container {
    flex-direction: row;
    align-items: flex-start;
  }
  #content-page .cs-image-group {
    font-size: min(1.2vw, 1rem);
    display: block;
    flex: none;
    top: 4rem;
  }
}
@media only screen and (min-width: 0rem) {
  #content-page .cs-content-reverse {
    padding: 2.25rem 0;
  }
  #content-page .cs-content-reverse .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #content-page .cs-content-reverse .cs-image-group {
    font-size: min(1.8vw, 0.9rem);
    width: 47.8125em;
    height: 24.5em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #content-page .cs-content-reverse .cs-picture {
    width: 47em;
    height: 21.25em;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 1rem;
    position: absolute;
    z-index: -1;
  }
  #content-page .cs-content-reverse .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
    border-radius: 1rem;
  }
  #content-page .cs-content-reverse .cs-graphic {
    height: auto;
    position: absolute;
  }
  #content-page .cs-content-reverse .cs-dots {
    width: 8.5625em;
    height: auto;
    top: -2em;
    left: 2em;
  }
  #content-page .cs-content-reverse .cs-brown {
    width: 12.6875em;
    height: auto;
    top: 0;
    right: 0;
    z-index: -3;
  }
  #content-page .cs-content-reverse .cs-peach-right {
    width: 4.1875em;
    height: auto;
    top: -1.1875em;
    right: 8.3125em;
  }
  #content-page .cs-content-reverse .cs-leaf-right {
    width: 17.6875em;
    height: auto;
    bottom: -0.875em;
    left: 2em;
  }
}
@media only screen and (min-width: 64rem) {
  #content-page .cs-content-reverse {
    padding: 2.25rem 0;
  }
  #content-page .cs-content-reverse .cs-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  #content-page .cs-content-reverse .cs-image-group {
    font-size: min(1.8vw, 0.9rem);
    width: 29.0625em;
    height: 24.5em;
    display: block;
    position: relative;
    z-index: 1;
    order: -1;
    top: 3rem;
  }
  #content-page .cs-content-reverse .cs-picture {
    width: 28.25em;
    height: 21.25em;
    height: 100%;
    box-sizing: border-box;
    border-radius: 1rem;
    position: absolute;
    z-index: -1;
  }
  #content-page .cs-content-reverse .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1rem;
  }
}
@media only screen and (min-width: 81.25rem) {
  #content-page .cs-content-reverse .cs-container {
    flex-direction: row;
    align-items: flex-start;
  }
  #content-page .cs-content-reverse .cs-image-group {
    width: 38em;
    height: 30.125em;
    margin-top: 3rem;
    order: -1;
  }
  #content-page .cs-content-reverse .cs-picture {
    width: 38em;
  }
  #content-page .cs-content-reverse .cs-dots {
    top: -1em;
  }
}
@media only screen and (min-width: 0rem) {
  .cs-content-3 {
    padding-top: 2.25rem;
  }
  .cs-content-3 .cs-image-group {
    font-size: min(2.29vw, 1rem);
    width: 29.875em;
    height: 41.5em !important;
    display: none;
    position: relative;
    z-index: 2;
  }
  .cs-content-3 .cs-picture {
    width: 29.4375em;
    height: 36.3125em !important;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 1rem;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  .cs-content-3 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.7s;
  }
}
@media only screen and (min-width: 0rem) {
  #cenovnik {
    padding: var(--sectionPadding);
  }
  #cenovnik .cs-container {
    width: 100%;
    max-width: 31.25em;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
  }
  #cenovnik .cs-content {
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #cenovnik .cs-toggle-group {
    width: auto;
    margin: 2rem auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cenovnik .cs-plan {
    font-size: 1rem;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    color: var(--headerColor);
  }
  #cenovnik .cs-plan:hover {
    cursor: pointer;
  }
  #cenovnik .cs-toggle {
    width: 3.875rem;
    height: 2.25rem;
    border-radius: 2.5rem;
    background-color: var(--primaryLight);
    margin: 0 0.75rem;
    border: none;
    position: relative;
    flex: none;
  }
  #cenovnik .cs-toggle:hover {
    cursor: pointer;
  }
  #cenovnik .cs-toggle.active:before {
    opacity: 1;
  }
  #cenovnik .cs-toggle.active .cs-toggle-switch {
    left: 2rem;
  }
  #cenovnik .cs-toggle:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffba43 -24.69%, #e12213 126.23%);
    opacity: 0;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border-radius: 2.5rem;
    transition: opacity 0.3s;
  }
  #cenovnik .cs-toggle-switch {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0.375rem;
    transition: left 0.3s;
    background: #fff;
  }
  #cenovnik .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: clamp(1rem, 1.8vw, 1.25rem);
    perspective: 700px;
    transform-style: preserve-3d;
  }
  #cenovnik .cs-card-group.active.cs-option1 {
    transform: scale(0);
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
  }
  #cenovnik .cs-card-group.active.cs-option1 .cs-item {
    opacity: 0;
    transform: translateY(1.25rem) rotateY(90deg);
    transition: opacity 0.3s, transform 0.6s;
  }
  #cenovnik .cs-card-group.active.cs-option2 {
    visibility: visible;
    pointer-events: all;
    opacity: 1;
    position: relative;
    left: auto;
    bottom: 0;
    transform: scale(1);
  }
  #cenovnik .cs-card-group.active.cs-option2 .cs-item {
    opacity: 1;
    transform: translateY(0rem) rotateY(0deg);
  }
  #cenovnik .cs-option1 {
    opacity: 1;
    visibility: visible;
    left: left;
    bottom: auto;
    transform: scale(1);
    transform-origin: left top;
    transition: transform 0.6s, opacity 0.3s, visibility 0.3s;
  }
  #cenovnik .cs-option1 .cs-item {
    opacity: 1;
    transform: translateY(0rem) rotateY(0deg);
    transition: opacity 0.3s, transform 0.6s;
  }
  #cenovnik .cs-option1 .cs-item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  #cenovnik .cs-option1 .cs-item:nth-of-type(3) {
    transition-delay: 0.4s;
  }
  #cenovnik .cs-option2 {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -30em;
    transform: scale(0);
    transform-origin: left top;
    transition: transform 0.6s, opacity 0.3s, visibility 0.3s;
  }
  #cenovnik .cs-option2 .cs-item {
    opacity: 0;
    transform: translateY(1.25rem) rotateY(90deg);
    transition: opacity 0.3s, transform 0.6s;
  }
  #cenovnik .cs-option2 .cs-item:nth-of-type(2) {
    transition-delay: 0.2s;
  }
  #cenovnik .cs-option2 .cs-item:nth-of-type(3) {
    transition-delay: 0.4s;
  }
  #cenovnik .cs-item {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0 clamp(1.25rem, 3vw, 2rem) clamp(1.25rem, 3vw, 2rem);
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #F4F4F4;
    overflow: hidden;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    grid-column: span 12;
  }
  #cenovnik .cs-item.cs-popular .cs-background {
    background-color: var(--primary);
  }
  #cenovnik .cs-item.cs-popular .cs-background img {
    opacity: 1;
  }
  #cenovnik .cs-item.cs-popular .cs-package {
    color: var(--secondary);
  }
  #cenovnik .cs-item.cs-popular .cs-price {
    color: var(--bodyTextColorWhite);
  }
  #cenovnik .cs-item.cs-popular .cs-desc {
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
  }
  #cenovnik .cs-top {
    padding: 2.5rem 0;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }
  #cenovnik .cs-background {
    background-color: var(--secondary);
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2rem;
    right: -2rem;
    z-index: -1;
  }
  #cenovnik .cs-background img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    opacity: 0;
  }
  #cenovnik .cs-package {
    font-size: 1rem;
    line-height: 1.2em;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    margin: 0;
    color: var(--primary);
    display: block;
  }
  #cenovnik .cs-price {
    font-size: clamp(2.4375rem, 5vw, 3.0625rem);
    line-height: 1.2em;
    text-align: center;
    font-weight: 900;
    margin: 0;
    color: var(--headerColor);
    display: block;
    transform: translateY(0.5625rem);
  }
  #cenovnik .cs-desc {
    font-size: 1rem;
    line-height: 1.2em;
    text-align: center;
    margin: 0 0 0 0.5rem;
    color: var(--bodyTextColor);
    opacity: 0.8;
    display: block;
  }
  #cenovnik .cs-ul {
    margin: 0 0 2rem 0;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #cenovnik .cs-item-text {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    width: 100%;
    margin: clamp(1.5rem, 4vw, 2.5rem) 0 clamp(1.5rem, 4vw, 2.5rem) 0;
    padding: 0;
    color: var(--bodyTextColor);
  }
  #cenovnik .cs-item-text.cs-disabled {
    opacity: 0.4;
    filter: grayscale(1);
  }
  #cenovnik .cs-li {
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    list-style: none;
    line-height: 1.2em;
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
  }
  #cenovnik .cs-li.cs-disabled {
    opacity: 0.4;
    filter: grayscale(1);
  }
  #cenovnik .cs-icon {
    width: 1.125rem;
    height: auto;
    display: block;
  }
  #cenovnik .cs-price-button {
    margin-top: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 48rem) {
  #cenovnik .cs-container {
    max-width: 80rem;
  }
  #cenovnik .cs-item {
    grid-column: span 6;
  }
  #cenovnik .cs-item.cs-popular {
    grid-column: span 12;
    order: -1;
  }
  #cenovnik .cs-option1 .cs-item.cs-popular {
    grid-column: span 6;
  }
}
@media only screen and (min-width: 64rem) {
  #cenovnik .cs-item {
    grid-column: span 4;
  }
  #cenovnik .cs-item.cs-popular {
    grid-column: span 4;
    order: initial;
  }
  #cenovnik .cs-option1 .cs-item {
    grid-column: 3/span 4;
  }
  #cenovnik .cs-option1 .cs-item.cs-popular {
    grid-column: span 4;
  }
  #cenovnik .cs-option2 {
    bottom: 0;
  }
}

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