body,
html {
    font-family: Montserrat, Arial, Helvetica, sans-serif
}

body {
    font-size: 16px;
    margin-top: 74px
}
.bgmain {
    margin-top: 92px;
    position: relative;
    padding-top: 55px;
    padding-bottom: 55px;
    background: #beb7a7;
    color: #fff;
}
.bgmain h1 {
    font-size:36px;
    margin-bottom: 25px;
    font-weight: 700;    
}
.bgmain h2 {
    font-size: 24px;
}
.bgmain .btn {
    margin-top: 15px;
}
.bgphoto {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}
.bgphoto img {
    max-width: 100%;
    max-height: 100%;
}





.jumbotron {
    margin-top: 72px;
    padding: 90px 0 60px 0
}

@media (min-width:1400px) {
    .container {
        min-width: 1366px;
        max-width: 1366px
    }

    .jumbotron {
        margin-top: 72px;
        padding: 90px 0 90px 0
    }
}

@media (max-width:1399px) {
    .containeroffer {
        width: 98% !important;
        max-width: 98%
    }
}

.jumbotron-bg-ofe {
    background: linear-gradient(90deg, rgba(0, 0, 0, .65), rgba(0, 0, 0, .1)), url(../img/o-nas.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 90px 0 60px 0
}

.jumbotron-bg-o-nas {
    background: linear-gradient(90deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .03)), url(../img/banermaincrop.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: left
}

.box-category {
    display: block;
    cursor: pointer;
    transition: .15s all
}

.box-category .btn {
    padding: 7px 21px;
    margin-top: 15px;
    color: #f2dbbb
}

.box-category-accent,
.box-category-primary,
.box-category-secondary {
    padding: 35px 20px 15px 20px;
    height: 100%
}

.box-category-primary {
    background: #f2dbbb;
    color: #fff
}

.box-category-secondary {
    background: #e3e3e3;
    color: #000
}

.box-category-accent {
    background: #e1bb6b;
    color: #000
}

.box-category-primary .box-category-header {
    color: #fff
}

.box-category-header {
    margin-top: 15px;
    color: #000;
    font-size: 19px;
    font-weight: 600
}

.box-category:focus,
.box-category:hover {
    text-decoration: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}
.alert-info p {
    margin-bottom: 0;
}
.box-contact {
    padding: 25px 20px;
    background: #ddd;
    color: #fff;
    height: auto;
    color: #000
}

.offer-h {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px
}

.offer-c {
    margin-top: 20px
}

.offer-btn {
    margin-top: 20px;
    color: #000
}

.btn-warning {
    background: #f2dbbb
}

.btn-warning:focus,
.btn-warning:hover {
    background: #e68600;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    color: #fff
}

.benefits {
    background: #eee9e5;
    text-align: center;
    overflow: hidden
}

.benefits-content {
    padding: 55px 0
}

.section-decorator {
    position: relative;
    padding: 0;
    margin-left: calc((100vw - 100%)/ -2);
    margin-right: calc((100vw - 100%)/ -2)
}

.section-decorator svg {
    display: block
}

.mb-45 {
    margin-bottom: 45px
}

.benefit-h {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px
}

.benefit-h-sm {
    font-size: 24px;
    display: block
}

.benefit-text {
    padding-bottom: 25px
}

.o-nas-h {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block
}

.cd-intro {
    width: 90%;
    max-width: 768px;
    text-align: center
}

.cd-intro {
    margin: 4em auto
}

@media only screen and (min-width:768px) {
    .cd-intro {
        margin: 5em auto
    }
}

@media only screen and (min-width:1170px) {
    .cd-intro {
        margin: 6em auto
    }
}

.cd-headline {
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 500
}

.cd-words-wrapper {
    max-width: 100%;
    width: auto !important
}

@media only screen and (min-width:1170px) {
    .cd-headline {
        font-size: 52px
    }
}

.cd-words-wrapper {
    display: inline-block;
    position: relative;
    text-align: center
}

.cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: 500
}

.cd-words-wrapper b.is-visible {
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0
}

.no-js .cd-words-wrapper b.is-visible {
    opacity: 1
}

.cd-headline.push b {
    opacity: 0
}

.cd-headline.push b.is-visible {
    opacity: 1;
    -webkit-animation: push-in .6s;
    -moz-animation: push-in .6s;
    animation: push-in .6s
}

.cd-headline.push b.is-hidden {
    -webkit-animation: push-out .6s;
    -moz-animation: push-out .6s;
    animation: push-out .6s
}

@-webkit-keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes push-in {
    0% {
        opacity: 0;
        -moz-transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -moz-transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@keyframes push-in {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    60% {
        opacity: 1;
        -webkit-transform: translateX(10%);
        -moz-transform: translateX(10%);
        -ms-transform: translateX(10%);
        -o-transform: translateX(10%);
        transform: translateX(10%)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%)
    }
}

@-moz-keyframes push-out {
    0% {
        opacity: 1;
        -moz-transform: translateX(0)
    }

    60% {
        opacity: 0;
        -moz-transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -moz-transform: translateX(100%)
    }
}

@keyframes push-out {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }

    60% {
        opacity: 0;
        -webkit-transform: translateX(110%);
        -moz-transform: translateX(110%);
        -ms-transform: translateX(110%);
        -o-transform: translateX(110%);
        transform: translateX(110%)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }
}

.jumbotron-h {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 15px;
    text-shadow: 0 3px 5px #000
}

.jumbotron-subh {
    text-shadow: 0 3px 5px #000
}

.jumbotron .btn {
    margin-top: 30px
}

.jumbotron-main .lead {
    font-size: 21px
}

.jumbotron-text {
    font-weight: 400;
    font-size: 18px
}

.navbar-light {
    background: #fff;
    padding: 15px 0;
    transition: .15s all
}

.nav-scrolled {
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .16)
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 500;
    color: #000;
    padding-left: 20px
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #47a9a5
}

.navbar-light .navbar-nav .active .nav-link {
    color: #47a9a5
}

.card {
    border: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
    height: 100%
}

.card-text {
    font-weight: 500;
    font-size: 18px
}

.navbar-logo-static {
    height: 90px;
    position: absolute;
    top: 0;
    transition: .15s all
}

.nav-scrolled .navbar-logo-static {
    transition: .15s all;
    height: 65px
}

.nav-on-top {
    transition: .15s all;
    box-shadow: none
}

.nav-link-move {
    margin-top: -30px;
    transform: translateY(12px)
}

.nav-text {
    display: inline-block;
    padding: 0 8px;
    background: #47a9a5;
    border: 2px solid #47a9a5;
    color: #fff
}

.nav-uptext {
    font-size: 12.95px;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #409693;
    color: #fff;
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px
}

.nav-phone {
    display: inline-block;
    padding: 0 5px;
    border: 2px solid #47a9a5
}

.realizacje h3 {
    display: block;
    margin-top: 15px;
    width: 100%;
    font-weight: 600
}

.realizacje .img-fluid {
    margin-top: 30px
}

.box-step {
    margin-bottom: 25px;
    text-align: center
}

.box-step-count {
    font-size: 42px;
    color: #fff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    height: 55px;
    width: 55px;
    line-height: 55px;
    text-align: center
}

.box-step-count:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #47a9a5;
    border-radius: 50%;
    z-index: -1
}

.box-step-header {
    display: block;
    margin-left: 25px;
    font-size: 21px;
    margin-top: 15px
}

@media (max-width:1199px) {
    .cd-headline {
        font-size: 32px
    }
}

@media (max-width:767px) {
    .h-767 {
        display: none
    }

    .cd-headline {
        font-size: 24px
    }
}

@media (min-width:576px) {
    .modal-dialog-full {
        max-width: none
    }
}

.swiper-full {
    max-height: 80vh;
    max-width: 100%
}

.swiper-slide {
    text-align: center
}

.modal-dialog-full {
    width: 98%;
    height: 96%;
    padding: 0
}

.modal-content-full {
    height: 99%
}

.pos-relative {
    position: relative
}

.section-half {
    overflow: hidden
}

.section-heading {
    font-weight: 600;
    font-size: 36px;
    margin-bottom: 40px
}

.sub-heading {
    font-size: 18px
}

.img-icon {
    display: inline-block
}

.footer .contact-text {
    color: #fff
}

.contact-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.contact-text-up {
    font-weight: 500;
    font-size: 18px;
    color: inherit
}

.footer .contact-href {
    color: #fff
}

.contact-href {
    font-weight: 600;
    font-size: 24px;
    color: inherit
}

.form-check-label {
    font-size: 13.5px;
    cursor: pointer
}

label.error {
    background: #f0392b;
    border: 2px solid #c2392b;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    width: 100%;
    font-weight: 400
}

.btn {
    border: none;
    border-radius: 0;
    padding: 15px 25px;
    font-weight: 600
}

.btn-primary {
    background: #47a9a5
}

.card {
    background: 0 0;
    box-shadow: none !important;
    margin-bottom: 45px
}

.card-body {
    position: relative;
    color: #fff
}

.card-body:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 65%;
    width: 100%;
    display: block;
    z-index: -1;
    background: #afa488;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24)
}

@media (max-width:1299px) {
    .card-ul {
        font-size: 15px
    }

    .card-body:before {
        height: 98%
    }
}

.card-title {
    font-weight: 600;
    font-size: 24px;
    text-transform: uppercase
}

.card-body-second {
    color: #fff
}


.card-body-second:before {
    background: #aca491
}

.card-body-third:before {
    background: #beb7a7
}

.card-text {
    float: left;
    max-width: 50%
}

.card-ul {
    padding-left: 10px;
    margin: 0
}

.card-img-top {
    margin-left: 15px;
    margin-top: 15px;
    max-width: 50%;
    float: right
}

.img-projects-col {
    margin-bottom: 20px
}

.img-projects-col .img-projects {
    width: auto;
    max-height: 230px
}

.img-projects {
    max-width: 100%
}

.img-projects-wrap {
    position: relative;
    text-align: center;
    overflow: hidden
}

.img-projects {
    transition: .15s all;
    overflow: hidden
}

.img-projects-caption {
    text-shadow: 0 5px 5px rgba(0, 0, 0, .8);
    font-size: 21px;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    justify-content: center;
    align-items: center;
    opacity: 0;
    -webkit-transform: scale(.7) rotate(-60deg);
    transform: scale(.7) rotate(-60deg);
    -webkit-transition: .25s transform, .15s opacity;
    transition: .25s transform, .15s opacity
}

.img-projects-wrap:hover .img-projects-caption {
    top: 0;
    cursor: pointer;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    opacity: 1;
    -webkit-transition: .35s all;
    transition: .35s all
}

.img-projects-wrap:hover .img-projects-caption span {
    background: rgba(0, 0, 0, .5);
    padding: 4px 16px
}

.modal-projects .img-projects-wrap:hover .img-projects-caption {
    display: none
}

.img-projects-wrap:hover .img-projects {
    transform: scale(1.25)
}

.img-projects-caption {
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    text-align: center
}

.footer {
    padding: 20px 0 45px 0;
    background: #f0f0f0;
    background-size: cover
}

.underfooter {
    padding-top: 15px;
    color: #333
}

.footer a {
    color: #333;
    text-decoration: none
}

.mgtop-underfooterlink {
    margin-top: 15px;
    clear: both
}

.author-box b {
    color: #47a9a5
}

.formContact {
    box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
    padding: 15px;
    padding-bottom: 30px;
    background: #ddd
}

.form-check {
    margin-bottom: 20px
}

.section-heading-contact {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.zgoda-link {
    color: #555
}

h5 {
    font-size: 22px;
    margin-top: 15px;
    width: 100%
}

.btn-outline-light {
    background: #fff;
    color: #000;
    border: 2px solid #fff
}

.btn-outline-light:focus,
.btn-outline-light:hover {
    background: #f2dbbb;
    color: #000;
    border-color: #f2dbbb
}

.btn-index {
    margin-top: 30px
}


@media (max-width:991px) {
    .bgphoto {
        width: 100%;
    }
    .bgcover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .1);
    }
    .bgmain h1,h2 {
        text-shadow: 3px 0px 8px #000;
    }
    .bgmain {
        padding-top: 25px
    }
    .containeroffer .card-body {
        padding: 0 10px 10px 15px
    }

    .card-ul {
        padding-left: 0;
        list-style: none
    }

    .jumbotron-h {
        font-size: 28px
    }

    .jumbotron-subh {
        font-size: 19px
    }

    .jumbotron-bg-o-nas {
        padding-top: 55px;
        padding-bottom: 30px
    }

    .jumbotron .btn {
        margin-top: 10px
    }

    .navbar-brand {
        padding-left: 10px
    }
}


.section-contact {
    background: #47a9a5;
    padding: 20px 0;
    color: #fff
}

.bg-gray {
    background: #f8f8f8
}

.benefit-icon-wrap {
    margin-bottom: 15px;
    vertical-align: middle
}

.promo-video {
    width: 100%;
    height: 300px
}

.promo-video-big {
    width: 100%;
    height: 650px;
    max-height: 80vh
}

.logo-company {
    width: 160px
}

.box-coop {
    background: #eee;
    padding-top: 20px
}

.map {
    width: 100%;
    height: 300px
}

.offer {
    margin-top: 50px;
    overflow: hidden
}

.index-h {
    margin-bottom: 15px
}

.bg-img {
    background-size: cover;
    padding: 30px 0
}

.mg-two-img {
    margin-bottom: 30px
}

.float-list li {
    float: left;
    width: 100%;
    margin-top: 5px
}

.navbar-light-big {
    padding: 26px 0
}

.nav-scrolled.navbar-light-big {
    padding: 15px 0
}

.o-nas .img-fluid {
    margin-bottom: 15px
}

@media (min-width:992px) {
    .steps-row {
        margin-top: 35px;
        margin-bottom: 35px
    }

    .steps-row .o-nas-h {
        margin-bottom: 25px
    }

    .realizacje .img-fluid {
        float: left;
        max-width: 40%
    }

    .realizacje .img-fluid:first-child {
        margin-right: 5%
    }

    .bg-img-h {
        margin-top: 30px;
        margin-bottom: 25px
    }

    .offer-mg-row {
        margin-top: -45px
    }

    .index-h {
        margin-top: 110px;
        margin-bottom: 20px
    }

    .box-contact:focus,
    .box-contact:hover {
        box-shadow: none;
        background: #f2dbbb;
        color: #000
    }

    .box-contact:focus .offer-h,
    .box-contact:hover .offer-h {
        color: #000
    }

    .box-contact:focus .btn-warning,
    .box-contact:hover .btn-warning {
        background: #000;
        color: #fff
    }

    .box-contact {
        margin-top: 67px;
        overflow: visible
    }

    .box-contact .offer-btn {
        margin-top: 15px
    }

    .box-contact:before {
        position: absolute;
        top: 0;
        left: -300%;
        width: 300%;
        height: 100%;
        background: #ddd;
        content: '';
        z-index: -10
    }

    .map {
        height: 500px;
        margin-top: 70px
    }

    .under-h {
        margin-top: 10px
    }

    .promo-video {
        margin-top: 20px
    }

    .box-coop {
        border-right: 25px solid #fff;
        padding-left: 30px;
        padding-right: 25px
    }

    .promo-video {
        height: 500px
    }

    .mgtop30 {
        margin-top: 30px
    }

    .offer-btn {
        margin-top: 30px
    }

    .h-50 {
        height: 50%
    }

    .nav-item .btn {
        margin-left: 25px
    }

    .row-img-projects {
        margin-bottom: 15px
    }

    .row-photos {
        margin-bottom: 15px
    }

    .section-contact {
        padding-top: 45px;
        padding-bottom: 65px
    }

    .contact-text {
        margin-left: 20px
    }

    .section-half {
        margin-top: 25px;
        padding-bottom: 40px
    }

    .section-half .section-heading {
        margin-top: 50px
    }

    .img-50vw-wrapper {
        position: absolute;
        top: 0;
        left: 15px;
        max-width: 49vw
    }

    .img-50vw {
        max-width: 49vw;
        min-width: 48vw
    }

    .mgtop-30 {
        margin-top: 30px
    }
}