:root {
  --camper-blue: #009fe3;
  --dark-slate-blue: #004d80;
  --dark-gray: #333;
  --campre-dark-blue: #006eb7;
  --white: white;
  --black: black;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

a {
  color: var(--camper-blue);
  font-weight: 700;
  text-decoration: none;
}

.products_wrapper {
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  margin-top: 2%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.products_wrapper.home {
  z-index: 3;
}

.products_wrapper.contact {
  flex-direction: column;
  min-height: 750px;
}

.product_tail {
  flex: auto;
  width: 30%;
  min-width: 370px;
  max-width: 600px;
  margin-top: 20px;
  margin-left: 1%;
  margin-right: 1%;
  position: relative;
}

.product_tail.home {
  z-index: 3;
}

.product_tail.hideit {
  display: none;
}

.product_tail.tmp, .product_tail.camper-drop {
  width: 50%;
}

.product_tail_img {
  align-self: flex-end;
  height: 450px;
  position: relative;
}

.product_tail_img.camper-drop-aqua {
  float: left;
  margin-left: 100px;
}

.product_tail_img.camper-electro {
  height: 330px;
}

.product_tail_img.camper-drop-zero {
  height: 290px;
}

.product_tail_img.wyposazenie-kempingow {
  height: auto;
}

.shifted_bg {
  z-index: 1;
  background-color: var(--camper-blue);
  width: 120%;
  height: 270px;
  position: absolute;
  inset: 120px 0% 15% -10%;
  transform: rotate(-5deg);
}

.shifted_bg.inner, .shifted_bg._2nd {
  display: none;
}

.shifted_bg.footer_intro {
  background-color: var(--dark-slate-blue);
  height: 350px;
  inset: 70px 0% auto -10%;
  transform: rotate(2deg);
  box-shadow: 0 0 20px 5px #00000080;
}

.shifted_bg.footer_contact {
  height: 310px;
  top: 210px;
  bottom: auto;
  transform: rotate(-2deg);
}

.shifted_bg.photos-top {
  background-color: #fff;
  height: 120px;
  top: -60px;
  transform: rotate(2deg);
}

.shifted_bg.photos-top.realizacje {
  top: 60px;
}

.shifted_bg.product_presentation {
  background-color: #3333331a;
  height: 400px;
  top: 7%;
}

.shifted_bg.product_presentation.contact {
  height: 520px;
}

.shifted_bg.product_presentation.realizacje {
  top: 20%;
}

.shifted_bg.product_presentation.zero {
  height: 370px;
}

.shifted_bg.home {
  opacity: .3;
}

.shifted_bg.realizacje {
  width: 200vw;
  height: 330px;
  margin-top: 40px;
  left: -100vw;
}

.tail_content {
  z-index: 2;
  color: var(--dark-gray);
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: transform .2s;
  position: relative;
}

.tail_content:hover {
  transform: scale(1.05);
}

.tail_content.hideit {
  display: none;
}

.tail_product_name {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 6px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
  line-height: 21px;
}

.tail_prod_description {
  width: 80%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  font-size: 13px;
  line-height: 17px;
}

.product_key_features {
  text-align: center;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.product_key_features.product_page {
  text-align: left;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.product_feature {
  background-color: var(--campre-dark-blue);
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 2px 4px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
}

.body {
  z-index: 5;
  background-color: #fff;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  position: relative;
}

.navbar {
  z-index: 999;
  background-color: #fff;
}

.brand {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 50px;
}

.nav-btn {
  background-color: var(--camper-blue);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  align-self: flex-end;
  padding: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: opacity .2s;
  display: inline-block;
}

.nav-btn:hover, .nav-btn.w--current {
  background-color: var(--campre-dark-blue);
  color: #fff;
}

.menu-button {
  color: var(--campre-dark-blue);
  font-size: 50px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.menu-button.w--open {
  background-color: var(--camper-blue);
}

.logo_img {
  object-fit: contain;
  width: 160px;
}

.slogan {
  float: left;
  color: var(--camper-blue);
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-top: 45px;
  margin-bottom: 0;
  margin-left: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  position: static;
  inset: 15% 0% auto;
}

.sub-slogan {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  line-height: 0;
}

.nav-menu {
  background-color: var(--camper-blue);
  box-shadow: none;
  text-align: right;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  height: 40px;
  margin-top: 40px;
  padding-right: 30px;
}

.nav-menu.hide-it {
  display: none;
}

.nav_wrapper {
  float: right;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 20px;
  position: relative;
}

.footer {
  color: #fff;
  text-align: center;
  height: auto;
  padding-top: 80px;
  position: relative;
  overflow: hidden;
}

.short_intro {
  z-index: 2;
  width: 80%;
  max-width: 890px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  inset: -21px 0% auto;
}

.main_areas {
  z-index: 2;
  width: 81%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}

.main_areas.hide-it {
  display: none;
}

.field_of_interest {
  background-color: var(--campre-dark-blue);
  color: #fff;
  text-transform: uppercase;
  margin: 3px 5px;
  padding: 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .2s;
  display: inline-block;
}

.field_of_interest:hover {
  color: var(--camper-blue);
  background-color: #fff;
}

.field_of_interest.connect {
  border: 2px solid var(--campre-dark-blue);
}

.field_of_interest.connect:hover {
  border-color: #fff;
}

.field_of_interest.connect.w--current {
  border: 2px solid var(--camper-blue);
  color: var(--camper-blue);
  background-color: #fff;
}

.footer_address {
  z-index: 2;
  margin-top: 30px;
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  position: relative;
  top: -20px;
}

.link {
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.link.foot_address {
  color: #fff;
}

.link.foot_address:hover {
  color: #000;
}

.link.contrast {
  color: var(--white);
}

.link.contrast:hover {
  color: var(--black);
}

.camper_icons {
  z-index: 2;
  text-align: center;
  height: 70px;
  padding-right: 60px;
  display: block;
  position: relative;
  top: -49px;
  transform: rotate(3deg);
}

.camper_icon {
  width: 80px;
  margin-left: 20px;
  margin-right: 20px;
  transform: rotate(-3deg);
}

.camper-system-contact-details {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.camper-park-images {
  flex-wrap: wrap;
  margin-bottom: -130px;
  display: flex;
}

.camper-park-images.realizacje {
  margin-bottom: 0;
  position: relative;
}

.camper-park-photo {
  flex: 1 0 20%;
  width: 20%;
  height: 270px;
  position: relative;
}

.camper-park-photo.higher {
  height: 400px;
}

.camper-park-photo.higher._1-3 {
  flex-basis: 30%;
}

.photo-itm {
  background-image: url('../images/camper-system-06.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.photo-itm.f02 {
  background-image: url('../images/camper-system-09.jpg');
}

.photo-itm.f03 {
  background-image: url('../images/camper-system-08.jpg');
}

.photo-itm.f04 {
  background-image: url('../images/camper-system-16.jpg');
}

.photo-itm.f05 {
  background-image: url('../images/camper-system-04.jpg');
}

.photo-itm.f06 {
  background-image: url('../images/camper-system-14.JPG');
}

.photo-itm.f07 {
  background-image: url('../images/camper-system-10.jpg');
}

.photo-itm.f09 {
  background-image: url('../images/camper-system-03.jpg');
  background-size: 600px;
}

.photo-itm.f10 {
  background-image: url('../images/camper-system-01.jpg');
}

.photo-itm.f11 {
  background-image: url('../images/camper-system-13.JPG');
}

.photo-itm.f12 {
  background-image: url('../images/camper-system-15.JPG');
  background-size: 600px;
}

.photo-itm.f13 {
  background-image: url('../images/camper-system-02.jpg');
}

.photo-itm.f14 {
  background-image: url('../images/camper-system-11.jpg');
  background-size: 600px;
}

.photo-itm.f15 {
  background-image: url('../images/camper-system-05.jpg');
}

.photo-itm.f16 {
  background-image: url('../images/camper-system-12.jpg');
}

.photo-itm.f17 {
  background-image: url('../images/camper-system-18.jpg');
}

.photo-itm.f18 {
  background-image: url('../images/camper-system-17.jpg');
}

.photo-itm.f19 {
  background-image: url('../images/camper-system-19.jpg');
}

.photo-itm.f20 {
  background-image: url('../images/camper-system-20.jpg');
  background-position: 0 100%;
}

.photo-itm.f21 {
  background-image: url('../images/camper-system-21.jpg');
  background-size: cover;
}

.photo-itm.f22 {
  background-image: url('../images/camper-system-22.jpg');
}

.photo-itm.f23 {
  background-image: url('../images/camper-system-24.jpg');
}

.photo-itm.f24 {
  background-image: url('../images/camper-system-23.jpg');
}

.photo-itm.f25 {
  background-image: url('../images/camper-system-25.jpg');
}

.photo-itm.f26 {
  background-image: url('../images/camper-system-27.jpg');
}

.photo-itm.f27 {
  background-image: url('../images/camper-system-31.jpg');
}

.photo-itm.f28 {
  background-image: url('../images/camper-system-30.jpg');
  background-position: 50%;
}

.photo-itm.f29 {
  background-image: url('../images/camper-system-29.jpg');
}

.photo-itm.f30 {
  background-image: url('../images/camper-system-28.jpg');
}

.photo-itm.f31 {
  background-image: url('../images/camper-system-26.jpg');
}

.photo-top-shape {
  height: 150px;
  margin-bottom: -150px;
  position: relative;
  overflow: hidden;
}

.photo-top-shape.realizacje {
  margin-top: 40px;
  margin-bottom: -145px;
}

.photo-top-shape.realizacje-bottom {
  margin-top: -120px;
  margin-bottom: -100px;
}

.img_hover {
  opacity: 0;
  background-color: #c3c3c399;
  background-image: url('../images/zoom-white-icon_1zoom-white-icon.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  transition: opacity .2s;
  position: absolute;
  inset: 0;
}

.img_hover:hover {
  opacity: 1;
}

.product-wrapper {
  z-index: 2;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.product-deatils-img {
  z-index: 2;
  object-fit: contain;
  max-width: 800px;
  max-height: 700px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.product-deatils-img.mobile {
  display: none;
}

.product-deatils-img.cleanstar {
  max-width: 800px;
}

.product-deatils-img.cleany {
  max-width: 1000px;
}

.product-deatils-img.aquastar {
  max-width: 696px;
}

.product-deatils-img.electrostar {
  max-width: 869px;
}

.product-deatils-img.camper-electro {
  max-width: 600px;
}

.product-deatils-img.camper-electro-solo {
  max-width: 550px;
}

.product-deatils-img.zero {
  max-height: 500px;
  margin-top: 23px;
}

.product_description.extra-space {
  margin-top: 40px;
}

.product_description.less-space {
  margin-top: -5px;
}

.content_wrapper {
  z-index: 2;
  flex-flow: wrap;
  width: 1060px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content_wrapper.full-width {
  display: block;
  position: relative;
}

.content_wrapper.stats {
  flex-wrap: wrap;
}

.content_wrapper.product_spec_tabel {
  width: 1060px;
}

.content_wrapper.contact {
  z-index: 2;
  position: relative;
}

.content_wrapper.privacy-policy {
  margin-bottom: 100px;
}

.content_wrapper.realizacje {
  margin-top: 20px;
}

.content_wrapper.lista-realizacji {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
}

.content_wrapper.realizacja-info {
  margin-top: 0;
}

.content_wrapper.realizacja-title {
  margin-top: 20px;
}

.content_wrapper.realizacja-video {
  margin-top: 20px;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.description_col {
  text-align: left;
  flex: none;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  line-height: 20px;
}

.description_col.text {
  flex: 0 auto;
}

.description_col.text.full_width {
  width: 100%;
}

.description_col.social-media {
  justify-content: space-around;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.description_col.full-width-col {
  width: 100%;
}

.product_feature_itm {
  margin-bottom: 15px;
}

.product_name {
  color: var(--camper-blue);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 28px;
}

.product_name.main {
  margin-left: 15px;
  font-weight: 700;
  line-height: 28px;
}

.product_name.product_version {
  font-size: 18px;
  line-height: 20px;
}

.product_name.top {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 300;
  line-height: 40px;
}

.product_name.top.full_width {
  text-align: left;
  width: 100%;
  padding-left: 15px;
  line-height: 40px;
}

.product_name.top.full_width.no-btm-padding {
  margin-bottom: -30px;
}

.product_name.camperdrop-versions {
  text-align: left;
  margin-left: 15px;
  margin-right: auto;
  line-height: 20px;
}

.product_name.privacy-policy {
  text-transform: none;
  font-weight: 400;
}

.product_name.home {
  text-transform: none;
}

.product_name.realizacje {
  margin-bottom: 20px;
}

.product_name.subtitle {
  margin-top: -10px;
  font-size: 15px;
  line-height: 20px;
}

.product_name.dealer {
  border-left: 20px solid var(--camper-blue);
  margin-bottom: 0;
  padding-left: 5px;
  font-size: 15px;
  font-weight: 700;
}

.podstawa_serwisowa_img {
  width: 60%;
  margin-left: auto;
  display: block;
}

.kratka-sciekowa {
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product_head {
  align-items: center;
  width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.blue_stripe {
  background-color: var(--camper-blue);
  flex: 1;
  height: 5px;
  margin-top: -9px;
}

.cta {
  text-align: center;
  text-transform: uppercase;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.cta:hover {
  background-color: var(--campre-dark-blue);
}

.cta.products {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cta.brochure {
  border-radius: 10px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
}

.product_use_icons {
  text-align: center;
}

.product_use_icons.full-width {
  width: 100%;
}

.use_icon {
  height: 100px;
  margin-bottom: 20px;
}

.full-width-shot {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  display: inline;
}

.full-width-shot.mobile {
  display: none;
}

.full-width-shot.all-round {
  border-radius: 30px;
}

.other_products_connector {
  z-index: 2;
  border-top: 1px dotted var(--camper-blue);
  color: var(--campre-dark-blue);
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.products_connector_head {
  text-transform: uppercase;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.main_wrapper {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.main_wrapper.lista-realizacji {
  margin-bottom: 20px;
}

.stats_img {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 90px;
}

.download_brochure {
  text-align: center;
  margin-bottom: 40px;
}

.download_brochure.products {
  text-align: left;
  margin-left: 15px;
  margin-right: auto;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.caravan-show-2019 {
  text-align: center;
  margin-top: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
}

.caravan-show-notice {
  background-color: var(--camper-blue);
  color: var(--white);
  text-transform: uppercase;
  font-size: 20px;
}

.caravan-show-notice:hover {
  background-color: var(--dark-slate-blue);
}

.caravan-show-text {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 17px;
  line-height: 40px;
}

.caravan-show-logo {
  float: right;
  background-color: var(--white);
}

.caravan-show-logo-img {
  height: 40px;
  margin-left: 5px;
  padding: 5px;
}

.camper-video-bg {
  z-index: 1;
  height: 410px;
  position: absolute;
  inset: 250px 0% auto;
}

.product_tail_img_wrap {
  justify-content: center;
  align-items: flex-start;
  height: 450px;
  display: flex;
}

.product_tail_img_wrap.wyposazenie-kempingow {
  height: auto;
}

.service-point-info {
  text-align: left;
  width: 380px;
  margin-top: -210px;
  font-size: 16px;
}

.camper-spec-row {
  width: 100%;
  display: flex;
}

.camper-spec-row.title {
  border-bottom: 1px solid #3333334d;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.camper-spec-cols {
  border-right: 1px solid #3333334d;
  flex: 1;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  display: flex;
}

.camper-spec-cols.option_name {
  border-right-style: none;
  flex: none;
  justify-content: flex-end;
  width: 210px;
}

.camper-spec-cols.title {
  color: var(--campre-dark-blue);
  text-align: center;
  text-transform: uppercase;
  border-right-style: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 700;
}

.camper-spec-cols.title.link {
  text-align: center;
}

.camper-spec-cols.title.link:hover {
  background-color: var(--camper-blue);
  color: var(--white);
}

.camper-spec-cols.last {
  border-right-style: none;
}

.camper-spec-wrapper {
  width: 100%;
}

.product-option-name {
  text-align: right;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
}

.product_subname {
  font-size: 16px;
}

.product-option-subname {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.camper-spec-value {
  text-align: center;
  align-self: center;
  margin-bottom: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.product-top-slider {
  z-index: 2;
  background-color: #0000;
  height: 700px;
  margin-top: 30px;
}

.product-top-slider.zero {
  height: 520px;
}

.product-slider-arrow {
  background-color: var(--dark-slate-blue);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 70px;
  height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 0 0;
}

.product-slider-arrow.right {
  border-radius: 20px 0 0 20px;
  margin-left: auto;
}

.product-slider-btm-nav {
  display: none;
}

.kotwa-fundamentowa {
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.contact-details-wrapper {
  width: 100%;
  height: 600px;
}

.contact-col {
  width: 50%;
}

.social-media-icon {
  height: 70px;
}

.social-media-icon.footer-link {
  height: 50px;
}

.social-media-footer {
  z-index: 3;
  justify-content: space-between;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.camper-home-notice {
  z-index: 2;
  max-width: 1000px;
  margin: 20px auto 40px;
  position: relative;
}

.camper-notice-head {
  color: var(--camper-blue);
  font-family: Ubuntu, Helvetica, sans-serif;
}

.policy-notice-wrapper {
  z-index: 99;
  background-color: var(--black);
  width: 100%;
  height: 100px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.privacy-policy-txt h3 {
  font-family: Ubuntu, Helvetica, sans-serif;
}

.privacy-policy-footer-note {
  z-index: 3;
  color: var(--dark-slate-blue);
  font-size: 12px;
  position: relative;
}

.privacy-policy-link {
  color: var(--dark-slate-blue);
}

.krono-video-home {
  margin-top: 20px;
}

.realizacje-campersystem-mapa {
  z-index: 2;
  width: 100%;
  height: 550px;
  margin-left: 15px;
  margin-right: 15px;
}

.realizacja {
  color: var(--white);
  flex: 30%;
  align-items: flex-end;
  height: 260px;
  margin: 15px;
  transition: transform .2s;
  display: flex;
  position: relative;
}

.realizacja:hover {
  transform: scale(1.05);
}

.realizacja.w--current {
  border-top: 10px solid var(--camper-blue);
}

.realizacja-thumb {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.realizacja-name {
  z-index: 2;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.realizacja-name.list {
  padding-right: 10px;
}

.realizacja-itm-info {
  z-index: 2;
  text-align: left;
  background-color: #333c;
  width: 100%;
  padding: 10px;
  position: relative;
}

.realizacja-itm-info.current {
  border-top: 1px solid #000;
}

.realizacja-type {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 11px;
}

.realizacja-lokalizacja {
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 11px;
}

.product-sub-name {
  margin-top: 5px;
  font-size: 20px;
  line-height: 20px;
  display: block;
}

.realizacja-mapa {
  height: 400px;
}

.realizacja-link {
  font-weight: 400;
}

.realizacje-lista-itm {
  text-align: left;
  border-left: 5px solid #3333;
  flex-wrap: wrap;
  flex: none;
  align-self: flex-start;
  width: 50%;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  display: block;
}

.realizacje-lista-itm:hover, .realizacje-lista-itm.current {
  border-left-color: var(--camper-blue);
}

.wojewodztwa-obszar {
  color: #33333380;
  font-size: 14px;
}

.camper-spot-hero {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG_20220213_161614_00_081-Panorama.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
  background-clip: border-box;
  height: 800px;
  display: flex;
  position: relative;
}

.triangle-top {
  z-index: 2;
  border-top: 80px solid var(--white);
  border-right: 100vw solid #0000;
  width: 0;
  height: 0;
  position: absolute;
}

.triangle-top.right {
  border-left: 100vw solid #0000;
  border-right-style: none;
}

.triangle-bottom {
  z-index: 2;
  border-bottom: 80px solid var(--white);
  border-left: 100vw solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  inset: auto 0% 0%;
}

.triangle-bottom.left {
  border-left-style: none;
  border-right: 100vw solid #0000;
}

.map-legend-wrap {
  z-index: 2;
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
  position: relative;
}

.map-legend-itm {
  color: var(--dark-gray);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  min-width: 23px;
  padding: 10px 5px;
  font-weight: 400;
  display: flex;
}

.map-legend-itm:hover {
  color: var(--black);
  background-color: #009fe333;
}

.map-legend-itm.current {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.map-legend-itm.last {
  margin-right: 0;
}

.map-legnd-txt {
  text-align: center;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  line-height: 16px;
}

.map-legnd-txt.no-pointer {
  text-transform: uppercase;
}

.zdjecia-camper-system {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spec-tabel-product-name {
  font-weight: 700;
}

.map-notice-box {
  background-color: var(--camper-blue);
  color: var(--white);
  align-items: center;
  margin-top: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
}

.paragraph {
  margin-bottom: 0;
}

.notice-icon {
  width: 40px;
  margin-right: 10px;
}

.realizacja-extra-info {
  color: var(--dark-gray);
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: block;
}

.realizacja-extra-info.link:hover {
  color: var(--camper-blue);
}

.realizacja-kategoria-divider {
  background-color: var(--camper-blue);
  width: 40px;
  height: 6px;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: 15px;
  display: block;
}

.realizacja-cat-link {
  background-color: var(--camper-blue);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 5px;
  padding: 2px 5px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: inline-block;
}

.realizacja-cat-link:hover {
  background-color: var(--dark-slate-blue);
  color: var(--white);
}

.realizacja-extra-info-wrapper {
  flex: 1;
  margin-bottom: 10px;
}

.go-prev-spot {
  background-color: var(--white);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 0;
  align-self: center;
  width: 50px;
  height: 300px;
  display: none;
  box-shadow: 0 0 20px #0000004d;
}

.go-prev-spot:hover {
  background-color: var(--dark-slate-blue);
}

.go-next-spot {
  background-color: var(--white);
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  align-self: center;
  width: 50px;
  height: 300px;
  margin-left: auto;
  display: none;
}

.realizacja-typ-wrapper {
  z-index: 3;
  background-color: var(--dark-slate-blue);
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 15px;
  display: flex;
  position: relative;
}

.realizacja-typ-label {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  align-self: center;
  margin-bottom: 0;
  margin-right: 15px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.realizacja-typ-dropdown {
  background-color: var(--camper-blue);
  color: var(--white);
  text-transform: uppercase;
  flex: 1;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.realizacja-typ-dropdown:focus {
  background-color: var(--dark-gray);
}

.image {
  align-self: center;
}

.map-pointer {
  margin-left: -32px;
}

.realizacja-typ-title {
  background-color: var(--camper-blue);
  color: var(--white);
  flex: 1;
  margin: 15px;
  padding: 15px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-weight: 300;
}

.campersystem-dealer-deatils {
  margin-top: 10px;
  margin-left: 25px;
}

.dealer-contact-itm {
  flex: none;
  width: 32%;
  margin-bottom: 40px;
  margin-left: 1%;
}

.dealer-contact-itm.last {
  flex: 1;
}

.manual-section-head {
  text-align: left;
  text-transform: uppercase;
  margin-left: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.manual-text {
  text-align: left;
  margin: 10px;
}

.manual-section {
  border-bottom: 4px solid var(--camper-blue);
  margin-bottom: 40px;
}

.manual-lang-menu {
  text-align: left;
}

.man-lang-tab {
  background-color: var(--dark-slate-blue);
  color: var(--white);
  margin-right: 3px;
}

.man-lang-tab.w--current {
  background-color: var(--camper-blue);
}

.manual-lang-tabs-cnt {
  border: 3px solid var(--camper-blue);
}

.manual-gallery {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  margin-top: 10px;
  display: flex;
}

.man-gal-thumb {
  flex: 1;
  min-width: 190px;
  height: 200px;
  margin: 10px 1%;
  transition: opacity .2s;
  overflow: hidden;
}

.man-gal-thumb:hover {
  opacity: .7;
  border-radius: 10px;
}

.man-gal-thumb._300h {
  height: 300px;
}

.man-gal-thumb.single {
  height: 1000px;
}

.man-gal-thumb.full-h-round {
  border-radius: 20px;
  height: auto;
}

.man-gal-img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

._2lowercase {
  text-transform: none;
}

.business_cart, .dealers-lable {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .products_wrapper {
    flex-wrap: wrap;
  }

  .product_tail {
    width: 48%;
  }

  .product_tail_img {
    height: 370px;
  }

  .product_tail_img.camper-drop-aqua {
    margin-left: 60px;
  }

  .shifted_bg {
    height: 210px;
    display: none;
  }

  .shifted_bg.inner {
    width: 180%;
    display: block;
    top: 61px;
    left: -40%;
  }

  .shifted_bg.inner.zero {
    width: 200%;
    left: -50%;
  }

  .shifted_bg._2nd {
    display: none;
    top: 56%;
  }

  .shifted_bg.footer_intro {
    display: block;
    bottom: -112%;
  }

  .shifted_bg.footer_contact {
    display: block;
    top: 240px;
  }

  .shifted_bg.photos-top {
    top: -95px;
  }

  .shifted_bg.product_presentation {
    display: block;
    top: 6%;
  }

  .shifted_bg.realizacje {
    display: none;
  }

  .tail_product_name {
    font-size: 21px;
  }

  .product_key_features.bright_bg {
    color: #fff;
  }

  .product_key_features.product_page {
    width: 95%;
  }

  .brand {
    margin-left: 20px;
  }

  .nav-btn {
    display: block;
  }

  .menu-button.hide-it {
    display: none;
  }

  .logo_img {
    width: 120px;
  }

  .nav-menu {
    height: auto;
    margin-top: 0;
    padding-right: 0%;
    box-shadow: 0 30px 30px -1px #0006;
  }

  .nav_wrapper {
    width: 100%;
    min-width: auto;
    padding-left: 0;
  }

  .short_intro {
    text-align: center;
    width: 95%;
    top: -18px;
  }

  .main_areas {
    text-align: center;
    width: 98%;
    top: 4px;
  }

  .footer_address {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    top: -11px;
  }

  .camper_icons {
    text-align: center;
    padding-right: 0;
    top: -47px;
  }

  .camper-park-images {
    margin-bottom: -92px;
  }

  .camper-park-photo {
    flex-basis: 30%;
    height: 230px;
  }

  .camper-park-photo.higher {
    height: 330px;
  }

  .photo-itm.f12 {
    background-size: cover;
  }

  .product-deatils-img {
    width: 95%;
    max-height: 640px;
  }

  .product-deatils-img.zero {
    width: 70%;
  }

  .content_wrapper {
    width: 95%;
    margin-top: 15px;
  }

  .content_wrapper.full-width {
    width: 100%;
  }

  .content_wrapper.product_spec_tabel {
    width: 98%;
  }

  .content_wrapper.realizacja-video {
    margin-top: 10px;
  }

  .description_col, .description_col.text {
    width: 100%;
  }

  .description_col.photo-only {
    text-align: center;
  }

  .description_col._2nd_column, .product_name {
    margin-top: 30px;
  }

  .product_name.main {
    margin-top: 0;
  }

  .product_name.top.full_width {
    margin-top: 0;
    font-size: 40px;
  }

  .product_name.serwice-point {
    margin-top: 0;
  }

  .podstawa_serwisowa_img {
    margin-right: auto;
  }

  .kratka-sciekowa {
    margin-left: auto;
  }

  .product_head {
    width: 95%;
  }

  .holiday-cleany-models {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .full-width-shot {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .full-width-shot.all-round {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .full-width-shot.all-round.one-shot {
    border-radius: 0;
  }

  .stats_img {
    margin-left: 30%;
  }

  .caravan-show-text {
    text-align: right;
    width: 77%;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }

  .caravan-show-logo {
    width: 20%;
  }

  .caravan-show-logo-img {
    height: 50px;
  }

  .product_tail_img_wrap {
    height: 370px;
  }

  .product_tail_img_wrap.camper-drop-zero {
    height: 327px;
  }

  .service-point-info {
    width: 91%;
    margin-top: -66px;
    margin-left: auto;
    margin-right: auto;
    bottom: -96px;
  }

  .camper-spec-cols.option_name {
    width: 170px;
  }

  .product-top-slider {
    margin-top: 20px;
  }

  .product-top-slider.zero {
    height: 510px;
  }

  .product-slider-arrow {
    margin-top: 320px;
  }

  .camper-home-notice {
    width: 90%;
  }

  .camper-notice-head {
    font-size: 26px;
    line-height: 30px;
  }

  .product-sub-name {
    margin-top: 0;
    font-size: 17px;
    line-height: 17px;
  }

  .triangle-top {
    border-top-width: 50px;
  }

  .triangle-bottom {
    border-bottom-width: 50px;
  }

  .hide-it {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .products_wrapper {
    width: 100%;
  }

  .product_tail {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .product_tail_img.cleany, .product_tail_img.kassette, .product_tail_img.aqua {
    margin-top: 0;
  }

  .product_tail_img.camper-drop-aqua {
    margin-left: 55px;
  }

  .shifted_bg {
    display: none;
    top: 3%;
  }

  .shifted_bg.inner {
    display: block;
    top: 11%;
  }

  .shifted_bg.inner.zero {
    height: 190px;
  }

  .shifted_bg._2nd {
    display: none;
  }

  .shifted_bg.footer_intro {
    display: block;
  }

  .shifted_bg.footer_contact {
    height: 460px;
    display: block;
    top: 250px;
  }

  .shifted_bg.photos-top {
    display: block;
    top: -99px;
  }

  .shifted_bg.product_presentation {
    display: block;
  }

  .shifted_bg.product_presentation.zero {
    height: 290px;
  }

  .tail_product_name {
    color: var(--dark-gray);
  }

  .logo_img {
    height: 80px;
  }

  .slogan {
    width: 200px;
    margin-top: 28px;
  }

  .short_intro {
    top: -22px;
  }

  .camper_icons {
    height: auto;
    top: -40px;
  }

  .camper_icon {
    width: 60px;
    max-width: 15%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .camper-park-images {
    margin-bottom: -90px;
  }

  .camper-park-photo {
    flex: 1 0 32%;
    width: 33%;
    height: 150px;
  }

  .camper-park-photo.higher {
    height: 270px;
  }

  .product-deatils-img {
    display: none;
  }

  .product-deatils-img.mobile {
    max-width: 600px;
    display: block;
  }

  .product-deatils-img.mobile.camper-drop {
    width: auto;
    max-width: 418px;
    height: 700px;
  }

  .product-deatils-img.mobile.camper-electro-solo {
    max-width: 300px;
  }

  .product-deatils-img.mobile.camper-electro {
    width: auto;
    height: 700px;
  }

  .product-deatils-img.zero {
    max-height: 440px;
    margin-top: 60px;
    display: block;
  }

  .product-deatils-img.zero.main-image {
    margin-top: 35px;
  }

  .full-width-shot {
    display: none;
  }

  .full-width-shot.mobile {
    display: inline;
  }

  .full-width-shot.all-round.one-shot {
    display: inline-block;
  }

  .stats_img {
    margin-left: 20%;
  }

  .caravan-show-text {
    width: 60%;
    font-size: 15px;
  }

  .caravan-show-logo {
    width: 35%;
    height: 70px;
  }

  .caravan-show-logo-img {
    height: 60px;
    margin-top: 6px;
  }

  .service-point-info {
    width: 89%;
  }

  .camper-spec-row {
    flex-wrap: wrap;
  }

  .camper-spec-row.title {
    margin-bottom: 0;
  }

  .camper-spec-cols {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .camper-spec-cols.option_name {
    justify-content: center;
    width: 100%;
  }

  .camper-spec-cols.title {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
    line-height: 14px;
  }

  .product-option-name {
    color: #33333380;
    text-align: center;
    margin-bottom: 5px;
  }

  .product-option-subname {
    display: block;
  }

  .product-top-slider {
    height: 700px;
  }

  .product-top-slider.zero {
    height: 490px;
  }

  .social-media-icon {
    height: 60px;
  }

  .realizacja {
    flex-basis: 40%;
    width: 46%;
  }

  .camper-spot-hero {
    background-attachment: scroll;
    height: 500px;
  }

  .map-legend-wrap {
    border-left: 5px none var(--dark-slate-blue);
  }

  .map-legend-itm {
    margin-left: 0%;
    margin-right: 0%;
  }

  .spec-tabel-product-name {
    margin-top: 5px;
    display: inline-block;
  }

  .map-pointer {
    margin-left: -16px;
  }

  .dealer-contact-itm {
    width: 49%;
  }
}

@media screen and (max-width: 479px) {
  .product_tail_img {
    height: 350px;
  }

  .product_tail_img.camper-drop-aqua {
    margin-left: 0;
  }

  .shifted_bg.inner.zero {
    height: 180px;
  }

  .shifted_bg.footer_contact {
    height: 510px;
    top: 330px;
  }

  .shifted_bg.product_presentation {
    height: 290px;
  }

  .shifted_bg.product_presentation.zero {
    height: 260px;
  }

  .body {
    min-width: 320px;
  }

  .brand {
    float: none;
    width: 140px;
    display: block;
  }

  .logo_img {
    height: 70px;
  }

  .slogan {
    float: none;
    width: auto;
    margin: 1px 15px 10px 35px;
    font-size: 12px;
    line-height: 15px;
  }

  .sub-slogan {
    font-size: 15px;
  }

  .short_intro {
    top: -17px;
  }

  .main_areas {
    top: 6px;
  }

  .camper_icons {
    top: -36px;
  }

  .camper_icon {
    margin-left: 7px;
    margin-right: 7px;
  }

  .camper-park-photo {
    flex-basis: 35%;
    height: 160px;
  }

  .camper-park-photo.higher {
    height: 250px;
  }

  .product-deatils-img.mobile.camper-drop {
    height: 440px;
  }

  .product-deatils-img.mobile.camper-electro-solo {
    width: auto;
    max-width: none;
  }

  .product-deatils-img.mobile.camper-electro {
    height: 450px;
  }

  .product-deatils-img.zero {
    width: 95%;
    margin-top: 36px;
  }

  .product-deatils-img.zero.main-image {
    width: 80%;
    max-height: 390px;
    margin-top: 1px;
  }

  .description_col.social-media {
    justify-content: space-between;
  }

  .product_name {
    font-size: 25px;
    line-height: 24px;
  }

  .product_name.top, .product_name.top.full_width {
    font-size: 30px;
    line-height: 30px;
  }

  .product_name.dealer {
    margin-top: 10px;
  }

  .podstawa_serwisowa_img {
    width: 90%;
  }

  .kratka-sciekowa {
    height: auto;
  }

  .cta {
    max-width: 80%;
  }

  .use_icon {
    height: 70px;
  }

  .products_connector_head {
    margin-left: 10px;
    margin-right: 10px;
  }

  .stats_img {
    margin-left: 0%;
  }

  .caravan-show-text {
    float: none;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .caravan-show-logo {
    width: 100%;
  }

  .product_tail_img_wrap {
    height: 350px;
  }

  .service-point-info {
    margin-top: -20px;
  }

  .camper-spec-row.title {
    margin-bottom: 0;
    padding-bottom: 5px;
  }

  .camper-spec-cols.title {
    font-size: 11px;
  }

  .camper-spec-value {
    margin-left: 0;
    margin-right: 0;
  }

  .product-top-slider {
    height: 450px;
  }

  .product-top-slider.zero {
    height: 350px;
  }

  .product-slider-arrow {
    width: 50px;
    height: 50px;
    margin-top: 270px;
    padding-top: 0;
    font-size: 30px;
    line-height: 50px;
  }

  .kotwa-fundamentowa {
    height: auto;
  }

  .social-media-icon {
    height: 50px;
  }

  .hide-on-mobile {
    display: none;
  }

  .realizacja {
    flex-basis: 80%;
    width: 96%;
    margin-bottom: 10px;
  }

  .product-sub-name {
    margin-top: 5px;
    font-size: 15px;
    line-height: 15px;
  }

  .realizacje-lista-itm {
    width: 100%;
  }

  .map-legend-wrap {
    margin-left: 15px;
  }

  .map-legend-itm {
    flex-wrap: wrap;
  }

  .map-legnd-txt {
    width: 75px;
    margin-top: 5px;
  }

  .map-legnd-txt.no-pointer {
    margin-top: 32px;
    margin-left: 0;
  }

  .realizacja-typ-dropdown {
    font-size: 15px;
  }

  .map-pointer {
    margin-left: 0;
  }

  .realizacja-typ-title {
    font-size: 30px;
  }

  .dealer-contact-itm {
    flex: 0 100%;
  }
}


