:root {
    --ui-color: #5c89d3;
}

body {
    margin: 0;
    padding: 0;
    background: #fafafa;
    min-height: 100vh;
    width: 100%;
    position: relative;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, sans-serif;
}

body * {
    margin: 0;
    padding: 0;
    /* position: relative; */
    border: 0;
    text-decoration: none;
    box-sizing: border-box;
    float: left;
    outline: none;
    font-weight: 100;
    user-select: none;
}

header *,
section *,
nav * {
    position: relative;
}





main {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}





header { width: 1200px; }
header .col:nth-child(1) { background: #e4b75904; }
header .col:nth-child(2) { background: #e4b75912; }
header .col:nth-child(3) { background: #e4b75922; }
header .col:nth-child(4) { background: #e4b75930; }
header .col {
    width: 300px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

header .col svg {
    width: 24px;
    height: 24px;
    color: #e4b759;
    margin: 0 0 12px 0;
    /* transition: all .15s ease-out; */
}

header .col a,
header .col b {
    float: none;
    color: #444;
}

header .col p {
    color: #444;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11pt;
    margin: 0 0 4px 0;
}

header .col span {
    color: #444;
    text-transform: uppercase;
    font-size: 10pt;
}

header .col:nth-child(4):hover svg {
    filter: brightness(.9);
}





/* --   LOGO   -- */

.logo {
    width: 150px;
    height: 88px;
    /* transition: all .15s ease-out; */
}





/* --   LOGO SIGN   -- */

.logo-sign.show { opacity: 1; }
.logo-sign {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24px 0 0 -474px;
    opacity: 0;
    transition: all .15s ease-out;
}

.logo-sign img {
    width: 48px;
    height: 48px;
}






nav.sticked { background: #2e2e38; }
nav {
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #383844;
    position: sticky;
    top: 0;
    z-index: 2;
    transition: all .15s ease-out;
}

nav ul {
    list-style: none;
    height: 100%;
}

nav ul li a {
    text-transform: uppercase;
    font-weight: 600;
    height: 80px;
    line-height: 80px;
    padding: 0 40px;
    font-size: 11pt;
    transition: all .05s ease-in;
}

nav ul li a:hover {
    /* color: #e4b759;
    border-bottom: 4px solid #e4b759; */
    background: #2d2d38;
}

nav ul li a.active:hover { border: 0; }
nav ul li a.active {
    background: #e4b759;
    color: #2d2d38;
    pointer-events: none;
}





section {
    width: 100%;
    min-height: 400px;
    background: #383844;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    z-index: 1;
    padding: 0 0 140px 0;
}

section img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

section h2 {
    font-size: 18pt;
    color: #e4b759;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin: 56px 0 0 0;
    font-weight: 400;
    line-height: 32px;
    text-wrap: balance;
}

section h2::after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 160px;
    height: 3px;
    background: #e4b759;
    margin: 0 0 0 -80px;
}

section h3 {
    color: #fff;
    font-size: 24pt;
    text-transform: none;
    margin: 56px 0 0 0;
    line-height: 130%;
    width: 100%;
    font-weight: 400;
    text-align: center;
    text-wrap: balance;
}

section h4 {
    color: #ddd;
    font-size: 16pt;
    text-transform: none;
    margin: 56px 0 0 0;
    line-height: 130%;
    width: 800px;
    font-weight: 400;
    text-align: center;
    text-wrap: balance;
}

section h4::after {
    content: '';
    position: absolute;
    bottom: -32px;
    left: 50%;
    width: 100px;
    height: 3px;
    background: #ddd;
    margin: 0 0 0 -50px;
}

section h4.top-line {
    margin: 72px 0 0 0;
}

section h4.top-line::after {
    bottom: auto;
    top: -32px;
}

section h5 {
    color: #ddd;
    font-size: 16pt;
    text-transform: none;
    margin: 0 0 24px 0;
    line-height: 130%;
    width: 100%;
    font-weight: 400;
    text-align: left;
    text-wrap: balance;
}





section .text.wide {
    width: 800px;
    margin: 80px 0 0 0;
}

section .text.wide2 {
    width: 800px;
}

section .text {
    width: 560px;
    font-size: 11pt;
    color: #ddd;
    margin: 32px 0 0 0;
    line-height: 150%;
    opacity: .8;
    text-align: center;
}

section .text .col {
    width: 50%;
    height: 100%;
    padding: 0 16px;
    text-align: left;
}

section .text .col.left {
    text-align: right;
    padding: 0 32px 0 0;
}

section .text .col.right {
    padding: 0 0 0 32px;
}

section .text .col a,
section .text .col p {
    margin: 0 0 16px 0;
}

section.oferta .text .col a {
    width: 100%;
    font-weight: 600;
}

section.oferta .text .col p {
    width: 100%;
}

section .text .col a {
    color: #ccc;
    text-transform: uppercase;
}

section .text .col a:hover { color: #fff; }
section .text .col a.active {
    color: #e4b759;
    font-weight: 600;
}

section .text .col a.active svg { opacity: 1; }
section .text .col a svg {
    position: absolute;
    right: -22px;
    top: 4px;
    width: 16px;
    height: 16px;
    stroke-width: 3px;
    opacity: 0;
}

section .text ul {
    list-style: square;
    padding: 0 0 0 16px;
    width: 100%;
}

section .text ul li {
    width: 100%;
}










/* --   STOPKA   -- */

footer {
    width: 100%;
    height: 400px;
    background: #2e2e38;
}

footer .left {
    width: 50%;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer .left div {
    color: #ccc;
    float: right;
    font-size: 10pt;
    text-align: center;
    line-height: 160%;
}

footer .left div b {
    float: none;
    font-size: 11pt;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 4px 0;
}

footer .left div i {
    float: none;
    font-size: 11pt;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0 0 4px 0;
    font-style: normal;
}

footer .left div span {
    float: none;
    font-size: 9pt;
    font-weight: 400;
    color: #777;
}

footer .right {
    width: 50%;
    height: 400px;
}

#google_map {
    width: 100%;
    height: 400px;
}

#google_map * {
    float: none;
}





#contact_form {
    margin: 40px 0 0 0;
}





/* --   NOWE POLA CHECKBOX   -- */

.n-checkbox:hover { background: #272731; }
.n-checkbox.checked { background: #272731; }
.n-checkbox {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1e1e26;
    transition: all .1s ease-out;
    margin: 4px 0 0 0;
}

.n-checkbox.checked svg { opacity: 1; }
.n-checkbox svg {
    width: 16px;
    height: 16px;
    opacity: 0;
    stroke-width: 3px;
    color: #e4b759;
    transition: all .1s ease-out;
}



.line {
    width: 100%;
    line-height: 32px;
    min-height: 32px;
    margin: 0 0 8px 0;
}

.line p {
    width: 50%;
    text-align: right;
    padding: 0 12px;
}

.line textarea,
.line input {
    width: 50%;
    text-align: left;
    background: #1e1e26;
    line-height: 32px;
    padding: 0 8px;
    color: #e4b759;
    resize: none;
    z-index: 2;
    font-size: 10pt;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Arial, sans-serif;
}

.line textarea {
    height: 120px;
    line-height: 20px;
    padding-top: 6px;
}

.bt:hover { filter: brightness(.95); }
.bt {
    background: #e4b759;
    color: #383844;
    padding: 0 48px 0 24px;
    line-height: 48px;
    margin: 56px 0 40px 0;
    border-radius: 32px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 12pt;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    /* font-family: Arial; */
}

.bt:hover svg { stroke-width: 2px; opacity: 1; }
.bt svg {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 0;
    stroke-width: 2px;
    opacity: .75;
}

.line .alert {
    position: absolute;
    z-index: 3;
    right: 8px;
    top: 50%;
    transform: translate(0, -50%);
    color: #d5a8aa;
    pointer-events: none;
    transition: all .15s ease-out;
}

#message-empty-alert {
    top: 0;
    transform: none;
}

/* #phone {
    width: 240px;
} */

#send-message.sending svg { opacity: 0; }
#send-message.sending .loader { opacity: 1; }
#send-message .loader {
    position: absolute;
    right: 14px;
    top: 12px;
    left: auto;
    transform: none;
    opacity: 0;
}

#success-info {
    background: #58951a;
    color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 12px;
    border-radius: 5px;
    transition: all .15s ease-out;
}

#success-info svg {
    float: none;
    width: 16px;
    height: 16px;
    transform: translate(-5px, 3px);
}

#error-info {
    background: #c74110;
    color: #fff;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 0 12px;
    border-radius: 5px;
    transition: all .15s ease-out;
}

#error-info svg {
    float: none;
    width: 16px;
    height: 16px;
    transform: translate(-5px, 3px);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}



















/* --   POLA SELECT   -- */

.select {
    min-width: 56px;
    height: 32px;
    line-height: 32px;
    background: #1e1e26;
    cursor: pointer;
    margin: 0;
    padding: 0;
    z-index: 20;
    font-size: 10pt;
    box-sizing: border-box;
    transition: background .2s linear;
    list-style: none;
    color: #e4b759;
}

.select:hover {
    background: #14141a;
}

.select::after {
    content: '';
    position: absolute;
    right: 16px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #e4b759;
    border-bottom: 2px solid #e4b759;
    top: 10px;
    transform: rotate(45deg);
    pointer-events: none;
}

.select:hover::after { transform: rotate(45deg) scale(1.1); }
.select.on_top { z-index: 111; }
.select .values {
    opacity: 0;
    margin: 0;
    position: absolute;
    top: 32px;
    right: 0;
    width: auto;
    background: #1e1e26;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    max-width: 320px;
    font-size: 10pt;
    padding: 8px 0 8px 0;
    transform: translate(0,-32px);
    pointer-events: none;
}

.select.fl .values {
    right: auto;
    left: 0;
}

.select.framed .values { font-size: 9pt; }
.select .values.show {
    transform: translate(0, 2px);
    opacity: 1;
    pointer-events: all;
}

.select .values .value {
    height: 32px;
    line-height: 32px;
    padding: 0 16px 0 16px;
    width: 100%;
    color: #e4b759;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.select .values .value:hover {
    background: #e4b759;
    color: #1e1e26;
}

.select:hover .selected_value { color: #e4b759; }
.select .selected_value {
    color: #e4b759;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 40px 0 16px;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

/* --   MAŁE SELECTY   -- */

.select.small { min-width: 40px; }

/* --   DUŻE SELECTY   -- */

.select.big .values.show { transform: translate(0, 1px); }
.select.big .values { top: 40px; }
.select.big::after { top: 14px; }
.select.big {
    height: 40px;
    line-height: 40px;
    margin: 0 8px 0 0;
    border-radius: 3px;
}

/* --   SELECTY WYPEŁNIAJĄCE RODZICA   -- */

.select.fill-parent {
    border-radius: 0;
    width: 100% !important;
    margin: 0 !important;
}












svg {
    pointer-events: none;
    touch-action: none;
}

h1 { font-size: 18pt; }
h3 { font-size: 24pt; }

.b { font-weight: 600; }
.off { display: none; }
.hide {
    opacity: 0;
    pointer-events: none;
}










section.right {
    background: linear-gradient(300deg, #3a3a46 0%, #262630 100%);
    color: #fff;
}

.big {
    font-size: 14pt;
    text-transform: uppercase;
    line-height: 24px;
    opacity: .8;
}

.small {
    font-size: 11pt;
    text-transform: uppercase;
    line-height: 24px;
    opacity: .8;
}

.icon {
    width: 28px;
    height: 28px;
    margin: 32px 0 8px 0;
    border-radius: 100%;
    background: #c4ad93;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.icon svg {
    width: 20px;
    height: 20px;
    stroke-width: 2px;
    color: #04174c;
}

a {
    color: #fff;
}







/* --   IKONKA BURGERMENU ZBUDOWANA ZE SPANÓW   -- */

#burger-icon {
    position: fixed;
    z-index: 10;
    right: 0;
    top: 0;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
}

#burger-icon .burger {
    width: 32px;
    height: 32px;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1);
    transform: scale(1.5);
}

#burger-icon .burger span {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 2px;
    margin: -1px 0 0 -8px;
    background: #666;
    transition: transform .15s cubic-bezier(.645, .045, .355, 1);
}

#burger-icon .burger span:nth-child(1) { transform: translate(0, -5px); }
#burger-icon .burger span:nth-child(2) { }
#burger-icon .burger span:nth-child(3) { transform: translate(0, 5px); }

#burger-icon.clicked .burger { transform: scale(1.5); }
#burger-icon.clicked .burger span { background: #fff; }
#burger-icon.clicked:hover .burger { transform: translate(0, 0) scale(1.5); }
#burger-icon.clicked .burger span:nth-child(1) { transform: rotate(-45deg); }
#burger-icon.clicked .burger span:nth-child(2) { transform: scale(0, 1); }
#burger-icon.clicked .burger span:nth-child(3) { transform: rotate(45deg); }

/* #burger-icon:hover .burger span { background: #000001; }
#burger-icon.webcolor svg { color: #000001; } */





#rodo_label {
    width: 376px;
    font-size: 8.6pt;
    line-height: 150%;
    padding: 8px 0 0 12px;
    text-align: justify;
}

.rodo-line {
    margin: 24px 0 0 0;
    padding: 0 0 0 400px;
}

#rodo-alert {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid #f00;
    transform: translate(-50%, -50%);
    transition: all .15s ease-out;
}






.mobile {
    display: none;
    margin: 0 0 40px 0;
}

.mobile::after {
     content: '';
     position: absolute;
     bottom: -16px;
     left: 50%;
     width: 100px;
     height: 3px;
     background: #ddd;
     margin: 0 0 0 -50px;
 }

section .text .col.mobile.left {
    text-align: center;
    padding: 0;
}

#scrollto {
    margin: 0;
}











/* --   SZEROKOŚĆ 1280 PX   -- */

@media (max-width: 1280px)
{
    header { width: 100%; }
    header .col { width: 25%; }
}





/* --   SZEROKOŚĆ 1024 PX   -- */

@media (max-width: 1024px)
{
    header { width: 100%; }
    header .col:nth-child(1) { width: 100%; }
    header .col {
        width: 33.33333%;
        height: 140px;
    }
}





/* --   SZEROKOŚĆ 800 PX   -- */

@media (max-width: 800px)
{
    section .text { width: 100%; }
    section .text.wide { width: 100%; }
    section .text.wide2 { width: 100%; }
    section .text .col { padding: 0 32px; }
    section .text .col.right { padding: 0 32px; }
    footer { height: auto; }
    footer .left {
        width: 100%;
        height: 400px;
    }

    footer .right {
        width: 100%;
        height: 400px;
    }

    section { padding: 0 0 80px 0; }
    section h4 { width: 100%; }
    .line input,
    .line textarea {
        width: calc(50% - 32px);
    }

    .line .alert { right: 40px; }

    #rodo_label {
        width: calc(100% - 24px);
    }

    .rodo-line {
        padding: 0 32px 0 64px;
    }
}





/* --   SZEROKOŚĆ 666 PX   -- */

@media (max-width: 666px)
{
    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }

    header .col.hide-on-mobile { display: none; }
    header .col { width: 100%; }
    header .col:nth-child(1) { height: 160px; }
    #baner { display: none; }
    section h2 { padding: 0 32px; }
    section h3 { padding: 0 32px; }
    section h4 { padding: 0 32px; }
    section .text { padding: 0 32px; }
    section .text.wide { margin: 60px 0 0 0; }
    section .text .col.right { padding: 0; }
    section .text .col {
        width: 100%;
        padding: 0 8px;
    }

    nav.show { transform: translate(-100%, 0); }
    nav {
        position: fixed;
        left: 100%;
        transition: all .3s cubic-bezier(.645, .045, .355, 1);;
        width: 100%;
        height: 100%;
        z-index: 9;
        padding: 96px 0 0 0;
        background: #2c2c36;
    }

    nav li {
        width: 100%;
        border-top: 1px solid rgba(0, 0, 0, .1);
    }

    nav li a {
        width: 100%;
    }

    nav ul li a.active {
        background: none;
        color: #e4b759;
        pointer-events: none;
    }

    .logo-sign {
        top: 24px;
        left: 40px;
        margin: 0;
        opacity: 1;
    }

    .line p {
        width: 100%;
        text-align: left;
        padding: 0;
    }

    .line textarea,
    .line input {
        width: 100%;
    }

    .rodo-line {
        width: 100%;
        padding: 0;
    }

    #call_me_label {
        width: calc(100% - 24px);
    }

    .line .alert {
        right: 8px;
        top: 48px;
    }

    #burger-icon {
        opacity: 1;
        pointer-events: all;
    }

    .select {
        width: 100%;
    }

    /* #rodo_label {
        width: calc(100% - 24px);
        font-size: 9pt;
        line-height: 150%;
        text-align: right;
        padding: 6px 12px 0 0;
    } */
}