.breadcrumb {
    background-color: transparent;
 }
#sp-bread-crumbs {
backgroud-color: #005f47;
}

.sp-page-title .sp-page-title-heading {
    font-weight: bold;
  	font-size: 52px;
    line-height: 54px;
  	text-align: center;
    margin: 1em 0;
}

.sp-page-title {
  min-height: 250px;
}

/* Приховуємо слайдер на мобільних пристроях */
@media (max-width: 768px) {
  #customCarousel {
    display: none;
  }
}

/* Стиль накладеного текстового блоку */
.overlay-content {
  padding-top: 20px;
  padding-bottom: 20px;
  z-index: 2;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

/* Заголовок на слайді */
.overlay-content h2 {
  font-size: 60px;
  color: #fff;
  font-weight: bold
}

/* Параграф на слайді */
.overlay-content p {
  font-size: 30px;
  color: #fff;
}

/* Кнопка на слайді */
.overlay-content .btn {
  margin-top: 1rem;
  background-color: #005a47;
  border: none;
}
.overlay-content .btn:hover {
  background-color: #1a3937;
}

/* Стрілки навігації */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: transparent;  
  width: 30px;  
  height: 30px;
}
/* Іконки зеленого кольору */
.fa-regular.fa-envelope,
.fa-regular.fa-clock,
.fa-regular.fa-user {
  color: #005f47; 
}



.sp-megamenu-parent .sp-dropdown .sp-dropdown-items {
  margin-bottom: 20px !important;
}

.resources-menu .sp-dropdown-main {
  width: 10vw;
  margin-left: 150px !important;
}

.issue-box-small img {
  max-width: 125px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.issue-box-small .sppb-addon-text:empty {
  display: none;
}

/* Підзаголовок із сірою лінією */
.section-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  color: #122435;
  margin: 15px 0 30px 0;
  line-height: 1.3;
  max-width: 100%;
}

.section-heading::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #e6e6e7;
  margin-left: 15px;
  margin-top: 8px;
  align-self: center;
  min-width: 50px;
}

.section-heading-big, .section-heading-noline {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 100%;
  font-size: 24px;
  color: #122435;
  margin: 15px 0 30px 0;
  line-height: 1.3;
  flex-wrap: wrap;
}

.section-heading-big::after {
  content: "";
  flex-grow: 1;
  height: 2px;
  background-color: #e6e6e7;
  margin-left: 15px;
  align-self: center;
}

.e-italic-menu h1::first-letter, .e-italic-menu h2::first-letter,
.e-italic-menu .breadcrumb li.active::first-letter {
  font-style: italic;
  text-transform: lowercase;
}

.e-italic-menu::first-letter {
  font-style: italic;
  text-transform: lowercase;
}

.sp-megamenu-parent .sp-dropdown.sp-dropdown-sub {
    top: -80px;
}

.spacing-paragraphs .sppb-addon-content  p:not(:last-child) {
  margin-bottom: 2rem;
}

.anchor-offset {
  scroll-margin-top: 100px;
}




.quick-button-2 {
    display: flex;
    align-items: center;
    gap: 30px; 
    width:100%;
  text-align: left;
}

.quick-button-2 i {
    line-height: 1;
}

.quick-link-btn {
    display: flex;
    align-items: center;      
    justify-content: space-between; 
    gap: 8px;
    padding: 12px 20px;
    height: 90px;
    transition: background .2s ease;
}

.qlb-text {
    flex: 1;
    color: #282828;
}
.quick-link-btn:hover .qlb-text {
   color:#005f47;
}
  
.qlb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
}

.quick-link-btn:hover .qlb-icon {
    transform: translateX(4px);
}

.calendar-box-small img {
  max-width: 170px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.doc-link-btn {
    display: flex;
    align-items: center;      
    justify-content: space-between; 
    gap: 10px;
    padding: 12px 26px;
    height: 60px;
    transition: background .2s ease;
}

.dlb-text {
    flex: 1;
    color: #282828;
}
.doc-link-btn:hover .dlb-text {
   color:#005f47;
}
  
.dlb-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease;
    font-size: 1.2em;
}

.doc-link-btn:hover .dlb-icon {
    transform: translateY(4px);
}



.team__name {
   margin-bottom: 2rem;
  height: 180px;
}

.box-for-column {
  display: block;
}

.year-title-conf {
  margin-bottom: 1em;
  font-size: 18px;
}

.quick-button-main {
  width: 250px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align:left;
  box-sizing: border-box;
  padding: 5px 15px;
}

.quick-button-main .fas, .far {
  font-size: 22px;
}