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

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins";
  color: #707070;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-weight: 500;
  font-family: "Barlow Condensed";
  line-height: 35px;
  color: #444444;
}

h1 {
  font-size: 110px;
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 38px;
}

h4 {
  font-size: 28px;
}

span {
  color: #0b6f8d;
}

.wrapper {
  margin: 0 auto;
  width: 90%;
  max-width: 1100px;
}

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

.none {
  display: none !important;
}

.top-bar {
  padding: 12px 0px;
}
.top-bar .wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
}
.top-bar .icon_link_bar {
  margin-left: 15px;
}

.icon_link_bar {
  display: flex;
  align-items: center;
}
.icon_link_bar i {
  margin-right: 7px;
  padding: 5px;
  background-color: #0b6f8d;
}
.icon_link_bar a {
  text-decoration: none;
  color: #444444;
}

.main-btn {
  min-height: 48px;
  min-width: 48px;
  margin: 10px 8px;
  padding: 12px 29px;
  background-color: #0b6f8d;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  border: none;
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
}
.main-btn:hover {
  background-color: #1496bd;
}
.main-btn i {
  margin: 0px 5px;
}
.main-btn--gigant {
  font-size: 28px;
  padding: 10px 30px;
}

.sec-btn {
  background-color: #444444;
  color: #ffffff;
}
.sec-btn:hover {
  color: #F7F7F7;
}

.third-btn {
  background-color: #2cda9d;
}

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

.section-title {
  margin-bottom: 40px;
  width: 100%;
}
.section-title h2 {
  font-size: 42px;
  font-weight: 500;
}
.section-title p {
  padding: 20px 0px;
  width: 100%;
}
.section-title--seccond h2 {
  color: #ffffff;
}
.section-title--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-title--table img {
  width: 200px;
  height: auto;
}

.notification {
  position: fixed;
  align-items: center;
  padding: 12px 24px;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #47bf5b;
  color: white;
  animation: move-top 0.5s linear forwards;
  z-index: 20;
}
.notification i {
  margin-right: 20px;
}
.notification--error {
  background-color: #bf4747;
}

.flex {
  display: flex;
}
.flex div {
  margin-right: 20px;
}
.flex__sb_aic {
  justify-content: space-between;
  align-items: center;
}
.flex--header {
  margin-top: 30px;
  align-items: center;
}
.flex--header a {
  color: #ffffff;
  font-weight: 500;
  margin-right: 10px;
}
.flex--header:hover .arrow i {
  transform: rotate(90deg);
  color: #2cda9d;
}

@keyframes move-top {
  0% {
    bottom: -10%;
  }
  100% {
    bottom: 10%;
  }
}
.preloader {
  position: fixed;
  background-color: #ffffff;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
.preloader__logo {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 350px;
}
.preloader__logo img {
  width: 100%;
}
.preloader__bar {
  position: relative;
  margin: 20px auto 0px;
  width: 250px;
  height: 8px;
  background-color: #eaeaea;
}
.preloader__bar::after {
  position: absolute;
  content: "";
  width: 30%;
  height: 100%;
  left: 70%;
  top: 0px;
  background-color: #444444;
  z-index: 20;
  animation: loading 5s infinite;
}

@keyframes loading {
  0% {
    left: 0%;
  }
  50% {
    left: 70%;
  }
  100% {
    left: 0%;
  }
}
.doble-icon-bar a {
  display: flex;
  align-items: center;
  color: #ffffff;
  text-decoration: none;
}
.doble-icon-bar a h3 {
  color: #ffffff;
}
.doble-icon-bar a i {
  font-size: 25px;
  padding-right: 15px;
}

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

.side-widget {
  display: flex;
  align-items: center;
  position: fixed;
  top: 30%;
  right: -176px;
  height: 70px;
  z-index: 999;
  padding: 10px;
  background-color: #0b6f8d;
  transition: all 0.3s;
}
.side-widget img {
  width: 70px;
}
.side-widget h4 {
  color: white;
  text-decoration: none;
  margin-left: 20px;
  font-size: 20px;
}
.side-widget:hover {
  right: 0px;
  background-color: #2cda9d;
}
.side-widget--secc {
  top: 40%;
  right: -165px;
  background-color: #444444;
}

.hidden {
  display: none;
}

.visible {
  display: block;
}

.disabled {
  pointer-events: none; /* nie da się kliknąć */
  opacity: 0.5; /* wygląda na wyszarzone */
  cursor: not-allowed; /* kursorem pokazujemy, że niedostępne */
}

.nav {
  position: fixed;
  width: 100%;
  font-weight: 500;
  z-index: 999;
  color: #444444;
  background-color: #ffffff;
  border-bottom: 1px solid #eaeaea;
}
.nav__content {
  position: relative;
  padding: 9px 0px 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #444444;
}
.nav__logo img {
  width: 120px;
}
.nav__burger-icon, .nav__x-icon {
  padding: 10px;
  font-size: 25px;
  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: 70%;
  height: 100%;
  transform: translateX(555px);
  background-color: #ffffff;
  box-shadow: 0px 0px 5px rgba(88, 88, 88, 0.368627451);
  transition: all 0.3s;
  z-index: -1;
  height: 100%; /* musi mieć ograniczenie */
  overflow-y: auto;
}
.nav__expand {
  position: absolute;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: rgb(255, 255, 255);
  border: 1px solid #eaeaea;
  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: rgba(88, 88, 88, 0.368627451);
  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: rgba(88, 88, 88, 0.368627451);
  transition: color 0.3s;
}
.nav .toExpand li a:hover {
  color: #0b6f8d;
}
.nav__form {
  background-color: #0b6f8d;
}
.nav__form i {
  margin-right: 20px;
}
.nav__bottom {
  display: flex;
  padding: 5px 0px;
  background-color: #F7F7F7;
}
.nav__bottom .flex {
  justify-content: end;
}
.nav__bottom a {
  display: flex;
  align-items: center;
}
.nav__bottom a:hover {
  color: #0b6f8d;
}
.nav__bottom a img {
  margin-right: 10px;
  height: 20px;
}

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

.header {
  position: relative;
  padding: 130px 0px 80px;
  position: relative;
  overflow: hidden;
}
.header__text {
  margin: 30px 0px;
  z-index: 2;
  font-size: 20px;
}
.header__swapbox {
  display: flex;
  flex-direction: column;
  height: 135px;
  overflow: hidden;
}
.header__inner {
  transform: translateY(0%);
  animation: swap 15s infinite alternate;
  animation-delay: 3s;
}
.header__swap-element {
  padding-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
  margin: 7px 0px;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(11, 111, 141, 0.2039215686);
}
.header__side-text {
  margin-top: 40px;
  color: rgba(68, 68, 68, 0.631372549);
}
.header__mobile-header {
  display: none;
  background-color: limegreen;
  margin: 50px 0px;
}

@keyframes swap {
  0% {
    transform: translateY(0%);
  }
  10% {
    transform: translateY(-25%);
  }
  25% {
    transform: translateY(-25%);
  }
  35% {
    transform: translateY(-50%);
  }
  50% {
    transform: translateY(-50%);
  }
  60% {
    transform: translateY(-75%);
  }
  75% {
    transform: translateY(-75%);
  }
  85% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(0%);
  }
}
.dable {
  position: relative;
  overflow: hidden;
}
.dable--grean-bg {
  background: #0B6F8D;
  background: linear-gradient(208deg, rgb(11, 111, 141) 42%, rgb(68, 68, 68) 100%);
  color: #ffffff;
}
.dable--grean-bg h1, .dable--grean-bg h2, .dable--grean-bg h3, .dable--grean-bg h4 {
  color: #ffffff;
  line-height: 50px;
}
.dable--grean-bg input, .dable--grean-bg select {
  width: 100% !important;
  background-color: #ffffff;
  color: rgba(68, 68, 68, 0.4666666667);
  border: 2px solid rgba(88, 88, 88, 0.368627451);
}
.dable--grean-bg input::-moz-placeholder {
  color: rgba(68, 68, 68, 0.4666666667);
}
.dable--grean-bg input::placeholder {
  color: rgba(68, 68, 68, 0.4666666667);
}
.dable--grean-bg input[type=checkbox] {
  width: 15px !important;
  transform: scale(1.3);
  border-radius: 0px;
  padding: 10px;
  margin-left: 5px;
}
.dable__bg-motiv {
  position: absolute;
  width: 950px;
  top: 55%;
  right: -15%;
}
.dable__content {
  display: flex;
  justify-content: space-between;
}
.dable__column {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 48%;
}
.dable__column img {
  position: relative;
}
.dable__column h1 {
  font-size: 50px;
}
.dable__column--proces {
  flex-direction: row;
  justify-content: start;
}
.dable__column--special {
  padding-left: 50px;
}
.dable__column--special p {
  padding: 5px 0px;
}
.dable__column--img {
  width: 45%;
}
.dable__column--tekst {
  padding: 0px 20px;
}
.dable__column--breath {
  padding: 20px 0px;
}
.dable__column--dable-img {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.dable__form-column {
  display: flex;
  flex-direction: column;
}
.dable__product-img {
  padding: 40px 80px;
  width: 100%;
}
.dable__four-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 20px;
}
.dable__four-img img {
  width: 100%;
}
.dable__box {
  margin: 10px 0px;
}
.dable__box h2 {
  font-size: 45px;
}
.dable__box img {
  width: 100px;
  margin-top: 10px;
}
.dable__box[type=last] {
  display: flex;
  align-items: center;
}
.dable__box[type=last] p {
  margin: 30px 20px 0px;
  font-weight: bold;
  color: #F7F7F7;
}
.dable .icon_link_bar {
  margin-top: 10px;
}
.dable__progres-bar {
  position: relative;
  margin: auto 30px auto 0px;
  height: 90%;
  width: 15px;
  left: 0px;
  top: 0px;
  background-color: #eaeaea;
}
.dable__progres-line {
  width: 100%;
  height: 0%;
  background-color: #0b6f8d;
  transition: all 0.3s;
}
.dable__progres-img {
  position: relative;
  margin: 0px auto;
  width: 70%;
  height: auto;
}
.dable__element {
  padding: 15px 0px;
  cursor: pointer;
}
.dable__element h4 {
  transition: all 0.3s;
}
.dable__element p {
  margin-top: 10px;
}
.dable__element:hover h4 {
  color: #0b6f8d;
}
.dable__subpage_header_img {
  position: relative;
  padding: 0px 50px;
}
.dable__subpage_header_img .sqr {
  position: absolute;
  top: 50px;
  left: 80px;
  width: 70%;
  height: 100%;
  background-color: #0b6f8d;
  z-index: -1;
}
.dable__subpage_header_img img {
  position: relative;
  width: 70%;
  height: auto;
}
.dable__video {
  position: relative;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
}
.dable__icon-bar {
  display: flex;
  align-items: center;
}
.dable__icon-bar a {
  margin-right: 5px;
}
.dable__icon-bar i {
  margin-right: 20px;
  font-size: 20px;
}
.dable__icon-bar p {
  font-size: 18px;
}
.dable__icon-bar:nth-child(even) i {
  color: #2cda9d;
}
.dable__img_bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: #0b6f8d;
  z-index: 100;
}

@keyframes test {
  0% {
    border: 1px solid #0b6f8d;
  }
  50% {
    border: 1px solid #ffffff;
  }
  100% {
    border: 1px solid #0b6f8d;
  }
}
.service {
  margin-top: 40px;
}
.service__content {
  position: relative;
}
.service__box {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.service__box a {
  text-decoration: none;
}
.service__box img {
  position: absolute;
  width: 100%;
  z-index: -1;
}
.service__box--one {
  grid-column: 1/2;
  grid-row: 1/2;
}
.service__box--one p {
  padding: 20px 0px;
}
.service__box--two {
  grid-column: 2/4;
  grid-row: 1/2;
}
.service__box--three {
  grid-column: 1/2;
  grid-row: 2/3;
}
.service__box--for {
  grid-column: 2/3;
  grid-row: 2/3;
}
.service__box--five {
  grid-column: 3/4;
  grid-row: 2/3;
}
.service__text {
  height: 100%;
  width: 100%;
  padding: 20px;
  color: #ffffff;
  background-color: rgba(255, 195, 66, 0.6470588235);
  opacity: 1;
  transition: all 0.3s;
  cursor: pointer;
}
.service__text:hover {
  opacity: 0;
}
.service__text:hover + .service__arrow-box {
  opacity: 1;
}
.service__arrow-box {
  position: absolute;
  width: 100px;
  bottom: 35%;
  right: 5%;
  z-index: 20;
  opacity: 0;
}
.service__arrow-box img {
  width: 100px;
}
.service__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
.service__card img {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: grayscale(70%);
}
.service__card::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0px;
  background: linear-gradient(45deg, rgb(68, 68, 68) 0%, rgba(18, 156, 198, 0.696) 100%);
  opacity: 0.6;
  z-index: 2;
  transition: all 0.3s ease;
}
.service__card--text {
  position: relative;
  padding: 20px;
  z-index: 3;
}
.service__card--text h3, .service__card--text p {
  color: #ffffff;
}
.service__card--text p {
  height: 0px;
  transition: all 0.3s;
  overflow: hidden;
}
.service__card .arrow {
  position: relative;
  margin: 20px;
  z-index: 4;
}
.service__card:hover > .arrow > i {
  transform: rotate(90deg);
  color: #2cda9d;
}
.service__card:hover::after {
  opacity: 0.2;
  transition: all 0.3s;
}

.four-plas-one {
  background-color: #eaeaea;
  overflow: hidden;
}
.four-plas-one__content {
  display: flex;
  justify-content: space-between;
}
.four-plas-one__four {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  width: 60%;
}
.four-plas-one__four button {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
}
.four-plas-one__one {
  position: relative;
  width: 35%;
}
.four-plas-one__one img {
  position: absolute;
  width: 120%;
  right: 0px;
}
.four-plas-one__option {
  padding: 20px 30px 20px 0px;
}
.four-plas-one__option p {
  padding: 15px 0px;
}
.four-plas-one__option a {
  color: #0b6f8d;
  font-weight: bold;
  text-decoration: none;
}

.four {
  background-color: #F7F7F7;
}
.four__content {
  display: flex;
  justify-content: space-between;
}
.four__column {
  width: 23%;
}
.four__icon-box {
  width: 100%;
  padding: 0px;
  border: 3px solid #0b6f8d;
  width: -moz-fit-content;
  width: fit-content;
  transition: all 0.3s;
  cursor: pointer;
}
.four__icon-box img {
  height: 100%;
}
.four__icon-box i {
  padding: 20px;
}
.four__icon-box:hover {
  border: 3px solid #2cda9d;
}
.four__icon-box + p {
  margin-top: 20px;
}
.four__icon-box-curcle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20%;
  width: 80px;
  height: 80px;
}
.four__icon-box-curcle img {
  height: 100%;
  transition: all 0.3s;
}
.four__icon-box-curcle:hover img {
  height: 100%;
}
.four__icon-box-curcle i {
  color: #ffffff;
  font-size: 25px;
  transition: all 0.3s;
}
.four__icon-box-curcle:hover i {
  font-size: 30px;
}
.four__icon-box-curcle h2 {
  color: #ffffff;
}
.four__for-whom {
  position: relative;
  width: 100%;
  height: 200px;
  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: #ffffff;
  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::after {
  opacity: 0.4;
}
.four__for-whom:hover h3 {
  opacity: 1;
}
.four__for-whom-text {
  padding: 10px 0px;
}
.four__more-btn {
  color: #0b6f8d;
  cursor: pointer;
  transition: all 0.3s;
}
.four__more-btn:hover {
  color: #2cda9d;
}
.four__rent_img {
  margin: 30px 0px;
  width: 90%;
  max-width: 450px;
}

.opinion-carusel {
  background-color: #0b6f8d;
  color: #ffffff;
}
.opinion-carusel__content {
  overflow: hidden;
}
.opinion-carusel__content a .main-btn {
  margin: 60px 50% 0px;
  width: 200px;
  transform: translate(-50%, -50%);
}
.opinion-carusel span {
  color: #444444;
}
.opinion-carusel__box {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.opinion-carusel__opinion {
  padding: 15px;
  margin: 10px;
  width: 23%;
  background-color: #444444;
  color: #ffffff;
  flex-shrink: 0;
}
.opinion-carusel__opinion p {
  padding: 10px 0px;
}
.opinion-carusel__arrow-box {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.opinion-carusel__left, .opinion-carusel__right {
  margin: 0px 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.opinion-carusel__left img, .opinion-carusel__right img {
  width: 50px;
}
.opinion-carusel__left:hover, .opinion-carusel__right:hover {
  transform: scale(1.1);
}
.opinion-carusel__left img {
  transform: rotate(180deg);
}

.artical__content {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.artical__text-column {
  width: 65%;
}
.artical__text-column img {
  width: 100%;
}
.artical__bar-column {
  position: relative;
  display: flex;
  justify-content: center;
  width: 30%;
  transition: all 0.5s;
}
.artical__text {
  padding: 30px 0px;
  scroll-margin-top: 100px;
}
.artical__text h4 {
  margin: 10px 0px;
}
.artical__bar {
  position: sticky;
  top: 100px;
  padding: 20px 10px;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #ffffff;
}
.artical__mini-nav {
  display: none;
  cursor: pointer;
}
.artical hr {
  border: 1px solid #0b6f8d;
  width: 70%;
}

.galery {
  padding-top: 120px;
}
.galery__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 30px;
}
.galery__element img {
  width: 100%;
  height: 100%;
}
.galery__modal {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  width: 80vw;
  max-width: 800px;
  height: 500px;
}
.galery__modal img {
  height: 90%;
  width: auto;
}

.contact {
  overflow: hidden;
}
.contact__content {
  display: flex;
  justify-content: space-between;
}
.contact__form-box {
  padding-top: 20px;
  width: 40%;
}
.contact__form-box form {
  display: flex;
  flex-direction: column;
}
.contact__img {
  position: relative;
  width: 50%;
}
.contact__img img {
  position: absolute;
  width: 95%;
}
.contact__form-bar {
  display: flex;
  justify-content: space-between;
}
.contact__form-bar input {
  width: 47%;
}
.contact__form-bar--checkbox p {
  font-size: 10px;
}
.contact__form-bar--checkbox input[type=checkbox] {
  margin-right: 10px;
  width: 15px;
  height: 15px;
}
.contact input, .contact textarea, .contact select {
  margin: 5px 0px;
  color: #757575;
}
.contact textarea {
  max-width: 100%;
  max-height: 300px;
}
.contact .main-btn {
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
}

.databar {
  padding: 50px 0px;
  background-color: #0b6f8d;
  color: #ffffff;
}
.databar h1, .databar h2, .databar h3, .databar h4 {
  color: #ffffff;
}
.databar__content {
  display: flex;
}
.databar__column {
  padding: 10px 15px;
  display: flex;
  flex-direction: column;
  width: 23%;
}

.height-all {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.catalog__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 20px;
  margin-top: 30px;
  overflow: hidden;
}
.catalog__card {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  border: 1px solid rgba(88, 88, 88, 0.368627451);
}
.catalog__card--klima p {
  height: 60px;
  border-bottom: 3px solid rgba(255, 195, 66, 0.6470588235);
  font-size: 14px;
  transition: all 0.3s;
  overflow: hidden;
  margin-bottom: 10px;
}
.catalog__text {
  padding: 25px 25px 15px;
  width: 100%;
  text-align: left;
}
.catalog__text .old-price {
  margin: 5px 10px 0px;
  font-size: 30px;
  text-decoration: line-through;
  color: #e53c3c;
}
.catalog__text h3 {
  font-size: 40px;
}
.catalog__text h3 span {
  color: #9e2020;
}
.catalog__text h3 p {
  font-size: 16px;
}
.catalog__text h3 .mini {
  font-size: 16px;
}
.catalog__text p {
  padding: 4px 0px 5px 0px;
  transition: all 0.3s;
  overflow: hidden;
}
.catalog__text span {
  font-weight: bold;
}
.catalog__show-btn {
  padding: 8px;
  background-color: #444444;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
}
.catalog__show-btn:hover {
  font-size: 22px;
  color: #0b6f8d;
}
.catalog__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 55%;
}
.catalog__footer {
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  width: 100%;
  text-align: left;
  background-color: #0b6f8d;
}
.catalog__footer a {
  padding: 15px 0px;
  text-decoration: none;
  color: #444444;
}
.catalog__footer a button {
  display: flex;
  align-items: center;
  font-size: 20px;
  width: 100%;
}
.catalog__footer a button img {
  width: 30px;
  height: 15px;
  margin-left: 10px;
  transition: all 0.3s;
}
.catalog__footer a button:hover img {
  margin-left: 20px;
}
.catalog__klima-img {
  margin: 40px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.catalog__klima-img img {
  width: 40%;
}

.cta {
  background-color: #eaeaea;
}
.cta__content {
  display: flex;
}
.cta__column {
  position: relative;
  width: 48%;
}
.cta__column--btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta__column img {
  width: 50px;
  margin-right: 20px;
  animation: cta 2s infinite;
}
.cta__column .sec-btn {
  position: relative;
  font-size: 20px;
  text-decoration: none;
}

.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%;
  min-height: 80px;
  max-height: 200px;
}

@keyframes cta {
  0% {
    margin-right: 20px;
  }
  50% {
    margin-right: 35px;
  }
  100% {
    margin-right: 20px;
  }
}
.swap__nav {
  display: flex;
  margin-top: 20px;
  transition: all 0.3s;
}
.swap__nav h4 {
  margin-right: 35px;
  padding-bottom: 5px;
  cursor: pointer;
  transition: all 0.3s;
}
.swap__img {
  margin-bottom: 30px;
  width: 100%;
  max-width: 350px;
}
.swap__content {
  margin-top: 40px;
  padding: 20px;
  background-color: #eaeaea;
  transition: all 0.3s;
}

.blog {
  margin: 0px 0px 100px;
}
.blog__content {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
.blog__main {
  padding-right: 30px;
  width: 60%;
}
.blog__main ul, .blog__main ol {
  list-style-position: inside; /* Umieszcza kropki lub numery wewnątrz elementu listy */
  margin-left: 0; /* Usuwa margines z lewej strony listy */
}
.blog__main img {
  width: 100%;
  height: auto;
}
.blog__main div {
  margin-top: 20px;
}
.blog__main h1 {
  color: red;
}
.blog__img {
  position: relative;
  width: 36%;
}
.blog__sitebar {
  position: sticky;
  padding: 20px;
  top: 100px;
  width: 100%;
  background-color: #F7F7F7;
}
.blog .section-title {
  padding-top: 100px;
}
.blog .section-title h1 {
  padding: 0px 0px;
}
.blog .arrow-box {
  position: relative;
  align-items: center;
  margin-bottom: 20px;
}
.blog .arrow-box::after {
  position: absolute;
  content: "";
  width: 75%;
  height: 0.5px;
  bottom: -10px;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}
.blog .arrow-box::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 0.5px;
  bottom: -10px;
  background-color: #444444;
}
.blog .arrow-box:hover::after {
  background-color: #2cda9d;
  transform: scaleX(1);
}
.blog .arrow-box .arrow {
  margin-left: 20px;
}
.blog .arrow-box a {
  color: #444444;
  text-decoration: none;
  transition: 0.5s;
}
.blog .arrow-box:hover > a {
  color: #2cda9d;
}

.blog-section {
  background-color: #F7F7F7;
}
.blog-section__content {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 40px;
}
.blog-section__card {
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.blog-section__card img {
  position: relative;
  width: 100%;
  height: 200px;
  cursor: pointer;
}
.blog-section__card--img {
  position: relative;
}
.blog-section__card--img::after {
  position: absolute;
  content: "";
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: #0b6f8d;
  opacity: 0.4;
  z-index: 2;
}
.blog-section__card:nth-child(even) .blog-section__card--img::after {
  background-color: #444444;
}
.blog-section__card h4 {
  margin: 10px 0px;
}
.blog-section__card h5 {
  margin-top: 5px;
  font-weight: normal;
}
.blog-section__card h5 i {
  color: #45afcf;
  margin-right: 10px;
}
.blog-section__card h3 {
  line-height: 100%;
  margin: 10px 0px;
}
.blog-section__card p {
  margin-bottom: 10px;
}
.blog-section__card a {
  padding: 10px 0px;
  color: #0b6f8d;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
.blog-section__card a:hover {
  color: #0b6f8d;
  letter-spacing: 1px;
}
.blog-section__card:hover {
  transform: scale(1.01);
}
.blog-section__btn-bar {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  width: 100%;
}
.blog-section__nav {
  margin: 30px 0px 50px;
}
.blog-section__nav a {
  margin-right: 20px;
  text-decoration: none;
}

.faq {
  background-color: #eaeaea;
}
.faq__content {
  display: flex;
  justify-content: space-between;
}
.faq__sidebar {
  width: 35%;
}
.faq__sidebar img {
  width: 100%;
}
.faq__box {
  margin: 5px 0px;
}
.faq__main {
  width: 60%;
}
.faq__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 7px 0px;
  padding: 15px;
  font-size: 20px;
  background-color: #F7F7F7;
  cursor: pointer;
  transition: all 0.3s;
  scroll-margin-top: 300px;
}
.faq__question .flex img {
  width: 30px;
}
.faq__question i {
  font-size: 20px;
  transform: rotate(-90deg);
  transition: all 0.3s;
}
.faq__question:hover i {
  transform: rotate(0deg);
  color: #0b6f8d;
}
.faq__question:hover {
  background-color: #2cda9d;
}
.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;
}
.faq__tini_text {
  font-size: 16px;
  padding: 7px;
}

.dable-button {
  margin: 30px 0px;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: space-between;
}
.dable-button button {
  margin-right: 20px;
}

.news__darkbg {
  background-color: #F7F7F7;
}
.news__card {
  position: relative;
  z-index: 1;
}
.news__card h4 {
  margin: 10px 0px 7px;
}
.news__card .arrow {
  position: absolute;
  top: 150px;
  right: 20px;
}
.news__card:hover > .arrow > i {
  transform: rotate(90deg);
  color: #2cda9d;
}
.news__miniatura {
  position: relative;
  display: block;
  overflow: hidden;
}
.news__miniatura img {
  width: 100%;
  height: 200px;
  display: block;
  filter: grayscale(60%);
  -o-object-fit: cover;
     object-fit: cover; /* kadrowanie, bez ściskania */
  -o-object-position: center;
     object-position: center; /* opcjonalnie: ustawia kadr na środku */
}
.news__miniatura--aktualnosc:hover {
  transition: all 0.3s;
}
.news__miniatura--aktualnosc:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #2CDA9D;
  background: linear-gradient(208deg, rgba(44, 218, 157, 0.3) 42%, rgba(68, 68, 68, 0) 100%);
  pointer-events: none;
}
.news__miniatura--blog:hover {
  transition: all 0.3s;
}
.news__miniatura--blog:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #444444;
  background: linear-gradient(208deg, rgba(57, 57, 57, 0.516) 50%, rgba(237, 221, 83, 0) 100%);
  pointer-events: none;
}
.news__miniatura--realizacja:hover {
  transition: all 0.3s;
}
.news__miniatura--realizacja:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #0B6F8D;
  background: linear-gradient(208deg, rgba(11, 111, 141, 0.3) 50%, rgba(237, 221, 83, 0) 100%);
  pointer-events: none;
}
.news__page {
  padding-top: 120px;
}
.news__content h1 {
  padding: 0px 0px 50px;
}
.news__content img {
  max-width: 70%;
}
.news__content hr {
  margin: 10px 0px;
}
.news__content p {
  margin: 20px 0px;
}
.news__content ul, .news__content ol {
  list-style: disc !important;
  margin-left: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.news__content li {
  list-style: inherit !important;
}
.news__aside {
  background-color: #F7F7F7;
  padding: 20px;
}
.news__aside hr {
  margin: 10px 0px;
}
.news__aside a {
  display: block;
  padding: 5px 0px;
  transition: all 0.3s;
}
.news__aside a:hover {
  color: #0b6f8d;
}
.news__link {
  transition: all 0.3s;
}
.news__link:hover {
  color: #2cda9d;
}
.news__price {
  top: 0px;
  position: absolute;
  padding: 10px 20px;
  background-color: #2cda9d;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.wp-block-heading {
  margin: 30px 0px;
}

.wp-block-list ul,
.wp-block-list ol {
  list-style: disc !important;
  padding-left: 20px !important;
}

.wp-block-image {
  margin: 30px 0px;
}

.arrow-box {
  display: flex;
}
.arrow-box:hover > .arrow > i {
  transform: rotate(90deg);
  color: #2cda9d;
}

.arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  background-color: #ffffff;
  cursor: pointer;
  transition: all 0.3s;
}
.arrow i {
  transform: rotate(45deg);
  font-style: 22px !important;
  transition: all 0.3s;
}
.arrow:hover > i {
  transform: rotate(90deg);
  color: #2cda9d;
}

.coop__element {
  border-left: 2px solid #0b6f8d;
  padding-left: 15px;
}

.just-text {
  background-color: #F7F7F7;
}

.one-plas-icon__headline {
  margin-bottom: 20px;
}
.one-plas-icon__main-text {
  margin: 20px 0px;
}
.one-plas-icon__icon-box {
  margin-top: 80px;
}
.one-plas-icon__icon-box div {
  margin: 10px 0px;
}
.one-plas-icon__icon-head {
  font-size: 18px;
}
.one-plas-icon__icons {
  width: 50px;
}
.one-plas-icon__check {
  width: 25px;
}
.one-plas-icon__btn {
  margin-top: 40px;
}

.bait {
  position: fixed;
  bottom: 0%;
  right: 0%;
  transform: translate(-50%, -50%);
  animation: shake 3s infinite ease-in-out;
  z-index: 99;
}
.bait button {
  padding: 15px 20px;
  font-size: 20px;
  background-color: #0b6f8d;
  color: #ffffff;
  border: none;
  box-shadow: 0 0 15px rgba(88, 88, 88, 0.368627451);
  transition: all 0.3s;
  cursor: pointer;
}
.bait button i {
  margin-right: 10px;
}
.bait button:hover {
  background-color: #cc900f;
}

@keyframes shake {
  0% {
    right: 0%;
  }
  5% {
    right: 0.5%;
  }
  10% {
    right: -0.5%;
  }
  15% {
    right: 0.5%;
  }
  20% {
    right: 0%;
  }
  100% {
    right: 0%;
  }
}
.footer {
  background-color: #444444;
  color: #ffffff;
}
.footer__logo img {
  width: 50%;
}
.footer__content {
  display: flex;
  margin-top: 30px;
}
.footer__column {
  display: flex;
  flex-direction: column;
  margin-right: 50px;
}
.footer__column p {
  padding-bottom: 10px;
}
.footer__column a {
  text-decoration: none;
  color: white;
  margin: 2px 0px;
  transition: all 0.3s;
}
.footer__column a:hover {
  color: #0b6f8d;
}

.soon {
  padding: 200px;
}
.soon a {
  transition: all 0.3s;
}
.soon a:hover {
  color: #2cda9d;
}

.slider {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: auto;
  overflow: hidden;
}
.slider .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
}
.slider .slider-item {
  min-width: 100%;
}
.slider .slider-item img {
  width: 100%;
  display: block;
  border-radius: 8px;
}
.slider .slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 115, 230, 0.7);
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.slider .slider-btn.left {
  left: 10px;
}
.slider .slider-btn.right {
  right: 10px;
}
.slider .slider-btn:hover {
  background: rgb(0, 115, 230);
}

#pre-loder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999999;
  background-color: #ffffff;
}
#pre-loder img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  opacity: 0;
  animation: lol 0.8s infinite linear;
}

@keyframes lol {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes turn-left {
  0% {
    transform: translateX(102%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes turn-right {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(102%);
  }
}
.cal {
  padding-top: 120px;
  color: #ffffff;
  transition: all 0.3s;
}
.cal h2 {
  color: #ffffff;
}
.cal__content {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 40px 30px;
  width: 100%;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}
.cal__content::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #0B6F8D;
  background: linear-gradient(45deg, rgb(68, 68, 68) 0%, rgb(11, 111, 141) 100%);
  opacity: 0.8;
  z-index: -1;
}
.cal__content--rusztowanie-bg {
  background-image: url(../img/landing/bg-rusztowanie.webp);
}
.cal__content--kontener-bg {
  background-image: url(../img/landing/3-kontynery.webp);
  background-position: -340px 0;
}
.cal__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
}
.cal__text .doble-icon-bar {
  margin-top: 20px;
}
.cal__body {
  padding: 40px;
  width: 55%;
  background-color: #ffffff;
  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: 3px;
  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__option-cart--conteiner {
  border: 2px solid #45afcf;
  border-radius: 2px;
  transition: all 0.3s;
}
.cal__option-cart--conteiner:hover {
  cursor: pointer;
  transform: scale(1.05);
  border: 3px solid #2cda9d;
}
.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;
}
.cal__mulda-box, .cal__hak-box {
  transition: all 0.3s;
  animation: show 0.5s forwards;
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.active {
  border: 3px solid #2cda9d !important;
}

.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.4666666667);
  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: #45afcf; /* 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;
}

.zoom-box {
  position: fixed;
  width: 200vh;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.393);
  background-size: contain;
  z-index: 99;
}

.zoom-img {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 50%;
  left: 50%;
  width: 60vw;
  height: 60vh;
  transform: translate(-50%, -50%);
  background-color: rgb(255, 255, 255);
  z-index: 100;
}
.zoom-img img {
  width: auto;
  height: 100%;
}

.sub-header {
  position: relative;
  background: #0B6F8D;
  background: linear-gradient(45deg, rgb(68, 68, 68) 0%, rgba(16, 155, 198, 0.5) 100%);
  overflow: hidden;
}
.sub-header img {
  top: 0px;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.sub-header__content {
  padding-top: 80px;
}
.sub-header__content h1 {
  color: #ffffff;
}
.sub-header__content p {
  color: #ffffff;
}

.table-sec__text {
  margin: 30px 0px;
}
.table-sec__img {
  position: relative;
  height: 90%;
}
.table-sec tbody tr:nth-child(even) {
  background-color: #eaeaea;
}
.table-sec__table {
  margin-top: 50px;
}
.table-sec td {
  padding: 8px 0px;
  font-size: 16px;
}
.table-sec th {
  font-size: 18px;
  padding: 8px 0px;
}
.table-sec span {
  color: #444444;
  font-weight: 600;
  transition: all 0.3s;
}
.table-sec span:hover {
  color: #2cda9d;
}
.table-sec span i {
  margin-left: 5px;
}
.table-sec__wwa-table {
  padding: 8px 20px 8px 8px !important;
}
.table-sec__last-img {
  width: 100%;
}
.table-sec__video {
  width: 100%;
  height: auto;
  min-height: 315px;
}

.min-galery {
  background-color: #F7F7F7;
}
.min-galery__element {
  border: 1px solid rgba(68, 68, 68, 0.4666666667);
  transition: all 0.3s;
}
.min-galery__element:hover {
  background-color: rgba(0, 255, 166, 0.631372549);
}
.min-galery__bootom {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.min-galery__text {
  padding: 10px;
}

.galery-app {
  background-color: #F7F7F7;
}
.timeline span {
  background-color: #0b6f8d;
}
.timeline a {
  text-decoration: underline;
  color: #2cda9d;
}

.central {
  position: relative;
  overflow: hidden;
}
.central .section-title {
  text-align: center;
  margin: 0 auto;
  width: 800px;
  max-width: 90%;
}
.central__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  width: 800px;
  max-width: 90%;
  height: auto;
}
.central__img {
  position: relative;
  width: 100%;
  aspect-ratio: 3/2;
  background-image: url("../img/subpages/mapa-kontener.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.central__img p {
  font-size: 16px;
  background-color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.central__img--klin {
  background-image: url("../img/subpages/mapa-rusztowania.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 3/2;
}
.central__img--wwa {
  background-image: url("../img/subpages/warszawa-schemat.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 3/2;
}
.central__bacground {
  width: 100%;
  height: auto;
  filter: sepia(100);
}
.central__hover {
  position: absolute;
  transform: translate(-50%, -50%);
  width: 6%;
  cursor: pointer;
  transition: all 0.3s;
  z-index: 10;
}
.central__hover:hover {
  scale: 1.05;
}
.central__hover--klin {
  width: -moz-fit-content;
  width: fit-content;
}
.central__icon-link {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}
.central__icon-link:hover + .central__img_plas {
  opacity: 1;
  display: inline;
  transition: all 0.3s;
}
.central__img_plas {
  position: absolute;
  top: -3.8%;
  left: 0%;
  opacity: 0;
  display: none;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  animation: show-layer 0.3s;
}
.central__hover[type="1"] {
  top: 35%;
  left: 40%;
}
.central__hover[type="2"] {
  top: 10%;
  left: 10%;
}
.central__hover[type="3"] {
  top: 50%;
  left: 53%;
}
.central__hover[type="4"] {
  top: 55%;
  left: 20%;
}
.central__hover[type="5"] {
  top: 50%;
  left: 87%;
}
.central__hover[type="6"] {
  top: 15%;
  left: 60%;
}
.central__hover[type="7"] {
  top: 50%;
  left: 65%;
}
.central__hover[type="8"] {
  top: 42%;
  left: 7%;
}
.central__hover[type="9"] {
  top: 93%;
  left: 55%;
}
.central__hover[type="10"] {
  top: 66%;
  left: 89%;
}
.central__hover[type="11"] {
  top: 88%;
  left: 89%;
}
.central__hover[type="12"] {
  top: 90%;
  left: 7%;
}
.central__hover[type="13"] {
  top: 93%;
  left: 70%;
}
.central__hover[type="14"] {
  top: 5%;
  left: 75%;
}
.central__hover[type="15"] {
  top: 10%;
  left: 55%;
}
.central__hover[type="16"] {
  top: 62%;
  left: 7%;
}
.central__hover[type="17"] {
  top: 10%;
  left: 27%;
}

@keyframes show-layer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 1100px) {
  .service__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .service__box--one {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .service__box--one p {
    padding: 20px 0px;
  }
  .service__box--two {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .service__box--two img {
    height: 100%;
  }
  .service__box--three {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .service__box--for {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .service__box--five {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (max-width: 1050px) {
  nav .nav__logo img {
    width: 100px;
  }
  .flex {
    flex-direction: column;
  }
  .cal__content {
    flex-direction: column;
    padding: 20px 0px;
  }
  .cal__text {
    padding: 0px 20px 20px;
    width: 100%;
  }
  .cal__text .doble-icon-bar h3 {
    font-size: 32px;
  }
  .cal__body {
    width: 100%;
  }
}
@media (max-width: 940px) {
  nav .nav__logo img {
    width: 100px;
  }
  nav .nav__nav-bar {
    position: fixed;
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    justify-content: start;
    padding: 90px 30px 30px;
    height: 100%;
    width: 40%;
    top: 0%;
    right: 0%;
    transform: translateX(102%);
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(88, 88, 88, 0.368627451);
  }
  nav .nav__nav-element {
    margin: 10px 0px;
  }
  nav .nav__form {
    margin-bottom: 30px;
  }
  nav .nav__icons {
    display: inline;
  }
  nav .nav__bottom {
    display: none;
  }
  nav .nav__burger-icon {
    display: inline-block;
  }
  nav .nav__mobile-nav {
    display: inline-block;
  }
  .dable__product-img {
    padding: 40px 40px;
  }
  .side-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0px;
    height: 40px;
    width: 50%;
    z-index: 999;
    padding: 10px;
    background-color: #0b6f8d;
    transition: all 0.3s;
  }
  .side-widget img {
    width: 40px;
  }
  .side-widget h4 {
    color: white;
    text-decoration: none;
    margin-left: 10px;
    font-size: 18px;
  }
  .side-widget:hover {
    right: 0px;
    background-color: #2cda9d;
  }
  .side-widget--secc {
    bottom: 0%;
    left: 50%;
    background-color: #444444;
  }
}
@media (max-width: 800px) {
  .header {
    padding: 130px 0px 80px;
  }
  .header__mobile-header {
    display: inline;
    text-align: center;
  }
  .header__mobile-header h1 {
    margin: 0px auto;
    font-size: 70px;
  }
  .header__mobile-header div {
    margin: 10px;
    font-size: 20px;
  }
  .header__mobile-header img {
    margin: 35px 0px;
  }
  .header__text {
    display: none;
  }
  .header__desktop-headline {
    display: none;
  }
  .nav__bottom {
    display: inline-block;
  }
  .dable__content {
    flex-direction: column;
  }
  .dable__column {
    width: 100%;
  }
  .dable__column--special {
    padding-left: 0px;
  }
  .dable__column img {
    margin-bottom: 40px;
  }
  .dable__calculatror {
    margin: 50px 0px 0px;
  }
  .dable__cal-option {
    flex-direction: column;
  }
  .dable__cal-option-box {
    margin: 5px 0px;
    width: 100%;
  }
  .dable__cal-option-box img {
    margin: 20px;
  }
  .dable__subpage_header_img {
    margin-top: 50px;
  }
  .swap__nav {
    flex-direction: column;
  }
  .swap__nav h4 {
    margin: 10px 0px;
  }
  .four-plas-one__four {
    width: 100%;
  }
  .four-plas-one__one {
    display: none;
  }
  .opinion-carusel__opinion {
    width: 48%;
  }
  .galery__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .contact__form-box {
    width: 100%;
  }
  .contact__img {
    display: none;
  }
  .databar__content {
    flex-direction: column;
  }
  .artical__text-column {
    width: 100%;
  }
  .artical__bar-column {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 15px rgba(88, 88, 88, 0.368627451);
    transform: translate(70%, -50%);
  }
  .artical__bar {
    position: sticky;
    top: 100px;
    padding: 40px 30px;
    width: 100%;
  }
  .artical__mini-nav {
    display: flex;
    position: fixed;
    padding: 20px;
    bottom: 50%;
    right: 0%;
    background-color: #0b6f8d;
  }
  .artical__mini-nav img {
    width: 40px;
    transform: rotate(180deg);
  }
  .cta__content {
    flex-direction: column;
  }
  .cta__column {
    margin: 40px 0px 20px;
    width: 100%;
  }
  .cta__column img {
    display: none;
  }
  .blog-section__content {
    grid-template-columns: 1fr 1fr;
  }
  .blog-section__nav {
    display: flex;
    flex-direction: column;
    margin: 30px 0px 50px;
  }
  .blog-section__nav a {
    margin: 5px 0px;
    text-align: center;
  }
  .blog__content {
    flex-direction: column-reverse;
  }
  .blog__main {
    width: 100%;
  }
  .blog__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .one_plas_sitebar__content {
    display: inline;
    justify-content: space-between;
  }
  .one_plas_sitebar__sitebar {
    padding: 20px 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .one_plas_sitebar__slider {
    width: 100%;
  }
  .one_plas_sitebar__catalog {
    margin-top: 50px;
    width: 100%;
  }
  .product_box {
    width: 50%;
  }
  .carusel {
    display: none;
  }
  .footer__logo img {
    width: 100px;
  }
}
@media (max-width: 678px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 32px;
  }
  h4 {
    font-size: 20px;
  }
  nav .nav__nav-bar {
    width: 50%;
  }
  .header__bg-motiv {
    position: absolute;
    width: 750px;
    transform: translate(-50%, -50%);
    top: 25%;
    left: 75%;
    z-index: -1;
  }
  .header__main-foto {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0%;
    right: 0%;
    width: 50%;
    height: 100%;
  }
  .header__main-foto img {
    margin: auto 0px;
    position: absolute;
    width: auto;
    height: 60%;
    left: 1%;
    animation: from-right 1s linear forwards;
  }
  .header__text {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0px 0px 40px;
  }
  .header__text h1 {
    animation: from-left 1s linear forwards;
    left: 0%;
  }
  .header__text p {
    text-align: center;
    margin-top: 20px;
    width: 80%;
    left: 0%;
    animation: from-left 1s linear forwards;
  }
  .header__swap-bar {
    margin: 40px 0px 0px 10px;
  }
  .header__btn {
    width: 30px;
    height: 40px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    border: 1px solid #F7F7F7;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s;
  }
  .header__btn:hover {
    background-color: #0b6f8d;
    border: 1px solid #0b6f8d;
  }
  .header__btn--active {
    background-color: #0b6f8d;
    border: 1px solid #0b6f8d;
  }
  .service__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .service__box {
    position: relative;
    height: 220px;
    overflow: hidden;
  }
  .service__box a {
    text-decoration: none;
  }
  .service__box img {
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .service__box--one {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .service__box--one p {
    padding: 20px 0px;
  }
  .service__box--two {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .service__box--two img {
    height: 100%;
  }
  .service__box--three {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .service__box--three img {
    height: 100%;
  }
  .service__box--for {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .service__box--for img {
    height: 100%;
  }
  .service__box--five {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .service__box--five img {
    height: 100%;
  }
  .catalog__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .blog-section__content {
    grid-template-columns: 1fr;
  }
  .bait {
    right: -50%;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 28px;
  }
  nav .nav__nav-bar {
    width: 65%;
  }
  nav .nav__burger-icon {
    display: inline-block;
  }
  .header__bg-motiv {
    display: none;
    opacity: 0.4;
  }
  .header__main-foto {
    position: absolute;
    display: flex;
    align-items: center;
    top: 5%;
    right: 100%;
    width: 50%;
    height: 60%;
    opacity: 0.15;
    z-index: -1;
  }
  .header__main-foto img {
    height: 100%;
  }
  .header__btn-bar {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .header__swap-bar {
    display: flex;
    justify-content: space-evenly;
  }
  .four-plas-one__four {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__column {
    margin-top: 30px;
  }
  .opinion-carusel__opinion {
    width: 100%;
  }
  .top-bar .wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .top-bar .wrapper .icon_link_bar {
    margin-left: 0px;
  }
  .product_box {
    width: 100%;
  }
  .dable__product-img {
    padding: 40px 0px 0px 0px;
  }
  .dable__slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .databar__column {
    width: 100%;
  }
  .side-widget h4 {
    color: white;
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px;
  }
}
.one_plas_sitebar--catalog {
  margin-bottom: 80px;
  height: -moz-fit-content;
  height: fit-content;
}
.one_plas_sitebar__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
.one_plas_sitebar__sitebar {
  width: 25%;
  height: 100%;
}
.one_plas_sitebar__slider {
  width: 73%;
  height: 100%;
  overflow: hidden;
}
.one_plas_sitebar__catalog {
  width: 73%;
}
.one_plas_sitebar__img-box {
  display: flex;
  width: 100%;
  height: 100%;
}
.one_plas_sitebar__img-box img {
  flex-shrink: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.service h5 {
  font-size: 18px;
  padding: 10px 0px;
}
.service__top {
  display: flex;
  align-items: center;
  padding: 10px;
  width: 100%;
  background-color: #0b6f8d;
}
.service__top img {
  margin-right: 10px;
}
.service__top--secc {
  margin-top: 50px;
  background-color: #45afcf;
}
.service__element {
  display: flex;
  flex-direction: column;
  margin: 4px 0px;
  padding: 0px 10px;
  text-decoration: none;
  color: #444444;
  transition: all 0.3s;
}
.service__element a, .service__element p {
  padding: 5px 0px;
  color: #444444;
  text-decoration: none;
  cursor: pointer;
}
.service__element a:hover {
  background-color: #45afcf;
}
.service__element p {
  transition: all 0.3s;
}
.service__element p:hover {
  font-weight: bold;
}
.service__parent-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service__child-box {
  padding: 5px 0px 5px 10px;
  display: flex;
  flex-direction: column;
}
.service .top {
  padding: 0px 5px 0px 30px;
  font-size: 20px;
  cursor: pointer;
}
.service .top:hover i {
  color: #0b6f8d;
  transform: rotate(90deg);
}
.service__squer {
  margin-right: 10px;
  width: 10px;
  height: 10px;
  background-color: #444444;
}
.service__producer-box {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px 20px;
}
.service__producer-box a {
  margin-right: 15px;
  text-decoration: none;
  color: #444444;
  transition: all 0.3s;
}
.service__producer-box a:hover {
  color: #0b6f8d;
}
.service__price-box {
  width: 100%;
}
.service__price-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
}
.service__input-box {
  display: flex;
  flex-direction: column;
  width: 45%;
}

.carusel {
  padding: 80px 0px;
  width: 100%;
}
.carusel__area {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
}
.carusel__box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.carusel__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.carusel__img img {
  width: 80%;
}

.board {
  width: 100%;
  display: flex;
  justify-content: center;
}
.board__title {
  padding-bottom: 30px;
  width: 100%;
  text-align: center;
}
.board__content {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.board__content-catalog {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.board--second {
  background-color: #eaeaea;
}

.product_box {
  width: 33%;
  text-decoration: none;
}

.product_card {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 10px;
  padding: 15px 15px 40px;
  border: 1px solid rgba(51, 51, 51, 0.2745098039);
  background-color: #ffffff;
  color: #444444;
}
.product_card img {
  width: 100%;
  height: 190px;
}
.product_card__text {
  padding-top: 15px;
}
.product_card__text p {
  font-size: 20px;
}
.product_card__text span {
  color: #F7F7F7;
  opacity: 0.5;
  font-size: 12px;
}
.product_card__box {
  position: absolute;
  padding: 10px 5px;
  width: 35px;
  height: 35px;
  background-color: #0b6f8d;
  right: 0px;
  bottom: 0px;
}
.product_card__box img {
  width: 100%;
  height: 100%;
}

.description__box {
  display: flex;
}
.description__box h4 {
  margin-right: 40px;
  transition: all 0.3s;
  cursor: pointer;
}
.description__box h4:hover {
  color: #0b6f8d;
}
.description__desc, .description__dowland {
  padding: 30px 0px;
}
.description__dowland {
  display: flex;
  flex-direction: column;
}
.description__dowland a {
  margin: 5px 0px;
  color: #444444;
  text-decoration: none;
  transition: all 0.3s;
}
.description__dowland a:hover {
  color: #0b6f8d;
}

.klima_adds_area, .pompa_adds_area {
  margin: 70px 0px 0px;
}
.klima_adds_area__content, .pompa_adds_area__content {
  display: flex;
  justify-content: space-around;
}
.klima_adds_area__box, .pompa_adds_area__box {
  cursor: pointer;
}
.klima_adds_area__box h5, .pompa_adds_area__box h5 {
  font-size: 20px;
}
.klima_adds_area__box img, .pompa_adds_area__box img {
  width: 30px;
  margin-right: 14px;
}
.klima_adds_area__icon-box, .pompa_adds_area__icon-box {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.klima_adds_area__icon-box:hover + .klima_adds_area__popup, .pompa_adds_area__icon-box:hover + .klima_adds_area__popup {
  display: flex;
}
.klima_adds_area__popup, .pompa_adds_area__popup {
  position: absolute;
  display: none;
  margin-top: 5px;
  padding: 4px;
  border: 1px solid #444444;
  color: #ffffff;
  background-color: #444444;
  font-size: 14px;
}

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

@media (max-width: 1100px) {
  .service__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .service__box--one {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .service__box--one p {
    padding: 20px 0px;
  }
  .service__box--two {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .service__box--two img {
    height: 100%;
  }
  .service__box--three {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .service__box--for {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .service__box--five {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
@media (max-width: 1050px) {
  nav .nav__logo img {
    width: 100px;
  }
  .flex {
    flex-direction: column;
  }
  .cal__content {
    flex-direction: column;
    padding: 20px 0px;
  }
  .cal__text {
    padding: 0px 20px 20px;
    width: 100%;
  }
  .cal__text .doble-icon-bar h3 {
    font-size: 32px;
  }
  .cal__body {
    width: 100%;
  }
}
@media (max-width: 940px) {
  nav .nav__logo img {
    width: 100px;
  }
  nav .nav__nav-bar {
    position: fixed;
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    justify-content: start;
    padding: 90px 30px 30px;
    height: 100%;
    width: 40%;
    top: 0%;
    right: 0%;
    transform: translateX(102%);
    background-color: #ffffff;
    box-shadow: 0 0 15px rgba(88, 88, 88, 0.368627451);
  }
  nav .nav__nav-element {
    margin: 10px 0px;
  }
  nav .nav__form {
    margin-bottom: 30px;
  }
  nav .nav__icons {
    display: inline;
  }
  nav .nav__bottom {
    display: none;
  }
  nav .nav__burger-icon {
    display: inline-block;
  }
  nav .nav__mobile-nav {
    display: inline-block;
  }
  .dable__product-img {
    padding: 40px 40px;
  }
  .side-widget {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0px;
    height: 40px;
    width: 50%;
    z-index: 999;
    padding: 10px;
    background-color: #0b6f8d;
    transition: all 0.3s;
  }
  .side-widget img {
    width: 40px;
  }
  .side-widget h4 {
    color: white;
    text-decoration: none;
    margin-left: 10px;
    font-size: 18px;
  }
  .side-widget:hover {
    right: 0px;
    background-color: #2cda9d;
  }
  .side-widget--secc {
    bottom: 0%;
    left: 50%;
    background-color: #444444;
  }
}
@media (max-width: 800px) {
  .header {
    padding: 130px 0px 80px;
  }
  .header__mobile-header {
    display: inline;
    text-align: center;
  }
  .header__mobile-header h1 {
    margin: 0px auto;
    font-size: 70px;
  }
  .header__mobile-header div {
    margin: 10px;
    font-size: 20px;
  }
  .header__mobile-header img {
    margin: 35px 0px;
  }
  .header__text {
    display: none;
  }
  .header__desktop-headline {
    display: none;
  }
  .nav__bottom {
    display: inline-block;
  }
  .dable__content {
    flex-direction: column;
  }
  .dable__column {
    width: 100%;
  }
  .dable__column--special {
    padding-left: 0px;
  }
  .dable__column img {
    margin-bottom: 40px;
  }
  .dable__calculatror {
    margin: 50px 0px 0px;
  }
  .dable__cal-option {
    flex-direction: column;
  }
  .dable__cal-option-box {
    margin: 5px 0px;
    width: 100%;
  }
  .dable__cal-option-box img {
    margin: 20px;
  }
  .dable__subpage_header_img {
    margin-top: 50px;
  }
  .swap__nav {
    flex-direction: column;
  }
  .swap__nav h4 {
    margin: 10px 0px;
  }
  .four-plas-one__four {
    width: 100%;
  }
  .four-plas-one__one {
    display: none;
  }
  .opinion-carusel__opinion {
    width: 48%;
  }
  .galery__content {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .contact__form-box {
    width: 100%;
  }
  .contact__img {
    display: none;
  }
  .databar__content {
    flex-direction: column;
  }
  .artical__text-column {
    width: 100%;
  }
  .artical__bar-column {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
    border: 1px solid #eaeaea;
    box-shadow: 0 0 15px rgba(88, 88, 88, 0.368627451);
    transform: translate(70%, -50%);
  }
  .artical__bar {
    position: sticky;
    top: 100px;
    padding: 40px 30px;
    width: 100%;
  }
  .artical__mini-nav {
    display: flex;
    position: fixed;
    padding: 20px;
    bottom: 50%;
    right: 0%;
    background-color: #0b6f8d;
  }
  .artical__mini-nav img {
    width: 40px;
    transform: rotate(180deg);
  }
  .cta__content {
    flex-direction: column;
  }
  .cta__column {
    margin: 40px 0px 20px;
    width: 100%;
  }
  .cta__column img {
    display: none;
  }
  .blog-section__content {
    grid-template-columns: 1fr 1fr;
  }
  .blog-section__nav {
    display: flex;
    flex-direction: column;
    margin: 30px 0px 50px;
  }
  .blog-section__nav a {
    margin: 5px 0px;
    text-align: center;
  }
  .blog__content {
    flex-direction: column-reverse;
  }
  .blog__main {
    width: 100%;
  }
  .blog__img {
    width: 100%;
    margin-bottom: 30px;
  }
  .one_plas_sitebar__content {
    display: inline;
    justify-content: space-between;
  }
  .one_plas_sitebar__sitebar {
    padding: 20px 20px;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
  .one_plas_sitebar__slider {
    width: 100%;
  }
  .one_plas_sitebar__catalog {
    margin-top: 50px;
    width: 100%;
  }
  .product_box {
    width: 50%;
  }
  .carusel {
    display: none;
  }
  .footer__logo img {
    width: 100px;
  }
}
@media (max-width: 678px) {
  h1 {
    font-size: 50px;
  }
  h2 {
    font-size: 32px;
  }
  h4 {
    font-size: 20px;
  }
  nav .nav__nav-bar {
    width: 50%;
  }
  .header__bg-motiv {
    position: absolute;
    width: 750px;
    transform: translate(-50%, -50%);
    top: 25%;
    left: 75%;
    z-index: -1;
  }
  .header__main-foto {
    position: absolute;
    display: flex;
    align-items: center;
    top: 0%;
    right: 0%;
    width: 50%;
    height: 100%;
  }
  .header__main-foto img {
    margin: auto 0px;
    position: absolute;
    width: auto;
    height: 60%;
    left: 1%;
    animation: from-right 1s linear forwards;
  }
  .header__text {
    display: none;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0px 0px 40px;
  }
  .header__text h1 {
    animation: from-left 1s linear forwards;
    left: 0%;
  }
  .header__text p {
    text-align: center;
    margin-top: 20px;
    width: 80%;
    left: 0%;
    animation: from-left 1s linear forwards;
  }
  .header__swap-bar {
    margin: 40px 0px 0px 10px;
  }
  .header__btn {
    width: 30px;
    height: 40px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    border: 1px solid #F7F7F7;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s;
  }
  .header__btn:hover {
    background-color: #0b6f8d;
    border: 1px solid #0b6f8d;
  }
  .header__btn--active {
    background-color: #0b6f8d;
    border: 1px solid #0b6f8d;
  }
  .service__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  }
  .service__box {
    position: relative;
    height: 220px;
    overflow: hidden;
  }
  .service__box a {
    text-decoration: none;
  }
  .service__box img {
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .service__box--one {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .service__box--one p {
    padding: 20px 0px;
  }
  .service__box--two {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .service__box--two img {
    height: 100%;
  }
  .service__box--three {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .service__box--three img {
    height: 100%;
  }
  .service__box--for {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .service__box--for img {
    height: 100%;
  }
  .service__box--five {
    grid-column: 1/2;
    grid-row: 5/6;
  }
  .service__box--five img {
    height: 100%;
  }
  .catalog__content {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .blog-section__content {
    grid-template-columns: 1fr;
  }
  .bait {
    right: -50%;
  }
}
@media (max-width: 500px) {
  h1 {
    font-size: 38px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 35px;
  }
  h4 {
    font-size: 28px;
  }
  nav .nav__nav-bar {
    width: 65%;
  }
  nav .nav__burger-icon {
    display: inline-block;
  }
  .header__bg-motiv {
    display: none;
    opacity: 0.4;
  }
  .header__main-foto {
    position: absolute;
    display: flex;
    align-items: center;
    top: 5%;
    right: 100%;
    width: 50%;
    height: 60%;
    opacity: 0.15;
    z-index: -1;
  }
  .header__main-foto img {
    height: 100%;
  }
  .header__btn-bar {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
  }
  .header__swap-bar {
    display: flex;
    justify-content: space-evenly;
  }
  .four-plas-one__four {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__column {
    margin-top: 30px;
  }
  .opinion-carusel__opinion {
    width: 100%;
  }
  .top-bar .wrapper {
    display: flex;
    flex-direction: column;
    align-items: start;
  }
  .top-bar .wrapper .icon_link_bar {
    margin-left: 0px;
  }
  .product_box {
    width: 100%;
  }
  .dable__product-img {
    padding: 40px 0px 0px 0px;
  }
  .dable__slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .databar__column {
    width: 100%;
  }
  .side-widget h4 {
    color: white;
    text-decoration: none;
    margin-left: 10px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */