/* Generated by less 2.5.1 */
@import url('../fonts/fonts.css');
@import url('reset.css');
@import url('grid12.css');
@import url('swiper.min.css');
html,
body {
  font-family: 'Lato';
  color: #404040;
  height: 100%;
}
@media (max-width: 991px) {
  body {
    padding-top: 70px;
  }
}
.animate {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
/* Header */
nav {
  width: 100%;
  height: 84px;
  /* display: inline-block;  */
  padding: 16px 0px;
}
@media (max-width: 991px) {
  nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 70px;
    padding: 11px 0;
    background-color: #fff;
    z-index: 1090;
  }
}
nav .navbar-header {
  display: block;
  position: relative;
}
nav .navbar-header .navbar-brand {
  width: 100px;
  height: 49px;
  float: left;
  background: url('../img/logo.svg') center center / contain no-repeat;
  text-indent: -99999px;
}
nav .navbar-header .mobile-btn {
  display: none;
  position: relative;
  background: transparent;
  border: none;
  float: right;
  height: 28px;
  width: 35px;
  margin: 12px 0px 8px;
  padding: 0px;
  transform: none;
}
nav .navbar-header .mobile-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #cc0000;
  margin-bottom: 5px;
  transition: all 0.35s ease-in-out;
}
nav .navbar-header .mobile-btn span:first-child {
  top: 0px;
}
nav .navbar-header .mobile-btn span:nth-child(2) {
  top: 9px;
}
nav .navbar-header .mobile-btn span:nth-child(3) {
  top: 18px;
}
nav .navbar-list {
  display: block;
  height: auto;
  float: right;
}
nav .navbar-list ul.nav-main {
  float: left;
  margin: 0px;
}
nav .navbar-list ul.nav-main > li {
  display: block;
  float: left;
  position: relative;
}
nav ul > li > a {
  display: block;
  position: relative;
  float: left;
  font-size: 14px;
  font-family: 'Lato';
  line-height: 18px;
  padding: 17px 25px;
  text-transform: uppercase;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
nav ul > li > a:hover {
  color: #cc0000;
}
@media (max-width: 1024px) {
  nav ul > li > a {
    padding: 17px 20px;
  }
}
nav li:last-child {
  margin-left: 25px;
}
nav li:last-child:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 17px;
  height: 17px;
  width: 3px;
  background-color: #cc0000;
}
nav li:last-child > a {
  padding-left: 45px;
}
@media (max-width: 991px) {
  nav li:last-child > a {
    padding-left: 25px;
  }
}
nav ul.sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: -5px;
  width: 150%;
  z-index: 1050;
  background-color: #fff;
}
nav ul.sub-menu.active {
  display: block;
}
nav ul.sub-menu > li {
  float: left;
  width: 100%;
}
nav ul.sub-menu > li:last-child {
  margin-left: 0;
}
nav ul.sub-menu > li:before {
  content: none;
}
nav ul.sub-menu > li > a {
  padding: 5px 10px;
}
nav #mobile-menu {
  display: block;
  position: fixed;
  top: 70px;
  right: -50vw;
  width: 50vw;
  transition: all 0.35s ease-in-out;
  z-index: 1000;
}
@media (min-width: 992px) {
  nav #mobile-menu {
    display: none;
  }
}
@media (max-width: 450px) {
  nav #mobile-menu {
    right: -70vw;
    width: 70vw;
  }
}
nav #mobile-menu ul.nav-main {
  float: right;
  margin: 0;
  width: 100%;
  background-color: #fff;
}
nav #mobile-menu ul.nav-main li {
  display: block;
  position: relative;
  float: left;
  text-align: right;
  width: 100%;
}
nav #mobile-menu ul.nav-main li a {
  float: initial;
}
nav #mobile-menu ul.nav-main li:last-child {
  margin-left: 0px;
}
nav #mobile-menu ul.nav-main li:last-child:before {
  display: none;
}
nav #mobile-menu ul.sub-menu {
  display: none;
  position: relative;
  width: 100%;
  background-color: #fff;
}
nav #mobile-menu ul.sub-menu.active {
  display: block;
}
nav #mobile-menu ul.sub-menu > li {
  float: left;
  width: 100%;
}
nav #mobile-menu ul.sub-menu > li:last-child {
  margin-left: 0;
}
nav #mobile-menu ul.sub-menu > li:before {
  content: none;
}
nav #mobile-menu ul.sub-menu > li > a {
  padding: 5px 10px;
}
header.top-slider {
  position: relative;
  height: 65%;
  width: 100%;
  max-height: 800px;
  overflow: hidden;
  /* 	@media (max-width:427px) {
	height: 60%;
} */
}
@media (max-height: 700px) {
  header.top-slider {
    height: 60%;
  }
}
header.top-slider .swipper-wrapper,
header.top-slider .swipper-slide {
  height: 100%;
}
header.top-slider .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover!important;
  z-index: -1;
}
header.top-slider .swiper-slide {
  /* height: auto; */
}
header.top-slider .swiper-slide .container {
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
}
header.top-slider .swiper-slide:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 100%;
  border-top: 800px solid rgba(255, 255, 255, 0.8);
  border-right: 230px solid transparent;
}
@media (max-width: 991px) {
  header.top-slider .swiper-slide:before {
    width: 90%;
  }
}
@media (max-width: 767px) {
  header.top-slider .swiper-slide:before {
    width: 100%;
    border: none;
    background-color: rgba(255, 255, 255, 0.55);
  }
}
header.top-slider .swiper-pagination {
  bottom: 25px!important;
}
header.top-slider .swiper-pagination span.swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  margin: 0px 8px!important;
  border: 2px solid #fff;
  background-color: #fff;
  opacity: 1;
}
header.top-slider .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #cc0000;
}
header.top-slider .claim {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
header.top-slider .claim h1 {
  font-size: 40px;
  font-family: 'Lato';
  line-height: 50px;
  margin-bottom: 15px;
  letter-spacing: .02em;
}
@media (max-width: 427px) {
  header.top-slider .claim h1 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
}
header.top-slider .claim p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 30px;
  letter-spacing: .02em;
  width: 75%;
}
@media (max-width: 767px) {
  header.top-slider .claim p {
    width: 90%;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 450px) {
  header.top-slider .claim p {
    display: none;
  }
}
header.top-slider .claim a {
  display: inline-block;
  color: #fff;
  background-color: #cc0000;
  padding: 13px 40px;
  font-family: 'Lato-Bold';
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #cc0000;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
header.top-slider .claim a:hover {
  background-color: transparent;
  color: #cc0000;
}
@media (max-width: 767px) {
  header.top-slider .claim a {
    padding: 13px 20px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 180px;
    text-align: center;
  }
}
section#offer {
  padding: 40px 0px 90px;
}
@media (max-width: 992px) {
  section#offer {
    padding-bottom: 50px;
  }
}
section#offer h2 {
  font-size: 22px;
  line-height: 50px;
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Lato-Light';
}
@media (max-width: 768px) {
  section#offer h2 {
    line-height: 26px;
  }
}
section#offer .box .icon {
  width: 150px;
  height: 150px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f3f3f3;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 992px) {
  section#offer .box .icon {
    width: 130px;
    height: 130px;
  }
}
section#offer .box .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  backface-visibility: hidden;
}
@media (max-width: 427px) {
  section#offer .box .icon img {
    max-width: 120px;
  }
}
section#offer .box hr {
  width: 43px;
  height: 3px;
  background-color: #cc0000;
  margin: 25px auto 25px auto;
  border: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
section#offer .box h3 {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 991px) {
  section#offer .box {
    margin-bottom: 50px;
  }
}
section#offer .box a:hover .icon {
  -moz-transform: scale(0.975);
  -webkit-transform: scale(0.975);
  -o-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}
section#offer .box a:hover img {
  -moz-transform: translateX(-50%) translateY(-50%) scale(1.075);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.075);
  -o-transform: translateX(-50%) translateY(-50%) scale(1.075);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1.075);
  transform: translateX(-50%) translateY(-50%) scale(1.075);
}
section#offer .box a:hover hr {
  width: 60px;
}
section#about {
  padding: 50px 0px;
  background: url('../img/bg-about.jpg') no-repeat center center;
  background-size: cover;
}
section#about h2 {
  font-size: 22px;
  line-height: 56px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: 'Lato-Light';
}
section#about .claim p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .02em;
  width: 75%;
  margin-bottom: 30px;
  text-align: justify;
}
@media (max-width: 768px) {
  section#about .claim p {
    width: 95%;
  }
}
section#about .box-info {
  width: 100%;
  padding-left: 20%;
  margin-bottom: 30px;
}
section#about .box-info h3 {
  font-size: 15px;
  line-height: 23px;
  letter-spacing: .02em;
  font-family: 'Lato-Bold';
  color: #cc0000;
  text-transform: uppercase;
}
section#about .box-info p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .02em;
}
section#about .box-info:nth-of-type(1) {
  background: url('../img/paczka.svg') no-repeat left center;
  background-size: 50px;
}
section#about .box-info:nth-of-type(2) {
  background: url('../img/doradztwo.svg') no-repeat left center;
  background-size: 50px;
}
section#contact {
  padding: 60px 0px;
}
section#contact h2 {
  display: block;
  font-size: 22px;
  line-height: 56px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-family: 'Lato-Light';
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  section#contact h2 {
    line-height: 26px;
  }
}
section#contact form {
  position: relative;
  display: inline-block;
  width: 100%;
}
section#contact form br {
  display: none;
}
section#contact form span {
  position: relative;
  display: inline-block;
  float: left;
}
@media (max-width: 425px) {
  section#contact form span {
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
  }
}
section#contact form span.email-226 {
  width: calc(33.333333% - 20px);
  margin: 0px 10px 20px;
}
section#contact form span.text-692 {
  width: calc(33.333333% - 20px);
  margin: 0px 20px 20px 0px;
}
section#contact form span.tel-788 {
  width: calc(33.333333% - 20px);
  margin: 0px 0px 20px 20px;
}
section#contact form span.textarea-592 {
  width: 100%;
}
@media (max-width: 767px) {
  section#contact form span.email-226 {
    width: calc(33.333333% - 10px);
    margin: 0px 5px 20px;
  }
  section#contact form span.text-692 {
    width: calc(33.333333% - 10px);
    margin: 0px 10px 20px 0px;
  }
  section#contact form span.tel-788 {
    width: calc(33.333333% - 10px);
    margin: 0px 0px 20px 10px;
  }
}
section#contact form input {
  float: left;
  width: 100%;
  border: 2px solid #bebebe;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  padding: 8px 16px;
  font-family: 'Lato-Bold';
  font-size: 13px;
  color: #bebebe;
  line-height: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
section#contact form textarea {
  float: left;
  width: 100%;
  border: 2px solid #bebebe;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  padding: 12px;
  font-family: 'Lato-Bold';
  font-size: 13px;
  line-height: 1;
  color: #bebebe;
  height: 140px;
  margin-bottom: 20px;
  resize: none;
}
section#contact form input:focus::-webkit-input-placeholder,
section#contact form textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
section#contact form input:focus:-moz-placeholder,
section#contact form textarea:focus:-moz-placeholder {
  /* Firefox 18- */
  opacity: 0;
}
section#contact form input:focus::-moz-placeholder,
section#contact form textarea:focus::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 0;
}
section#contact form input:focus:-ms-input-placeholder,
section#contact form textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
section#contact form input::-webkit-input-placeholder,
section#contact form textarea::-webkit-input-placeholder {
  font-family: 'Lato-Light';
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
section#contact form input:-moz-placeholder,
section#contact form textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: 'Lato-Light';
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
section#contact form input::-moz-placeholder,
section#contact form textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Lato-Light';
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
section#contact form input:-ms-input-placeholder,
section#contact form textarea:-ms-input-placeholder {
  font-family: 'Lato-Light';
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
section#contact form input[type="submit"] {
  display: inline-block;
  float: left;
  cursor: pointer;
  border: 2px solid #cc0000;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  padding: 8px 16px;
  font-family: 'Lato-Bold';
  font-size: 13px;
  line-height: 1;
  color: #fff;
  background-color: #cc0000;
  width: calc(33.333333% - 20px);
  margin-right: 20px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
section#contact form input[type="submit"]:hover {
  color: #cc0000;
  background-color: #fff;
}
@media (max-width: 767px) {
  section#contact form input[type="submit"] {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
section#contact form a.tel {
  display: inline-block;
  float: left;
  position: relative;
  border: 2px solid #cc0000;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  padding: 8px 16px;
  font-family: 'Lato-Black';
  font-size: 13px;
  line-height: 1;
  text-align: center;
  color: #cc0000;
  background-color: #fff;
  background-position: 12px 7px;
  background-size: 13px 13px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 1024px) {
  section#contact form a.tel {
    text-align: right;
  }
}
section#contact form a.tel:nth-of-type(1) {
  width: calc(33.333333% - 20px);
  margin-right: 10px;
  margin-left: 10px;
}
section#contact form a.tel:nth-of-type(2) {
  width: calc(33.333333% - 20px);
  margin-left: 20px;
}
section#contact form a.tel:before {
  content: " ";
  position: absolute;
  top: 7px;
  left: 12px;
  width: 13px;
  height: 13px;
  background: url('../img/tel-hover.svg') no-repeat center center;
  background-size: 100%;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
section#contact form a.tel:after {
  content: " ";
  position: absolute;
  top: 7px;
  left: 12px;
  width: 13px;
  height: 13px;
  background: url('../img/tel.svg') no-repeat center center;
  background-size: 100%;
  opacity: 1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 767px) {
  section#contact form a.tel:nth-of-type(1) {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-left: 0px;
  }
  section#contact form a.tel:nth-of-type(2) {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
}
section#contact form .ajax-loader {
  display: none;
}
section#contact form .wpcf7-response-output {
  position: absolute;
  top: 100%;
  padding-left: 15px;
  margin-top: 10px;
  border: none;
  color: #c00;
  font-size: 12px;
}
section#contact form .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  font-size: 10px;
  color: #c00;
  left: 10px;
  right: 10px;
  text-align: center;
  margin-top: 2px;
}
section#contact h3 {
  display: block;
  font-size: 15px;
  line-height: 36px;
  letter-spacing: .04em;
  text-transform: uppercase;
  font-family: 'Lato-Light';
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  section#contact h3 {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  section#contact h3 {
    margin-top: 30px;
  }
}
section#contact .map {
  border: transparent;
  -webkit-border-radius: 18px;
  border-radius: 18px;
  width: 100%;
  height: 196px;
}
section#contact .map > div,
section#contact .map .gm-style {
  -webkit-border-radius: 18px;
  border-radius: 18px;
}
footer {
  background-color: #2d2d2d;
  padding: 20px 0px;
}
footer a.brand {
  width: 72px;
  height: 29px;
  float: left;
  background: url('../img/logo.svg') center center / cover no-repeat;
  text-indent: -99999px;
}
footer a.by {
  position: relative;
  float: right;
  font-size: 15px;
  line-height: 36px;
  color: #fff;
  font-family: 'Lato-Bold';
  letter-spacing: .04em;
}
footer a {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
footer a:hover {
  color: #bebebe;
}
/* page */
header.subpage {
  height: 220px;
  height: 35%;
  background-size: cover;
  background-position: center center;
}
header.subpage .fill {
  height: 100%;
}
header.subpage .box {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
header.subpage h1 {
  text-align: center;
  font-family: 'Lato-BoldItalic';
  font-size: 40px;
  line-height: 50px;
  letter-spacing: .02em;
}
header.subpage.black h1 {
  color: #fff;
}
header.subpage a {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  width: 195px;
  color: #fff;
  background-color: #cc0000;
  padding: 10px;
  font-family: 'Lato-Bold';
  -webkit-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #cc0000;
  text-align: center;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
header.subpage a:hover {
  background-color: #fff;
  color: #cc0000;
}
.text-center {
  text-align: center;
}
#oferta-pojedyncza {
  padding: 50px 0 20px;
}
#oferta-pojedyncza h2 {
  font-family: 'Lato-BoldItalic';
  font-size: 22px;
  line-height: 50px;
  letter-spacing: .02em;
  margin-bottom: 25px;
}
#oferta-pojedyncza p {
  font-family: 'Lato';
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .02em;
}
#oferta-pojedyncza h3 {
  font-family: 'Lato-Bold';
  font-size: 20px;
  line-height: 24px;
  letter-spacing: .02em;
  margin-top: 40px;
  text-transform: uppercase;
}
#oferta-pojedyncza .row.flex {
  margin-top: 45px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#oferta-pojedyncza .row.flex .box {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 156px;
}
#oferta-pojedyncza .row.flex .box h4 {
  font-family: 'Lato-Bold';
  font-size: 13px;
  line-height: 17px;
  letter-spacing: .02em;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
#oferta-pojedyncza .row.flex .box a {
  float: left;
  width: 100%;
  height: 156px;
  border: 2px solid #cfcfcf;
  text-align: center;
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#oferta-pojedyncza .row.flex .box a img {
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 120px;
  position: relative;
  top: 35px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#oferta-pojedyncza .row.flex .box a span {
  color: #cfcfcf;
  font-family: 'Lato-Bold';
  font-size: 14px;
  letter-spacing: .02em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  padding-bottom: 30px;
  background: url('../img/arrow.svg') bottom center / 20px 20px no-repeat;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#oferta-pojedyncza .row.flex .box a:hover {
  border-color: #cc0000;
}
#oferta-pojedyncza .row.flex .box a:hover span {
  color: #cc0000;
  background-image: url('../img/arrow-red.svg');
}
@media (max-width: 390px) {
  #oferta-pojedyncza .row.flex .box a {
    height: 140px;
  }
  #oferta-pojedyncza .row.flex .box a img {
    max-width: 85%;
  }
  #oferta-pojedyncza .row.flex .box a span {
    font-size: 12px;
  }
}
section#contact.sub-page {
  padding: 0;
}
section#contact.sub-page .mappage {
  height: 350px;
  width: 100%;
  background: url('../img/map-bg.jpg') center center / cover no-repeat;
}
section#contact.sub-page form a.tel {
  display: none;
}
section#contact.sub-page form input[type="submit"] {
  float: right;
  margin-right: 0;
}
section#contact.sub-page form textarea {
  height: 120px;
}
@media (max-width: 991px) {
  section#contact.sub-page form span {
    width: 100%;
    margin: 0px 0px 15px;
  }
  section#contact.sub-page form span:nth-of-type(2) {
    width: calc(50% - 10px);
    margin-right: 10px!important;
  }
  section#contact.sub-page form span:nth-of-type(3) {
    width: calc(50% - 10px);
    margin-left: 10px;
  }
  section#contact.sub-page form textarea {
    margin-bottom: 0;
  }
  section#contact.sub-page form input[type="submit"] {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  section#contact.sub-page form span {
    margin-left: 0!important;
  }
}
section#contact.sub-page .container {
  padding: 60px 15px;
}
section#contact.sub-page .con-wrapper div:not(.tels) {
  position: relative;
}
section#contact.sub-page .con-wrapper .hours {
  padding-left: 30px;
}
section#contact.sub-page .con-wrapper .hours:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 4px;
  width: 15px;
  height: 15px;
  background: url('../img/footer-hours.svg') center center / cover no-repeat;
}
section#contact.sub-page .con-wrapper .hours h3,
section#contact.sub-page .con-wrapper .hours p {
  font-family: 'Lato-Bold';
  font-size: 13px;
  line-height: 25px;
  letter-spacing: .04em;
  color: #cc0000;
  text-align: left;
  margin-bottom: 0;
}
section#contact.sub-page .con-wrapper .hours p {
  font-family: 'Lato';
  color: #484848;
}
@media (max-width: 991px) {
  section#contact.sub-page .con-wrapper .hours h3 {
    margin-top: 0;
  }
}
section#contact.sub-page .con-wrapper .tels {
  display: inline-block;
  margin: 30px 0;
}
section#contact.sub-page .con-wrapper .tels a {
  position: relative;
  display: inline-block;
  float: left;
  padding-left: 45px;
  font-family: 'Lato-Black';
  font-size: 25px;
  line-height: 25px;
  letter-spacing: .04em;
  color: #cc0000;
  margin-right: 15px;
}
section#contact.sub-page .con-wrapper .tels a:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 27px;
  background: url('../img/tel-hover.svg') center center / cover no-repeat;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
@media (max-width: 991px) {
  section#contact.sub-page .con-wrapper .tels a {
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  section#contact.sub-page .con-wrapper .tels {
    margin: 20px 0;
  }
}
section#contact.sub-page .con-wrapper .address p {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'Lato';
  font-size: 13px;
  line-height: 33px;
  letter-spacing: .04em;
  color: #484848;
  text-align: left;
  margin: 0;
  padding-left: 30px;
}
section#contact.sub-page .con-wrapper .address p.loc:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: url('../img/footer-pin.svg') center center / 100% no-repeat;
}
section#contact.sub-page .con-wrapper .address p.mail:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 100%;
  background: url('../img/footer-email.svg') center center / 100% no-repeat;
}
@media (max-width: 767px) {
  section#contact.sub-page .con-wrapper {
    margin-bottom: 30px;
  }
}
section.sub-page {
  padding: 80px 0;
}
@media (max-width: 767px) {
  section.sub-page {
    padding: 40px 0;
  }
}
section#realizacje h2 {
  font-family: 'Lato-BoldItalic';
  font-size: 26px;
  line-height: 30px;
  color: #2d2d2d;
  margin-bottom: 20px;
}
section#realizacje .gallery {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: -15px;
  margin-left: -15px;
}
section#realizacje .gallery .item {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 25%;
  padding: 0px 15px;
  margin-bottom: 30px;
}
section#realizacje .gallery .item img {
  width: 100%;
  height: 100%;
  float: left;
}
section#realizacje .gallery .item a {
  position: relative;
  float: left;
  width: 100%;
  border: 2px solid #f0f0f0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
section#realizacje .gallery .item a:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  background: #cc0000 url('../img/zoom.svg') center center / 50% no-repeat;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
section#realizacje .gallery .item a:hover:after {
  opacity: 1;
}
@media (max-width: 767px) {
  section#realizacje .gallery .item {
    width: 50%;
  }
}
section#oferta .box {
  width: 100%;
  height: 185px;
  border: 2px solid #f3f3f3;
  padding: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  section#oferta .box {
    padding: 25px 20px;
  }
}
@media (max-width: 991px) {
  section#oferta .box {
    height: auto;
  }
}
section#oferta .box .icon {
  width: 120px;
  height: 120px;
  position: relative;
  display: inline-block;
  float: left;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f3f3f3;
  margin-right: 35px;
}
@media (max-width: 1199px) {
  section#oferta .box .icon {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  section#oferta .box .icon {
    display: block;
    float: initial;
    margin: 0 auto 20px;
  }
}
section#oferta .box .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  max-width: 120px;
  max-height: 110px;
}
@media (max-width: 427px) {
  section#oferta .box .icon img {
    max-width: 120px;
  }
}
section#oferta .box .txt {
  float: left;
}
@media (max-width: 991px) {
  section#oferta .box .txt {
    float: initial;
    width: 100%;
    text-align: center;
  }
}
section#oferta .box .txt h2 {
  display: block;
  font-family: 'Lato-Bold';
  font-size: 28px;
  line-height: 60px;
  margin-bottom: 13px;
  color: #484848;
}
@media (max-width: 1199px) {
  section#oferta .box .txt h2 {
    font-size: 24px;
  }
}
section#oferta .box .txt a {
  width: 190px;
  display: block;
  font-family: 'Lato-Bold';
  font-size: 14px;
  line-height: 36px;
  color: #cc0000;
  border: 2px solid #cc0000;
  text-align: center;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
section#oferta .box .txt a:hover {
  background-color: #cc0000;
  color: #fff;
}
@media (max-width: 991px) {
  section#oferta .box .txt a {
    margin-right: auto;
    margin-left: auto;
  }
}
section#o-nas {
  padding-bottom: 20px;
}
section#o-nas h2 {
  font-family: 'Lato-BoldItalic';
  font-size: 30px;
  line-height: 50px;
  letter-spacing: .02em;
  margin-bottom: 10px;
}
section#o-nas h3 {
  font-family: 'Lato-BoldItalic';
  font-size: 26px;
  line-height: 42px;
  letter-spacing: .02em;
  margin-bottom: 10px;
}
section#o-nas h4 {
  font-family: 'Lato-BoldItalic';
  font-size: 20px;
  line-height: 360px;
  letter-spacing: .02em;
  margin-bottom: 10px;
}
section#o-nas p {
  font-family: 'Lato';
  font-size: 15px;
  line-height: 25px;
  letter-spacing: .02em;
  margin-bottom: 25px;
  width: 90%;
}
section#o-nas p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  section#o-nas p {
    width: 100%;
  }
}
section#o-nas img {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 60px;
}
@media (max-width: 767px) {
  section#o-nas img {
    margin-top: 30px;
  }
}
body.single-katalogi {
  height: 100vh;
}
body.single-katalogi footer {
  padding: 10px 0;
}
body.single-katalogi footer a.brand {
  height: 20px;
  background-size: contain;
}
body.single-katalogi footer a.by {
  line-height: 20px;
}
section#katalog {
  height: calc(100% - 40px);
}
section#katalog .issuuembed {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 991px) {
  nav .navbar-list {
    display: none;
  }
  nav .navbar-header {
    float: left;
    width: 100%;
  }
  nav .navbar-header .mobile-btn {
    display: block;
  }
  nav .navbar-header .mobile-btn.active span:first-child {
    transform: rotate(-45deg);
    top: 12px;
  }
  nav .navbar-header .mobile-btn.active span:nth-child(2) {
    transform: translateX(-30px);
    opacity: 0;
  }
  nav .navbar-header .mobile-btn.active span:nth-child(3) {
    transform: rotate(-135deg);
    top: 12px;
  }
  nav #mobile-menu.open {
    right: 0;
  }
}
