.p-container p, li{
  font-size: 16px;
  text-transform: none;
  line-height: 1.5;
  color: black;
}

.p-container h2, .ph2{
  font-size: 22px;
  margin: 10px 0 20px !important;
  color: #343434;
}
.p-container .box span, .p-container .box p{
  color: #FAF9F6;
}
.p-container h3, .ph3{
  font-size: 18px;
  margin: 8px 0 15px !important;
  color: #343434;
}
.white p,.white h1,.white h2,.white h3, .white h4{
  color: white !important;
}
.p-toc-title{
    font-size: 22px !important;
    font-weight: 700 !important;
}
.p-toc {
  background-color: #f9f9f9; 
  border-left:4px solid #6be46b;
  padding: 15px 20px;
  border-radius: 8px;
  max-width: 600px;
}

.p-toc ul {
  list-style-type: none; 
  padding-left: 0;
}

.p-toc li {
  margin: 8px 0;
  line-height: 1.5;
}

.p-toc li ul {
  margin-top: 5px;
  padding-left: 20px; 
}

.p-toc a {
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
}

.p-toc a:hover {
  color: #4CAF50;
  text-decoration: underline;
}

.p-toc p {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.1em;
}
.p-footer{
  text-align: left;
}

.p-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 20px;
}

.p-grid-item {
  border-radius: 0.5em;
  padding: 16px 18px;
  background: #737373;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.p-grid-item h3 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: #FAF9F6;
}

.p-grid-item p {
  margin: 0 0 6px;
  line-height: 1.5;
  color: #FAF9F6;
}

@media (min-width: 640px) {
  .p-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ofertaContainer .p-grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .p-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ofertaContainer .p-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.page_item_has_children .children {
  display: none;
}
.region-container{
  display: flex;
  flex-flow: row;
  justify-content: space-around;
  margin: 20px 0;
}
.btn-region {
  display: inline-block;
  background: #4a8c9c;
  color: #fff;
  padding: 12px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.2s;
}
.menu-menu-stopki .sub-menu  a{
  color:#000;;
}




