/*
Theme Name: Aethera 2025
Author: sadlik.studio
Description: Aethera Custom Theme
Version: 1.0.0
*/


* {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}


html,
body {
    margin: 0 !important;
    padding: 0 !important;
    position: relative;
    height: 100%;

    --font-primary: 'Overpass', sans-serif;
    --font-secondary: 'Roboto', sans-serif;
    --font-additional: 'Oswald', sans-serif;
    --color-warmblack: #232222;
    --color-darkblue: #202766;
    --color-darkgray: gray;
    --color-lightgray: #ededed;
    --color-accent: #a60e07;
    --color-brand-gold: #ae9675;
    --color-offwhite: #dedee4;
    --color-white: #fff;
    --footer-color: #fff;
    --side-contact-light: #fff;
    --padding-for-navbar: calc(100px + var(--mini-padding));
    --hero-bg-image: none;

    font-family: var(--font-secondary);
    font-size: 16px;
    color: var(--color-warmblack);

    --first-section-padding-top: 60px;
    --first-section-padding-bottom: 60px;
}

em {
    font-style: normal;
}

.color-brand-gold {
    color: var(--color-brand-gold) !important;
}

.color-black {
    color: var(--color-warmblack) !important;
}

.color-white {
    color: #fff !important;
}

.overflow-visible {
    overflow: visible !important;
}

section {
    width: 100%;
    overflow-x: hidden;
    overflow-y: clip;
    position: relative;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: clip;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

[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%;
}

.under-layer__background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hero--contact .under-layer:after {
    content: '';
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    z-index: 0;
}

.plan [class*="under-layer"] {
    background-color: var(--section-bg-color);
}

[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;
}

@media (min-width: 10px) {
    html {
        font-size: 54%;
        /* ok. 8.6px */
    }

    body {
        --dyna-padding: 12px;
    }
}

@media (min-width: 576px) {
    html {
        font-size: 56%;
        /* ok. 9px */
    }

    body {
        --dyna-padding: calc((100vw - 540px) / 2 * .5);
    }
}

@media (min-width: 768px) {
    html {
        font-size: 58%;
        /* ok. 9.3px */
    }

    body {
        --dyna-padding: calc((100vw - 720px) / 2 * .5);
    }
}

@media (min-width: 992px) {
    html {
        font-size: 60%;
        /* ok. 9.6px */
    }

    body {
        --dyna-padding: calc((100vw - 960px) / 2 * .5);
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 62.5%;
        /* 1rem = 10px */
    }

    body {
        --dyna-padding: calc((100vw - 1140px) / 2 * .5);
    }
}

@media (min-width: 1400px) {
    html {
        font-size: 64%;
        /* ok. 10.2px – lekko większa skala dla dużych ekranów */
    }

    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;
}


















.navbar {
    background-color: transparent;
    z-index: 1030;
    padding-top: 25px;
    padding-bottom: 25px;
    position: fixed;
    width: 100%;
    transition: all ease 0.6s;
    transform: translate3d(0, 0, 0);
    top: 0;
}

.navbar.opaque {
    background-color: rgba(0, 0, 0, 0.7);
    transition: all ease 0.6s
}





.navbar.animate {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all ease 0.6s;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0
}

.nav-link {
    font-family: var(--font-primary);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    line-height: 24px;
    text-transform: none;
}

.nav-link:hover {
    color: #fff;
}

.nav-link:focus {
    color: #fff;
}

.sidemenu__logo {
    width: 60%;
    height: auto;
}

.logo__gold {
    fill: var(--color-brand-gold);
}

.logo__aethera {
    fill: #fff;
}

.add-background {
    background-color: rgba(255, 255, 255, 0.95) !important
}


.item_outer {
    position: relative;
    display: inline-block;
    line-height: 1;
}

.item_outer:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    color: inherit;
    background-color: currentColor;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}

.nav-link:hover .item_outer:after {
    width: 100%;
    -webkit-transition: width .2s ease;
    -o-transition: width .2s ease;
    transition: width .2s ease;
}

.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;
    margin-left: 20px;
}

#navbar_top .navbar-toggler {
    display: flex;
}

#navbar_top .modal-close {
    display: none;
}

#navbar_top.modal-window-visible .navbar-toggler {
    display: none;
}

#navbar_top.modal-window-visible .modal-close {
    display: flex;
}

.navbar-toggler .navbar-toggler-icon div {
    width: 25px;
    height: 3px;
    background-color: var(--navbar-icon-color);
    border-radius: 3px;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}





.modal-close .modal-close-icon {
    background-image: none;
    width: 25px;
    height: 17px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.modal-close,
.modal-close:focus,
.modal-close:active {
    background-color: transparent;
    padding: 0;
    outline: none;
    box-shadow: none;
    border: none;
    display: flex;
    flex-wrap: nowrap;
    margin-left: 20px;
}


.modal-close .modal-close-icon div {
    width: 25px;
    height: 3px;
    background-color: var(--navbar-icon-color);
    border-radius: 3px;
}


.modal-close .modal-close-icon div:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.modal-close .modal-close-icon div:nth-child(2) {
    transform: translateY(-7px) rotate(-45deg);
}





@media (max-width: 991px) {
    .navbar.animate {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-brand {
        display: flex;
        align-items: center;
        padding-top: 0;
        padding-bottom: 1px
    }
}















.sidemenu {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20vw;
    min-width: 350px;
    height: 100svh;
    right: 0;
    top: 0;
    z-index: 1040;
    background-color: rgba(0, 0, 0, .85);
    transform: translateX(100%);
    transition: transform .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: transform .6s cubic-bezier(.77, 0, .175, 1);
    padding: 50px 50px 50px;
}

.sidemenu.show {
    transition: transform .6s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: transform .6s cubic-bezier(.77, 0, .175, 1);
    transform: translateX(0%);
    animation-delay: 0 !important;
}

.sidemenu__close-container {
    position: absolute;
    right: 20px;
    top: 45px;
}

.sidemenu__close polygon {
    fill: #fff;
}

.sidemenu__close {
    width: 40px;
    height: 40px;
}

.sidemenu__close-button {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: inherit;
}


.sidemenu__switcher {
    position: absolute;
    z-index: 1000;
    right: calc(var(--dyna-padding) / 2);
    top: 0;
    padding: 31px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
}

.sidemenu .copyright__note {
    font-family: var(--font-primary);
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
}

.menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: flex-start;
    flex-grow: 1;
    padding-top: 5rem;
}

.submenu {
    display: block;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu .nav-item {
    padding: 5px 0;
    text-align: center;
}

.submenu .submenu__link {
    font-family: var(--font-primary);
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.3px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    position: relative;
    text-decoration: none;
    transition: color .2s ease-in-out;
}

.submenu .submenu__link:hover {
    color: rgba(255, 255, 255, 1);
    transition: color .2s ease-in-out;
}

.menu li {
    width: fit-content;
}

.submenu li {
    width: 100%;
    text-align: center;
    margin: 5px 0;
}

.submenu li:first-child {
    margin-top: 15px;
}

.submenu li:last-child {
    margin-bottom: 3px;
}

.submenu li a {
    width: fit-content;
}

@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
    }
}

.nav-item {
    text-align: right;
}

@media (max-width: 768px) {
    .nav-item {
        text-align: center;
    }

    .nav-item.dropdown {
        align-self: center;
    }
}

header .navbar {
    --navbar-icon-color: #fff;
}

header .navbar.opaque {
    --navbar-icon-color: #fff;
}


.navbar.--elements-black {
    --navbar-elements-color: #000;
}

.navbar.opaque.--elements-black {
    --navbar-elements-color: #fff;
}

.navbar.--elements-black .logo__aethera {
    fill: var(--navbar-elements-color) !important;
}

.navbar.--elements-black a i {
    color: var(--navbar-elements-color) !important;
}

header .navbar.--elements-black .navbar-toggler .navbar-toggler-icon div {
    --navbar-icon-color: var(--navbar-elements-color) !important
}

#fleetRollContent {
    opacity: 1;
    transition: opacity .2s ease;
}

.fleet-roll__close {
    display: block;
    position: absolute;
    right: var(--dyna-padding);
    top: 2rem;
    outline: none;
    border: none;
    font-size: 3rem;
    background-color: transparent;
}

.fleet-menu__item.is-active {
    font-weight: 600;
}

.fleet-roll {
    overflow: hidden;
    opacity: 0;
    height: 0;
    transition: height .45s ease, opacity .2s ease;
}

.fleet-roll.show {
    opacity: 1;
}



/* --- REQUEST WIDGET --- */
.request-widget {
    width: fit-content;
    height: 60px;
    display: flex;
    flex-wrap: nowrap;
    background-color: var(--color-brand-gold);
    position: fixed;
    top: 20svh;
    right: -2px;
    z-index: 99;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    border: none;
    border-radius: 2px;
    scale: 1.2;
    transform-origin: right center;
}

.request-widget.is-hidden {
    display: none;
}

.request-widget__caption {
    width: 120px;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    font-family: var(--font-primary);
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    transition: width .2s ease-in, color .3s ease-in;
    text-decoration: none;
}

.scrolled .request-widget__caption,
.init-hidden .request-widget__caption {
    width: 0px;
    transition: width .2s ease-in, color .3s ease-in;
}

.request-widget:hover .request-widget__caption {
    width: 120px;
    transition: width .2s ease-out, color .2s ease-in;
    color: var(--color-warmblack);
}


.request-widget__icon {
    height: 100%;
    display: flex;
    background-color: inherit;
    top: 0;
    left: 0;
    aspect-ratio: 1;
    padding: 10px;
    transform-origin: center;
}

.request-widget__icon svg {
    height: 100%;
}

.request-widget__icon svg path {
    fill: #fff;
    transition: fill .3s ease-in;
}

.request-widget:hover .request-widget__icon svg path {
    fill: var(--color-warmblack);
    transition: fill .2s ease-in;
}


/* --- BACK TO TOP --- */

#backToTop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 10px;
    bottom: 10px;
    width: 40px;
    height: 40px;
    background-color: var(--color-brand-red);
    z-index: 999;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    opacity: 0;
    text-decoration: none;
    color: var(--color-warmblack);
    font-size: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
    border: none;
}

#backToTop i {
    color: #fff;
}

#backToTop.scrolled {
    opacity: 1 !important;
}

#backToTop:hover {
    bottom: 15px;
}

.woocommerce #backToTop {
    display: none;
}

/* --- GO TO TOP --- */

.draggable-cursor {
    cursor:
        url(./img/draggable-cursor.png) 24 24,
        grab;
}





header .logo {
    height: 40px;
    transition: height .3s ease;
}

header .navbar.animate .logo {
    height: 30px;
    transition: height .3s ease;
}

header .logo .logo__sygnet {
    fill: var(--color-brand-red);
}

header .logo .logo__winnica {
    fill: var(--navbar-icon-color);
}

header .logo .logo__trzebnicka {
    fill: var(--navbar-icon-color);
}

header .logo .logo__sygnet {
    fill: var(--color-brand-red);
}




.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;
}


main {
    z-index: 2;
    position: relative;
    background-color: #fff;
}

.hero {
    z-index: 1;
    width: 100%;
    height: 100svh;
    display: block;
    position: sticky;
    top: 0;
}

.hero--contact {
    position: relative;
    min-height: 100svh;
    height: auto;
    padding-top: 100px;
    display: flex;
    align-items: center;
}

.hero__fullscreen {
    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);
    align-items: center;
    position: relative;
}

.hero__almond {
    position: absolute;
    bottom: -7%;
    width: 70%;
    height: fit-content;
    margin: 0;
    padding: 0;
}

.hero__almond svg {
    width: 100%;
}

.solo__almond {
    fill: rgba(255, 255, 255, 1)
}


.hero__content p {
    font-family: var(--font-primary);
    font-weight: 200;
    text-transform: none;
    line-height: 1.2;
    color: #fff;
    margin: 0;
    padding: 0;
    letter-spacing: 0.4px;
    font-size: calc(4.5rem * var(--factor-01));
    /*text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);*/
}

.hero__content p em {
    color: var(--color-brand-gold);
}

.hero__buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn {
    margin: 0;
    font-family: var(--font-primary);
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: 300;
    text-decoration: none;
    transition: all .2s ease-in-out;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    display: flex;
    overflow: hidden;
    z-index: 1;
    padding: 16px 32px 12px;
    width: fit-content;
}

.btn--small {
    padding: 12px 15px 8px;
    height: fit-content;
    width: fit-content;
}

.btn--set-bg-color {
    color: #fff;
    background-color: var(--color-brand-gold);
    border: 1px solid var(--color-brand-gold);
}

.btn.btn--huge {
    background-color: #1a1d23;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2rem;
    font-size: 2.5rem;
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #1a1d23;
    width: fit-content;
    line-height: 0.8;
}

.hero__buttons .btn {
    flex-grow: 1;
    text-align: center;
    justify-content: center;
}


.btn:hover {
    background-color: transparent;
    color: var(--color-warmblack);
    transition: all .2s ease-in-out;
}

.btn:hover:before {
    transform: translateX(0);
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    right: -50px;
    bottom: 0;
    left: 0;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #fff;
    transform: translateX(-100%);
    z-index: -1;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
}



.btn.btn--transparent-black-to-opaque-black {
    color: var(--color-warmblack);
    background-color: transparent;
    border-color: var(--color-warmblack);
}

.btn.btn--transparent-black-to-opaque-black:hover {
    color: #fff;
}

.btn.btn--transparent-black-to-opaque-black:before {
    border-bottom-color: var(--color-warmblack);
}

.btn.btn--transparent-white-to-opaque-white {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.btn.btn--transparent-white-to-opaque-white:hover {
    color: var(--color-warmblack);
}

.btn.btn--transparent-white-to-opaque-white:before {
    border-bottom-color: #fff;
}

.btn.btn--opaque-gold-to-opaque-white {
    color: var(--color-warmblack);
    background-color: var(--color-brand-gold);
    border-color: var(--color-brand-gold);
}

.btn.btn--opaque-gold-to-opaque-white:hover {
    color: var(--color-warmblack);
}

.btn.btn--opaque-gold-to-opaque-white:before {
    border-bottom-color: #fff;
}

.btn.btn--oferta {
    background: var(--color-accent);
    color: #fff;
    font-size: 15px;
    padding: 10px 30px;
}

.btn--set-bg-color:hover {
    color: var(--color-brand-gold);
    border-color: var(--color-brand-gold)
}

.btn--set-bg-color:before {
    border-bottom-color: var(--section-bg-color);
}

.btn.btn--oferta:before {
    border-bottom-color: #d6d6d6;
}

.btn.btn--huge:before {
    border-bottom-color: #fff;
}

.btn.btn--oferta:hover {
    color: var(--color-warmblack);
}

.btn.btn--huge:hover {
    color: #1a1d23;
}

.btn.btn--go-shopping {
    background: var(--color-brand-red);
}

.btn.btn--go-shopping:before {
    border-bottom-color: var(--color-warmblack);
}

.btn.btn--go-shopping:hover {
    color: #fff;
}


.tiles {
    background-color: #fff;
}

.tiles__tile--title {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tile__wrapper {
    row-gap: 20px;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tiles .koreczek {
    width: 20%;
}

.tile__title {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    text-transform: uppercase;
    font-weight: 600;
    text-wrap: balance;
    font-size: 25px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.tile__subtitle {
    font-family: var(--font-serif);
    color: var(--color-accent);
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.tiles__item {
    aspect-ratio: 1;
    background-position: center;
    background-size: cover;
    display: flex;
    width: 100%;
    transform: scale(105%);
    transition: transform .3s ease-in-out;
    will-change: transform;
    position: relative;
    overflow: hidden;
}

.tiles__item:after {
    content: '';
    background-position: center;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    inset: 0;
    transform: scale(105%);
    transition: transform .3s ease-in-out;
    will-change: transform;
}

.tiles__item--tile01:after {
    background-image: url(img/tiles01.jpg);
}

.tiles__item--tile02:after {
    background-image: url(img/tiles02.jpg);
}

.tiles__item--tile03:after {
    background-image: url(img/tiles03.jpg);
}

.tiles__item--tile04:after {
    background-image: url(img/tiles04.jpg);
}

.tiles__item--tile05:after {
    background-image: url(img/tiles05.jpg);
}

.tiles__item--tile06:after {
    background-image: url(img/tiles06.jpg);
}

.tiles__item--tile07:after {
    background-image: url(img/tiles07.jpg);
}

.tiles__item--tile08:after {
    background-image: url(img/tiles08.jpg);
}

.tiles__item--tile09:after {
    background-image: url(img/tiles09.jpg);
}

.vertical-separator {
    content: '';
    z-index: 33;
    position: absolute;
    display: block;
    height: calc(100% - 89px);
    top: 0;
    width: 3px;
    background-color: var(--color-accent);
}

.vertical-separator--25 {
    left: 25%;
}

.vertical-separator--33 {
    left: 33.333333%;
}

.vertical-separator--50 {
    left: 50%;
}

.vertical-separator--66 {
    left: 66.666666%;
}

.vertical-separator--75 {
    left: 75%;
}

.tiles__link {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    text-decoration: none;
    text-transform: uppercase;
}

.tiles__link:hover .tiles__item:after {
    transform: scale(120%);
    transition: transform .3s ease-in-out;
}

.tiles__label {
    display: flex;
    height: 100px;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 10px 0 20px;
}

.tiles__name {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-weight: 600;
    font-size: 0.8rem;
    text-decoration: none;
    width: 100%;
    padding: 0;
    z-index: 5;
    background-color: #fff;
    position: relative;
}

.tiles__name::after {
    position: absolute;
    display: block;
    content: '';
    background: var(--color-warmblack);
    bottom: -1px;
    left: 0;
    height: 2px;
    width: 0;
    transition: width .2s ease-in-out;
}

.tiles__link:hover .tiles__name::after {
    height: 2px;
    width: 30px;
    transition: width .2s ease-in-out
}

.tiles__overlay {
    width: 100%;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    display: flex;
    margin: 0;
    padding: calc(10% + 10%) calc(10% - 12px) 10%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out;
}


.tiles__tile.active .tiles__overlay {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in-out;
}

.tiles__tile.active .tiles__link {
    pointer-events: none;
}

.tiles__close-button {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    color: #fff;
    margin: 20px 20px 0 0;
    color: #fff;
    text-decoration: none;
    display: block;
}

.tiles__close-button i {
    margin: 0;
}

.tiles__content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 200;
    overflow-y: auto;
    overflow-x: hidden;
    scroll-behavior: smooth;
    scrollbar-color: silver rgba(0, 0, 0, 0);
    scrollbar-width: thin;
    font-family: var(--font-primary);
    font-size: var(--tiles-font-size);
    color: #fff;
    padding-right: 10px;
}

.tiles__content h1 {
    padding: 0;
    margin: 0 0 10px 0;
    width: 100%;
    text-align: left;
}


.banner {
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    display: flex;
}

.banner__content {
    padding: 100px 0;
}

.banner__header em {
    color: var(--color-brand-gold) !important;
}


.banner--04a,
.banner--04b {
    background-position: center;
}

.banner--04 {
    height: unset;
    min-height: unset;
}


.banner-with-overflow {
    overflow: unset !important;
    background-color: #1a1d23;
}

.banner-with-overflow__first-column img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
    object-position: center;
}

.banner-with-overflow__second-column img {
    width: 100%;
    aspect-ratio: 4 / 6.5;
    object-fit: cover;
    object-position: center;
}

.padding--01 {
    padding-top: 20rem;
    padding-bottom: 20rem;
}

.samolot {
    background-image: url(./img/samolot.jpg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    aspect-ratio: 1.8;
}


.crew__member-photo {
    overflow: clip;
    display: flex;
    justify-items: center;
    align-items: center;
}

.crew__member-photo img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    object-position: center;
    transition: transform .3s ease-in-out;
    transform: scale(1);
}

.crew__member:hover .crew__member-photo img {
    transition: transform .3s ease-in-out;
    transform: scale(1.1);
}

.crew {
    padding-top: 100px;
    padding-bottom: 50px
}

.crew a {
    text-decoration: none;
    color: #000;
    position: relative
}

.crew__member p {
    line-height: 1.2;
}

.crew .crew__member-details {
    position: relative;
    padding-left: 40px;
    padding-top: 50px;
}

.crew .crew__member-contact {
    padding-left: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.crew .crew__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;
}

.crew__member-name {
    font-family: var(--font-primary);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 2.1rem;
}

.crew__member-caption {
    font-family: var(--font-primary);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1.7rem;
}

.crew__member-mail {
    font-family: var(--font-primary);
    font-size: 1.6rem;
}

.crew__member-phone {
    font-family: var(--font-primary);
    font-size: 1.6rem;
}


#paula-i-korneliusz {
    display: block;
    aspect-ratio: 405 / 109;
    height: 80px;
    transform: translateX(-20px);
    background-image: url(img/paula-i-korneliusz.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.intro {
    padding-top: 60px;
}

.intro__sygnet {
    position: relative;
    width: fit-content;
}

.intro__sygnet::before {
    content: '';
    position: absolute;
    display: block;
    width: 2px;
    height: 100%;
    background-color: var(--color-brand-gold);
    left: calc(50% - 0.6rem);
    top: calc(-100% - 2rem);
}

.intro__sygnet svg {
    height: 5rem;
    margin: 0 0 4rem 0.3rem;
}

.intro__sygnet svg path {
    fill: var(--color-brand-gold);
}

.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;
    aspect-ratio: 1;
    width: 100%;
    text-decoration: none;
    filter: opacity(0.85) brightness(1.1);
    transition: all .2s ease-in-out;
    overflow: hidden;
    position: relative;
    background-color: #1a1d23;
    transition: all .8s ease;
}

.fleet__item:hover,
.fleet__item.is-active {
    background-color: #4b5361;
    transition: all .8s ease;
}

.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__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    backdrop-filter: blur(3px) brightness(0.7);
    transition: all .2s ease-in;
}

.fleet__item:hover .fleet__overlay {
    opacity: 1;
    visibility: visible;
}

.fleet__overlay:after {
    color: #fff;
    font-size: 5rem;
    font-family: "Font Awesome 6 Free";
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 492 492.1'%3E%3Cpath fill='white' d='M470,492.1c-5.9,0-11.4-2.3-15.6-6.4l-132.6-132.8-6.9,5c-34.1,24.9-74.5,38.1-116.8,38.1s-102.6-20.6-140-58C20.6,300.6,0,250.9,0,198S20.6,95.4,58,58,145.1,0,198,0s102.6,20.6,140,58c37.4,37.4,58,87.1,58,140s-13.2,82.7-38.1,116.8l-5,6.9,132.6,132.8c8.6,8.6,8.6,22.6,0,31.2-4.2,4.2-9.7,6.4-15.6,6.4ZM198,44c-84.9,0-154,69.1-154,154s69.1,154,154,154,154-69.1,154-154S282.9,44,198,44Z'/%3E%3C/svg%3E");
    background-position: center;
    background-size: 30%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    font-weight: 900;
    opacity: 0;
    transform: scale(2);
    filter: blur(4px);
    transition: all .2s ease-in;
}

.fleet__item:hover .fleet__overlay:after {
    transform: scale(1);
    filter: none;
    opacity: 1;
}

.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;
}

.fleet__icon {
    background-image: var(--fleet-icon);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    aspect-ratio: 95 / 30;
    width: 100%;
    transition: all .2s ease-in-out;
}

.banner__eyebrow {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.4;
    letter-spacing: 0.1rem;
    font-weight: 400;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
    color: #fff;
}

.banner__header {
    margin: 0;
    padding: 15px 0;
    font-size: calc(4rem * var(--factor-01));
    line-height: 1.2;
    letter-spacing: 0.05rem;
    font-weight: 500;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
    color: #fff;
}

.banner-container em {
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    font-style: inherit;
    color: var(--color-brand-gold);
}

.banner-container ul {
    list-style: none;
    padding-left: 28px;
    margin: 0;
}

.banner-container ul li {
    position: relative;
    padding-left: 0;
    margin-bottom: 8px;
}

.banner-container ul li::before {
    content: "";
    position: absolute;
    left: -28px;
    top: 50%;
    transform: translateY(-50%);

    width: 18px;
    height: 18px;
    background-color: var(--color-brand-gold);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><polygon points='18 7 11 7 11 0 7 0 7 7 0 7 0 11 7 11 7 18 11 18 11 11 18 11 18 7'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'><polygon points='18 7 11 7 11 0 7 0 7 7 0 7 0 11 7 11 7 18 11 18 11 11 18 11 18 7'/></svg>") no-repeat center / contain;
}

.banner__content {
    margin: 0;
    padding: 0;
    font-size: 2rem;
    line-height: 1.3;
    letter-spacing: 0px;
    font-weight: 200;
    font-family: var(--font-primary);
    color: #fff;
}

.banner--04 .sygnet {
    width: 50px;
    height: auto;
    display: block;
}

.banner--04 .sygnet path {
    fill: #fff;
}

.movie .movie__logo {
    height: 40px;
    margin-bottom: 20px;
}

.movie .movie__logo svg {
    height: 100%;
}

.plan .plan__sygnet {
    height: 70px;
    margin-bottom: 20px;
}

.plan .plan__sygnet svg {
    height: 100%;
}

.plan .plan__sygnet svg path {
    fill: var(--color-brand-gold);
}

.plan__svg {
    width: 70%;
    background-image: url(./img/plan__bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.plan__svg .plan__line {
    stroke: #89724d;
    stroke-width: 0.4rem;
    fill: none;
}



.route-line {
    transition-property: stroke-dashoffset, opacity;
    transition-duration: var(--dur, 1s);
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    will-change: stroke-dashoffset, opacity;
}


.cta-fleet {
    padding-top: clamp(50px, 5%, 150px);
    padding-bottom: clamp(50px, 5%, 150px);
}


.swiper_pros .swiper-slide span h1 {
    font-family: var(--font-primary);
    font-size: 6rem;
    color: #fff;
    font-weight: 900;
    display: block;
}

.swiper_pros .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_pros .swiper-slide .pros__caption {
    font-family: var(--font-primary);
    text-decoration: none;
    color: #000;
    font-size: 1.7rem;
    font-weight: 200;
    letter-spacing: 0.05rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    display: block;
    cursor: pointer !important;
    width: fit-content;
    border: none;
    background-color: transparent;
}

.swiper_pros .swiper-slide .pros__caption.pros__toggler.active {
    font-weight: 700 !important;
}

.swiper-slide span .pros__caption strong {
    font-weight: 600;
    color: var(--color-warmblack)
}

.swiper_pros .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_pros .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_pros .swiper-slide .axis {
    background-image: url(./img/svg/swiper-line-inner.svg);
}

.swiper_pros .swiper-slide:first-of-type .axis {
    background-image: url(./img/svg/swiper-line-start.svg);
}

.swiper_pros .swiper-slide:last-of-type .axis {
    background-image: url(./img/svg/swiper-line-end.svg);
}

.pros .pros__image {
    border-radius: 50%;
    width: 50%;
    aspect-ratio: 1;
    background-image: var(--pros-image);
    background-position: center;
    background-size: cover;
}

.pros__description {
    height: 0;
    transition: height .3s ease;
    overflow: hidden;
}

.pros__description-wrapper {
    opacity: 0;
    padding: 20px 10px 0;
    transition: opacity .3s ease;
}

.pros__description.open {
    transition: height .3s ease;
}

.pros__description.open .pros__description-wrapper {
    opacity: 1;
    transition: opacity .3s ease;
}

.pros__description p {
    font-size: 14px;
    color: var(--color-warmblack);
    line-height: 1.6;
    text-align: center;
}

.pros__description ul {
    font-size: 14px;
    color: var(--color-warmblack);
    line-height: 1.6;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
}

.pros__description li {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.request-quote__header {
    margin: 0;
    padding-bottom: 6rem;
    font-size: calc(4rem * var(--factor-01));
    line-height: 1.4;
    letter-spacing: 1rem;
    font-weight: 500;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
    color: black;
    width: fit-content;
}


.why {
    background-image: url(./img/why__bg.jpg);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.why::after {
    content: '';
    display: block;
    margin: 9;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.08);
    width: var(--why-after-width);
    aspect-ratio: 584.7 / 442.2;
    position: absolute;
    bottom: -10px;
    left: -10px;
    mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 584.7 442.2'><path fill='black' d='M358,263.7c10,23.1,20.3,47.1,31.3,72.6,10.7,24.7,21.3,49.1,31.8,73.2-15.3-.4-21.5-.8-64.3-.5-2.2.3-4.1.8-5.9,1.5-1.8.7-3.3,1.5-4.6,2.5-2,1.5-3.5,3.3-4.5,5.4s-1.5,4.4-1.5,6.9.5,4.6,1.5,6.7c1,2,2.5,3.9,4.5,5.5,1.9,1.6,4.6,2.8,7.9,3.6,3.2.8,7,1.2,11.5,1.2h129.5c4.2,0,8-.4,11.1-1.2,15.4-3.8,15.5-27.7,0-31.5-3.1-.8-6.8-1.1-11-1.1h-33.5l-68.8-161.4,89.3-42.6.4-.2c43.8-20.6,85.3-42,97.1-49.6,10.7-6.9,1.8-11-6.1-10.4h-142.4c-2.8-.1-6.6-.2-10.3-.2s-6.5,0-9.3.4c-7.3.9-7.1,4.5-3.5,6.8,5.1,3.2,53.1,19.1,45.6,25.9-2.1,1.9-5.4,4.3-9.6,6.5-17.2,8.8-52.3,24.3-65.4,30.3L287.7,0H113.9C109.6,0,105.8.4,102.7,1.1c-3.2.8-5.8,1.9-7.8,3.5s-3.5,3.3-4.4,5.4c-1,2.1-1.5,4.4-1.5,6.9s.5,4.9,1.4,6.9c1,2.1,2.5,3.9,4.5,5.5,1.9,1.5,4.5,2.6,7.7,3.4,3.1.7,6.9,1.1,11.2,1.1h103.6l-114.3,262.2c16.2-7,39.5-12.3,55.7-19.3l100.5-242.9c13.2,30.9,26.5,61.8,39.7,92.7,14.8,34.7,29.6,69.2,44.4,103.7-68.1,26.8-117.8,58.8-155.3,90.4-37.5,31.6-62.7,62.7-81.8,87.9H24.9c-4.3,0-8.1.4-11.2,1.1-3.2.8-5.8,1.9-7.7,3.5-8.1,6.4-7.8,17.9,0,24.4,1.9,1.6,4.5,2.8,7.7,3.6,3.1.8,6.9,1.2,11.2,1.2h136c4.3,0,8-.4,11.2-1.2,3.2-.8,5.8-2,7.8-3.6,2-1.6,3.4-3.4,4.4-5.4,1-2,1.5-4.3,1.5-6.7s-.5-4.8-1.5-6.9c-1-2.1-2.5-3.9-4.4-5.4-2-1.6-4.6-2.7-7.8-3.5-3.1-.8-6.8-1.1-11.1-1.1h-3.1c13.7-22.4,42.3-49,77.6-74.6,36.6-26.5,80.5-51.8,122.6-70.1'></path></svg>");
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 584.7 442.2'><path fill='black' d='M358,263.7c10,23.1,20.3,47.1,31.3,72.6,10.7,24.7,21.3,49.1,31.8,73.2-15.3-.4-21.5-.8-64.3-.5-2.2.3-4.1.8-5.9,1.5-1.8.7-3.3,1.5-4.6,2.5-2,1.5-3.5,3.3-4.5,5.4s-1.5,4.4-1.5,6.9.5,4.6,1.5,6.7c1,2,2.5,3.9,4.5,5.5,1.9,1.6,4.6,2.8,7.9,3.6,3.2.8,7,1.2,11.5,1.2h129.5c4.2,0,8-.4,11.1-1.2,15.4-3.8,15.5-27.7,0-31.5-3.1-.8-6.8-1.1-11-1.1h-33.5l-68.8-161.4,89.3-42.6.4-.2c43.8-20.6,85.3-42,97.1-49.6,10.7-6.9,1.8-11-6.1-10.4h-142.4c-2.8-.1-6.6-.2-10.3-.2s-6.5,0-9.3.4c-7.3.9-7.1,4.5-3.5,6.8,5.1,3.2,53.1,19.1,45.6,25.9-2.1,1.9-5.4,4.3-9.6,6.5-17.2,8.8-52.3,24.3-65.4,30.3L287.7,0H113.9C109.6,0,105.8.4,102.7,1.1c-3.2.8-5.8,1.9-7.8,3.5s-3.5,3.3-4.4,5.4c-1,2.1-1.5,4.4-1.5,6.9s.5,4.9,1.4,6.9c1,2.1,2.5,3.9,4.5,5.5,1.9,1.5,4.5,2.6,7.7,3.4,3.1.7,6.9,1.1,11.2,1.1h103.6l-114.3,262.2c16.2-7,39.5-12.3,55.7-19.3l100.5-242.9c13.2,30.9,26.5,61.8,39.7,92.7,14.8,34.7,29.6,69.2,44.4,103.7-68.1,26.8-117.8,58.8-155.3,90.4-37.5,31.6-62.7,62.7-81.8,87.9H24.9c-4.3,0-8.1.4-11.2,1.1-3.2.8-5.8,1.9-7.7,3.5-8.1,6.4-7.8,17.9,0,24.4,1.9,1.6,4.5,2.8,7.7,3.6,3.1.8,6.9,1.2,11.2,1.2h136c4.3,0,8-.4,11.2-1.2,3.2-.8,5.8-2,7.8-3.6,2-1.6,3.4-3.4,4.4-5.4,1-2,1.5-4.3,1.5-6.7s-.5-4.8-1.5-6.9c-1-2.1-2.5-3.9-4.4-5.4-2-1.6-4.6-2.7-7.8-3.5-3.1-.8-6.8-1.1-11.1-1.1h-3.1c13.7-22.4,42.3-49,77.6-74.6,36.6-26.5,80.5-51.8,122.6-70.1'></path></svg>");
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
}

.why__icon {
    display: block;
    position: relative;
}

.why__separator {
    display: block;
    width: 1px;
    height: 20px;
    background-color: #000;
    color: #000;
    margin: 20px 0;
}

.why__header {
    margin: 0;
    padding-bottom: 6rem;
    font-size: calc(4rem * var(--factor-01));
    line-height: 1.4;
    letter-spacing: 1rem;
    font-weight: 500;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
    color: black;
    width: fit-content;
}

.why__caption {
    font-family: var(--font-primary);
    color: #000;
    font-size: 1.7rem;
    font-weight: 400;
    letter-spacing: 0.05rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}



/* REQUEST FORM */

#request-quote {
    --request-quote-form-color: #e9e9e9;
    color: var(--request-quote-form-color);
}

#request-quote .wpcf7-form-control-wrap {
    width: 100%;
}

#request-quote .textarea-wrapper {
    border: 1px solid var(--request-quote-form-color);
    position: relative;
    border-radius: 2px;
    margin-bottom: 1rem;
    width: 100%;
    box-sizing: border-box;
}

#request-quote .input-wrapper input:not([type="submit"]) {
    outline: none;
    box-shadow: none;
    height: 5rem;
    background-color: transparent;
    border: 0;
    padding-left: 1.5rem;
    padding-right: 1rem;
    font-size: 1.5rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--request-quote-form-color);
}

#request-quote .input-wrapper select {
    outline: none;
    width: 100%;
    box-shadow: none;
    height: 5rem;
    background-color: transparent;
    border: 0;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--request-quote-form-color);
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23e9e9e9' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'><path d='M0 0l5 6 5-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1.8rem center;
    background-size: 1rem .6rem;
    padding-right: 35px;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: transparent;
    opacity: 1;
}

input[type="date"] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512' fill='%23e9e9e9'><path d='M128 0C110.3 0 96 14.3 96 32l0 32-32 0C28.7 64 0 92.7 0 128l0 48 448 0 0-48c0-35.3-28.7-64-64-64l-32 0 0-32c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 32-128 0 0-32c0-17.7-14.3-32-32-32zM0 224L0 416c0 35.3 28.7 64 64 64l320 0c35.3 0 64-28.7 64-64l0-192-448 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 1.4rem;
    padding-right: 4rem;
}

input[type="date"] {
    -moz-appearance: textfield;
}

input[type="time"]::-webkit-calendar-picker-indicator {
    color: transparent;
    background: transparent;
    opacity: 1;
    cursor: pointer;
}

input[type="time"] {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23e9e9e9'><path d='M256 0a256 256 0 1 1 0 512 256 256 0 1 1 0-512zM232 120l0 136c0 8 4 15.5 10.7 20l96 64c11 7.4 25.9 4.4 33.3-6.7s4.4-25.9-6.7-33.3L280 243.2 280 120c0-13.3-10.7-24-24-24s-24 10.7-24 24z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 1.4rem;
    padding-right: 4rem;
}

input[type="time"] {
    -moz-appearance: textfield;
}

#request-quote .textarea-wrapper textarea {
    outline: none;
    box-shadow: none;
    height: 15rem;
    background-color: transparent;
    border: 0;
    padding: 1rem;
    padding-left: 1.5rem;
    font-size: 1.3rem;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--request-quote-form-color);
}

#request-quote .request__form--reset-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .8rem 2rem;
    margin: 0;
    font-family: var(--font-primary);
    font-weight: 400;
    letter-spacing: .1rem;
    color: var(--request-quote-form-color);
    border: 1px solid var(--request-quote-form-color);
    background-color: transparent;
    transition: all .2s ease-in-out;
    font-size: 1rem;
    text-transform: uppercase;
}

#request-quote .request__form--submit-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: .8rem 20px;
    margin: 0;
    font-family: var(--font-primary);
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff;
    border: 1px solid var(--request-quote-form-color);
    background-color: var(--request-quote-form-color);
    transition: all .2s ease-in-out;
    font-size: 1rem;
    text-transform: uppercase;
    margin-right: 10px;
}

#request-quote .request__form--submit-button:hover {
    border: 1px solid var(--request-quote-form-color);
    background-color: transparent;
    transition: all .2s ease-in-out;
    color: var(--request-quote-form-color);
}

#request-quote .request__form--reset-button:hover {
    border: 1px solid var(--request-quote-form-color);
    background-color: var(--request-quote-form-color);
    transition: all .2s ease-in-out;
    color: #fff;
}

.wpcf7-spinner {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 0 0 24px;
}

.wpcf7-not-valid-tip {
    font-size: 1.1rem;
    position: absolute;
    right: 10px;
    bottom: -9px;
    background: white;
    padding: 0 3px;
}

@media(max-width: 575px) {

    #request-quote .request__form--submit-button,
    #request-quote .request__form--reset-button {
        font-size: 0.6rem;
        flex-grow: 1;
        width: unset;
    }
}

#request-quote .textarea-wrapper textarea:active,
#request-quote .textarea-wrapper textarea:focus {
    background-color: transparent;
}

#request-quote .form-control::-webkit-input-placeholder {
    color: #e9e9e9;
    opacity: 0;
}

#request-quote .form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #e9e9e9;
    opacity: 0;
}

#request-quote .form-control::-moz-placeholder {
    /* FF 19+ */
    color: #e9e9e9;
    opacity: 0;
}

#request-quote .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #e9e9e9;
    opacity: 0;
}

#request-quote .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #e9e9e9;
    opacity: 0;
}

#request-quote .form-control::placeholder {
    /* modern browser */
    color: #e9e9e9;
    opacity: 0;
}


#request-quote .input-wrapper input:active,
#request-quote .input-wrapper input:focus,
#request-quote .input-wrapper select:active,
#request-quote .input-wrapper select:focus,
#request-quote .textarea-wrapper textarea:active,
#request-quote .textarea-wrapper textarea:focus {
    outline: none;
    box-shadow: none;
}

#request-quote .input-wrapper label,
#request-quote .textarea-wrapper label {
    position: absolute;
    font-size: 1.2rem;
    top: -25px;
    left: 0;
    padding: 0;
    background-color: var(--footer-color);
    text-transform: uppercase;
    color: #fff;
    font-family: var(--font-primary);
}

#request-quote .submit-wrapper {
    border: 0;
    display: flex;
    align-items: center;
    align-content: center;
}

#request-quote .submit-wrapper input[type="submit"] {
    border: 1px solid var(--request-quote-form-color);
    background-color: var(--request-quote-form-color);
    color: #fff;
    font-size: 14px;
    transition: all .2s ease-in-out;
    padding: 7px 20px;
    border-radius: 2px;
    letter-spacing: 1px;
}

#request-quote .submit-wrapper input[type="submit"]:hover {
    border: 1px solid var(--request-quote-form-color);
    background-color: transparent;
    color: var(--request-quote-form-color);
    font-size: 14px;
    transition: all .2s ease-in-out;
}

#request-quote .request__form-wrapper {
    padding-top: 100px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}


#request-quote .request__form-wrapper fieldset {
    display: flex;
    flex-wrap: wrap;
}

#request-quote .input-wrapper {
    border: 1px solid var(--request-quote-form-color);
    position: relative;
    border-radius: 2px;
    margin: 0;
}

#request-quote option {
    color: var(--color-warmblack);
}

#request-quote option:disabled {
    color: silver;
}

/* SELECT2 */
#request-quote .input-wrapper .select2-container {
    min-height: var(--request-quote-form-height);
    height: 100%;
    width: 100% !important;
    display: flex;
    align-items: center;
    padding-top: 15px;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23e9e9e9' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'><path d='M0 0l5 6 5-6z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 1.8rem center;
    background-size: 1rem .6rem;
}

#request-quote .input-wrapper .select2-container .selection {
    width: 100%;
}

#request-quote .input-wrapper .select2-container .select2-selection--single {
    outline: none;
    width: 100%;
    height: 5rem;
    background-color: transparent;
    border: 0;
    padding-left: 1.5rem;
    font-size: 1.5rem;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    color: var(--request-quote-form-color);
    padding-right: 35px;
}

#request-quote .input-wrapper .select2-selection__rendered {
    padding: 0;
    line-height: normal;
    color: var(--request-quote-form-color);
}

#request-quote .input-wrapper .select2-selection__placeholder {
    color: var(--request-quote-form-color);
    opacity: 1;
}

.select2-dropdown {
    font-size: 1.4rem;
    border-radius: 0;
}

.privacy-policy-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    text-transform: uppercase;
    color: var(--color-brand-gold);
    font-family: var(--font-primary);
    font-size: 1.3rem;
}

.privacy-policy-wrapper.error-field {
    color: red;
}

.privacy-policy-wrapper a {
    text-decoration: underline;
    color: inherit;
}

.privacy-policy-wrapper input.privacy-policy {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-brand-gold);
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    background-color: transparent;
    cursor: pointer;
    margin-top: -3px;
    display: grid;
    place-content: center;
}

.privacy-policy-wrapper input.privacy-policy::before {
    content: "";
    width: 10px;
    height: 10px;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--color-brand-gold);
}

.privacy-policy-wrapper input.privacy-policy:checked::before {
    transform: scale(1);
}


#request-quote .input-wrapper .select2-selection__arrow {
    display: none;
}

fieldset {
    width: 100%;
    display: flex;
    gap: 50px;
    flex-direction: column;
}

fieldset.fieldset--50 {
    width: 100%;
    display: flex;
    column-gap: 30px;
    row-gap: 50px;
    flex-direction: row;
    flex-wrap: wrap;
}

.fieldset--50 .input-wrapper {
    flex-shrink: 1;
    flex-grow: 1;
    flex-basis: calc(50% - 30px);
}

.fieldset--return {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-5px);
    margin: -25px 0;
    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease, margin 0.3s ease;
}

.fieldset--return.--visible {
    max-height: 500px;
    /* wystarczy, by pomieścić pola */
    opacity: 1;
    transform: translateY(0);
    margin: 0;
    overflow: visible
}

@media(max-width: 1199px) {
    fieldset.fieldset--50 {
        flex-direction: column;
    }
}

#request-quote legend {
    font-size: 3rem;
    font-family: var(--font-primary);
    text-transform: uppercase;
    padding-bottom: 10rem;
    font-weight: 600;
    color: var(--color-brand-gold);
    display: flex;
    flex-direction: column;
}



.request-quote-step--0 .legend::before,
.request-quote-step--1 legend::before,
.request-quote-step--2__form legend::before,
.request-quote-step--3 .legend::before {
    font-size: 6rem;
    font-weight: 100;
    color: #fff;
    font-family: var(--font-primary);
    line-height: 1;
}

.request-quote-step--0 .legend::before {
    content: '00';
}

.request-quote-step--1 legend::before {
    content: '01';
}

.request-quote-step--2__form legend::before {
    content: '02';
}

.request-quote-step--3 .legend::before {
    content: '03';
}

.request-quote-step--0 .container-filling,
.request-quote-step--1 .container-filling,
.request-quote-step--2__form .container-filling,
.request-quote-step--3 .container-filling {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.legend {
    font-size: 3rem;
    font-family: var(--font-primary);
    text-transform: uppercase;
    padding-bottom: 10rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.request-quote-step--0 p,
.request-quote-step--3 p {
    font-size: 2rem;
    font-weight: 400;
    font-family: var(--font-primary);
    color: #fff;
    line-height: 1.4;
}

.request-quote {
    /* background-color: var(--request-quote-form-background);*/
    --request-quote-form-background: #1a1d23;
}

#request-quote .step--1 .input-wrapper {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-brand-gold);
    border-radius: 0;
}



#request-quote .step--1 .input-container {
    margin-right: -1px;
    margin-bottom: -1px;
}

#request-quote .step--1 .input-wrapper select,
#request-quote .step--1 .input-wrapper input:not([type="submit"]) {
    min-height: var(--request-quote-form-height);
    height: 100%;
}




#request-quote .step--1 .input-wrapper select {
    padding-top: 15px;
}

#request-quote .step--1 .input-wrapper.h-50:first-of-type {
    margin-bottom: -1px;
}

#request-quote .step--1 .input-wrapper.h-50:last-of-type {
    height: calc(50% + 1px) !important;
}

#request-quote .input-wrapper label,
#request-quote .textarea-wrapper label {
    position: absolute;
    font-size: 1.2rem;
    top: 1.5rem;
    left: 1.5rem;
    padding: 0;
    background-color: transparent;
    text-transform: uppercase;
    color: var(--color-brand-gold);
    font-family: var(--font-primary);
}

#request-quote .trip:not(:first-of-type) {
    margin-top: 3rem;
}

#request-quote .trip:last-of-type {
    margin-bottom: 5rem;
}


#request-quote .trip .delete-trip,
#request-quote .trip .add-trip {
    font-family: var(--font-primary);
    color: var(--color-brand-gold);
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin-left: 2rem;
    width: fit-content;
}

#request-quote .trip--1 .delete-trip {
    display: none;
}

#request-quote .trip:not(:last-of-type) .add-trip {
    display: none;
}

#request-quote .trip .delete-trip:before {
    content: '×';
    display: flex;
    align-items: center;
    font-size: 1.5em;
    padding-right: 6px;
}

#request-quote .info {
    text-align: center;
    font-family: var(--font-primary);
    color: #fff;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: 200;
}

.btn--request-quote {
    padding: 20px 25px 16px;
    font-size: 19px;
    font-weight: 500;
}

#request-quote .trip .add-trip:before {
    content: '+';
    display: flex;
    align-items: center;
    font-size: 1.5em;
    padding-right: 6px;
}

#request-quote .destination-toggler {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    list-style: none;
    width: calc(100% - 2px);
    padding: 0;
    margin-bottom: 3rem;
}

#request-quote .destination-toggler li {
    color: #fff;
    border: 1px solid var(--color-brand-gold);
    margin-right: -1px;
    margin-bottom: -1px;
    background-color: transparent;
    display: flex;
    flex: 1 1 33%;
}

#request-quote .destination-toggler li:last-of-type {
    margin-right: 0;
}

#request-quote .destination-toggler li a {
    color: var(--color-brand-gold);
    font-family: var(--font-primary);
    font-size: 1.2rem;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    transition: all .8s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    height: var(--request-quote-form-height);
}

#request-quote .destination-toggler li a:hover {
    transition: all .2s ease;
    background-color: var(--color-brand-gold);
    color: var(--request-quote-form-background);
}

#request-quote .destination-toggler li a.active {
    background-color: var(--color-brand-gold);
    color: var(--request-quote-form-background);
}

#request-quote-contact-details {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    z-index: 3;
}

.sssf-response-output {
    width: 100%;
    padding: 14px 5px;
    border-top: 2px solid transparent;
    font-family: var(--font-primary);
    font-size: 1.4rem
}

.sssf-spinner {
    height: 100%;
    border-radius: 50%;
    display: block;
    position: relative;
    border: 7px solid;
    border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.35) rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.sssf-response-output.sssf-mail-sent-ok {
    border-color: rgba(121, 172, 75, 1);
    background-color: rgba(121, 172, 75, .2);
    color: rgba(121, 172, 75, 1);
}

.modal-message {
    font-family: var(--font-primary);
    font-size: 4rem;
    color: var(--color-warmblack);
    line-height: 1.35;
    font-weight: 300;
    text-wrap: balance;
}

.modal-message em {
    color: var(--color-brand-gold);
}

.modal-message__container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5%;
}

.modal-message__logo {
    width: 30%;
}

.modal-message__logo svg path {
    fill: var(--color-brand-gold);
}

.step--2__form {
    padding: 8% 5% 5%;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

#request-quote-contact-details .input-wrapper,
#request-quote-contact-details .textarea-wrapper {
    border: 1px solid rgba(0, 0, 0, .3);
    position: relative;
    border-radius: 2px;
    margin: 0;
    flex: 1 1 100%;
}

#request-quote-contact-details .input-wrapper label {
    position: absolute;
    font-size: 1.1rem;
    top: -8px;
    left: 10px;
    padding: 0 5px;
    background-color: #fff;
}

#request-quote-contact-details .textarea-wrapper label {
    position: absolute;
    font-size: 1.1rem;
    top: -8px;
    left: 10px;
    padding: 0 5px;
    background-color: #fff;
}

#request-quote-contact-details .textarea-wrapper textarea,
#request-quote-contact-details .input-wrapper select,
#request-quote-contact-details .input-wrapper input {
    color: var(--color-warmblack) !important
}


#quote-form-modal-window {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(8px);
    display: none;
    align-items: top;
    z-index: 3;
    overflow-y: scroll;
    scrollbar-width: thin;
}

#quote-form-modal-window.modal-window--active {
    display: flex;
}






.aircraft__specs {
    padding-top: 30px;
    flex: 1 1 100%;
}


.aircraft__specs table tr {
    width: 100%;
    border-bottom: 1px solid var(--color-brand-gold);
}

.aircraft__specs th,
.aircraft__specs td {
    padding: .3rem 0;
}

.aircraft__name {
    margin: 0;
    padding: 0 0 2rem 0;
    font-size: 2.3rem;
    line-height: 1.2;
    font-weight: 600;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
}

.aicraft__siblings {
    font-size: 1.4rem;
    padding-top: 30px;
}

.aicraft__siblings span {
    font-weight: 700;
}

.fleet-listing {
    padding: 7rem 0;
}

.fleet-item:not(:last-of-type) {
    padding-bottom: 5rem;
}


/* FOOTER FORM */

.contact__header {
    margin: 0;
    padding-bottom: 6rem;
    font-size: calc(4rem * var(--factor-01));
    line-height: 1.4;
    letter-spacing: 1rem;
    font-weight: 500;
    font-family: var(--font-primary);
    text-transform: uppercase;
    text-wrap: balance;
    width: fit-content;
}

.contact__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: start;
}

.contact__item {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: start;
}

.contact__item h4 {
    color: var(--color-brand-gold);
    font-family: var(--font-primary);
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.7rem;
}

.form__header {
    color: var(--color-brand-gold);
    font-family: var(--font-primary);
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.7rem;
    margin-bottom: 15px;
}

#contact .dane_adresowe-wrapper p {
    margin: 0 0 5px 0;
    font-family: var(--font-primary);
    color: #fff;
    font-size: 16px;
}

#contact h4 {
    font-size: 18px;
}

.contact__item:not(:first-of-type) {
    margin-top: 30px;
}

.contact__item a {
    color: #fff;
    width: fit-content;
    margin: 0 0 5px 0;
}

#contact form {
    display: flex;
    flex-wrap: wrap;
    --footer-gap: 3rem;
    gap: var(--footer-gap);
}

#contact .input-wrapper {
    border: 1px solid #dedede;
    position: relative;
    border-radius: 2px;
    margin: 0;
    flex: 1 1;
}

#contact .input-wrapper:nth-of-type(1),
#contact .input-wrapper:nth-of-type(2) {
    flex: 1 1 calc(50% - (var(--footer-gap) / 2));
}

@media(width > 991px) and (width < 1200px) {

    #contact .input-wrapper:nth-of-type(1),
    #contact .input-wrapper:nth-of-type(2) {
        flex: 1 0 100%;
    }
}

@media(width < 768px) {

    #contact .input-wrapper:nth-of-type(1),
    #contact .input-wrapper:nth-of-type(2) {
        flex: 1 0 100%;
    }
}

#contact .textarea-wrapper {
    border: 1px solid #dedede;
    position: relative;
    border-radius: 2px;
    margin: 0;
    width: 100%;
}

#contact .input-wrapper input:not([type="submit"]) {
    outline: none;
    box-shadow: none;
    height: 45px;
    background-color: transparent;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
}

#contact .textarea-wrapper textarea {
    outline: none;
    box-shadow: none;
    height: 110px;
    background-color: transparent;
    border: 0;
    padding: 10px;
    font-size: 14px;
}

#contact .textarea-wrapper textarea:active,
#contact .textarea-wrapper textarea:focus {
    background-color: transparent;
}

footer {
    position: relative
}

.footer__logo--black .logo__aethera {
    fill: #000;
}

.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__logo .sygnet .sygnet__gold {
    fill: var(--color-brand-gold);
}

.footer-divider__logo svg {
    width: 100%;
    height: auto;
    display: block;
    margin-right: -4px;
}

#contact .form-control {
    color: #e2e2e2;
}

#contact .form-control:focus {
    color: #fff;
}

#contact .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 0;
}

#contact .form-control:-moz-placeholder {
    /* FF 4-18 */
    color: #000;
    opacity: 0;
}

#contact .form-control::-moz-placeholder {
    /* FF 19+ */
    color: #000;
    opacity: 0;
}

#contact .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
    opacity: 0;
}

#contact .form-control::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #000;
    opacity: 0;
}

#contact .form-control::placeholder {
    /* modern browser */
    color: #000;
    opacity: 0;
}


#contact .input-wrapper input:active,
#contact .input-wrapper input:focus,
#contact .textarea-wrapper textarea:active,
#contact .textarea-wrapper textarea:focus {
    outline: none;
    box-shadow: none;
}

#contact .input-wrapper label,
#contact .textarea-wrapper label {
    position: absolute;
    font-family: var(--font-secondary);
    text-transform: uppercase;
    font-size: 11.2px;
    top: -8px;
    left: 10px;
    padding: 0 5px;
    color: #fff;
    z-index: 2;

}

#contact .input-wrapper label:before,
#contact .textarea-wrapper label:before {
    position: absolute;
    top: 7px;
    left: 0px;
    content: '';
    background-color: black;
    width: 100%;
    height: 1px;
    z-index: -1;
}

#contact .submit-wrapper {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    width: 100%;
}

@media (max-width: 575px) {

    .footer-menu a,
    .contact-address p {
        font-size: 0.85rem
    }
}

#contact .submit-wrapper input[type="submit"] {
    border: 1px solid var(--color-brand-gold);
    background-color: transparent;
    color: var(--color-brand-gold);
    font-size: 14px;
    transition: all .2s ease-in-out;
    padding: 7px 20px;
    border-radius: 2px;
    letter-spacing: 1px;
}

#contact .submit-wrapper input[type="submit"]:hover {
    background-color: var(--color-brand-gold);
    color: var(--color-warmblack);
    font-size: 14px;
    transition: all .2s ease-in-out;
}


.step--1 .input-wrapper.error-field::before {
    content: '';
    position: absolute;
    inset: -1px;
    border: 1px solid red;
    z-index: 4;
    pointer-events: none;
}

.step--2 .input-wrapper.error-field::before {
    content: '';
    position: absolute;
    bottom: -1px;
    border-bottom: 2px solid red;
    z-index: 4;
    pointer-events: none;
    width: 100%;

}

.error-msg {
    color: #c00;
    font-size: 13px;
    margin-top: 5px;
    display: none;
}


/*  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%;
}


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: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer {
    position: relative;
    z-index: 20;
    background-color: #fff;
}

.footer__top {
    padding-top: 80px;
    padding-bottom: 80px;
}

.footer__logo {
    height: 30px;
    width: auto;
}

.footer__logo .logo__sygnet {
    fill: var(--color-brand-red);
}

.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: 17px;
    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: 23px;
    text-wrap: balance;
}

.footer h3:not(:first-of-type) {
    background-color: red !important;
}

.footer-menu,
.footer-menu div {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    font-size: 16px;
}

.all-wide * {
    flex-basis: 100%;
}

.contact-address {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 16px;
}

.contact-menu a,
.contact-address a,
.contact-links a {
    width: fit-content;
    color: #fff;
    position: relative;
}

.contact-menu i,
.contact-address i,
.contact-links i {
    margin-right: 5px;
    color: #fff;
}

.contact-menu p {
    margin-bottom: 5px;
}

.contact-address p,
.contact-menu p,
.contact-links p {
    margin: 0 0 5px 0;
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    font-size: 16px;
}

.contactr-links h3 {
    margin-top: 20px;
}

.contact-links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}



/* 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: 2px;
    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);
}


/*  BLOCKS  */
.blocks__block {
    width: 100%;
    aspect-ratio: 1;
    display: block;
}

.blocks__block a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-end;
    align-content: flex-end;
    text-decoration: none;
}

.blocks__block a span {
    text-align: center;
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: var(--font-primary);
    letter-spacing: 1px;
    overflow: hidden;
    transition: all .2s ease-in-out;
    position: relative;
    z-index: 1;
    font-size: 1rem;
}

@media (max-width: 1199px) {
    .blocks__block a span {
        font-size: 1rem;
    }
}

@media (max-width: 991px) {
    .blocks__block a span {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .blocks__block a span {
        font-size: 0.875rem;
        font-weight: 600;
    }
}

@media (max-width: 575px) {
    .blocks__block a span {
        font-size: 0.8125rem;
        font-weight: 600;
    }

}


.blocks__block a:hover span {
    color: var(--color-warmblack);
    transition: all .2s ease-in-out;
}

.blocks__block a span:before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    transition: 0.2s ease-in-out;
    transform: translateY(100%);
    background-color: #f4f4f2;
    opacity: 0;
    z-index: -1;
}

.blocks__block a:hover span:before {
    transform: translateY(0);
    opacity: 1;
}

.blocks__block--sklep a {
    background: url(./img/blocks__block--sklep.jpg) center center no-repeat;
    background-size: cover;
}

.blocks__block--degustacje a {
    background: url(./img/blocks__block--degustacje.jpg) center center no-repeat;
    background-size: cover;
}

.blocks__block--poznajmy a {
    background: url(./img/blocks__block--poznajmy.jpg) center center no-repeat;
    background-size: cover;
}

.blocks__block--zapraszamy a {
    background: url(./img/blocks__block--zapraszamy.jpg) center center no-repeat;
    background-size: cover;
}

#news.aktualnosci {
    padding-top: 100px;
}

.post-template-default header .navbar:not(.opaque) .logo .logo__winnica,
.archive.category header .navbar:not(.opaque) .logo .logo__winnica,
.page-template-aktualnosci header .navbar:not(.opaque) .logo .logo__winnica {
    fill: #000;
}

.post-template-default header .navbar:not(.opaque) .logo .logo__trzebnicka,
.archive.category header .navbar:not(.opaque) .logo .logo__trzebnicka,
.page-template-aktualnosci header .navbar:not(.opaque) .logo .logo__trzebnicka {
    fill: #000;
}

.post-template-default header .navbar:not(.opaque) .navbar-toggler .navbar-toggler-icon div,
.archive.category header .navbar:not(.opaque) .navbar-toggler .navbar-toggler-icon div,
.page-template-aktualnosci header .navbar:not(.opaque) .navbar-toggler .navbar-toggler-icon div {
    background-color: #000;
}


header .navbar-link__icons {
    color: var(--navbar-icon-color);
    padding-right: 10px;
    font-size: 18px;
    line-height: 0;
}

header .xoo-wsc-sc-cont {
    color: var(--navbar-icon-color);
    padding-right: 10px;
}

span.xoo-wsc-sc-count {
    background-color: var(--color-brand-red);
}

header .xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

header .xoo-wsc-sc-subt {
    display: none;
}

header .xoo-wsc-sc-bkcont {
    padding-bottom: 0px;
    line-height: 0;

}

header span.xoo-wsc-sc-count {
    border-radius: 50%;
    height: 18px;
    line-height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    right: -7px;
    position: absolute;
    top: -4px;
}

header [class^="xoo-wsc-icon-"],
header [class*=" xoo-wsc-icon-"] {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900;
    color: var(--navbar-icon-color);
}

header .xoo-wsc-sc-bki {
    font-size: 20px;
}

header .xoo-wsc-icon-basket1:before {
    font-size: 16px;
}

header .xoo-wsc-icon-basket1:before {
    content: '\f07a' !important;
}


header .navbar .sociale {
    margin-right: 25px;
}

header .navbar .sociale a {
    color: rgba(255, 255, 255, 1);
    font-size: 21px;
    margin-right: 3px;
    line-height: 0;
}

header .navbar .sociale a i {
    transform: translateY(1px);
}

.scrolled .request-widget__icon,
.init-hidden .request-widget__icon {
    animation: rq-heartbeat 2s ease-in-out infinite;
    transform-origin: right center;
}

.scrolled:hover .request-widget__icon {
    animation: none;
    transform-origin: right center;
}

@keyframes rq-heartbeat {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.12);
        /* pierwszy szybki skurcz */
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.09);
        /* drugi, słabszy */
    }

    40% {
        transform: scale(1);
    }

    /* reszta czasu nic się nie dzieje — przerwa */
    100% {
        transform: scale(1);
    }
}

/*  PRODUCT CAROUSEL  */
.product-carousel {
    background-color: #f4f4f2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.product-carousel h2 {
    font-family: var(--font-primary);
    color: var(--color-warmblack);
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.4;
}


#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
}

@-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
    }
}

@keyframes mouseAnime {
    0% {
        transform: translate(0, 0);
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        transform: translate(0, 20px);
        opacity: 0
    }

    100% {
        opacity: 0
    }
}


/* XS */
@media (width < 576px) {
    #request-quote {
        --request-quote-form-height: 8rem;
    }

    #fleetRollContent {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    body {
        --why-after-width: 80vw;
        --factor-01: 0.7;
    }

    .modal-message {
        font-size: 3rem;
        line-height: 1.15;
    }

    .banner-with-overflow__columns {
        position: relative;
    }

    .banner-with-overflow__second-column {
        width: 50%;
    }

    .padding--01 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .padding--02 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }


    .intro {
        padding-top: 20px;
    }

    .pros {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .why {
        padding-top: 40px;
        padding-bottom: 200px;
    }

    .movie {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .plan {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .plan .plan__svg {
        transform: scale(2);
    }

    .why {
        padding-top: 30px;
        padding-bottom: 300px;
        min-height: 600px;
        background-size: contain;
    }

    .footer__logo--kontakt {
        width: 200px;
        margin-bottom: 40px;
    }

    .tiles__tile--title {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .hero__almond {
        bottom: -10px;
        width: 100%;
    }

    .textbox {
        --textbox-vm: 60px;
        --textbox-vp: 50px;
    }

    .textbox.realizacja--hero,
    .textbox.textbox--hero {
        --textbox-vm: 150px;
    }

    .textbox .container-fluid {
        padding-left: var(--dyna-padding);
        padding-right: var(--dyna-padding);
    }

    .textbox__header {
        font-size: 25px;
    }

    .realizacje-swiper {
        --swiper-padding: 5px;
    }

    .galeria-oferta__grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5px;
    }

    .realizacje__grid {
        grid-template-columns: repeat(1, 1fr);
    }

    .footer__form-container {
        padding-left: var(--dyna-padding)
    }

    #contact form legend {
        text-align: center;
    }

    .banner__caption {
        font-size: 22px;
    }

    .btn {
        font-size: 1.28rem;
    }

    .btn--small {
        font-size: calc(1.28rem * 0.9);
    }

    .banner__content p {
        font-size: 16px;
    }

    .wpgmp_map_parent {
        aspect-ratio: 1;
    }

}

/* SM */
@media (575px < width < 768px) {

    body {
        --why-after-width: 75vw;
        --factor-01: 0.85;
    }

    #fleetRollContent {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .modal-message {
        font-size: 3rem;
        line-height: 1.15;
    }

    #request-quote {
        --request-quote-form-height: 8rem;
    }

    .banner-with-overflow__columns {
        position: relative;
    }

    .banner-with-overflow__second-column {
        width: 50%;
    }

    .padding--01 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .padding--02 {
        padding-top: 7rem;
        padding-bottom: 7rem;
    }

    .intro {
        padding-top: 20px;
    }

    .pros {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .why {
        padding-top: 40px;
        padding-bottom: 200px;
    }

    .movie {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .plan {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .plan .plan__svg {
        transform: scale(2);
    }

    .why {
        padding-top: 40px;
        padding-bottom: 300px;
        min-height: 600px;
        background-size: contain;
    }

    .footer__logo--kontakt {
        width: 200px;
        margin-bottom: 40px;
    }

    .hero__almond {
        bottom: -15px;
        width: 100%;
    }

    .textbox {
        --textbox-vm: 60px;
        --textbox-vp: 50px;
    }

    .textbox .container-fluid {
        padding-left: var(--dyna-padding);
        padding-right: var(--dyna-padding);
    }

    .textbox.realizacja--hero,
    .textbox.textbox--hero {
        --textbox-vm: 150px;
    }

    .textbox__header {
        font-size: 27px;
    }

    .realizacje-swiper {
        --swiper-padding: 6px;
    }

    .galeria-oferta__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 8px;
    }

    .realizacje__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer__form-container {
        padding-left: var(--dyna-padding)
    }

    #contact form legend {
        text-align: center;
    }

    .banner__caption {
        font-size: 24px;
    }

    .btn {
        font-size: 1.45rem;
    }

    .btn--small {
        font-size: calc(1.45rem * 0.9);
    }

    .banner__content p {
        font-size: 17px;
    }

    .wpgmp_map_parent {
        aspect-ratio: 1;
    }

}

/* MD */
@media (767px < width < 992px) {
    body {
        --why-after-width: 70vw;
        --factor-01: 0.9;
    }

    .pros {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .modal-message {
        font-size: 3.5rem;
        line-height: 1.15;
    }

    #fleetRollContent {
        padding-top: 60px;
        padding-bottom: 50px;
    }

    #request-quote {
        --request-quote-form-height: 6rem;
    }

    #request-quote .step--1 .input-container:nth-of-type(-n+2) .input-wrapper select,
    #request-quote .step--1 .input-container:nth-of-type(-n+2) .input-wrapper input:not([type="submit"]),
    #request-quote .step--1 .input-wrapper .select2-container {
        min-height: calc(var(--request-quote-form-height) * 2);
    }


    .padding--02 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .banner-with-overflow__columns {
        position: relative;
    }

    .banner-with-overflow__second-column {
        width: 100%;
    }

    .padding--01 {
        padding-top: 15rem;
        padding-bottom: 15rem;
    }

    .plan .plan__svg {
        transform: scale(1.6);
    }

    .why {
        padding-top: 50px;
        padding-bottom: 300px;
        min-height: 700px;
        background-size: contain;
    }

    .footer__logo--kontakt {
        width: 200px;
        margin-bottom: 40px;
    }

    .hero__almond {
        bottom: -20px;
    }

    .textbox {
        --textbox-vm: 60px;
        --textbox-vp: 50px;
    }

    .textbox.realizacja--hero,
    .textbox.textbox--hero {
        --textbox-vm: 200px;
    }

    .textbox .container-fluid {
        padding-left: var(--dyna-padding);
    }

    .textbox__header {
        font-size: 29px;
    }

    .realizacje-swiper {
        --swiper-padding: 8px;
    }

    .page-template-realizacje-page header .navbar,
    .single-realizacje header .navbar,
    .single-oferta header .navbar {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .galeria-oferta__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 8px;
    }

    .realizacje__grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .banner__caption {
        font-size: 26px;
    }

    .btn {
        font-size: 1.6rem;
    }

    .btn--small {
        font-size: calc(1.6rem * 0.9);
    }

    .wpgmp_map_parent {
        aspect-ratio: 1.5;
    }

}

/* LG */
@media (991px < width < 1200px) {
    body {
        --why-after-width: 60vw;
        --factor-01: 0.9;
    }

    .pros {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    #fleetRollContent {
        padding-top: 70px;
        padding-bottom: 50px;
    }

    #request-quote .step--1 .input-container:nth-of-type(-n+2) .input-wrapper select,
    #request-quote .step--1 .input-container:nth-of-type(-n+2) .input-wrapper input:not([type="submit"]),
    #request-quote .step--1 .input-wrapper .select2-container {
        min-height: calc(var(--request-quote-form-height) * 2);

    }

    #request-quote {
        --request-quote-form-height: 5rem;
    }

    .padding--02 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .banner-with-overflow__columns {
        position: absolute;
    }

    .banner-with-overflow__second-column {
        width: 50%;
    }

    .plan .plan__svg {
        transform: scale(1.2);
    }

    .why {
        padding-top: 90px;
        padding-bottom: 300px;
        min-height: 800px;
        background-size: contain;
    }

    .footer__logo--kontakt {
        width: 200px;
        margin-bottom: 40px;
    }

    .hero__almond {
        bottom: -20px;
    }

    .textbox {
        --textbox-vm: 70px;
        --textbox-vp: 60px;
    }

    .textbox.realizacja--hero,
    .textbox.textbox--hero {
        --textbox-vm: 200px;
    }

    .textbox .container-fluid {
        padding-left: var(--dyna-padding);
    }

    .realizacje-swiper {
        --swiper-padding: 11px;
    }

    .page-template-realizacje-page header .navbar,
    .single-realizacje header .navbar,
    .single-oferta header .navbar {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .opis-realizacja__info,
    .opis-oferta__info {
        padding-top: 75px;
    }

    .galeria-oferta__grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
    }

    .realizacje__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .banner__caption {
        font-size: 28px;
    }

    .btn {
        font-size: 1.6rem;
    }

    .btn--small {
        font-size: calc(1.6rem * 0.9);
    }

    .wpgmp_map_parent {
        aspect-ratio: 1.8;
    }
}

/* XL */
@media (1199px < width < 1400px) {
    body {
        --why-after-width: 50vw;
        --factor-01: 1;
    }

    #fleetRollContent {
        padding-top: 90px;
        padding-bottom: 50px;
    }

    .pros {
        padding-top: 80px;
        padding-bottom: 40px;
    }

    #request-quote {
        --request-quote-form-height: 5rem;
    }

    .padding--01 {
        padding-top: 20rem;
        padding-bottom: 20rem;
    }

    .padding--02 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .banner-with-overflow__columns {
        position: absolute;
    }

    .banner-with-overflow__second-column {
        width: 50%;
    }

    .plan .plan__svg {
        transform: scale(1);
    }

    .why {
        padding-top: 90px;
        padding-bottom: 300px;
        min-height: 1000px;
        background-size: contain;
    }

    .footer__logo--kontakt {
        width: 200px;
        margin-bottom: 40px;
    }

    .dyna-padding-xl {
        padding-left: var(--dyna-padding) !important;
        padding-right: var(--dyna-padding) !important;
    }

    .hero__almond {
        bottom: -30px;
    }

    .textbox {
        --textbox-vm: 80px;
        --textbox-vp: 60px;
    }

    .textbox.realizacja--hero,
    .textbox.textbox--hero {
        --textbox-vm: 200px;
    }

    .textbox .container-fluid {
        padding-left: var(--dyna-padding);
    }

    .dyna-padding-swiper {
        padding-left: calc(var(--dyna-padding) - var(--swiper-padding));
        padding-right: calc(var(--dyna-padding) - var(--swiper-padding));
    }

    .page-template-realizacje-page header .navbar,
    .single-realizacje header .navbar,
    .single-oferta header .navbar {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .opis-realizacja__info,
    .opis-oferta__info {
        padding-top: 75px;
    }

    .realizacje__grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .banner__caption {
        font-size: 30px;
    }

    .btn {
        font-size: 1.68rem;
    }

    .btn--small {
        font-size: calc(1.68rem * 0.9);
    }

    .wpgmp_map_parent {
        aspect-ratio: 2;
    }
}

/* XXL */
@media (min-width: 1400px) {
    body {
        --why-after-width: 40vw;
        --factor-01: 1;
    }

    #fleetRollContent {
        padding-top: 100px;
        padding-bottom: 50px;
    }

    #request-quote {
        --request-quote-form-height: 5rem;
    }

    .banner-with-overflow__columns {
        position: absolute;
    }

    .banner-with-overflow__second-column {
        width: 50%;
    }

    .padding--01 {
        padding-top: 25rem;
        padding-bottom: 25rem;
    }

    .padding--02 {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .intro {
        padding-top: 20px;
    }

    .pros {
        padding-top: 100px;
        padding-bottom: 40px;
    }

    .why {
        padding-top: 90px;
        padding-bottom: 300px;
        min-height: 1000px;
        background-size: contain;
    }

    .movie {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .plan {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .plan .plan__svg {
        transform: scale(1);
    }

    .footer__logo--kontakt {
        width: 200px;
        margin-bottom: 40px;
    }

    .dyna-padding-xl {
        padding-left: var(--dyna-padding) !important;
        padding-right: var(--dyna-padding) !important;
    }

    .hero__almond {
        bottom: -30px;
    }

    .textbox {
        --textbox-vm: 100px;
        --textbox-vp: 80px;
    }

    .textbox.realizacja--hero,
    .textbox.textbox--hero {
        --textbox-vm: 250px;
    }

    .textbox .container-fluid {
        padding-left: var(--dyna-padding);
    }

    .dyna-padding-swiper {
        padding-left: calc(var(--dyna-padding) - var(--swiper-padding));
        padding-right: calc(var(--dyna-padding) - var(--swiper-padding));
    }

    .page-template-realizacje-page header .navbar,
    .single-realizacje header .navbar,
    .single-oferta header .navbar {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .opis-realizacja__info,
    .opis-oferta__info {
        padding-top: 75px;
    }

    .banner__caption {
        font-size: 32px;
    }

    .btn {
        font-size: 1.76rem;
    }

    .btn--small {
        font-size: calc(1.76rem * 0.9);
    }

    .wpgmp_map_parent {
        aspect-ratio: 3;
    }
}

/* XXXL */
@media (min-width: 1925px) {

    .why {
        background-size: 100%;
    }
}


body.no-scroll {
    position: fixed;
    width: 100%;
    overflow: hidden;
}