.map img, .showcase-sm img, .about-sub .about-sub-container .img-row img {
  display: block;
  width: 100%;
  height: auto; }


body {
  font-family: 'Open Sans', sans-serif; }

#map1 {
  background-color: #e6e6e6;
  height: 500px;
}

.top-bar {
  width: 100%;
  background-color: #000; }

.top-bar .top-bar-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  padding: 0 20px; }

.top-bar .top-bar-container .top-bar-container-left {
  font-size: 12px; }

.top-bar .top-bar-container .top-bar-container-left ul li {
  float: left;
  padding: 17px 0;
  margin-right: 50px; }

.top-bar .top-bar-container .top-bar-container-left ul li a {
  color: #fff; }

.top-bar .top-bar-container .top-bar-container-left ul li .text-bold {
  font-weight: 800; }

.top-bar .top-bar-container .top-bar-container-left ul li img {
  margin-right: 10px; }

.top-bar .top-bar-container .top-bar-container-left ul #list-display {
  display: flex;
  align-items: center; }

.top-bar .top-bar-container .top-bar-container-right img {
  margin-right: 15px; }

.nav-container {
  width: 100%;
  background-color: #043757;
  height: 50px; }

.nav-container .main-nav {
  max-width: 1200px;
  margin: 0 auto;
  padding: 18px 20px; }

.nav-container .main-nav ul {
  list-style: none; }

.nav-container .main-nav ul li {
  float: left;
  margin-right: 60px; }

.nav-container .main-nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 1.8px;
  transition: ease-in-out .2s; }

.nav-container .main-nav ul li a:hover {
  color: #ccc; }

.nav-container .main-nav ul li:last-child {
  margin-right: 0; }

.nav-container .open-slide .toggle {
  width: 30px;
  height: 30px;
  display: none;
  margin: 0;
  padding: 0;
  font-size: 25px; }

.nav-container .side-nav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  opacity: 0.9;
  overflow-x: hidden;
  transition: 0.5s;
  background-color: #043757; }

.nav-container .side-nav a {
  padding: 10px 35px 10px 10px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: .3s; }

.showcase {
  width: 100%;
  height: 521px;
  background: url(../img/autokasacja.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

.showcase .showcase-container {
  max-width: 1200px;
  padding: 100px 20px 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  flex-direction: column; }

.about {
  width: 100%;
  height: 639px;
  background: url(../img/background.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

.about .about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 50px 20px 100px 20px; }

.about .about-container .about-container-right {
  text-align: center;
  padding-left: 20px; }

.about .about-container .about-container-right h2 {
  color: #000;
  font-size: 33px;
  font-weight: 800;
  margin-bottom: 20px; }

.about .about-container .about-container-right .sub-title {
  display: block;
  color: #022950;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 15px; }

.about .about-container .about-container-right p {
  color: #898888;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
  max-width: 582px; }

.about .about-container .about-container-right .main-button {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.7px;
  background-color: #022950;
  text-decoration: none;
  padding: 20px 70px;
  border-radius: 5px;
  transition: ease-in-out .2s; }

.about .about-container .about-container-right .main-button:hover {
  opacity: .9; }

.info {
  width: 100%;
  height: 540px;
  background: url(../img/background-2.jpg) no-repeat;
  background-size: cover;
  background-position: center; }

.info .info-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center; }

.info .info-container .info-container-left, .info .info-container .info-container-right {
  text-align: center; }

.info .info-container .info-container-left .text-container, .info .info-container .info-container-right .text-container {
  margin-top: -50px; }

.info .info-container .info-container-left img, .info .info-container .info-container-right img {
  margin-top: -100px; }

.info .info-container .info-container-left h3, .info .info-container .info-container-right h3 {
  color: #fff;
  font-size: 31px;
  font-weight: 800;
  margin-bottom: 30px; }

.info .info-container .info-container-left p, .info .info-container .info-container-right p {
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.7px;
  margin-bottom: 50px; }

.info .info-container .info-container-left .info-btn, .info .info-container .info-container-right .info-btn {
  padding: 13px 42px;
  background-color: #001427;
  color: #fff;
  font-size: 12px;
  line-height: 18.15px;
  letter-spacing: 0.84px;
  text-decoration: none;
  transition: ease-in-out; }

.info .info-container .info-container-left .info-btn:hover, .info .info-container .info-container-right .info-btn:hover {
  color: #ccc; }

.map {
  width: 100%; }

.footer {
  width: 100%;
  background-color: #025e99; }

.footer .footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 20px; }

.footer .footer-container .logo-sm {
  margin-right: 60px; }

.footer .footer-container .footer-nav ul {
  list-style: none; }

.footer .footer-container .footer-nav ul li {
  float: left;
  margin-right: 40px; }

.footer .footer-container .footer-nav ul li a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: ease-in-out .2s; }

.footer .footer-container .footer-nav ul li a:hover {
  color: #ccc; }

.footer .footer-container .footer-nav ul li:last-child {
  margin-right: 0; }

.calculator {
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 20px 170px 20px; }

.calculator .calculator-container {
  text-align: center; }

.calculator .calculator-container h2 {
  color: #000;
  font-size: 33px;
  font-weight: 800; }

.calculator .calculator-container p {
  color: #898888;
  font-size: 14px;
  line-height: 26px;
  margin: 40px 0 165px 0; }

.calculator .calculator-container .form-container form {
  text-align: left; }

.calculator .calculator-container .form-container form .input-container {
  display: flex;
  flex-direction: row; 
  width: 100%; }
.unit{
  width: 100%; display:block;
}
.calculator .calculator-container .form-container form .input-container select {
  width: 330px;
  height: 61px;
  padding-left: 20px;
  float: left;
  margin-top: 30px;
  border: 3px solid #e6e6e6; }

.calculator .calculator-container .form-container form .input-container input {
  width: 30%;
  height: 57px;
  padding: 0;
  /*float: left;*/
  margin-top: 5px;
  border: 3px solid #e6e6e6; }
.calculator .calculator-container .form-container form .input-container .form-label{

}

.calculator .calculator-container .form-container form .button-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 50px; }

.calculator .calculator-container .form-container form .submit-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0.7px;
  padding: 20px 85px;
  background-color: #025e99;
  border: none;
  border-radius: 5px; }

.calculator .calculator-container .form-container form .button-container .submit-btn:hover {
  opacity: .9; }

.calculator .calculator-container .form-container form .result {
  padding: 20px 58px;
  background-color: #ff0000;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 26px;
  border: none;
  border-radius: 5px;
  margin: 0 35px 0px 10px;
float:right;}

.showcase-sm {
  width: 100%;
  height: 300px;
  overflow: hidden; }

.contact {
  padding: 20px 0; }

.contact h2 {
  text-align: center;
  color: #000;
  font-size: 33px;
  font-weight: 800;
  margin: 50px 0; }

.contact .contact-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px 75px 20px; }

.contact .contact-form {
  padding-top: 50px; }

.contact .contact-form .contact-form-container {
  display: flex;
  flex-direction: row;
  margin-top: 30px; }

.contact .contact-form .contact-form-container .contact-unit-col {
  display: flex;
  flex-direction: column; }

.contact .contact-form .contact-form-container .contact-unit-col input {
  width: 330px;
  height: 61px;
  margin: 0 40px 40px 0;
  border: 3px solid #e6e6e6;
  padding-left: 20px; }

.contact .contact-form .contact-form-container textarea {
  width: 350px;
  height: 152px;
  border: 3px solid #e6e6e6;
  padding: 20px 0 0 20px; }

.contact .contact-form .contact-submit-container {
  display: flex;
  justify-content: center; }

.contact .contact-form .contact-submit-container .contact-submit {
  background-color: #022950;
  padding: 20px 52px;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0.7px;
  border: 0;
  border-radius: 5px;
  cursor: pointer; }

.contact .contact-form .contact-submit-container .contact-submit:hover {
  opacity: .9; }

.offer .offer-container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 20px; }

.offer .offer-container h2 {
  text-align: center;
  color: #000;
  font-size: 33px;
  font-weight: 800;
  margin-bottom: 60px; }

.offer .offer-container .offer-nav {
  width: 100%; 
  }

.offer .offer-container .offer-nav ul {
   display: flex;
   justify-content: space-around	;
   }

.offer .offer-container .offer-nav ul li {

  margin-bottom: 45px; }

.offer .offer-container .offer-nav ul li a {
  text-decoration: none;
  color: #9a9a9a;
  font-size: 15px;
  border: 2px solid #cbcbcb;
  padding: 16px 15px;
  transition: ease-in-out .2s; }

.offer .offer-container .offer-nav ul li a:hover {
  background-color: #07599a;
  color: #fff; }

.offer .offer-container hr {
  display: block;
  margin-top: 30px;
  background-color: #d6d6d6; }

.offer .offer-container .offer-row {
  display: flex;
  flex-direction: row;
  margin-top: 45px; }

.offer .offer-container .offer-row img {
  margin-right: 70px; }

.offer .offer-container .offer-row h2 {
  margin-bottom: 25px; }

.offer .offer-container .offer-row p {
  color: #898888;
  font-size: 14px;
  line-height: 26px;
  text-align: center; }

.offer .offer-container p {
  /* margin-top: 50px; */
  color: #898888;
  font-size: 14px;
  line-height: 26px;
  text-align: center; }

.about-sub .about-sub-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 20px; }

.about-sub .about-sub-container h2 {
  text-align: center;
  color: #000;
  font-size: 33px;
  font-weight: 800;
  margin-bottom: 60px; }

.about-sub .about-sub-container .about-sub-row {
  display: flex;
  flex-direction: row;
  margin-top: 45px; }

.about-sub .about-sub-container .about-sub-row img {
  margin-right: 70px; }

.about-sub .about-sub-container .about-sub-row h2 {
  margin-bottom: 25px; }

.about-sub .about-sub-container .about-sub-row p {
  color: #898888;
  font-size: 14px;
  line-height: 26px;
  text-align: center; }

.about-sub .about-sub-container .about-sub-row .about-sub-subtitle {
  color: #022950;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  display: block;
  text-align: center;
  margin-bottom: 25px; }

.about-sub .about-sub-container .text-bottom {
  color: #898888;
  font-size: 14px;
  line-height: 26px;
  margin-top: 75px;
  text-align: center; }

.about-sub .about-sub-container .img-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 55px;
  padding: 0 20px; }

.info-belt {
  height: 133px;
  width: 100%;
  background-color: #025e99; }

.info-belt .info-belt-container {
  width: 1200px;
  margin: 0 auto; }

@media only screen and (max-width: 2100px) {
  .about, .calculator, .contact, .about-sub, .offer {
    padding-top: 75px; } }
@media only screen and (max-width: 360px) {
  .calculator .calculator-container .form-container form .input-container .unit select {
    width: 300px; } }
@media only screen and (max-width: 420px) {
  .contact .contact-form .contact-form-container .contact-unit-col input {
    width: 250px; }

  .contact .contact-form .contact-form-container textarea {
    width: 250px !important; } }
@media only screen and (max-width: 620px) {
	.showcase {
		background-size: 100% auto;
		height: 123px;
	}
	.about{
		display: table; padding-bottom: 0 !important;
	}
	.showcase .showcase-container{
		padding: 0;
	}
  .about .about-container .about-container-left img {
    display: block;
    width: 100%;
    height: auto; }

  .info {
    padding-bottom: 800px !important; }

  .info .info-container {
    flex-direction: column; }

  .info .info-container .info-container-left {
    padding: 0 20px; }

  .info .info-container .info-container-left img {
    margin-top: 50px;
    display: block;
    width: 100%;
    height: auto; }

  .info .info-container .info-container-right {
    padding: 0 20px; }

  .info .info-container .info-container-right img {
    display: block;
    width: 100%;
    height: auto; }

  .calculator .calculator-container .form-container .button-container {
    flex-direction: column;
    align-items: center; }

  .calculator .calculator-container .form-container .button-container .result {
    margin-top: 20px !important; } }
@media only screen and (max-width: 720px) {
  .nav-container .main-nav {
    display: none; }

  .nav-container .open-slide .toggle {
    display: block;
    position: absolute;
    top: 90px;
    right: 10px;
    text-decoration: none;
    color: #fff;
    z-index: 3; }

  .about-sub .about-sub-container .img-row {
    flex-direction: column; }

  .about-sub .about-sub-container #img-mg {
    margin-bottom: 20px; }

  .showcase-sm {
    height: 0; }

  .showcase-sm img {
    display: none; }

  .contact h2 {
    margin-top: 30px; }

  .top-bar .top-bar-container {
    justify-content: center; }

  .top-bar .top-bar-container .top-bar-container-left ul li {
    margin-right: 7px; }

  .top-bar .top-bar-container .top-bar-container-right, .top-bar .top-bar-container ul li {
    width: 100%; } 
    .tp-parallax-wrap{display: none;}
  }
@media only screen and (max-width: 750px) {
  .showcase .showcase-container #header-2, .showcase .showcase-container #header-3 {
    display: none; } }
@media only screen and (max-width: 860px) {
  .showcase .showcase-container {
    justify-content: center;
    align-items: center; }

  .showcase .showcase-container #header-1 {
    display: none; }

  .info {
    padding-bottom: 700px; }

  .info .info-container {
    flex-direction: column; }

  .info .info-container .info-container-right img {
    margin-top: 50px; }

  .footer .footer-container {
    flex-direction: column; }

  .footer .footer-container .logo-sm {
    margin: 0 0 20px 0; } }
@media only screen and (max-width: 1200px) {
  .offer .offer-container .offer-row {
    flex-direction: column;
    align-items: center; }

  .offer .offer-container .offer-row img {
    margin: 0 0 30px 0;
    display: block;
    width: 100%;
    height: auto; }

  .about-sub .about-sub-container .about-sub-row {
    flex-direction: column;
    align-items: center; }

  .about-sub .about-sub-container .about-sub-row img {
    margin: 0 0 30px 0;
    display: block;
    width: 100%;
    height: auto; } }
@media only screen and (max-width: 1230px) {
  .contact h2 {
    margin-bottom: 0; }

  .info-belt {
    display: none; }

  .footer .footer-container .footer-nav li {
    padding: 10px 0; } }
@media only screen and (max-width: 1250px) {
  .offer .offer-container hr {
    margin-top: 100px; }

  .nav-container {
    height: 100px; }

  .nav-container .main-nav li {
    padding-bottom: 20px; }

  .about {
    padding-bottom: 500px; }

  .about .about-container {
    flex-direction: column;
    align-items: center; }

  .about .about-container .about-container-left img {
    margin-bottom: 30px; }

  .about .about-container .about-container-right {
    padding-left: 0; }

  .calculator .calculator-container p {
    margin: 40px 0 100px 0; }

  .calculator .calculator-container .form-container form .input-container {
    flex-direction: column;
    align-items: center;
    text-align: center; }

  .calculator .calculator-container .form-container form .input-container .unit {
    display: flex;
    flex-direction: column; }

  .calculator .calculator-container .form-container form .input-container .unit .form-label {
    margin-top: 20px; }

  .calculator .calculator-container .form-container form .button-container {
    justify-content: center; }

  .calculator .calculator-container .form-container form .button-container .result {
    margin: 0; }

  .contact {
    text-align: center; }

  .contact .contact-form .contact-form-container {
    flex-direction: column;
    align-items: center; }

  .contact .contact-form .contact-form-container .contact-unit-col input {
    margin: 20px 0; }

  .contact .contact-form .contact-form-container textarea {
    margin: 20px 0 40px 0;
    width: 330px; } }
	
.tp-parallax-wrap p{
    font-family: 'Roboto', sans-serif;
	font-style: italic;
    font-size: 3.625rem;
    line-height: 5rem;
}

.gallery-row{margin-left:-10px;margin-right:-10px}.gallery-col{padding-left:5px !important;padding-right:5px !important;margin:5px 0}.gallery-item{height:150px;transition:opacity 0.3s ease-in-out}.gallery-item:hover{opacity:0.8}

.cover { background-position: center center; background-size: cover; background-repeat: no-repeat }
/*# sourceMappingURL=style.css.map */

/*# sourceMappingURL=style.css.map */
.offer-menu-item img{
  height: 200px;
  background: no-repeat;
}
.offer-menu-item img{
 width: 105%;
}
.offer-menu-item p{
 position: absolute;
  top:50%;
  left:50%;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  /*margin-top: 27%;*/
  /*margin-left: 27%;*/
  font-size: 1.6rem !important;
  color: #ffffff !important;
  transform: translate(-50%, -50%);

  z-index: 100;
}

@media screen and (max-width: 767px) {
  .back{
    width: 93%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 768px) {
  .back{
    width: 87%;
  }
}
@media screen and (max-width: 400px) {
  .back{
    width: 89%;
  }
}