html {
  scroll-behavior:smooth;
}

body {
  margin: 0;
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: 'Jura';
  src: url('../fonts/jura.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/jura.woff') format('woff'), 
       url('../fonts/jura.ttf')  format('truetype');
}

@font-face {
  font-family: 'Iceland';
  src: url('../fonts/iceland.eot?#iefix') format('embedded-opentype'), 
       url('../fonts/iceland.woff') format('woff'), 
       url('../fonts/iceland.ttf')  format('truetype');
}

#allwrap  {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* Nagłówek */

header {
	display: block;
	width: 100%;
}

#upper-header  {
  width: 100%;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
}

#header-row1  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}

#wrapper1  {
  margin-left: 10px;
}

#upper-text  {
  margin: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  color: #910000;
}

@media screen and (max-width: 700px) {
  #upper-text  {
    font-size: 16px;
  }
}

.upper-link  {
  color: #910000;
  text-decoration: none;
}

#wrapper2  {
  margin-right: 10px;
}

#facebook-header-link  {
  display: block;
  line-height: 0;
}

#facebook-header  {
  width: 30px;
}

@media screen and (max-width: 700px) {
  #facebook-header  {
    width: 20px;
  }
}

#middle-header  {
  width: 100%;
  background-color: #0a0602;
  cursor: pointer;
}

#header-row2  {
  margin: 0 auto;
  padding-top: 75px;
  padding-bottom: 75px;
  max-width: 1200px;
  text-align: center;
}

.logo-split  {
  height: 50px;
}

#logo2  {
  padding-left: 25px;
}

@media screen and (max-width: 700px) {
  .logo-split {
    height: 25px;
  }
}

@media screen and (max-width: 700px) {
  #logo2  {
    display: block;
    margin: 0 auto;
    padding-left: 0;
  }
}

#lower-header  {
  width: 100%;
  background-color: #b7b7b7;
}

#mobile  {
  display: none;
  overflow: auto;
}

@media screen and (max-width: 1000px) {
  #mobile {
    display: block;
  }
}

#mobile-button  {
  margin-top: 5px;
  margin-right: 10px;
  margin-bottom: 5px;
  float: right;
  cursor: pointer;
  border: 0px;
  width: 30px;
  height: 30px;
  background: url("../images/button.png");
}

#nav-container  {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

@media screen and (max-width: 1000px) {
  #nav-container {
    display: none;
  }
}

#main-menu-list  {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#main-menu-list li  {
  display: inline;
}

@media screen and (max-width: 700px) {
  #main-menu-list li {
    display: block;
  }
}

.nav-link  {
  display: inline-block;
  padding: 15px 24px 15px 24px;
  font-family: 'Jura';
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #000;
}

.nav-link:hover  {
  color: #ededb6;
  background-color: #4d5259;
}

@media screen and (max-width: 1200px) {
  .nav-link {
    padding: 15px 22px 15px 22px;
    font-size: 18px;
  }
}

@media screen and (max-width: 1080px) {
  .nav-link {
    padding: 15px 20px 15px 20px;
    font-size: 16px;
  }
}

@media screen and (max-width: 1000px) {
  .nav-link {
    display: block;
  }
}

/* Wspólne */

#page  {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
  flex: 1;
}

h1  {
  font-size: calc(18px + 0.7vw);
}

/* Strona główna */

#intro-container  {
  display: block;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 15px;
  background-color: #ededb6;
}

.big  {
  margin-bottom: 35px;
}

@media screen and (max-width: 700px) {
  .big {
    font-size: 22px;
  }
}

.red-text  {
  color: #8e2222;
  font-size: 20px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 700px) {
  .red-text {
    font-size: 18px;
  }
}

.normal-text  {
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
  margin-right: 10px;  
}

@media screen and (max-width: 700px) {
  .normal-text {
    font-size: 16px;
  }
}

#intro-red-container  {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  background-color: #8e2222;
}

.intro-inside  {
  flex-basis: 33.3333%;
}

@media screen and (max-width: 1000px) {
  .intro-inside {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 700px) {
  .intro-inside {
    flex-basis: 100%;
  }
}

.intro-yellow-buttons  {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 50px;
}

.inside-title  {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Jura';
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
}

.inside-text  {
  font-size: 14px;
  line-height: 28px;
  font-family: 'Jura';
  color: #ffffff;
  margin-left: 10px;
  margin-right: 10px;
}

/* Oferta */

#offer-container  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.offer-side  {
  flex-basis: 50%;
}

@media screen and (max-width: 700px) {
  .offer-side {
    flex-basis: 100%;
  }
}

#offer-photo  {
  width: 80%;
}

#offer-list  {
  text-align: left;
  font-family: 'Jura';
}

#offer-list-title  {
  margin-left: 25px;
  font-size: calc(12px + 0.4vw);
  font-family: 'Jura';
  text-align: left;
}

#offer-list li {
  margin-top: 10px;
  font-size: calc(12px + 0.3vw);
}

/* Serwis */

#service-big-picture  {
  display: block;
  width: 100%;
}

.service-normal-text  {
  font-family: 'Arial';
  text-align: justify;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 18px;
  line-height: 26px;
}

@media screen and (max-width: 1000px) {
  .service-normal-text {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .service-normal-text {
    font-size: 14px;
  }
}

.red-service-text  {
  font-family: 'Arial';
  text-align: center;
  font-size: 22px;
  background-color: #d14649;
  padding-top: 25px;
  padding-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .red-service-text {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  .red-service-text {
    font-size: 18px;
  }
}

.service-text  {
  font-family: 'Arial';
  text-align: left;
  font-size: 20px;
  margin: 20px 10px 20px 10px;
}

@media screen and (max-width: 1000px) {
  .service-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .service-text {
    font-size: 16px;
  }
}

#service-container  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.service-side-first  {
  flex-basis: 50%;
  margin-bottom: 25px;
}

@media screen and (max-width: 700px) {
  .service-side-first {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}

.service-side-photo  {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .service-side-photo {
    width: 90%;
  }
}

.service-side-second  {
  flex-basis: 50%;
  margin-bottom: 25px;
}

@media screen and (max-width: 700px) {
  .service-side-second {
    flex-basis: 100%;
    margin-bottom: 10px;
  }
}

.service-side-title  {
  font-family: 'Arial';
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 1000px) {
  .service-side-title {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .service-side-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.service-side-description  {
  font-family: 'Arial';
  font-size: 18px;
  line-height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {
  .service-side-description {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .service-side-description {
    font-size: 14px;
  }
}

#service-bottom  {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 700px) {
  #service-bottom {
    margin-bottom: 10px;
  }
}

#service-icon  {
  flex-basis: 15%;
  margin-left: 10px;
}

#service-side-description  {
  text-align: left;
  flex-basis: 85%;
  font-family: 'Arial';
  font-size: 18px;
  line-height: 30px;
  margin-top: 0;
  margin-left: 25px;
  margin-right: 10px;
}

@media screen and (max-width: 1000px) {
  #service-side-description {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  #service-side-description {
    font-size: 14px;
  }
}

/* Regeneracja DPF FAP */

#dpf-container  {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dpf-side  {
  flex-basis: 50%;
}

@media screen and (max-width: 700px) {
  .dpf-side {
    flex-basis: 100%;
  }
}

.dpf-photo  {
  width: 80%;
}

@media screen and (max-width: 700px) {
  .dpf-photo {
    width: 90%;
  }
}

#dpf-list  {
  text-align: left;
  font-family: 'Jura';
}

#dpf-list-title  {
  margin-left: 25px;
  font-size: calc(14px + 0.4vw);
  font-family: 'Jura';
  font-weight: 800;
  text-align: left;
}

#dpf-list li {
  margin-top: 10px;
  font-size: calc(14px + 0.3vw);
}

#dpf-summary-large  {
  margin: 20px;
  padding: 20px;
  font-family: 'Arial';
  font-size: calc(14px + 0.4vw);
  font-weight: 600;
  background-color: #f1e575;
  border: 5px solid #000;
  border-radius: 10px;
}

#dpf-gallery-container  {
  display: flex;
  justify-content: space-evenly;
  font-size: 0;
  width: 100%;
}

.animated  {
  animation-name: wipe-enter;
  animation-duration: 1.5s;
}

@keyframes wipe-enter {
  0% {
    transform: scale(0, .025);
  }
  50% {
    transform: scale(1, .025);
  }
}

@media screen and (max-width: 700px) {
  #dpf-gallery-container {
    flex-direction: column;
  }
}

.small  {
  height: 0;
}

.dpf-photo-high  {
  max-width: 100%;
  max-height: 550px;
}

@media screen and (max-width: 700px) {
  .dpf-photo-high {
    max-height: 800px;
  }
}

.gallery-child  {
  display: inline-block;
  width: 30.33%;
  margin: 1.5%;
}

@media screen and (max-width: 700px) {
  .gallery-child {
    display: block;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}

#dpf-pros-list  {
  margin: auto;
}

.tilesWrap {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-left: 20px;
  margin-right: 20px;
  list-style: none;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .tilesWrap {
    flex-direction: column;
  }
}

#tiles-up  {
  display: flex;
  flex-basis: 40%;
  justify-content: center;
}

@media screen and (max-width: 700px) {
  #tiles-up {
    flex-direction: column;
  }
}

#tiles-down  {
  display: flex;
  flex-basis: 60%;
}

@media screen and (max-width: 700px) {
  #tiles-down {
    flex-direction: column;
  }
}

.tilesWrap-li {
  display: flex;
  flex-basis: 50%;
  max-width: 200px;
  padding: 20px;
  position: relative;
  vertical-align: top;
  margin: 5px;
  font-family: 'helvetica', san-serif;
  min-height: 160px;
  background: #262a2b;
  clip-path: polygon(
    0 10%,
    10% 0,
    90% 0,
    100% 10%,
    100% 90%,
    90% 100%,
    10% 100%,
    0% 90%,
    0% 10%
  );
  flex-wrap: wrap;
}

.tilesWrap-li p {
  font-family: 'Arial';
  font-size: calc(14px + 0.4vw);
  line-height: 24px;
  color: #ffd700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 2px;
  border: 3px dotted;
}




.price-back {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.price-back::after {
  content: '';
  background: #60a9ff;
  background: -moz-linear-gradient(top, #60a9ff 0%, #4394f4 100%);
  background: -webkit-linear-gradient(top, #60a9ff 0%,#4394f4 100%);
  background: linear-gradient(to bottom, #60a9ff 0%,#4394f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60a9ff', endColorstr='#4394f4',GradientType=0 );
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media (min-width: 900px) {
  .price-back {
    /*padding: 5% 0 5% 0;*/
  }
}

.price-container {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.dpf-price-title  {
  position: relative;
  z-index: 10;
}

#dpf-price-title-text1  {
  padding-top: 0.75%;
  padding-bottom: 0.75%;
  font-family: 'Verdana';
  font-size: calc(16px + 0.75vw);
  font-weight: 600;
}

#dpf-price-title-text2  {
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  font-family: 'Verdana';
  font-size: calc(14px + 0.4vw);
  font-weight: 600;
}

.panel {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 25px;
  position: relative;
  width: 100%;
  z-index: 10;
}

@media (max-width: 1000px) {
  .panel {
    border-radius: 0;
  }
}

.pricing-table {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.08), 0px 20px 31px 3px rgba(0, 0, 0, 0.09), 0px 8px 20px 7px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
}

@media (min-width: 800px) {
  .pricing-table {
    flex-direction: row;
  }
}

.pricing-table * {
  text-align: center;
  text-transform: uppercase;
}

.pricing-plan {
  border-bottom: 1px solid #e1f1ff;
  padding: 25px;
}

.pricing-plan:last-child {
  border-bottom: none;
}

@media (min-width: 800px) {
  .pricing-plan {
    border-bottom: none;
    border-right: 1px solid #e1f1ff;
    flex-basis: 100%;
    padding: 25px 50px;
  }

  .pricing-plan:last-child {
    border-right: none;
  }
}

.pricing-img {
  margin-bottom: 25px;
  max-width: 100%;
}

@media (max-width: 800px) {
  .pricing-img {
    max-width: 300px;
  }
}

.pricing-header {
  color: #888;
  font-weight: 600;
  letter-spacing: 1px;
}

.pricing-price {
  color: #016FF9;
  display: block;
  font-size: 32px;
  font-weight: 700;
}

.pricing-button {
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  background-color: #48aaff;
  color: #fff;
  display: inline-block;
  margin: 25px 0;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

.pricing-button:hover {
  background-color: #269aff;
}

#dpf-side-photos-container  {
  font-size: 0;
}

.dpf-photo-side  {
  display: inline-block;
  width: 48%;
  margin: 1%;
}

@media screen and (max-width: 700px) {
  .dpf-photo-side {
    display: block;
    width: 80%;
    margin: 10px 10% 10px 10%;
  }
}

#dpf-video  {
  width: 100%;
}

#dpf-video-text  {
  font-family: 'Georgia';
  font-size: calc(14px + 0.5vw);
  font-weight: 600;
}

#dpf-proc-expl  {
  display: flex;
  padding: 20px;
  align-items: center;
}

@media screen and (max-width: 700px) {
  #dpf-proc-expl {
    flex-direction: column;
  }
}

#dpf-proc-container  {
  width: 100%;
}

@media screen and (max-width: 700px) {
  #dpf-proc-container {
    margin-top: 25px;
  }
}

#dpf-proc-text  {
  font-family: 'Georgia';
  font-size: calc(14px + 0.5vw);
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 10px;
}

#dpf-long-text  {
  font-family: 'Georgia';
  font-size: calc(14px + 0.4vw);
  line-height: calc(17px + 0.4vw);
  text-align: justify;
  margin: 0;
}

@media screen and (max-width: 700px) {
  #dpf-long-text {
    margin-bottom: 20px;
  }
}

#dpf-proc-photo  {
  width: 90%;
}

@media screen and (max-width: 700px) {
  #dpf-proc-photo  {
    width: 100%;
  }
}

#dpf-reasons  {
  padding-bottom: 10px;
  margin: 0 auto;
  margin-bottom: 25px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
}

#dpf-reasons-list  {
  text-align: left;
  font-family: 'Jura';
}

#dpf-reasons-title  {
  margin-left: 25px;
  font-size: calc(14px + 0.4vw);
  font-family: 'Jura';
  font-weight: 800;
  text-align: left;
}

#dpf-reasons-list li {
  margin-top: 10px;
  font-size: calc(14px + 0.3vw);
}

.dpf-photo1  {
  width: 60%;
}

@media screen and (max-width: 700px) {
  .dpf-photo1 {
    width: 90%;
  }
}

#dpf-side1  {
  flex-basis: 40%;
}

#dpf-side2  {
  flex-basis: 60%;
}

@media screen and (max-width: 700px) {
  #dpf-side1 {
    flex-basis: 100%;
  }
}

@media screen and (max-width: 700px) {
  #dpf-side2 {
    flex-basis: 100%;
  }
}

#dpf-long-description  {
  text-align: left;
  margin: 10px 20px 10px 20px;
}

.dpf-text-b  {
  font-family: 'Georgia';
  font-size: calc(14px + 0.5vw);
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 25px;
}

.dpf-text-n  {
  font-family: 'Georgia';
  font-size: calc(13px + 0.5vw);
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 20px;
}

#dpf-reservation  {
  width: 100%;
  background-color: #60a9ff;
  padding-top: 5%;
  padding-bottom: 5%;
}

#dpf-form-container  {
  background-color: #ffe;
  width: 90%;
  margin: 0 auto;
  border-radius: 25px;
  padding-top: 15px;
  padding-bottom: 25px;
}

#dpf-only-form  {
  padding-bottom: 25px;
  border-bottom: 10px groove #60a9ff;
}

.form-h  {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  font-family: 'Verdana';
  font-size: calc(16px + 0.75vw);
  font-weight: 600;
}

.dpf-formularz  {
  font-size: calc(16px + 0.3vw);
}

#text-d1  {
  height: 20px;
  width: 170px;
}

#sub-d  {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  border: 1px solid #9dd1ff;
  border-radius: 10px;
  background-color: #48aaff;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 35px;
  text-decoration: none;
  transition: all 150ms ease-in-out;
}

#sub-d:hover {
  background-color: #269aff;
  cursor: pointer;
}

.accept-rodo-link  {
  color: #000;
}

#text-d2  {
  width: 90%;
  max-width: 650px;
}

#dpf-icon  {
  width: 32px;
}

@media screen and (max-width: 700px) {
  #dpf-icon {
    width: 24px;
  }
}

#dpf-phone-link  {
  font-size: 30px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  vertical-align: top;
}

@media screen and (max-width: 700px) {
  #dpf-phone-link {
    font-size: 22px;
    font-weight: 600;
  }
}


/* Holowanie */

#towing-text  {
  display: block;
  text-align: justify;
  padding: 25px 10px 25px 10px;
  background-color: #eeeeee;
  font-family: 'Arial';
  font-size: 20px;
  line-height: 30px;
}

.towing-small-text  {
  text-align: center;
  font-family: 'Arial';
  font-size: 14px;
  line-height: 20px;
}

#towing-link  {
  color: #000;
}

#towing-pictures-container  {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1%;
}

.towing-picture-link  {
  flex-basis: 50%;
  flex-grow: 1;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
}

@media screen and (max-width: 700px) {
  .towing-picture-link {
    flex-basis: 100%;
  }
}

.towing-picture  {
  width: 98%;
  height: 100%;
  object-fit: cover;
}

/* Galeria */

#swiper-outside-wrapper  {
  position: relative;
}

#swiper-wrapper  {
  display: block;
  position: absolute;
  width: 100%;
}

.swiper-container  {
  height: 100%;
  width: 100%;
}

.slide  {
  width: 80%;
  cursor: pointer;
}

#rest-gallery-wrapper  {
  min-height: 230px;
  position: relative;
}

.highlight  {
  color: #127d00;
}

#gallery-container  {
  margin-top: 1%;
  margin-bottom: 1%;
}

.galleries  {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.gallery-picture-link  {
  display: none;
  flex-basis: 25%;
  flex-grow: 0;
  margin-top: 0.25%;
  margin-bottom: 0.25%;
}

@media screen and (max-width: 1000px) {
  .gallery-picture-link {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 700px) {
  .gallery-picture-link {
    flex-basis: 100%;
  }
}

#text-clear  {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
}

.gallery-picture  {
  width: 98%;
  height: 100%;
  object-fit: cover;
}

/* Filmy */

.video-text  {
  text-align: left;
  font-size: 20px;
  line-height: 30px;
  margin: 20px 10px 20px 10px;
}

@media screen and (max-width: 1000px) {
  .video-text {
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .video-text {
    font-size: 16px;
  }
}

.video-container  {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}

.video-container:last-child  {
  margin-bottom: 25px;
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.video-title  {
  display: block;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding-left: 5px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .video-title {
    margin-top: 20px;
    margin-bottom: 20px;   
    font-size: 18px;
  }
}

@media screen and (max-width: 700px) {
  .video-title {
    margin-top: 15px;
    margin-bottom: 15px;   
    font-size: 16px;
  }
}

#youtube-link  {
  color: #000;
}

/* Kontakt  */

#contact-big-photo  {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media screen and (max-width: 700px) {
  #contact-big-photo {
    margin-bottom: 15px;
  }
}

#contact-container  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 22px;
}

@media screen and (max-width: 700px) {
  #contact-container {
    margin-bottom: 12px;
  }
}

#details  {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: 25%;
  height: 450px;
  background-color: #f9e4cd;
}

@media screen and (max-width: 1000px) {
  #details {
    flex-basis: 100%;
    margin-bottom: 25px;
    height: auto;
  }
}

@media screen and (max-width: 700px) {
  #details {
    margin-bottom: 15px;
  }
}

.address-name  {
  font-family: 'Jura';
  font-size: 24px;
}

@media screen and (max-width: 700px) {
  .address-name {
    font-size: 18px;
  }
}

.address  {
  margin: 10px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
}

@media screen and (max-width: 700px) {
  .address {
    line-height: 26px;
    font-size: 14px;
  }
}

#address-links  {
  display: inline-block;
  text-align: left;
  font-size: 18px;
}

@media screen and (max-width: 700px) {
  #address-links {
    font-size: 14px;
  }
}

#phone-link  {
  vertical-align: top;
  color: #000;
  text-decoration: none;
}

#mail-link  {
  vertical-align: top;
  color: #000;
  text-decoration: none;
}

#icon1  {
  width: 20px;
}

#icon2  {
  width: 20px;
}

#map  {
  flex-basis: 73%;
}

@media screen and (max-width: 1000px) {
  #map {
    flex-basis: 100%;
  }
}

#contact  {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
  background-color: #edebe8;
}

@media screen and (max-width: 700px) {
  #contact {
    padding-top: 2px;
    margin-bottom: 15px;
  }
}

.formularz  {
  font-size: calc(12px + .35vw);
}

#text-c1  {
  width: 90%;
  max-width: 800px;
}

.val  {
  font-size: calc(12px + 0.35vw);
  color: red;
}

#sub-c  {
  display: block;
  margin: 0 auto;
  margin-top: 2.5%;
  margin-bottom: 10px;
  padding: 10px;
  font-size: calc(12px + 0.1vw);
  font-weight: bold;
  color: #000;
  background-color: #f9e4cd;
  border: 2px solid #000;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 700px) {
  #sub-c {
    padding: 7px;
  }
}

#sub-c:hover  {
  color: #f9e4cd;
  background-color: #5b5747;
}

.modals {
  display: block; 
  position: fixed; 
  z-index: 1; 
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
  text-align: center;
}

.modals:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modals-content {
  display: inline-block;
  vertical-align: middle;
  background-color: #f9e4cd;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #888;
  width: 98%;
  max-width: 550px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  text-align: center;
}

.message  {
  font-size: calc(12px + 0.4vw);
  text-align: center;
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
}

.close-button {
  overflow: hidden;
}

.close  {
  float: right;
  color: black;
  margin-right: 1%;
  font-size: calc(14px + 0.15vw);
  font-weight: 400;
  text-decoration: none;
}

/* Mapa */

#google-map  {
  overflow:hidden;
  background:none!important;
  width: 100%;
}

#google-frame  {
  width: 100%;
  height: 450px;
}

/* Ciasteczka */

#cookies  {
  display: none;
  border-top: 2px solid black;
  background-color: #a4a4a4;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 10;
}

#cookie-wrapper1  {
  display: block;
  width: 100%;
  overflow: hidden;
}

#cookie-wrapper2  {
  display: block;
  width: 100%;
  margin-bottom: 0.5%
}

#cookie-wrapper3  {
  display: block;
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.5%;
}

@media screen and (max-width: 700px) {
  #cookie-wrapper3 {
    margin-top: 1.5%;
    margin-bottom: 2.5%;
  }
}

#cookie-close  {
  display: block;
  float: right;
  background-color: #a4a4a4;
  font-size: calc(12px + 0.2vw);
  line-height: calc(16px + 0.2vw);
  font-weight: 400;
  border: 0;
  color: #000;
  cursor: pointer;
}

#cookie-info  {
  margin: 0% 1.5% 0 1.5%;
  font-size: calc(12px + 0.25vw);
  text-align: justify;
}

#cookie-link  {
  text-decoration: none;
  color: blue;
}

#consent  {
  display: block;
  margin: 0 auto;
  font-size: calc(12px + 0.15vw);
  font-weight: 600;
  border-width: 0;
  color: #fff7c0;
  background-color: #016fb4;
  padding: 7px 10px 7px 10px;
  cursor: pointer;
  text-align: center;
  border-radius: 20px;
}

#consent:hover  {
  color: #fef013;
}

/* Stopka */

#foot  {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  background-color: #6f6f6f;
}

footer  {
  width: 100%;
  margin: 0 auto;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  background-color: #6f6f6f;
}

#facebook  {
 width: 20px;
}

@media screen and (max-width: 1000px) {
  #facebook  {
	width: 15px;
  }
}

.footer-line  {
  text-align: center;
  margin: 0px auto;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  max-width: 900px;
  font-size: calc(12px + .4vw);
}

#footer-line  {
  display: table;
  color: #000;
  text-align: center;
  margin: 0px auto;
  margin-top: 0.5%;
  margin-bottom: 0.5%;
  max-width: 900px;
  font-size: calc(12px + .4vw);
}

@media screen and (max-width: 1000px) {
  .footer-line  {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  #footer-line  {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

#footer-links  {
  display: table-cell;
  color: #000;
  vertical-align: middle;
}

.footer-links  {
  color: #000;
}