/* RESET */
* {
  padding: 0;
  margin: 0; 
}

:root {
  font-size: 10px; 
}

a {
  text-decoration: none;
  cursor: pointer; 
}
a:focus {
  outline: none; 
}

button {
  cursor: pointer; 
}
button:focus {
  outline: none; 
}

ul {
  list-style-type: none; 
}

input:focus {
  outline: none; 
}

textarea {
  resize: none; 
}
textarea:focus {
  outline: none; 
}

/*RESET END */
/* FONTS */
@font-face {
  font-family: 'roboto_condensedbold';
  src: url("fonts/robotocondensed-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'roboto_condensedbold_italic';
  src: url("fonts/robotocondensed-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'roboto_condenseditalic';
  src: url("fonts/robotocondensed-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'roboto_condensedlight';
  src: url("fonts/robotocondensed-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'roboto_condensedlight_italic';
  src: url("fonts/robotocondensed-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'roboto_condensedregular';
  src: url("fonts/robotocondensed-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotoblack';
  src: url("fonts/roboto-black-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotoblack_italic';
  src: url("fonts/roboto-blackitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotobold';
  src: url("fonts/roboto-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotobold_italic';
  src: url("fonts/roboto-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotoitalic';
  src: url("fonts/roboto-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotolight';
  src: url("fonts/roboto-light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotolight_italic';
  src: url("fonts/roboto-lightitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotomedium';
  src: url("fonts/roboto-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotomedium_italic';
  src: url("fonts/roboto-mediumitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotoregular';
  src: url("fonts/roboto-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotothin';
  src: url("fonts/roboto-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

@font-face {
  font-family: 'robotothin_italic';
  src: url("fonts/roboto-thinitalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; 
}

.burger {
  display: none;
}

/* FONTS END */
.container {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; 
}

.section__h1 {
  position: relative;
  font-size: 7rem;
  font-family: 'roboto_condensedbold';
  padding-left: 110px; 
}
.section__h1:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 2px;
  background: #a00; 
}

.litem {
  box-sizing: border-box;
  padding-left: 5rem;
  padding-bottom: 1.5rem;
  font-family: 'roboto_condensedregular';
  font-size: 1.6rem;
  color: #010101; 
}

.footer__top__address__link {
  margin-right: 5px;
}

.rheading {
  padding: 1.5rem 0;
  font-family: 'roboto_condensedbold';
  font-size: 1.8rem;
  color: #a00;
  text-transform: uppercase;
  display: flex;
  align-items: center; 
}
.rheading svg {
  padding-right: 1.5rem; 
}

.header {
  height: 145px;
  background: #000; 
  padding: 30px 0;
}

.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
}

.header__container {
  position: relative;
  height: inherit;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.header__nav {
  display: flex;
  align-items: center; 
}
.header__nav__item {
  position: relative;
  font-family: 'roboto_condensedbold';
  text-transform: uppercase;
  color: #bcbcbc;
  font-size: 1.5rem;
  padding: 5px 30px;
  transition: .2s ease all;
  text-align: center; 
}

.header__nav__item:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 50px;
  background: #bcbcbc;
  transform: translateY(-50%); 
}
.header__nav__item:first-of-type:before {
  display: none;
}
.header__nav__item:hover {
  color: #fff; 
}
.header__logo img {
  margin-bottom: 30px;
  max-width: 160px;
}
.slider__itm {
  position: relative;
  padding-top: 5vh;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
}

/* SLIDER IMAGES */
.firstSlide {
  background-image: url(img/slide0.jpg);
}
.secondSlide {
  background-image: url(img/slide1.jpg);
}
.thirdSlide {
  background-image: url(img/slide2.jpg);
}
.fourthSlide {
  background-image: url(img/slide3.jpg);
}
.fifthSlide {
  background-image: url(img/slide4.jpg);
}
.sixthSlide {
  background-image: url(img/slide5.jpg);
}
.seventhSlide {
  background-image: url(img/slide6.jpg);
}
/* SLIDER IMAES END */

.firstSlide img {
  height: 340px;
  position: absolute;
  right: 10%;
}
.fImg {
  position: absolute;
  left: 0%;
}
.sImg {
  position: absolute;
  top: 50%;
  right: 0%;
}

.slider__itm--left {
  text-transform: uppercase;
  font-family: 'roboto_condensedbold'; 
}
.slider__itm--left .slider__itm__p1 {
  color: #6b110d;
  font-size: 6vh;
  padding-bottom: 2vh; 
}
.slider__itm--left .slider__itm__p2 {
  color: #fff;
  font-size: 7vh;
  line-height: 1; 
}
.slider__itm__container {
  position: relative; 
}

.slider .owl-dots,
.slick-dots {
  display: flex;
  position: absolute;
  bottom: 8vh; 
}
.slider .owl-dots .owl-dot,
.slick-dots li {
  width: 60px;
  height: 5px;
  background: #6b110d;
  margin-right: 15px;
  transition: .2s ease all; 
  cursor: pointer;
}
.slick-dots li button {
  display: none;
}
.slider .owl-dots .owl-dot.active, .slider .owl-dots .owl-dot:hover,
.slick-dots li.slick-active, .slick-dots li:hover {
  background: #fff; 
}

.serwisblack {
  padding-bottom: 10vh;
  background: url("img/serwisblack.jpg") fixed no-repeat center/cover;
  color: #fff; 
}
.serwisblack__container {
  padding-top: 5vh; 
}
.serwisblack__blocks {
  padding-top: 5vh;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.serwisblack__blocks__itm {
  max-width: 300px;
  width: 100%;
  box-sizing: border-box;
  padding: 45px;
  background: #000; 
}
.serwisblack__blocks__itm__h2 {
  height: 130px;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
  box-sizing: border-box;
  font-family: 'roboto_condensedbold';
  font-size: 3rem;
  line-height: 1;
  display: flex;
  align-items: flex-end; 
}
.serwisblack__blocks__itm__p {
  padding-top: 30px;
  font-family: 'roboto_condensedregular';
  font-size: 1.7rem; 
}

.serwiswhite {
  padding: 10vh 0; 
}
.serwiswhite__blocks {
  display: flex;
  justify-content: space-between; 
}
.serwiswhite__blocks__itm {
  box-sizing: border-box;
  padding: 60px 45px;
  max-width: 300px;
  width: 100%;
  height: 370px;
  background-size: cover;
  background-position: center;
  font-family: 'roboto_condensedbold';
  font-size: 2rem;
  line-height: 1;
  color: #fff; 
}
.serwiswhite__blocks__itm:first-of-type {
  color: #4b4949; 
}
.serwiswhite__blocks__itm__h2 {
  text-transform: uppercase; 
  text-shadow: 1px 1px 4px #4b4949;
}

.redline {
  background: #a00;
  padding: 5rem 0;
  color: #fff; 
}
.redline__container {
  box-sizing: border-box;
  padding-left: 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.redline--left {
  font-family: 'roboto_condensedbold';
  font-size: 2rem; 
}
.redline--right {
  box-sizing: border-box;
  width: 240px;
  padding: 10px 5px 10px 3rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  color: #fff;
  font-family: 'roboto_condensedregular';
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.redline--right__btn {
  position: relative;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center; 
}

.dlaczegomy {
  padding: 10vh 0;
  display: flex;
  align-items: center;
  color: #151515; 
}
.dlaczegomy__container {
  display: flex;
  justify-content: space-between; 
}
.dlaczegomy--left {
  max-width: 700px; 
}
.dlaczegomy__h2 {
  font-family: 'roboto_condensedbold';
  font-size: 1.8rem; 
}
.dlaczegomy__list {
  padding-top: 5vh;
  padding-left: 14rem; 
}
.dlaczegomy__list__itm {
  position: relative;
  padding-top: 2.5rem;
  padding-left: 4rem;
  font-family: 'roboto_condensedregular';
  font-size: 1.6rem;
  font-weight: bold; 
}
.dlaczegomy__list__itm:last-of-type {
  padding-bottom: 6rem; 
}
.dlaczegomy__list__itm:before {
  content: '';
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 25px;
  left: 0;
  background-image: url(img/checked-ico.png);
  background-size: cover; 
}
.dlaczegomy__btn {
  box-sizing: border-box;
  padding: 15px 30px;
  border: 1px solid #a00;
  margin-left: 4rem;
  font-family: 'roboto_condensedregular';
  font-size: 1.6rem;
  color: #000;
  font-weight: bold; 
}
.dlaczegomy--right {
  position: relative;
  width: 330px;
  height: 420px;
  background: url(img/dr-block.jpg) no-repeat center/cover; 
}
.dlaczegomy--right__img {
  position: relative;
  left: -70px;
  bottom: -70px; 
}

.prekontakt {
  padding: 15vh 0;
  background: url(img/pre-contact.jpg) fixed no-repeat center/cover;
  color: #fff;
  text-align: center;
  font-family: 'roboto_condensedbold'; 
}
.prekontakt__h1 {
  text-transform: uppercase;
  font-size: 3.6rem; 
}
.prekontakt__street {
  font-size: 2rem;
  padding-bottom: 5rem; 
}
.prekontakt__phones {
  font-size: 3rem; 
}
.prekontakt__phones__itm {
  position: relative;
  color: #fff; 
}
.prekontakt__phones__itm:first-of-type:before {
  content: '';
  display: block;
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #a00;
  background-image: url(img/tel-ico.png);
  background-position: center;
  background-repeat: no-repeat; 
}
.prekontakt__txt--btm {
  padding: 2rem 0;
  font-size: 1.8rem; 
}
.prekontakt__hours {
  display: inline-block;
  position: relative;
  font-size: 3rem;
  color: #a00; 
}
.prekontakt__hours:before {
  content: '';
  position: absolute;
  display: block;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(img/clock-ico.png); 
}

.kontakt__container {
  padding-top: 5vh; 
}

.kontakt__h1 {
  margin-bottom: 0; 
}

.kontakt__wrap {
  display: flex;
  justify-content: space-between; 
}

.kontakt--left {
  padding-left: 12rem;
  box-sizing: border-box; 
}

.kontakt__heading {
  font-family: 'roboto_condensedbold';
  font-size: 2.7rem;
  padding-top: 5vh; 
}

.kontakt__form {
  padding-top: 5rem;
  padding-left: 3.5rem;
  display: flex;
  flex-direction: column;
  max-width: 625px;
  box-sizing: border-box; 
}
.kontakt__form__row {
  display: flex;
  justify-content: space-between; 
}
.kontakt__form__input {
  margin-bottom: 2rem;
  padding: 15px 25px;
  box-sizing: border-box;
  width: calc(50% - 10px);
  border: 1px solid lightgray;
  transition: .2s ease all; 
}
.kontakt__form__input:focus:valid {
  border-color: #18b118; 
}
.kontakt__form__input:focus:invalid {
  border-color: #a00; 
}
.kontakt__form__input::placeholder {
  font-family: 'robotolight';
  font-size: 1.3rem;
  color: #787878; 
}
.kontakt__form__input--last {
  width: 100%; 
}
.kontakt__form__textarea {
  margin-bottom: 2rem;
  padding: 15px 25px;
  box-sizing: border-box;
  min-height: 175px; 
}
.kontakt__form__textarea::placeholder {
  font-family: 'robotolight';
  font-size: 1.3rem;
  color: #787878; 
}
.kontakt__form__textarea:focus:valid {
  border-color: #18b118; 
}
.kontakt__form__textarea:focus:invalid {
  border-color: #a00; 
}
.kontakt__form__btn {
  margin-left: auto;
  border: 1px solid lightgray;
  border-radius: 5px;
  background: transparent;
  box-sizing: border-box;
  width: 240px;
  padding: 10px 5px 10px 3rem;
  font-family: 'roboto_condensedregular';
  font-size: 1.6rem;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}
.kontakt__form__btn__arr {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #a00;
  display: flex;
  align-items: center;
  justify-content: center; 
}

.kontakt--right {
  max-width: 365px;
  width: 100%;
  box-sizing: border-box;
  background: #a00;
  padding: 6.5rem 3.5rem;
  color: #fff; 
}
.kontakt--right__tblock {
  text-transform: uppercase;
  font-size: 1.6rem;
  padding-bottom: 5rem; 
}
.kontakt--right__tblock__heading {
  font-family: 'roboto_condensedbold';
  line-height: 2; 
}
.kontakt--right__tblock__descript {
  font-family: 'roboto_condensedlight'; 
}
.kontakt--right__call {
  text-transform: uppercase;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff; 
}
.kontakt--right__call__heading {
  font-family: 'roboto_condensedbold';
  font-size: 1.6rem; 
}
.kontakt--right__call__phone {
  font-family: 'roboto_condensedbold';
  font-size: 3.5rem;
  color: #fff;
  line-height: 2; 
}
.kontakt--right__call__txt {
  font-size: 1.6rem;
  font-family: 'roboto_condensedbold'; 
}
.kontakt--right__call__input {
  margin: 2rem 0;
  padding: 15px 25px;
  box-sizing: border-box;
  border-radius: 5px; 
}
.kontakt--right__call__btn {
  border-radius: 5px;
  border: 1px solid #fff;
  margin-left: auto;
  padding: 15px;
  box-sizing: border-box;
  text-transform: uppercase;
  color: #fff;
  font-family: 'roboto_condensedbold';
  font-size: 1.6rem;
  background: transparent;
  transition: .2s ease all; 
}
.kontakt--right__call__btn:hover {
  background: #fff;
  color: #a00; 
}
.kontakt--right__btm__row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 1.5rem; 
}
.kontakt--right__btm__row--left {
  padding-right: 1.5rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-family: 'roboto_condensedlight'; 
}
.kontakt--right__btm__row--right {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px; 
}

#map {
  width: 100%;
  height: 450px; 
}

.footer {
  padding: 10vh 0 5vh;
  background: url("img/footer-bg.jpg") no-repeat center/cover;
  color: #fff; 
}
.footer__top {
  display: flex;
  align-items: flex-end;
  /* CATEGORY */
  /* CATEGORY END */
  /* ADDRESS */
  /* ADDRESS END */ 
}
.footer__top__category {
  margin-left: 8rem; 
}
.footer__top__category__heading {
  font-family: 'roboto_condensedbold';
  font-size: 1.8rem;
  padding-bottom: 1rem; 
}
.footer__top__category__itm {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding-left: 3rem;
  margin-top: 2rem;
  font-family: 'roboto_condensedregular';
  font-size: 1.6rem; 
}
.footer__top__category__itm:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  background: url(img/right-arrow.svg) no-repeat center/cover; 
}
.footer__top__address {
  margin-left: 8rem;
  box-sizing: border-box;
  padding: 2.5rem 4.5rem;
  border-left: 1px solid #fff; 
}
.footer__top__address__heading {
  padding-top: 2rem;
  text-transform: uppercase;
  font-family: 'roboto_condensedbold';
  font-size: 1.8rem; 
}
.footer__top__address__txt {
  font-family: 'roboto_condensedregular';
  font-size: 1.6rem; 
}
.footer__btm {
  margin-top: 8rem;
  text-align: center;
  font-size: 1.6rem;
  font-family: 'roboto_condensedregular'; 
}
.footer__btm__link {
  color: #a00; 
}


@media (max-width: 1400px) {
  .header__container {
    -ms-align-items: center;
    align-items: center;
  }
}

@media (max-width: 1366px) {
  .slider__itm {
    height: 400px;
  }
  .slider .owl-dots {
    bottom: 4vh;
    left: 50%!important;
    transform: translateX(-50%);
  }
  .firstSlide img {
    height: 200px;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
  }
  .fImg {
    height: 200px;
    left: 5%;
    top: 0;
  }
  .sImg {
    height: 75px;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (max-width: 1280px) {
  .redline {
    text-align: center;
  }
  .slider {
    padding-top: 80px;
  }
  .kontakt__wrap {
    flex-direction: column;
  }
  .kontakt__form {
    margin: 0 auto;
    padding: 0;
  }
  .kontakt--left {
    padding: 0;
  }
  .kontakt__heading {
    text-align: center;
    padding: 0 0 30px;
  }
  .header__nav__item {
    width: 100%;
    box-sizing: border-box;
    background: #000;
    padding: 10px 0;
  }
  .header__nav__item:hover {
    background: rgba(255,255,255, .1);
  }
  .header__nav__item:before {
    display: none;
  }
  .header__logo img {
    max-width: 130px;
  }
  .slider .owl-dots {
    display: none;
  }
  .container {
    box-sizing: border-box;
    padding: 0 30px;
  }
  .header {
    height: 80px;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
  }
  .header__container {
    align-items: flex-start;
    justify-content: center;
  }
  .header__nav {
    flex-direction: column;
    position: absolute;
    top: 80px;
    left: 0;
    z-index: 100;
    width: 100%;
    background: #000;
    height: 0;
    overflow: hidden;
    padding: 0;
  }
  .header__nav.active {
   padding: 30px 0;
   overflow: visible;
   height: initial;
 }
 .header__logo img {
  margin-bottom: 0;
}
.burger {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  height: 20px;
  display: block;
  width: 30px;
  cursor: pointer;
  z-index: 10;
}
.burger-line {
  position: absolute;
  width: 25px;
  height: 2px;
  background: #fff;
  left: 50%;
  transition: .2s ease all;
}
.burger--top {
  top: 0;
  transform: translateX(-50%);
}
.burger--ctr {
  top: 50%;
  transform: translate(-50%, -50%);
}
.burger--btm {
  bottom: 0;
  transform: translateX(-50%);
}

.burger.active .burger--top {
 /*   transform-origin: top left;*/
 transform: rotate(45deg);
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
}
.inteligent__top--right {
  display: none;
}
.burger.active .burger--ctr {
  width: 0;
}

.dlaczegomy__list__itm {
  text-align: left;
}
.dlaczegomy__btn {
  margin-left: 0;
}
.dlaczegomy__list {
  text-align: center;
}
.burger.active .burger--btm {
  /*  transform-origin: bottom right;*/
  transform: rotate(-45deg);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.dlaczegomy__list {
  padding-left: 0;
}
.dlaczegomy--left {
  max-width: 100%;
  width: 100%;
}
.dlaczegomy--right {
  display: none;
}
.kontakt--right__btm {
  display: flex;
  justify-content: space-around;
}
.kontakt--right__tblock,
.kontakt--right__call {
  text-align: center;
}
.kontakt--right__call__btn {
  margin: 0 auto;
}

.kontakt__form__btn {
  margin: 0 auto;
}
.kontakt--right {
  max-width: 590px;
  margin: 25px auto;
}

.slider__itm {
  height: 300px;
}
.section__h1 {
  font-size: 5rem;
  text-align: center;
  padding: 0;
}
.section__h1:before {
  display: none;
}
.serwisblack__blocks,
.serwiswhite__blocks {
  flex-wrap: wrap;
}
.serwisblack__blocks__itm,
.serwiswhite__blocks__itm {
  max-width: 48%;
  min-width: 280px;
  margin: 10px;
}
.serwiswhite__blocks__itm {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.serwisblack__blocks__itm br {
  display: none;
}
.redline__container {
  flex-direction: column;
}
.redline--right {
  margin-top: 20px;
}
}

@media (max-width: 1080px) {
  .serwisblack__blocks__itm, 
  .serwiswhite__blocks__itm {
    max-width: 100%;
  }
  /* SLIDER IMAGES */
  .firstSlide {
    background-image: url(img/slide0_1024.jpg);
  }
  .secondSlide {
    background-image: url(img/slide1_1024.jpg);
  }
  .thirdSlide {
    background-image: url(img/slide2_1024.jpg);
  }
  .fourthSlide {
    background-image: url(img/slide3_1024.jpg);
  }
  .fifthSlide {
    background-image: url(img/slide4_1024.jpg);
  }
  .sixthSlide {
    background-image: url(img/slide5_1024.jpg);
  }
  .seventhSlide {
    background-image: url(img/slide6_1024.jpg);
  }
  /* SLIDER IMAES END */
}

@media (max-width: 950px) {
  .fImg {
    height: 125px;
  }
  .sImg {
    height: 50px;
  }
  .footer__top__category {
    display: none;
  }
  .footer__top__address {
    margin-left: 0;
    border: none;
  }
  .footer {
    padding: 35px 0;
  }
  .footer__btm {
    margin-top: 0;
  }
  .footer__top {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .prekontakt,
  .serwiswhite,
  .serwisblack,
  .dlaczegomy {
    padding: 50px 0;
  }
  .prekontakt__phones {
    font-size: 2.5rem;
  }
  .prekontakt__h1 {
    font-size: 3rem;
  }
}

@media(max-width: 900px) {
  .slider__itm {
    height: 220px;
  }
  /* SLIDER IMAGES */
  .firstSlide {
    background-image: url(img/slide0_768.jpg);
  }
  .secondSlide {
    background-image: url(img/slide1_768.jpg);
  }
  .thirdSlide {
    background-image: url(img/slide2_768.jpg);
  }
  .fourthSlide {
    background-image: url(img/slide3_768.jpg);
  }
  .fifthSlide {
    background-image: url(img/slide4_768.jpg);
  }
  .sixthSlide {
    background-image: url(img/slide5_768.jpg);
  }
  .seventhSlide {
    background-image: url(img/slide6_768.jpg);
  }
  /* SLIDER IMAES END */
}

@media (max-width: 800px) {
  #map {
    display: none;
  }
}

@media (max-width: 600px) {
  /* SLIDER IMAGES */
  .firstSlide {
    background-image: url(img/slide0_480.jpg);
  }
  .secondSlide {
    background-image: url(img/slide1_480.jpg);
  }
  .thirdSlide {
    background-image: url(img/slide2_480.jpg);
  }
  .fourthSlide {
    background-image: url(img/slide3_480.jpg);
  }
  .fifthSlide {
    background-image: url(img/slide4_480.jpg);
  }
  .sixthSlide {
    background-image: url(img/slide5_480.jpg);
  }
  .seventhSlide {
    background-image: url(img/slide6_480.jpg);
  }
  /* SLIDER IMAES END */

  .serwisblack__blocks__itm__h2 {
    height: 100px;
  }
  .serwiswhite__blocks__itm {
    height: 300px;
  }
  .prekontakt__phones__itm:first-of-type:before {
    display: none;
  }
  .kontakt__form__row {
    flex-direction: column;
  }
  .kontakt__form__input {
    width: 100%;
  }
  .section__h1 {
    font-size: 4rem;
  }
  .prekontakt__h1 {
    font-size: 2.5rem;
  }
  .kontakt__heading {
    font-size: 2.3rem;
  }
  .slider__itm {
    height: 160px;
  }
}

@media (max-width: 540px) {
  /*.slider {
    display: none!important;
  }*/
  .serwisblack {
    padding: 100px 0 50px;
  }
  .kontakt--right__call__phone {
    font-size: 3rem;
  }
  .kontakt--right__btm__row--right {
    display: none;
  }
}

@media (max-width: 450px) {
  .prekontakt__phones {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
  }
  .kontakt--right__btm {
    flex-direction: column-reverse;
    align-items: center;
  }
}