/* .common__section--light-blue {
  border-top: 1px solid rgba(13, 81, 141, 0.2);
  border-bottom: 1px solid rgba(13, 81, 141, 0.2);
  padding: 20px 0;
    text-align: center;
} */
  
  
  
  .services-page {
    padding: 20px 0;
  
  }


  /* --------------крихти */

.w-breadcrumbs {
  max-width: 1100px;
  margin: 14px auto 18px;
  padding: 0 16px;
}

.w-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.2;
}

.w-breadcrumbs__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

/* розділювач ">" */
.w-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  opacity: 0.55;
}

/* лінки у синьому */
.w-breadcrumbs__link {
  color: var(--brand-blue, #0b4da2);
  text-decoration: none;
  border-bottom: 1px solid rgba(11, 77, 162, 0.25);
  transition: color 0.5s;
}

.w-breadcrumbs__link:hover {
  border-bottom-color: rgba(11, 77, 162, 0.6);
}

/* поточна сторінка — виділення */
.w-breadcrumbs__item--current {
  color: var(--brand-blue, #0b4da2);
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 204, 0, 0.18); /* “бренд-жовтий” м’яко */
  border: 1px solid rgba(255, 204, 0, 0.45);
  cursor:progress;
}





  .services-page .container {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 40px;
    border-radius: 8px;
    background: #fff;
  }
  
  
  .sub-header .img__sub-header .services-image {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 30px;
    box-shadow: 0 1px 3px rgba(0,0,0,.35),
    0 10px 24px rgba(0,0,0,.22),
    0 30px 60px rgba(0,0,0,.12);
  }
    
  
  .services-page .services-title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #0d518d;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  }
 
  .services-page .services-content {
    font-size: 16px;
    line-height: 1.7;
    color: #222;
  }
  
  .services-page .services-content p {
    margin-bottom: 20px;
  }
  
  
  .services-page .services-content h2,
  .services-page .services-content h3 {
    margin-top: 40px;
    margin-bottom: 15px;
    color: #0d518d;
    font-weight: bold;
  }
  
  
  
  
  .services-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin: 30px 0 15px;
    color: #0d518d;
    
    position: relative;
    padding-left: 16px;
    border-left: 5px solid #d5b500;
  }

  /* gold on blue ffd800 */
  
  .services-paragraph {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .text-phone {
    display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border-radius: 6px;
  background: #0d518d;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.2;
  border-radius: 6px;
  transition: color 0.5s;
  }

  .text-phone:hover{
    color:  #ffd800;
    

  }

  .text-messeger {
    width: 1.15em;
    height: 1.15em;
    object-fit: contain;
    vertical-align: -0.18em;
    display: inline-block;
  }



  .pozov-content-nav {
  
  position: relative;
  overflow: visible;
  min-height: 250px; 
  
  
  
  /* ...  */

  /* display: flex;
  flex-wrap: wrap;
  justify-content: center; 
  gap: 6px;  */
  }

  .pozov-content-nav a{
    display: inline-flex;         
    align-items: center;
    justify-content: center;
  
    margin: 10px 10px 0 0;         
    padding: 5px 20px;
  
    border: 2px solid #0d518d;
    color: #0d518d;
    font-weight: 600;
    text-decoration: none;         
    box-sizing: border-box;

    background-color: rgba(13, 81, 141, 0.1);
  
    transition: 0.5s;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .pozov-content-nav a:visited{
    color: #0d518d;
  }

  
  
  .pozov-content-nav a:hover {
    background-color: #ffd800;
    
    padding: 10px 20px;
  }

  

  .pozov-content-nav a span{
    text-transform: none !important;
  }


 





  /* *********************************************** UL */

  .services-content ul{
    list-style: none;
    padding-left: 0;
    margin: 16px 0 26px;
  }
  
  .services-content ul li{
    position: relative;
    padding-left: 54px;
    margin: 10px 0;
    line-height: 1.6;
  }
  


  .services-content ul li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0.78em;
    width: 10px;
    height: 10px;

    margin-left: 20px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
  
    border: 2px solid #0d518d; /* синя рамка */
    background-color: #ffd800;  /* золота заливка */
  
    border-radius: 2px;
    transform: translateY(-50%);
  }

/* *********************************************** UL  END */


/************************************************ MEDIA */

@media (max-width: 932px) {
  .pozov-content-nav {
    margin-bottom: 30px;
  }

}