@import url(reset.css);
@import url(infinite-slider.css);


html {

    font-size: 62.5%;
    font-family: Calibri;
}
h1 {
    font-family:Calibri;
    font-weight: 600;
    font-size: 3.7rem;
    color: #fff;
    text-transform: uppercase;
    text-align: right

}
h2 {
    font-family: Lato;
    font-size: 2.7rem;
    color: #cbcbcc;
    text-transform: uppercase;
    text-align: left;
    display: inline-block;
    padding: 3% 1% 3% 1%


}

h3 {
    font-family:Lato;
    font-weight: 600;
    font-size: 4rem;
    color: #0e0a0b;
    text-align: left;
    margin-top: 3.5rem;
    text-transform: uppercase

}

h4 {
    font-family: Lato black;
    font-size: 1.4rem;
    color: #3a4d5c;
    text-align: left;
    text-transform: uppercase;

}

p {
    font-family: Lato;
    color: #0e0a0b;
    font-size: 1.8rem;
    text-align: justify;
    line-height: 2rem;
    margin: 2rem 0rem 0rem 0rem
}


.info-text p {
    font-family: Calibri;
    font-size: 2.8rem;
    color: #fff;
    line-height: 3.2rem;
    text-align: right;
    margin-top: 3rem
}

strong {
    font-family: Lato black;


}

.background1 {
    width: 100%;
    min-height: 17rem;
    background-color: #fff;
    float: left

}

.background2 {
    width: 100%;
    background-color: #0e0a0b;
    float: left;
    background-image: url(bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;


}

.background3 {
    width: 100%;
    min-height: 11rem;
    background-color:#fff;
    float: left;

}

.background4 {
    width: 100%;
    background-color:#d2d1d1;
    float: left;
    background-image: url(bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}

.background5 {
    width: 100%;
    height: 9.4rem;
    background-color:#fff;
    float: left
}

.center {
        max-width: 1200px;
        background-position: center;
        margin: auto

}

/* Header */

.header {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}

.header__row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.header__logo {
    flex: 0 0 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
}

.header__contact {
    flex: 0 0 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
}

.header__buttons {
    flex: 0 0 100%;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
}

/* Header Logo */

.header-logo {}

.header-logo__img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* Header Contact */

.header-contact {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.header-contact__item {
    margin-bottom: 8px;
    text-align: center;
    white-space: nowrap;
}

.header-contact__item-icon {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    position: relative;
    top: 4px;
}

.header-contact__item-value {
    /* font-size: 48px; */
    font-size: 20px;
    font-weight: 700;
    color: #ea661e;
    text-align: right;
}

.header-contact__item-value--phone {
    color: #181818;
    font-size: 34px;
}

/* Header Buttons */

.header-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-button {
    display: block;
    flex: 1;
    color: white;
    padding: 1.5rem;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 8px;
    border: 1px solid #a4a4a4;
}

.header-button:not(:last-child) {
    margin-right: 8px;
}

.header-button--homepage {
    background-color: #cbcccc;
}

.header-button--offer {
    background-color: #ea651e;
}

@media only screen and (min-width: 576px) {

    .header__logo {
        flex: 0 0 50%;
        order: 2;
    }

    .header__contact {
        flex: 0 0 50%;
        order: 1;
    }

    .header__buttons {
        order: 3;
    }
}

@media only screen and (min-width: 900px) {

    .header__row {
        flex-wrap: nowrap;
    }

    .header__logo {
        flex: 0 0 268px;
        order: 3;
    }

    .header__contact {
        flex: 0 1 auto;
        order: 1;
    }

    .header__buttons {
        flex: 1 1 auto;
        order: 2;
    }

    .header-button {
        flex: 0 0 auto;
        padding: 24px 16px;
    }

    .header-contact__item-icon {
        position: relative;
        top: 6px;
        margin-right: 16px;
    }
}

/*

.logo{
    float: right;
    width: 20%;
    margin-top: 2%
}

.header-contact{
    float: left;
    width: 32%;
    margin-top: 3%

}

.header-buttons{
   float: left;
   width: 37%;
   margin-top: 3%;
    margin-left: 6%

}

.img-header-contact{
  float: left;
  margin-top: 3%


}

.header-contact-value {
    font-family: Calibri;
    font-weight: 600;
    font-size: 4.6rem;
    color: #181818;
    float: left;




}
.header-contact-value2{
    font-family: Calibri;
    font-size: 2.3rem;
    color: #ea661e;
    float: left;
    margin-left: 1%

}


.button-glowna {
    width:20rem;
    height: 6rem;
    background-color: #cbcccc;
    color: #fff;
    text-align: center;
    font-family: Lato;
    font-size: 1.6rem;
    text-transform: uppercase;
    border: solid 1px #a4a4a4;
    padding: 2rem;
    margin: 1%;
    float: left

}

.button-oferta{
    width:20rem;
    height: 6rem;
    background-color: #ea651e;
    color: #fff;
    text-align: center;
    font-family: Lato;
    font-size: 1.6rem;
    text-transform: uppercase;
    border: solid 1px #a4a4a4;
    padding: 2rem;
    margin: 1%;
    float: left

}

*/

.form{
    width: 35%;
    float: left;

}



.form-small-text-area {

    width: 48%;
    height: 6rem;
    padding: 1rem;
    margin: 1% 1% 1% 1%;
    color: #0e0a0b;
    font-size: 1.5rem;
    background: rgba(225, 225, 225, 0.91);
    float: left;
    border: 0
}
.form-small-select {


    width: 48%;
    height: 6rem;
    padding: 1rem;
    margin: 1% 1% 1% 1%;
    color: #757575;
    font-size: 1.5rem;
    background: rgba(225, 225, 225, 0.91);
    opacity: ;
    float: left;
    border: 0
}


.form-big-text-area {

    width: 98%;
    height: 6rem;
    padding: 1rem;
    margin: 1% 1% 1% 1%;
    color: #0e0a0b;
    font-size: 1.5rem;
    background: rgba(225, 225, 225, 0.91);
    float: left;
    border: 0

}


textarea {

    width: 98%;
    height: 12rem;
    padding: 1rem;
    font-family: Lato;
    margin: 1% 1% 1% 1%;
    color: #0e0a0b;
    font-size: 1.5rem;
    background: rgba(225, 225, 225, 0.91);
    float: left;
    border: 0;
    resize:none
}

.submit-form {

    width:20rem;
    height: 6rem;
    background-color: #ea651d;
    color: #fff;
    font-family: Lato;
    font-size: 1.6rem;
    text-transform: uppercase;
    border: solid 1px #fff;
    margin: 2% 0% 2% 1%;
    cursor: pointer
}



.info{
    width: 65%;
    float: right;




}
.info-text{
   position: relative;
   margin-top: 25%;
   margin-right: 1%

}



.about-us {
    width: 50%;
    float: right;
    margin: 0% 1% 0% 0%

}



.button-realizacje {


    width:20rem;
    height: 6rem;
    background-color: #ea651d;
    color: #fff;
    font-family: Lato;
    font-size: 1.6rem;
    text-transform: uppercase;
    border: solid 1px #a4a4a4;
    margin: 1rem;
    float: right;


}
.button-glowna-body {

    width:20rem;
    height: 6rem;
    background-color: #cbcccc;
    color: #fff;
    font-family: Lato;
    font-size: 1.6rem;
    text-transform: uppercase;
    text-align: center;
    border: solid 1px #a4a4a4;
    padding: 2rem;
    margin: 1rem;
    float: right
}


a {
color: #fff;
text-decoration: none
} 

footer p {
    font-family: lato;
    font-size: 1.4rem;
    padding-right:1rem;
    color:#3a4d5c;
    float: left;
    margin: 2rem 0rem 2rem 0rem

}

.biuro{
    float: left;
    margin-top: 2%
}

.godziny-otwarcia{
    float: left;
    margin-top: 2%
}

.logo-footer {
    float: right;
    margin: 2% 0% 0% 0%
}




@media only screen and (max-width: 1133px){

    .header-contact{
        width: 50%
    }
    .header-buttons{
        width: 100%;
        margin: 0
    }

}


@media only screen and (max-width: 1040px){

    .form {
        width: 100%;

    }

    .info{
        width: 100%;
        text-align: center
    }

    .info-text{

   position: relative;
   margin:5% 0% 5% 0%


    }

    .info-text p,h1{
    text-align: center;
}
    h2 {
    font-family: Lato;
    font-size: 2.7rem;
    color: #cbcbcc;
    text-transform: uppercase;
    text-align: center;
    padding: 1%;


}
    .about-us{
        width: 60%;
        float: right;
        margin: 0% 1% 0% 0%
    }

    .buttons-about-us{
        width: 100%
    }

@media only screen and (max-width: 885px){

    .about-us{
        width: 98%;
        margin: 0% 1% 0% 1%
    }

    .logo-footer{
        display: none
    }

    }

    @media only screen and (max-width: 600px){

        .form-small-text-area{
            width: 98%
        }

        .form-small-select{
            width: 98%
        }

        .submit-form{
            width: 98%
        }

        h3{

            font-size: 3rem
        }
        .buttons-about-us{
            width: 98%
        }
        .button-glowna-body{
            width: 98%;
            margin: 3% 1% 1% 1%
        }
        .button-realizacje{
            width: 98%;
            margin: 2% 1% 3% 1%
        }

        footer p {
        font-family: lato;
        font-size: 1.4rem;
        float: none;
        text-align: center;
        display: block;
        color:#3a4d5c;

        }

        h4{
            text-align: center
        }
        .biuro{
            margin-top: 2%;
            float: none
        }

        .godziny-otwarcia{
            float: none;
            margin-top: 2%
        }




    }
