/*
Theme Name: Gunter
Author: Gunter
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

footer .footer_menu {
	margin-bottom: 50px;
}
footer .container .logo_wrapper {
	    padding: 30px 0px 0px;
}

@media ( max-width: 590px ) {
	footer .container .logo_wrapper {
	    padding: 0px 0px 0px;
}
	.header_vehicle .seria {
		width: 100px;
	}
	.header_vehicle .seria .wrapper {
width: 90px;
		height: 90px;
	}
	.header_vehicle .seria h2 {
		font-size: 30px;
}
		.header_vehicle .seria h3 {
		font-size: 15px;
}
}


/* @media (min-width: 1080px) and ( max-width:1580px ) {
.single-wozki-widlowe .header_vehicle .title h1 {
	font-size: 4.5rem;
}	
} */


.page-template-front-page .cat_loop .cat {
	    row-gap: 30px;
}


 

@media (min-width: 1300px) {
	header {
        padding-top: 0px;
	 padding-bottom: 0px;
    }
   body.header-fixed header {
    padding-top: 0px;
    padding-bottom: 0px;
}

.navigation ul li > a {
	padding-top: 43px;
	padding-bottom: 43px;
	transition: all 0.4s;
}
body.header-fixed header .navigation ul li > a {
	padding-top: 25px;
	padding-bottom: 25px;
}
}


.mapDE-header {
  color: #f4b10d;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
}

.mapDE-container {
  font-family: inherit;
  font-size: inherit;
  text-align: center;
  padding: 20px 0;
  background-color: transparent;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.mapDE-select-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-bottom: 20px;
}

.mapDE-select-wrapper label {
  font-weight: 600;
  font-size: 18px;
  color: #333;
  flex-shrink: 0;
  white-space: nowrap;
}

.mapDE-select-icon-wrapper {
  position: relative;
  display: inline-block;
}

.mapDE-select {
  padding: 8px 15px;
  font-size: 16px;
  border: 1.5px solid #ccc;
  border-radius: 5px;
  background: #fff;
  color: #333;
  cursor: pointer;
  min-width: 220px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.mapDE-select:focus {
  outline: none;
  border-color: #ffc400;
}

.mapDE-select-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  border: solid #999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
}

.mapDE-wrapper {
  position: relative;
  width: 40%;
  max-width: 500px;
  margin: 0 auto;
  overflow: visible;
}

.mapDE-wrapper svg {
  width: 100%;
  height: auto;
  display: block;
}

.mapDE-region path,
.mapDE-region {
  fill: #e0e0e0;
  stroke: #999;
  cursor: pointer;
  transition: fill 0.2s;
}

.mapDE-region:hover {
  fill: #ffe082;
}

.mapDE-selected path,
.mapDE-selected {
  fill: rgba(255, 196, 0, 0.6) !important;
  stroke: #ff9800 !important;
  stroke-width: 2 !important;
}

.map-pin {
  position: absolute;
  width: 20px;
  height: 27px;
  transform: translate(-50%, -100%);
  pointer-events: none;
  z-index: 10;
}

.mapDE-contact {
  max-width: 600px;
  margin: 30px auto 0;
  background: transparent;
  padding: 0;
  border: none;
  overflow: visible;
}

.mapDE-contact-title {
  margin: 0 0 10px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  text-align: center;
  background: none;
  padding: 0;
  border: none;
}

.contact-card-wrapper {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin: 0 20px; /* 0 - margines góra/dół, 20px - margines lewo/prawo */
}


.contact-card {
  padding: 20px;
  border-top: 1px solid #eee;
}

.contact-card:first-child {
  border-top: none;
}

.contact-card p {
  margin: 8px 0;
  font-size: 16px;
  color: #444;
  display: flex;
  align-items: center;
}

.contact-card i {
  margin-right: 10px;
  color: #ffc400;
  width: 20px;
  text-align: center;
}

@media (max-width: 480px) {
.mapDE-select-arrow {
  position: absolute;
  top: 45%;
  right: -8px;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  border: solid #999;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
}

@media (max-width: 480px) {
  .mapDE-select-wrapper {
    flex-direction: column;
    gap: 10px;
  }

  .mapDE-select {
    min-width: 110%;
  }

  .mapDE-wrapper {
    width: 100%;
    max-width: 320px;
  }

  .mapDE-contact-title {
    font-size: 18px;
  }

  .contact-card p {
    font-size: 14px;
  }
}
