@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap&subset=latin-ext");
#wpadminbar {
  display: none;
}
html {
  margin: 0 !important;
  font-size: 14px;
}
body {
  width: 100%;
  font-family: "Poppins", sans-serif;
  margin: 0;
  color: #16143e;
}
img {
  max-width: 100%;
}
header {
  position: relative;
  margin-top: 10px;
}
.container {
  width: 100%;
  max-width: 1540px;
  padding: 0 15px;
}
.site-content {
  overflow-x: hidden;
}
h1 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 25px 0;
}
h2 {
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.1;
  margin: 40px 0;
}
h3 {
  font-size: 4rem;
  line-height: 1.5;
  font-weight: 600;
  margin: 40px 0;
}
a {
  text-decoration: none;
  color: #16143e;
  transition: all 0.5s;
}
.alignfull {
  width: auto;
  max-width: 1000%;
  margin-right: calc(50% - 50vw) !important;
  margin-left: calc(50% - 50vw) !important;
}
#site-header {
  position: fixed;
  background-color: #fff;
  opacity: 1;
  z-index: 10;
  width: 100%;
  transition: all 0.5s;
  padding-top: 10px;
  margin-top: 0;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.fullwidth {
  width: 99.4vw;
  margin-left: calc(-50vw + 50%);
  height: inherit;
}
.bg-grey {
  background-color: #efefef;
}
.fa-chevron-right {
  margin-left: 10px;
  transition: all 0.5s;
}
a:hover .fa-chevron-right {
  margin-left: 15px;
}
.background-text {
  position: absolute;
  opacity: 0.1;
  font-size: 300px;
  line-height: 0;
  margin: 0;
  padding: 0;
  left: -60px;
}
.gmapgrey {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  height: 350px;
}
.normal {
  font-weight: 400;
}
.semi-bold {
  font-weight: 500;
}
.bold {
  font-weight: 600;
}
.bolder {
  font-weight: 700;
}
.light-text {
  font-size: 0.9rem;
  color: #929292;
  margin: 0;
  line-height: 1;
  font-weight: 500;
}
.h-inherit {
  height: inherit;
}
.p-relative {
  position: relative;
}
.radius {
  border-radius: 50px;
}
.shadow {
  box-shadow: rgba(0, 0, 0, 0.5) -5px -4px 27px 5px;
}
.text-set {
  line-height: 2;
}
.red-border {
  border: 2px solid #b61a14;
}
.red-text {
  color: #b61a14;
}
.logo {
  transition: all 0.5s;
}
.white-text {
  color: #fff;
}
.white-text:hover {
  color: #000;
}
.section-title {
  padding-left: 70px;
  font-size: 1.1rem;
}
.section-title:before {
  position: absolute;
  content: "";
  height: 2px;
  bottom: 50%;
  left: 0px;
  width: 55px;
}
.section-title.red:before {
  background: #b61a14;
}
.section-title.white:before {
  background: #fff;
}
.bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.accordion {
  width: 100%;
  padding: 0;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 42px;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li {
  list-style-type: none;
  padding: 0;
}
.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}
.accordion li.open .link {
  color: #000;
  background-color: #fff;
}
.accordion li.open i {
  color: #000;
}
.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.accordion li:last-child .link {
  border-bottom: 0;
}
.accordion .submenu {
  display: none;
  font-size: 14px;
  list-style: none;
}
.accordion .submenu li {
  border-bottom: 1px solid #949494;
  color: #949494;
}
.accordion .submenu a {
  display: block;
  text-decoration: none;
  color: #949494;
  padding: 12px 0;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.accordion .submenu a:hover {
  background: #fff;
  color: #000;
  padding-left: 20px;
}
.link-wrapper {
  position: relative;
  display: block;
  padding: 20px 0;
}
.link-wrapper .inner-wrapper {
  position: relative;
  display: inline-block;
}
.link-wrapper .inner-wrapper.wrapper-17 i.icon {
  left: 10px;
  position: absolute;
  font-size: 2rem;
  top: calc(50% - 1rem);
  transition: 0.5s;
  color: #b61a14;
}
.link-wrapper .inner-wrapper.wrapper-17:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #b61a14;
  transform: scaleY(0);
  transform-origin: bottom left;
  transition: transform 0.2s;
}
.link-wrapper .inner-wrapper.wrapper-17:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #b61a14;
  transform: scaleY(0);
  transform-origin: top right;
  transition: transform 0.2s 0.2s;
}
.link-wrapper .inner-wrapper.wrapper-17 .hover-17 {
  padding: 10px 30px;
}
.link-wrapper .inner-wrapper.wrapper-17 .hover-17:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #b61a14;
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.2s 0.3s;
}
.link-wrapper .inner-wrapper.wrapper-17 .hover-17:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #b61a14;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.2s 0.1s;
}
.link-wrapper .inner-wrapper.wrapper-17:hover .hover-17 {
  padding: 10px 40px 10px 20px;
}
.link-wrapper .inner-wrapper.wrapper-17:hover:before {
  transform: scaleY(1);
  transition: transform 0.2s 0.3s;
}
.link-wrapper .inner-wrapper.wrapper-17:hover:after {
  transform: scaleY(1);
  transition: transform 0.2s 0.1s;
}
.link-wrapper .inner-wrapper.wrapper-17:hover i.icon {
  transition: left 0.5s, right 0.5s;
  left: 85%;
  right: 10px;
}
.link-wrapper .inner-wrapper.wrapper-17:hover .hover-17:before {
  transform: scaleX(1);
  transition: transform 0.2s;
}
.link-wrapper .inner-wrapper.wrapper-17:hover .hover-17:after {
  transform: scaleX(1);
  transition: transform 0.2s 0.2s;
}
@media (min-width: 1200px) {
  .menu-container {
    width: 100% !important;
  }
}
/* #region Menu */
.menu {
  text-align: right;
  margin: 0;
  margin-top: 25px;
}
.menu li {
  display: inline-block;
  padding: 0;
}
.menu li a {
  color: #16143e;
  padding: 8px 20px;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.5s;
}
.menu li a:hover {
  background-color: #b61a14;
  text-decoration: none;
  color: #fff;
}
.mobile-menu, .hamburger {
  display: none;
}
.hamburger {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 20px;
}
.hamburger span {
  width: 25px;
  height: 3px;
  border-radius: 1px;
  background-color: #000;
  display: block;
  margin: 5px;
}
.mobile-menu {
  position: absolute;
  top: 0;
  width: 100%;
  background-color: #fff;
  padding-top: 30px;
  z-index: 1;
}
.mobile-menu ul {
  padding-left: 0;
}
.mobile-menu ul li {
  list-style: none;
  text-align: center;
  margin: 10px 0;
}
.mobile-menu ul li a {
  cursor: pointer;
  padding: 5px 10px;
  color: #16143e;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.mobile-menu ul li a:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
}
.mobile-menu .close {
  position: absolute;
  display: inline-block;
  right: 20px;
  top: 15px;
  width: 20px;
  height: 20px;
  opacity: 1;
  cursor: pointer;
}
.mobile-menu .close:hover {
  opacity: 0.5;
}
.mobile-menu .close::before, .mobile-menu .close::after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 21px;
  width: 2px;
  background-color: #333;
}
.mobile-menu .close::before {
  transform: rotate(45deg);
}
.mobile-menu .close::after {
  transform: rotate(-45deg);
}
.sticky#site-header {
  padding-top: 0px;
}
.sticky .menu-container .col-md-3 .logo {
  max-width: 180px;
}
.sticky #menu-one_page_menu {
  margin-top: 10px;
}
.sticky #menu-one_page_menu .menu .li a {
  padding: 5px 40px;
}
/* #endregion Menu */
.text .desc {
  margin: 50px 0;
}
.text .links {
  display: flex;
  flex-wrap: wrap;
}
.text .links a {
  padding: 10px 35px;
  display: inline-block;
  font-weight: 600;
  font-size: 1.5rem;
  margin: 15px;
}
.text .links .flat_link1 {
  background-color: #b61a14;
}
.text .links .flat_link1:hover {
  background-color: #fff;
}
.text .links .flat_link2:hover {
  background-color: #b61a14;
  color: #fff;
}
/* #region Sections */
#oferta.one-page-block .row > div {
  margin-top: 50px;
  margin-bottom: 50px;
}
#oferta .image-holder .background-block {
  position: absolute;
  width: 800px;
  height: 100%;
  background-color: #b61a14;
  z-index: -1;
  left: 80px;
}
#onas.one-page-block .row > div {
  margin-top: 50px;
  margin-bottom: 50px;
}
#onas .image-holder {
  width: 100%;
}
#onas .image-holder .background-block {
  width: 100%;
  height: 100%;
  position: absolute;
  display: grid;
  z-index: -1;
  grid-gap: 10px;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  grid-template-areas: "block-grey block-dots1" "block-dots2 block-blank";
}
#onas .image-holder .background-block .item-grey {
  grid-area: block-grey;
  background-color: #efefef;
}
#onas .image-holder .background-block .item-dots1 {
  grid-area: block-dots1;
}
#onas .image-holder .background-block .item-dots2 {
  grid-area: block-dots2;
}
#onas .image-holder .background-block .item-blank {
  grid-area: block-blank;
}
#normy {
  padding: 5px 0;
  color: #fff;
}
#normy .one-page-block .row > div {
  margin-top: 50px;
  margin-bottom: 50px;
}
#normy.deep-bg {
  background-color: #16143e;
}
#normy .image-holder {
  padding-top: 60px;
  width: 100%;
}
#normy .image-holder .image img {
  max-height: 770px;
}
#normy .image-holder .dots {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#pomiary .image-holder {
  width: 100%;
}
#pomiary .image-holder .background-block {
  width: 100%;
  height: 100%;
  position: absolute;
  display: grid;
  z-index: -1;
  grid-gap: 10px;
  grid-template-columns: 50% 50%;
  grid-template-rows: 50% 50%;
  grid-template-areas: ".. block-dots1" "block-dots2 ..";
}
#pomiary .image-holder .background-block .item-dots1 {
  grid-area: block-dots1;
}
#pomiary .image-holder .background-block .item-dots2 {
  grid-area: block-dots2;
}
#pomiary .image-holder .images {
  width: 100%;
  height: 100%;
}
#pomiary .image-holder .images .image0 {
  position: absolute;
  top: 5%;
  left: 25%;
}
#pomiary .image-holder .images .image1 {
  position: absolute;
  top: 50%;
  left: 15%;
}
#pomiary .image-holder .images .image2 {
  position: absolute;
  top: 25%;
  left: 50%;
}
#technologia_flat_floors {
  color: #fff;
}
#technologia_flat_floors .one-page-block .row > div:first-of-type {
  margin-top: 50px;
}
#technologia_flat_floors .one-page-block .row > div:last-of-type {
  margin-bottom: 50px;
}
#technologia_flat_floors .one-page-block .image-holder .dots1 {
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: 0;
}
#technologia_flat_floors .one-page-block .image-holder .dots2 {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: 0;
}
#technologia_flat_floors .one-page-block .image-holder .image {
  z-index: 1;
}
#technologia_flat_floors.machine-bg {
  background-repeat: no-repeat;
  background-position: unset;
  background-size: cover;
}
#kontakt .one-page-block {
  height: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  background-position-x: calc(50% - 50px);
}
#kontakt #contact-form {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 25px -6px rgba(0, 0, 0, 0.75);
}
#kontakt #contact-form div.wpcf7 {
  margin: 20px 0;
}
#kontakt #contact-form #wpcf7-f76-o1 {
  width: 100%;
  padding: 0 40px;
}
#kontakt #contact-form #contact-send {
  width: 100%;
  border-radius: 50px;
  background-color: #b61a14;
  height: 60px;
}
#map div {
  filter: grayscale(1);
}
/* #endregion Section */
footer .footer-info {
  text-align: right;
}
@media (min-width: 1540px) {
  h2 {
    font-size: 10rem;
  }
}
@media (min-width: 1200px) {
  .menu li a {
    padding: 8px 35px;
  }
  #oferta.one-page-block {
    height: 700px;
    margin-top: 120px;
    margin-bottom: 160px;
  }
  #pomiary.one-page-block {
    height: 700px;
    margin-top: 160px;
    margin-bottom: 160px;
  }
  #onas.one-page-block {
    height: 700px;
    margin-top: 100px;
    margin-bottom: 200px;
  }
  #normy .one-page-block {
    margin-top: 50px;
    margin-bottom: 100px;
  }
  #technologia_flat_floors.machine-bg {
    background-position: top;
  }
  #technologia_flat_floors .one-page-block {
    height: 980px;
  }
  #kontakt {
    margin-top: 250px;
    margin-bottom: 150px;
  }
  #kontakt .one-page-block {
    height: 700px;
  }
}
@media (min-width: 850px) {
  body {
    justify-content: center;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #technologia_flat_floors::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #b61a14;
    opacity: 0.5;
  }
}
@media (max-width: 979px) {
  #site-header .col-md-3 {
    text-align: left;
  }
  #site-header .col-md-3 .logo {
    max-width: 250px;
  }
  header .main-menu, header .sub-menu {
    display: none;
  }
  .hamburger {
    display: inline-block;
  }
  .menu-container .col-md-3 {
    padding-left: 0;
    text-align: center;
  }
  .offer-group > .wp-block-group__inner-container > p {
    padding: 0 30px;
  }
  .offer-group > .wp-block-group__inner-container > p:nth-child(2) {
    margin-bottom: 20px;
    font-size: 17px;
  }
  .offer-group {
    padding: 10px 0 20px 0;
  }
  .offer-group h3 {
    font-size: 38px;
  }
  h3 {
    font-size: 3rem;
  }
}
/* Portrait tablet to landscape and desktop */
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  footer .footer-info {
    text-align: center;
  }
  h2 {
    font-size: 5rem;
  }
  #technologia_flat_floors {
    background-color: #b61a14 !important;
    background-image: unset !important;
  }
  footer {
    text-align: center;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  h2 {
    font-size: 4rem;
  }
}
