    :root {
    --red: #a60809;
    --yellow: #fddc01;
    --bee: #264796;
    --primary: #006633;
    --secondary: #006faf;
    --brand: #212529;
    --box-shadow: 0px 30px 51px 0px rgba(0, 0, 0, 0.8);
    --box-shadow-mini: -3px 40px 24px -38px rgba(0, 0, 0, 0.5);
    --img-radius: 16px;
    --gradient:  linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    /*    font-family: 'Muli', sans-serif;*/
}

body {
    height: 100%;
    min-height: 35rem;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    padding-top: 100px;
    background-color: #eeeeee
}

body.error-404 {
    background-color: white
}

@media (min-width: 1299px) {
    body {
        padding-top: 150px;
    }
}

.container-slider {
    width: 100%;
    max-width: 1520px;
    padding-right: 0;
    padding-left: 0;
}

.container-fluid.container-default {
    width: 100% !important;
    max-width: 1520px !important;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.error-404 {
    background-image: url(../img/404.svg);
    background-position: bottom right;
    background-size: auto 60%;
    /*  background-size: cover;*/
    background-repeat: no-repeat;
    height: 50vh;
}

.error-404 footer {
    display: none;
}

.error-404 h3 {
    font-weight: 300 !important;
    font-size: 2rem !important;
}


/*
@media (min-width: 1600px) {
    
.container {
    max-width: 1550px;
}
}
*/
.gradient {
    background: var(--gradient);
    position: relative;
  
}
a {
    color: #212529;
}

a:hover,
a:focus {
    color: #667481;
}

h4,
.h4 {
    font-size: 1.25rem
}

.btn-pill {
    border-radius: 10rem !important;
    padding: 10px 30px;
}

.bg-dark {
    background-color: #0a0a38!important;
}

.bg-light {
    background-color: #f1eeea;
}

.bg-green {
    background-color: #1ACD1A!important;
}

.bg-red {
    background-color: var(--red) !important;
    color: white;
    font-weight: 600;
    font-size: 2rem;
}

.text-red {
    color: #e01c1c;
}

.text-dark {
    color: #0a0a38!important;
}

.text-sea {
    color: #4f9cb1;
}

@media (min-width: 1600px) {
    .container {
        max-width: 1500px !important
    }
}

.shadow {
    box-shadow: 0px 0px 15px 1px rgba(0, 0, 0, 0.4);
}

hr {
    border-width: 2px;
    border-color: rgb(191, 195, 204)
}

.btn {
    border-radius: 0
}

.btn-primary {
    border-color: var(--red) !important;
    background-color: var(--red) !important;
    cursor: pointer;
}

.btn-secondary {
    background-color: #cd9557;
    border-color: #cd9557
}

.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #ba7c37!important;
    border-color: #ba7c37!important
}

.input {
    font-weight: 300!important;
}

.form-control {
    border-radius: 0;
}

.only-home {
    display: none;
}

.start .only-home {
    display: block
}

small {
    font-weight: 700;
}

.pb-top img {
    max-width: 250px;
}

@media (min-width: 992px) {
    .adres-pb {
        font-size: 1.0rem;
    }
    .adres-pb:after {
        content: '';
        clear: both;
    }
    .adres-pb i.fa,
    .adres-pb i.fas {
        color: var(--primary);
    }
    .adres-pb .ico {
        width: 50px
    }
}
    /* NAWIGACJA */
    @media (min-width: 992px) {
        .navbar {
            padding: .0rem;
        }
    }
    header {
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
        position: relative;
    }
    .nav-top {
        z-index: 100000;
    }
    .navbar-light {
        background-color: var(--yellow);
        font-size: 1.5rem;
        font-weight: 700 !important;
        box-shadow: var(--box-shadow);
    }
    
    @media (max-width: 1199px) {
        .navbar-brand img {
            height: 90px !important;
            padding: 5px 0 !important
        }
    }
    @media (min-width: 1199px) and (max-width: 1299px) {
        .navbar-brand {
            width: 300px
        }
    }
    .navbar-brand img {
        padding: 20px 0
    }
    @media (max-width: 767px) {
        .navbar-brand {}
        .navbar-brand img {}
    }
    .navbar-light .navbar-toggler {
        border: none;
        color: var(--primary);
    }
    .navbar-brand img {
        width: auto;
    }
    /*
.navbar-brand img {
    max-width: 330px !important
}
*/
    @media (min-width: 768px) {
        .navbar-brand img {
            min-width: 130px;
        }
    }
    @media (max-width: 320px) {
        .navbar-brand {}
    }
    .navbar-brand span {
        display: block;
        font-size: 1.3rem;
        text-align: right;
        line-height: 1.3rem
    }
    .nav-item {
        transition: all 1s ease;
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }
    .nav-item:hover {
        background: rgb(253, 220, 1);
        background: linear-gradient(180deg, rgba(253, 220, 1, 1) 0%, rgba(255, 242, 154, 1) 100%);
    }
    @media (min-width: 1199px) and (max-width: 1599px) {
        .nav-item.start {
            display: none
        }
    }
    body.start .nav-item.start a,
    body.onas .nav-item.onas a,
    body.kontakt .nav-item.kontakt a {
        color: var(--secondary) !important;
    }
    .nav-item:hover a,
    .nav-item a:hover {}
    .nav-item.start {
        display: none;
    }
    @media (min-width: 1024px) {
        .nav-item>a {
            padding-left: 2rem;
            padding-right: 2rem
        }
        .dropdown-menu .nav-link {}
    }
    .navbar-dark .navbar-nav a {
        color: white!important;
    }
    .navbar-dark .navbar-nav a:hover {
        -webkit-animation-name: animnav;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 2s;
        /* Safari 4.0 - 8.0 */
        animation-name: animnav;
        animation-duration: 2s;
    }
    .navbar-light .navbar-nav .nav-item .nav-link {
        color: black;
        opacity: 1.0;
        font-weight: 700;
    }
    .navbar-light .navbar-nav .nav-item:hover .nav-link,
    .navbar-light .navbar-nav .nav-link:hover,
    .navbar-light .navbar-nav .navb-item:hover .nav-link {
        color: var(--secondary) !important;
        /*
    background-color: #d40808 !important;
    border-radius: 10rem;
*/
    }
    .nav-link b {
        display: none
    }
    @media (max-width: 1199px) {
        .nav-link img {
            display: none
        }
        .nav-link b {
            font-weight: 700;
            display: block;
        }
    }
    @media (min-width: 1200px) {
        .navbar-expand-xl .navbar-nav .nav-link {
            padding-right: 1.2rem;
            padding-left: 1.2rem;
        }
    }
    /* Safari 4.0 - 8.0 */
    @-webkit-keyframes animnav {
        from {
            background-color: var(--red);
        }
        to {
            background-color: #2e3439;
        }
    }
    /* Standard syntax */
    @keyframes animnav {
        from {
            background-color: var(--red);
        }
        to {
            background-color: #2e3439;
        }
    }
    .dropdown-menu {
        border-radius: 0;
        border: none;
        background-color: #a20001 !important;
        margin: 0;
        padding: 0;
        min-width: 17rem;
    }
    .dropdown-menu .nav-link {}
    .dropdown-menu .nav-item:hover {}
    @media (min-width: 768px) {
        .logo {
            font-size: 3.5rem;
            font-weight: 800;
            font-family: 'Open Sans', sans-serif;
            letter-spacing: -2px;
            color: var(--red);
        }
        .logo a {
            text-decoration: none;
            color: var(--red);
        }
        .logo span {
            color: #667481;
        }
        .firma-n {
            float: left;
            line-height: 1.32rem;
            font-size: 1.22rem;
            color: #667481;
        }
        @media (min-width: 992px) and (max-width: 1199px) {
            .firma-n {
                display: none!important
            }
        }
        .adres-n {
            line-height: 1.20rem;
            font-size: 1.0rem;
            color: #667481;
        }
    }
    /* SLIDER */
    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        right: 0;
        bottom: 0;
        background-image: url(../img/overlay.png);
    }
    @media (min-width: 992px) {
        .carousel {
            /*            margin-top: 90px;*/
        }
    }
    .slide {
        display: none;
    }
    .start .slide {
        display: block;
    }
    .carousel-inner {
        background-color: transparent;
    }
    .slajd-1 {
        background-image: url(../img/slajd-1.jpg)!important;
        background-repeat: no-repeat !important;
        background-color: var(--yellow) !important;
    }
    .slajd-2 {
        background-image: url(../img/slajd-2.jpg)!important;
        background-repeat: no-repeat !important;
        background-color: var(--bee);
    }
    .slajd-3 {
        background-image: url(../img/slajd-3.jpg)!important;
    }
    .carousel {
        position: relative;
        z-index: 3
    }
    .carousel-caption {
        bottom: 0;
        background-color: transparent;
        background-size: auto 100%;
        background-position: left top;
        background-repeat: no-repeat !important;
        width: 40%;
        left: 60%;
        top: 0;
        right: 0;
        text-align: right;
        padding-right: 20px;
        font-size: 1.3rem;
        font-weight: 600
    }
    .slajd-1 .carousel-caption {
        background-image: url(../img/cap.svg);
        color: var(--secondary);
        background-repeat: no-repeat !important;
    }
    .slajd-2 .carousel-caption {
        background-image: url(../img/cap-3.svg);
        color: var(--yellow);
        background-repeat: no-repeat !important;
    }
    @media (max-width: 1400px) {
        .logo-fra {
            max-width: 50%
        }
        .punkt {
            max-width: 30%
        }
        .invite {
            font-size: 1.0rem
        }
    }
    @media (min-width: 1400px) {
        br.dno {
            display: none
        }
    }
    .carousel-caption-mini {
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        vertical-align: middle;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.3)
    }
    .carousel-caption-mini img {
        margin-top: 130px;
        width: 60%;
        background-color: var(--yellow);
        padding: 30px 20px;
        border-radius: 16px;
        box-shadow: var(--box-shadow);
    }
    .slajd-2 .carousel-caption-mini img {
        background-color: var(--bee);
    }
    .carousel-caption-mini p {
        color: white;
        font-weight: 600;
        padding-top: 20px;
    }

.bg-lewiatan {
    
/*    background-color: var(--yellow);*/
    background-image: url(../img/bg-lew.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.bg-bee {
    
/*    background-color: var(--yellow);*/
    background-image: url(../img/bg-bee.jpg);
    background-size: cover;
    background-attachment: fixed;
}
.bg-yellow {
    background-color: var(--yellow);
    font-size: 1.25rem
}
.bg-blue {
    background-color: var(--bee);
    color: var(--yellow);
    font-size: 1.25rem
}
.radius16 {
    border-radius: 16px !important;
}
.fs-onas p {
    font-size: 1.3rem
}
    /*

.carousel-caption a {
    color: white;
    text-decoration: none;
}
.carousel-caption h5 {
    font-weight: 700;
    font-size: 2.5rem;
    color: white;
}

.carousel-control-next, .carousel-control-prev {
    align-items: flex-end;
    padding-bottom: 50px;
    width: 10%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 40px;
    height: 40px;
}

@media (min-width: 992px) {
    .carousel-caption br {
        display: block;
    }
    .carousel-caption {
        top: auto;
        left: 10%;
        right: auto;
        bottom: 0;
       background-color:transparent;
        padding: 2rem;
        text-align: left;
        width: auto
    }
    .carousel-caption  h5 {
        font-size: 5.5rem;
        font-weight: 800;
        color: #ffffff;
    }
    .carousel-caption p {
        font-size: 1.3rem
    }
    .carousel-caption  b {
        color: #19c1ff
    }
}
*/
    .carousel-indicators {
        display: none
    }
    @media (min-height: 772px) {
        .carousel-indicators {
            display: inline-flex;
            position: absolute!important;
            margin-left: 0
        }
    }
    .carousel-item {
        height: 60vh;
        min-height: 650px;
        background-size: auto 100%;
        /*    background-attachment: fixed;*/
    }
    .carousel-indicators {
        justify-content: start;
        padding-left: 20px;
    }
    .carousel-indicators li {
        height: 45px;
        width: 45px;
        border-radius: 50% !important;
        margin-right: 12px;
        background-color: var(--yellow);
    }
    .btn-secondary {
        background-color: var(--secondary);
        color: white !important;
        border-color: var(--secondary);
        font-weight: 500
    }
    .btn-secondary:hover,
    .btn-secondary:focus,
    .btn-secondary:active {
        background-color: var(--bee) !important;
        border-color: var(--bee) !important;
    }
    .btn-szkola {
        background-color: greenyellow;
        color: black !important
    }
    .btn-szkola:hover,
    .btn-szkola:focus,
    .btn-szkola:active {
        background-color: #9ce32e;
    }
    .btn-lg {
        padding: 0.8rem 3rem;
        border-radius: 4px;
    }
    .btn-info {
        color: var(--bee) !important;
        background-color: var(--yellow);
        border-color: var(--yellow);
        font-weight: 500
    }
    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active {
        background-color: var(--secondary);
        border-color: var(--secondary);
        color: white !important;
    }
    hr {
        border: 0;
        box-shadow: none;
        background-color: var(--primary);
        height: 1px
    }
    .h5,
    h5 {
        font-size: 1.25rem;
        line-height: 160%;
    }
    .klucz {
        -webkit-animation-name: klucz;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 2.5s;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-delay: 0.5s;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-fill-mode: forwards;
        /* Safari 4.0 - 8.0 */
        animation-name: klucz;
        animation-duration: 2.5s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }
    @-webkit-keyframes klucz {
        from {
            top: 80%;
            opacity: 0.0
        }
        to {
            top: 18%;
            opacity: 1.0;
        }
    }
    @keyframes klucz {
        from {
            top: 80%;
            opacity: 0.0
        }
        to {
            top: 18%;
            opacity: 1.0;
        }
    }
    /* STRONKI */
    .tytul {
        font-size: 2.0rem;
        font-weight: 600;
        text-align: left;
        color: var(--primary);
        padding-bottom: 1rem;
    }
    .podtytul {
        text-align: right;
        color: rgb(191, 195, 204);
        font-weight: 700;
        font-size: 1.2rem;
    }
    .firma b,
    .oferta b,
    .opis b {
        font-weight: 600;
    }
    .firma i {
        font-size: 0.9rem;
        font-style: normal;
        text-transform: uppercase;
    }
    .fotki2 {
        background-color: #eeeeee;
        box-shadow: var(--box-shadow);
    }
    h2.intro {
        font-weight: 600;
        color: var(--primary);
        font-size: 2.5rem;
        text-align: left;
        margin-bottom: 3rem
    }
    @media (min-width: 992px) {
        h2.intro b {
            font-weight: 500;
            font-size: 4rem
        }
    }
    .p-pb:after {
        content: '';
        display: block;
        width: 60px;
        height: 1px;
        background-color: var(--primary);
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    h4.tyt-sm-pb {
        margin-top: 2rem;
        font-weight: 600;
        font-size: 1.5rem
    }
    .fotki img {
        border: 5px solid white;
        border-radius: 50%;
    }
    img.hurt {
        border: 3px solid #d9d9d9;
        -webkit-box-shadow: 2px 27px 50px -5px rgba(0, 0, 0, 0.8);
        -moz-box-shadow: 2px 27px 50px -5px rgba(0, 0, 0, 0.8);
        box-shadow: 2px 27px 50px -5px rgba(0, 0, 0, 0.8);
    }
    .oferta-index {
        position: absolute;
        margin-bottom: 2rem;
        width: 100%;
        color: rgba(240, 248, 255, 0.88);
        font-weight: 700;
        font-size: 1.2rem;
    }
    @media (min-width: 768px) {
        .oferta-index {
            font-size: 1.6rem;
        }
    }
    .oferta-index ul {
        margin-top: 2rem;
        width: 100%;
        text-align: right
    }
    @media (max-width: 767px) {
        .oferta-index ul br {
            display: none;
        }
    }
    .oferta-index ul>li {
        margin-left: 1rem;
        margin-right: 1rem;
        display: inline-block
    }
    .oferta-index ul>li>a {
        display: block;
        color: #fff;
        background-color: rgba(255, 193, 7, 0.9);
        border-radius: 100%;
        line-height: 4rem;
        height: 4rem;
        width: 4rem
    }
    @media (min-width:768px) {
        .oferta-index {
            margin: 0;
            position: absolute;
            right: 2.5rem;
            bottom: 2rem;
            width: auto
        }
        .oferta-index ul {
            margin-top: 0;
            width: auto
        }
        .oferta-index ul>li {
            display: block;
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 2rem
        }
        .oferta-index ul>li:last-child {
            margin-bottom: 0
        }
        .oferta-index ul>li>a {
            transition: all .2s ease-in-out;
            font-size: 2rem;
            line-height: 4rem;
            height: 4rem;
            width: 4rem
        }
        .oferta-index ul>li>a:hover {
            background-color: #262f38;
        }
    }
    /* OFERTA */
    .card {
        border: none;
    }
    .oferta p,
    .firma p,
    .firma li {
        font-size: 1.05rem
    }
    .oferta h3 {
        text-align: left;
        color: black;
    }
    .fotto {
        border-radius: 4px;
        box-shadow: var(--box-shadow-mini);
    }
    .fot-o:hover {
        -o-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }
    .fot-o {
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
    }
    /* STOPKA */
    footer {
        background-color: #d3d3d3;
        background-image: url(../img/foot.png);
        box-shadow: inset 0px 30px 30px 0px rgba(0, 0, 0, 0.45);
        color: var(--primary);
    }
    footer img {
        max-height: 70px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    footer b {
        font-size: 2rem;
    }
    div.infocity {
        float: right;
    }
    a.infocity {
        background-image: url(../images/infocity.png);
        background-repeat: no-repeat;
        background-position: left 60%;
        font-size: 0.9rem;
        padding-left: 1.0rem;
        line-height: 2rem;
        z-index: 10000;
        color: #545454;
        font-weight: 300
    }
    .licencje {
        color: #212529;
        border-top: 1px dotted #212529;
        text-align: left;
        font-size: 0.8rem;
        opacity: 0.7;
    }
    .licencje a {
        color: #212529!important;
    }
    /* GŁÓWNA */
    .ikony {
        background-color: white;
    }
    .ikonka {
        border-radius: 50%;
        opacity: 0.0;
    }
    .wys {
        height: 139px;
        width: 139px;
        vertical-align: middle;
        overflow: hidden;
        margin: auto;
        opacity: 1.0
    }
    .ico img {
        -webkit-transition: all 0.6s ease-in-out;
        -moz-transition: all 0.6s ease-in-out;
        -o-transition: all 0.6s ease-in-out;
        -ms-transition: all 0.6s ease-in-out;
    }
    .ico img:hover {
        transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        -moz-transform: rotate(-15deg);
        -o-transform: rotate(-15deg);
    }
    .ikonka {
        -webkit-animation-name: ikon;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-duration: 1.5s;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-delay: 0.5s;
        /* Safari 4.0 - 8.0 */
        -webkit-animation-fill-mode: forwards;
        /* Safari 4.0 - 8.0 */
        animation-name: ikon;
        animation-duration: 1.5s;
        animation-delay: 0.5s;
        animation-fill-mode: forwards;
    }
    .ikonka.iko-2 {
        -webkit-animation-delay: 1.0s;
        animation-delay: 1.0s;
    }
    .ikonka.iko-3 {
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s;
    }
    @-webkit-keyframes ikon {
        from {
            opacity: 0.0;
        }
        to {
            opacity: 1.0;
        }
    }
    @keyframes ikon {
        from {
            opacity: 0.0;
        }
        to {
            opacity: 1.0;
        }
    }
    .ikony h3 {
        font-size: 1.7rem;
        font-weight: 900;
        color: #c34017;
    }
    .ikony h3 span {
        font-weight: 300;
        font-size: 1.2rem;
    }
    .intro h1 {
        font-size: 1.3rem
    }
    .intro p {}
    .intro p b {
        font-weight: 800;
    }
    /* Scroll to top */
    .scrollToTop {
        width: 40px;
        height: 40px;
        position: fixed;
        right: 30px;
        bottom: 30px;
        display: none;
        background-color: rgba(0, 0, 0, 0.5);
        vertical-align: middle;
        text-align: center;
        line-height: 40px;
        font-size: 2rem;
        color: white !important;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        border-radius: 0;
        z-index: 1111;
        cursor: pointer;
    }
    body.kontakt .scrollToTop {
        bottom: 90px;
        right: 10px
    }
    .kontakt h3 {
        font-weight: 900;
    }
    .kontakt h3 img {
        float: left;
        padding-right: 10px;
    }
    .scrollToTop * {
        color: white!important;
    }
    .scrollToTop:hover {
        background-color: #212529;
        /* opacity: 1.0 */
    }
    .mapa {
        margin-bottom: -1rem;
    }
    .grecaptcha-badge {
        z-index: 1
    }