@charset "UTF-8";

/*
Theme Name: DZWIGI-WOLIN.PL
Author: DHdesign
Author URI: https://www.dhdesign.pl
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.0
Text Domain: dzwigiwolin

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

body,
html {
  font-family: mundial, sans-serif !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
  font-display: swap;
  scroll-behavior: smooth;
}

small {
  font-size: 0.7rem;
  line-height: 0.7rem;
}

.navbar-text {
  padding: 0;
}

.form-control input {
  border: none;
  box-sizing: border-box;
  outline: 0;
  padding: 0.75rem;
  position: relative;
  width: 100%;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  background: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

a {
  text-decoration: none;
}

pre {
  margin: 20px 0;
  padding: 20px;
  background: #fafafa;
}

.round {
  border-radius: 50%;
}

.swiper-container {
  width: 100%;
  height: 90%;
  padding: 5rem;
}

.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}

.container-general {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.container-general .gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 40vh;
}

.container-general .gallery-wrap .item {
  flex: 1;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: none;
  transition: all 0.8s ease;
  position: relative;
  filter: grayscale(0.1);
}

.container-general .gallery-wrap .item:hover {
  filter: grayscale(0);
}

.container-general .gallery-wrap .item:hover {
  flex: 3;
}

.budowlana .wrap-effect-1 .item:first-of-type {
  background-image: url("img/zaladunki_rozladunki.webp");
}

.budowlana .wrap-effect-1 .item:nth-of-type(2) {
  background-image: url("img/zel_bet.webp");
}

.budowlana .wrap-effect-1 .item:nth-of-type(3) {
  background-image: url("img/konstrukcja_stalowa.webp");
}

.morska .wrap-effect-1 .item:first-of-type {
  background-image: url("img/wodowanie_jachtow.webp");
}

.morska .wrap-effect-1 .item:nth-of-type(2) {
  background-image: url("img/houseboot.webp");
}

.morska .wrap-effect-1 .item:nth-of-type(3) {
  background-image: url("img/obsluga_promow.webp");
}

.montaze .wrap-effect-1 .item:first-of-type {
  background-image: url("img/dom_drewniany.webp");
}

.montaze .wrap-effect-1 .item:nth-of-type(2) {
  background-image: url("img/dom_keramzyt.webp");
}

.inne .wrap-effect-1 .item:first-of-type {
  background-image: url("img/domki_holenderskie.webp");
}

.inne .wrap-effect-1 .item:nth-of-type(2) {
  background-image: url("img/pomoc_drogowa_tir.webp");
}

.inne .wrap-effect-1 .item:nth-of-type(3) {
  background-image: url("img/pozostale.webp");
}

.overlay {
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  color: #fff;
  font-weight: 400;
  background: linear-gradient(
    -90deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.7) 100%
  );
  writing-mode: vertical-lr;
  padding-left: 1rem;
  text-orientation: mixed;
  transition: all 0.9s ease-in-out;
  opacity: 1;
}

.swiper-slide .item .overlay:hover {
  background: rgb(255, 0, 0);
  background: linear-gradient(
    180deg,
    rgba(255, 0, 0, 0) 50%,
    rgba(255, 0, 0, 1) 100%
  );
  transition: all 0.9s ease-in-out;
  opacity: 1;
}

span.linkcap {
  display: none;
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translate(-50%, -50%);
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  opacity: 0;
  text-transform: uppercase;
}

.swiper-slide .item .overlay:hover + span.linkcap {
  display: block;
  opacity: 1;
  transition: all 0.9s ease-in-out;
  pointer-events: none;
}

.swiper-slide .item .overlay:hover > .sidetxt {
  opacity: 0;
  pointer-events: none;
}

.header {
  overflow: hidden;
}

/* VIDEO */

header {
  position: relative;
  background-color: black;
  height: 75vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

header video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header .container {
  position: relative;
  z-index: 2;
}

header .vidoverlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgb(255, 0, 0);
  background: linear-gradient(90deg, rgb(0, 0, 0) 00%, rgba(255, 0, 0, 1) 100%);
  mix-blend-mode: darken;
  z-index: 1;
}

header h1 {
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  font-size: 6rem;
  line-height: 0.8;
}

header h1 span {
  display: block;
  font-weight: 400;
  font-size: 2.5rem;
}

.playbutton {
  z-index: 99;
  position: absolute;
  top: 50%;
  right: 40%;
}

.szybkikontakt .card {
  text-transform: uppercase;
  border-radius: 30px;
  background-color: white;
  position: relative;
  bottom: 2rem;
  padding: 2rem;
  z-index: 9;
  width: 100%;
  box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.2);
}

.waicon {
  display: inline-block;
  padding: 1rem;
}

.elementy {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.szybkikontakt span {
  display: block;
}

.kontaktfast {
  padding: 0.75rem 1rem 1rem 0;
}

.szybkikontakt span.nr {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2rem;
  color: #000;
  text-decoration: none;
}

button.cta {
  background: #ff0000;
  border-radius: 10px;
  box-shadow: 0 0 25px #ff0000;
  padding: 1rem;
  border: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 4rem 0;
}

button.cta2 {
  background: #ff0000;
  border-radius: 10px;
  padding: 1rem;
  border: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 4rem 0;
}

button.details,
a.details {
  text-decoration: none;
  background: #1031ff;
  border-radius: 10px;
  padding: 0.7rem 2rem;
  margin-top: 2rem;
  border: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

a.details2 {
  background: #ff0000;
  border-radius: 10px;
  box-shadow: 0 0 25px #ff0000;
  padding: 1rem;
  border: 0;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

a.details2:hover {
  background: #bb2d3b;
  box-shadow: 0 0 25px #bb2d3b;
}

ul.checkmark li {
  list-style-image: url("img/redcheck.svg");
  padding-left: 0.2rem;
}

button.details:hover,
a.details:hover {
  box-shadow: 0 0 25px #1031ff;
}

button.cta:hover {
  background: #1031ff;
  box-shadow: 0 0 25px #1031ff;
}

.headerlinks a {
  color: #fff;
  margin-right: 2rem;
  text-transform: uppercase;
}

.about ul li {
  list-style-image: url("img/redcheck.svg");
}

.about {
  padding: 0 0 5rem 0;
}

.aboutbox {
  padding: 4rem;
  background: url(img/about.webp);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
  box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.2);
}

.dzform {
  padding: 2rem;
  border: 1px solid #fafafa;
  box-shadow: 0 0 12px #f1f1f1;
  border-radius: 20px;
}

.about h2,
.uslugi h2,
.sprzet h2,
.obszardzialania h2,
.subpage h2 {
  font-weight: 800;
  text-transform: uppercase;
  color: #000;
  font-size: 5rem;
  line-height: 5rem;
  margin-bottom: 2rem;
}

/* ABOUT NAVBAR */

.navbar {
  background: transparent;
  text-transform: uppercase;
  padding: 20px 15px;
}

.btn-danger {
  background-color: #ff0000;
  color: #fff;
  box-shadow: 0 0 25px #ff0000;
}

.navbar-fixed-top {
  width: 100%;
  position: fixed;
  transition: 0.3s ease-in-out;
}

.subnav {
  background: #000;
}

.nav-active {
  background-color: #fff;
  box-shadow: 5px -1px 12px -5px grey;
  color: #000;
}

.navbar.scrolled {
  background: #000;
  box-shadow: 0 0 10px rgba(255, 0, 0, 0.25);
}

.navbar-brand {
  width: 250px;
  margin-right: 35px;
}

@media (max-width: 1600px) {
  .btn.btn-danger {
    display: none !important;
  }

  .nav-link {
    font-size: 0.9rem;
  }
}

@media (max-width: 1200px) {
  .btn.btn-danger {
    display: inline-block !important;
  }

  .navbar-brand {
    width: 200px;
  }

  .navbar-nav {
    margin-top: 15px;
  }

  .nav-link {
    font-size: 1rem;
  }
}

@media (max-width: 425px) {
  .btn.btn-danger {
    display: block !important;
  }

  .navbar {
    padding: 20px 15px;
  }

  .navbar-brand {
    width: 175px;
  }
}

/* ABOUT COUNTER */

.counters {
  background: #f8f8f8;
  padding: 5rem 0;
}

.counter-Txt {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}

.counter-Txt span {
  display: block;
  font-size: 5rem;
  color: #ff0000;
}

.uslugi {
  padding: 5rem 0;
}

.uslugi h3 {
  padding-left: 5rem;
  font-weight: 700;
}

.subpage h3 {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.bb {
  border-bottom: 1px solid #525252;
}

/* SPRZĘT */

/* SPRZĘT */

.sprzetsection {
  background: url(img/sprzetbg.svg);
  background-size: 100%;
  background-position: bottom;
  padding: 5rem 0;
}

.sprzetsection2 h4 {
  font-size: 2rem;
  font-weight: 800;
}

.sprzetsection2 .dzwigspec a {
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
  font-weight: 700;
  padding: 1rem;
  margin-top: 3rem;
  display: block;
  text-align: center;
  max-width: 400px;
}

.sprzetsection2 .dzwigspec a:last-child {
  background: red;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  padding: 1rem;
  margin: 1rem 0;
  display: block;
  text-align: center;
  max-width: 400px;
}

.sprzetsection2 {
  padding-bottom: 0;
  /* border-bottom: 1px dashed; */
}

.sprzetsection2 .parameter {
  padding: 1rem 0 1rem 0;
  display: block;
}

.sprzetsection2 .dzwigimg {
  background: transparent
    radial-gradient(closest-side at 50% 48%, #fbc800 0%, #ff0000 100%) 0% 0%
    no-repeat padding-box;
  border-radius: 0 100px 0 0;
}

.sprzetsection2 .dzwigimg img {
  padding: 1rem;
  object-fit: cover;
  position: relative;
  margin: auto;
  max-width: 130%;
  padding: 2rem;
  left: -5rem;
}

.sprzetsection span {
  color: #ccc;
}

.sprzetsection h3 {
  font-weight: 800;
  font-size: 4rem;
  text-transform: uppercase;
}

.sprzetsection3 {
  padding: 2rem 0 8rem 0;
}

.sprzetsection3 h4 {
  padding: 0;
}

.dzwigsecdetails {
  padding-top: 4rem;
}

.sprzet {
  position: relative;
}

.sprzet ul,
.sprzetsection2 ul {
  margin: 0 0 3rem 0;
  padding: 0;
  list-style-type: none;
}

.dzwigbox ul li,
.sprzetsection2 ul li {
  border-bottom: 1px solid #cccccc;
}

.sprzet ul li:last-child,
.sprzetsection2 ul li:last-child {
  border-bottom: none;
}

.dzwigbox {
  overflow: visible;
  border: 1px solid #707070;
  position: relative;
}

span.watermark {
  color: #f7f7f7;
  font-size: 12vw;
  position: absolute;
  bottom: 0;
  line-height: 18rem;
  font-weight: 800;
  z-index: -1;
}

.sprzetspecs {
  padding: 4rem;
  /* border-right: 1px solid #707070; */
}

.sprzetspecs h3 {
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 700;
  margin-left: -5px;
}

img.ready {
  margin-left: -10px;
}

.sprzetimage img.ltm1130 {
  width: 65%;
  position: absolute;
  bottom: -2rem;
  right: 0;
}

.sprzetimage img.ltm1095 {
  width: 71%;
  position: absolute;
  bottom: 2rem;
  right: 0;
}

.sprzetimage img.ltm1070 {
  width: 57%;
  position: absolute;
  bottom: 2rem;
  right: 3rem;
}

.sprzetimage img.ltm1055 {
  width: 64%;
  position: absolute;
  bottom: 4rem;
  right: 3rem;
}

.sprzetimage img.gmk3055 {
  width: 59%;
  position: absolute;
  bottom: 2rem;
  right: 3rem;
}

.sprzetimage img.ltm1030 {
  width: 48%;
  position: absolute;
  bottom: 4rem;
  right: 7rem;
}

.sprzetimage img.ruth {
  width: 58%;
  position: absolute;
  bottom: -2rem;
  right: 7rem;
}

.sprzetimage img.cat {
  width: 52%;
  position: absolute;
  bottom: 0rem;
  right: 4rem;
}

.sprzetimage img.wywrotka {
  width: 52%;
  position: absolute;
  bottom: -1rem;
  right: 4rem;
}

.sprzetimage img.noot {
  width: 58%;
  position: absolute;
  bottom: 2rem;
  right: 5rem;
}

.sprzetimage img {
  width: 45%;
  position: absolute;
  bottom: 1rem;
  right: 8rem;
}

.sprzetimage img.last {
  width: 65%;
  position: absolute;
  bottom: 1rem;
  right: 2rem;
}

.sprzet .bg-dark {
  padding: 0.5rem;
  line-height: 1rem;
}

.sprzet .bg-dark svg {
  margin-right: 0.4rem;
}

.obszardzialania {
  background: url(img/obszar.webp) no-repeat;
  background-size: cover;
  padding: 10rem 0;
  margin-top: 5rem;
}

.faq .accordion-body {
  color: #989898;
  padding: 2rem;
}

.faq {
  position: relative;
  padding: 5rem 0;
}

.faq h3,
.opinie h3,
.footer h3,
.cta2 h3 {
  text-transform: uppercase;
  font-weight: 800;
}

.cta2 {
  position: relative;
  padding: 5rem 0 0 0;
}

button.secondary {
  background: transparent;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 1rem;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  margin: 2rem 0;
}

.faq a {
  color: #000;
}

.galeria {
  padding: 3rem 0;
  background: #f1f1f1;
}

/* SKROLSPAJ */

.stickyname {
  position: sticky;
  top: 50%;
  left: 0;
}

.stickyname span {
  display: inline-block;
  transform: rotate(-90deg);
  font-weight: 700;
  color: #adadad;
  padding: 1rem;
  margin-left: -3rem;
  min-width: 200px;
}

.headerlogo {
  display: none;
}

/* OPINIE */

.opinie {
  background: #f1f1f1;
  padding: 2rem 0 0 0;
  user-select: none;
}

.opsource a {
  color: #525252;
  text-decoration: none;
}

.swiper2 {
  width: 100%;
  height: 100%;
}

.swiper-slide2 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.opinie {
  padding-bottom: 8rem;
}

.opinie .swiper-slide {
  border: 1px solid #ccc;
  padding: 2rem;
}

.opinie .opheader {
  text-align: left;
  display: inline;
  float: right;
  margin-left: 0.5rem;
}

.opheader span.name {
  font-weight: 700;
}

.opheader span.date {
  display: block;
  font-size: 0.7rem;
}

.opinie .swiper-slide p {
  display: block;
  text-align: left;
}

.opinie .swiper-slide {
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.opinie img.stars {
  display: block;
}

img.opthumb {
  display: inline;
  float: left;
  padding-right: 0.5rem;
}

.opwrapper {
  display: flex;
  margin-bottom: 1rem;
}

.opfooter {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 2rem;
}

.opsummary {
  display: flex;
  margin-top: 2rem !important;
  padding: 1rem;
}

.opsummary img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
}

.knowhow {
  background: #fff;
  position: relative;
}

.knowhow .card {
  background-color: #ff0000;
  border: 0;
  border-radius: 60px;
  padding: 5rem;
  color: #fff;
  position: relative;
  bottom: 2rem;
}

.knowhow .card h4 {
  line-height: 1.6rem;
  font-size: 2rem;
}

.knowhow h3 {
  font-weight: 800;
  font-size: 3rem;
  line-height: 3rem;
}

.knowhow img {
  position: absolute;
  right: 8rem;
  bottom: 0;
  width: 17rem;
}

.coop {
  padding: 5rem 0;
}

.coop img {
  transition: transform 0.2s ease-in-out;
}

.coop img:hover {
  transform: translateY(-10px);
  transition: transform 0.2s ease-in-out;
}

.footer {
  color: #ccc;
  padding: 6rem 0;
  background: #000 url("img/footer.webp");
  background-size: cover;
  background-repeat: no-repeat;
}

.footer a {
  color: #fff;
  display: block;
}

.footer .row {
  margin-bottom: 2rem;
}

.footer .row:last-child {
  color: #7d7d7d;
}

span.number {
  position: relative;
  font-size: 3rem;
  top: 1rem;
  left: 0;
  color: #ccc;
  font-weight: 100;
}

span.number2 {
  position: relative;
  font-size: 2rem;
  top: 0;
  left: 5rem;
  color: #ccc;
  font-weight: 100;
}

.feature {
  font-size: 1rem;
}

.subpage {
  padding: 3rem 0 6rem 0;
}

@media (max-width: 1399.98px) {
  .feature {
    display: none;
  }
}

@media (max-width: 991.98px) {
  #custom-bg {
    height: 399px !important;
  }

  .overlay {
    text-align: center;
  }

  a.linkcap {
    bottom: 1rem;
    font-size: 1rem;
    margin-left: auto;
  }

  .container-general .gallery-wrap .item {
    height: 250px;
  }

  button.cta {
    margin: 2rem;
  }

  .navbar {
    background: #000;
  }

  .headerlinks a {
    display: block;
    margin: 0;
  }

  .container-general .gallery-wrap {
    flex-direction: column;
    height: auto;
  }

  .sprzetsection2 .dzwigimg img {
    max-width: 106%;
    left: unset;
  }

  .sprzetsection2 .dzwigimg {
    border-radius: 0;
  }

  .sprzetsection {
    text-align: center;
    padding: 3rem 0;
  }

  .dzform {
    margin-top: 4rem;
  }

  .sprzetsection h3 {
    font-size: 3rem;
  }

  .sprzetspecs h3 {
    font-size: 2rem;
  }

  .about h2,
  .uslugi h2,
  .sprzet h2,
  .obszardzialania h2,
  .subpage h2 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .about h1,
  .uslugi h1,
  .sprzet h1,
  .obszardzialania h1 {
    font-size: 3rem;
  }

  .stickywraper,
  .stickyname {
    display: none;
  }

  .counters {
    padding: 2rem;
  }

  .elementy {
    text-align: center;
    flex-direction: column;
  }

  .szybkikontakt .card {
    padding: 1rem;
  }

  header h1 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .hcontent {
    text-align: center;
  }

  .obszardzialania {
    margin: 0;
    padding: 0;
  }

  .aboutbox {
    padding: 1rem;
    background: none;
  }

  img.playbutton {
    display: none;
  }

  .sprzetimage {
    text-align: center;
  }

  .sprzetimage img.ltm1095 {
    width: 100%;
    position: relative;
    right: auto;
    left: auto;
    bottom: 0;
  }

  .sprzetimage img.ltm1070,
  .sprzetimage img.ltm1055,
  .sprzetimage img.gmk3055,
  .sprzetimage img.ltm1030,
  .sprzetimage img.ltm1130,
  .sprzetimage img.ruth,
  .sprzetimage img.noot,
  .sprzetimage img.wywrotka,
  .sprzetimage img.cat {
    width: 80%;
    position: relative;
    right: auto;
    left: auto;
    bottom: 1rem;
  }

  .sprzetspecs {
    text-align: center;
    border: 0;
    padding: 3rem;
  }

  span.watermark {
    color: #f7f7f7;
    font-size: 20vw;
    word-break: break-all;
    line-height: 20vw;
  }

  .container,
  .container-fluid {
    padding: 0 2rem;
  }

  span.number2 {
    left: 0;
  }

  .swiper-container {
    padding: 0;
  }

  .uslugi h3 {
    padding: 0;
  }

  .knowhow .card {
    padding: 3rem;
  }

  .knowhow h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  .knowhow .card h4 {
    line-height: 1.6rem;
    font-size: 1.4rem;
  }

  .knowhow img {
    position: relative;
    bottom: 2rem;
    width: 100%;
    right: 0;
  }

  .counter-Txt span {
    display: block;
    font-size: 3rem;
    color: #ff0000;
  }

  .aboutbox {
    box-shadow: none;
  }
}

img.vaweover {
  z-index: 99;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

/* FORMULARZ */

.wpcf7-list-item {
  margin: 0;
}

img.obrazekdesktop {
  margin-top: 30px;
  width: 100%;
  object-fit: cover;
}

#custom-bg {
  background-size: cover;
  background-position: 50% 50%;
  /* background-attachment: fixed; */
  position: relative;
  object-fit: cover;
  height: 599px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

input,
optgroup,
select,
textarea {
  width: 100%;
}

label {
  display: inline-block;
  margin-top: 0.5rem;
}

input,
select,
textarea {
  width: 100%;
  padding: 1rem;
}

input[type="checkbox"] {
  display: inline-block;
  width: auto;
}

.wpcf7 input[type="file"] {
  padding: 0;
}

#qlwapp.qlwapp-bottom-left,
#qlwapp.qlwapp-bottom-right {
  bottom: 4rem !important;
}

#qlwapp.qlwapp-middle-right,
#qlwapp.qlwapp-bottom-right {
  right: -0.5rem !important;
}

.turntable {
  margin-top: -5rem;
}
.turntable ul {
  padding: 0px;
  margin: 0px;
}
.turntable ul li {
  list-style-type: none;
  display: none;
}
.turntable ul li img {
  width: 100%;
}
.turntable ul li.active {
  display: block;
}

/* KALKULATOR */

.kalkulator.card {
  padding: 3rem;
}

.ui-widget.ui-widget-content {
  margin-top: 1rem;
}

.kalkulator .item {
  margin-top: 1rem;
}

.udzwig {
  font-size: 2rem;
}

.uacf7-col-12 label,
.uacf7-col-6 label,
.uacf7-col-3 label,
.uacf7-col-4 label,
.uacf7-col-12 .wpcf7-form-control,
.uacf7-col-6 .wpcf7-form-control,
.uacf7-col-3 .wpcf7-form-control,
.uacf7-col-4 .wpcf7-form-control {
  line-height: 1rem;
}

.obszardzialaniaheader {
  max-width: 120%;
  height: auto;
}

.section-padding {
  padding: 5rem 0;
}

.service-card,
.application-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #ff0000;
}

.section-title {
  color: #000;
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0;
}

.section-text {
  margin-top: 0;
  margin-bottom: 1rem;
}

.service-card .service-features > li,
.application-card .application-list > li {
  list-style-image: url("img/redcheck.svg");
  padding-left: 0.2rem;
  margin-bottom: 0.5rem;
}

.service-card .service-icon,
.application-card .application-icon,
.advantage-card .advantage-icon {
  display: inline-block;
  width: 60px;
}

.advantage-card .advantage-icon {
  margin-bottom: 1rem;
}

.service-card .service-icon > img,
.application-card .application-icon > img,
.advantage-card .advantage-icon > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cranes-szczecin #pills-tab,
.cranes-szczecin .details {
  display: none !important;
}

.about .about-title {
  font-size: 2.5rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.about .about-subtitle {
  color: #1031ff;
  font-size: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.about .about-text {
  margin-bottom: 0;
}

.header-cranes-szczecin {
  width: 100%;
  height: 100%;
  background-image: url(img/dzwigi-wolin-slider-background-12b.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.header-cranes-szczecin .header-title {
  font-size: 5rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 0.8;
  margin-bottom: 1rem;
}

.header-cranes-szczecin .header-text {
  width: 50%;
}

.header-cranes-szczecin img {
  width: 100%;
}

.header-cranes-szczecin .custom-header-link {
  background: #fff;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border: 0;
  border-radius: 10px;
  padding: 1rem;
  box-shadow: 0 0 25px #fff;
  transition: all 0.3s ease;
}

.header-cranes-szczecin .custom-header-link:hover {
  background: #e0e0e0;
  color: #000;
}

.header-cranes-wolin {
  height: 100%;
  min-height: 800px;
  padding: 50px 0;
}

.mobile-phone-button {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  background: #ff0000;
  z-index: 1000;
}

.mobile-phone-button a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.25rem;
  text-align: center;
  padding: 1rem;
}

#google-map {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.map-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .header-cranes-szczecin,
  .header-cranes-wolin {
    min-height: 100%;
    padding: 125px 0 75px 0;
  }

  .header-cranes-szczecin .header-text {
    width: 100%;
  }

  .header-cranes-szczecin img {
    width: 100%;
  }

  .map-section img {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .section-padding {
    padding: 2rem 0;
  }

  .mobile-phone-button {
    display: block;
  }

  .qlwapp__container.qlwapp__container--middle-right .qlwapp__button,
  .qlwapp__container.qlwapp__container--bottom-right .qlwapp__button {
    margin-right: 10px !important;
  }
}

@media (max-width: 425px) {
  .header-cranes-szczecin .header-title {
    font-size: 3rem;
  }

  .section-title,
  h2 {
    font-size: 2rem;
  }
}
