@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: white;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  width: 100%;
}

h1, h2, h3, h4, h5 {
  font-family: "Roboto Condensed", sans-serif;
  color: #444444;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 32px;
}

h4 {
  font-size: 24px;
}

input, textarea, select {
  margin: 7px 0 15px;
  padding: 5px;
  border: 2px solid rgba(11, 111, 141, 0.9882352941);
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
}

.wrapper {
  width: 80%;
  max-width: 1200px;
  margin: 0px auto;
}

.none {
  display: none !important;
}

.first-section-padding {
  padding: 120px 0px 30px;
}

.section-padding {
  padding: 60px 0px 60px;
}

.section-title {
  padding-bottom: 40px;
}

span {
  color: #0B6F8D;
}

.doble-icon-bar a {
  display: flex;
  align-items: center;
  color: white;
  text-decoration: none;
}
.doble-icon-bar a h3 {
  color: white;
}
.doble-icon-bar a i {
  font-size: 25px;
  padding-right: 15px;
}

.flex {
  display: flex;
}
.flex div {
  margin-right: 20px;
}

.main-btn {
  padding: 8px 16px;
  background-color: #0b6f8d;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  font-size: 16px;
  border: none;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.main-btn:hover {
  background-color: #1496bd;
}
.main-btn i {
  margin: 0px 5px;
}

.secc-btn {
  background-color: #2CDA9D;
}

.messege-box {
  margin-top: 20px;
}
.messege-box form {
  display: flex;
  flex-direction: column;
}
.messege-box form p i {
  margin-left: 10px;
}
.messege-box input {
  width: -moz-fit-content;
  width: fit-content;
}
.messege-box textarea {
  height: 50px;
  max-width: 100%;
  max-height: 200px;
}

.check-bar {
  margin: 0px 0 10px;
  display: flex;
  align-items: start;
}
.check-bar input {
  margin-right: 10px;
}
.check-bar p {
  font-size: 10px;
}

.nav {
  position: fixed;
  width: 100%;
  background-color: white;
  font-weight: 500;
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.1411764706);
  z-index: 999;
}
.nav__content {
  position: relative;
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__logo {
  z-index: -1;
}
.nav__logo img {
  width: 150px;
}
.nav__burger-icon, .nav__x-icon {
  font-size: 30px;
  cursor: pointer;
  transition: all 0.3s;
}
.nav__burger-icon:hover, .nav__x-icon:hover {
  color: #0B6F8D;
}
.nav__burger-icon {
  display: none;
  color: #444444;
}
.nav__x-icon {
  color: #444444;
}
.nav__nav-bar ul, .nav__nav-bar li, .nav__mobile-nav ul, .nav__mobile-nav li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav__nav-bar li, .nav__mobile-nav li {
  padding: 13px;
}
.nav__nav-bar li i, .nav__mobile-nav li i {
  margin-left: 5px;
}
.nav__nav-bar a, .nav__mobile-nav a {
  text-decoration: none;
  color: #444444;
  transition: color 0.3s;
}
.nav__nav-bar a:hover, .nav__mobile-nav a:hover {
  color: #0B6F8D;
}
.nav__nav-bar a i, .nav__mobile-nav a i {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.nav__nav-bar a:hover > i, .nav__mobile-nav a:hover > i {
  transform: rotate(0deg);
}
.nav__nav-first-stage {
  display: flex;
}
.nav__mobile-nav {
  padding: 100px 30px;
  position: fixed;
  top: 0px;
  right: 0px;
  display: none;
  flex-direction: column;
  width: 40%;
  height: 100%;
  transform: translateX(300px);
  background-color: white;
  box-shadow: 0px 0px 5px rgba(68, 68, 68, 0.1411764706);
  transition: all 0.3s;
  z-index: -1;
}
.nav__expand {
  position: absolute;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  top: 76px;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border-radius: 0px 0px 10px 10px;
  border-bottom: 1px solid rgba(68, 68, 68, 0.1411764706);
  box-shadow: 0 4px 5px rgba(68, 68, 68, 0.1411764706);
  z-index: -100;
}
.nav__expand-column--one {
  display: flex;
  justify-content: center;
  width: 30%;
}
.nav__expand-column--two {
  display: flex;
  justify-content: space-around;
  width: 68%;
  color: #444444;
}
.nav__expand-column--two a {
  color: #868686;
  padding: 1.5px 0px;
}
.nav__expand-column--two div {
  display: flex;
  flex-direction: column;
}
.nav__expand-column a:hover {
  color: #0B6F8D;
}
.nav__product-title {
  font-size: 18px;
  color: #444444 !important;
}
.nav__product {
  cursor: pointer;
}
.nav__product-img {
  position: relative;
  text-align: center;
  width: 300px;
  height: 200px;
  filter: grayscale(100%);
}
.nav__expand-filter {
  position: absolute;
  width: 300px;
  height: 200px;
  background: #0B6F8D;
  opacity: 0.2;
}
.nav .toExpand li {
  padding-left: 15px;
}
.nav .toExpand li a {
  color: #868686;
  transition: color 0.3s;
}
.nav .toExpand li a:hover {
  color: #0B6F8D;
}

.show-mobile-nav {
  transform: translateX(0px);
}

.footer {
  background-color: #444444;
  color: white;
}
.footer h4 {
  color: white;
}
.footer__content {
  display: flex;
  justify-content: space-between;
}
.footer__column {
  width: 22%;
  display: flex;
  flex-direction: column;
}
.footer__column img {
  width: 70%;
}
.footer__column a {
  margin: 3px 0px;
  color: white;
  text-decoration: none;
}
.footer__column a:hover {
  color: #868686;
}

.msg {
  position: fixed;
  padding: 10px 20px;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  transform: translate(-50%, -50%);
  top: 95%;
  left: 50%;
  z-index: 999;
}
.msg i {
  margin-right: 5px;
}

.msg-sent {
  background-color: rgb(11, 167, 11);
}

.msg-error {
  background-color: rgb(218, 54, 13);
}

.mail-error {
  margin-top: 5px;
  padding: 5px 10px;
  background-color: rgba(210, 53, 14, 0.671);
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: white;
  transition: 0.3s;
}

.cal {
  padding-top: 120px;
  color: white;
}
.cal h2 {
  color: white;
}
.cal__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  width: 100%;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
}
.cal__content::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B6F8D;
  opacity: 0.8;
  z-index: -1;
}
.cal__content--rusztowanie-bg {
  background-image: url(../img/bg-rusztowanie.jpg);
}
.cal__content--kontener-bg {
  background-image: url(../img/contyner-cal/3-kontynery.jpg);
  background-position: -340px 0;
}
.cal__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 45%;
}
.cal__body {
  padding: 40px;
  width: 50%;
  background-color: white;
  border-radius: 5px;
  color: #444444;
}
.cal__option-bar {
  display: flex;
}
.cal__option-box p {
  margin-bottom: 10px;
}
.cal__option-cart {
  display: flex;
  margin-right: 30px;
}
.cal__option-cart p {
  margin-bottom: 10px;
}
.cal__option-cart i {
  margin-left: 10px;
}
.cal__option-cart .full-Of-flour, .cal__option-cart .half-Of-flour, .cal__option-cart .btn-container, .cal__option-cart .btn-mulda {
  padding: 7px 10px;
  border: 2px solid rgba(11, 111, 141, 0.4431372549);
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}
.cal__option-cart .full-Of-flour:hover, .cal__option-cart .half-Of-flour:hover, .cal__option-cart .btn-container:hover, .cal__option-cart .btn-mulda:hover {
  border: 2px solid #0B6F8D;
}
.cal__option-cart .half-flour-icon, .cal__option-cart .full-flour-icon {
  position: relative;
}
.cal__option-cart .half-flour-icon:hover::after, .cal__option-cart .full-flour-icon:hover::after {
  display: flex;
}
.cal__option-cart .full-flour-icon::after {
  display: none;
  padding: 5px;
  position: absolute;
  content: "Rusztowanie wyposażone w podesty oraz środki ochrony zbiorowej na każdej kondygnacji";
  left: 20px;
  top: -5px;
  width: 100px;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  background-color: #fff;
  border: 2px solid #0b6f8d;
  border-radius: 5px;
}
.cal__option-cart .half-flour-icon::after {
  display: none;
  padding: 5px;
  position: absolute;
  content: "Rusztowanie wyposażone w jeden poziom roboczy oraz jeden poziom zabezpieczający";
  left: 20px;
  top: -5px;
  width: 100px;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  background-color: #fff;
  border: 2px solid #0b6f8d;
  border-radius: 5px;
}
.cal__bar {
  margin-top: 20px;
  width: 100%;
}
.cal__bar select {
  width: 200px;
}
.cal__bar--horizont-box {
  margin-top: 0px;
  display: flex;
  align-items: center;
}
.cal__bar--horizont-box input {
  width: 50px;
  margin-left: 20px;
}
.cal__bar input {
  margin-top: 10px;
}
.cal__bar input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 10px 0;
  border: none;
}
.cal__bar input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: rgba(81, 169, 196, 0.8705882353);
  border-radius: 5px;
  border: 2px solid rgba(81, 169, 196, 0.8705882353);
}
.cal__bar input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: rgba(81, 169, 196, 0.8705882353);
  border-radius: 5px;
  border: 2px solid rgba(81, 169, 196, 0.8705882353);
}
.cal__bar input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  background: rgba(81, 169, 196, 0.8705882353);
  border-radius: 5px;
  border: 2px solid rgba(81, 169, 196, 0.8705882353);
}
.cal__bar input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 8px;
  border-radius: 5px;
  background: #0b6f8d;
  cursor: pointer;
  margin-top: -10px;
}
.cal__bar input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 8px;
  border-radius: 5px;
  background: #0b6f8d;
  cursor: pointer;
  margin-top: -10px;
}
.cal__bar input[type=range]::-ms-thumb {
  height: 20px;
  width: 8px;
  border-radius: 5px;
  background: #0b6f8d;
  cursor: pointer;
  margin-top: -10px;
}
.cal__bar input[type=range]:active::-webkit-slider-thumb {
  background: #428fa7;
}
.cal__bar input[type=range]:active::-moz-range-thumb {
  background: #0e8bb1;
}
.cal__bar input[type=range]:active::-ms-thumb {
  background: #0e8bb1;
}
.cal__bar input[type=range]::-ms-fill-lower {
  background: #ce1e1e;
  border-radius: 4px;
}
.cal__bar input[type=range]::-ms-fill-upper {
  background: #c40d0d;
  border-radius: 4px;
}
.cal__bar input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}
.cal__chek-bar {
  margin: 0px 0 10px;
  display: flex;
  align-items: start;
}
.cal__chek-bar input {
  margin-right: 10px;
}
.cal__chek-bar p {
  font-size: 10px;
}

.active {
  border: 2px solid #0B6F8D !important;
}

.dable__content {
  display: flex;
  justify-content: space-between;
}
.dable__column {
  margin: auto 0;
  width: 48%;
}
.dable__column img {
  width: 100%;
}
.dable__video {
  position: relative;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
}

.four__content {
  display: flex;
  justify-content: space-between;
}
.four__column {
  width: 22%;
}
.four__icon-box {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(68, 68, 68, 0.1411764706);
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  cursor: pointer;
}
.four__icon-box img {
  height: 50px;
}
.four__icon-box i {
  padding: 20px;
}
.four__icon-box:hover {
  box-shadow: 0px 0px 5px rgba(11, 111, 141, 0.5803921569);
}
.four__icon-box + p {
  margin-top: 20px;
  font-size: 14px;
}
.four__icon-box-curcle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  background-color: #0B6F8D;
}
.four__icon-box-curcle img {
  height: 45px;
  transition: all 0.3s;
}
.four__icon-box-curcle:hover img {
  height: 47px;
}
.four__icon-box-curcle i {
  color: white;
  font-size: 25px;
  transition: all 0.3s;
}
.four__icon-box-curcle:hover i {
  font-size: 30px;
}
.four__for-whom {
  position: relative;
  width: 100%;
  height: 200px;
  background-color: lime;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  z-index: 0;
  transition: opacity 0.3s;
}
.four__for-whom img {
  height: 100%;
  width: 100%;
}
.four__for-whom h3 {
  position: absolute;
  bottom: 10px;
  left: 15px;
  color: white;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s;
}
.four__for-whom::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0B6F8D;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.four__for-whom:hover {
  border-radius: 10px 10px 0px 0px;
}
.four__for-whom:hover::after {
  opacity: 0.6;
}
.four__for-whom:hover h3 {
  opacity: 1;
}
.four__for-whom-text {
  padding: 10px 15px;
  transform: translateY(-100px);
  box-shadow: 0 0 15px rgba(68, 68, 68, 0.1411764706);
  border-radius: 0px 0px 10px 10px;
  opacity: 0;
  transition: all 0.3s;
  z-index: -30;
  color: transparent;
}

.triple-carousel__content {
  padding: 10px 0px 40px 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  overflow-y: auto;
}
.triple-carousel__box {
  margin-right: 40px;
  padding: 15px;
  width: 35%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(68, 68, 68, 0.1411764706);
  flex: 0 0 auto;
}
.triple-carousel__stars {
  color: gold;
}
.triple-carousel__opin {
  margin: 20px 0px;
}
.triple-carousel__signature {
  font-style: italic;
  font-weight: 600;
}

.triple-carousel__content::-webkit-scrollbar, .four__content::-webkit-scrollbar {
  height: 8px;
  cursor: pointer;
}

.triple-carousel__content::-webkit-scrollbar-thumb, .four__content::-webkit-scrollbar-thumb {
  background-color: rgba(11, 111, 141, 0.5803921569); /* Kolor suwaka */
  border-radius: 10px; /* Zaokrąglenie suwaka */
}

.triple-carousel__content::-webkit-scrollbar-thumb:hover, .four__content::-webkit-scrollbar-thumb:hover {
  background-color: #0B6F8D;
}

.add-height-for-whom-text {
  transform: translateY(0px);
  opacity: 1;
  color: #444444;
}

.faq {
  background-color: rgb(244, 244, 244);
}
.faq__content {
  display: flex;
  justify-content: space-between;
}
.faq__sidebar {
  width: 35%;
}
.faq__sidebar img {
  width: 100%;
}
.faq__box {
  margin: 8px 0px;
}
.faq__main {
  width: 60%;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0px;
  padding: 10px;
  border: 1px solid rgba(11, 111, 141, 0.5803921569);
  border-radius: 10px;
  cursor: pointer;
}
.faq__question i {
  font-size: 20px;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.faq__question:hover i {
  transform: rotate(0deg);
  color: #0B6F8D;
}
.faq__answer {
  padding: 0px;
  height: 0px;
  overflow: hidden;
}
.faq__open {
  padding: 20px 5px 20px;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s;
}

.quiz__content {
  padding: 35px 20px;
  background-color: white;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.043);
  border-radius: 5px;
}
.quiz__progres-bar {
  position: relative;
  width: 100%;
  height: 30px;
  z-index: 2;
}
.quiz__progres-bar input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  outline: none;
  overflow: hidden;
  border-radius: 16px;
  z-index: -10;
}
.quiz__progres-bar input[type=range]::-webkit-slider-runnable-track {
  height: 18px;
  background: rgba(68, 68, 68, 0.1411764706);
  border-radius: 10px;
}
.quiz__progres-bar input[type=range]::-moz-range-track {
  height: 18px;
  background: rgba(68, 68, 68, 0.1411764706);
  border-radius: 10px;
}
.quiz__progres-bar input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  height: 18px;
  width: 15px;
  background-color: #0B6F8D;
  border-radius: 50%;
  box-shadow: -407px 0 0 400px #0B6F8D;
}
.quiz__progres-bar input[type=range]::-moz-range-thumb {
  height: 15px;
  height: 18px;
  width: 15px;
  background-color: #0B6F8D;
  border-radius: 50%;
  box-shadow: -407px 0 0 400px #0B6F8D;
}
.quiz__box {
  margin: 20px 0px 40px;
  animation: showQuiz 0.3s linear forwards;
}
.quiz__box input[type=radio] {
  margin: 0px 10px 10px 0px;
  cursor: pointer;
}
.quiz__box button {
  background-color: #444444;
}
.quiz__box button:hover {
  background-color: #868686;
}
@keyframes showQuiz {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.quiz__prefix {
  font-size: 18px;
  color: #0B6F8D;
  font-weight: 600;
}
.quiz__btn-bar {
  display: flex;
  justify-content: space-between;
}
.quiz__btn-bar i {
  font-size: 16px;
}

@media (max-width: 576px) {
  h1 {
    font-size: 48px;
  }
  h2 {
    font-size: 36px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 18px;
  }
  .wrapper {
    width: 90%;
  }
  .cal .section-title {
    margin-left: 25px;
  }
  .cal__content {
    padding: 0px;
  }
  .cal__body {
    padding: 10px;
  }
  .cal__text .doble-icon-bar {
    padding: 0px 25px;
  }
  .cal__text .doble-icon-bar h3 {
    font-size: 20px;
  }
  .cal__top-text {
    padding: 0px 25px;
  }
  .cal__top-text strong {
    font-size: 20px;
  }
  .cal__top-text p {
    display: none;
  }
  .cal__option-bar {
    flex-direction: flex;
  }
  .cal__option-bar p {
    margin-top: 20px;
  }
  .cal__option-cart {
    margin-right: 20px;
  }
  .cal .messege-box textarea {
    height: 100px;
    max-height: 200px;
  }
  .cal .messege-box form .flex div input {
    width: 100% !important;
  }
  .four__for-whom h3 {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: white;
    opacity: 0;
    z-index: 2;
    opacity: 1;
  }
  .four__for-whom::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0B6F8D;
    z-index: 1;
    opacity: 0;
    opacity: 0.6;
  }
  .four__for-whom-text {
    transform: translateY(0px);
    opacity: 1;
    color: #444444;
  }
  .footer__column {
    margin-bottom: 20px;
    width: 44%;
    flex-wrap: wrap;
  }
  .nav__mobile-nav {
    width: 60%;
  }
  .nav__logo {
    z-index: -1;
  }
}
@media (max-width: 768px) {
  .four__content {
    overflow-x: scroll;
  }
  .four__column {
    margin-right: 10px;
    margin-bottom: 40px;
    width: 200px;
    flex: 0 0 auto;
  }
  .triple-carousel__box {
    width: 200px;
  }
  .footer__content {
    display: flex;
    flex-flow: row wrap;
  }
}
@media (max-width: 840px) {
  .nav__nav-bar {
    display: none;
  }
  .nav__burger-icon {
    display: flex;
  }
  .nav__mobile-nav {
    display: flex;
  }
}
@media (max-width: 992px) {
  .cal__content {
    flex-direction: column;
    background-image: none;
  }
  .cal__content::after {
    opacity: 0.9;
  }
  .cal__body {
    width: 100%;
  }
  .cal__text {
    width: 100%;
    margin: 50px 0px;
  }
  .cal__messege-box input {
    width: 50%;
  }
  .doble-icon-bar {
    margin: 50px 0px 10px;
  }
  .dable__content {
    flex-direction: column;
  }
  .dable__column {
    width: 100%;
  }
  .dable__video {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .cal .flex {
    flex-direction: column;
  }
  .cal .flex div {
    margin-right: 0px;
  }
  .cal__messege-box input {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */