@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800&display=swap');

h1,h2,h3,h4,h5,h6,p,ul li{
	color: #606060;
  font-weight: 500;
}

h1{
	font-size: 27px;
}

h2{
	font-size: 21px;
}

h4{
  font-size:21px;
  font-weight: 500;
  color:#1fbfba;
  text-transform: uppercase;
}

h5{
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
}

p{
	font-size: 17px;
  text-align: justify;
  font-weight: 500;
  color:#606060;
  line-height: 1.7;
}

li{
  text-align: left;
}

body{
	font-family: 'Montserrat', sans-serif;
	position: relative;
  overflow-x: hidden;
  background-color:#fff;
  background: url(../img/bg.webp);
  font-size: 17px;
  background-size: cover;
}

body:after{

	opacity: 0.05;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
}


img{
  max-width: 100%
}

header > .container{
	background: #fff;
}

header,
.container{
  background: #fff;
}

nav .container,
footer .container{
  background:transparent;
}

.kc-navbar{
  background-image: -moz-linear-gradient( 90deg, rgb(43,174,178) 0%, rgb(20,204,204) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(43,174,178) 0%, rgb(20,204,204) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(43,174,178) 0%, rgb(20,204,204) 100%);
  border:0;
  border-radius:0;
}

nav#menu{

	padding-top: 15px;
}

.menu-row{
  background: #d22020;
  border-bottom: 4px solid #bc0b0b;
}

nav#menu ul{
	display: block;
	list-style: none;
  text-align: center;
}

nav#menu ul li{
	display: inline-block;

}

nav#menu ul li{
	font-size: 14px;
	line-height: 13px;
	padding: 0 20px;
}

nav#menu ul li.active a{
  color: #fff;
}

nav#menu ul li a:hover{
  color: #fff;
}

nav#menu ul li a{
	text-transform: uppercase;
	font-size: 16px;
	color: #000000;
  transition: color .2s ease-in-out;
}

nav#menu ul li:last-child{
	padding-right: 0;
	border-right: 0;

}

nav#menu ul li a:focus{
	text-decoration: none;
}

.navbar-brand{
      padding: 0;
    height: 108px;
    display: flex;
    align-items: center;
}

.img-center{
	display: block;
	margin: 0 auto;
}

.row#nav-row{
	padding: 15px;
}

.logo{
	float: left;
}

.logo img{
	height: 35px;
  margin-top: 5px;
}

.slider-container{
  padding:0;
  position: relative;
}


.slider{
  position: relative;
}

.slider{
  min-height: 500px;
  width: 100%;
  background: url(../img/slider-bg.webp) no-repeat;
  background-size: cover;
  overflow: hidden;
  margin:0;
      background-size: 100% 500px;
    background-position: top;
}

main{
  margin-top:-100px;
}

main > .container:first-child{
  padding-top:100px;
}

.section-title{
    font-size: 35px;
    line-height: 1;
    font-weight: 800;
    background: #1fbfba;
    color: #fff;
    width: 480px;
    min-height: 69px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 20px;
    text-transform: uppercase;
}


.section-title+.row .gray-text{
  margin-top: -30px;
}

.behind{
  border-radius: 11px;
  background: #fff;
  box-shadow: 3px 3px 8px rgba(0,0,0, .3);
  padding: 30px 13px;
}

.behind .row{
  display: flex;
  align-items: center;
  width: 100%;
}

ul.city-list{
  padding-left: 0;
  text-align: left;
  list-style: none;
}

ul.city-list li{
  background: #555454;
  border-radius: 4px;
  margin-bottom: 7px;
  color: #fff;
  padding: 8px 13px;
  transition: background ease-in-out .2s;
}

ul.city-list li.active,
ul.city-list li:hover{
  background: #00ad19;
}

footer a:focus{
  color: #fff;
  text-decoration: none;
}

footer .contact-data-details i{
    margin-right: 10px;
}


section{
  text-align: center;
  padding: 0 0 50px 0;
}
article.behind{
  padding: 18px 15px;
  margin-bottom: 25px;
  text-align: center;
  display: flex;
  width: calc(100% / 3 - 15px);
  flex-basis: calc(100% / 3 - 15px);
  margin-right: 15px;
}

article.behind .col-md-5{
  width: 42%;
}

article.behind .col-md-7{
  width: 58%;
}

.articles-row{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.behind > .row:after, .behind > .row:before,
.row.articles-row:after, .row.articles-row:before{
  display: none !important;
}

article h3{
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}

article .col-md-5{
  padding-right: 15px;
}

article .col-md-7{
  padding-left: 0;
}

article p{
  font-size: 10px;
}

article img{
    max-width: 100%;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
    /* flex-basis: 100%; */
}

article .overlay{
  position: relative;
  display: flex;
}

article .overlay:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(192,26,26,.3);
  z-index: 1;
}

article p strong{
  font-size: 11px;
}


section#o-nas p.gray-text{
  color: #8e8d8d;
}

section#nasza-misja .section-title{
  margin-bottom: 80px;
  width:334px;
}

section#nasza-misja .headlines-mission{
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

section#nasza-misja .headlines-mission h5{
  color:#fff;
  font-size:13px;
  margin:10px;
}


.cotact-icon {
  font-size: 19px;
  margin-top: 10px;
}

.nextcenter{
  display: block;
  margin: 15px auto;
}

.woj{
  display: none;
  border: 1px solid #dddde0;
}

ul.citiesul {
    list-style: none;
    font-size: 13px;
    font-weight: 300;
    line-height: 1.7;
    padding: 0;
    padding-left: 10px;
}

ul.citiesul li{
    text-align: left;
    padding: 5px;
    padding-bottom: 10px;
}


ul.citiesul li a {
    color: #6f6f6f;
}

ul.citiesul li a:hover {
    color: #00ad19;
    text-decoration: none;
}


hr{
      border-top: 2px solid #D22020;
    margin-right: 50px;
}

.cotact-icon i{
  margin-right: 10px;
  color: #fe0404;
}
.color-line{
  background: #D22020;
  padding: 10px;
}
.color-line p{
	text-align: center;
	margin-top:5px;
	font-size: 23px;
}
.color-line h2{
  text-transform: uppercase;
  margin-top:10px;
  text-align: center;
  font-size: 27px;
}

.uslugi-header
{
	margin-top:40px;
 margin-bottom: 50px;
}
.uslugi-header p
{
 font-size: 20px;
 margin-top:10px;
 text-align: center;
}

.uslugi-header span{
 font-style: italic;
 font-weight: bold;
 margin-top:10px;
 font-size: 37px;
 text-transform: uppercase;
 border-bottom: 5px solid #D22020;
}

.main-uslugi{
  margin-bottom: 50px;
}

.uslugi-text{
  margin-top: 50px;

}

.col-uslugi h3{
  font-size: 19px;
}

.item-list-title{
  font-size: 13pt;
  text-transform: uppercase;
  font-weight: bold;
  color:#00ad19;

}

.item-list li{
  text-align: left;
  font-size: 17px;
  line-height:1.7;
  color:#00ad19;
}

.item-list li span{
  color:black;
}


.item-text{
	line-height:1.7;
	
}

.item-text p{
  text-align:justify; 
  font-size: 17px;
  line-height:1.7;
}

.item-text span{
 font-size: 17px;
 text-transform: uppercase;
 color:#7e7d7d;
}

#oferta .section-title{
  margin-bottom: 30px;
}

#oferta .services-list{
    margin-top: 0;
    font-size: 27px;
    color: #b1b0b0;
    margin-bottom: 100px;
    position: relative;
    font-weight: 300;
}

#oferta .small-services-list{
  font-weight: 300;
  font-size:16px;
      color: #b1b0b0;
      text-align: center;
      text-transform: none;
      margin-bottom: 25px;
}

#oferta .services-list:after,
#kontakt h5:after{
      position: absolute;
    content: "";
    height: 2px;
    width: calc(100% + 30px);
    background: #1fbfba;
    left: -15px;
    right: 0;
    bottom: -20px;
}

#oferta .services-img-list p{
  font-size: 19px;
    color: #606060;
    text-align: center;
    margin-top: 12px;
}

#oferta .single-service{
  margin-bottom: 20px;
}

#oferta .single-service img{
  -webkit-box-shadow: 6px 7px 12px -8px rgba(0,0,0,0.58);
-moz-box-shadow: 6px 7px 12px -8px rgba(0,0,0,0.58);
box-shadow: 6px 7px 12px -8px rgba(0,0,0,0.58);
}

#oferta .services-text-list{
    background: #1fbfba;
    color: #fff;
    margin-left: -15px;
    margin-right: -15px;
    padding: 30px;
}

#oferta ul{
  padding-left:0;
  column-count: 2;
  padding-left:20px;
}

#oferta .services-text-list p, 
#oferta .services-text-list li{
  color:#fff;
}

#oferta .services-text-list li{
  margin-bottom: 12px;
}

#oferta .offer-text{
  padding:30px 30px 0 30px;
}

#oferta .offer-text .services-list {
    font-size: 21px;
    margin-bottom: 20px;
}

#oferta .offer-text .services-list:after{
  display: none;
}

#o-nas .about-text{
      background-image: url(../img/about.webp);
    min-height: 605px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 30px;
}

#o-nas .offer-text{
  padding:40px;
}

.ofirmie{
  margin-top: 50px;
  background-color:  #D22020;
}

.ofirmie-header{		
	margin-top:40px;
	margin-bottom: 35px;
}
.ofirmie-header p
{
 color:#7e7d7d;
 font-size: 20px;
 margin-top:10px;
 text-align: center;
}

.ofirmie-header span{
 color: black;
 font-style: italic;
 font-weight: bold;
 margin-top:10px;
 font-size:  37px;
 text-transform: uppercase;
 border-bottom: 5px solid #000;
}

.ofirmie-main p{

	font-size: 17px;
	line-height:1.7;
 margin-bottom: 50px;
}

#cennik .section-title{
  margin-bottom: 30px;
}
#cennik .row{
      display: flex;
    justify-content: center;
    align-items: center;
}

#cennik ul.item-list{
  margin-top: 40px;
}

#cennik ul.item-list li span{
  color: #606060;
}

#cennik h4{
      color: #606060;
    font-weight: 300;
    margin-bottom: 30px;
}

#cennik p{
  color: #606060;
}

#cennik .gray-text{
  color: #cac6c6
}


#cennik table{
	text-align: center;
	margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 40px;
}


#cennik table td:first-child,
#cennik table th:first-child{
  border-left: 1px solid #a6a6a6;
}

#cennik table td {
     color: #606060;
    padding: 35px 17px;
    font-size: 17px;
    border-right:1px solid #a6a6a6;
    border-bottom:1px solid #a6a6a6;
    border-spacing: 0;
}

#cennik table th {
    background: #a6a6a6;
    padding: 25px 17px;
    color: #fff;
    text-align: center;
    font-weight: 500;
    border:1px solid #fff;
    border-bottom: 0;
}

#cennik table th:last-child{
  border-right: 0;
}

#cennik table .odd td{
  background: #f4f4f4;
}

#cennik table caption	{
	color:#7e7d7d;
	font-size: 20px;
}

#kontakt{
  background:#fff;
}

section#kontakt .section-title{
  margin-bottom: 30px;
}

#kontakt h5{
  margin-bottom: 50px;
  text-transform: none;
  position: relative;
}

#kontakt .contact-tel{
  font-size: 18px;
    color: #1fbfba;
    font-weight: 500;
    text-align: center;
}

#kontakt h3{
  text-align: left;
}

#kontakt h3{
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

#kontakt h3#wojewodztwo{
    margin:0;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 18px;
    min-height: 32px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    background: #bdbebd;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
}

#kontakt i{
  margin-right: 20px;
}


#kontakt h3.payments-headline{
  margin-top: 40px;
}

i{
  color:#00ad19;
}

footer li>a,
footer p,
footer h3{
  color: #fff;
}

footer li>a:hover{
  color: #fff;
}

footer li>a{
  font-weight: 600;
}

footer h3{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 0;
}

footer p{
  margin-bottom: 0;
  font-weight: 300;
}


footer{
  padding-bottom: 30px;
  padding-top: 30px;
}



#kontakt #map{
  width: 100%;
  min-height: 400px;
}

#map1 .choose-city{
  font-size: 26px;
  margin:26px 0;
  color: #747574;
}

#map1 .map-row{
  display: flex;
  justify-content: center;
  margin:0;
}

#map1 #cities{
  display: flex;
}

#map1 .woj{
  max-width: 360px;
  background:#fff;
}


.kontakt{
  margin-top: 50px; 
  background-color:  #7e7d7d;
}

.kontakt-header{	
  color: #fff;	
  margin-top:40px;
  margin-bottom: 50px;
}

.kontakt-header p{
  color:#7e7d7d;
  font-size: 17px;
  text-align: center;
}

.kontakt-header span{
 color: #fff;
 font-style: italic;
 font-weight: bold;
 margin-top:10px;
 font-size: 37px;
 text-transform: uppercase;
 border-bottom: 5px solid #fff;
}


.kontakt-main {
 color: #fff;
 font-size: 23px;
 margin-top: 10px;
}

.kontakt-main p{
 color: #fff;
 font-size: 19px;

}

.kontakt-main i{
  margin-right: 10px;
  font-size: 23px;
}

.formularz-row{
  margin-top: 40px;
}

.formularz input,
.formularz textarea {
	margin:0;
	color:#000;
	background-color: #fff;
  border: 1px solid #d2d4d3;
  width: 100%;
  padding: 5px 3px
}

.formularz input{
  margin-bottom: 15px;
}


.formularz textarea {
  height: 92px
}

.formularz input.submit{
    border-radius: 0;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: block;
    padding: 10px 20px;
    font-weight: 700;
    transition: background ease-in-out .2s;
    background: #1fbfba;
    font-size: 17px;
    letter-spacing: 1px;
    border: 2px solid #1fbfba;
    margin-top: 12px;
    max-width: 200px;
}

.formularz input.submit:hover{
  background: transparent;
  transition: background ease-in-out .2s;
  border:2px solid #1fbfba;
  color:#1fbfba;
}
.mapa{
	margin:0;
}

footer{
  background-image: -moz-linear-gradient( 90deg, #1a8b78 0%, #0ead9d 29%, #1fbfba 100%);
  background-image: -webkit-linear-gradient( 90deg, #1a8b78 0%, #0ead9d 29%, #1fbfba 100%);
  background-image: -ms-linear-gradient( 90deg, #1a8b78 0%, #0ead9d 29%, #1fbfba 100%);
}

footer .list-inline {
    font-size: 16px;
    display: flex;
    justify-content: flex-end;
}

footer .list-inline>li {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

footer .list-inline>li:after{
    position: absolute;
    content:"|";
    right:0;
    color:#fff;
}

footer .list-inline>li:last-child:after{
    display: none;
}


.menu-footer{
  padding: 15px;
}


.menu-footer ul{
	display: inline;
	list-style: none;

}

.menu-footer ul li{
	display: inline;
	font-size: 19px;
	line-height: 13px;
	padding: 5px 20px;
	
}

.menu-footer ul li a{

	text-transform: uppercase;
	font-style: italic;
	font-size: 19px;
	color:black;
}

.menu-footer ul li a:hover{
	text-decoration: none;
	
}

.menu-footer ul li a:focus{
	text-decoration: none;
	
}



/* New Bootstrap Menu */
.kc-navbar {
  background-color: #fff;
  border-color: #fff;
  margin-bottom: 0;
}

.kc-navbar .navbar-nav>li>a {
  color: #fff;
  padding: 0;
  margin: 0 15px;
  font-weight: 400;
  font-size: 18px;
}

.kc-navbar .navbar-nav>li>a:hover {
  text-decoration: underline;
  color: #fff;
}

.kc-navbar .navbar-brand {
  padding: 10px 0 0 0;
}

.kc-navbar .navbar-brand > img {
  height: auto;
  max-width: 317px;
}

.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}

/*carousel*/

.carousel{
  margin-bottom: 70px;
}

.carousel-indicators{
  bottom: -70px;
}

.carousel-indicators li,
.carousel-indicators > li.active{
  width:15px!important;
  height: 15px!important;
  border-radius:50%;
}

.carousel-inner{
      position: relative;
    width: 100%;
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
    max-height: 500px;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}


 .carousel-indicators > li {
    background-color: #1fbfba;
    border-color: #1fbfba;
    opacity: .7;
        margin-left: 20px;
    margin-right: 20px;

}
.carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
      margin-left: 20px;
    margin-right: 20px;

}

.carousel .slide-text{
  position: absolute;
  top: 100px;
  max-width: 500px;
}

.carousel .slide-text h2{
  background:#1fbfba;
  color:#fff;
  padding:20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 37px;
  -webkit-box-shadow: 6px 7px 12px -8px rgba(0,0,0,0.58);
  -moz-box-shadow: 6px 7px 12px -8px rgba(0,0,0,0.58);
  box-shadow: 6px 7px 12px -8px rgba(0,0,0,0.58);
}


.carousel .slide-text h2 .lighter{
  font-weight: 300;
  text-transform: none;
}


.carousel .slide-text h2, 
.carousel .slide-text h4,
.carousel .slide-text p{
  margin-top:0;
  padding-left:20px;
  text-align: left;
}

.carousel .slide-text h4{
  color: #1fbfba;
}

.carousel .slide-text h4{
  color: #606060;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    left: 50%;
    z-index: 3;
    text-align: center;
    text-transform: uppercase;
    transform:translateX(-50%);
    top: 50px;
    text-transform: none;
    font-size: 23px;
    color: #1fbfba;
    text-shadow: none;

}

.hero p{
  color: #1fbfba;
   font-size: 23px;
}

.carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out 5s;
       -moz-transition: 2s all ease-in-out 5s; 
        -ms-transition: 2s all ease-in-out 5s; 
         -o-transition: 2s all ease-in-out 5s; 
            transition: 2s all ease-in-out 5s; 
}
.carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out 5s;
       -moz-transition: 2s all ease-in-out 5s; 
        -ms-transition: 2s all ease-in-out 5s; 
         -o-transition: 2s all ease-in-out 5s; 
            transition: 2s all ease-in-out 5s;    
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.slides .slide-1, 
.slides .slide-2,
.slides .slide-3 {
  height: 500px;
  background-color:#fff;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.slides .slide-1 {
  background-image: url(../img/slider1.webp); 
}
.slides .slide-2 {
  background-image: url(../img/slider2.webp);
}
.slides .slide-3 {
  background-image: url(../img/slider3.webp);
}

.text-uppercase{
  text-transform: uppercase;
}

@media only screen and (max-width: 1300px) {

  .main-text h1
  {
    left: 50%;
    top: 5.2%;
    margin: auto;
    display: table;
    font-size: 40px;
    font-style: italic;
    font-weight: bold;
    padding: 10px 0px;
  }

}

@media only screen and (max-width: 1200px){
    #map1{
    background-image: none;
}

#map1 .container{
    width:100%;
}

#map1 .map-inside,
#map1 .cities-inside{
    width:50%;
}

#map1 .woj {
    max-width: unset;
    width: 100%;
}

.formularz input.submit{
    margin-top:10px;
}


.g-recaptcha{
    display: flex;
    justify-content: flex-end;
}

.carousel .slide-text{
	max-width: 350px;
}

}


@media only screen and (max-width: 1000px) {

  fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    display: inline-flex;
  }

  .formularz{
   text-align: center;
 }
 .kontakt-main {
  color: #fff;
  font-size: 23px;
  margin-top: 10px;
  margin-bottom: 20px;
}
}

@media only screen and (max-width: 992px){
    .navbar .container{
        width:100%;
        margin-left: 5px;
        margin-right: 5px;
    }

    .kc-navbar .navbar-nav>li>a{
        margin:0 5px;
        font-size: 14px;
    }

    .slider-container{
        margin-bottom: 25px;
    }


    #kontakt h3{
        text-align: center;
    }



section#nasza-misja .headlines-mission{
    flex-direction: column;
    margin-top: 40px;
}

footer .list-inline {
    justify-content: center;
    margin-top: 25px;
}

footer .footer-offer, 
footer .footer-offer p{
    text-align: right;
}

.carousel .slide-text{
	top:150px;
}

.hero{
	width: 100%;
}

.hero p{
	text-align: center;
}

.slides .slide-1, .slides .slide-2, .slides .slide-3 {
    height: 500px;
    background-color: #fff;
    background-size: 500px;
    background-position: bottom right;
    background-repeat: no-repeat;
}

}

@media screen and (max-width: 767px) {	

	#cennik table td{
		padding: 3px;
	}


  .logo-footer{
    display: block;
    margin: 15px auto;
  }


  #cennik table th{
    padding: 5px;
  }

  .container{
    margin-left: 1%;
    margin-right: 2%;
    font-size: 13px;
  }

  .main-uslugi {
    margin-bottom: 0px;
  }
  .main-text h1{
    font-size: 30px;
  }
  .main-text h2{
    font-size: 20px;
  }

  .main-text h3{
    font-size: 20px;
  }

      .navbar-brand{
        height: auto;
    }

    .menu-item-tel{
        display: none!important;
    }

    .navbar .nav>li{
        text-align: center;
    }
#cennik .row{
	flex-direction: column;
}
#cennik .row > div,
#cennik table,
.formularz{
	width: 100%;
}

.g-recaptcha {
	margin-top:20px;
    display: flex;
    justify-content: center;
}

form fieldset{
	display: block;
}

}

.slicknav_menu{
  background: #d22020;
}

.slicknav_btn{
  background-color: #bc0b0b;
  border: 1px solid #fff;
}

.slicknav_nav li, .slicknav_nav ul{
  text-align: center;
}

.slicknav_nav a:hover{
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  
  .menu-row{
    display: none;
  }


  .logo{
    float: none;
  }

  .cotact-icon{
    display: block;
    text-align: center;
    float: none !important;
    margin-top: 15px;
  }

  article .col-md-7{
    padding-left: 15px;
  }

  article h3{
    text-align: center;
  }

  article img{
    display: block;
    margin: 5px auto;
  }

  article.behind{
    width: calc(100% - 10px);
    flex-basis: calc(100% - 10px);
    margin-right: 10px;
  }


  footer{
    text-align: center;
    padding:30px;
  }

  .footer-nav{
    margin-top: 15px;
    margin-bottom: 15px;
  }

      footer > .container > .row{
        display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }
  #kontakt h3{
    text-align: center;
  }

  .slicknav_menu{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }

  .articles-row{
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .slicknav_menu{
    display: none;
  }

  .nav .active a{
    color:#fff;
  }
  .nav li{
      height: 108px;
      display: flex;
      align-items: center;
}
  .kc-navbar {
    padding:0;
    height: 108px;
    display: flex;
    align-items: center;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
}
}

@media screen and (max-width: 567px){
	.section-title{
		width: auto;
	}

	.carousel .slide-text h2{
		font-size:24px;
	}


 .carousel-indicators > li,
.carousel-indicators > li.active {
      margin-left: 5px;
    margin-right: 5px;

}

.hero{
	padding-left: 10px;
	padding-right: 10px;
	top:10px;
}

#oferta ul{
	column-count: 1;
}

#oferta .services-text-list p{
	text-align: center;
}

#oferta .single-service{
	width:100%;
	max-width: 100%;
	flex: 0 0 100%;
}
}

@media screen and (max-width: 400px) {
	
	.main{
		display: none;
	}
}

@media only screen and (max-width: 767px) {
  .kc-navbar .navbar-nav>li>a {
    margin: 0;
    padding: 10px 0;
  }


    #map1 .map-row{
    flex-direction: column;
    align-items: center;
    }

    #map1 .map-inside, #map1 .cities-inside {
    width: 100%;
    }

    #map1 .map-inside{
        max-width: 350px;
    }

    footer .footer-offer, footer .footer-offer p{
        text-align: center;
    }

       footer .footer-offer{
        margin-top: 24px;
       }

       .list-inline.footer-nav{
        display: flex;
        flex-direction: column;
    justify-content: center;
    align-items: center;
       }

       .list-inline li:after{
        display: none;
       }
.formularz input.submit {
    max-width: 300px;
    margin: 20px auto;
}

.carousel .slide-text {
    top: 150px;
    background: #ffffff61;
}

}

@media (min-width: 992px){
	.container {
    width: 1120px;
}
}

@media (min-width: 1200px){
  .container {
    width: 1120px;
}
}