html,
body {
    height: 100%;
}

body {
    font-family: 'Roboto', sans-serif;
}
h1 {
    font-size: 48px;
    line-height: 45px;
    color: #6e6e6e;
    font-weight: 300;
    margin: 0;
    padding: 45px 0;
    text-align: center;
}
h1 small {
    font-size: 11px;
    line-height: 12px;
    color: #fecc00;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
}
.img-100 {
    width: 100%;
    height: auto;
}
.text {
    font-size: 18px;
    line-height: 28px;
    color: #323232;
    font-weight: 300;
}
.oh {
    overflow: hidden;
}
.img-responsive {
    margin: 0 auto !important;
}
.img-glowne {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
}

#header-top {
    background: transparent;
}
#header-top .header-logo {
    height: 112px;
    width: auto;
    padding: 29px 30px 28px 30px;
}
.header-boxy {
    display: flex;
    align-items: center;
    height: 112px;
    justify-content: flex-end;
}
.logo-link, .logo-link:hover, .logo-link:active, .logo-link:link, .logo-link:visited {
    text-decoration: none;
}
.header-box, .header-box:hover, .header-box:active, .header-box:link, .header-box:visited {
    display: block;
    vertical-align: middle;
    text-decoration: none;
}
.header-box img {
    height: 40px;
    width: auto;
    margin: 0 10px 0 40px;
}
.header-box span {
    display: inline-block;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    font-weight: 300;
}
.header-img-logotyp {
    display: none;
}
.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none;
    background: transparent;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar .navbar__container {
    background-color: rgba(255,255,255,0.8);
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.navbar-logo a img {
    width: auto;
    height: 0px;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-nav {
    display: table;
    width: 100%;
    float: none;
}
.navbar-nav li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    float: none;
}
.navbar-nav li:first-child {
    width: 0.1%;
    padding: 0;
}
.navbar-nav li:first-child a {
    padding: 0;
}
.navbar-inverse .navbar-nav>li>a {
    white-space: nowrap;
    font-weight: 400;
    color: #30343b;
    font-size: 16px;
    line-height: 2.2em;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:active {
    color: #000;
}
.navbar-inverse .navbar-toggle {
    background-color: #333;
}
.navbar-fixed-top {
    opacity: 0.85;
}
.navbar-fixed-top .navbar-nav>li>a {
    padding: 10px;
}
header, nav {
    position: relative;
    z-index: 10;
}
.menu-box {
    position: relative;
    height: 200px;
    background: #262626;
}
.slider-box {
    position: relative;
    height: 680px;
}
.slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
    background: #222;
}
.slider__slide::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: -webkit-linear-gradient(top, rgba(19,21,24,0.90), rgba(19,21,24,0.80) 10%, rgba(47,47,47,0.05));
    background: -o-linear-gradient(bottom, rgba(19,21,24,0.90), rgba(19,21,24,0.80) 10%, rgba(47,47,47,0.05));
    background: -moz-linear-gradient(bottom, rgba(19,21,24,0.90), rgba(19,21,24,0.80) 10%, rgba(47,47,47,0.05));
    background: linear-gradient(to bottom, rgba(19,21,24,0.90), rgba(19,21,24,0.80) 10%, rgba(47,47,47,0.05));
    pointer-events: none;
    z-index: -1;
}
.slider__slide {
    width: 100%;
    height: 680px;
    box-sizing: border-box;
    padding-top: 280px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.slide__h1 {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0 10px;
}
.slide__description {
    font-size: 17px;
    line-height: 1.3em;
    font-weight: 300;
    color: #fff;
    margin: 0;
    padding: 20px 5%;
}
.slide__button, .slide__button:visited, .slide__button:link  {
    background: rgba(79,100,139,0.9);
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    line-height: 48px;
    display: inline-block;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    text-decoration: none;
    padding: 0 45px;
}
.slide__button:hover  {
    background: rgba(79,100,139,1);
}
.slick-dots {
    bottom: 25px;
}
.slick-dots li button::before {
    content: "";
    background: #000;
    -webkit-border-radius:5px;
    -khtml-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.last-realizations {
    margin-bottom: 50px;
}
.last-realizations .last-realizations__col {
    padding: 25px;
}
.last-realizations .last-realizations__col .relization {
    display: block;
    text-decoration: none;
    position: relative;
    height: 333px;
    background: #eee;
    margin-bottom: 50px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}
.last-realizations .last-realizations__col .relization:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.last-realizations .last-realizations__col .relization:hover:after {
    background: rgba(0, 0, 0, 0.2);
}
.last-realizations .last-realizations__col .relization:last-child {
    margin-bottom: 0;
}
.last-realizations .last-realizations__col .relization:nth-child(2n+1) {
    height: 243px;
}
.last-realizations .last-realizations__col:nth-child(2n) .relization {
    height: 243px;
}
.last-realizations .last-realizations__col:nth-child(2n) .relization:nth-child(2n+1) {
    height: 333px;
}
.last-realizations .last-realizations__col .relization>span.relization__name {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 10px;
    z-index: 10;
}
.last-realizations .last-realizations__col .relization>span.relization__name>span {
    display: block;
    background: rgba(255,255,255,0.7);
    -webkit-border-radius:10px 10px 0 0;
    -khtml-border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1em;
    padding: 17px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.last-realizations .last-realizations__col .relization:hover>span.relization__name>span {
    background: rgba(255,255,255,0.85);
}

.need {
    display: flex;
    background: #fecc00;
    align-items: center;
    padding: 30px 20px;
    justify-content: space-around;
    -webkit-border-radius:10px 10px 0 0;
    -khtml-border-radius:10px 10px 0 0;
    -moz-border-radius:10px 10px 0 0;
    border-radius:10px 10px 0 0;
}
.need h2 {
    font-size: 22px;
    font-weight: 600;
    color: #4f648b;
    line-height: 28px;
    margin: 0;
    padding: 10px;
}
.need .need__flex:first-child {
    text-align: right;
}
.need .need__flex:last-child {
    text-align: left;
    white-space: nowrap;
}
.need h2 strong {
    color: #343434;
}
.need a, .need a:link, .need a:hover {
    text-decoration: none;
    color: #343434;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    padding: 10px 30px;
    display: inline-block;
    border: solid 2px #343434;
    text-transform: uppercase;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.need a:hover {
    border-color: #fff;
}
.need a img {
    height: 23px;
    width: auto;
    padding-right: 3px;
}
footer {
    background: #262626;
}
.footer {
    display: flex;
    background: #131313;
    align-items: center;
    padding: 30px 40px;
    justify-content: space-between;
    -webkit-border-radius:0 0 10px 10px;
    -khtml-border-radius:0 0 10px 10px;
    -moz-border-radius:0 0 10px 10px;
    border-radius:0 0 10px 10px;
}
.footer .footer__flex:last-child {
    text-align: right;
}
.footer a, .footer a:link, .footer a:hover {
    text-decoration: none;
}
.footer a img {
    height: 55px;
    width: auto;
}
.footer__menu {
    padding-bottom: 10px;
}
.footer__menu a, .footer__menu a:link, .footer__menu a:active {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #d3d3d3;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    padding-left: 15px;
}
.footer__menu a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer__tags a, .footer__tags a:link, .footer__tags a:active {
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    color: #d3d3d3;
    text-decoration: none;
    display: inline-block;
    padding-left: 5px;
}
.footer__tags a span {
    color: #fecc00;
}
.footer__tags a:hover {
    color: #fff;
}
.copy {
    padding: 10px 0 15px;
    font-size: 12px;
    line-height: 18px;
    color: #747474;
    font-weight: 300;
    text-align: center;
}
.copy a, .copy a:link, .copy a:active {
    color: #747474;
    text-decoration: none;
}
.copy a:hover {
    color: #eee;
}
.page__content {
    margin-bottom: 30px;
}
.page__image {
    display: block;
    width: 100%;
    height: auto;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin-bottom: 30px;
    overflow: hidden;
}
.page__gallery {
    margin-top: 30px;
    margin-bottom: 0px;
}
.page__gallery a {
    display: block;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    margin-bottom: 30px;
    overflow: hidden;
}

/* KADROWANIE */
.kadruj_js {
    display: block;
}
.js_kadr {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 0;
}
.js_kadr img {
    position: absolute;
}
.image-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.image-1-1 {
    display: block;
    position: relative;
    padding-bottom: 100%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
}
.image-36-13 {
    display: block;
    position: relative;
    padding-bottom: 36.111%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
}


.map-container{
    position: relative;
    width: 100%;
    padding-bottom: 36.111%;
    margin: 30px 0 20px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    overflow: hidden;
}
.map-container > *{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.form-title {
    display: none;
}
.nad_info, .nad_blad {
    padding: 20px 0;
}
.nad_info p, .nad_blad p {
    margin: 0;
    padding: 5px 0;
}
.nad_info .info, .nad_blad .info {
    background: #b6daff;
    color: #333;
    padding: 15px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.nad_info .blad, .nad_blad .blad {
    background: #ffb6d5;
    color: #333;
    padding: 15px;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.cp {
    cursor: pointer;
}

label {
    font-size: 14px;
    font-weight: 300;
    color: #323232;
    line-height: 18px;
}
.form-control {
    height: 40px;
    border: 0;
    background: #f3f3f3;
    color: #323232;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-form {
    background: rgba(79,100,139,0.9);
    color: #fff;
    font-weight: 300;
    font-size: 17px;
    line-height: 48px;
    display: inline-block;
    -webkit-border-radius:10px;
    -khtml-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    text-decoration: none;
    padding: 0 45px;
}
.btn-form:hover {
    background: rgba(79,100,139,1);
    color: #fff;
}




@media(max-width:1199px) {
    .need h2 {
        font-size: 32px;
        line-height: 36px;
    }
}
@media(max-width:991px) {
    .need h2 {
        font-size: 22px;
        line-height: 28px;
    }
    .map-container{
        padding-bottom: 50%;
    }
}
@media(max-width:767px) {
    .navbar__container {
        margin: 0 10px;
    }
    .navbar-fixed-top .navbar__container {
        -webkit-border-radius:0;
        -khtml-border-radius:0;
        -moz-border-radius:0;
        border-radius:0;
        margin: 0;
    }
    .navbar-nav {
        display: block;
    }
    .navbar-nav li {
        display: block;
        text-align: left;
    }
    .need, .footer {
        display: block;
    }
    .need .need__flex:first-child, .need .need__flex:last-child, .footer .footer__flex:first-child, .footer .footer__flex:last-child {
        text-align: center;
    }
    .need h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .footer__menu {
        padding: 10px 0;
    }
    .footer__menu a, .footer__menu a:link, .footer__menu a:active {
        padding: 0 5px;
    }
    .footer__tags a, .footer__tags a:link, .footer__tags a:active {
        padding: 3px 0;
    }
    .copy span {
        display: block;
    }
    .map-container{
        padding-bottom: 75%;
    }
}
@media(max-width:480px) {
    .header-img-logo {
        display: none;
    }
    .header-img-logotyp {
        display: inline-block;
    }
    .need h2 {
        font-size: 20px;
        line-height: 26px;
    }
}