/*
Theme Name: SL2026
Author: sadlik.studio
Description: Silesian Logistics Theme
Version: 1.0.0
*/

* {
    margin: 0;
    padding: 0;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

html {
    font-size: 62.5%;
}

html,
body {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;

    --font-primary: 'Barlow', sans-serif;
    --font-secondary: 'Roboto', sans-serif;
    --font-serif: 'Butler', serif;
    --color-warmblack: #232222;
    --color-brand-gold: #9e7444;
    --color-darkgray: gray;
    --color-lightgray: #ededed;
    --color-green: #0e9d8b;
    --color-offwhite: #dedee4;
    --footer-color: #fff;
    --color-white: #fff;
    --side-contact-light: #fff;
    --padding-for-navbar: calc(100px + var(--mini-padding));

    font-family: var(--font-secondary);
    color: var(--color-warmblack);
}

main {
    z-index: 2;
    background-color: #fff;
    position: relative;
}

em {
    font-style: normal;
}

.width-fit-content {
    width: fit-content !important;
}

.text-balance {
    text-wrap: balance;
}

.text-warmblack {
    color: var(--color-warmblack) !important;
}

.text-white {
    color: #fff !important;
}

.text-gold {
    color: var(--color-brand-gold) !important
}

section {
    width: 100%;
    overflow-x: hidden;
    overflow-y: clip;
    position: relative;
}

.font-primary {
    font-family: var(--font-primary) !important;
}

.font-secondary {
    font-family: var(--font-secondary) !important;
}

.font-serif {
    font-family: var(--font-serif) !important;
}

.weight-100 {
    font-weight: 250 !important;
}

.weight-200 {
    font-weight: 200 !important;
}

.weight-300 {
    font-weight: 300 !important;
}

.weight-400 {
    font-weight: 400 !important;
}

.weight-500 {
    font-weight: 500 !important;
}

.weight-600 {
    font-weight: 600 !important;
}

.weight-700 {
    font-weight: 700 !important;
}

.weight-800 {
    font-weight: 800 !important;
}

.weight-900 {
    font-weight: 900 !important;
}

.text-italic {
    font-style: italic !important;
}

[class*="parallax-layer"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--bg);
    z-index: -1;
}

.horizontal-scroll {
    overflow-x: auto;
    padding-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: var(--color-brand-gold) transparent
}

@media (min-width: 10px) {
    body {
        --dyna-padding: 12px;

    }
}

@media (min-width: 576px) {
    body {
        --dyna-padding: calc((100vw - 540px) / 2 * .5);
    }

}

@media (min-width: 768px) {
    body {
        --dyna-padding: calc((100vw - 720px) / 2 * .5);
    }

}

@media (min-width: 992px) {
    body {
        --dyna-padding: calc((100vw - 960px) / 2 * .5);
    }
}

@media (min-width: 1200px) {
    body {
        --dyna-padding: calc((100vw - 1140px) / 2 * .5);
    }

}

@media (min-width: 1400px) {
    body {
        --dyna-padding: calc((100vw - 1320px) / 2 * .5);
    }

}

.dyna-padding {
    padding-left: var(--dyna-padding) !important;
    padding-right: var(--dyna-padding) !important;
}

.left-dyna-padding {
    padding-left: var(--dyna-padding) !important;
}

.right-dyna-padding {
    padding-right: var(--dyna-padding) !important;
}



header .navbar {
    --navbar-effect-color: rgba(255, 255, 255, 0.2);
    background-color: rgba(0, 0, 0, 0);
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    transition: all ease 0.6s;
    transform: translate3d(0, 0, 0);
    backdrop-filter: blur(3px);
    border-bottom: 1px solid var(--navbar-effect-color);
}

header .navbar.animate {
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1030;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    transition: all ease 0.6s;
    -webkit-box-shadow: 0 0 24px rgba(10, 10, 20, 0.1);
    -moz-box-shadow: 0 0 24px rgba(10, 10, 20, 0.1);
    box-shadow: 0 0 24px rgba(10, 10, 20, 0.1);
}

.navbar .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar.animate .navbar-brand {
    padding-top: 15px;
    padding-bottom: 15px;
    transition: height .3s ease;
}

.navbar .animated-height {
    height: 70px;
    transition: height .3s ease;
}

.navbar.animate .animated-height {
    height: 60px;
    transition: height .3s ease;
}

.navbar.dark-back .animated-height {
    height: 60px;
    transition: height .3s ease;
}

.nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.nav-item::before {
    content: "";
    display: block;
    width: calc(100% - 2px);
    height: 4px;
    position: absolute;
    left: 1px;
    bottom: 0;
    border-radius: 5px 5px 0 0;
    background-color: var(--navbar-effect-color);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition-property: transform, background-color;
}

.nav-item:hover::before,
.nav-item.current::before {
    transform: scaleY(1);
}

/* LANG SWITCHER */
.navbar .lang-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (max-width: 991.99px) {
    .navbar .lang-item {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.navbar .lang-item.current-lang {
    display: none;
}

#nav .nav-link {
    display: flex;
    align-items: center;
    font-family: var(--font-primary);
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-transform: none;
    padding: 0;
    letter-spacing: 0;
}

.navbar .navbar-brand .logo {
    height: 100%;
    transition: height .3s ease;
}

.navbar.animate .navbar-brand .logo {
    height: 100%;
    transition: height .3s ease;
}

.nav-submenu {
    display: flex;
    position: absolute;
    top: 70px;
    left: 0;
    flex-direction: column;
    list-style: none;
    width: fit-content;
    padding: 10px;
    background-color: var(--navbar-effect-color);
    border-radius: 0 0 5px 5px;
    visibility: hidden;
    transform: translateY(5px);
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition-property: transform;
}

.animate .nav-submenu {
    top: 61px;
    background-color: rgba(0, 0, 0, .5);
}

.nav-submenu .nav-subitem a {
    display: block;
    white-space: nowrap;
    font-family: var(--font-primary);
    color: #fff;
    font-size: 17px;
    text-decoration: none;
}

.nav-item:hover .nav-submenu {
    visibility: visible;
    transform: translateY(0);
    transition: 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transition-property: transform;
}

@media (width < 992px) {
    #nav .nav-link.animated-height {
        height: unset;
    }

    #nav .nav-item {
        padding: 10px 0;
    }

    .dark-back {
        background-color: rgba(0, 0, 0, 0.8) !important;
    }

    #navbar_top.dark-back .nav-item::before {
        display: none;
    }
}


.nav-sociale {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.nav-sociale a {
    margin: 0 5px;
    color: var(--color-warmblack);
}

.nav-link:hover,
.nav-link:focus {
    color: #fff;
}


.navbar-toggler .navbar-toggler-icon {
    background-image: none !important;
    width: 25px;
    height: 17px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active {
    padding: 0;
    outline: none;
    box-shadow: none;
    border: none;
    display: flex;
    flex-wrap: nowrap;
}


.navbar-toggler .navbar-toggler-icon div {
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon div:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon div:nth-child(2) {
    opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon div:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.logo__gold {
    fill: var(--color-brand-gold)
}

.logo__white {
    fill: #fff;

}

.logo__slash {
    fill: #fff;
}

@media (max-width: 991px) {
    header .navbar.animate {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    nav .navbar-brand {
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-bottom: 1px
    }
}

.text-slide-swap {
    position: relative;
    display: block;
    overflow: hidden;
}

.text-slide-swap .tss-text {
    display: block;
    line-height: 1;
    will-change: transform, opacity;
    transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
    transition-property: opacity, transform;
}

.text-slide-swap::after {
    content: attr(data-text);
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    white-space: nowrap;
    line-height: 1;
    opacity: 0;
    will-change: transform, opacity;
    transform: scale(0.9) translateY(-101%);
    transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
    transition-property: opacity, transform;
}

.text-slide-swap:hover::after {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.text-slide-swap:hover .tss-text {
    transform: scale(0.9) translateY(101%);
    opacity: 0;
}

.btn-no-effect {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 25px 14px;
    text-decoration: none;
    font-family: var(--font-primary);
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    border: 1px solid currentColor;
    border-radius: 2px;
    background-color: transparent;
}

.btn-no-effect--gold {
    border-color: var(--color-brand-gold);
    background-color: var(--color-brand-gold);
    color: #000;
}

.banner__eyebrow {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    font-weight: 200;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
    color: #fff;
}

.banner__header {
    margin: 0;
    padding: 15px 0;
    font-size: 4rem;
    line-height: 1.3;
    letter-spacing: 0.05rem;
    font-weight: 500;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
    color: #fff;
    position: relative;
}

.banner__header--line-after:after {
    content: '';
    width: 15rem;
    height: 3px;
    background-color: var(--color-brand-gold);
    display: inline-block;
    margin-left: 1rem;
}

.banner__content {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0px;
    font-weight: 300;
    font-family: var(--font-primary);
    color: #fff;
}

.banner__content strong {
    font-weight: 500;
}



.column__header {
    display: inline-block;
    margin: 0;
    padding: 15px 0;
    font-size: 3.5rem;
    line-height: 1.3;
    letter-spacing: 0.05rem;
    font-weight: 500;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
    position: relative;
}

.column__list {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: var(--font-primary);
    list-style: none;
    counter-reset: item;
}

.column__list li {
    padding-bottom: 3rem;
    counter-increment: item;
    position: relative;
    padding-left: 4rem;
    text-wrap: balance;
    display: flex;
    column-gap: 1rem;
    align-items: center;
}

.column__list li::before {
    content: counter(item, decimal-leading-zero) " ";
    font-family: var(--font-primary);
    color: var(--color-brand-gold);
    font-weight: 500;
    font-size: 1.5em;
    z-index: -1;
    min-width: 45px;
    border-right: 1px solid #dedede;
}

.column__photo {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: auto;
}

.section-title {
    margin: 0;
    padding: 15px 0;
    font-size: 3rem;
    line-height: 1.3;
    letter-spacing: 0.2em;
    font-weight: 500;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
    color: #fff;
    position: relative;
}

.section-subtitle {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0px;
    font-weight: 300;
    font-family: var(--font-primary);
    color: #fff;
}



.banner__content:not(:first-of-type) {
    padding-top: 2rem;
}

[class*="banner__"] em {
    color: var(--color-brand-gold);
}

.banner-europe .banner-europe__sygnet {
    height: 50px;
    margin-bottom: 20px;
}

.banner-europe .banner-europe__sygnet svg {
    height: 100%;
}

.banner-europe__dots {
    width: 70%;
    background-image: url(./img/banner-europe__bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.banner-europe__dots circle {
    fill: var(--color-brand-gold);
    stroke: none;
    transform-origin: center center;
    transform-box: fill-box;
    opacity: 0;
    transform: scale(0.1);
    will-change: transform, opacity;
}






#mouse {
    position: absolute;
    display: block;
    width: 30px;
    height: 50px;
    left: 50%;
    bottom: 50px;
    transform: translateX(-50%)
}

#mouse span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 30px;
    height: 50px;
    margin-left: -15px;
    border: 2px solid #fff;
    border-radius: 50px;
    box-sizing: border-box;
    backdrop-filter: blur(20px)
}

#mouse span::before {
    position: absolute;
    top: 10px;
    left: 50%;
    content: '';
    width: 6px;
    height: 6px;
    margin-left: -3px;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: mouseAnime 2s infinite;
    animation: mouseAnime 2s infinite;
    box-sizing: border-box
}

@keyframes mouseAnime {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes mouseAnime {
    0% {
        -webkit-transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        -webkit-transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.pinned {
    transform: translate3d(0, 0, 0);
}

.unpinned {
    transform: translate3d(0, -100%, 0) !important;
}

.container-filling {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.container-filling--bg {
    background-image: var(--bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-filling--no-height {
    display: flex;
    width: 100%;
    height: unset;
    margin: 0;
    padding: 0;
    position: relative;
}

.ratio-1 {
    aspect-ratio: 1;
}

.ratio-2 {
    aspect-ratio: 2;
}

.bg-cover {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--bg-image-url);
}

.bg-contain {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.aspect-ratio {
    aspect-ratio: var(--aspect-ratio);
}

[class*="under-layer"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: var(--bg);
    z-index: -1;
}

.under-layer video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

.hero {
    z-index: 1;
    width: 100%;
    display: block;
    position: sticky;
    top: 0;
}

.hero--fullscreen {
    height: 100svh;
}

.hero--narrow {
    height: 50svh;
}

.hero__container {
    width: 100%;
    height: 100%;
    display: flex;
    margin: 0;
    padding: 0 var(--dyna-padding);
    background-size: cover;
    background-position: center;
    background-image: var(--hero-bg-image);
    position: relative;
}

.hero__container::before {
    content: '';
    position: absolute;
    right: -15vw;
    bottom: -2vw;
    width: 60vw;
    aspect-ratio: 443 / 194;
    background-color: unset;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 443 194' fill='none'><path d='M21.3 33.5c.9-3.3 2.3-6.5 4.1-9.4 6.9-11.3 19.6-19.4 32-19.4h187.1c-5.8 22.1-12.4 45.8-42.9 46.2H60.4l-7.2 22.3 144.5-.2c20.7-1.8 36.9 4.7 31.4 29.7-4.7 17.6-11.1 41.9-15.7 59.6-4.3 16.3-8.2 29.5-24.2 29.5h-84.6c42.3-4.3 52-6.1 64.7-46.6 6.8-26.3 5.5-25.5-24.8-25.4H27.6c-14.7 0-24-11.4-22-25.8 2.8-19.7 10.5-40.8 15.7-60.4Z' stroke='%23fff' stroke-width='.7px'/><path d='M51 165.1c0 13.6-11.4 24.7-25.5 24.7S0 178.8 0 165.1s11.4-24.7 25.5-24.7S51 151.5 51 165.1Z' stroke='%23fff' stroke-width='.7px'/><path d='M239.8 154.1l-2.2 8.8c-3.9 15.9 5.8 28.9 21.4 28.9 65.8 0 103.8-.4 169.6-.4.1-1.3 8-24.1 11.9-36.3.2-.8.4-1.5.5-2.1.4-4.4-3-7.3-10.5-7.3h-138.7c3.9-18.8 18.2-91.1 27.5-117.2 3.7-10.5 6.2-23.1 17.6-25.5h-8.2c-10.1 0-25.3.3-31.5 1.3-20.6 3.3-23.3 13.8-31.2 44.3-9.1 35.1-17.4 70.3-26.2 105.5Z' stroke='%23fff' stroke-width='.7px'/><path d='M394.7 29.7c0 15.1-12.6 27.3-28.1 27.3s-28.1-12.2-28.1-27.3 12.6-27.3 28.1-27.3 28.1 12.2 28.1 27.3Z' stroke='%23fff' stroke-width='.7px'/></svg>");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .45;
}

.hero__container::after {
    position: absolute;
    display: block;
    inset: 0;
    background-color: rgb(0, 0, 0);
    content: '';
    opacity: var(--hero-overlay-opacity);
}

.gap-1rem {
    gap: 1rem;
}

.gap-15rem {
    gap: 1.5rem;
}

.text-shadow {
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.hero__header {
    text-wrap: balance;
    text-align: inherit;
    color: #fff;
    letter-spacing: 0.05rem;
    font-weight: 500;
    font-family: var(--font-primary);
    line-height: 1.3;
    text-transform: uppercase;
    text-wrap: balance;
}


.hero__header em {
    color: var(--color-brand-gold);
}

.hero__text {
    text-wrap: balance;
    text-align: inherit;
    font-size: 2rem;
    color: #fff;
    font-weight: 200;
    font-family: var(--font-primary);
    line-height: 1.4em;
}

.hero__btn {
    border-color: var(--color-brand-gold);
    letter-spacing: 1px;
    color: #fff;
    transition: all .2s ease-in-out;
}

.hero__btn:hover {
    border-color: #fff;
    color: var(--color-warmblack);
    background-color: #fff;
    transition: all .2s ease-in-out;
}

.draggable-cursor {
    cursor: url(./img/draggable-cursor.png) 24 24, grab;
}




.flota__heading {
    padding-bottom: 15px;
    font-size: 2.5rem;
    line-height: 1.3;
    letter-spacing: 0.05rem;
    font-weight: 500;
    font-family: var(--font-primary);
    text-wrap: balance;
}

.flota__list-wrapper {
    font-size: 2rem;
    line-height: 1.6;
    letter-spacing: 0px;
    font-weight: 300;
    font-family: var(--font-primary);
}

.flota__list-wrapper--gold-markers ul {
    list-style: disc;
}

.flota__list-wrapper--gold-markers ul li::marker {
    color: var(--color-brand-gold);
}

.flota__list-wrapper--white-markers ul li::marker {
    color: #fff;
}


.flota-accordion {
    --bs-accordion-active-bg: transparent;
    --bs-accordion-color: var(--color-warmblack);
    --bs-accordion-btn-color: var(--color-warmblack);
    --bs-accordion-btn-focus-box-shadow: none;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
}

.flota-accordion .accordion {
    width: 100%;
    border: none;
}

.flota-accordion .accordion-item {
    width: 100%;
    border: none;
    background-color: transparent;
}

.flota-accordion .accordion-button {
    font-family: var(--font-primary);
    font-size: 1.9rem;
    font-weight: 500;
    color: var(--color-warmblack);
    background-color: transparent;
    padding: 5px 0;
    border: 0;
    box-shadow: none;
}

.flota-accordion .accordion-item:not(:first-of-type) .accordion-button {
    margin-top: 10px;
}

.flota-accordion .accordion-button:not(.collapsed) {
    color: var(--color-warmblack);
    background-color: transparent;
    box-shadow: none;
}

.flota-accordion .accordion-button:focus {
    box-shadow: none;
    outline: none;
}

.flota-accordion .accordion-button::after {
    width: 20px;
    height: 20px;
    background-size: 20px;
    flex-shrink: 0;
    box-shadow: none;
}

.flota-accordion .accordion-body {
    padding: .5rem .5rem .5rem 1.2rem;
}

.flota-accordion .accordion-body p {
    position: relative;
    margin: 0;
    padding-left: 2rem;
    font-family: var(--font-primary);
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0;
    font-weight: 300;
}

.flota-accordion .accordion-body p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.75em;
    width: .6rem;
    height: .6rem;
    background-color: var(--color-brand-gold);
    border-radius: 50%;
}

.flota-accordion em.separator {
    display: block;
    flex-grow: 1;
    height: 1px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: var(--color-brand-gold);
    opacity: 0.3;
}


@media (max-width: 991px) {

    .flota-accordion button {
        padding-left: 0;
    }
}





footer {
    position: relative
}

.footer-divider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transform: translateY(-15px);
}

.footer-divider__line {
    height: 1px;
    display: flex;
    flex-grow: 1;
    background-color: rgba(0, 0, 0, 0.1);
    display: block;
}

.footer-divider__logo {
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
    aspect-ratio: 1;
}

.footer-divider__sygnet .logo__white {
    fill: silver;
}

.footer-divider__logo svg {
    width: 100%;
    height: auto;
    display: block;
}

.footer .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 0;
}

.footer .form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #000;
    opacity: 0;
}

.footer .form-control::-moz-placeholder {
    /* FF 19+ */
    color: #000;
    opacity: 0;
}

.footer .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 0;
}

.footer .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    opacity: 0;
}

.footer .form-control::placeholder {
    /* modern browser */
    color: #000;
    opacity: 0;
}


.input-wrapper input:active,
.input-wrapper input:focus,
.textarea-wrapper textarea:active,
.textarea-wrapper textarea:focus {
    outline: none;
    box-shadow: none;
}

.input-wrapper label,
.textarea-wrapper label {
    position: absolute;
    font-family: var(--font-secondary);
    font-size: 0.7rem;
    top: -8px;
    left: 10px;
    padding: 0 5px;
    background-color: var(--footer-color);
}

.submit-wrapper {
    border: 0;
    display: flex;
    align-items: center;
    align-content: center;
}

@media (max-width: 575px) {

    .footer-menu a,
    .footer-address p {
        font-size: 0.85rem
    }
}

.submit-wrapper input[type="submit"] {
    border: 1px solid var(--color-warmblack);
    background-color: var(--color-warmblack);
    color: #fff;
    font-size: 14px;
    transition: all .2s ease-in-out;
    padding: 7px 20px;
    border-radius: 2px;
    letter-spacing: 1px;
}

.submit-wrapper input[type="submit"]:hover {
    border: 1px solid var(--color-warmblack);
    background-color: transparent;
    color: var(--color-warmblack);
    font-size: 14px;
    transition: all .2s ease-in-out;
}

/*  FOOTER  */
.go-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--color-accent);
    z-index: 999;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    box-shadow: 2px 2px 4px rgb(0 0 0 / .15);
    border: 0;
}

.go-to-top.scrolled {
    opacity: 1;
}

.wpgmp_map_parent {
    float: unset !important;
    display: block !important;
    aspect-ratio: 1;
    margin: 0 !important;
    padding: 0 !important;
    position: relative !important;
}


.wpgmp_map_container {
    line-height: 0;
    height: 100%;
}

.wpgmp_map {
    height: 100% !important;
}

footer .horizontal-line {
    display: block;
    height: 1px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
}

.footer__bar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer {
    --footer-bg-color: #fff;
    position: relative;
    z-index: 20;
    background-color: var(--footer-bg-color);
}

.footer__top {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer__logo {
    height: 30px;
    width: auto;
}

.footer__logo .logo__gold,
.footer__logo .logo__white {
    fill: silver;
}

.footer__right,
.footer__left {
    display: flex;
    align-items: center;
}

.footer__right,
.footer__left,
.footer__center {
    align-content: center;
}


.footer__center .sociale a {
    color: var(--color-brand-gold);
    font-size: 1.7rem;
    margin-right: 8px;
}

.footer__center .sociale a:hover {
    color: var(--color-warmblack)
}

.footer__right p,
.footer__left p {
    font-family: var(--font-primary);
    margin: 0;
    padding: 0;
    height: fit-content;
    font-size: 1.3rem;
    color: var(--color-warmblack);
}

.footer__right p a {
    font-family: inherit;
    color: inherit;
}

.sociale ::before {
    margin-right: 10px
}

.sociale a span {
    display: none;
}

.footer h3 {
    margin-bottom: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--color-warmblack);
    font-family: var(--font-primary);
    font-size: 2.5rem;
    text-wrap: balance;
}

.footer h3:not(:first-of-type) {
    background-color: red !important;
}

.footer-address,
.footer-menu div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 1.7rem;
}

.footer-address a,
.footer-links a {
    width: fit-content;
    color: var(--color-warmblack);
    position: relative;
    line-height: 1.2;
}

.footer-address i,
.footer-links i {
    margin-right: 5px;
}


.footer-address p,
.footer-links p {
    margin: 0 0 1rem 0;
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-size: 1.7rem;
}

.footer-links p {
    gap: 0.5rem;
}


.footer-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

@media (min-width: 1200px) {
    .footer-links .--add-margin {
        margin-left: 12%;
    }
}

/* FORM  */

.sssf-form {
    --sssf-gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: var(--sssf-gap);
    padding-top: var(--sssf-gap);
}

.sssf-field,
.sssf-textarea {
    position: relative;
    flex: 1 1 100%;
    border: 1px solid #dedede;
    border-radius: 2px;
}

.sssf-field--half {
    flex: 1 1 calc(50% - (var(--sssf-gap) / 2));
}

@media (width < 1200px) {
    .sssf-field--half {
        flex: 1 1 100%;
    }
}

.sssf-input:not([type="submit"]) {
    width: 100%;
    height: 4rem;
    padding: 0 10px;
    font-size: 14px;
    background: transparent;
    border: 0;
    outline: none;
    box-shadow: none;
}

.sssf-textarea .sssf-input {
    height: 110px;
    padding: 10px;
    resize: none;
}

.sssf-input::placeholder {
    opacity: 0;
}

.sssf-label {
    position: absolute;
    top: -8px;
    left: 10px;
    padding: 0 5px;
    font-family: var(--font-primary);
    font-size: 1.1rem;
    text-transform: uppercase;
    color: var(--color-warmblack);
    background: var(--footer-bg-color);
}

.sssf-submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1.5rem;
}

.sssf-privacy {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-primary);
    font-size: 1.3rem;
    text-transform: uppercase;
    color: var(--color-brand-gold);
    cursor: pointer;
}

.sssf-privacy span {
    line-height: 1;
}

.sssf-privacy a {
    line-height: inherit;
    color: inherit;
    text-decoration: underline;
}

.sssf-privacy.sssf-error {
    color: red;
}

.sssf-privacy-checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid #dedede;
    border-radius: 2px;
    background: transparent;
    cursor: pointer;
    display: grid;
    place-content: center;
    margin-top: -3px;
}

.sssf-privacy-checkbox::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: transform 120ms ease-in-out;
    box-shadow: inset 1em 1em var(--color-brand-gold);
}

.sssf-privacy-checkbox:checked {
    transform: scale(1);
    border-color: var(--color-brand-gold);
}

.sssf-privacy-checkbox:checked::before {
    transform: scale(1);
}

.sssf-submit {
    border: 1px solid var(--color-brand-gold);
    background: var(--color-brand-gold);
    color: #fff;
    font-family: var(--font-primary);
    text-transform: uppercase;
    height: 4rem;
    line-height: 1;
    padding: 0 20px;
    font-size: 1.5rem;
    border-radius: 2px;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 400;
    transition: background-color .2s ease, color .2s ease;
}

.sssf-submit:hover {
    background: transparent;
    color: var(--color-brand-gold);
}

/* dynamic underlina */
.dynamic-underline {
    position: relative;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -o-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.dynamic-underline:before {
    transition: transform .4s cubic-bezier(.28, .38, 0, .81), -webkit-transform .4s cubic-bezier(.28, .38, 0, .81);
    transform-origin: 100% 50%;
}

.dynamic-underline:hover:before {
    transform: scaleX(0);
}

.dynamic-underline:after,
.dynamic-underline:before {
    position: absolute;
    height: 1px;
    width: 100%;
    content: '';
    left: 0;
    background-color: currentColor;
    bottom: 0;
}

.dynamic-underline:after {
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition: -webkit-transform .4s cubic-bezier(.28, .38, 0, .81) .2s;
    -o-transition: transform .4s cubic-bezier(.28, .38, 0, .81) .2s;
    transition: transform .4s cubic-bezier(.28, .38, 0, .81) .2s;
    transition: transform .4s cubic-bezier(.28, .38, 0, .81) .2s, -webkit-transform .4s cubic-bezier(.28, .38, 0, .81) .2s;
}

.dynamic-underline:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}


.dynamic-hover-underline {
    position: relative;
    text-decoration: none;
    transition: color .2s ease-out;
}

.dynamic-hover-underline:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: currentColor;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: transform .4s cubic-bezier(.28, .38, 0, .81);
}

.dynamic-hover-underline:hover:before {
    transform: scaleX(1);
}

.banner-narzedzia .--add-top-padding {
    padding-top: 100px;
}

.narzedzia__box {
    padding: 15%;
    container-type: inline-size;
}

.narzedzia--dark-before::before {
    width: 100%;
    height: 100px;
    background-color: rgba(14, 14, 14, .89);
    display: block;
    top: -100px;
    left: 0;
    position: absolute;

}

.narzedzia__link {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: var(--font-primary);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.narzedzia__link span {
    font-size: 10cqw;
    transition: transform .3s ease;
}

.narzedzia__link::after {
    content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125.47 131.91'%3E%3Cpath d='M125.47,4.5c0-2.49-2.01-4.5-4.5-4.5H4.5C2.01,0,0,2.01,0,4.5s2.01,4.5,4.5,4.5h106.21L12.59,107.22c-.84.85-1.32,1.99-1.32,3.19,0,1.2.48,2.34,1.33,3.18l.08.08c.88.87,2.02,1.31,3.17,1.31s2.3-.44,3.18-1.32L116.47,16.13v111.28c0,2.49,2.01,4.5,4.5,4.5s4.5-2.01,4.5-4.5V5.28c0-.13-.03-.26-.04-.39.01-.13.04-.26.04-.39Z' fill='%239e7444'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10%;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s ease;
    will-change: auto;
}

.narzedzia__link:hover::after {
    transform: rotate(180deg) scale(1.2);
    transform-origin: center;
    transition: transform .3s ease;
}

.narzedzia__link::before {
    content: attr(data-bagde);
    font-size: 15cqw;
    color: #e5e5e5;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.5;
    line-height: 0.7;
}

.narzedzia__link:hover span {
    transform: translateY(-8%);
    transition: transform .3s ease;
}





.uslugi__box {
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.75);
    transition: background-color .3s ease;
    position: relative;
}

.uslugi--dark-before::before {
    width: 100%;
    height: 100px;
    background-color: rgba(14, 14, 14, .89);
    display: block;
    top: -100px;
    left: 0;
    position: absolute;
}

.uslugi__box::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0);
    transition: background-color .5s ease;
}

.uslugi__box--has-divider::before {
    content: '';
    /*defined responsively*/
}

.uslugi__box:hover::before {
    content: '';
    background-color: rgba(255, 255, 255, .1);
    transition: background-color .5s ease;
}

.uslugi__link {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    width: 100%;
    font-family: var(--font-primary);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    container-type: inline-size;
}

.uslugi__link span {
    font-size: clamp(20px, 6cqw, 35px);
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .uslugi__link span {
        width: min-content;
        display: inline-block;
    }
}

.uslugi__link p {
    text-transform: none;
    width: 100%;
    font-size: clamp(1.4rem, 3.5cqw, 2rem);
    opacity: 0.8;
}

.ah-headline.slide b.is-hidden {
    transform-origin: center !important;
}

.uslugi__link::after {
    content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125.47 131.91'%3E%3Cpath d='M125.47,4.5c0-2.49-2.01-4.5-4.5-4.5H4.5C2.01,0,0,2.01,0,4.5s2.01,4.5,4.5,4.5h106.21L12.59,107.22c-.84.85-1.32,1.99-1.32,3.19,0,1.2.48,2.34,1.33,3.18l.08.08c.88.87,2.02,1.31,3.17,1.31s2.3-.44,3.18-1.32L116.47,16.13v111.28c0,2.49,2.01,4.5,4.5,4.5s4.5-2.01,4.5-4.5V5.28c0-.13-.03-.26-.04-.39.01-.13.04-.26.04-.39Z' fill='%239e7444'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 5%;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s ease;
    will-change: auto;
}

.uslugi__link:hover::after {
    transform: rotate(180deg) scale(1.2);
    transform-origin: center;
    transition: transform .3s ease;
}

.uslugi__link::before {
    content: attr(data-bagde);
    font-size: 7cqw;
    color: var(--color-brand-gold);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0.7;
}

.filary__filar {
    padding: 10% 10% 35%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.filary__filar::before {
    display: flex;
    content: attr(data-badge);
    color: rgba(255, 255, 255, .7);
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 5rem
}

.filary__heading {
    font-family: var(--font-primary);
    color: #fff;
    font-weight: 400;
    font-size: 2.5rem;
    text-transform: uppercase;
    margin: 10rem 0 5rem;
}

.filary__content p {
    font-size: 1.9rem;
    font-weight: 300;
    color: #fff;
    text-wrap: balance;
    text-align: left;
    font-family: var(--font-primary);
    line-height: 1.4;
    margin: 0;
    padding: 0 0 1.5rem 0;
}

.filary__content p:last-of-type {
    padding: 0;
}

.filary__heading strong {
    font-weight: 600;
}

.filary__filar--01 {
    background-color: rgba(0, 0, 0, .95);
}

.filary__filar--02 {
    background-color: rgba(14, 18, 25, .75);
}

.filary__filar--03 {
    background-color: rgba(76, 82, 92, .75);
}

.zespol {
    background-color: #020404;
}


.zespol__group-header {
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: .5em;
    font-weight: 500;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
    position: relative;
    margin-bottom: 7rem;
}

@media (min-width: 1400px) {
    .col-xxl-5th {
        flex: 0 0 auto;
        width: 20%;
    }
}


.zespol__member-photo {
    width: 70%;
    overflow: clip;
    display: flex;
    justify-items: center;
    align-items: center;
    border-radius: 50%;
}

.zespol__member-photo img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease-in-out;
    transform: scale(1);
}

.zespol__member:hover .zespol__member-photo img {
    transition: transform .3s ease-in-out;
    transform: scale(1.1);
}


.zespol a {
    text-decoration: none;
    color: #fff;
    position: relative
}

.zespol__member p {
    line-height: 1.2;
}

.zespol .zespol__member-details {
    position: relative;
    padding-left: 40px;
    padding-top: 50px;
    color: #fff;
    width: fit-content;
}



.zespol .zespol__member-contact {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--color-brand-gold)
}

.zespol .zespol__member-details::before {
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    position: absolute;
    left: 7px;
    top: 15px;
    background-color: var(--color-brand-gold);
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Cpolygon points='46 22 24 22 24 0 22 0 22 22 0 22 0 24 22 24 22 46 24 46 24 24 46 24 46 22'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 46 46'%3E%3Cpolygon points='46 22 24 22 24 0 22 0 22 22 0 22 0 24 22 24 22 46 24 46 24 24 46 24 46 22'/%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
}

.zespol__member-name {
    font-family: var(--font-primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.1rem;
    letter-spacing: .2em;
    margin-bottom: 1.5rem;
}

.zespol__member-caption {
    font-family: var(--font-primary);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: .1em;
    color: var(--color-brand-gold);
    margin: 0;
}

.zespol__member-email {
    font-family: var(--font-primary);
    font-size: 1.6rem;
}

.zespol__member-phone {
    font-family: var(--font-primary);
    font-size: 1.6rem;
    margin-bottom: 0;
}

.zespol__member-email a,
.zespol__member-phone a {
    opacity: 0.7;
    text-decoration: none;
    transition: opacity .3s ease;
}

.zespol__member-email a:hover,
.zespol__member-phone a:hover {
    opacity: 1;
    text-decoration: none;
    transition: opacity .3s ease;
}











.banner-srodki__nakladka {
    background-color: rgba(0, 0, 0, .8);
}

.banner-srodki__item {
    display: flex;
    flex-direction: row;
    column-gap: 4rem;

}

.banner-srodki__container {
    row-gap: 4rem;
    display: flex;
    flex-direction: column;
    margin-top: 5rem;
}

.banner-srodki__caption {
    display: flex;
    align-items: center;
    width: 40%;
    font-family: var(--font-primary);
    color: #fff;
    text-transform: uppercase;
    font-size: 1.4rem;
    text-wrap: balance;

}

.banner-srodki__image {
    height: 80px;
    aspect-ratio: 3.67;
    display: flex;
    background-position-y: center;
    background-position-x: left;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: var(--bg);
    border-bottom: 1px solid #ac9678;
    transition: all .3s ease;
    position: relative;
}

.banner-srodki__image:hover {
    filter: brightness(1.3);
    transition: all .3s ease;
}

/* SWIPER GALERIA */
.swiper_gallery .swiper-slide {
    aspect-ratio: 1;
}

.swiper_gallery .swiper-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    overflow: hidden;
    position: relative;
}

.swiper_gallery .swiper-slide a::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80'%3E%3Cpolygon fill='%23ddd' points='80 39 41 39 41 0 39 0 39 39 0 39 0 41 39 41 39 80 41 80 41 41 80 41 80 39'/%3E%3C/svg%3E");
    background-size: 20%;
    background-position: center;
    background-repeat: no-repeat;
    font-weight: 100;
    color: #fff;
    font-size: 200px;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity .3s ease;
    opacity: 0;
    pointer-events: none;
}

.swiper_gallery .swiper-slide a:hover::after {
    transition: opacity .3s ease;
    opacity: 1;
}

.swiper_gallery .swiper-slide a:focus,
.swiper_gallery .swiper-slide a:active,
.swiper_gallery .swiper-slide a:hover {
    border: none;
    outline: none;
}

.swiper_gallery .swiper-slide a img {
    display: block;
    width: 102%;
    height: 102%;
    margin: 0;
    padding: 0;
    object-fit: cover;
    object-position: center;
}

.certyfikaty {
    padding-top: 15rem;
    padding-bottom: 10rem;
}

.rekomendacje {
    padding-top: 3rem;
    padding-bottom: 10rem;
}

.col-separator {
    background-color: pink;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991.98px) {
    .col-separator {
        background: linear-gradient(to bottom,
                transparent calc(50% - 0.5px),
                #cac9c7 calc(50% - 0.5px),
                #cac9c7 calc(50% + 0.5px),
                transparent calc(50% + 0.5px));
    }
}

@media (min-width: 992px) {
    .col-separator {
        background: linear-gradient(to right,
                transparent calc(50% - 0.5px),
                #cac9c7 calc(50% - 0.5px),
                #cac9c7 calc(50% + 0.5px),
                transparent calc(50% + 0.5px));
    }
}

.col-separator__circle {
    width: 100%;
    max-width: 50px;
    aspect-ratio: 1;
    display: flex;
    border-radius: 50%;
    border: 1px solid #cac9c7;
    background-image: url(./img/silesian-logo-male.png);
    background-position: center;
    background-size: 70%;
    background-color: #fff;
    background-repeat: no-repeat;
}

a.certyfikaty__download {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-family: var(--font-primary);
    color: var(--color-brand-gold);
    font-size: 1.5rem;
    margin-top: 2rem;
    opacity: 0;
    transition: opacity .3s ease;
}

a.certyfikaty__download-link {
    font-weight: 300;
    font-size: 2rem;
    color: var(--color-warmblack);
    line-height: 1.6;
    text-decoration: none;
    font-family: var(--font-primary);
}

.certyfikaty__item i {
    font-size: 1.6rem;
    color: var(--color-brand-gold);
    margin-right: 5px;
}

.suwak-list-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.suwak-list-item p {
    margin: 0;
    font-weight: 300;
    font-size: 2rem;
    color: var(--color-warmblack);
    line-height: 1.6;
    text-decoration: none;
    font-family: var(--font-primary);
}

.suwak-list-item i {
    font-size: 1.6rem;
    color: var(--color-brand-gold);
    margin-right: 5px;
}

.swiper-slide:hover a.certyfikaty__download {
    opacity: 1;
    transition: opacity .3s ease;
    width: 100%;
    text-align: center;

}

a.certyfikaty__download i {
    display: block;
    font-size: 3rem;
    transition: transform .3s ease, opacity .3s ease;
}

a.certyfikaty__download::after {
    content: "POBIERZ";
    position: absolute;
    font-weight: 500;
    font-size: 1.8rem;
    left: 0;
    width: 100%;
    text-align: center;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform .3s ease, opacity .3s ease;
}

a.certyfikaty__download:hover i {
    transform: translateY(100%);
    opacity: 0;
}

a.certyfikaty__download:hover::after {
    transform: translateY(0);
    opacity: 1;
}

.swiper_przeprowadzki {
    margin-top: 50px;
}

.swiper_przeprowadzki .swiper-slide span h1 {
    font-family: var(--font-primary);
    font-size: 6rem;
    color: #fff;
    font-weight: 900;
    display: block;
}

.swiper_przeprowadzki .swiper-slide:last-of-type span h1 {
    font-family: var(--font-primary);
    font-size: 6rem;
    color: #212529;
    z-index: 997;
    font-weight: 900;
    display: block;
}

.swiper_przeprowadzki .swiper-slide .przeprowadzki__caption {
    font-family: var(--font-primary);
    text-decoration: none;
    color: #000;
    font-size: 1.7rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    border: none;
    background-color: transparent;
}

.swiper_przeprowadzki .swiper-slide .przeprowadzki__caption em {
    font-size: .8em;
    display: block;
}

.swiper_przeprowadzki .swiper-slide .przeprowadzki__caption.przeprowadzki__toggler.active {
    font-weight: 700 !important;
}

.swiper-slide span .przeprowadzki__caption strong {
    font-weight: 600;
    color: var(--color-warmblack)
}

.swiper_przeprowadzki .swiper-slide span em {
    font-family: var(--font-primary);
    text-align: center;
    font-size: 2rem;
    color: var(--color-darkblue);
    font-weight: 600;
    display: block;
    font-style: normal;
    line-height: 100%;
    padding-bottom: 20px;
}

.swiper_przeprowadzki .swiper-slide .axis {
    width: 100%;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    padding: 0 !important;
    background-size: 100%;
    margin: 35px 0;
}

.swiper_przeprowadzki .swiper-slide .axis {
    background-image: url(./img/svg/swiper-line-inner.svg);
}

.swiper_przeprowadzki .swiper-slide:first-of-type .axis {
    background-image: url(./img/svg/swiper-line-start.svg);
}

.swiper_przeprowadzki .swiper-slide:last-of-type .axis {
    background-image: url(./img/svg/swiper-line-end.svg);
}

.przeprowadzki__description {
    width: 50%;
    text-align: center;
    text-wrap: balance;
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-size: 1.5rem;
    padding-top: 2rem;

}


/* SWIPER CERTYFIKATY */
.swiper_certyfikaty {
    margin-top: 50px;
}

.swiper_certyfikaty .swiper-slide span h1 {
    font-family: var(--font-primary);
    font-size: 6rem;
    color: #fff;
    font-weight: 900;
    display: block;
}

.swiper_certyfikaty .swiper-slide:last-of-type span h1 {
    font-family: var(--font-primary);
    font-size: 6rem;
    color: #212529;
    z-index: 997;
    font-weight: 900;
    display: block;
}

.swiper_certyfikaty .swiper-slide .certyfikaty__caption {
    font-family: var(--font-primary);
    text-decoration: none;
    color: #000;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    width: fit-content;
    border: none;
    background-color: transparent;
}

.swiper_certyfikaty .swiper-slide .certyfikaty__caption em {
    font-size: .8em;
    display: block;
}

.swiper_certyfikaty .swiper-slide .certyfikaty__caption.certyfikaty__toggler.active {
    font-weight: 700 !important;
}

.swiper-slide span .certyfikaty__caption strong {
    font-weight: 600;
    color: var(--color-warmblack)
}

.swiper_certyfikaty .swiper-slide span em {
    font-family: var(--font-primary);
    text-align: center;
    font-size: 2rem;
    color: var(--color-darkblue);
    font-weight: 600;
    display: block;
    font-style: normal;
    line-height: 100%;
    padding-bottom: 20px;
}

.swiper_certyfikaty .swiper-slide .axis {
    width: 100%;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    padding: 0 !important;
    background-size: 100%;
    margin: 35px 0;
}

.swiper_certyfikaty .swiper-slide .axis {
    background-image: url(./img/svg/swiper-line-inner.svg);
}

.swiper_certyfikaty .swiper-slide:first-of-type .axis {
    background-image: url(./img/svg/swiper-line-start.svg);
}

.swiper_certyfikaty .swiper-slide:last-of-type .axis {
    background-image: url(./img/svg/swiper-line-end.svg);
}

.certyfikaty .certyfikaty__image {
    border-radius: 50%;
    width: 50%;
    aspect-ratio: 1;
    background-image: var(--certyfikaty-image);
    background-position: center;
    background-size: cover;
}

.certyfikaty__description {
    height: 0;
    transition: height .3s ease;
    overflow: hidden;
}

.certyfikaty__description-wrapper {
    opacity: 0;
    padding: 20px 10px 0;
    transition: opacity .3s ease;
}

.certyfikaty__description.open {
    transition: height .3s ease;
}

.certyfikaty__description.open .certyfikaty__description-wrapper {
    opacity: 1;
    transition: opacity .3s ease;
}

.certyfikaty__description p {
    font-size: 14px;
    color: var(--color-warmblack);
    line-height: 1.6;
    text-align: center;
}

.certyfikaty__description ul {
    font-size: 14px;
    color: var(--color-warmblack);
    line-height: 1.6;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.certyfikaty__description li {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.nasze-rozwiazania__item {
    width: 100%;
    aspect-ratio: 4;
    display: flex;
    container-type: inline-size;
    padding: clamp(12px, 5%, 50px)
}

.nasze-rozwiazania__item:not(:first-of-type) {
    border-top: 1px solid #ffffff20;
}

.xtra-gap-01 {
    padding-left: var(--xtra-gap-01);
}

.nasze-rozwiazania {
    position: relative;
}

.nasze-rozwiazania__item {
    transition: background-color .3s ease;
}

.nasze-rozwiazania__item:hover {
    transition: background-color .3s ease;
    background-color: rgba(255, 255, 255, .1);
}



.nasze-rozwiazania__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-end;
    position: relative;
    width: 100%;
    height: 100%;
    font-family: var(--font-primary);
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.section-with-brand-mark>* {
    z-index: 1
}

.section-with-brand-mark>*>* {
    z-index: 5
}

.section-with-brand-mark::before {
    width: 60vw;
    top: 0;
    left: -10vw;
    content: '';
    display: block;
    aspect-ratio: 2.25;
    background-image: url(./img/SL_bg.png);
    background-size: contain;
    position: absolute;
    z-index: -1;
}

.section-with-brand-mark--brighter::before {
    filter: brightness(2);
}

.section-with-brand-mark {
    position: relative;
    isolation: isolate;
}

.nasze-rozwiazania__link span {
    font-size: clamp(20px, 4cqw, 35px);
    transition: transform .3s ease;
}

.nasze-rozwiazania__link p {
    text-transform: none;
    width: 100%;
    font-size: clamp(1.4rem, 3cqw, 2rem);
    transition: transform .3s ease;
    transition-delay: .1s;
    opacity: 0.8;
}


.nasze-rozwiazania__link::after {
    content: '';
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125.47 131.91'%3E%3Cpath d='M125.47,4.5c0-2.49-2.01-4.5-4.5-4.5H4.5C2.01,0,0,2.01,0,4.5s2.01,4.5,4.5,4.5h106.21L12.59,107.22c-.84.85-1.32,1.99-1.32,3.19,0,1.2.48,2.34,1.33,3.18l.08.08c.88.87,2.02,1.31,3.17,1.31s2.3-.44,3.18-1.32L116.47,16.13v111.28c0,2.49,2.01,4.5,4.5,4.5s4.5-2.01,4.5-4.5V5.28c0-.13-.03-.26-.04-.39.01-.13.04-.26.04-.39Z' fill='%239e7444'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 5%;
    aspect-ratio: 1;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transition: transform .3s ease;
    will-change: auto;
}

.nasze-rozwiazania__link:hover::after {
    transform: rotate(180deg) scale(1.2);
    transform-origin: center;
    transition: transform .3s ease;
}

.nasze-rozwiazania__link::before {
    content: attr(data-bagde);
    font-size: 7cqw;
    font-weight: 500;
    color: var(--color-brand-gold);
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 0.7;
}


.nasze-rozwiazania .xtra-padding-01,
.section-with-brand-mark .xtra-padding-01 {
    padding-left: 5%;
}

@media (min-width: 768px) and (max-width: 991px) {

    .nasze-rozwiazania .xtra-padding-01,
    .section-with-brand-mark .xtra-padding-01 {
        padding-left: calc(58.33vw * 0.05) !important;
    }
}

#nasze-rozwiazania__bg-default,
#nasze-rozwiazania__bg-01,
#nasze-rozwiazania__bg-02 {
    opacity: 0;
    transition: opacity .35s ease;
}

#nasze-rozwiazania__bg-default {
    opacity: 1;
}

.home-aktualnosci {
    padding-top: 100px;
}

.home-aktualnosci__layout {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-auto-flow: column;
    gap: 20px;
}

.home-aktualnosci__item:nth-of-type(2) {
    background: #eeeeee;
}

.home-aktualnosci__more a {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;
    text-decoration: none;
}

.home-aktualnosci__layout> :first-child {
    grid-column: 1;
    grid-row: 1 / span 2;
}

.home-aktualnosci__wrapper {
    width: 100%;
    text-decoration: none;
}

.home-aktualnosci__title {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-size: 1.9rem;
    font-weight: 600;
    padding: 20px 0 5px 0;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.home-aktualnosci__excerpt {
    font-family: var(--font-secondary);
    color: var(--color-warmblack);
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0;
}

.home-aktualnosci__link {
    font-size: 1.4rem;
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    margin-top: 40px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.home-aktualnosci__link span {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125.47 131.91'%3E%3Cpath d='M125.47,4.5c0-2.49-2.01-4.5-4.5-4.5H4.5C2.01,0,0,2.01,0,4.5s2.01,4.5,4.5,4.5h106.21L12.59,107.22c-.84.85-1.32,1.99-1.32,3.19,0,1.2.48,2.34,1.33,3.18l.08.08c.88.87,2.02,1.31,3.17,1.31s2.3-.44,3.18-1.32L116.47,16.13v111.28c0,2.49,2.01,4.5,4.5,4.5s4.5-2.01,4.5-4.5V5.28c0-.13-.03-.26-.04-.39.01-.13.04-.26.04-.39Z' fill='%239e7444'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    aspect-ratio: 1;
    display: block;
    transition: transform .3s ease;
    will-change: auto;
}

.home-aktualnosci__wrapper:hover .home-aktualnosci__link span {
    transform: rotate(90deg);
    transition: transform .3s ease;
}

.narzedzia__link:hover::after {
    transform: rotate(180deg) scale(1.2);
    transform-origin: center;
    transition: transform .3s ease;
}

.home-aktualnosci__photo img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.page-aktualnosci {
    padding-top: 100px;
}

.page-aktualnosci__layout {
    grid-template-columns: 1fr 1fr 1fr;
    display: grid;
    gap: 20px;
}

.page-aktualnosci__wrapper {
    width: 100%;
    text-decoration: none;
}

.aktualnosci .pagination-wrapper {
    font-family: var(--font-primary);
    font-size: 2rem;
    color: gray !important;
    margin-bottom: 50px;
}

.aktualnosci .pagination-wrapper .page-numbers {
    font-family: var(--font-primary);
    font-size: 2rem;
    color: gray !important;
    padding: 0 5px;
    text-decoration: none;
}

.aktualnosci .pagination-wrapper .page-numbers.current {
    font-weight: 600;
    color: var(--color-brand-gold) !important
}

.aktualnosci .pagination-wrapper i {
    display: none;
}

.page-aktualnosci__title {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-size: 1.9rem;
    font-weight: 600;
    padding: 20px 0 5px 0;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.page-aktualnosci__excerpt {
    font-family: var(--font-secondary);
    color: var(--color-warmblack);
    font-size: 1.4rem;
    font-weight: 400;
    padding: 0;
}

.page-aktualnosci__link {
    font-size: 1.4rem;
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    margin-top: 40px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.page-aktualnosci__link span {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 125.47 131.91'%3E%3Cpath d='M125.47,4.5c0-2.49-2.01-4.5-4.5-4.5H4.5C2.01,0,0,2.01,0,4.5s2.01,4.5,4.5,4.5h106.21L12.59,107.22c-.84.85-1.32,1.99-1.32,3.19,0,1.2.48,2.34,1.33,3.18l.08.08c.88.87,2.02,1.31,3.17,1.31s2.3-.44,3.18-1.32L116.47,16.13v111.28c0,2.49,2.01,4.5,4.5,4.5s4.5-2.01,4.5-4.5V5.28c0-.13-.03-.26-.04-.39.01-.13.04-.26.04-.39Z' fill='%239e7444'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    aspect-ratio: 1;
    display: block;
    transition: transform .3s ease;
    will-change: auto;
}

.page-aktualnosci__wrapper:hover .page-aktualnosci__link span {
    transform: rotate(90deg);
    transition: transform .3s ease;
}

.page-aktualnosci__photo img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

.aktualnosci__content {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-weight: 400;
}

.aktualnosci__content p {
    margin: 0;
    font-weight: 400;
    padding: 0 0 1.5rem 0;
}

.aktualnosci__content p strong {
    font-weight: 600;
}

.aktualnosci__content p em {
    font-style: italic !important;
}

.aktualnosci__content h1 {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-weight: 500;
    margin: 0;
    padding: 0 0 1rem 0;
}

.aktualnosci__content h2 {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-weight: 500;
    margin: 0;
    padding: 0 0 1rem 0;
}


.aktualnosci__lead {
    margin: 0 0 40px 0;
    padding: 0;
    line-height: 1.6;
    letter-spacing: 0px;
    font-weight: 500;
    font-family: var(--font-primary);
    color: var(--color-warmblack);
}





.aktualnosci-grid .grid-item {
    padding-bottom: 40px;
}

.aktualnosci-grid img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}

ul.blog-grid {
    list-style: none;
    padding: 0;
}

.aktualnosci {
    padding-top: 80px;
}

.aktualnosci h1 {
    width: 75%;
    font-family: var(--font-primary);
    font-size: 2rem;
    color: var(--color-warmblack);
}

.aktualnosci .blog-header h1 {
    width: 100%;
    text-wrap: balance;
}

.aktualnosci .blog-subheader {
    width: 100%;
    text-wrap: balance;
}

.aktualnosci figure {
    position: relative;
    margin: 0;
}

.aktualnosci figcaption {
    position: absolute;
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-color: rgba(102, 102, 134, 0.55);
    bottom: 0;
    min-height: 95px;
}




.aktualnosci figcaption span>span {
    font-family: var(--font-secondary);
    font-size: 120px;
    color: #939393;
}







@media (max-width: 991px) {
    .aktualnosci-content {
        column-count: 1;
        text-align: justify;
    }
}


#artykul p {
    font-family: var(--font-secondary);
    color: #6b6b6b;
    line-height: 150%;
}


@media (min-width: 576px) {
    #artykul p {
        font-size: 13px;
    }
}

@media (min-width: 768px) {
    #artykul p {
        font-size: 13px;
    }
}

@media (min-width: 992px) {
    #artykul p {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    #artykul p {
        font-size: 14px;
    }
}

@media (min-width: 1400px) {
    #artykul p {
        font-size: 15px;
    }
}



.aktualnosci-title {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-size: 1.2rem;
    font-weight: 600;
    padding: 20px 0 5px 0;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}

.aktualnosci-title a {
    color: inherit;
    text-decoration: inherit;
    color: inherit;
}

.aktualnosci-date {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 5px 0;
    margin: 0;
}

.aktualnosci-excerpt {
    font-family: var(--font-secondary);
    color: var(--color-warmblack);
    font-size: 0.9rem;
    font-weight: 400;
    padding: 0;
}


.aktualnosci-link {
    margin-top: 20px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.aktualnosci p {
    font-family: var(--font-primary);
    color: var(--color-accent-red);
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;

}

.fleet-tiles--half {
    position: relative;
    z-index: 2;
}

.fleet-tiles--half:before,
.fleet-tiles--half:after {
    content: '';
    position: absolute;
    width: var(--dyna-padding);
    bottom: 0;
    height: 50%;
    background-color: #fff;
}

.fleet-tiles--half:before {
    left: 0
}

.fleet-tiles--half:after {
    right: 0
}

.fleet__row--half {
    position: relative;
    z-index: 2;
}

.fleet__row--half:before,
.fleet__row--half:after {
    content: '';
    position: absolute;
    width: var(--dyna-padding);
    bottom: 0;
    height: 50%;
    background-color: #fff;
}

.fleet__row--half:before {
    left: 0;
    transform: translateX(-100%);
}

.fleet__row--half:after {
    right: 0;
    transform: translateX(100%);
}

.fleet-listing__header {
    font-family: var(--font-primary);
    color: #575e6a;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 3.5rem;
    padding: 0 0 2.5rem 0;
}

.fleet-listing__header:before {
    content: attr(data-header-number);
    display: flex;
    font-family: var(--font-primary);
    font-size: 2em;
    color: var(--color-brand-gold);
    font-weight: 100;
    line-height: 1;
    padding-top: 0.7rem;
    padding-right: 2rem;
}

.fleet__row {
    backdrop-filter: blur(7px);
}

.fleet__item {
    border: none !important;
    outline: none;
    box-shadow: none;
    height: 200px;
    width: 100%;
    text-decoration: none;
    filter: brightness(1.1);
    transition: all .2s ease-in-out;
    overflow: hidden;
    position: relative;
    transition: all .3s ease;
    row-gap: 30px;
    will-change: auto;
}




.fleet__item--dostawcze {
    background-color: rgba(0, 0, 0, 0.9);
}

.fleet__item--ciezarowe {
    background-color: rgba(0, 0, 0, 0.85);
}

.fleet__item--zestawy {
    background-color: rgba(0, 0, 0, 0.8);
}

.fleet__item:hover,
.fleet__item.is-active {
    background-color: rgba(0, 0, 0, 1);
    transition: all .3s ease;
    row-gap: 15px;
}

.fleet__item--active {
    background-color: #4b5361;
    pointer-events: none;
}

.fleet__item--active:after {
    content: '';
    position: absolute;
    inset: 1.5rem;
    display: block;
    border: 1px solid rgba(255, 255, 255, .9);
}

.fleet__caption {
    font-family: var(--font-primary);
    color: #fff;
    font-size: 1.5rem;
    font-weight: 200;
    letter-spacing: 0.05rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

.uslugi__caption {
    font-family: var(--font-primary);
    color: #fff;
    font-size: 2rem;
    font-weight: 200;
    letter-spacing: 0.05rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
}

.fleet__icon {
    background-image: var(--fleet-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 95 / 30;
    width: 50%;
    transition: all .2s ease-in-out;
}

@media (width < 576px) {
    .fleet__item {
        height: 140px;
        padding-top: 15px;
        padding-bottom: 15px;
        row-gap: 20px;
    }

    .fleet__caption {
        font-size: 1.3rem;
    }
}

.uslugi__description {
    font-size: 1.5rem;
    color: #fff;
    font-family: var(--font-primary);
}

.obslugiwane-kraje__lista {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: 30px;
    display: grid;
    list-style-type: none;
    padding-left: 0;
}

.obslugiwane-kraje__lista li {
    break-inside: avoid;
    margin-bottom: 6px;
    position: relative;
    padding-left: 1.2em;
}

.obslugiwane-kraje__lista li::before {
    content: '';
    position: absolute;
    left: 0;
    top: .65em;
    width: .35em;
    height: .35em;
    border-radius: 50%;
    background-color: var(--color-brand-gold);
}



.tools__field {
    position: relative;
    flex-grow: 1;
    border: 1px solid #dedede;
    border-radius: 2px;
    width: clamp(336px, 20vw, 600px);
    padding-top: 0.5rem;
    background: rgba(255, 255, 255, 0.6);
}

.tools__input:not([type="submit"]) {
    width: 100%;
    height: 5.5rem;
    padding: 0 10px;
    text-align: center;
    font-size: 20px;
    border: 0;
    outline: none;
    box-shadow: none;
}

.tools__input::placeholder {
    opacity: 0;
}

.tools__button-wrapper {
    position: relative;
    flex: 1 1 100%;
    width: clamp(336px, 20vw, 600px);
    color: var(--color-brand-gold);
}

.tools__button {
    width: 100%;
    height: 4.2rem;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    font-family: var(--font-primary);
    text-transform: uppercase;
    border: 1px solid #dedede;
    border-radius: 2px;
    margin-top: 10px;
    outline: none;
    box-shadow: none;
    background-color: var(--color-warmblack);
    letter-spacing: 1px;
}

.tools__button[disabled] {
    cursor: no-drop;
    opacity: .7;
}

.tools__label {
    position: absolute;
    top: -8px;
    left: 10px;
    padding: 0 5px;
    font-family: var(--font-primary);
    font-size: 1.1rem;
    text-transform: uppercase;
    color: var(--color-warmblack);
    background: var(--footer-bg-color);
    z-index: 2;
}

.tools__label:before {
    position: absolute;
    top: 7px;
    left: 0px;
    content: '';
    background-color: #fff;
    width: 100%;
    height: 1px;
    z-index: -1;
}

.tools_submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 1.5rem;
}

.tools__info {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.tools__info p {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    opacity: .8;
    font-size: 1.7rem;
}

.tools__disclaimer {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.tools__disclaimer p {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    opacity: .7;
    font-size: 1.3rem;
    text-align: center;
}

.tools-postal table,
.tools-adr table {
    width: 100%;
    border-collapse: collapse;
    background-color: rgba(255, 255, 255, 0.7);
    font-family: var(--font-primary);
    font-size: 1.8rem;
    color: var(--color-warmblack);
    border: 1px solid #dedede;
}

.tools-postal thead th,
.tools-adr thead th {
    background-color: var(--color-brand-gold);
    color: #fff;
    font-weight: 500;
    padding: 1.2rem 1.6rem;
    border: 1px solid var(--color-brand-gold);
    text-align: center;
}

.tools-adr td,
.tools-postal td {
    padding: 1.2rem 1.6rem;
    border: 1px solid #dedede;
    text-align: center;
}

.tools-adr tbody tr:nth-child(even),
.tools-postal tbody tr:nth-child(even) {
    background-color: rgba(240, 240, 240, 0.6);
}

.tools-adr tbody tr:hover,
.tools-postal tbody tr:hover {
    background-color: #f3f3f3;
}

.tools-table-images img {
    width: 100px;
    display: inline-block;
    margin: 10px;
}

.badge {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.5rem;
    line-height: 2.5rem;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0
}

.tools-table-limit {
    position: relative;
    padding-bottom: 4rem;
}

.badge-success {
    background-color: green;
    color: #fff
}

.badge-warning {
    background-color: red;
    color: #fff
}

.badge-default {
    background-color: #dfdede;
    color: #22262d
}

.tools-postal .spinner,
.tools-adr .spinner {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    width: 50px;
    height: 50px
}

.tools-postal .spinner .path,
.tools-adr .spinner .path {
    stroke: var(--color-brand-gold);
    stroke-linecap: round;
    -webkit-animation: dash 1.5s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite
}

.tooltip {
    width: 100%;
    max-width: 25rem;
    position: absolute;
    margin: auto;
    background-color: #22262d;
    color: #fff;
    padding: .5rem;
    font-size: 1.5rem;
    white-space: normal;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s;
    z-index: 1000
}

.tooltip.is-visible {
    visibility: visible;
    opacity: 1
}

.tooltip:before {
    content: "";
    width: .5rem;
    height: .5rem;
    background-color: #22262d;
    position: absolute;
    top: calc(100% - .25rem);
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(45deg);
}


@media (max-width: 768px) {

    .tools-adr table,
    .tools-postal table {
        font-size: 1.6rem;
    }
}



@media (min-width: 10px) {

    .uslugi__link {
        height: 110px;
    }

    .banner-europe__dots {
        width: 100%;
    }

    .std-sct-padding-top {
        padding-top: 10rem;
    }

    .std-sct-padding-bottom {
        padding-bottom: 10rem;
    }

    .sm-sct-padding-top {
        padding-top: 5rem;
    }

    .sm-sct-padding-bottom {
        padding-bottom: 5rem;
    }

    .banner-poznajmy-sie .row .std-sct-padding-bottom:first-of-type {
        padding-bottom: 0;
    }

    .banner-poznajmy-sie .row .std-sct-padding-top:not(:first-of-type) {
        padding-top: 0;
    }

    .nasze-rozwiazania--padding-01,
    .section-with-brand-mark--padding-01 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .nasze-rozwiazania,
    .section-with-brand-mark {
        padding-bottom: 2rem;
        --xtra-gap-01: calc(var(--dyna-padding) / 2)
    }

    .section-with-brand-mark::before {
        width: 110vw;
        top: 4rem;
        left: -20vw;
    }

    .section-with-brand-mark--right::before {
        width: 110vw;
        top: 4rem;
        right: -20vw;
        left: unset;
    }

    .obslugiwane-kraje__lista {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }

    .nasze-rozwiazania__item {
        aspect-ratio: 3;
    }

    .banner__header {
        font-size: 2.7rem;
    }

    .banner__eyebrow {
        font-size: 1.35rem;
    }

    .banner__content {
        font-size: 1.35rem;
    }

    .section-subtitle {
        font-size: 1.35rem;
    }

    .banner-narzedzia .--add-top-padding {
        padding-top: 0;
    }

    .narzedzia__text {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .btn-no-effect {
        font-size: 1.55rem;
    }

    .home-aktualnosci__layout {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        gap: 20px;
    }

    .home-aktualnosci__item:nth-of-type(2) {
        background: unset;
    }

    .home-aktualnosci__item:nth-of-type(3) {
        display: none;
    }

    .home-aktualnosci__item:nth-of-type(4) {
        display: none;
    }

    .home-aktualnosci__layout> :first-child {
        grid-column: auto;
        grid-row: auto;
    }

    .flota-vertical-padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tools__field,
    .tools__button-wrapper {
        width: 100%;
    }

    .banner-srodki__image {
        height: 60px;
        background-position-x: center;
    }

    .banner-srodki__caption {
        width: 80%;
    }

    .column__padding {
        padding: 8px;
    }

    .uslugi__box--has-divider::before {
        border-right: none;
        border-bottom: 1px solid #ffffff20;
    }

    .hero__header {
        font-size: 3rem;
    }

    .hero__header--aktualnosci {
        font-size: 2.4rem;
    }

    .aktualnosci__lead {
        font-size: 1.7rem
    }

    .aktualnosci__content {
        font-size: 1.6rem
    }

    .page-aktualnosci__layout {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 576px) {

    .uslugi__link {
        height: 130px;
    }

    .banner-europe__dots {
        width: 100%;
    }

    .std-sct-padding-top {
        padding-top: 10rem;
    }

    .std-sct-padding-bottom {
        padding-bottom: 10rem;
    }

    .sm-sct-padding-top {
        padding-top: 5rem;
    }

    .sm-sct-padding-bottom {
        padding-bottom: 5rem;
    }

    .nasze-rozwiazania,
    .section-with-brand-mark {
        padding-bottom: 3rem;
        --xtra-gap-01: calc(var(--dyna-padding) / 2)
    }

    .nasze-rozwiazania__item {
        aspect-ratio: 3;
    }

    .section-with-brand-mark::before {
        width: 90vw;
        top: 4rem;
        left: -10vw;
    }

    .section-with-brand-mark--right::before {
        width: 90vw;
        top: 4rem;
        right: -10vw;
        left: unset;
    }

    .obslugiwane-kraje__lista {
        grid-template-columns: repeat(2, 1fr);
    }

    .banner-poznajmy-sie .row .std-sct-padding-bottom:first-of-type {
        padding-bottom: 0;
    }

    .banner-poznajmy-sie .row .std-sct-padding-top:not(:first-of-type) {
        padding-top: 0;
    }

    .banner__header {
        font-size: 3.1rem;
    }

    .banner__eyebrow {
        font-size: 1.55rem;
    }

    .banner__content {
        font-size: 1.55rem;
    }

    .section-subtitle {
        font-size: 1.55rem;
    }

    .banner-narzedzia .--add-top-padding {
        padding-top: 0;
    }

    .narzedzia__text {
        padding-top: 5rem;
        padding-bottom: 5;
    }

    .btn-no-effect {
        font-size: 1.65rem;
    }

    .home-aktualnosci__layout {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
    }

    .home-aktualnosci__item:nth-of-type(2) {
        background: unset;
    }

    .home-aktualnosci__item:nth-of-type(3) {
        display: none;
    }

    .home-aktualnosci__item:nth-of-type(4) {
        display: none;
    }

    .home-aktualnosci__layout> :first-child {
        grid-column: auto;
        grid-row: auto;
    }

    .flota-vertical-padding {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .banner-srodki__image {
        height: 65px;
    }

    .column__padding {
        padding: 12px;
    }

    .uslugi__box--has-divider::before {
        border-right: none;
        border-bottom: 1px solid #ffffff20;
    }

    .hero__header {
        font-size: 3rem;
    }

    .hero__header--aktualnosci {
        font-size: 2.4rem;
    }

    .aktualnosci__lead {
        font-size: 1.8rem
    }

    .aktualnosci__content {
        font-size: 1.5rem
    }

    .page-aktualnosci__layout {
        grid-template-columns: 1fr;
    }

}

@media (min-width: 768px) {

    .uslugi__link {
        height: 200px;
    }

    .banner-europe__dots {
        width: 85%;
    }

    .nasze-rozwiazania__item {
        aspect-ratio: 3.1;
    }

    .std-sct-padding-top {
        padding-top: 12rem;
    }

    .std-sct-padding-bottom {
        padding-bottom: 12rem;
    }

    .sm-sct-padding-top {
        padding-top: 6rem;
    }

    .sm-sct-padding-bottom {
        padding-bottom: 6rem;
    }

    .section-with-brand-mark::before {
        width: 70vw;
        top: 5rem;
        left: -10vw;
    }

    .section-with-brand-mark--right::before {
        width: 70vw;
        top: 5rem;
        right: -10vw;
        left: unset;
    }

    .obslugiwane-kraje__lista {
        grid-template-columns: repeat(4, 1fr);
        justify-items: start;
    }

    .banner-poznajmy-sie .row .std-sct-padding-bottom:first-of-type {
        padding-bottom: 0;
    }

    .banner-poznajmy-sie .row .std-sct-padding-top:not(:first-of-type) {
        padding-top: 0;
    }

    .banner__header {
        font-size: 3.2rem;
    }

    .banner__eyebrow {
        font-size: 1.6rem;
    }

    .banner__content {
        font-size: 1.6rem;
    }

    .section-subtitle {
        font-size: 1.6rem;
    }

    .banner-narzedzia .--add-top-padding {
        padding-top: 0;

    }

    .narzedzia__text {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .btn-no-effect {
        font-size: 1.75rem;
    }

    .home-aktualnosci__layout {
        grid-template-columns: 1fr 1fr;
        grid-auto-flow: row;
    }

    .home-aktualnosci__item:nth-of-type(2) {
        background: unset;
    }

    .home-aktualnosci__item:nth-of-type(3) {
        display: block;
    }

    .home-aktualnosci__item:nth-of-type(4) {
        display: block;
    }

    .home-aktualnosci__layout> :first-child {
        grid-column: auto;
        grid-row: auto;
    }

    .flota-vertical-padding {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .tools__field,
    .tools__button-wrapper {
        width: clamp(336px, 30vw, 600px);
    }

    .banner-srodki__image {
        height: 70px;
        background-position-x: left;
    }

    .banner-srodki__caption {
        width: 60%;
    }

    .column__padding {
        padding: 15px;
    }

    .uslugi__box--has-divider::before {
        border-bottom: none;
        border-right: 1px solid #ffffff20;
    }

    .hero__header {
        font-size: 4rem;
    }

    .hero__header--aktualnosci {
        font-size: 3.2rem;
    }

    .aktualnosci__lead {
        font-size: 1.8rem
    }

    .aktualnosci__content {
        font-size: 1.5rem
    }

    .page-aktualnosci__layout {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 992px) {

    .width-lg-fit-content,
    .width-fit-content {
        width: fit-content !important;
        flex: 0 0 auto;
    }

    .banner-europe__dots {
        width: 70%;
    }

    .std-sct-padding-top {
        padding-top: 14rem;
    }

    .std-sct-padding-bottom {
        padding-bottom: 14rem;
    }

    .sm-sct-padding-top {
        padding-top: 7rem;
    }

    .sm-sct-padding-bottom {
        padding-bottom: 7rem;
    }

    .nasze-rozwiazania,
    .section-with-brand-mark {
        padding-bottom: 5rem;
        --xtra-gap-01: calc(var(--dyna-padding) / 2)
    }

    .section-with-brand-mark::before {
        width: 60vw;
        top: 5rem;
        left: -10vw;
    }

    .section-with-brand-mark--right::before {
        width: 60vw;
        top: 5rem;
        right: -10vw;
        left: unset;
    }

    .obslugiwane-kraje__lista {
        grid-template-columns: repeat(3, 1fr);
    }

    .banner-poznajmy-sie .row .std-sct-padding-bottom:first-of-type {
        padding-bottom: 0;
    }

    .banner-poznajmy-sie .row .std-sct-padding-top:not(:first-of-type) {
        padding-top: 0;
    }

    .banner__header {
        font-size: 3.2rem;
    }

    .banner__eyebrow {
        font-size: 1.6rem;
    }

    .banner__content {
        font-size: 1.6rem;
    }

    .section-subtitle {
        font-size: 1.6rem;
    }

    .banner-narzedzia .--add-top-padding {
        padding-top: 0;
    }

    .narzedzia__text {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .btn-no-effect {
        font-size: 1.85rem;
    }

    .home-aktualnosci__layout {
        grid-template-columns: 1.5fr 1fr 1fr;
        grid-auto-flow: row;
    }

    .home-aktualnosci__item:nth-of-type(2) {
        background: unset;
    }

    .home-aktualnosci__item:nth-of-type(3) {
        display: block;
    }

    .home-aktualnosci__item:nth-of-type(4) {
        display: none;
    }

    .home-aktualnosci__layout> :first-child {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .left-dyna-padding--up-to-medium-then-10 {
        padding-left: min(var(--dyna-padding), 10%) !important;
    }

    .right-dyna-padding--up-to-medium-then-10 {
        padding-right: min(var(--dyna-padding), 10%) !important;
    }

    .flota-vertical-padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .banner-srodki__image {
        height: 80px;
    }

    .banner-srodki__caption {
        width: 50%;
    }

    .column__padding {
        padding: 17px;
    }

    .hero__header {
        font-size: 4rem;
    }

    .hero__header--aktualnosci {
        font-size: 3.2rem;
    }

    .aktualnosci__lead {
        font-size: 2.1rem
    }

    .aktualnosci__content {
        font-size: 1.7rem
    }

    .page-aktualnosci__layout {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .std-sct-padding-top {
        padding-top: 19rem;
    }

    .std-sct-padding-bottom {
        padding-bottom: 19rem;
    }

    .sm-sct-padding-top {
        padding-top: 9rem;
    }

    .sm-sct-padding-bottom {
        padding-bottom: 9rem;
    }

    .nasze-rozwiazania,
    .section-with-brand-mark {
        padding-bottom: 6rem;
        --xtra-gap-01: calc(var(--dyna-padding) / 2)
    }

    .section-with-brand-mark::before {
        width: 60vw;
        top: 5rem;
        left: -10vw;
    }

    .section-with-brand-mark--right::before {
        width: 60vw;
        top: 5rem;
        right: -10vw;
        left: unset;
    }

    .banner-poznajmy-sie .row .std-sct-padding-bottom:first-of-type {
        padding-bottom: 19rem;
    }

    .banner-poznajmy-sie .row .std-sct-padding-top:not(:first-of-type) {
        padding-top: 19rem;
    }

    .banner__header {
        font-size: 3.4rem;
    }

    .banner__eyebrow {
        font-size: 1.7rem;
    }

    .banner__content {
        font-size: 1.7rem;
    }

    .section-subtitle {
        font-size: 1.7rem;
    }

    .banner-narzedzia .--add-top-padding {
        padding-top: 60px;
    }

    .narzedzia__text {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .btn-no-effect {
        font-size: 1.85rem;
    }

    .home-aktualnosci__layout {
        grid-template-columns: 1.5fr 1fr 1fr;
        grid-auto-flow: row;
    }

    .home-aktualnosci__item:nth-of-type(2) {
        background: #eee;
    }

    .home-aktualnosci__item:nth-of-type(3) {
        display: block;
    }

    .home-aktualnosci__item:nth-of-type(4) {
        display: none;
    }

    .home-aktualnosci__layout> :first-child {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .flota-vertical-padding {
        padding-top: 150px;
        padding-bottom: 150px;
    }

    .column__padding {
        padding: 20px;
    }

    .hero__header {
        font-size: 5rem;
    }

    .hero__header--aktualnosci {
        font-size: 4rem;
    }

    .aktualnosci__lead {
        font-size: 2.2rem
    }

    .aktualnosci__content {
        font-size: 1.8rem
    }

    .page-aktualnosci__layout {
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media (min-width: 1400px) {
    .nasze-rozwiazania__item {
        aspect-ratio: 4;
        padding: clamp(12px, 3%, 50px);
    }

    .std-sct-padding-top {
        padding-top: 20rem;
    }

    .std-sct-padding-bottom {
        padding-bottom: 20rem;
    }

    .sm-sct-padding-top {
        padding-top: 10rem;
    }

    .sm-sct-padding-bottom {
        padding-bottom: 10rem;
    }

    .nasze-rozwiazania,
    .section-with-brand-mark {
        padding-bottom: 6rem;
        padding-left: clamp
    }

    .banner__header {
        font-size: 4rem;
    }

    .banner__eyebrow {
        font-size: 2rem;
    }

    .banner__content {
        font-size: 2rem;
    }

    .section-subtitle {
        font-size: 2rem;
    }

    .banner-narzedzia .--add-top-padding {
        padding-top: 100px;
    }

    .narzedzia__text {
        padding-top: 10%;
        padding-bottom: 10%;
    }

    .btn-no-effect {
        font-size: 1.95rem;
    }

    .home-aktualnosci__layout {
        grid-template-columns: 1.5fr 1fr 1fr;
        grid-auto-flow: column;
    }

    .home-aktualnosci__item:nth-of-type(2) {
        background: #eee;
    }

    .home-aktualnosci__item:nth-of-type(3) {
        display: block;
    }

    .home-aktualnosci__item:nth-of-type(4) {
        display: block;
    }

    .home-aktualnosci__layout> :first-child {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .home-aktualnosci__item .py-xl-5 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }

    .home-aktualnosci__item .px-xl-5 {
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .flota-vertical-padding {
        padding-top: 200px;
        padding-bottom: 200px;
    }

    .page-aktualnosci__layout {
        grid-template-columns: 1fr 1fr 1fr;
    }
}