.page-heading {
    text-align: center;
    font-family: Poppins, sans-serif;
    margin-bottom: calc(2 * var(--space-50));
    margin-top: calc(2 * var(--space-60) - 3px);
    position: relative;
}

.title {
    font-size: var(--font-48);
    font-weight: 600;
    color: var(--color-default);
    letter-spacing: 4.8px;
    text-transform: uppercase;
    text-align: center;
}

.subtitle {
    font-size: var(--font-24);
    font-weight: 300;
    letter-spacing: 4.8px;

}

.green-lines {
    margin-bottom: calc(var(--space-25) + 3px);
    position: relative;
    height: 111px;
    overflow: hidden;
}

.container-md {
    max-width: 1555px;
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    font-family: Poppins, sans-serif;
    margin: calc(-1 * var(--space-60)) calc(-1 * var(--space-60)) var(--space-60) calc(-1 * var(--space-60));
}

.contact-info-item {
    padding: var(--space-60);
    display: flex;
    width: 33.33%;
}

.contact-info-item:not(.has-img) .contact-info-inner {
    padding: var(--space-50);
}

.contact-info-inner {
    border: 1px solid var(--color-primary);
    width: 100%;
    height: 100%;
    background-color: #fff;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-info-inner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact-info-icon svg *,
.contact-info-icon svg {
    fill: var(--color-primary)
}

.contact-info-icon {
    width: 75px;
}

.contact-info-title {
    font-size: var(--font-24);
    color: var(--color-default);
    font-weight: 300;
    margin-bottom: 10px;
}

.contact-info .text, .contact-info .contact-info-links {
    font-size: 16px;
    font-weight: 300;
    color: var(--color-default);
    line-height: 30px;
}

.container-sm {
    max-width: 1030px;
}

.contact-form-section {
    background-size: cover;
    background-repeat: no-repeat;
    --row-gap: 5px;
}


.contact-form-container {
    padding-top: calc(2 * var(--space-50) - 5px);
    padding-bottom: calc(2 * var(--space-50) - 5px);
    position: relative;
    z-index: 1;
}

.contact-form-title {
    color: var(--color-primary);
    font-size: var(--font-48);
    font-weight: 600;
    letter-spacing: 4.8px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: calc(var(--space-50) + var(--space-25));
}

.contact-form-container .form-control {
    border-radius: 0;
    padding: 12px 20px;
    color: black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    font-family: Poppins, sans-serif;
}

.form .captcha-image-wrapper {
    border-radius: 0 !important;
}

.form .captcha-refresh {
    border: none;
    color: var(--color-primary) !important;
}

.form .form-element-name {
    color: white;
    font-size: 18px;
    font-weight: 200;
}

.form .form-element-option-text {
    color: white;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 0.7px;
    line-height: 24px;
}

/*.form-container .form-icheck{*/
/*background: white;*/
/*}*/

.form .btn-secondary {
    background: transparent;
    padding: 13px 26px;
    border: 1px solid white;
    border-radius: 0;
    color: white;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.row-flex-center {
    display: flex;
    justify-content: center;
}

.form .alert-block {
    background: red;
    color: white;
}


/* o firmie */

.section-title.title-secondary {
    color: var(--color-primary);
    font-size: var(--font-48);
    font-weight: 600;
    letter-spacing: 4.8px;
    text-align: center;
    text-transform: uppercase;
}

.mainAbout {
    background-repeat: no-repeat;
    background-size: cover;
}

.container-mainAbout {
    padding: calc(2 * var(--space-40)) calc(3 * var(--space-50) - 10px);
    height: max(100vh, 780px);
    position: relative;
}

.mainAbout-text {
    font-family: Poppins, sans-serif;
    color: white;
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
}

.mainAbout-left .mainAbout-text {
    font-size: var(--font-24);
    line-height: 40px;
    overflow: auto;
    scrollbar-width: thin;
    max-height: 120px;
    padding-right: var(--space-25);
    color: #fff;
}

.mainAbout-left .mainAbout-text::-webkit-scrollbar {
    width: 5px;
}

.mainAbout-left .mainAbout-text::-webkit-scrollbar-track {
    background-color: rgba(95, 179, 158, 0.5);
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    background-clip: padding-box;
}

.mainAbout-left .mainAbout-text::-webkit-scrollbar-thumb {
    background-color: var(--color-primary);
}

.mainAbout-inner {
    display: flex;
}

.mainAbout-left {
    width: 40%;
}

.mainAbout-right {
    width: 60%;
    padding-left: 12%;
}

.mainAbout-title {
    margin-bottom: calc(4 * (var(--space-50)));
}

.mainAbout .btn, .gallery .btn {
    background: transparent;
    color: white;
}

.about-line1 {
    width: 4px;
    background: var(--color-primary);
    height: max(64vh, 610px);
    position: absolute;
    left: 0;
    top: 36vh;
}

.about-line2 {
    width: 4px;
    background: var(--color-primary);
    height: 85vh;
    position: absolute;
    right: 0;
    top: -20vh;
}

.scrollTo {
    position: absolute;
    left: 50%;
    bottom: calc(2 * var(--space-40));
    margin: auto;
    transform: translateX(-50%);
}

.scrollTo-text {
    color: white;
    font-family: Poppins, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
    margin: auto;
    margin-bottom: var(--space-50);
    user-select: none;
}

.scrollTo-icon {
    width: 54px;
    height: 46px;
}

/* MAIN INFO */

.mainInfo {
    position: relative;
}

.mainInfo::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url('/static/thumbnail/mainInfo/big/maininfo-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    filter: grayscale(100%);
}

.mainInfo > .container {
    position: relative;
}

.container-mainInfo {
    height: max(100vh, 780px);
    padding: calc(2 * var(--space-40));
    position: relative;
}

.mainInfo .scrollTo-text {
    color: var(--color-default);
}

.mainInfo .section-title {
    color: var(--color-default);
}

.info-line1 {
    width: 4px;
    background: var(--color-primary);
    height: 70vh;
    position: absolute;
    top: 0;
    left: 0;
}

.mainInfo-list {
    display: flex;
    justify-content: space-between;
    margin-top: calc(var(--space-40) + var(--space-50));
}

.mainInfo-item {
    border: 1px solid var(--color-primary);
    width: 400px;
    height: 400px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
    padding: calc(var(--space-40) + 5px);
}

.mainInfo-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    font-family: Poppins, sans-serif;
    color: var(--color-default);
}

.mainInfo-title {
    font-size: var(--font-24);
    font-weight: 300;
}

.mainInfo-teaser {
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
}

.mainInfo-icon {
    width: 75px;
    height: 70px;
}


/* ABOUT US GALLERY */

.gallery {
    z-index: 10;
    position: relative;
}

.gallery-picture-hover {
    display: flex;
    flex-direction: column;
    gap: calc(2 * var(--space-40));
    padding-top: calc(50% - 25px);
    justify-content: flex-start;
}

.gallery-list-item {
    padding: 0;
}

.gallery-logo {
    width: 70px;
    height: 60px;
}


/* SLIDER DOTS */
.slick-dots {
    display: flex;
    flex-direction: column;
    gap: var(--space-50);
}

.slick-dots button {
    background: transparent;
    border: none;
    color: var(--color-default);
    font-size: 16px;
    letter-spacing: 1.6px;
    font-weight: 400;
    transition: color 0.5s;
}

.slick-dots .slick-active button {
    color: var(--color-primary)
}

/**
 * FOOTER
 */
footer {
    position: relative;
    background-image: url("/static/images/footer.webp");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10;
    /*height: max(100vh, 890px);*/
}

.footer-main {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-container {
    padding: calc(2 * var(--space-40));
    position: relative;
}

.footer-line {
    position: absolute;
    width: 4px;
    height: 65vh;
    top: 0;
    left: 0;
    background: var(--color-primary);
}


footer .contact-info {
    margin-top: calc(1 * var(--space-40) + 10px);
}



.contact-info-links {
    display: flex;
    flex-direction: column;
}

footer .contact-info-inner {
    gap: calc(var(--space-60) / 4);
}

footer .contact-info-links {
    margin-top: calc(var(--space-60) / 6);
}

/* FOOTER BAR */
.footer-bar {
    padding: 10px 0;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 14px;
    height: 150px;
}

.footer-bar .footer-container {
    padding-top: 0;
    padding-bottom: 0;
}

.footer-bar-content::after {
    content: "";
    display: table;
    clear: both;
}

.footer-bar-content > *:not(:last-child) {
    margin-right: 30px;
}

.footer-bar-content ul {
    display: flex;
    flex-wrap: wrap;
}

.footer-bar-content ul li {
    position: relative;
}

.footer-bar-content ul li + li::before {
    content: '';
    position: absolute;
    height: 10px;
    width: 1px;
    background-color: #131313;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer-bar-content ul li a {
    text-transform: uppercase;
    letter-spacing: 0.7px;
    transition: color 0.3s;
}

.footer-bar-content ul li + li {
    margin-left: var(--space-25);
    padding-left: var(--space-25);
}

.footer-bar-links {
    margin-left: -8px;
    font-size: 0;
    text-transform: uppercase;
}

.footer-bar-links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 8px;
    font-size: 14px;
    line-height: 24px;
}

.footer-bar-links a {
    color: inherit;
}

.copyright {
    font-family: Poppins, sans-serif;
    color: var(--color-default);
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 30px;
}

.copyright-undicom {
    float: right;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
}

.copyright-undicom svg {
    max-width: 15px;
    fill: currentColor;
}

footer .scrollTo-text {
    color: var(--color-default);
    margin-top: var(--space-50);
    margin-bottom: 0;
}


footer .scrollTo:hover .scrollTo-icon {
    transform: rotate(180deg) scale(1.05);
}

footer .scrollTo-icon {
    transform: rotate(180deg);
}

/* PRODUCT */

.title-secondary {
    color: var(--color-primary);
}

.section-text .title-secondary {
    margin-bottom: 20px;
}

.text table {
    position: relative;
    z-index: 100;
}

.text table tr:nth-child(even) {
    background: white;
}

.text table tr:nth-child(odd) {
    background: #f8f4f4;
}

.text table tr:has(th) {
    background: var(--color-primary) !important;
}

.text table tr th {
    text-transform: uppercase;
    color: var(--color-default);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.7px;
    line-height: 1em;
    padding: 16px 20px;
    border: 1px solid rgba(19, 19, 19, 0.05);
}

.text table tr td {
    color: var(--color-default);
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    padding: 16px 20px;
    border: 1px solid rgba(19, 19, 19, 0.05);
}

.files-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-bottom: calc(2 * var(--space-40));
    padding-top: calc(var(--space-25) + 7px);
}

.file-inner {
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: space-between;
}

.file {
    position: relative;
    z-index: 10;
    background-color: #fff;
    transition: background-color 0.3s;
}

@media screen and (min-width: 1140px) {
    .file:hover {
        background: #f8f4f4;
    }

    .file:hover .file-download-btn {
        background: #0f4d50;
        color: #fff;
    }
}


.file-left {
    padding: 16px;
}

.file-left {
    display: flex;
    gap: calc(var(--space-25) + 3px);
    color: var(--color-default);
    font-size: 14px;
    font-weight: 500;
}

.file-download-btn {
    background: var(--color-primary);
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 15px 26px;
}

.file-download-btn .caption {
    margin-right: var(--space-40);
}


.btn-under-gallery {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1.4px;
    color: var(--color-default);
}

.title-gallery {
    padding-bottom: calc(var(--space-25) + 7px);
}

.file-icon {
    min-width: 20px;
    min-height: 20px;
}

.about-line1-draw {
    animation: drawAbout-line1 ease 1.3s forwards;
}

@keyframes drawAbout-line1 {
    0% {
        height: 0vh;
    }

    100% {
        height: max(64vh, 620px);
    }
}

.about-line2-draw {
    animation: drawAbout-line2 ease 1.3s forwards;
}

@keyframes drawAbout-line2 {
    0% {
        height: 0vh;
    }

    100% {
        height: 85vh;
    }
}

.footer-line-draw {
    animation: drawFooter-line ease 1.3s forwards;
}

@keyframes drawFooter-line {
    0% {
        height: 0vh;
    }

    100% {
        height: 65vh;
    }
}