/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  src: url('../fonts/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #F9F9F9;
    font-size: 14px;
}

h1{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

h2{
    font-family: 'Roboto', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
}

h3{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 700;
}

p, ul, li{
    color: #393939;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

a{
    color: inherit;
    text-decoration: none;
    transition: 0.3s all;
}
a:hover{
    color: #2B323D;
}

.omnie{
    padding-top: 80px;
    padding-bottom: 80px;
  background-image: url(../img/omnie_bg.svg);
     background-position: top left;
    background-repeat: no-repeat;
}

.omnie p{
    text-align: justify;
}

.omnie h2{
    color: #F58627;
    text-transform: none;
    margin-top: 10%;
    line-height: 0.8em;
    font-variant: small-caps;
}

.omnie h3{
    font-size: 16px;
    color: #2b323d;
    margin-bottom: 20px;
    font-variant: small-caps;
}

.omnie-dok{
    padding-top: 15%;
    background-image: url(../img/doc_bg.svg);
    background-position: center right;
    background-repeat: no-repeat;
}
.omnie-dok h3{
    margin-bottom: 20px;
}

.fa-ul {
    list-style-type: none;
    margin-left: 20px !important;
    padding-left: 0;
}

.omnie-dok i{
    color: #F58627;
}

.omnie-dok a{
    color: inherit;
    text-decoration: none;
    transition: 0.3s all;
}

.omnie-dok a:hover{
    color: #F58627;
}


.omnie-dok li{
    margin-bottom: 7px;
}

.oferta{
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #fff;
}

.oferta-title{
    text-align: center;
    margin-bottom: 30px;
}


.oferta-title h2{
    margin-bottom: 20px;
}

.oferta-box{
    margin-bottom: 30px;
    transition: 0.3s all;
    border-bottom: 3px solid #fff;
}

.oferta-box:hover{
    border-bottom: 3px solid #F58627;
}

.oferta-img{
    position: relative;
    margin-bottom: 15px;
}
.w-img{
    position: absolute;
    bottom: 0;
}

.t-img{
    position: absolute;
    top: 0;
    right: 0;
}

.oferta-box a{
    color: inherit;
text-decoration: none;
}

.oferta-box h4{
    font-size: 16px;
    margin-bottom: 10px;
}

.oferta-box p{
    font-size: 14px;
    color: #A2A2A2;
}



.jakdzialamy{
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #F58627;
    color: #fff;
    text-align: center;
}

.jakdzialamy p{
    color: #fbd6b6;
    font-size: 14px;
}

.jakdzialamy h2{
    font-size: 36px;
}

.jakdzialamy-title{
    margin-bottom: 40px;
}

.krok{
    margin-bottom: 25px;
    margin-top: 20px;
}

.krok svg{
    margin-bottom: 20px;
}

.krok h3{
    font-size: 20px;
    margin-top: 60px;
}

.btn-warning {
    color: #fff;
    background-color: #f58627;
    border-color: #f58627;
    border-radius: 0px;
    font-size: 14px;
}

.wyceny{
    padding-top: 80px;
    padding-bottom: 80px;
}

.wyceny i {
    font-size: 7px;
    display: block;
    margin-top: 8px;
   color: #f58627;
}

.wyceny h2{
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 30px;
    margin-top: 60px;
}

.wyceny li{
    margin-bottom: 7px;
}

.opracowania{
    padding-bottom: 80px;
    padding-top: 80px;
  background: rgb(249,249,249);
background: linear-gradient(90deg, rgba(249,249,249,1) 0%, rgba(249,249,249,1) 60%, rgba(43,50,61,1) 60%, rgba(43,50,61,1) 100%);
}

.opracowania i {
    font-size: 7px;
    display: block;
    margin-top: 8px;
   color: #f58627;
}

.opracowania h2{
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 30px;
    margin-top: 60px;
}

.opracowania li{
    margin-bottom: 7px;
}

.uslugi{
    padding-top: 80px;
    padding-bottom: 80px;
}

.uslugi h4{
    font-size: 20px;
    line-height: 1.4em;
}
.usluga-box{
    background-color: #fff;
padding: 25px 15px 25px 15px;
    margin-bottom: 15px;
    text-align: center;
}

.usluga-box img{
    height: 48px;
    margin-bottom: 15px;
}
.usluga-box p{
    margin-bottom: 0px;
}

.pytanie{
    margin-top: 40px;
}

.pytanie a{
    color: #F58627;
    font-weight: 700;
    text-decoration: none;
}
.dokumenty{
    padding-top: 80px;
    padding-bottom: 40px;
}

.dok{
    margin-top: 40px;
}

.dok h4{
    font-size: 18px;
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.dok h4 i{
    margin-right: 10px;
}

.dok a{
    color: inherit;
    text-decoration: none;
    transition: 0.3s all;
}
.dok a:hover{
    color: #F58627;
}

.dok i{
    color: #F58627;
}

.dok li{
    margin-bottom: 7px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f9f9f9;
    background-clip: border-box;
    border: none;
    border-radius: 0px;
}

.box-ic{
    text-align: center;
    text-transform: uppercase;
    border: 6px solid #F58627;
    padding-top: 60px;
    padding-bottom: 60px;
}

.box-ic svg{
    margin-bottom: 30px;
}
.box-ic h3{
    margin-bottom: 30px;
}

.box-ic a{
    color: #F58627;
    text-decoration: none;
    font-weight: 700;
}

.cennik{
    padding-bottom: 90px;
    padding-top: 60px;
     background-image: url(../img/cennik_bg.svg);
    background-position: bottom left;
    background-repeat: no-repeat;
}

.cennik svg{
    margin-top: 50px;
    margin-bottom: 15px;
}

.cennik h2{
    margin-bottom: 20px;
}

.cennik i{
    color: #F58627;
}
.cennik li{
    margin-bottom: 7px;
}

.kontakt{
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #2B323D;
    color: #EBEBEB;
    margin-bottom: 40px;
}

.kontakt h2{
    margin-bottom: 30px;
}

.kontakt-ic{
    margin-bottom: 40px;
}
.kontakt-ic img{
    margin-bottom: 15px;
}

.kontakt-ic h4{
    font-size: 18px;
}

.kontakt-ic a{
    color: inherit;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.kontakt-ic a:hover{
    color: #F58627;
    border-bottom: 2px solid #F58627;
}

.footer{
    background-color: #F58627;
    padding-top: 25px;
    padding-bottom: 20px;
    color: #EBEBEB;
}

.footer a:hover{
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0);
    font-weight: 700;
    font-size: 16px;
    border-bottom: 2px solid #fff;
}

.navbar-light .navbar-nav .nav-link:hover{
    border-bottom: 2px solid #F58627;
}

.swiper {
        width: 100%;
        height: 92vh;
    margin-top: 83px;
    color: #fff;
    text-align: center;
      }

      .swiper-slide {
        background-position: center;
        background-size: cover;
      }

.swiper-slide h3{
    font-size: 48px;
    font-weight: 400;
    margin-top: 25%;
}

.swiper-slide h1{
    font-size: 60px;
}

.swiper-slide p{
    font-size: 20px;
    color: #fff;
}

.slider1{
     background-image: url(../img/bg-slider1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.slider2{
     background-image: url(../img/bg-slider2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.slider3{
     background-image: url(../img/bg-slider3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.slider4{
     background-image: url(../img/bg-slider4.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.slider5{
     background-image: url(../img/bg-slider5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.slider6{
     background-image: url(../img/bg-slider6.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
     
.nav-top{
    padding-top: 7px;
    background-color: #fff;
}
.nav-top p{
    font-size: 12px;
    margin-bottom: 0px;
}

.nav-top p > span{
    color: #F58627;
}

.social a{
    margin-left: 10px;
}

.navbar-brand img{
    margin-top: -15px;
    height: 60px;
}

.bg-light {
    background-color: #fff !important;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #c1c1c1;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #4b5462;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus{
    background-color: transparent;
    color: #c1c1c1;
}
label {
    display: inline-block;
    color: #656e7c;
    font-size: 12px;
    margin-bottom: 15px;
}

label a:hover{
    color: #F58627;
}
.form-check-input:checked {
    background-color: #f58627;
    border-color: #f58627;
}

.krok h4{
    
}

.krok{
    position: relative;
}

.krok span{
    position: absolute;
    left: 42%;
    width: 35px;
    height: 35px;
    border: 1px solid #ebebeb;
    border-radius: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f58627;
    font-weight: bold;
    font-size: 1.125rem;
    margin-bottom: 30px;
}

.polityka{
    margin-top: 10%;
    margin-bottom: 50px;
}

.polityka h2{
    margin-bottom: 30px;
}

.polityka p{
    margin-top: 20px;
    font-weight: 700;
}

.polityka li{
    margin-bottom: 7px;
}

.polityka a:hover{
    color: #f58627;
}

@media only screen and (max-width: 768px) { 
/* For mobile phones: */ 
  .navbar-brand img {
    margin-top: auto;
      height: auto;
} 
    .swiper-slide h3 {
    font-size: 24px;
}
    .swiper-slide h1 {
    font-size: 48px;
}
    .omnie-dok h3 {
    font-size: 24px;
}
    .wyceny {
    padding-top: 40px;
    padding-bottom: 40px;
}
    .wyceny h2 {
    margin-top: 30px;
        margin-bottom: 20px;
}
    .opracowania {
    padding-bottom: 40px;
    padding-top: 40px;
    background: #fff !important;
}
    .opracowania h2 {
    margin-bottom: 20px;
    margin-top: 30px;
}
    .uslugi {
    padding-top: 40px;
    padding-bottom: 40px;
}
    .dokumenty {
    padding-top: 40px;
    padding-bottom: 40px;
}
    .box-ic{
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .cennik{
        background-color: #2b323d;
        color: #EBEBEB;
        padding-bottom: 30px;
    }
    .cennik p{
        color: #EBEBEB;
    }
    .cennik li{
        color: #EBEBEB;
    }
    .kontakt{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .form-control{
        margin-bottom: 15px;
    }
    .kontakt-ic{
        text-align: center;
        margin-bottom: 30px;
    }
    .kontakt-r{
        margin-top: 60px;
    }
    
    .footer{
        text-align: center !important;
    }
    .footer .text-end {
    text-align: center !important;
}
    .krok span{
        left: 46%;
    }
    .krok h3 {
    margin-top: 50px;
}
    .krok {
    margin-bottom: 15px;
}
    .uslugi h4{
        margin-bottom: 30px;
    }
    .usluga-box i{
        color: #F58627;
        font-size: 46px;
        margin-bottom: 15px;
    }
    .social-footer{
        margin-bottom: 20px;
    }
    .social-footer a{
        margin-left: 8px;
        margin-right: 8px;
    }
}
