#includedHeader {
    min-height: 122px;
    background-color: #000033;
    transition: 300ms linear;
}

.eli-button--small {
    font-size: 16px;
}

h2,
h3,
h4 {
    font-family: Sora, sans-serif;
    font-size: 20px;
    font-weight: 500;
}

p,
ul {
    line-height: 1.5;
}

body {
    font-family: Inter, sans-serif;
    font-weight: 300;
    color: #494949;
    background-color: white;
}

html {
    background-color: #172765;
}

.page-section {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 100px;
}

.page-section-row {
    max-width: 1440px;
    margin: auto;
    padding-top: 30px;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.section-title {
    font-weight: 500;
}

.page-section--intro {
    color: white;
    background-color: #000033;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    overflow: hidden;
}

.intro-hero {
    position: absolute;
    height: 95%;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.intro-hero--bg {
    right: 110px;
    bottom: -50px;
    z-index: 9;
    animation: rotate 30s linear infinite;
    -webkit-animation: rotate 30s linear infinite;
    filter: blur(120px) brightness(0.8);
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.page-section-row--intro {
    flex-direction: column;
    justify-content: stretch;
    gap: 30px;
    height: 90vh;
    max-height: 995px;
    padding-bottom: 30px;
    padding-right: 0;
    position: relative;
}

.page-section-row--short {
    height: auto;
    padding-top: 100px;
    padding-bottom: 100px;
    gap: 40px;
}

.page-section--title {
    background-color: white;
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    color: black;
}

.page-section-row--title {
    flex-direction: column;
    justify-content: stretch;
    gap: 10px;
    padding-bottom: 30px;
    padding-right: 0;
    position: relative;
    color: black;
}

.page-section--app {
    background-color: #f5f5fa;
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    color: black;
}

.page-section-row--app {
    flex-direction: column;
    justify-content: stretch;
    gap: 30px;
    padding-bottom: 30px;
    padding-right: 0;
    position: relative;
    color: black;
}

    .page-section-row--app .intro-line {
        flex-wrap: wrap;
    }

    .page-section-row--app h4,
    .page-section-row--app h3,
    .page-section-row--app h2,
    .page-section-row--app h1 {
        color: black;
    }

.page-section--two-cols {
    background-color: #f5f5fa;
    width: 100%;
    color: black;
}

    .page-section--two-cols img {
        border-radius: 10px;
    }

.background--white {
    background-color: #ffffff;
}

.page-section-row--two-cols {
    flex-direction: row;
    justify-content: space-around;
    gap: 30px;
    color: black;
}

.page-section-row--two-cols img {
    max-width: 100%;
}

.two-cols-1 {
    width: 45%;
}

.two-cols-2 {
    width: 50%;
}

.slick-slide .image {
    padding: 20px;
}

.hidden {
    display: none;
}

.intro-features-title {
    color: white;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.intro-features-image {
    width: 100%;
    border-radius: 10px;
    max-height: 515px;
    /* max-width: 550px; */
}

.intro-hero-image {
    width: 100%;
    border-radius: 10px;
}

.intro-images {
    display: none;
    width: 100%;
    border: 5px solid white;
    border-radius: 10px;
    max-height: 515px;
    background-color: white;
}

    .intro-images img {
        border-radius: 5px;
    }

.intro-image {
    width: 100%;
    border-radius: 5px;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23111' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    opacity: 0.5;
}

.intro-line {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    z-index: 10;
}

.intro-line--grow {
    flex-grow: 1;
}

.intro-line--align-center {
    align-items: center;
}

.intro-line--justify-center {
    justify-content: center;
}

.intro-line--space {
    flex-grow: 2;
}

.intro-line--header {
    justify-content: space-between;
}

.intro-line--buttons-mid {
    flex-grow: 1;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.intro-line--buttons-last {
    flex-grow: 2;
    align-items: center;
}

.page-section-row h3 {
    padding: 20px 0 20px 0;
}

.intro-product {
    max-width: 50%;
    display: block;
    margin-top: 50px;
}

.intro-col-1 {
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    gap: 10px;
}

.intro-col-2 {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.intro-col-2-persistent {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.intro-features-column {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    height: 100%;
}

.intro-header {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0;
}

.intro-header-small {
    font-size: 24px;
    line-height: 1.5;
    margin: 0;
    font-weight: 300;
}

.inline-headers * {
    display: inline-block;
}

.page-section--hero {
    background-color: #eff6fd;
}

.feature-box {
    flex-basis: 20%;
    min-width: 300px;
}

.feature-icon-box {
    width: 50px;
    height: 50px;
    border: none;
    margin-bottom: 30px;
}

.feature-icon {
    text-align: center;
    fill: #0b5fff;
    width: 100%;
    height: 100%;
}

.feature-title {
    margin-bottom: 10px;
}

.page-section-row--description {
    justify-content: space-between;
}

.description-title {
    margin-bottom: 20px;
}

.description-text {
    width: 45%;
}

.description-img-box {
    width: 50%;
    position: relative;
}

.description-img {
    width: 100%;
}

.description-img-box::before,
.description-img-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 3pt;
}

.description-img-box::before {
    padding-left: 50%;
    padding-right: 50%;
    padding-top: 10%;
    padding-bottom: 10%;
    background-color: #bddaf9;
    z-index: -2;
}

.description-img-box::after {
    padding-left: 45%;
    padding-right: 45%;
    padding-top: 3%;
    padding-bottom: 3%;
    background-color: #0b5fff;
    z-index: -1;
}

.page-section--review {
    background-color: #eff6fd;
}

.review-avatar {
    width: 50px;
    display: block;
    border-radius: 3pt;
    margin-bottom: 20px;
}

.page-section-row--review {
    gap: 20px;
}

.page-section--blog {
    background-color: #f5f5fa;
}

.page-section--last {
    margin-bottom: 0;
}

.page-section-row--blog {
    gap: 30px;
    align-items: flex-start;
    justify-content: space-around;
}

.page-section-row--button {
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    padding-top: 0;
}

.blog-link {
    margin-bottom: 50px;
    flex-basis: 30%;
    min-width: 300px;
}

    .blog-link,
    .blog-link:link,
    .blog-link:visited,
    .blog-link:active,
    .blog-link:visited {
        color: inherit;
        text-decoration: none;
    }

.blog-card {
    background-color: white;
    border-radius: 5pt;
    min-width: 250px;
    flex: 1 1 300px;
    max-width: 500px;
    min-height: 450px;
    position: relative;
}

.blog-card-content {
    padding: 15px;
}

.blog-icon-box {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 10px;
}

.blog-card--update::before {
    content: "AKTUALIZACJA";
    position: absolute;
    border-radius: 5pt 5pt 0 0;
    top: -30px;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #ffd43b;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.blog-card--update .blog-image-box {
    border-radius: 0;
}

.blog-image-box {
    width: 100%;
    height: 150px;
    background-size: cover;
    border-top-right-radius: 5pt;
    border-top-left-radius: 5pt;
}

.blog-icon {
    fill: #5ba3ef;
    width: 50px;
    height: 50px;
}

.blog-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
    min-height: 40px;
}

.blog-date {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-block;
}

.text-box--blog {
    font-size: 14px;
}

.invitation-img {
    height: 100%;
    border-top-left-radius: 3pt;
    border-bottom-left-radius: 3pt;
}

.invitation-box {
    text-align: center;
    flex: 1 0;
}

    .invitation-box h3 {
        color: white;
        font-weight: 500;
        line-height: 1.5;
        margin-bottom: 40px;
    }

.page-section-row--invitation {
    background-color: #5ba3ef;
    border-radius: 3pt;
    justify-content: space-around;
    max-height: 350px;
    height: 100%;
    padding: 0;
}

.page-section--comparison {
    background-color: #f5f5fa;
}

.page-section-row--comparison {
    align-items: flex-start;
    justify-content: space-between;
}

.page-section--pricing {
    background-color: #f5f5fa;
    padding-bottom: 0;
}

.product-box {
    flex-basis: 23%;
    margin-bottom: 50px;
}

.page-section--products {
    background-color: #f5f5fa;
}

.page-section-row--products {
    flex-direction: row;
    align-items: flex-start;
}

.page-section-row--pricing {
    align-items: flex-start;
    justify-content: space-between;
}

.page-section-row--products .product-box {
    flex-basis: 48%;
}

.page-section-row--pricing .product-box {
    flex-basis: 32%;
}

.page-section-row--pricing .product-card {
    min-height: 700px;
}

.page-section-row--store .product-card {
    min-height: 600px;
}

.page-section-row--products .product-card {
    max-width: none;
    min-height: 620px;
}

#pricing-licence {
    display: none;
}

.product-box a {
    text-decoration: none;
    color: inherit;
}

.product-card {
    background-color: white;
    border-radius: 5pt;
    padding: 30px 10px 10px;
    min-width: 310px;
    max-width: 500px;
    min-height: 600px;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: auto;
}

.product-prices {
    justify-content: center !important;
    gap: 20px;
    font-size: 14px;
}

    .product-prices strong {
        font-size: 20px;
        font-weight: 400;
    }

    .product-prices .price {
        justify-content: center;
        align-items: flex-end;
    }

.product-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

    .product-price strong {
        font-weight: 500;
    }

.product-note {
    padding-top: 10px;
}

.product-card--short {
    min-height: 600px;
}

.product-card--shrink {
    min-height: 0;
    padding: 40px 20px 30px 20px;
}

.product-card:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #424c5b;
    border-radius: 5pt 5pt 0 0;
    font-weight: 500;
    font-size: 14px;
}

.product-card--firmapremium::after {
    background-color: #424c5b;
}

.product-card--firmapremium .horizontal-separator {
    border-bottom-color: #424c5b;
}

.product-card--firma::after {
    background-color: #753f82;
}

.product-card--firma .horizontal-separator {
    border-bottom-color: #753f82;
}

.product-card--fakturypremium::after {
    background-color: #4661be;
}

.product-card--fakturypremium .horizontal-separator {
    border-bottom-color: #4661be;
}

.product-card--faktury::after {
    background-color: #4f9237;
}

.product-card--faktury .horizontal-separator {
    border-bottom-color: #4f9237;
}

.product-card--sql::after {
    background-color: #0685aa;
}

.product-card--oldversion::after {
    background-color: #6c757d;
}

.product-card--recommended::after {
    border-radius: 0 0 0 0;
}

.product-card--recommended::before {
    content: "REKOMENDOWANY";
    position: absolute;
    border-radius: 5pt 5pt 0 0;
    top: -30px;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: #ffd43b;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.product-card-columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
	padding-bottom: 15px;
}

.product-card-rows {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footnote {
    font-size: 11px;
}

.product-parameters {
    flex-grow: 2;
    flex-shrink: 0;
    flex-basis: 60%;
    justify-content: flex-start;
}

    .product-parameters p {
        margin-bottom: 10px;
    }

    .product-parameters h4 {
        margin-bottom: 20px;
    }

    .product-parameters span {
        color: #0b5fff;
    }

.product-description {
    flex-grow: 1;
    margin-bottom: 40px;
}

.product-link {
    padding-bottom: 5px;
    padding-top: 20px;
}

.product-image {
    flex-basis: 40%;
    display: flex;
}

    .product-image img {
        width: 100%;
        max-width: 300px;
        margin: auto;
        padding: 10px;
    }

.product-img {
    max-width: 50%;
    margin: auto;
    display: block;
    padding-top: 20px;
    padding-bottom: 30px;
    max-height: 350px;
}

.product-title {
}

.product-features-list {
    flex-grow: 1;
    list-style: none;
}

    .product-features-list li {
        margin-bottom: 10px;
        min-height: 24px;
    }

    .product-features-list span {
        white-space: pre-line;
    }

.product-feature-icon {
    margin-right: 10px;
    width: 20px;
    min-width: 20px;
    height: 20px;
    font-weight: bold;
    fill: #0b5fff;
}

.product-feature-icon--check {
    fill: green;
}

.product-feature-box {
    display: flex;
    align-items: center;
}

    .product-feature-box p {
        line-height: 1.2;
    }

.product-button-box {
    text-align: center;
}

.product-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding-bottom: 20px;
}

.product-card .accent {
    fill: #0b5fff;
    color: #0b5fff;
    font-weight: 600;
}

.card-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
}

/* COMPONENTS */

.text-box {
    line-height: 1.5;
    margin-bottom: 10px;
}

a.elisoft-btn,
a.elisoft-btn:link,
a.elisoft-btn:visited {
    background-color: #5ba3ef;
    padding: 12px 32px;
    display: inline-block;
    border-radius: 3pt;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    transition: all 0.3s;
}

    a.elisoft-btn:hover,
    a.elisoft-btn:active {
        background-color: #4982bf;
    }

a.elisoft-btn--light:link,
a.elisoft-btn--light:visited {
    background-color: #fff;
    color: #555;
}

a.elisoft-btn--light:hover,
a.elisoft-btn--light:active {
    background-color: #fafafa;
}

a.elisoft-btn--border:link,
a.elisoft-btn--border:visited {
    color: #5ba3ef;
    border: 2px solid #eff6fd;
    background-color: #fff;
}

a.elisoft-btn--border:hover,
a.elisoft-btn--border:active {
    background-color: #fafafa;
}

a.elisoft-link:link,
a.elisoft-link:visited {
    color: #fff;
    border: none;
    background-color: none;
    padding: 0;
    text-decoration: underline;
}

a.elisoft-link:hover,
a.elisoft-link:active {
    color: #5ba3ef;
}

a.elisoft-link--big:link,
a.elisoft-link--big:visited {
    font-size: 20px;
}

a.elisoft-btn--primary:link,
a.elisoft-btn--primary:visited {
    background-color: #5ba3ef;
    color: #fff;
}

a.elisoft-btn--primary:hover,
a.elisoft-btn--primary:active {
    background-color: #4982bf;
}

a.elisoft-btn--big:link,
a.elisoft-btn--big:visited {
    font-size: 20px;
    padding: 16px 32px;
    border-radius: 5pt;
}

a.elisoft-btn--fixed-size:link,
a.elisoft-btn--fixed-size:visited {
    width: 175px;
    text-align: center;
}

.hero-line--downloads {
    gap: 10px;
}

.downloads-count {
    color: #5ba3ef;
    font-weight: 500;
}

.downloads-message {
    font-weight: 500;
}

.roll-in-left {
    -webkit-animation: roll-in-left 0.6s ease-out both;
    animation: roll-in-left 0.6s ease-out both;
}

.scale-in-center {
    -webkit-animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: scale-in-center 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.delay-first {
    animation-delay: 0.3s;
}

.delay-second {
    animation-delay: 0.9s;
}

.delay-third {
    animation-delay: 1.5s;
}

.m-30 {
    margin-bottom: 30px;
}

/*TOGGLE SWITCH */

.toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    border: 1px solid #959595;
    border-radius: 10px;
    background: #f5f5fa;
    color: #000033;
    cursor: pointer;
    font-weight: 400;
}

.toggleContainer::before {
    content: "";
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0%;
    border-radius: 10px;
    background: #0b5fff;
    transition: all 0.3s;
}

.toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
}

.toggleCheckbox:checked + #pricing-licence {
    display: none;
}

.toggleContainer div {
    padding: 10px;
    text-align: center;
    z-index: 1;
}

.toggleCheckbox {
    display: none;
}

.toggleCheckbox:checked + .toggleContainer div:first-child {
    color: black;
    transition: color 0.3s;
}

.toggleCheckbox:checked + .toggleContainer div:last-child {
    color: white;
    transition: color 0.3s;
}

.toggleCheckbox + .toggleContainer div:first-child {
    color: white;
    transition: color 0.3s;
}

.toggleCheckbox + .toggleContainer div:last-child {
    color: black;
    transition: color 0.3s;
}

/*TOGGLE SWITCH */

.flex-justify-start {
    justify-content: flex-start;
}

.flex-justify-end {
    justify-content: flex-end;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-12-20 15:59:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

/* ----------------------------------------------
 * Generated by Animista on 2024-12-20 15:26:10
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation roll-in-left
 * ----------------------------------------
 */
@-webkit-keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes roll-in-left {
    0% {
        -webkit-transform: translateX(-800px) rotate(-540deg);
        transform: translateX(-800px) rotate(-540deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0) rotate(0deg);
        transform: translateX(0) rotate(0deg);
        opacity: 1;
    }
}